(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0020":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("9b57"),u=n.n(l),h=n("1098"),f=n.n(h),d=void 0,p=void 0,v={position:"absolute",top:"-9999px",width:"50px",height:"50px"},g="RC_TABLE_INTERNAL_COL_DEFINE";function m(t){var e=t.direction,n=void 0===e?"vertical":e,r=t.prefixCls;if("undefined"===typeof document||"undefined"===typeof window)return 0;var i="vertical"===n;if(i&&d)return d;if(!i&&p)return p;var a=document.createElement("div");Object.keys(v).forEach((function(t){a.style[t]=v[t]})),a.className=r+"-hide-scrollbar scroll-div-append-to-body",i?a.style.overflowY="scroll":a.style.overflowX="scroll",document.body.appendChild(a);var o=0;return i?(o=a.offsetWidth-a.clientWidth,d=o):(o=a.offsetHeight-a.clientHeight,p=o),document.body.removeChild(a),o}function y(t,e,n){var r=void 0;function i(){for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];var s=this;a[0]&&a[0].persist&&a[0].persist();var c=function(){r=null,n||t.apply(s,a)},l=n&&!r;clearTimeout(r),r=setTimeout(c,e),l&&t.apply(s,a)}return i.cancel=function(){r&&(clearTimeout(r),r=null)},i}function b(t,e){var n=t.indexOf(e),r=t.slice(0,n),i=t.slice(n+1,t.length);return r.concat(i)}var _=n("92fa"),x=n.n(_),w=n("1b2b"),k=n.n(w),C=n("42454"),S=n.n(C),T=n("3c55"),O=n.n(T),M=n("4d26"),E=n.n(M),A=n("4d91"),P=n("6a21"),L=n("c8c6"),I=n("8827"),j=n.n(I),z=n("57ba"),D=n.n(z),N=function(){function t(e){j()(this,t),this.columns=e,this._cached={}}return D()(t,[{key:"isAnyColumnsFixed",value:function(){var t=this;return this._cache("isAnyColumnsFixed",(function(){return t.columns.some((function(t){return!!t.fixed}))}))}},{key:"isAnyColumnsLeftFixed",value:function(){var t=this;return this._cache("isAnyColumnsLeftFixed",(function(){return t.columns.some((function(t){return"left"===t.fixed||!0===t.fixed}))}))}},{key:"isAnyColumnsRightFixed",value:function(){var t=this;return this._cache("isAnyColumnsRightFixed",(function(){return t.columns.some((function(t){return"right"===t.fixed}))}))}},{key:"leftColumns",value:function(){var t=this;return this._cache("leftColumns",(function(){return t.groupedColumns().filter((function(t){return"left"===t.fixed||!0===t.fixed}))}))}},{key:"rightColumns",value:function(){var t=this;return this._cache("rightColumns",(function(){return t.groupedColumns().filter((function(t){return"right"===t.fixed}))}))}},{key:"leafColumns",value:function(){var t=this;return this._cache("leafColumns",(function(){return t._leafColumns(t.columns)}))}},{key:"leftLeafColumns",value:function(){var t=this;return this._cache("leftLeafColumns",(function(){return t._leafColumns(t.leftColumns())}))}},{key:"rightLeafColumns",value:function(){var t=this;return this._cache("rightLeafColumns",(function(){return t._leafColumns(t.rightColumns())}))}},{key:"groupedColumns",value:function(){var t=this;return this._cache("groupedColumns",(function(){var e=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[];a[n]=a[n]||[];var o=[],s=function(t){var e=a.length-n;t&&!t.children&&e>1&&(!t.rowSpan||t.rowSpan<e)&&(t.rowSpan=e)};return e.forEach((function(c,l){var u=i()({},c);a[n].push(u),r.colSpan=r.colSpan||0,u.children&&u.children.length>0?(u.children=t(u.children,n+1,u,a),r.colSpan+=u.colSpan):r.colSpan+=1;for(var h=0;h<a[n].length-1;h+=1)s(a[n][h]);l+1===e.length&&s(u),o.push(u)})),o};return e(t.columns)}))}},{key:"reset",value:function(t){this.columns=t,this._cached={}}},{key:"_cache",value:function(t,e){return t in this._cached||(this._cached[t]=e()),this._cached[t]}},{key:"_leafColumns",value:function(t){var e=this,n=[];return t.forEach((function(t){t.children?n.push.apply(n,u()(e._leafColumns(t.children))):n.push(t)})),n}}]),t}(),R=N,V={name:"ColGroup",props:{fixed:A["a"].string,columns:A["a"].array},inject:{table:{default:function(){return{}}}},render:function(){var t=arguments[0],e=this.fixed,n=this.table,r=n.prefixCls,i=n.expandIconAsCell,a=n.columnManager,o=[];i&&"right"!==e&&o.push(t("col",{class:r+"-expand-icon-col",key:"rc-table-expand-icon-col"}));var s=void 0;return s="left"===e?a.leftLeafColumns():"right"===e?a.rightLeafColumns():a.leafColumns(),o=o.concat(s.map((function(e){var n=e.key,r=e.dataIndex,i=e.width,a=e[g],o=void 0!==n?n:r,s="number"===typeof i?i+"px":i;return t("col",x()([{key:o,style:{width:s,minWidth:s}},a]))}))),t("colgroup",[o])}},F=n("daa3"),H={inject:{store:{from:"table-store",default:function(){return{}}}},props:{index:A["a"].number,fixed:A["a"].string,columns:A["a"].array,rows:A["a"].array,row:A["a"].array,components:A["a"].object,customHeaderRow:A["a"].func,prefixCls:A["a"].string},name:"TableHeaderRow",computed:{height:function(){var t=this.store.fixedColumnsHeadRowsHeight,e=this.$props,n=e.columns,r=e.rows,i=e.fixed,a=t[0];return i&&a&&n?"auto"===a?"auto":a/r.length+"px":null}},render:function(t){var e=this.row,n=this.index,r=this.height,a=this.components,s=this.customHeaderRow,l=this.prefixCls,u=a.header.row,h=a.header.cell,f=s(e.map((function(t){return t.column})),n),d=f?f.style:{},p=i()({height:r},d);return null===p.height&&delete p.height,t(u,x()([f,{style:p}]),[e.map((function(e,n){var r,a=e.column,s=e.isLast,u=e.children,f=(e.className,o()(e,["column","isLast","children","className"])),d=a.customHeaderCell?a.customHeaderCell(a):{},p=Object(F["x"])({attrs:i()({},f)},i()({},d,{key:a.key||a.dataIndex||n}));return a.align&&(p.style=i()({},d.style,{textAlign:a.align})),p["class"]=E()(d["class"],d.className,a["class"],a.className,(r={},c()(r,l+"-align-"+a.align,!!a.align),c()(r,l+"-row-cell-ellipsis",!!a.ellipsis),c()(r,l+"-row-cell-break-word",!!a.width),c()(r,l+"-row-cell-last",s),r)),"function"===typeof h?h(t,p,u):t(h,p,[u])}))])}},B=H;function U(t){var e=t.columns,n=void 0===e?[]:e,r=t.currentRow,i=void 0===r?0:r,a=t.rows,o=void 0===a?[]:a,s=t.isLast,c=void 0===s||s;return o=o||[],o[i]=o[i]||[],n.forEach((function(t,e){if(t.rowSpan&&o.length<t.rowSpan)while(o.length<t.rowSpan)o.push([]);var r=c&&e===n.length-1,a={key:t.key,className:t.className||t["class"]||"",children:t.title,isLast:r,column:t};t.children&&U({columns:t.children,currentRow:i+1,rows:o,isLast:r}),"colSpan"in t&&(a.colSpan=t.colSpan),"rowSpan"in t&&(a.rowSpan=t.rowSpan),0!==a.colSpan&&o[i].push(a)})),o.filter((function(t){return t.length>0}))}var $={name:"TableHeader",props:{fixed:A["a"].string,columns:A["a"].array.isRequired,expander:A["a"].object.isRequired},inject:{table:{default:function(){return{}}}},render:function(){var t=arguments[0],e=this.table,n=e.sComponents,r=e.prefixCls,i=e.showHeader,a=e.customHeaderRow,o=this.expander,s=this.columns,c=this.fixed;if(!i)return null;var l=U({columns:s});o.renderExpandIndentCell(l,c);var u=n.header.wrapper;return t(u,{class:r+"-thead"},[l.map((function(e,i){return t(B,{attrs:{prefixCls:r,index:i,fixed:c,columns:s,rows:l,row:e,components:n,customHeaderRow:a},key:i})}))])}},q=n("9b02"),W=n.n(q);function Y(t){return t&&!Object(F["w"])(t)&&"[object Object]"===Object.prototype.toString.call(t)}var K={name:"TableCell",props:{record:A["a"].object,prefixCls:A["a"].string,index:A["a"].number,indent:A["a"].number,indentSize:A["a"].number,column:A["a"].object,expandIcon:A["a"].any,component:A["a"].any},inject:{table:{default:function(){return{}}}},methods:{handleClick:function(t){var e=this.record,n=this.column.onCellClick;n&&n(e,t)}},render:function(){var t,e=arguments[0],n=this.record,r=this.indentSize,a=this.prefixCls,o=this.indent,s=this.index,l=this.expandIcon,u=this.column,h=this.component,f=u.dataIndex,d=u.customRender,p=u.className,v=void 0===p?"":p,g=this.table.transformCellText,m=void 0;m="number"===typeof f||f&&0!==f.length?W()(n,f):n;var y={props:{},attrs:{},on:{click:this.handleClick}},b=void 0,_=void 0;d&&(m=d(m,n,s,u),Y(m)&&(y.attrs=m.attrs||{},y.props=m.props||{},y["class"]=m["class"],y.style=m.style,b=y.attrs.colSpan,_=y.attrs.rowSpan,m=m.children)),u.customCell&&(y=Object(F["x"])(y,u.customCell(n,s))),Y(m)&&(m=null),g&&(m=g({text:m,column:u,record:n,index:s}));var w=l?e("span",{style:{paddingLeft:r*o+"px"},class:a+"-indent indent-level-"+o}):null;if(0===_||0===b)return null;u.align&&(y.style=i()({textAlign:u.align},y.style));var k=E()(v,u["class"],(t={},c()(t,a+"-cell-ellipsis",!!u.ellipsis),c()(t,a+"-cell-break-word",!!u.width),t));return u.ellipsis&&"string"===typeof m&&(y.attrs.title=m),e(h,x()([{class:k},y]),[w,l,m])}},X=n("b488");function G(){}var Z={name:"TableRow",mixins:[X["a"]],inject:{store:{from:"table-store",default:function(){return{}}}},props:Object(F["t"])({customRow:A["a"].func,record:A["a"].object,prefixCls:A["a"].string,columns:A["a"].array,index:A["a"].number,rowKey:A["a"].oneOfType([A["a"].string,A["a"].number]).isRequired,className:A["a"].string,indent:A["a"].number,indentSize:A["a"].number,hasExpandIcon:A["a"].func,fixed:A["a"].oneOfType([A["a"].string,A["a"].bool]),renderExpandIcon:A["a"].func,renderExpandIconCell:A["a"].func,components:A["a"].any,expandedRow:A["a"].bool,isAnyColumnsFixed:A["a"].bool,ancestorKeys:A["a"].array.isRequired,expandIconColumnIndex:A["a"].number,expandRowByClick:A["a"].bool},{hasExpandIcon:function(){},renderExpandIcon:function(){},renderExpandIconCell:function(){}}),computed:{visible:function(){var t=this.store.expandedRowKeys,e=this.$props.ancestorKeys;return!(0!==e.length&&!e.every((function(e){return t.includes(e)})))},height:function(){var t=this.store,e=t.expandedRowsHeight,n=t.fixedColumnsBodyRowsHeight,r=this.$props,i=r.fixed,a=r.rowKey;return i?e[a]?e[a]:n[a]?n[a]:null:null},hovered:function(){var t=this.store.currentHoverKey,e=this.$props.rowKey;return t===e}},data:function(){return{shouldRender:this.visible}},mounted:function(){var t=this;this.shouldRender&&this.$nextTick((function(){t.saveRowRef()}))},watch:{visible:{handler:function(t){t&&(this.shouldRender=!0)},immediate:!0}},updated:function(){var t=this;this.shouldRender&&!this.rowRef&&this.$nextTick((function(){t.saveRowRef()}))},methods:{onRowClick:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:G,n=this.record,r=this.index;this.__emit("rowClick",n,r,t),e(t)},onRowDoubleClick:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:G,n=this.record,r=this.index;this.__emit("rowDoubleClick",n,r,t),e(t)},onContextMenu:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:G,n=this.record,r=this.index;this.__emit("rowContextmenu",n,r,t),e(t)},onMouseEnter:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:G,n=this.record,r=this.index,i=this.rowKey;this.__emit("hover",!0,i),this.__emit("rowMouseenter",n,r,t),e(t)},onMouseLeave:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:G,n=this.record,r=this.index,i=this.rowKey;this.__emit("hover",!1,i),this.__emit("rowMouseleave",n,r,t),e(t)},setExpandedRowHeight:function(){var t=this.store,e=this.rowKey,n=t.expandedRowsHeight,r=this.rowRef.getBoundingClientRect().height;n=i()({},n,c()({},e,r)),t.expandedRowsHeight=n},setRowHeight:function(){var t=this.store,e=this.rowKey,n=t.fixedColumnsBodyRowsHeight,r=this.rowRef.getBoundingClientRect().height;t.fixedColumnsBodyRowsHeight=i()({},n,c()({},e,r))},getStyle:function(){var t=this.height,e=this.visible,n=Object(F["q"])(this);return t&&(n=i()({},n,{height:t})),e||n.display||(n=i()({},n,{display:"none"})),n},saveRowRef:function(){this.rowRef=this.$el;var t=this.isAnyColumnsFixed,e=this.fixed,n=this.expandedRow,r=this.ancestorKeys;t&&(!e&&n&&this.setExpandedRowHeight(),!e&&r.length>=0&&this.setRowHeight())}},render:function(){var t=this,e=arguments[0];if(!this.shouldRender)return null;var n=this.prefixCls,r=this.columns,a=this.record,s=this.rowKey,c=this.index,l=this.customRow,u=void 0===l?G:l,h=this.indent,f=this.indentSize,d=this.hovered,p=this.height,v=this.visible,g=this.components,m=this.hasExpandIcon,y=this.renderExpandIcon,b=this.renderExpandIconCell,_=g.body.row,x=g.body.cell,w="";d&&(w+=" "+n+"-hover");var k=[];b(k);for(var C=0;C<r.length;C+=1){var S=r[C];Object(P["a"])(void 0===S.onCellClick,"column[onCellClick] is deprecated, please use column[customCell] instead."),k.push(e(K,{attrs:{prefixCls:n,record:a,indentSize:f,indent:h,index:c,column:S,expandIcon:m(C)&&y(),component:x},key:S.key||S.dataIndex}))}var T=u(a,c)||{},O=T["class"],M=T.className,A=T.style,L=o()(T,["class","className","style"]),I={height:"number"===typeof p?p+"px":p};v||(I.display="none"),I=i()({},I,A);var j=E()(n,w,n+"-level-"+h,M,O),z=L.on||{},D=Object(F["x"])(i()({},L,{style:I}),{on:{click:function(e){t.onRowClick(e,z.click)},dblclick:function(e){t.onRowDoubleClick(e,z.dblclick)},mouseenter:function(e){t.onMouseEnter(e,z.mouseenter)},mouseleave:function(e){t.onMouseLeave(e,z.mouseleave)},contextmenu:function(e){t.onContextMenu(e,z.contextmenu)}},class:j},{attrs:{"data-row-key":s}});return e(_,D,[k])}},Q=Z,J={name:"ExpandIcon",mixins:[X["a"]],props:{record:A["a"].object,prefixCls:A["a"].string,expandable:A["a"].any,expanded:A["a"].bool,needIndentSpaced:A["a"].bool},methods:{onExpand:function(t){this.__emit("expand",this.record,t)}},render:function(){var t=arguments[0],e=this.expandable,n=this.prefixCls,r=this.onExpand,i=this.needIndentSpaced,a=this.expanded;if(e){var o=a?"expanded":"collapsed";return t("span",{class:n+"-expand-icon "+n+"-"+o,on:{click:r}})}return i?t("span",{class:n+"-expand-icon "+n+"-spaced"}):null}},tt={mixins:[X["a"]],name:"ExpandableRow",props:{prefixCls:A["a"].string.isRequired,rowKey:A["a"].oneOfType([A["a"].string,A["a"].number]).isRequired,fixed:A["a"].oneOfType([A["a"].string,A["a"].bool]),record:A["a"].oneOfType([A["a"].object,A["a"].array]).isRequired,indentSize:A["a"].number,needIndentSpaced:A["a"].bool.isRequired,expandRowByClick:A["a"].bool,expandIconAsCell:A["a"].bool,expandIconColumnIndex:A["a"].number,childrenColumnName:A["a"].string,expandedRowRender:A["a"].func,expandIcon:A["a"].func},inject:{store:{from:"table-store",default:function(){return{}}}},computed:{expanded:function(){return this.store.expandedRowKeys.includes(this.$props.rowKey)}},beforeDestroy:function(){this.handleDestroy()},methods:{hasExpandIcon:function(t){var e=this.$props,n=e.expandRowByClick,r=e.expandIcon;return!this.tempExpandIconAsCell&&t===this.tempExpandIconColumnIndex&&(!!r||!n)},handleExpandChange:function(t,e){var n=this.expanded,r=this.rowKey;this.__emit("expandedChange",!n,t,e,r)},handleDestroy:function(){var t=this.rowKey,e=this.record;this.__emit("expandedChange",!1,e,null,t,!0)},handleRowClick:function(t,e,n){var r=this.expandRowByClick;r&&this.handleExpandChange(t,n),this.__emit("rowClick",t,e,n)},renderExpandIcon:function(){var t=this.$createElement,e=this.prefixCls,n=this.expanded,r=this.record,i=this.needIndentSpaced,a=this.expandIcon;return a?a({prefixCls:e,expanded:n,record:r,needIndentSpaced:i,expandable:this.expandable,onExpand:this.handleExpandChange}):t(J,{attrs:{expandable:this.expandable,prefixCls:e,needIndentSpaced:i,expanded:n,record:r},on:{expand:this.handleExpandChange}})},renderExpandIconCell:function(t){var e=this.$createElement;if(this.tempExpandIconAsCell){var n=this.prefixCls;t.push(e("td",{class:n+"-expand-icon-cell",key:"rc-table-expand-icon-cell"},[this.renderExpandIcon()]))}}},render:function(){var t=this.childrenColumnName,e=this.expandedRowRender,n=this.indentSize,r=this.record,i=this.fixed,a=this.$scopedSlots,o=this.expanded;this.tempExpandIconAsCell="right"!==i&&this.expandIconAsCell,this.tempExpandIconColumnIndex="right"!==i?this.expandIconColumnIndex:-1;var s=r[t];this.expandable=!(!s&&!e);var c={props:{indentSize:n,expanded:o,hasExpandIcon:this.hasExpandIcon,renderExpandIcon:this.renderExpandIcon,renderExpandIconCell:this.renderExpandIconCell},on:{rowClick:this.handleRowClick}};return a["default"]&&a["default"](c)}},et=tt;function nt(){}var rt={name:"BaseTable",props:{fixed:A["a"].oneOfType([A["a"].string,A["a"].bool]),columns:A["a"].array.isRequired,tableClassName:A["a"].string.isRequired,hasHead:A["a"].bool.isRequired,hasBody:A["a"].bool.isRequired,expander:A["a"].object.isRequired,getRowKey:A["a"].func,isAnyColumnsFixed:A["a"].bool},inject:{table:{default:function(){return{}}},store:{from:"table-store",default:function(){return{}}}},methods:{getColumns:function(t){var e=this.$props,n=e.columns,r=void 0===n?[]:n,a=e.fixed,o=this.table,s=o.$props.prefixCls;return(t||r).map((function(t){return i()({},t,{className:t.fixed&&!a?E()(s+"-fixed-columns-in-body",t.className||t["class"]):t.className||t["class"]})}))},handleRowHover:function(t,e){this.store.currentHoverKey=t?e:null},renderRows:function(t,e){for(var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],a=this.$createElement,o=this.table,s=o.columnManager,c=o.sComponents,l=o.prefixCls,u=o.childrenColumnName,h=o.rowClassName,f=o.customRow,d=void 0===f?nt:f,p=Object(F["k"])(this.table),v=p.rowClick,g=void 0===v?nt:v,m=p.rowDoubleclick,y=void 0===m?nt:m,b=p.rowContextmenu,_=void 0===b?nt:b,x=p.rowMouseenter,w=void 0===x?nt:x,k=p.rowMouseleave,C=void 0===k?nt:k,S=this.getRowKey,T=this.fixed,O=this.expander,M=this.isAnyColumnsFixed,E=[],A=function(o){var f=t[o],p=S(f,o),v="string"===typeof h?h:h(f,o,e),m={};s.isAnyColumnsFixed()&&(m.hover=n.handleRowHover);var b=void 0;b="left"===T?s.leftLeafColumns():"right"===T?s.rightLeafColumns():n.getColumns(s.leafColumns());var x=l+"-row",k={props:i()({},O.props,{fixed:T,index:o,prefixCls:x,record:f,rowKey:p,needIndentSpaced:O.needIndentSpaced}),key:p,on:{rowClick:g,expandedChange:O.handleExpandChange},scopedSlots:{default:function(t){var n=Object(F["x"])({props:{fixed:T,indent:e,record:f,index:o,prefixCls:x,childrenColumnName:u,columns:b,rowKey:p,ancestorKeys:r,components:c,isAnyColumnsFixed:M,customRow:d},on:i()({rowDoubleclick:y,rowContextmenu:_,rowMouseenter:w,rowMouseleave:C},m),class:v,ref:"row_"+o+"_"+e},t);return a(Q,n)}}},A=a(et,k);E.push(A),O.renderRows(n.renderRows,E,f,o,e,T,p,r)},P=0;P<t.length;P+=1)A(P);return E}},render:function(){var t=arguments[0],e=this.table,n=e.sComponents,r=e.prefixCls,i=e.scroll,a=e.data,o=e.getBodyWrapper,s=this.$props,c=s.expander,l=s.tableClassName,u=s.hasHead,h=s.hasBody,f=s.fixed,d=s.isAnyColumnsFixed,p=this.getColumns(),v={};if(!f&&i.x){var g=d?"max-content":"auto";v.width=!0===i.x?g:i.x,v.width="number"===typeof v.width?v.width+"px":v.width}if(f){var m=p.reduce((function(t,e){var n=e.width;return t+parseFloat(n,10)}),0);m>0&&(v.width=m+"px")}var y=h?n.table:"table",b=n.body.wrapper,_=void 0;return h&&(_=t(b,{class:r+"-tbody"},[this.renderRows(a,0)]),o&&(_=o(_))),t(y,{class:l,style:v,key:"table"},[t(V,{attrs:{columns:p,fixed:f}}),u&&t($,{attrs:{expander:c,columns:p,fixed:f}}),_])}},it=rt,at={name:"HeadTable",props:{fixed:A["a"].oneOfType([A["a"].string,A["a"].bool]),columns:A["a"].array.isRequired,tableClassName:A["a"].string.isRequired,handleBodyScrollLeft:A["a"].func.isRequired,expander:A["a"].object.isRequired},inject:{table:{default:function(){return{}}}},render:function(){var t=arguments[0],e=this.columns,n=this.fixed,r=this.tableClassName,i=this.handleBodyScrollLeft,a=this.expander,o=this.table,s=o.prefixCls,l=o.scroll,u=o.showHeader,h=o.saveRef,f=o.useFixedHeader,d={},p=m({direction:"vertical"});if(l.y){f=!0;var v=m({direction:"horizontal",prefixCls:s});v>0&&!n&&(d.marginBottom="-"+v+"px",d.paddingBottom="0px",d.minWidth=p+"px",d.overflowX="scroll",d.overflowY=0===p?"hidden":"scroll")}return f&&u?t("div",x()([{key:"headTable"},{directives:[{name:"ant-ref",value:n?function(){}:h("headTable")}]},{class:E()(s+"-header",c()({},s+"-hide-scrollbar",p>0)),style:d,on:{scroll:i}}]),[t(it,{attrs:{tableClassName:r,hasHead:!0,hasBody:!1,fixed:n,columns:e,expander:a}})]):null}},ot={name:"BodyTable",props:{fixed:A["a"].oneOfType([A["a"].string,A["a"].bool]),columns:A["a"].array.isRequired,tableClassName:A["a"].string.isRequired,handleBodyScroll:A["a"].func.isRequired,handleWheel:A["a"].func.isRequired,getRowKey:A["a"].func.isRequired,expander:A["a"].object.isRequired,isAnyColumnsFixed:A["a"].bool},inject:{table:{default:function(){return{}}}},render:function(){var t=arguments[0],e=this.table,n=e.prefixCls,r=e.scroll,a=this.columns,o=this.fixed,s=this.tableClassName,c=this.getRowKey,l=this.handleBodyScroll,u=this.handleWheel,h=this.expander,f=this.isAnyColumnsFixed,d=this.table,p=d.useFixedHeader,v=d.saveRef,g=i()({},this.table.bodyStyle),y={};if((r.x||o)&&(g.overflowX=g.overflowX||"scroll",g.WebkitTransform="translate3d (0, 0, 0)"),r.y){var b=g.maxHeight||r.y;b="number"===typeof b?b+"px":b,o?(y.maxHeight=b,y.overflowY=g.overflowY||"scroll"):g.maxHeight=b,g.overflowY=g.overflowY||"scroll",p=!0;var _=m({direction:"vertical"});_>0&&o&&(g.marginBottom="-"+_+"px",g.paddingBottom="0px")}var w=t(it,{attrs:{tableClassName:s,hasHead:!p,hasBody:!0,fixed:o,columns:a,expander:h,getRowKey:c,isAnyColumnsFixed:f}});if(o&&a.length){var k=void 0;return"left"===a[0].fixed||!0===a[0].fixed?k="fixedColumnsBodyLeft":"right"===a[0].fixed&&(k="fixedColumnsBodyRight"),delete g.overflowX,delete g.overflowY,t("div",{key:"bodyTable",class:n+"-body-outer",style:i()({},g)},[t("div",x()([{class:n+"-body-inner",style:y},{directives:[{name:"ant-ref",value:v(k)}]},{on:{wheel:u,scroll:l}}]),[w])])}var C=r&&(r.x||r.y);return t("div",x()([{attrs:{tabIndex:C?-1:void 0},key:"bodyTable",class:n+"-body",style:g},{directives:[{name:"ant-ref",value:v("bodyTable")}]},{on:{wheel:u,scroll:l}}]),[w])}},st=function(){return{expandIconAsCell:A["a"].bool,expandRowByClick:A["a"].bool,expandedRowKeys:A["a"].array,expandedRowClassName:A["a"].func,defaultExpandAllRows:A["a"].bool,defaultExpandedRowKeys:A["a"].array,expandIconColumnIndex:A["a"].number,expandedRowRender:A["a"].func,expandIcon:A["a"].func,childrenColumnName:A["a"].string,indentSize:A["a"].number,columnManager:A["a"].object.isRequired,prefixCls:A["a"].string.isRequired,data:A["a"].array,getRowKey:A["a"].func}},ct={name:"ExpandableTable",mixins:[X["a"]],props:Object(F["t"])(st(),{expandIconAsCell:!1,expandedRowClassName:function(){return""},expandIconColumnIndex:0,defaultExpandAllRows:!1,defaultExpandedRowKeys:[],childrenColumnName:"children",indentSize:15}),inject:{store:{from:"table-store",default:function(){return{}}}},data:function(){var t=this.data,e=this.childrenColumnName,n=this.defaultExpandAllRows,r=this.expandedRowKeys,i=this.defaultExpandedRowKeys,a=this.getRowKey,o=[],s=[].concat(u()(t));if(n)for(var c=0;c<s.length;c+=1){var l=s[c];o.push(a(l,c)),s=s.concat(l[e]||[])}else o=r||i;return this.store.expandedRowsHeight={},this.store.expandedRowKeys=o,{}},mounted:function(){this.handleUpdated()},updated:function(){this.handleUpdated()},watch:{expandedRowKeys:function(t){var e=this;this.$nextTick((function(){e.store.expandedRowKeys=t}))}},methods:{handleUpdated:function(){this.latestExpandedRows=null},handleExpandChange:function(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];n&&(n.preventDefault(),n.stopPropagation());var a=this.store.expandedRowKeys;if(t)a=[].concat(u()(a),[r]);else{var o=a.indexOf(r);-1!==o&&(a=b(a,r))}this.expandedRowKeys||(this.store.expandedRowKeys=a),this.latestExpandedRows&&k()(this.latestExpandedRows,a)||(this.latestExpandedRows=a,this.__emit("expandedRowsChange",a),this.__emit("update:expandedRowKeys",a)),i||this.__emit("expand",t,e)},renderExpandIndentCell:function(t,e){var n=this.prefixCls,r=this.expandIconAsCell;if(r&&"right"!==e&&t.length){var a={key:"rc-table-expand-icon-cell",className:n+"-expand-icon-th",title:"",rowSpan:t.length};t[0].unshift(i()({},a,{column:a}))}},renderExpandedRow:function(t,e,n,r,i,a,o){var s=this,c=this.$createElement,l=this.prefixCls,u=this.expandIconAsCell,h=this.indentSize,f=i[i.length-1],d=f+"-extra-row",p={body:{row:"tr",cell:"td"}},v=void 0;v="left"===o?this.columnManager.leftLeafColumns().length:"right"===o?this.columnManager.rightLeafColumns().length:this.columnManager.leafColumns().length;var g=[{key:"extra-row",customRender:function(){var r=s.store.expandedRowKeys,i=r.includes(f);return{attrs:{colSpan:v},children:"right"!==o?n(t,e,a,i):"&nbsp;"}}}];return u&&"right"!==o&&g.unshift({key:"expand-icon-placeholder",customRender:function(){return null}}),c(Q,{key:d,attrs:{columns:g,rowKey:d,ancestorKeys:i,prefixCls:l+"-expanded-row",indentSize:h,indent:a,fixed:o,components:p,expandedRow:!0,hasExpandIcon:function(){}},class:r})},renderRows:function(t,e,n,r,i,a,o,s){var c=this.expandedRowClassName,l=this.expandedRowRender,h=this.childrenColumnName,f=n[h],d=[].concat(u()(s),[o]),p=i+1;l&&e.push(this.renderExpandedRow(n,r,l,c(n,r,i),d,p,a)),f&&e.push.apply(e,u()(t(f,p,d)))}},render:function(){var t=this.data,e=this.childrenColumnName,n=this.$scopedSlots,r=Object(F["l"])(this),i=t.some((function(t){return t[e]}));return n["default"]&&n["default"]({props:r,on:Object(F["k"])(this),needIndentSpaced:i,renderRows:this.renderRows,handleExpandChange:this.handleExpandChange,renderExpandIndentCell:this.renderExpandIndentCell})}},lt=ct,ut=n("2b0e"),ht={name:"Table",mixins:[X["a"]],provide:function(){return{"table-store":this.store,table:this}},props:Object(F["t"])({data:A["a"].array,useFixedHeader:A["a"].bool,columns:A["a"].array,prefixCls:A["a"].string,bodyStyle:A["a"].object,rowKey:A["a"].oneOfType([A["a"].string,A["a"].func]),rowClassName:A["a"].oneOfType([A["a"].string,A["a"].func]),customRow:A["a"].func,customHeaderRow:A["a"].func,showHeader:A["a"].bool,title:A["a"].func,id:A["a"].string,footer:A["a"].func,emptyText:A["a"].any,scroll:A["a"].object,rowRef:A["a"].func,getBodyWrapper:A["a"].func,components:A["a"].shape({table:A["a"].any,header:A["a"].shape({wrapper:A["a"].any,row:A["a"].any,cell:A["a"].any}),body:A["a"].shape({wrapper:A["a"].any,row:A["a"].any,cell:A["a"].any})}),expandIconAsCell:A["a"].bool,expandedRowKeys:A["a"].array,expandedRowClassName:A["a"].func,defaultExpandAllRows:A["a"].bool,defaultExpandedRowKeys:A["a"].array,expandIconColumnIndex:A["a"].number,expandedRowRender:A["a"].func,childrenColumnName:A["a"].string,indentSize:A["a"].number,expandRowByClick:A["a"].bool,expandIcon:A["a"].func,tableLayout:A["a"].string,transformCellText:A["a"].func},{data:[],useFixedHeader:!1,rowKey:"key",rowClassName:function(){return""},prefixCls:"rc-table",bodyStyle:{},showHeader:!0,scroll:{},rowRef:function(){return null},emptyText:function(){return"No Data"},customHeaderRow:function(){}}),data:function(){return this.preData=[].concat(u()(this.data)),this.store=(this.$root.constructor.observable||ut["c"].observable)({currentHoverKey:null,fixedColumnsHeadRowsHeight:[],fixedColumnsBodyRowsHeight:{},expandedRowsHeight:{},expandedRowKeys:[]}),{columnManager:new R(this.columns),sComponents:S()({table:"table",header:{wrapper:"thead",row:"tr",cell:"th"},body:{wrapper:"tbody",row:"tr",cell:"td"}},this.components)}},watch:{components:function(){this._components=S()({table:"table",header:{wrapper:"thead",row:"tr",cell:"th"},body:{wrapper:"tbody",row:"tr",cell:"td"}},this.components)},columns:function(t){t&&this.columnManager.reset(t)},data:function(t){var e=this;0===t.length&&this.hasScrollX()&&this.$nextTick((function(){e.resetScrollX()}))}},created:function(){var t=this;["rowClick","rowDoubleclick","rowContextmenu","rowMouseenter","rowMouseleave"].forEach((function(e){Object(P["a"])(void 0===Object(F["k"])(t)[e],e+" is deprecated, please use customRow instead.")})),Object(P["a"])(void 0===this.getBodyWrapper,"getBodyWrapper is deprecated, please use custom components instead."),this.setScrollPosition("left"),this.debouncedWindowResize=y(this.handleWindowResize,150)},mounted:function(){var t=this;this.$nextTick((function(){t.columnManager.isAnyColumnsFixed()&&(t.handleWindowResize(),t.resizeEvent=Object(L["a"])(window,"resize",t.debouncedWindowResize)),t.ref_headTable&&(t.ref_headTable.scrollLeft=0),t.ref_bodyTable&&(t.ref_bodyTable.scrollLeft=0)}))},updated:function(){var t=this;this.$nextTick((function(){t.columnManager.isAnyColumnsFixed()&&(t.handleWindowResize(),t.resizeEvent||(t.resizeEvent=Object(L["a"])(window,"resize",t.debouncedWindowResize)))}))},beforeDestroy:function(){this.resizeEvent&&this.resizeEvent.remove(),this.debouncedWindowResize&&this.debouncedWindowResize.cancel()},methods:{getRowKey:function(t,e){var n=this.rowKey,r="function"===typeof n?n(t,e):t[n];return Object(P["a"])(void 0!==r,"Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key."),void 0===r?e:r},setScrollPosition:function(t){if(this.scrollPosition=t,this.tableNode){var e=this.prefixCls;"both"===t?O()(this.tableNode).remove(new RegExp("^"+e+"-scroll-position-.+$")).add(e+"-scroll-position-left").add(e+"-scroll-position-right"):O()(this.tableNode).remove(new RegExp("^"+e+"-scroll-position-.+$")).add(e+"-scroll-position-"+t)}},setScrollPositionClassName:function(){var t=this.ref_bodyTable,e=0===t.scrollLeft,n=t.scrollLeft+1>=t.children[0].getBoundingClientRect().width-t.getBoundingClientRect().width;e&&n?this.setScrollPosition("both"):e?this.setScrollPosition("left"):n?this.setScrollPosition("right"):"middle"!==this.scrollPosition&&this.setScrollPosition("middle")},isTableLayoutFixed:function(){var t=this.$props,e=t.tableLayout,n=t.columns,r=void 0===n?[]:n,i=t.useFixedHeader,a=t.scroll,o=void 0===a?{}:a;return"undefined"!==typeof e?"fixed"===e:!!r.some((function(t){var e=t.ellipsis;return!!e}))||(!(!i&&!o.y)||!(!o.x||!0===o.x||"max-content"===o.x))},handleWindowResize:function(){this.syncFixedTableRowHeight(),this.setScrollPositionClassName()},syncFixedTableRowHeight:function(){var t=this.tableNode.getBoundingClientRect();if(!(void 0!==t.height&&t.height<=0)){var e=this.prefixCls,n=this.ref_headTable?this.ref_headTable.querySelectorAll("thead"):this.ref_bodyTable.querySelectorAll("thead"),r=this.ref_bodyTable.querySelectorAll("."+e+"-row")||[],i=[].map.call(n,(function(t){return t.getBoundingClientRect().height?t.getBoundingClientRect().height-.5:"auto"})),a=this.store,o=[].reduce.call(r,(function(t,e){var n=e.getAttribute("data-row-key"),r=e.getBoundingClientRect().height||a.fixedColumnsBodyRowsHeight[n]||"auto";return t[n]=r,t}),{});k()(a.fixedColumnsHeadRowsHeight,i)&&k()(a.fixedColumnsBodyRowsHeight,o)||(this.store.fixedColumnsHeadRowsHeight=i,this.store.fixedColumnsBodyRowsHeight=o)}},resetScrollX:function(){this.ref_headTable&&(this.ref_headTable.scrollLeft=0),this.ref_bodyTable&&(this.ref_bodyTable.scrollLeft=0)},hasScrollX:function(){var t=this.scroll,e=void 0===t?{}:t;return"x"in e},handleBodyScrollLeft:function(t){if(t.currentTarget===t.target){var e=t.target,n=this.scroll,r=void 0===n?{}:n,i=this.ref_headTable,a=this.ref_bodyTable;e.scrollLeft!==this.lastScrollLeft&&r.x&&(e===a&&i?i.scrollLeft=e.scrollLeft:e===i&&a&&(a.scrollLeft=e.scrollLeft),this.setScrollPositionClassName()),this.lastScrollLeft=e.scrollLeft}},handleBodyScrollTop:function(t){var e=t.target;if(t.currentTarget===e){var n=this.scroll,r=void 0===n?{}:n,i=this.ref_headTable,a=this.ref_bodyTable,o=this.ref_fixedColumnsBodyLeft,s=this.ref_fixedColumnsBodyRight;if(e.scrollTop!==this.lastScrollTop&&r.y&&e!==i){var c=e.scrollTop;o&&e!==o&&(o.scrollTop=c),s&&e!==s&&(s.scrollTop=c),a&&e!==a&&(a.scrollTop=c)}this.lastScrollTop=e.scrollTop}},handleBodyScroll:function(t){this.handleBodyScrollLeft(t),this.handleBodyScrollTop(t)},handleWheel:function(t){var e=this.$props.scroll,n=void 0===e?{}:e;if(window.navigator.userAgent.match(/Trident\/7\./)&&n.y){t.preventDefault();var r=t.deltaY,i=t.target,a=this.ref_bodyTable,o=this.ref_fixedColumnsBodyLeft,s=this.ref_fixedColumnsBodyRight,c=0;c=this.lastScrollTop?this.lastScrollTop+r:r,o&&i!==o&&(o.scrollTop=c),s&&i!==s&&(s.scrollTop=c),a&&i!==a&&(a.scrollTop=c)}},saveRef:function(t){var e=this;return function(n){e["ref_"+t]=n}},saveTableNodeRef:function(t){this.tableNode=t},renderMainTable:function(){var t=this.$createElement,e=this.scroll,n=this.prefixCls,r=this.columnManager.isAnyColumnsFixed(),i=r||e.x||e.y,a=[this.renderTable({columns:this.columnManager.groupedColumns(),isAnyColumnsFixed:r}),this.renderEmptyText(),this.renderFooter()];return i?t("div",{class:n+"-scroll"},[a]):a},renderLeftFixedTable:function(){var t=this.$createElement,e=this.prefixCls;return t("div",{class:e+"-fixed-left"},[this.renderTable({columns:this.columnManager.leftColumns(),fixed:"left"})])},renderRightFixedTable:function(){var t=this.$createElement,e=this.prefixCls;return t("div",{class:e+"-fixed-right"},[this.renderTable({columns:this.columnManager.rightColumns(),fixed:"right"})])},renderTable:function(t){var e=this.$createElement,n=t.columns,r=t.fixed,i=t.isAnyColumnsFixed,a=this.prefixCls,o=this.scroll,s=void 0===o?{}:o,c=s.x||r?a+"-fixed":"",l=e(at,{key:"head",attrs:{columns:n,fixed:r,tableClassName:c,handleBodyScrollLeft:this.handleBodyScrollLeft,expander:this.expander}}),u=e(ot,{key:"body",attrs:{columns:n,fixed:r,tableClassName:c,getRowKey:this.getRowKey,handleWheel:this.handleWheel,handleBodyScroll:this.handleBodyScroll,expander:this.expander,isAnyColumnsFixed:i}});return[l,u]},renderTitle:function(){var t=this.$createElement,e=this.title,n=this.prefixCls,r=this.data;return e?t("div",{class:n+"-title",key:"title"},[e(r)]):null},renderFooter:function(){var t=this.$createElement,e=this.footer,n=this.prefixCls,r=this.data;return e?t("div",{class:n+"-footer",key:"footer"},[e(r)]):null},renderEmptyText:function(){var t=this.$createElement,e=this.emptyText,n=this.prefixCls,r=this.data;if(r.length)return null;var i=n+"-placeholder";return t("div",{class:i,key:"emptyText"},["function"===typeof e?e():e])}},render:function(){var t,e=this,n=arguments[0],r=Object(F["l"])(this),a=this.columnManager,o=this.getRowKey,s=r.prefixCls,l=E()(r.prefixCls,(t={},c()(t,s+"-fixed-header",r.useFixedHeader||r.scroll&&r.scroll.y),c()(t,s+"-scroll-position-left "+s+"-scroll-position-right","both"===this.scrollPosition),c()(t,s+"-scroll-position-"+this.scrollPosition,"both"!==this.scrollPosition),c()(t,s+"-layout-fixed",this.isTableLayoutFixed()),t)),u=a.isAnyColumnsLeftFixed(),h=a.isAnyColumnsRightFixed(),f={props:i()({},r,{columnManager:a,getRowKey:o}),on:Object(F["k"])(this),scopedSlots:{default:function(t){return e.expander=t,n("div",x()([{directives:[{name:"ant-ref",value:e.saveTableNodeRef}]},{class:l}]),[e.renderTitle(),n("div",{class:s+"-content"},[e.renderMainTable(),u&&e.renderLeftFixedTable(),h&&e.renderRightFixedTable()])])}}};return n(lt,f)}},ft={name:"Column",props:{rowSpan:A["a"].number,colSpan:A["a"].number,title:A["a"].any,dataIndex:A["a"].string,width:A["a"].oneOfType([A["a"].number,A["a"].string]),ellipsis:A["a"].bool,fixed:A["a"].oneOf([!0,"left","right"]),align:A["a"].oneOf(["left","center","right"]),customRender:A["a"].func,className:A["a"].string,customCell:A["a"].func,customHeaderCell:A["a"].func}},dt={name:"ColumnGroup",props:{title:A["a"].any},isTableColumnGroup:!0},pt={name:"Table",Column:ft,ColumnGroup:dt,props:ht.props,methods:{getTableNode:function(){return this.$refs.table.tableNode},getBodyTable:function(){return this.$refs.table.ref_bodyTable},normalize:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[];return e.forEach((function(e){if(e.tag){var r=Object(F["j"])(e),a=Object(F["q"])(e),o=Object(F["f"])(e),s=Object(F["l"])(e),c=Object(F["i"])(e),l={};Object.keys(c).forEach((function(t){var e="on-"+t;l[Object(F["a"])(e)]=c[t]}));var u=Object(F["p"])(e),h=u["default"],f=u.title,d=i()({title:f},s,{style:a,class:o},l);if(r&&(d.key=r),Object(F["o"])(e).isTableColumnGroup)d.children=t.normalize("function"===typeof h?h():h);else{var p=e.data&&e.data.scopedSlots&&e.data.scopedSlots["default"];d.customRender=d.customRender||p}n.push(d)}})),n}},render:function(){var t=arguments[0],e=this.$slots,n=this.normalize,r=Object(F["l"])(this),a=r.columns||n(e["default"]),o={props:i()({},r,{columns:a}),on:Object(F["k"])(this),ref:"table"};return t(ht,o)}},vt=pt,gt=n("a3a2"),mt=n("528d"),yt=n("da30"),bt=n("61fe"),_t=n.n(bt),xt=n("a600"),wt=n("0c63"),kt=n("bb76"),Ct=n("59a5"),St={name:"FilterDropdownMenuWrapper",methods:{handelClick:function(t){t.stopPropagation()}},render:function(){var t=arguments[0],e=this.$slots,n=this.handelClick;return t("div",{on:{click:n}},[e["default"]])}},Tt=n("5091"),Ot=n("b1e0"),Mt=Object(Tt["b"])(),Et=Object(Ot["a"])(),At=A["a"].shape({text:A["a"].string,value:A["a"].string,children:A["a"].array}).loose,Pt={title:A["a"].any,dataIndex:A["a"].string,customRender:A["a"].func,customCell:A["a"].func,customHeaderCell:A["a"].func,align:A["a"].oneOf(["left","right","center"]),ellipsis:A["a"].bool,filters:A["a"].arrayOf(At),filterMultiple:A["a"].bool,filterDropdown:A["a"].any,filterDropdownVisible:A["a"].bool,sorter:A["a"].oneOfType([A["a"].boolean,A["a"].func]),defaultSortOrder:A["a"].oneOf(["ascend","descend"]),colSpan:A["a"].number,width:A["a"].oneOfType([A["a"].string,A["a"].number]),className:A["a"].string,fixed:A["a"].oneOfType([A["a"].bool,A["a"].oneOf(["left","right"])]),filterIcon:A["a"].any,filteredValue:A["a"].array,filtered:A["a"].bool,defaultFilteredValue:A["a"].array,sortOrder:A["a"].oneOfType([A["a"].bool,A["a"].oneOf(["ascend","descend"])]),sortDirections:A["a"].array},Lt=A["a"].shape({filterTitle:A["a"].string,filterConfirm:A["a"].any,filterReset:A["a"].any,emptyText:A["a"].any,selectAll:A["a"].any,selectInvert:A["a"].any,sortTitle:A["a"].string,expand:A["a"].string,collapse:A["a"].string}).loose,It=A["a"].oneOf(["checkbox","radio"]),jt={type:It,selectedRowKeys:A["a"].array,getCheckboxProps:A["a"].func,selections:A["a"].oneOfType([A["a"].array,A["a"].bool]),hideDefaultSelections:A["a"].bool,fixed:A["a"].bool,columnWidth:A["a"].oneOfType([A["a"].string,A["a"].number]),selectWay:A["a"].oneOf(["onSelect","onSelectMultiple","onSelectAll","onSelectInvert"]),columnTitle:A["a"].any},zt={prefixCls:A["a"].string,dropdownPrefixCls:A["a"].string,rowSelection:A["a"].oneOfType([A["a"].shape(jt).loose,null]),pagination:A["a"].oneOfType([A["a"].shape(i()({},Mt,{position:A["a"].oneOf(["top","bottom","both"])})).loose,A["a"].bool]),size:A["a"].oneOf(["default","middle","small","large"]),dataSource:A["a"].array,components:A["a"].object,columns:A["a"].array,rowKey:A["a"].oneOfType([A["a"].string,A["a"].func]),rowClassName:A["a"].func,expandedRowRender:A["a"].any,defaultExpandAllRows:A["a"].bool,defaultExpandedRowKeys:A["a"].array,expandedRowKeys:A["a"].array,expandIconAsCell:A["a"].bool,expandIconColumnIndex:A["a"].number,expandRowByClick:A["a"].bool,loading:A["a"].oneOfType([A["a"].shape(Et).loose,A["a"].bool]),locale:Lt,indentSize:A["a"].number,customRow:A["a"].func,customHeaderRow:A["a"].func,useFixedHeader:A["a"].bool,bordered:A["a"].bool,showHeader:A["a"].bool,footer:A["a"].func,title:A["a"].func,scroll:A["a"].object,childrenColumnName:A["a"].oneOfType([A["a"].array,A["a"].string]),bodyStyle:A["a"].any,sortDirections:A["a"].array,tableLayout:A["a"].string,getPopupContainer:A["a"].func,expandIcon:A["a"].func,transformCellText:A["a"].func},Dt={store:A["a"].any,locale:A["a"].any,disabled:A["a"].bool,getCheckboxPropsByItem:A["a"].func,getRecordKey:A["a"].func,data:A["a"].array,prefixCls:A["a"].string,hideDefaultSelections:A["a"].bool,selections:A["a"].oneOfType([A["a"].array,A["a"].bool]),getPopupContainer:A["a"].func},Nt={store:A["a"].any,type:It,defaultSelection:A["a"].arrayOf([A["a"].string,A["a"].number]),rowIndex:A["a"].oneOfType([A["a"].string,A["a"].number]),name:A["a"].string,disabled:A["a"].bool,id:A["a"].string},Rt={_propsSymbol:A["a"].any,locale:Lt,selectedKeys:A["a"].arrayOf([A["a"].string,A["a"].number]),column:A["a"].object,confirmFilter:A["a"].func,prefixCls:A["a"].string,dropdownPrefixCls:A["a"].string,getPopupContainer:A["a"].func,handleFilter:A["a"].func},Vt=n("7b05");function Ft(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"children",n=[],r=function t(r){r.forEach((function(r){if(r[e]){var a=i()({},r);delete a[e],n.push(a),r[e].length>0&&t(r[e])}else n.push(r)}))};return r(t),n}function Ht(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"children";return t.map((function(t,r){var a={};return t[n]&&(a[n]=Ht(t[n],e,n)),i()({},e(t,r),a)}))}function Bt(t,e){return t.reduce((function(t,n){if(e(n)&&t.push(n),n.children){var r=Bt(n.children,e);t.push.apply(t,u()(r))}return t}),[])}function Ut(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(t||[]).forEach((function(t){var n=t.value,r=t.children;e[n.toString()]=n,Ut(r,e)})),e}function $t(t){t.stopPropagation()}var qt={name:"FilterMenu",mixins:[X["a"]],props:Object(F["t"])(Rt,{handleFilter:function(){},column:{}}),data:function(){var t="filterDropdownVisible"in this.column&&this.column.filterDropdownVisible;return this.preProps=i()({},Object(F["l"])(this)),{sSelectedKeys:this.selectedKeys,sKeyPathOfSelectedItem:{},sVisible:t,sValueKeys:Ut(this.column.filters)}},watch:{_propsSymbol:function(){var t=Object(F["l"])(this),e=t.column,n={};"selectedKeys"in t&&!k()(this.preProps.selectedKeys,t.selectedKeys)&&(n.sSelectedKeys=t.selectedKeys),k()((this.preProps.column||{}).filters,(t.column||{}).filters)||(n.sValueKeys=Ut(t.column.filters)),"filterDropdownVisible"in e&&(n.sVisible=e.filterDropdownVisible),Object.keys(n).length>0&&this.setState(n),this.preProps=i()({},t)}},mounted:function(){var t=this,e=this.column;this.$nextTick((function(){t.setNeverShown(e)}))},updated:function(){var t=this,e=this.column;this.$nextTick((function(){t.setNeverShown(e)}))},methods:{getDropdownVisible:function(){return!this.neverShown&&this.sVisible},setNeverShown:function(t){var e=this.$el,n=!!_t()(e,".ant-table-scroll");n&&(this.neverShown=!!t.fixed)},setSelectedKeys:function(t){var e=t.selectedKeys;this.setState({sSelectedKeys:e})},setVisible:function(t){var e=this.column;"filterDropdownVisible"in e||this.setState({sVisible:t}),e.onFilterDropdownVisibleChange&&e.onFilterDropdownVisibleChange(t)},handleClearFilters:function(){this.setState({sSelectedKeys:[]},this.handleConfirm)},handleConfirm:function(){var t=this;this.setVisible(!1),this.confirmFilter2(),this.$forceUpdate(),this.$nextTick((function(){t.confirmFilter}))},onVisibleChange:function(t){this.setVisible(t);var e=this.$props.column;t||e.filterDropdown instanceof Function||this.confirmFilter2()},handleMenuItemClick:function(t){var e=this.$data.sSelectedKeys;if(t.keyPath&&!(t.keyPath.length<=1)){var n=this.$data.sKeyPathOfSelectedItem;e&&e.indexOf(t.key)>=0?delete n[t.key]:n[t.key]=t.keyPath,this.setState({sKeyPathOfSelectedItem:n})}},hasSubMenu:function(){var t=this.column.filters,e=void 0===t?[]:t;return e.some((function(t){return!!(t.children&&t.children.length>0)}))},confirmFilter2:function(){var t=this.$props,e=t.column,n=t.selectedKeys,r=t.confirmFilter,i=this.$data,a=i.sSelectedKeys,o=i.sValueKeys,s=e.filterDropdown;k()(a,n)||r(e,s?a:a.map((function(t){return o[t]})).filter((function(t){return void 0!==t})))},renderMenus:function(t){var e=this,n=this.$createElement,r=this.$props,i=r.dropdownPrefixCls,a=r.prefixCls;return t.map((function(t){if(t.children&&t.children.length>0){var r=e.sKeyPathOfSelectedItem,o=Object.keys(r).some((function(e){return r[e].indexOf(t.value)>=0})),s=E()(a+"-dropdown-submenu",c()({},i+"-submenu-contain-selected",o));return n(gt["a"],{attrs:{title:t.text,popupClassName:s},key:t.value},[e.renderMenus(t.children)])}return e.renderMenuItem(t)}))},renderFilterIcon:function(){var t,e=this.$createElement,n=this.column,r=this.locale,i=this.prefixCls,a=this.selectedKeys,o=a&&a.length>0,s=n.filterIcon;"function"===typeof s&&(s=s(o,n));var l=E()((t={},c()(t,i+"-selected","filtered"in n?n.filtered:o),c()(t,i+"-open",this.getDropdownVisible()),t));return s?1===s.length&&Object(F["w"])(s[0])?Object(Vt["a"])(s[0],{on:{click:$t},class:E()(i+"-icon",l)}):e("span",{class:E()(i+"-icon",l)},[s]):e(wt["a"],{attrs:{title:r.filterTitle,type:"filter",theme:"filled"},class:l,on:{click:$t}})},renderMenuItem:function(t){var e=this.$createElement,n=this.column,r=this.$data.sSelectedKeys,i=!("filterMultiple"in n)||n.filterMultiple,a=e(i?kt["a"]:Ct["a"],{attrs:{checked:r&&r.indexOf(t.value)>=0}});return e(mt["a"],{key:t.value},[a,e("span",[t.text])])}},render:function(){var t=this,e=arguments[0],n=this.$data.sSelectedKeys,r=this.column,i=this.locale,a=this.prefixCls,o=this.dropdownPrefixCls,s=this.getPopupContainer,l=!("filterMultiple"in r)||r.filterMultiple,u=E()(c()({},o+"-menu-without-submenu",!this.hasSubMenu())),h=r.filterDropdown;h instanceof Function&&(h=h({prefixCls:o+"-custom",setSelectedKeys:function(e){return t.setSelectedKeys({selectedKeys:e})},selectedKeys:n,confirm:this.handleConfirm,clearFilters:this.handleClearFilters,filters:r.filters,visible:this.getDropdownVisible(),column:r}));var f=e(St,{class:a+"-dropdown"},h?[h]:[e(yt["a"],{attrs:{multiple:l,prefixCls:o+"-menu",selectedKeys:n&&n.map((function(t){return t})),getPopupContainer:s},on:{click:this.handleMenuItemClick,select:this.setSelectedKeys,deselect:this.setSelectedKeys},class:u},[this.renderMenus(r.filters)]),e("div",{class:a+"-dropdown-btns"},[e("a",{class:a+"-dropdown-link confirm",on:{click:this.handleConfirm}},[i.filterConfirm]),e("a",{class:a+"-dropdown-link clear",on:{click:this.handleClearFilters}},[i.filterReset])])]);return e(xt["a"],{attrs:{trigger:["click"],placement:"bottomRight",visible:this.getDropdownVisible(),getPopupContainer:s,forceRender:!0},on:{visibleChange:this.onVisibleChange}},[e("template",{slot:"overlay"},[f]),this.renderFilterIcon()])}},Wt={name:"SelectionBox",mixins:[X["a"]],props:Nt,computed:{checked:function(){var t=this.$props,e=t.store,n=t.defaultSelection,r=t.rowIndex,i=!1;return i=e.selectionDirty?e.selectedRowKeys.indexOf(r)>=0:e.selectedRowKeys.indexOf(r)>=0||n.indexOf(r)>=0,i}},render:function(){var t=arguments[0],e=Object(F["l"])(this),n=e.type,r=e.rowIndex,a=o()(e,["type","rowIndex"]),s=this.checked,c={props:i()({checked:s},a),on:Object(F["k"])(this)};return"radio"===n?(c.props.value=r,t(Ct["a"],c)):t(kt["a"],c)}},Yt=n("55f1");function Kt(t){var e=t.store,n=t.getCheckboxPropsByItem,r=t.getRecordKey,i=t.data,a=t.type,o=t.byDefaultChecked;return o?i[a]((function(t,e){return n(t,e).defaultChecked})):i[a]((function(t,n){return e.selectedRowKeys.indexOf(r(t,n))>=0}))}function Xt(t){var e=t.store,n=t.data;if(!n.length)return!1;var r=Kt(i()({},t,{data:n,type:"some",byDefaultChecked:!1}))&&!Kt(i()({},t,{data:n,type:"every",byDefaultChecked:!1})),a=Kt(i()({},t,{data:n,type:"some",byDefaultChecked:!0}))&&!Kt(i()({},t,{data:n,type:"every",byDefaultChecked:!0}));return e.selectionDirty?r:r||a}function Gt(t){var e=t.store,n=t.data;return!!n.length&&(e.selectionDirty?Kt(i()({},t,{data:n,type:"every",byDefaultChecked:!1})):Kt(i()({},t,{data:n,type:"every",byDefaultChecked:!1}))||Kt(i()({},t,{data:n,type:"every",byDefaultChecked:!0})))}var Zt={name:"SelectionCheckboxAll",mixins:[X["a"]],props:Dt,data:function(){var t=this.$props;return this.defaultSelections=t.hideDefaultSelections?[]:[{key:"all",text:t.locale.selectAll},{key:"invert",text:t.locale.selectInvert}],{checked:Gt(t),indeterminate:Xt(t)}},watch:{$props:{handler:function(){this.setCheckState(this.$props)},deep:!0,immediate:!0}},methods:{checkSelection:function(t,e,n,r){var i=t||this.$props,a=i.store,o=i.getCheckboxPropsByItem,s=i.getRecordKey;return("every"===n||"some"===n)&&(r?e[n]((function(t,e){return o(t,e).props.defaultChecked})):e[n]((function(t,e){return a.selectedRowKeys.indexOf(s(t,e))>=0})))},setCheckState:function(t){var e=Gt(t),n=Xt(t);this.setState((function(t){var r={};return n!==t.indeterminate&&(r.indeterminate=n),e!==t.checked&&(r.checked=e),r}))},handleSelectAllChange:function(t){var e=t.target.checked;this.$emit("select",e?"all":"removeAll",0,null)},renderMenus:function(t){var e=this,n=this.$createElement;return t.map((function(t,r){return n(Yt["a"].Item,{key:t.key||r},[n("div",{on:{click:function(){e.$emit("select",t.key,r,t.onSelect)}}},[t.text])])}))}},render:function(){var t=arguments[0],e=this.disabled,n=this.prefixCls,r=this.selections,i=this.getPopupContainer,a=this.checked,o=this.indeterminate,s=n+"-selection",l=null;if(r){var u=Array.isArray(r)?this.defaultSelections.concat(r):this.defaultSelections,h=t(Yt["a"],{class:s+"-menu",attrs:{selectedKeys:[]}},[this.renderMenus(u)]);l=u.length>0?t(xt["a"],{attrs:{getPopupContainer:i}},[t("template",{slot:"overlay"},[h]),t("div",{class:s+"-down"},[t(wt["a"],{attrs:{type:"down"}})])]):null}return t("div",{class:s},[t(kt["a"],{class:E()(c()({},s+"-select-all-custom",l)),attrs:{checked:a,indeterminate:o,disabled:e},on:{change:this.handleSelectAllChange}}),l])}},Qt={name:"ATableColumn",props:Pt},Jt={name:"ATableColumnGroup",props:{fixed:A["a"].oneOfType([A["a"].bool,A["a"].oneOf(["left","right"])]),title:A["a"].any},__ANT_TABLE_COLUMN_GROUP:!0},te={store:A["a"].any,rowKey:A["a"].oneOfType([A["a"].string,A["a"].number]),prefixCls:A["a"].string};function ee(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"tr",e={name:"BodyRow",props:te,computed:{selected:function(){return this.$props.store.selectedRowKeys.indexOf(this.$props.rowKey)>=0}},render:function(){var e=arguments[0],n=c()({},this.prefixCls+"-row-selected",this.selected);return e(t,x()([{class:n},{on:Object(F["k"])(this)}]),[this.$slots["default"]])}};return e}var ne=n("9cba"),re=n("de1b"),ie=n("8592"),ae=n("e5cd"),oe=n("02ea"),se=n("c449"),ce=n.n(se);function le(t,e){if("undefined"===typeof window)return 0;var n=e?"pageYOffset":"pageXOffset",r=e?"scrollTop":"scrollLeft",i=t===window,a=i?t[n]:t[r];return i&&"number"!==typeof a&&(a=window.document.documentElement[r]),a}function ue(t,e,n,r){var i=n-e;return t/=r/2,t<1?i/2*t*t*t+e:i/2*((t-=2)*t*t+2)+e}function he(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.getContainer,r=void 0===n?function(){return window}:n,i=e.callback,a=e.duration,o=void 0===a?450:a,s=r(),c=le(s,!0),l=Date.now(),u=function e(){var n=Date.now(),r=n-l,a=ue(r>o?o:r,c,t,o);s===window?window.scrollTo(window.pageXOffset,a):s.scrollTop=a,r<o?ce()(e):"function"===typeof i&&i()};ce()(u)}var fe=n("63c4");function de(){}function pe(t){t.stopPropagation()}function ve(t){return t.rowSelection||{}}function ge(t,e){return t.key||t.dataIndex||e}function me(t,e){return!!(t&&e&&t.key&&t.key===e.key)||(t===e||k()(t,e,(function(t,e){return"function"===typeof t&&"function"===typeof e?t===e||t.toString()===e.toString():Array.isArray(t)&&Array.isArray(e)?t===e||k()(t,e):void 0})))}var ye={onChange:de,onShowSizeChange:de},be={},_e=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t&&t.body&&t.body.row;return i()({},t,{body:i()({},t.body,{row:ee(e)})})};function xe(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t===e||["table","header","body"].every((function(n){return k()(t[n],e[n])}))}function we(t,e){return Bt(e||(t||{}).columns||[],(function(t){return"undefined"!==typeof t.filteredValue}))}function ke(t,e){var n={};return we(t,e).forEach((function(t){var e=ge(t);n[e]=t.filteredValue})),n}function Ce(t,e){return Object.keys(e).length!==Object.keys(t.filters).length||Object.keys(e).some((function(n){return e[n]!==t.filters[n]}))}var Se={name:"Table",Column:Qt,ColumnGroup:Jt,mixins:[X["a"]],inject:{configProvider:{default:function(){return ne["a"]}}},provide:function(){return{store:this.store}},props:Object(F["t"])(zt,{dataSource:[],useFixedHeader:!1,size:"default",loading:!1,bordered:!1,indentSize:20,locale:{},rowKey:"key",showHeader:!0,sortDirections:["ascend","descend"],childrenColumnName:"children"}),data:function(){var t=Object(F["l"])(this);return Object(P["a"])(!t.expandedRowRender||!("scroll"in t)||!t.scroll.x,"`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time."),this.CheckboxPropsCache={},this.store=(this.$root.constructor.observable||ut["c"].observable)({selectedRowKeys:ve(this.$props).selectedRowKeys||[],selectionDirty:!1}),i()({},this.getDefaultSortOrder(t.columns||[]),{sFilters:this.getDefaultFilters(t.columns),sPagination:this.getDefaultPagination(this.$props),pivot:void 0,sComponents:_e(this.components),filterDataCnt:0})},watch:{pagination:{handler:function(t){this.setState((function(e){var n=i()({},ye,e.sPagination,t);return n.current=n.current||1,n.pageSize=n.pageSize||10,{sPagination:!1!==t?n:be}}))},deep:!0},rowSelection:{handler:function(t,e){if(t&&"selectedRowKeys"in t){this.store.selectedRowKeys=t.selectedRowKeys||[];var n=this.rowSelection;n&&t.getCheckboxProps!==n.getCheckboxProps&&(this.CheckboxPropsCache={})}else e&&!t&&(this.store.selectedRowKeys=[])},deep:!0},dataSource:function(){this.store.selectionDirty=!1,this.CheckboxPropsCache={}},columns:function(t){var e=we({columns:t},t);if(e.length>0){var n=ke({columns:t},t),r=i()({},this.sFilters);Object.keys(n).forEach((function(t){r[t]=n[t]})),Ce({filters:this.sFilters},r)&&this.setState({sFilters:r})}this.$forceUpdate()},components:{handler:function(t,e){if(!xe(t,e)){var n=_e(t);this.setState({sComponents:n})}},deep:!0}},updated:function(){var t=this.columns,e=this.sSortColumn,n=this.sSortOrder;if(this.getSortOrderColumns(t).length>0){var r=this.getSortStateFromColumns(t);me(r.sSortColumn,e)&&r.sSortOrder===n||this.setState(r)}},methods:{getCheckboxPropsByItem:function(t,e){var n=ve(this.$props);if(!n.getCheckboxProps)return{props:{}};var r=this.getRecordKey(t,e);return this.CheckboxPropsCache[r]||(this.CheckboxPropsCache[r]=n.getCheckboxProps(t)),this.CheckboxPropsCache[r].props=this.CheckboxPropsCache[r].props||{},this.CheckboxPropsCache[r]},getDefaultSelection:function(){var t=this,e=ve(this.$props);return e.getCheckboxProps?this.getFlatData().filter((function(e,n){return t.getCheckboxPropsByItem(e,n).props.defaultChecked})).map((function(e,n){return t.getRecordKey(e,n)})):[]},getDefaultPagination:function(t){var e="object"===f()(t.pagination)?t.pagination:{},n=void 0;"current"in e?n=e.current:"defaultCurrent"in e&&(n=e.defaultCurrent);var r=void 0;return"pageSize"in e?r=e.pageSize:"defaultPageSize"in e&&(r=e.defaultPageSize),this.hasPagination(t)?i()({},ye,e,{current:n||1,pageSize:r||10}):{}},getSortOrderColumns:function(t){return Bt(t||this.columns||[],(function(t){return"sortOrder"in t}))},getDefaultFilters:function(t){var e=ke({columns:this.columns},t),n=Bt(t||[],(function(t){return"undefined"!==typeof t.defaultFilteredValue})),r=n.reduce((function(t,e){var n=ge(e);return t[n]=e.defaultFilteredValue,t}),{});return i()({},r,e)},getDefaultSortOrder:function(t){var e=this.getSortStateFromColumns(t),n=Bt(t||[],(function(t){return null!=t.defaultSortOrder}))[0];return n&&!e.sortColumn?{sSortColumn:n,sSortOrder:n.defaultSortOrder}:e},getSortStateFromColumns:function(t){var e=this.getSortOrderColumns(t).filter((function(t){return t.sortOrder}))[0];return e?{sSortColumn:e,sSortOrder:e.sortOrder}:{sSortColumn:null,sSortOrder:null}},getMaxCurrent:function(t){var e=this.sPagination,n=e.current,r=e.pageSize;return(n-1)*r>=t?Math.floor((t-1)/r)+1:n},getRecordKey:function(t,e){var n=this.rowKey,r="function"===typeof n?n(t,e):t[n];return Object(P["a"])(void 0!==r,"Table","Each record in dataSource of table should have a unique `key` prop, or set `rowKey` of Table to an unique primary key, "),void 0===r?e:r},getSorterFn:function(t){var e=t||this.$data,n=e.sSortOrder,r=e.sSortColumn;if(n&&r&&"function"===typeof r.sorter)return function(t,e){var i=r.sorter(t,e,n);return 0!==i?"descend"===n?-i:i:0}},getCurrentPageData:function(){var t=this.getLocalData();this.filterDataCnt=t.length;var e=void 0,n=void 0,r=this.sPagination;return this.hasPagination()?(n=r.pageSize,e=this.getMaxCurrent(r.total||t.length)):(n=Number.MAX_VALUE,e=1),(t.length>n||n===Number.MAX_VALUE)&&(t=t.slice((e-1)*n,e*n)),t},getFlatData:function(){var t=this.$props.childrenColumnName;return Ft(this.getLocalData(null,!1),t)},getFlatCurrentPageData:function(){var t=this.$props.childrenColumnName;return Ft(this.getCurrentPageData(),t)},getLocalData:function(t){var e=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=t||this.$data,i=r.sFilters,a=this.$props.dataSource,o=a||[];o=o.slice(0);var s=this.getSorterFn(r);return s&&(o=this.recursiveSort([].concat(u()(o)),s)),n&&i&&Object.keys(i).forEach((function(t){var n=e.findColumn(t);if(n){var r=i[t]||[];if(0!==r.length){var a=n.onFilter;o=a?o.filter((function(t){return r.some((function(e){return a(e,t)}))})):o}}})),o},onRow:function(t,e,n){var r=this.customRow,i=r?r(e,n):{};return Object(F["x"])(i,{props:{prefixCls:t,store:this.store,rowKey:this.getRecordKey(e,n)}})},setSelectedRowKeys:function(t,e){var n=this,r=e.selectWay,i=e.record,a=e.checked,o=e.changeRowKeys,s=e.nativeEvent,c=ve(this.$props);c&&!("selectedRowKeys"in c)&&(this.store.selectedRowKeys=t);var l=this.getFlatData();if(c.onChange||c[r]){var u=l.filter((function(e,r){return t.indexOf(n.getRecordKey(e,r))>=0}));if(c.onChange&&c.onChange(t,u),"onSelect"===r&&c.onSelect)c.onSelect(i,a,u,s);else if("onSelectMultiple"===r&&c.onSelectMultiple){var h=l.filter((function(t,e){return o.indexOf(n.getRecordKey(t,e))>=0}));c.onSelectMultiple(a,u,h)}else if("onSelectAll"===r&&c.onSelectAll){var f=l.filter((function(t,e){return o.indexOf(n.getRecordKey(t,e))>=0}));c.onSelectAll(a,u,f)}else"onSelectInvert"===r&&c.onSelectInvert&&c.onSelectInvert(t)}},generatePopupContainerFunc:function(t){var e=this.$props.scroll,n=this.$refs.vcTable;return t||(e&&n?function(){return n.getTableNode()}:void 0)},scrollToFirstRow:function(){var t=this,e=this.$props.scroll;e&&!1!==e.scrollToFirstRowOnChange&&he(0,{getContainer:function(){return t.$refs.vcTable.getBodyTable()}})},isSameColumn:function(t,e){return!!(t&&e&&t.key&&t.key===e.key)||(t===e||k()(t,e,(function(t,e){if("function"===typeof t&&"function"===typeof e)return t===e||t.toString()===e.toString()})))},handleFilter:function(t,e){var n=this,r=this.$props,a=i()({},this.sPagination),o=i()({},this.sFilters,c()({},ge(t),e)),s=[];Ht(this.columns,(function(t){t.children||s.push(ge(t))})),Object.keys(o).forEach((function(t){s.indexOf(t)<0&&delete o[t]})),r.pagination&&(a.current=1,a.onChange(a.current));var l={sPagination:a,sFilters:{}},h=i()({},o);we({columns:r.columns}).forEach((function(t){var e=ge(t);e&&delete h[e]})),Object.keys(h).length>0&&(l.sFilters=h),"object"===f()(r.pagination)&&"current"in r.pagination&&(l.sPagination=i()({},a,{current:this.sPagination.current})),this.setState(l,(function(){n.scrollToFirstRow(),n.store.selectionDirty=!1,n.$emit.apply(n,["change"].concat(u()(n.prepareParamsArguments(i()({},n.$data,{sSelectionDirty:!1,sFilters:o,sPagination:a})))))}))},handleSelect:function(t,e,n){var r=this,i=n.target.checked,a=n.nativeEvent,o=this.store.selectionDirty?[]:this.getDefaultSelection(),s=this.store.selectedRowKeys.concat(o),c=this.getRecordKey(t,e),l=this.$data.pivot,u=this.getFlatCurrentPageData(),h=e;if(this.$props.expandedRowRender&&(h=u.findIndex((function(t){return r.getRecordKey(t,e)===c}))),a.shiftKey&&void 0!==l&&h!==l){var f=[],d=Math.sign(l-h),p=Math.abs(l-h),v=0,g=function(){var t=h+v*d;v+=1;var e=u[t],n=r.getRecordKey(e,t),a=r.getCheckboxPropsByItem(e,t);a.disabled||(s.includes(n)?i||(s=s.filter((function(t){return n!==t})),f.push(n)):i&&(s.push(n),f.push(n)))};while(v<=p)g();this.setState({pivot:h}),this.store.selectionDirty=!0,this.setSelectedRowKeys(s,{selectWay:"onSelectMultiple",record:t,checked:i,changeRowKeys:f,nativeEvent:a})}else i?s.push(this.getRecordKey(t,h)):s=s.filter((function(t){return c!==t})),this.setState({pivot:h}),this.store.selectionDirty=!0,this.setSelectedRowKeys(s,{selectWay:"onSelect",record:t,checked:i,changeRowKeys:void 0,nativeEvent:a})},handleRadioSelect:function(t,e,n){var r=n.target.checked,i=n.nativeEvent,a=this.getRecordKey(t,e),o=[a];this.store.selectionDirty=!0,this.setSelectedRowKeys(o,{selectWay:"onSelect",record:t,checked:r,changeRowKeys:void 0,nativeEvent:i})},handleSelectRow:function(t,e,n){var r=this,i=this.getFlatCurrentPageData(),a=this.store.selectionDirty?[]:this.getDefaultSelection(),o=this.store.selectedRowKeys.concat(a),s=i.filter((function(t,e){return!r.getCheckboxPropsByItem(t,e).props.disabled})).map((function(t,e){return r.getRecordKey(t,e)})),c=[],l="onSelectAll",u=void 0;switch(t){case"all":s.forEach((function(t){o.indexOf(t)<0&&(o.push(t),c.push(t))})),l="onSelectAll",u=!0;break;case"removeAll":s.forEach((function(t){o.indexOf(t)>=0&&(o.splice(o.indexOf(t),1),c.push(t))})),l="onSelectAll",u=!1;break;case"invert":s.forEach((function(t){o.indexOf(t)<0?o.push(t):o.splice(o.indexOf(t),1),c.push(t),l="onSelectInvert"}));break;default:break}this.store.selectionDirty=!0;var h=this.rowSelection,f=2;if(h&&h.hideDefaultSelections&&(f=0),e>=f&&"function"===typeof n)return n(s);this.setSelectedRowKeys(o,{selectWay:l,checked:u,changeRowKeys:c})},handlePageChange:function(t){var e=this.$props,n=i()({},this.sPagination);n.current=t||(n.current||1);for(var r=arguments.length,a=Array(r>1?r-1:0),o=1;o<r;o++)a[o-1]=arguments[o];n.onChange.apply(n,[n.current].concat(u()(a)));var s={sPagination:n};e.pagination&&"object"===f()(e.pagination)&&"current"in e.pagination&&(s.sPagination=i()({},n,{current:this.sPagination.current})),this.setState(s,this.scrollToFirstRow),this.store.selectionDirty=!1,this.$emit.apply(this,["change"].concat(u()(this.prepareParamsArguments(i()({},this.$data,{sSelectionDirty:!1,sPagination:n})))))},handleShowSizeChange:function(t,e){var n=this.sPagination;n.onShowSizeChange(t,e);var r=i()({},n,{pageSize:e,current:t});this.setState({sPagination:r},this.scrollToFirstRow),this.$emit.apply(this,["change"].concat(u()(this.prepareParamsArguments(i()({},this.$data,{sPagination:r})))))},toggleSortOrder:function(t){var e=t.sortDirections||this.sortDirections,n=this.sSortOrder,r=this.sSortColumn,a=void 0;if(me(r,t)&&void 0!==n){var o=e.indexOf(n)+1;a=o===e.length?void 0:e[o]}else a=e[0];var s={sSortOrder:a,sSortColumn:a?t:null};0===this.getSortOrderColumns().length&&this.setState(s,this.scrollToFirstRow),this.$emit.apply(this,["change"].concat(u()(this.prepareParamsArguments(i()({},this.$data,s),t))))},hasPagination:function(t){return!1!==(t||this.$props).pagination},isSortColumn:function(t){var e=this.sSortColumn;return!(!t||!e)&&ge(e)===ge(t)},prepareParamsArguments:function(t,e){var n=i()({},t.sPagination);delete n.onChange,delete n.onShowSizeChange;var r=t.sFilters,a={},o=e;t.sSortColumn&&t.sSortOrder&&(o=t.sSortColumn,a.column=t.sSortColumn,a.order=t.sSortOrder),o&&(a.field=o.dataIndex,a.columnKey=ge(o));var s={currentDataSource:this.getLocalData(t)};return[n,r,a,s]},findColumn:function(t){var e=void 0;return Ht(this.columns,(function(n){ge(n)===t&&(e=n)})),e},recursiveSort:function(t,e){var n=this,r=this.childrenColumnName,a=void 0===r?"children":r;return t.sort(e).map((function(t){return t[a]?i()({},t,c()({},a,n.recursiveSort([].concat(u()(t[a])),e))):t}))},renderExpandIcon:function(t){var e=this.$createElement;return function(n){var r=n.expandable,i=n.expanded,a=n.needIndentSpaced,o=n.record,s=n.onExpand;return r?e(ae["a"],{attrs:{componentName:"Table",defaultLocale:oe["a"].Table}},[function(n){var r;return e(fe["a"],{class:E()(t+"-row-expand-icon",(r={},c()(r,t+"-row-collapsed",!i),c()(r,t+"-row-expanded",i),r)),on:{click:function(t){s(o,t)}},attrs:{"aria-label":i?n.collapse:n.expand,noStyle:!0}})}]):a?e("span",{class:t+"-row-expand-icon "+t+"-row-spaced"}):null}},renderPagination:function(t,e){var n=this.$createElement;if(!this.hasPagination())return null;var r="default",a=this.sPagination;a.size?r=a.size:"middle"!==this.size&&"small"!==this.size||(r="small");var s=a.position||"bottom",c=a.total||this.filterDataCnt,l=a["class"],u=a.style,h=(a.onChange,a.onShowSizeChange,o()(a,["class","style","onChange","onShowSizeChange"])),f=Object(F["x"])({key:"pagination-"+e,class:E()(l,t+"-pagination"),props:i()({},h,{total:c,size:r,current:this.getMaxCurrent(c)}),style:u,on:{change:this.handlePageChange,showSizeChange:this.handleShowSizeChange}});return c>0&&(s===e||"both"===s)?n(re["a"],f):null},renderSelectionBox:function(t){var e=this,n=this.$createElement;return function(r,i,a){var o=e.getRecordKey(i,a),s=e.getCheckboxPropsByItem(i,a),c=function(n){"radio"===t?e.handleRadioSelect(i,a,n):e.handleSelect(i,a,n)},l=Object(F["x"])({props:{type:t,store:e.store,rowIndex:o,defaultSelection:e.getDefaultSelection()},on:{change:c}},s);return n("span",{on:{click:pe}},[n(Wt,l)])}},renderRowSelection:function(t){var e=this,n=t.prefixCls,r=t.locale,i=t.getPopupContainer,a=this.$createElement,o=this.rowSelection,s=this.columns.concat();if(o){var l=this.getFlatCurrentPageData().filter((function(t,n){return!o.getCheckboxProps||!e.getCheckboxPropsByItem(t,n).props.disabled})),u=E()(n+"-selection-column",c()({},n+"-selection-column-custom",o.selections)),h=c()({key:"selection-column",customRender:this.renderSelectionBox(o.type),className:u,fixed:o.fixed,width:o.columnWidth,title:o.columnTitle},g,{class:n+"-selection-col"});if("radio"!==o.type){var f=l.every((function(t,n){return e.getCheckboxPropsByItem(t,n).props.disabled}));h.title=h.title||a(Zt,{attrs:{store:this.store,locale:r,data:l,getCheckboxPropsByItem:this.getCheckboxPropsByItem,getRecordKey:this.getRecordKey,disabled:f,prefixCls:n,selections:o.selections,hideDefaultSelections:o.hideDefaultSelections,getPopupContainer:this.generatePopupContainerFunc(i)},on:{select:this.handleSelectRow}})}"fixed"in o?h.fixed=o.fixed:s.some((function(t){return"left"===t.fixed||!0===t.fixed}))&&(h.fixed="left"),s[0]&&"selection-column"===s[0].key?s[0]=h:s.unshift(h)}return s},renderColumnsDropdown:function(t){var e=this,n=t.prefixCls,r=t.dropdownPrefixCls,a=t.columns,o=t.locale,s=t.getPopupContainer,l=this.$createElement,u=this.sSortOrder,h=this.sFilters;return Ht(a,(function(t,a){var f,d=ge(t,a),p=void 0,v=void 0,g=t.customHeaderCell,m=e.isSortColumn(t);if(t.filters&&t.filters.length>0||t.filterDropdown){var y=d in h?h[d]:[];p=l(qt,{attrs:{_propsSymbol:Symbol(),locale:o,column:t,selectedKeys:y,confirmFilter:e.handleFilter,prefixCls:n+"-filter",dropdownPrefixCls:r||"ant-dropdown",getPopupContainer:e.generatePopupContainerFunc(s)},key:"filter-dropdown"})}if(t.sorter){var b=t.sortDirections||e.sortDirections,_=m&&"ascend"===u,x=m&&"descend"===u,w=-1!==b.indexOf("ascend")&&l(wt["a"],{class:n+"-column-sorter-up "+(_?"on":"off"),attrs:{type:"caret-up",theme:"filled"},key:"caret-up"}),k=-1!==b.indexOf("descend")&&l(wt["a"],{class:n+"-column-sorter-down "+(x?"on":"off"),attrs:{type:"caret-down",theme:"filled"},key:"caret-down"});v=l("div",{attrs:{title:o.sortTitle},class:E()(n+"-column-sorter-inner",w&&k&&n+"-column-sorter-inner-full"),key:"sorter"},[w,k]),g=function(n){var r={};t.customHeaderCell&&(r=i()({},t.customHeaderCell(n))),r.on=r.on||{};var a=r.on.click;return r.on.click=function(){e.toggleSortOrder(t),a&&a.apply(void 0,arguments)},r}}return i()({},t,{className:E()(t.className,(f={},c()(f,n+"-column-has-actions",v||p),c()(f,n+"-column-has-filters",p),c()(f,n+"-column-has-sorters",v),c()(f,n+"-column-sort",m&&u),f)),title:[l("span",{key:"title",class:n+"-header-column"},[l("div",{class:v?n+"-column-sorters":void 0},[l("span",{class:n+"-column-title"},[e.renderColumnTitle(t.title)]),l("span",{class:n+"-column-sorter"},[v])])]),p],customHeaderCell:g})}))},renderColumnTitle:function(t){var e=this.$data,n=e.sFilters,r=e.sSortOrder,i=e.sSortColumn;return t instanceof Function?t({filters:n,sortOrder:r,sortColumn:i}):t},renderTable:function(t){var e,n=this,r=t.prefixCls,a=t.renderEmpty,s=t.dropdownPrefixCls,l=t.contextLocale,u=t.getPopupContainer,h=t.transformCellText,f=this.$createElement,d=Object(F["l"])(this),p=d.showHeader,v=d.locale,g=d.getPopupContainer,m=d.expandIcon,y=o()(d,["showHeader","locale","getPopupContainer","expandIcon"]),b=this.getCurrentPageData(),_=this.expandedRowRender&&!1!==this.expandIconAsCell,x=g||u,w=i()({},l,v);v&&v.emptyText||(w.emptyText=a(f,"Table"));var k=E()((e={},c()(e,r+"-"+this.size,!0),c()(e,r+"-bordered",this.bordered),c()(e,r+"-empty",!b.length),c()(e,r+"-without-column-header",!p),e)),C=this.renderRowSelection({prefixCls:r,locale:w,getPopupContainer:x}),S=this.renderColumnsDropdown({columns:C,prefixCls:r,dropdownPrefixCls:s,locale:w,getPopupContainer:x}).map((function(t,e){var n=i()({},t);return n.key=ge(n,e),n})),T=S[0]&&"selection-column"===S[0].key?1:0;"expandIconColumnIndex"in y&&(T=y.expandIconColumnIndex);var O={key:"table",props:i()({expandIcon:m||this.renderExpandIcon(r)},y,{customRow:function(t,e){return n.onRow(r,t,e)},components:this.sComponents,prefixCls:r,data:b,columns:S,showHeader:p,expandIconColumnIndex:T,expandIconAsCell:_,emptyText:w.emptyText,transformCellText:h}),on:Object(F["k"])(this),class:k,ref:"vcTable"};return f(vt,O)}},render:function(){var t=this,e=arguments[0],n=this.prefixCls,r=this.dropdownPrefixCls,a=this.transformCellText,o=this.getCurrentPageData(),s=this.configProvider,c=s.getPopupContainer,l=s.transformCellText,u=this.getPopupContainer||c,h=a||l,f=this.loading;f="boolean"===typeof f?{props:{spinning:f}}:{props:i()({},f)};var d=this.configProvider.getPrefixCls,p=this.configProvider.renderEmpty,v=d("table",n),g=d("dropdown",r),m=e(ae["a"],{attrs:{componentName:"Table",defaultLocale:oe["a"].Table,children:function(e){return t.renderTable({prefixCls:v,renderEmpty:p,dropdownPrefixCls:g,contextLocale:e,getPopupContainer:u,transformCellText:h})}}}),y=this.hasPagination()&&o&&0!==o.length?v+"-with-pagination":v+"-without-pagination",b=i()({},f,{class:f.props&&f.props.spinning?y+" "+v+"-spin-holder":""});return e("div",{class:E()(v+"-wrapper")},[e(ie["a"],b,[this.renderPagination(v,"top"),m,this.renderPagination(v,"bottom")])])}},Te=n("46cf"),Oe=n.n(Te),Me=n("db14");ut["c"].use(Oe.a,{name:"ant-ref"});var Ee={name:"ATable",Column:Se.Column,ColumnGroup:Se.ColumnGroup,props:Se.props,methods:{normalize:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[];return e.forEach((function(e){if(e.tag){var r=Object(F["j"])(e),a=Object(F["q"])(e),s=Object(F["f"])(e),c=Object(F["l"])(e),l=Object(F["i"])(e),u={};Object.keys(l).forEach((function(t){var e=void 0;e=t.startsWith("update:")?"on-"+t.substr("update:".length)+"-change":"on-"+t,u[Object(F["a"])(e)]=l[t]}));var h=Object(F["p"])(e),f=h["default"],d=o()(h,["default"]),p=i()({},d,c,{style:a,class:s},u);if(r&&(p.key=r),Object(F["o"])(e).__ANT_TABLE_COLUMN_GROUP)p.children=t.normalize("function"===typeof f?f():f);else{var v=e.data&&e.data.scopedSlots&&e.data.scopedSlots["default"];p.customRender=p.customRender||v}n.push(p)}})),n},updateColumns:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[],r=this.$slots,a=this.$scopedSlots;return e.forEach((function(e){var s=e.slots,c=void 0===s?{}:s,l=e.scopedSlots,u=void 0===l?{}:l,h=o()(e,["slots","scopedSlots"]),f=i()({},h);Object.keys(c).forEach((function(t){var e=c[t];void 0===f[t]&&r[e]&&(f[t]=1===r[e].length?r[e][0]:r[e])})),Object.keys(u).forEach((function(t){var e=u[t];void 0===f[t]&&a[e]&&(f[t]=a[e])})),e.children&&(f.children=t.updateColumns(f.children)),n.push(f)})),n}},render:function(){var t=arguments[0],e=this.$slots,n=this.normalize,r=this.$scopedSlots,a=Object(F["l"])(this),o=a.columns?this.updateColumns(a.columns):n(e["default"]),s=a.title,c=a.footer,l=r.title,u=r.footer,h=r.expandedRowRender,f=void 0===h?a.expandedRowRender:h,d=r.expandIcon;s=s||l,c=c||u;var p={props:i()({},a,{columns:o,title:s,footer:c,expandedRowRender:f,expandIcon:this.$props.expandIcon||d}),on:Object(F["k"])(this)};return t(Se,p)},install:function(t){t.use(Me["a"]),t.component(Ee.name,Ee),t.component(Ee.Column.name,Ee.Column),t.component(Ee.ColumnGroup.name,Ee.ColumnGroup)}};e["a"]=Ee},"0025":function(t,e,n){"use strict";n("b2a3"),n("8c3f")},"0032":function(t,e,n){"use strict";n("b2a3"),n("1efe")},"0094":function(t,e,n){"use strict";var r,i=n("bb2f"),a=n("da84"),o=n("e330"),s=n("6964"),c=n("f183"),l=n("6d61"),u=n("acac"),h=n("861d"),f=n("69f3").enforce,d=n("d039"),p=n("cdce"),v=Object,g=Array.isArray,m=v.isExtensible,y=v.isFrozen,b=v.isSealed,_=v.freeze,x=v.seal,w=!a.ActiveXObject&&"ActiveXObject"in a,k=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},C=l("WeakMap",k,u),S=C.prototype,T=o(S.set),O=function(){return i&&d((function(){var t=_([]);return T(new C,t,1),!y(t)}))};if(p)if(w){r=u.getConstructor(k,"WeakMap",!0),c.enable();var M=o(S["delete"]),E=o(S.has),A=o(S.get);s(S,{delete:function(t){if(h(t)&&!m(t)){var e=f(this);return e.frozen||(e.frozen=new r),M(this,t)||e.frozen["delete"](t)}return M(this,t)},has:function(t){if(h(t)&&!m(t)){var e=f(this);return e.frozen||(e.frozen=new r),E(this,t)||e.frozen.has(t)}return E(this,t)},get:function(t){if(h(t)&&!m(t)){var e=f(this);return e.frozen||(e.frozen=new r),E(this,t)?A(this,t):e.frozen.get(t)}return A(this,t)},set:function(t,e){if(h(t)&&!m(t)){var n=f(this);n.frozen||(n.frozen=new r),E(this,t)?T(this,t,e):n.frozen.set(t,e)}else T(this,t,e);return this}})}else O()&&s(S,{set:function(t,e){var n;return g(t)&&(y(t)?n=_:b(t)&&(n=x)),T(this,t,e),n&&n(t),this}})},"00ee":function(t,e,n){"use strict";var r=n("b622"),i=r("toStringTag"),a={};a[i]="z",t.exports="[object z]"===String(a)},"00fd":function(t,e,n){var r=n("9e69"),i=Object.prototype,a=i.hasOwnProperty,o=i.toString,s=r?r.toStringTag:void 0;function c(t){var e=a.call(t,s),n=t[s];try{t[s]=void 0;var r=!0}catch(c){}var i=o.call(t);return r&&(e?t[s]=n:delete t[s]),i}t.exports=c},"01b4":function(t,e,n){"use strict";var r=function(){this.head=null,this.tail=null};r.prototype={add:function(t){var e={item:t,next:null},n=this.tail;n?n.next=e:this.head=e,this.tail=e},get:function(){var t=this.head;if(t){var e=this.head=t.next;return null===e&&(this.tail=null),t.item}}},t.exports=r},"01c2":function(t,e,n){"use strict";var r={placeholder:"Select time"};e["a"]=r},"0242":function(t,e,n){},"0261":function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("8eb5"),o=Math.abs,s=Math.exp,c=Math.E,l=i((function(){return-2e-17!==Math.sinh(-2e-17)}));r({target:"Math",stat:!0,forced:l},{sinh:function(t){var e=+t;return o(e)<1?(a(e)-a(-e))/2:(s(e-1)-s(-e-1))*(c/2)}})},"02ea":function(t,e,n){"use strict";var r=n("7320");e["a"]=r["a"]},"02ec":function(t,e,n){"use strict";var r=n("23e7"),i=n("67b6");r({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==i},{trimLeft:i})},"02f8":function(t,e,n){},"0366":function(t,e,n){"use strict";var r=n("4625"),i=n("59ed"),a=n("40d5"),o=r(r.bind);t.exports=function(t,e){return i(t),void 0===e?t:a?o(t,e):function(){return t.apply(e,arguments)}}},"03d6":function(t,e,n){var r=n("9c0e"),i=n("6ca1"),a=n("39ad")(!1),o=n("5a94")("IE_PROTO");t.exports=function(t,e){var n,s=i(t),c=0,l=[];for(n in s)n!=o&&r(s,n)&&l.push(n);while(e.length>c)r(s,n=e[c++])&&(~a(l,n)||l.push(n));return l}},"03dd":function(t,e,n){var r=n("eac55"),i=n("57a5"),a=Object.prototype,o=a.hasOwnProperty;function s(t){if(!r(t))return i(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}t.exports=s},"03fa":function(t,e,n){},"0402":function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("2cf4").set,o=n("20cc"),s=i.setImmediate?o(a,!1):a;r({global:!0,bind:!0,enumerable:!0,forced:i.setImmediate!==s},{setImmediate:s})},"0464":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r);function a(t,e){for(var n=i()({},t),r=0;r<e.length;r++){var a=e[r];delete n[a]}return n}e["a"]=a},"0481":function(t,e,n){"use strict";var r=n("23e7"),i=n("a2bf"),a=n("7b0b"),o=n("07fa"),s=n("5926"),c=n("65f0");r({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=a(this),n=o(e),r=c(e,0);return r.length=i(r,e,e,n,0,void 0===t?1:s(t)),r}})},"04a9":function(t,e,n){},"04d1":function(t,e,n){"use strict";var r=n("342f"),i=r.match(/firefox\/(\d+)/i);t.exports=!!i&&+i[1]},"04d3":function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("blink")},{blink:function(){return i(this,"blink","","")}})},"04f8":function(t,e,n){"use strict";var r=n("2d00"),i=n("d039"),a=n("da84"),o=a.String;t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var t=Symbol("symbol detection");return!o(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},"051b":function(t,e,n){var r=n("1a14"),i=n("10db");t.exports=n("0bad")?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},"0538":function(t,e,n){"use strict";var r=n("e330"),i=n("59ed"),a=n("861d"),o=n("1a2d"),s=n("f36a"),c=n("40d5"),l=Function,u=r([].concat),h=r([].join),f={},d=function(t,e,n){if(!o(f,e)){for(var r=[],i=0;i<e;i++)r[i]="a["+i+"]";f[e]=l("C,a","return new C("+h(r,",")+")")}return f[e](t,n)};t.exports=c?l.bind:function(t){var e=i(this),n=e.prototype,r=s(arguments,1),o=function(){var n=u(r,s(arguments));return this instanceof o?d(e,n.length,n):e.apply(t,n)};return a(n)&&(o.prototype=n),o}},"057f":function(t,e,n){"use strict";var r=n("c6b6"),i=n("fc6a"),a=n("241c").f,o=n("f36a"),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return a(t)}catch(e){return o(s)}};t.exports.f=function(t){return s&&"Window"===r(t)?c(t):a(i(t))}},"05f5":function(t,e,n){var r=n("7a41"),i=n("ef08").document,a=r(i)&&r(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},"0621":function(t,e,n){var r=n("9e69"),i=n("d370"),a=n("6747"),o=r?r.isConcatSpreadable:void 0;function s(t){return a(t)||i(t)||!!(o&&t&&t[o])}t.exports=s},"0644":function(t,e,n){var r=n("3818"),i=1,a=4;function o(t){return r(t,i|a)}t.exports=o},"06c5":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("a630"),n("fb6a"),n("b0c0"),n("d3b7"),n("ac1f"),n("25f0"),n("3ca3");var r=n("6b75");function i(t,e){if(t){if("string"===typeof t)return Object(r["a"])(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r["a"])(t,e):void 0}}},"06cf":function(t,e,n){"use strict";var r=n("83ab"),i=n("c65b"),a=n("d1e7"),o=n("5c6c"),s=n("fc6a"),c=n("a04b"),l=n("1a2d"),u=n("0cfb"),h=Object.getOwnPropertyDescriptor;e.f=r?h:function(t,e){if(t=s(t),e=c(e),u)try{return h(t,e)}catch(n){}if(l(t,e))return o(!i(a.f,t,e),t[e])}},"06f4":function(t,e,n){"use strict";n("b2a3"),n("2ee9")},"072d":function(t,e,n){"use strict";var r=n("0bad"),i=n("9876"),a=n("fed5"),o=n("1917"),s=n("0983"),c=n("9fbb"),l=Object.assign;t.exports=!l||n("4b8b")((function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=r}))?function(t,e){var n=s(t),l=arguments.length,u=1,h=a.f,f=o.f;while(l>u){var d,p=c(arguments[u++]),v=h?i(p).concat(h(p)):i(p),g=v.length,m=0;while(g>m)d=v[m++],r&&!f.call(p,d)||(n[d]=p[d])}return n}:l},"078a":function(t,e,n){},"07a9":function(t,e,n){var r=n("4aad"),i=n("6751"),a=n("4b17"),o=n("76dd");function s(t,e,n){t=o(t),e=a(e);var s=e?i(t):0;return e&&s<e?t+r(e-s,n):t}t.exports=s},"07ac":function(t,e,n){"use strict";var r=n("23e7"),i=n("6f53").values;r({target:"Object",stat:!0},{values:function(t){return i(t)}})},"07c7":function(t,e){function n(){return!1}t.exports=n},"07fa":function(t,e,n){"use strict";var r=n("50c4");t.exports=function(t){return r(t.length)}},"0808":function(t,e,n){},"083a":function(t,e,n){"use strict";var r=n("0d51"),i=TypeError;t.exports=function(t,e){if(!delete t[e])throw new i("Cannot delete property "+r(e)+" of "+r(t))}},"084e":function(t,e,n){"use strict";var r=n("9c0c"),i=n("512c"),a=n("0983"),o=n("c4c1"),s=n("6d2f"),c=n("d16a"),l=n("4a47"),u=n("23dd");i(i.S+i.F*!n("8771")((function(t){Array.from(t)})),"Array",{from:function(t){var e,n,i,h,f=a(t),d="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,g=void 0!==v,m=0,y=u(f);if(g&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==y||d==Array&&s(y))for(e=c(f.length),n=new d(e);e>m;m++)l(n,m,g?v(f[m],m):f[m]);else for(h=y.call(f),n=new d;!(i=h.next()).done;m++)l(n,m,g?o(h,v,[i.value,m],!0):i.value);return n.length=m,n}})},"087d":function(t,e){function n(t,e){var n=-1,r=e.length,i=t.length;while(++n<r)t[i+n]=e[n];return t}t.exports=n},"08cc":function(t,e,n){var r=n("1a8c");function i(t){return t===t&&!r(t)}t.exports=i},"0983":function(t,e,n){var r=n("c901");t.exports=function(t){return Object(r(t))}},"099a":function(t,e){function n(t,e,n){var r=n-1,i=t.length;while(++r<i)if(t[r]===e)return r;return-1}t.exports=n},"09d9":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("4d91"),u=n("daa3"),h=n("4d26"),f=n.n(h),d=n("0c63"),p=n("9b57"),v=n.n(p),g=n("b488"),m=n("18a7"),y=n("7b05"),b=n("6a21"),_={disabled:l["a"].bool,activeClassName:l["a"].string,activeStyle:l["a"].any},x={name:"TouchFeedback",mixins:[g["a"]],props:Object(u["t"])(_,{disabled:!1}),data:function(){return{active:!1}},mounted:function(){var t=this;this.$nextTick((function(){t.disabled&&t.active&&t.setState({active:!1})}))},methods:{triggerEvent:function(t,e,n){this.$emit(t,n),e!==this.active&&this.setState({active:e})},onTouchStart:function(t){this.triggerEvent("touchstart",!0,t)},onTouchMove:function(t){this.triggerEvent("touchmove",!1,t)},onTouchEnd:function(t){this.triggerEvent("touchend",!1,t)},onTouchCancel:function(t){this.triggerEvent("touchcancel",!1,t)},onMouseDown:function(t){this.triggerEvent("mousedown",!0,t)},onMouseUp:function(t){this.triggerEvent("mouseup",!1,t)},onMouseLeave:function(t){this.triggerEvent("mouseleave",!1,t)}},render:function(){var t=this.$props,e=t.disabled,n=t.activeClassName,r=void 0===n?"":n,i=t.activeStyle,a=void 0===i?{}:i,s=this.$slots["default"];if(1!==s.length)return Object(b["a"])(!1,"m-feedback组件只能包含一个子元素"),null;var c={on:e?{}:{touchstart:this.onTouchStart,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,mousedown:this.onMouseDown,mouseup:this.onMouseUp,mouseleave:this.onMouseLeave}};return!e&&this.active&&(c=o()({},c,{style:a,class:r})),Object(y["a"])(s,c)}},w=x,k={name:"InputHandler",props:{prefixCls:l["a"].string,disabled:l["a"].bool},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.disabled,i={props:{disabled:r,activeClassName:n+"-handler-active"},on:Object(u["k"])(this)};return t(w,i,[t("span",[this.$slots["default"]])])}},C=k;function S(){}function T(t){t.preventDefault()}function O(t){return t.replace(/[^\w\.-]+/g,"")}var M=200,E=600,A=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,P=function(t){return void 0!==t&&null!==t},L=function(t,e){return e===t||"number"===typeof e&&"number"===typeof t&&isNaN(e)&&isNaN(t)},I={value:l["a"].oneOfType([l["a"].number,l["a"].string]),defaultValue:l["a"].oneOfType([l["a"].number,l["a"].string]),focusOnUpDown:l["a"].bool,autoFocus:l["a"].bool,prefixCls:l["a"].string,tabIndex:l["a"].oneOfType([l["a"].string,l["a"].number]),placeholder:l["a"].string,disabled:l["a"].bool,readonly:l["a"].bool,max:l["a"].number,min:l["a"].number,step:l["a"].oneOfType([l["a"].number,l["a"].string]),upHandler:l["a"].any,downHandler:l["a"].any,useTouch:l["a"].bool,formatter:l["a"].func,parser:l["a"].func,precision:l["a"].number,required:l["a"].bool,pattern:l["a"].string,decimalSeparator:l["a"].string,autoComplete:l["a"].string,title:l["a"].string,name:l["a"].string,type:l["a"].string,id:l["a"].string},j={name:"VCInputNumber",mixins:[g["a"]],model:{prop:"value",event:"change"},props:Object(u["t"])(I,{focusOnUpDown:!0,useTouch:!1,prefixCls:"rc-input-number",min:-A,step:1,parser:O,required:!1,autoComplete:"off"}),data:function(){var t=Object(u["l"])(this);this.prevProps=o()({},t);var e=void 0;e="value"in t?this.value:this.defaultValue;var n=this.getValidValue(this.toNumber(e));return{inputValue:this.toPrecisionAsStep(n),sValue:n,focused:this.autoFocus}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&!t.disabled&&t.focus(),t.updatedFunc()}))},updated:function(){var t=this,e=this.$props,n=e.value,r=e.max,i=e.min,a=this.$data.focused,s=this.prevProps,c=Object(u["l"])(this);if(s){if(!L(s.value,n)||!L(s.max,r)||!L(s.min,i)){var l=a?n:this.getValidValue(n),h=void 0;h=this.pressingUpOrDown?l:this.inputting?this.rawInput:this.toPrecisionAsStep(l),this.setState({sValue:l,inputValue:h})}var f="value"in c?n:this.sValue;"max"in c&&s.max!==r&&"number"===typeof f&&f>r&&this.$emit("change",r),"min"in c&&s.min!==i&&"number"===typeof f&&f<i&&this.$emit("change",i)}this.prevProps=o()({},c),this.$nextTick((function(){t.updatedFunc()}))},beforeDestroy:function(){this.stop()},methods:{updatedFunc:function(){var t=this.$refs.inputRef;try{if(void 0!==this.cursorStart&&this.focused)if(this.partRestoreByAfter(this.cursorAfter)||this.sValue===this.value){if(this.currentValue===t.value)switch(this.lastKeyCode){case m["a"].BACKSPACE:this.fixCaret(this.cursorStart-1,this.cursorStart-1);break;case m["a"].DELETE:this.fixCaret(this.cursorStart+1,this.cursorStart+1);break;default:}}else{var e=this.cursorStart+1;this.cursorAfter?this.lastKeyCode===m["a"].BACKSPACE?e=this.cursorStart-1:this.lastKeyCode===m["a"].DELETE&&(e=this.cursorStart):e=t.value.length,this.fixCaret(e,e)}}catch(n){}this.lastKeyCode=null,this.pressingUpOrDown&&(this.focusOnUpDown&&this.focused&&document.activeElement!==t&&this.focus(),this.pressingUpOrDown=!1)},onKeyDown:function(t){if(t.keyCode===m["a"].UP){var e=this.getRatio(t);this.up(t,e),this.stop()}else if(t.keyCode===m["a"].DOWN){var n=this.getRatio(t);this.down(t,n),this.stop()}else t.keyCode===m["a"].ENTER&&this.$emit("pressEnter",t);this.recordCursorPosition(),this.lastKeyCode=t.keyCode;for(var r=arguments.length,i=Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];this.$emit.apply(this,["keydown",t].concat(v()(i)))},onKeyUp:function(t){this.stop(),this.recordCursorPosition();for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];this.$emit.apply(this,["keyup",t].concat(v()(n)))},onTrigger:function(t){if(t.target.composing)return!1;this.onChange(t)},onChange:function(t){this.focused&&(this.inputting=!0),this.rawInput=this.parser(this.getValueFromEvent(t)),this.setState({inputValue:this.rawInput}),this.$emit("change",this.toNumber(this.rawInput))},onFocus:function(){this.setState({focused:!0});for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];this.$emit.apply(this,["focus"].concat(v()(e)))},onBlur:function(){this.inputting=!1,this.setState({focused:!1});var t=this.getCurrentValidValue(this.inputValue),e=this.setValue(t);if(this.$listeners.blur){var n=this.$refs.inputRef.value,r=this.getInputDisplayValue({focused:!1,sValue:e});this.$refs.inputRef.value=r;for(var i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];this.$emit.apply(this,["blur"].concat(v()(a))),this.$refs.inputRef.value=n}},getCurrentValidValue:function(t){var e=t;return e=""===e?"":this.isNotCompleteNumber(parseFloat(e,10))?this.sValue:this.getValidValue(e),this.toNumber(e)},getRatio:function(t){var e=1;return t.metaKey||t.ctrlKey?e=.1:t.shiftKey&&(e=10),e},getValueFromEvent:function(t){var e=t.target.value.trim().replace(/。/g,".");return P(this.decimalSeparator)&&(e=e.replace(this.decimalSeparator,".")),e},getValidValue:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.min,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.max,r=parseFloat(t,10);return isNaN(r)?t:(r<e&&(r=e),r>n&&(r=n),r)},setValue:function(t,e){var n=this.$props.precision,r=this.isNotCompleteNumber(parseFloat(t,10))?null:parseFloat(t,10),i=this.$data,a=i.sValue,o=void 0===a?null:a,s=i.inputValue,c=void 0===s?null:s,l="number"===typeof r?r.toFixed(n):""+r,h=r!==o||l!==""+c;return Object(u["s"])(this,"value")?this.setState({inputValue:this.toPrecisionAsStep(this.sValue)},e):this.setState({sValue:r,inputValue:this.toPrecisionAsStep(t)},e),h&&this.$emit("change",r),r},getPrecision:function(t){if(P(this.precision))return this.precision;var e=t.toString();if(e.indexOf("e-")>=0)return parseInt(e.slice(e.indexOf("e-")+2),10);var n=0;return e.indexOf(".")>=0&&(n=e.length-e.indexOf(".")-1),n},getMaxPrecision:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(P(this.precision))return this.precision;var n=this.step,r=this.getPrecision(e),i=this.getPrecision(n),a=this.getPrecision(t);return t?Math.max(a,r+i):r+i},getPrecisionFactor:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=this.getMaxPrecision(t,e);return Math.pow(10,n)},getInputDisplayValue:function(t){var e=t||this.$data,n=e.focused,r=e.inputValue,i=e.sValue,a=void 0;a=n?r:this.toPrecisionAsStep(i),void 0!==a&&null!==a||(a="");var o=this.formatWrapper(a);return P(this.$props.decimalSeparator)&&(o=o.toString().replace(".",this.$props.decimalSeparator)),o},recordCursorPosition:function(){try{var t=this.$refs.inputRef;this.cursorStart=t.selectionStart,this.cursorEnd=t.selectionEnd,this.currentValue=t.value,this.cursorBefore=t.value.substring(0,this.cursorStart),this.cursorAfter=t.value.substring(this.cursorEnd)}catch(e){}},fixCaret:function(t,e){if(void 0!==t&&void 0!==e&&this.$refs.inputRef&&this.$refs.inputRef.value)try{var n=this.$refs.inputRef,r=n.selectionStart,i=n.selectionEnd;t===r&&e===i||n.setSelectionRange(t,e)}catch(a){}},restoreByAfter:function(t){if(void 0===t)return!1;var e=this.$refs.inputRef.value,n=e.lastIndexOf(t);if(-1===n)return!1;var r=this.cursorBefore.length;return this.lastKeyCode===m["a"].DELETE&&this.cursorBefore.charAt(r-1)===t[0]?(this.fixCaret(r,r),!0):n+t.length===e.length&&(this.fixCaret(n,n),!0)},partRestoreByAfter:function(t){var e=this;return void 0!==t&&Array.prototype.some.call(t,(function(n,r){var i=t.substring(r);return e.restoreByAfter(i)}))},focus:function(){this.$refs.inputRef.focus(),this.recordCursorPosition()},blur:function(){this.$refs.inputRef.blur()},formatWrapper:function(t){return this.formatter?this.formatter(t):t},toPrecisionAsStep:function(t){if(this.isNotCompleteNumber(t)||""===t)return t;var e=Math.abs(this.getMaxPrecision(t));return isNaN(e)?t.toString():Number(t).toFixed(e)},isNotCompleteNumber:function(t){return isNaN(t)||""===t||null===t||t&&t.toString().indexOf(".")===t.toString().length-1},toNumber:function(t){var e=this.$props,n=e.precision,r=e.autoFocus,i=this.focused,a=void 0===i?r:i,o=t&&t.length>16&&a;return this.isNotCompleteNumber(t)||o?t:P(n)?Math.round(t*Math.pow(10,n))/Math.pow(10,n):Number(t)},upStep:function(t,e){var n=this.step,r=this.getPrecisionFactor(t,e),i=Math.abs(this.getMaxPrecision(t,e)),a=((r*t+r*n*e)/r).toFixed(i);return this.toNumber(a)},downStep:function(t,e){var n=this.step,r=this.getPrecisionFactor(t,e),i=Math.abs(this.getMaxPrecision(t,e)),a=((r*t-r*n*e)/r).toFixed(i);return this.toNumber(a)},stepFn:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,i=arguments[3];if(this.stop(),e&&e.preventDefault(),!this.disabled){var a=this.max,o=this.min,s=this.getCurrentValidValue(this.inputValue)||0;if(!this.isNotCompleteNumber(s)){var c=this[t+"Step"](s,r),l=c>a||c<o;c>a?c=a:c<o&&(c=o),this.setValue(c),this.setState({focused:!0}),l||(this.autoStepTimer=setTimeout((function(){n[t](e,r,!0)}),i?M:E))}}},stop:function(){this.autoStepTimer&&clearTimeout(this.autoStepTimer)},down:function(t,e,n){this.pressingUpOrDown=!0,this.stepFn("down",t,e,n)},up:function(t,e,n){this.pressingUpOrDown=!0,this.stepFn("up",t,e,n)},handleInputClick:function(){this.$emit("click")},onCompositionstart:function(t){t.target.composing=!0},onCompositionend:function(t){this.onChange(t),t.target.composing=!1}},render:function(){var t,e=arguments[0],n=this.$props,r=n.prefixCls,a=n.disabled,o=n.readonly,s=n.useTouch,c=n.autoComplete,l=n.upHandler,h=n.downHandler,d=f()((t={},i()(t,r,!0),i()(t,r+"-disabled",a),i()(t,r+"-focused",this.focused),t)),p="",v="",g=this.sValue;if(g||0===g)if(isNaN(g))p=r+"-handler-up-disabled",v=r+"-handler-down-disabled";else{var m=Number(g);m>=this.max&&(p=r+"-handler-up-disabled"),m<=this.min&&(v=r+"-handler-down-disabled")}var y=!this.readonly&&!this.disabled,b=this.getInputDisplayValue(),_=void 0,x=void 0;s?(_={touchstart:y&&!p?this.up:S,touchend:this.stop},x={touchstart:y&&!v?this.down:S,touchend:this.stop}):(_={mousedown:y&&!p?this.up:S,mouseup:this.stop,mouseleave:this.stop},x={mousedown:y&&!v?this.down:S,mouseup:this.stop,mouseleave:this.stop});var w=!!p||a||o,k=!!v||a||o,O=Object(u["k"])(this),M=O.mouseenter,E=void 0===M?S:M,A=O.mouseleave,P=void 0===A?S:A,L=O.mouseover,I=void 0===L?S:L,j=O.mouseout,z=void 0===j?S:j,D={on:{mouseenter:E,mouseleave:P,mouseover:I,mouseout:z},class:d,attrs:{title:this.$props.title}},N={props:{disabled:w,prefixCls:r},attrs:{unselectable:"unselectable",role:"button","aria-label":"Increase Value","aria-disabled":!!w},class:r+"-handler "+r+"-handler-up "+p,on:_,ref:"up"},R={props:{disabled:k,prefixCls:r},attrs:{unselectable:"unselectable",role:"button","aria-label":"Decrease Value","aria-disabled":!!k},class:r+"-handler "+r+"-handler-down "+v,on:x,ref:"down"};return e("div",D,[e("div",{class:r+"-handler-wrap"},[e(C,N,[l||e("span",{attrs:{unselectable:"unselectable"},class:r+"-handler-up-inner",on:{click:T}})]),e(C,R,[h||e("span",{attrs:{unselectable:"unselectable"},class:r+"-handler-down-inner",on:{click:T}})])]),e("div",{class:r+"-input-wrap"},[e("input",{attrs:{role:"spinbutton","aria-valuemin":this.min,"aria-valuemax":this.max,"aria-valuenow":g,required:this.required,type:this.type,placeholder:this.placeholder,tabIndex:this.tabIndex,autoComplete:c,readonly:this.readonly,disabled:this.disabled,max:this.max,min:this.min,step:this.step,name:this.name,title:this.title,id:this.id,pattern:this.pattern},on:{click:this.handleInputClick,focus:this.onFocus,blur:this.onBlur,keydown:y?this.onKeyDown:S,keyup:y?this.onKeyUp:S,input:this.onTrigger,compositionstart:this.onCompositionstart,compositionend:this.onCompositionend},class:r+"-input",ref:"inputRef",domProps:{value:b}})])])}},z=n("9cba"),D=n("db14"),N={prefixCls:l["a"].string,min:l["a"].number,max:l["a"].number,value:l["a"].oneOfType([l["a"].number,l["a"].string]),step:l["a"].oneOfType([l["a"].number,l["a"].string]),defaultValue:l["a"].oneOfType([l["a"].number,l["a"].string]),tabIndex:l["a"].number,disabled:l["a"].bool,size:l["a"].oneOf(["large","small","default"]),formatter:l["a"].func,parser:l["a"].func,decimalSeparator:l["a"].string,placeholder:l["a"].string,name:l["a"].string,id:l["a"].string,precision:l["a"].number,autoFocus:l["a"].bool},R={name:"AInputNumber",model:{prop:"value",event:"change"},props:Object(u["t"])(N,{step:1}),inject:{configProvider:{default:function(){return z["a"]}}},methods:{focus:function(){this.$refs.inputNumberRef.focus()},blur:function(){this.$refs.inputNumberRef.blur()}},render:function(){var t,e=arguments[0],n=o()({},Object(u["l"])(this),this.$attrs),r=n.prefixCls,a=n.size,s=c()(n,["prefixCls","size"]),l=this.configProvider.getPrefixCls,h=l("input-number",r),p=f()((t={},i()(t,h+"-lg","large"===a),i()(t,h+"-sm","small"===a),t)),v=e(d["a"],{attrs:{type:"up"},class:h+"-handler-up-inner"}),g=e(d["a"],{attrs:{type:"down"},class:h+"-handler-down-inner"}),m={props:o()({prefixCls:h,upHandler:v,downHandler:g},s),class:p,ref:"inputNumberRef",on:Object(u["k"])(this)};return e(j,m)},install:function(t){t.use(D["a"]),t.component(R.name,R)}};e["a"]=R},"0a06":function(t,e,n){"use strict";var r=n("c532"),i=n("30b5"),a=n("f6b4"),o=n("5270"),s=n("4a7b");function c(t){this.defaults=t,this.interceptors={request:new a,response:new a}}c.prototype.request=function(t){"string"===typeof t?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=s(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[o,void 0],n=Promise.resolve(t);this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));while(e.length)n=n.then(e.shift(),e.shift());return n},c.prototype.getUri=function(t){return t=s(this.defaults,t),i(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}})),r.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,i){return this.request(r.merge(i||{},{method:t,url:e,data:n}))}})),t.exports=c},"0a2a":function(t,e,n){},"0ab6":function(t,e,n){var r=n("3053"),i=r.Global;function a(){return i.sessionStorage}function o(t){return a().getItem(t)}function s(t,e){return a().setItem(t,e)}function c(t){for(var e=a().length-1;e>=0;e--){var n=a().key(e);t(o(n),n)}}function l(t){return a().removeItem(t)}function u(){return a().clear()}t.exports={name:"sessionStorage",read:o,write:s,each:c,remove:l,clearAll:u}},"0ac8":function(t,e,n){"use strict";var r=n("23e7"),i=n("8eb5");r({target:"Math",stat:!0,forced:i!==Math.expm1},{expm1:i})},"0ad5":function(t,e,n){},"0ae2":function(t,e,n){var r=n("9876"),i=n("fed5"),a=n("1917");t.exports=function(t){var e=r(t),n=i.f;if(n){var o,s=n(t),c=a.f,l=0;while(s.length>l)c.call(t,o=s[l++])&&e.push(o)}return e}},"0b07":function(t,e,n){var r=n("34ac"),i=n("3698");function a(t,e){var n=i(t,e);return r(n)?n:void 0}t.exports=a},"0b25":function(t,e,n){"use strict";var r=n("5926"),i=n("50c4"),a=RangeError;t.exports=function(t){if(void 0===t)return 0;var e=r(t),n=i(e);if(e!==n)throw new a("Wrong length or index");return n}},"0b42":function(t,e,n){"use strict";var r=n("e8b5"),i=n("68ee"),a=n("861d"),o=n("b622"),s=o("species"),c=Array;t.exports=function(t){var e;return r(t)&&(e=t.constructor,i(e)&&(e===c||r(e.prototype))?e=void 0:a(e)&&(e=e[s],null===e&&(e=void 0))),void 0===e?c:e}},"0b43":function(t,e,n){"use strict";var r=n("04f8");t.exports=r&&!!Symbol["for"]&&!!Symbol.keyFor},"0b99":function(t,e,n){"use strict";var r=n("19fa")(!0);n("393a")(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})}))},"0bad":function(t,e,n){t.exports=!n("4b8b")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"0bb7":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("2b0e"),o=n("46cf"),s=n.n(o),c=n("4d91"),l=n("b488"),u=n("daa3"),h=n("7b05"),f=n("18a7"),d=n("c1df"),p=n.n(d),v=n("ba70"),g=n("65b8");function m(t){this.changeYear(t)}function y(){}var b={name:"MonthPanel",mixins:[l["a"]],props:{value:c["a"].any,defaultValue:c["a"].any,cellRender:c["a"].any,contentRender:c["a"].any,locale:c["a"].any,rootPrefixCls:c["a"].string,disabledDate:c["a"].func,renderFooter:c["a"].func,changeYear:c["a"].func.def(y)},data:function(){var t=this.value,e=this.defaultValue;return this.nextYear=m.bind(this,1),this.previousYear=m.bind(this,-1),{sValue:t||e}},watch:{value:function(t){this.setState({sValue:t})}},methods:{setAndSelectValue:function(t){this.setValue(t),this.__emit("select",t)},setValue:function(t){Object(u["s"])(this,"value")&&this.setState({sValue:t})}},render:function(){var t=arguments[0],e=this.sValue,n=this.cellRender,r=this.contentRender,i=this.locale,a=this.rootPrefixCls,o=this.disabledDate,s=this.renderFooter,c=e.year(),l=a+"-month-panel",h=s&&s("month");return t("div",{class:l},[t("div",[t("div",{class:l+"-header"},[t("a",{class:l+"-prev-year-btn",attrs:{role:"button",title:i.previousYear},on:{click:this.previousYear}}),t("a",{class:l+"-year-select",attrs:{role:"button",title:i.yearSelect},on:{click:Object(u["k"])(this).yearPanelShow||y}},[t("span",{class:l+"-year-select-content"},[c]),t("span",{class:l+"-year-select-arrow"},["x"])]),t("a",{class:l+"-next-year-btn",attrs:{role:"button",title:i.nextYear},on:{click:this.nextYear}})]),t("div",{class:l+"-body"},[t(g["a"],{attrs:{disabledDate:o,locale:i,value:e,cellRender:n,contentRender:r,prefixCls:l},on:{select:this.setAndSelectValue}})]),h&&t("div",{class:l+"-footer"},[h])])])}},_=b,x=n("6042"),w=n.n(x),k=4,C=3;function S(){}function T(t){var e=this.sValue.clone();e.add(t,"year"),this.setState({sValue:e})}function O(t){var e=this.sValue.clone();e.year(t),e.month(this.sValue.month()),this.sValue=e,this.__emit("select",e)}var M={mixins:[l["a"]],props:{rootPrefixCls:c["a"].string,value:c["a"].object,defaultValue:c["a"].object,locale:c["a"].object,renderFooter:c["a"].func,disabledDate:c["a"].func},data:function(){return this.nextDecade=T.bind(this,10),this.previousDecade=T.bind(this,-10),{sValue:this.value||this.defaultValue}},watch:{value:function(t){this.sValue=t}},methods:{years:function(){for(var t=this.sValue,e=t.year(),n=10*parseInt(e/10,10),r=n-1,i=[],a=0,o=0;o<k;o++){i[o]=[];for(var s=0;s<C;s++){var c=r+a,l=String(c);i[o][s]={content:l,year:c,title:l},a++}}return i}},render:function(){var t=this,e=arguments[0],n=this.sValue,r=this.locale,i=this.renderFooter,a=this.$props,o=Object(u["k"])(this).decadePanelShow||S,s=this.years(),c=n.year(),l=10*parseInt(c/10,10),h=l+9,f=this.rootPrefixCls+"-year-panel",d=a.disabledDate,p=s.map((function(r,i){var a=r.map((function(r){var i,a=!1;if(d){var o=n.clone();o.year(r.year),a=d(o)}var s=(i={},w()(i,f+"-cell",1),w()(i,f+"-cell-disabled",a),w()(i,f+"-selected-cell",r.year===c),w()(i,f+"-last-decade-cell",r.year<l),w()(i,f+"-next-decade-cell",r.year>h),i),u=S;return u=r.year<l?t.previousDecade:r.year>h?t.nextDecade:O.bind(t,r.year),e("td",{attrs:{role:"gridcell",title:r.title},key:r.content,on:{click:a?S:u},class:s},[e("a",{class:f+"-year"},[r.content])])}));return e("tr",{key:i,attrs:{role:"row"}},[a])})),v=i&&i("year");return e("div",{class:f},[e("div",[e("div",{class:f+"-header"},[e("a",{class:f+"-prev-decade-btn",attrs:{role:"button",title:r.previousDecade},on:{click:this.previousDecade}}),e("a",{class:f+"-decade-select",attrs:{role:"button",title:r.decadeSelect},on:{click:o}},[e("span",{class:f+"-decade-select-content"},[l,"-",h]),e("span",{class:f+"-decade-select-arrow"},["x"])]),e("a",{class:f+"-next-decade-btn",attrs:{role:"button",title:r.nextDecade},on:{click:this.nextDecade}})]),e("div",{class:f+"-body"},[e("table",{class:f+"-table",attrs:{cellSpacing:"0",role:"grid"}},[e("tbody",{class:f+"-tbody"},[p])])]),v&&e("div",{class:f+"-footer"},[v])])])}},E=4,A=3;function P(){}function L(t){var e=this.sValue.clone();e.add(t,"years"),this.setState({sValue:e})}function I(t,e){var n=this.sValue.clone();n.year(t),n.month(this.sValue.month()),this.__emit("select",n),e.preventDefault()}var j={mixins:[l["a"]],props:{locale:c["a"].object,value:c["a"].object,defaultValue:c["a"].object,rootPrefixCls:c["a"].string,renderFooter:c["a"].func},data:function(){return this.nextCentury=L.bind(this,100),this.previousCentury=L.bind(this,-100),{sValue:this.value||this.defaultValue}},watch:{value:function(t){this.sValue=t}},render:function(){for(var t=this,e=arguments[0],n=this.sValue,r=this.$props,i=r.locale,a=r.renderFooter,o=n.year(),s=100*parseInt(o/100,10),c=s-10,l=s+99,u=[],h=0,f=this.rootPrefixCls+"-decade-panel",d=0;d<E;d++){u[d]=[];for(var p=0;p<A;p++){var v=c+10*h,g=c+10*h+9;u[d][p]={startDecade:v,endDecade:g},h++}}var m=a&&a("decade"),y=u.map((function(n,r){var i=n.map((function(n){var r,i=n.startDecade,a=n.endDecade,c=i<s,u=a>l,h=(r={},w()(r,f+"-cell",1),w()(r,f+"-selected-cell",i<=o&&o<=a),w()(r,f+"-last-century-cell",c),w()(r,f+"-next-century-cell",u),r),d=i+"-"+a,p=P;return p=c?t.previousCentury:u?t.nextCentury:I.bind(t,i),e("td",{key:i,on:{click:p},attrs:{role:"gridcell"},class:h},[e("a",{class:f+"-decade"},[d])])}));return e("tr",{key:r,attrs:{role:"row"}},[i])}));return e("div",{class:f},[e("div",{class:f+"-header"},[e("a",{class:f+"-prev-century-btn",attrs:{role:"button",title:i.previousCentury},on:{click:this.previousCentury}}),e("div",{class:f+"-century"},[s,"-",l]),e("a",{class:f+"-next-century-btn",attrs:{role:"button",title:i.nextCentury},on:{click:this.nextCentury}})]),e("div",{class:f+"-body"},[e("table",{class:f+"-table",attrs:{cellSpacing:"0",role:"grid"}},[e("tbody",{class:f+"-tbody"},[y])])]),m&&e("div",{class:f+"-footer"},[m])])}};function z(){}function D(t){var e=this.value.clone();e.add(t,"months"),this.__emit("valueChange",e)}function N(t){var e=this.value.clone();e.add(t,"years"),this.__emit("valueChange",e)}function R(t,e){return t?e:null}var V={name:"CalendarHeader",mixins:[l["a"]],props:{prefixCls:c["a"].string,value:c["a"].object,showTimePicker:c["a"].bool,locale:c["a"].object,enablePrev:c["a"].any.def(1),enableNext:c["a"].any.def(1),disabledMonth:c["a"].func,mode:c["a"].any,monthCellRender:c["a"].func,monthCellContentRender:c["a"].func,renderFooter:c["a"].func},data:function(){return this.nextMonth=D.bind(this,1),this.previousMonth=D.bind(this,-1),this.nextYear=N.bind(this,1),this.previousYear=N.bind(this,-1),{yearPanelReferer:null}},methods:{onMonthSelect:function(t){this.__emit("panelChange",t,"date"),Object(u["k"])(this).monthSelect?this.__emit("monthSelect",t):this.__emit("valueChange",t)},onYearSelect:function(t){var e=this.yearPanelReferer;this.setState({yearPanelReferer:null}),this.__emit("panelChange",t,e),this.__emit("valueChange",t)},onDecadeSelect:function(t){this.__emit("panelChange",t,"year"),this.__emit("valueChange",t)},changeYear:function(t){t>0?this.nextYear():this.previousYear()},monthYearElement:function(t){var e=this,n=this.$createElement,r=this.$props,i=r.prefixCls,a=r.locale,o=r.value,s=o.localeData(),c=a.monthBeforeYear,l=i+"-"+(c?"my-select":"ym-select"),u=t?" "+i+"-time-status":"",h=n("a",{class:i+"-year-select"+u,attrs:{role:"button",title:t?null:a.yearSelect},on:{click:t?z:function(){return e.showYearPanel("date")}}},[o.format(a.yearFormat)]),f=n("a",{class:i+"-month-select"+u,attrs:{role:"button",title:t?null:a.monthSelect},on:{click:t?z:this.showMonthPanel}},[a.monthFormat?o.format(a.monthFormat):s.monthsShort(o)]),d=void 0;t&&(d=n("a",{class:i+"-day-select"+u,attrs:{role:"button"}},[o.format(a.dayFormat)]));var p=[];return p=c?[f,d,h]:[h,f,d],n("span",{class:l},[p])},showMonthPanel:function(){this.__emit("panelChange",null,"month")},showYearPanel:function(t){this.setState({yearPanelReferer:t}),this.__emit("panelChange",null,"year")},showDecadePanel:function(){this.__emit("panelChange",null,"decade")}},render:function(){var t=this,e=arguments[0],n=Object(u["l"])(this),r=n.prefixCls,i=n.locale,a=n.mode,o=n.value,s=n.showTimePicker,c=n.enableNext,l=n.enablePrev,h=n.disabledMonth,f=n.renderFooter,d=null;return"month"===a&&(d=e(_,{attrs:{locale:i,value:o,rootPrefixCls:r,disabledDate:h,cellRender:n.monthCellRender,contentRender:n.monthCellContentRender,renderFooter:f,changeYear:this.changeYear},on:{select:this.onMonthSelect,yearPanelShow:function(){return t.showYearPanel("month")}}})),"year"===a&&(d=e(M,{attrs:{locale:i,value:o,rootPrefixCls:r,renderFooter:f,disabledDate:h},on:{select:this.onYearSelect,decadePanelShow:this.showDecadePanel}})),"decade"===a&&(d=e(j,{attrs:{locale:i,value:o,rootPrefixCls:r,renderFooter:f},on:{select:this.onDecadeSelect}})),e("div",{class:r+"-header"},[e("div",{style:{position:"relative"}},[R(l&&!s,e("a",{class:r+"-prev-year-btn",attrs:{role:"button",title:i.previousYear},on:{click:this.previousYear}})),R(l&&!s,e("a",{class:r+"-prev-month-btn",attrs:{role:"button",title:i.previousMonth},on:{click:this.previousMonth}})),this.monthYearElement(s),R(c&&!s,e("a",{class:r+"-next-month-btn",on:{click:this.nextMonth},attrs:{title:i.nextMonth}})),R(c&&!s,e("a",{class:r+"-next-year-btn",on:{click:this.nextYear},attrs:{title:i.nextYear}}))]),d])}},F=V,H=n("92fa"),B=n.n(H),U=n("e9e0");function $(){}var q={functional:!0,render:function(t,e){var n=arguments[0],r=e.props,i=e.listeners,a=void 0===i?{}:i,o=r.prefixCls,s=r.locale,c=r.value,l=r.timePicker,u=r.disabled,h=r.disabledDate,f=r.text,d=a.today,p=void 0===d?$:d,v=(!f&&l?s.now:f)||s.today,g=h&&!Object(U["g"])(Object(U["e"])(c),h),m=g||u,y=m?o+"-today-btn-disabled":"";return n("a",{class:o+"-today-btn "+y,attrs:{role:"button",title:Object(U["f"])(c)},on:{click:m?$:p}},[v])}};function W(){}var Y={functional:!0,render:function(t,e){var n=arguments[0],r=e.props,i=e.listeners,a=void 0===i?{}:i,o=r.prefixCls,s=r.locale,c=r.okDisabled,l=a.ok,u=void 0===l?W:l,h=o+"-ok-btn";return c&&(h+=" "+o+"-ok-btn-disabled"),n("a",{class:h,attrs:{role:"button"},on:{click:c?W:u}},[s.ok])}};function K(){}var X={functional:!0,render:function(t,e){var n,r=e.props,i=e.listeners,a=void 0===i?{}:i,o=r.prefixCls,s=r.locale,c=r.showTimePicker,l=r.timePickerDisabled,u=a.closeTimePicker,h=void 0===u?K:u,f=a.openTimePicker,d=void 0===f?K:f,p=(n={},w()(n,o+"-time-picker-btn",!0),w()(n,o+"-time-picker-btn-disabled",l),n),v=K;return l||(v=c?h:d),t("a",{class:p,attrs:{role:"button"},on:{click:v}},[c?s.dateSelect:s.timeSelect])}},G={mixins:[l["a"]],props:{prefixCls:c["a"].string,showDateInput:c["a"].bool,disabledTime:c["a"].any,timePicker:c["a"].any,selectedValue:c["a"].any,showOk:c["a"].bool,value:c["a"].object,renderFooter:c["a"].func,defaultValue:c["a"].object,locale:c["a"].object,showToday:c["a"].bool,disabledDate:c["a"].func,showTimePicker:c["a"].bool,okDisabled:c["a"].bool,mode:c["a"].string},methods:{onSelect:function(t){this.__emit("select",t)},getRootDOMNode:function(){return this.$el}},render:function(){var t=arguments[0],e=Object(u["l"])(this),n=e.value,r=e.prefixCls,a=e.showOk,o=e.timePicker,s=e.renderFooter,c=e.showToday,l=e.mode,h=null,f=s&&s(l);if(c||o||f){var d,p={props:i()({},e,{value:n}),on:Object(u["k"])(this)},v=null;c&&(v=t(q,B()([{key:"todayButton"},p]))),delete p.props.value;var g=null;(!0===a||!1!==a&&o)&&(g=t(Y,B()([{key:"okButton"},p])));var m=null;o&&(m=t(X,B()([{key:"timePickerButton"},p])));var y=void 0;(v||m||g||f)&&(y=t("span",{class:r+"-footer-btn"},[f,v,m,g]));var b=(d={},w()(d,r+"-footer",!0),w()(d,r+"-footer-show-ok",!!g),d);h=t("div",{class:b},[y])}return h}},Z=G,Q=n("a020"),J=n("6201"),tt=void 0,et=void 0,nt=void 0,rt={mixins:[l["a"]],props:{prefixCls:c["a"].string,timePicker:c["a"].object,value:c["a"].object,disabledTime:c["a"].any,format:c["a"].oneOfType([c["a"].string,c["a"].arrayOf(c["a"].string),c["a"].func]),locale:c["a"].object,disabledDate:c["a"].func,placeholder:c["a"].string,selectedValue:c["a"].object,clearIcon:c["a"].any,inputMode:c["a"].string,inputReadOnly:c["a"].bool},data:function(){var t=this.selectedValue;return{str:Object(U["a"])(t,this.format),invalid:!1,hasFocus:!1}},watch:{selectedValue:function(){this.setState()},format:function(){this.setState()}},updated:function(){var t=this;this.$nextTick((function(){!nt||!t.$data.hasFocus||t.invalid||0===tt&&0===et||nt.setSelectionRange(tt,et)}))},getInstance:function(){return nt},methods:{getDerivedStateFromProps:function(t,e){var n={};nt&&(tt=nt.selectionStart,et=nt.selectionEnd);var r=t.selectedValue;return e.hasFocus||(n={str:Object(U["a"])(r,this.format),invalid:!1}),n},onClear:function(){this.setState({str:""}),this.__emit("clear",null)},onInputChange:function(t){var e=t.target,n=e.value,r=e.composing,i=this.str,a=void 0===i?"":i;if(!t.isComposing&&!r&&a!==n){var o=this.$props,s=o.disabledDate,c=o.format,l=o.selectedValue;if(!n)return this.__emit("change",null),void this.setState({invalid:!1,str:n});var u=p()(n,c,!0);if(u.isValid()){var h=this.value.clone();h.year(u.year()).month(u.month()).date(u.date()).hour(u.hour()).minute(u.minute()).second(u.second()),!h||s&&s(h)?this.setState({invalid:!0,str:n}):(l!==h||l&&h&&!l.isSame(h))&&(this.setState({invalid:!1,str:n}),this.__emit("change",h))}else this.setState({invalid:!0,str:n})}},onFocus:function(){this.setState({hasFocus:!0})},onBlur:function(){this.setState((function(t,e){return{hasFocus:!1,str:Object(U["a"])(e.value,e.format)}}))},onKeyDown:function(t){var e=t.keyCode,n=this.$props,r=n.value,i=n.disabledDate;if(e===f["a"].ENTER){var a=!i||!i(r);a&&this.__emit("select",r.clone()),t.preventDefault()}},getRootDOMNode:function(){return this.$el},focus:function(){nt&&nt.focus()},saveDateInput:function(t){nt=t}},render:function(){var t=arguments[0],e=this.invalid,n=this.str,r=this.locale,i=this.prefixCls,a=this.placeholder,o=this.disabled,s=this.showClear,c=this.inputMode,l=this.inputReadOnly,h=Object(u["g"])(this,"clearIcon"),f=e?i+"-input-invalid":"";return t("div",{class:i+"-input-wrap"},[t("div",{class:i+"-date-input-wrap"},[t("input",B()([{directives:[{name:"ant-ref",value:this.saveDateInput},{name:"ant-input"}]},{class:i+"-input "+f,domProps:{value:n},attrs:{disabled:o,placeholder:a,inputMode:c,readOnly:l},on:{input:this.onInputChange,keydown:this.onKeyDown,focus:this.onFocus,blur:this.onBlur}}]))]),s?t("a",{attrs:{role:"button",title:r.clear},on:{click:this.onClear}},[h||t("span",{class:i+"-clear-btn"})]):null])}},it=rt,at=n("f8d5");function ot(t){return t.clone().startOf("month")}function st(t){return t.clone().endOf("month")}function ct(t,e,n){return t.clone().add(e,n)}function lt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n=arguments[2];return t.some((function(t){return t.isSame(e,n)}))}var ut=function(t){return!(!p.a.isMoment(t)||!t.isValid())&&t},ht={name:"Calendar",props:{locale:c["a"].object.def(at["a"]),format:c["a"].oneOfType([c["a"].string,c["a"].arrayOf(c["a"].string),c["a"].func]),visible:c["a"].bool.def(!0),prefixCls:c["a"].string.def("rc-calendar"),defaultValue:c["a"].object,value:c["a"].object,selectedValue:c["a"].object,defaultSelectedValue:c["a"].object,mode:c["a"].oneOf(["time","date","month","year","decade"]),showDateInput:c["a"].bool.def(!0),showWeekNumber:c["a"].bool,showToday:c["a"].bool.def(!0),showOk:c["a"].bool,timePicker:c["a"].any,dateInputPlaceholder:c["a"].any,disabledDate:c["a"].func,disabledTime:c["a"].any,dateRender:c["a"].func,renderFooter:c["a"].func.def((function(){return null})),renderSidebar:c["a"].func.def((function(){return null})),clearIcon:c["a"].any,focusablePanel:c["a"].bool.def(!0),inputMode:c["a"].string,inputReadOnly:c["a"].bool},mixins:[l["a"],J["a"],Q["a"]],data:function(){var t=this.$props;return{sMode:this.mode||"date",sValue:ut(t.value)||ut(t.defaultValue)||p()(),sSelectedValue:t.selectedValue||t.defaultSelectedValue}},watch:{mode:function(t){this.setState({sMode:t})},value:function(t){this.setState({sValue:ut(t)||ut(this.defaultValue)||Object(Q["b"])(this.sValue)})},selectedValue:function(t){this.setState({sSelectedValue:t})}},mounted:function(){var t=this;this.$nextTick((function(){t.saveFocusElement(it.getInstance())}))},methods:{onPanelChange:function(t,e){var n=this.sValue;Object(u["s"])(this,"mode")||this.setState({sMode:e}),this.__emit("panelChange",t||n,e)},onKeyDown:function(t){if("input"!==t.target.nodeName.toLowerCase()){var e=t.keyCode,n=t.ctrlKey||t.metaKey,r=this.disabledDate,i=this.sValue;switch(e){case f["a"].DOWN:return this.goTime(1,"weeks"),t.preventDefault(),1;case f["a"].UP:return this.goTime(-1,"weeks"),t.preventDefault(),1;case f["a"].LEFT:return n?this.goTime(-1,"years"):this.goTime(-1,"days"),t.preventDefault(),1;case f["a"].RIGHT:return n?this.goTime(1,"years"):this.goTime(1,"days"),t.preventDefault(),1;case f["a"].HOME:return this.setValue(ot(i)),t.preventDefault(),1;case f["a"].END:return this.setValue(st(i)),t.preventDefault(),1;case f["a"].PAGE_DOWN:return this.goTime(1,"month"),t.preventDefault(),1;case f["a"].PAGE_UP:return this.goTime(-1,"month"),t.preventDefault(),1;case f["a"].ENTER:return r&&r(i)||this.onSelect(i,{source:"keyboard"}),t.preventDefault(),1;default:return this.__emit("keydown",t),1}}},onClear:function(){this.onSelect(null),this.__emit("clear")},onOk:function(){var t=this.sSelectedValue;this.isAllowedDate(t)&&this.__emit("ok",t)},onDateInputChange:function(t){this.onSelect(t,{source:"dateInput"})},onDateInputSelect:function(t){this.onSelect(t,{source:"dateInputSelect"})},onDateTableSelect:function(t){var e=this.timePicker,n=this.sSelectedValue;if(!n&&e){var r=Object(u["l"])(e),i=r.defaultValue;i&&Object(U["h"])(i,t)}this.onSelect(t)},onToday:function(){var t=this.sValue,e=Object(U["e"])(t);this.onSelect(e,{source:"todayButton"})},onBlur:function(t){var e=this;setTimeout((function(){var n=it.getInstance(),r=e.rootInstance;!r||r.contains(document.activeElement)||n&&n.contains(document.activeElement)||e.$emit("blur",t)}),0)},getRootDOMNode:function(){return this.$el},openTimePicker:function(){this.onPanelChange(null,"time")},closeTimePicker:function(){this.onPanelChange(null,"date")},goTime:function(t,e){this.setValue(ct(this.sValue,t,e))}},render:function(){var t=arguments[0],e=this.locale,n=this.prefixCls,r=this.disabledDate,a=this.dateInputPlaceholder,o=this.timePicker,s=this.disabledTime,c=this.showDateInput,l=this.sValue,f=this.sSelectedValue,d=this.sMode,p=this.renderFooter,g=this.inputMode,m=this.inputReadOnly,y=this.monthCellRender,b=this.monthCellContentRender,_=this.$props,x=Object(u["g"])(this,"clearIcon"),w="time"===d,k=w&&s&&o?Object(U["c"])(f,s):null,C=null;if(o&&w){var S=Object(u["l"])(o),T={props:i()({showHour:!0,showSecond:!0,showMinute:!0},S,k,{value:f,disabledTime:s}),on:{change:this.onDateInputChange}};void 0!==S.defaultValue&&(T.props.defaultOpenValue=S.defaultValue),C=Object(h["a"])(o,T)}var O=c?t(it,{attrs:{format:this.getFormat(),value:l,locale:e,placeholder:a,showClear:!0,disabledTime:s,disabledDate:r,prefixCls:n,selectedValue:f,clearIcon:x,inputMode:g,inputReadOnly:m},key:"date-input",on:{clear:this.onClear,change:this.onDateInputChange,select:this.onDateInputSelect}}):null,M=[];return _.renderSidebar&&M.push(_.renderSidebar()),M.push(t("div",{class:n+"-panel",key:"panel"},[O,t("div",{attrs:{tabIndex:_.focusablePanel?0:void 0},class:n+"-date-panel"},[t(F,{attrs:{locale:e,mode:d,value:l,disabledMonth:r,renderFooter:p,showTimePicker:w,prefixCls:n,monthCellRender:y,monthCellContentRender:b},on:{valueChange:this.setValue,panelChange:this.onPanelChange}}),o&&w?t("div",{class:n+"-time-picker"},[t("div",{class:n+"-time-picker-panel"},[C])]):null,t("div",{class:n+"-body"},[t(v["a"],{attrs:{locale:e,value:l,selectedValue:f,prefixCls:n,dateRender:_.dateRender,disabledDate:r,showWeekNumber:_.showWeekNumber},on:{select:this.onDateTableSelect}})]),t(Z,{attrs:{showOk:_.showOk,mode:d,renderFooter:_.renderFooter,locale:e,prefixCls:n,showToday:_.showToday,disabledTime:s,showTimePicker:w,showDateInput:_.showDateInput,timePicker:o,selectedValue:f,timePickerDisabled:!f,value:l,disabledDate:r,okDisabled:!1!==_.showOk&&(!f||!this.isAllowedDate(f))},on:{ok:this.onOk,select:this.onSelect,today:this.onToday,openTimePicker:this.openTimePicker,closeTimePicker:this.closeTimePicker}})])])),this.renderRoot({children:M,class:_.showWeekNumber?n+"-week-number":""})}},ft=ht,dt=ft;a["c"].use(s.a,{name:"ant-ref"});var pt=dt,vt={name:"MonthCalendar",props:{locale:c["a"].object.def(at["a"]),format:c["a"].string,visible:c["a"].bool.def(!0),prefixCls:c["a"].string.def("rc-calendar"),monthCellRender:c["a"].func,value:c["a"].object,defaultValue:c["a"].object,selectedValue:c["a"].object,defaultSelectedValue:c["a"].object,disabledDate:c["a"].func,monthCellContentRender:c["a"].func,renderFooter:c["a"].func.def((function(){return null})),renderSidebar:c["a"].func.def((function(){return null}))},mixins:[l["a"],J["a"],Q["a"]],data:function(){var t=this.$props;return{mode:"month",sValue:t.value||t.defaultValue||p()(),sSelectedValue:t.selectedValue||t.defaultSelectedValue}},methods:{onKeyDown:function(t){var e=t.keyCode,n=t.ctrlKey||t.metaKey,r=this.sValue,i=this.disabledDate,a=r;switch(e){case f["a"].DOWN:a=r.clone(),a.add(3,"months");break;case f["a"].UP:a=r.clone(),a.add(-3,"months");break;case f["a"].LEFT:a=r.clone(),n?a.add(-1,"years"):a.add(-1,"months");break;case f["a"].RIGHT:a=r.clone(),n?a.add(1,"years"):a.add(1,"months");break;case f["a"].ENTER:return i&&i(r)||this.onSelect(r),t.preventDefault(),1;default:return}if(a!==r)return this.setValue(a),t.preventDefault(),1},handlePanelChange:function(t,e){"date"!==e&&this.setState({mode:e})}},render:function(){var t=arguments[0],e=this.mode,n=this.sValue,r=this.$props,i=this.$scopedSlots,a=r.prefixCls,o=r.locale,s=r.disabledDate,c=this.monthCellRender||i.monthCellRender,l=this.monthCellContentRender||i.monthCellContentRender,u=this.renderFooter||i.renderFooter,h=t("div",{class:a+"-month-calendar-content"},[t("div",{class:a+"-month-header-wrap"},[t(F,{attrs:{prefixCls:a,mode:e,value:n,locale:o,disabledMonth:s,monthCellRender:c,monthCellContentRender:l},on:{monthSelect:this.onSelect,valueChange:this.setValue,panelChange:this.handlePanelChange}})]),t(Z,{attrs:{prefixCls:a,renderFooter:u}})]);return this.renderRoot({class:r.prefixCls+"-month-calendar",children:h})}},gt=vt,mt=n("3eea"),yt=n.n(mt),bt=n("3f50"),_t={adjustX:1,adjustY:1},xt=[0,0],wt={bottomLeft:{points:["tl","tl"],overflow:_t,offset:[0,-3],targetOffset:xt},bottomRight:{points:["tr","tr"],overflow:_t,offset:[0,-3],targetOffset:xt},topRight:{points:["br","br"],overflow:_t,offset:[0,3],targetOffset:xt},topLeft:{points:["bl","bl"],overflow:_t,offset:[0,3],targetOffset:xt}},kt=wt,Ct=n("8496"),St=n("2768"),Tt=n.n(St),Ot={validator:function(t){return Array.isArray(t)?0===t.length||-1===t.findIndex((function(t){return!Tt()(t)&&!p.a.isMoment(t)})):Tt()(t)||p.a.isMoment(t)}},Mt={name:"Picker",props:{animation:c["a"].oneOfType([c["a"].func,c["a"].string]),disabled:c["a"].bool,transitionName:c["a"].string,format:c["a"].oneOfType([c["a"].string,c["a"].array,c["a"].func]),children:c["a"].func,getCalendarContainer:c["a"].func,calendar:c["a"].any,open:c["a"].bool,defaultOpen:c["a"].bool.def(!1),prefixCls:c["a"].string.def("rc-calendar-picker"),placement:c["a"].any.def("bottomLeft"),value:Ot,defaultValue:Ot,align:c["a"].object.def((function(){return{}})),dropdownClassName:c["a"].string,dateRender:c["a"].func},mixins:[l["a"]],data:function(){var t=this.$props,e=void 0;e=Object(u["s"])(this,"open")?t.open:t.defaultOpen;var n=t.value||t.defaultValue;return{sOpen:e,sValue:n}},watch:{value:function(t){this.setState({sValue:t})},open:function(t){this.setState({sOpen:t})}},mounted:function(){this.preSOpen=this.sOpen},updated:function(){!this.preSOpen&&this.sOpen&&(this.focusTimeout=setTimeout(this.focusCalendar,0)),this.preSOpen=this.sOpen},beforeDestroy:function(){clearTimeout(this.focusTimeout)},methods:{onCalendarKeyDown:function(t){t.keyCode===f["a"].ESC&&(t.stopPropagation(),this.closeCalendar(this.focus))},onCalendarSelect:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$props;Object(u["s"])(this,"value")||this.setState({sValue:t});var r=Object(u["l"])(n.calendar);("keyboard"===e.source||"dateInputSelect"===e.source||!r.timePicker&&"dateInput"!==e.source||"todayButton"===e.source)&&this.closeCalendar(this.focus),this.__emit("change",t)},onKeyDown:function(t){this.sOpen||t.keyCode!==f["a"].DOWN&&t.keyCode!==f["a"].ENTER||(this.openCalendar(),t.preventDefault())},onCalendarOk:function(){this.closeCalendar(this.focus)},onCalendarClear:function(){this.closeCalendar(this.focus)},onCalendarBlur:function(){this.setOpen(!1)},onVisibleChange:function(t){this.setOpen(t)},getCalendarElement:function(){var t=this.$props,e=Object(u["l"])(t.calendar),n=Object(u["i"])(t.calendar),r=this.sValue,i=r,a={ref:"calendarInstance",props:{defaultValue:i||e.defaultValue,selectedValue:r},on:{keydown:this.onCalendarKeyDown,ok:Object(bt["a"])(n.ok,this.onCalendarOk),select:Object(bt["a"])(n.select,this.onCalendarSelect),clear:Object(bt["a"])(n.clear,this.onCalendarClear),blur:Object(bt["a"])(n.blur,this.onCalendarBlur)}};return Object(h["a"])(t.calendar,a)},setOpen:function(t,e){this.sOpen!==t&&(Object(u["s"])(this,"open")||this.setState({sOpen:t},e),this.__emit("openChange",t))},openCalendar:function(t){this.setOpen(!0,t)},closeCalendar:function(t){this.setOpen(!1,t)},focus:function(){this.sOpen||this.$el.focus()},focusCalendar:function(){this.sOpen&&this.calendarInstance&&this.calendarInstance.componentInstance&&this.calendarInstance.componentInstance.focus()}},render:function(){var t=arguments[0],e=Object(u["l"])(this),n=Object(u["q"])(this),r=e.prefixCls,i=e.placement,a=e.getCalendarContainer,o=e.align,s=e.animation,c=e.disabled,l=e.dropdownClassName,f=e.transitionName,d=this.sValue,p=this.sOpen,v=this.$scopedSlots["default"],g={value:d,open:p};return!this.sOpen&&this.calendarInstance||(this.calendarInstance=this.getCalendarElement()),t(Ct["a"],{attrs:{popupAlign:o,builtinPlacements:kt,popupPlacement:i,action:c&&!p?[]:["click"],destroyPopupOnHide:!0,getPopupContainer:a,popupStyle:n,popupAnimation:s,popupTransitionName:f,popupVisible:p,prefixCls:r,popupClassName:l},on:{popupVisibleChange:this.onVisibleChange}},[t("template",{slot:"popup"},[this.calendarInstance]),Object(h["a"])(v(g,e),{on:{keydown:this.onKeyDown}})])}},Et=Mt,At=n("4d26"),Pt=n.n(At),Lt=n("0c63"),It=n("9cba"),jt=n("2cf8");function zt(t,e){if(!t)return"";if(Array.isArray(e)&&(e=e[0]),"function"===typeof e){var n=e(t);if("string"===typeof n)return n;throw new Error("The function of format does not return a string")}return t.format(e)}function Dt(){}function Nt(t,e){return{props:Object(u["t"])(e,{allowClear:!0,showToday:!0}),mixins:[l["a"]],model:{prop:"value",event:"change"},inject:{configProvider:{default:function(){return It["a"]}}},data:function(){var t=this.value||this.defaultValue;if(t&&!Object(jt["a"])(d).isMoment(t))throw new Error("The value/defaultValue of DatePicker or MonthPicker must be a moment object");return{sValue:t,showDate:t,_open:!!this.open}},watch:{open:function(t){var e=Object(u["l"])(this),n={};n._open=t,"value"in e&&!t&&e.value!==this.showDate&&(n.showDate=e.value),this.setState(n)},value:function(t){var e={};e.sValue=t,t!==this.sValue&&(e.showDate=t),this.setState(e)},_open:function(t,e){var n=this;this.$nextTick((function(){Object(u["s"])(n,"open")||!e||t||n.focus()}))}},methods:{clearSelection:function(t){t.preventDefault(),t.stopPropagation(),this.handleChange(null)},handleChange:function(t){Object(u["s"])(this,"value")||this.setState({sValue:t,showDate:t}),this.$emit("change",t,zt(t,this.format))},handleCalendarChange:function(t){this.setState({showDate:t})},handleOpenChange:function(t){var e=Object(u["l"])(this);"open"in e||this.setState({_open:t}),this.$emit("openChange",t)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderFooter:function(){var t=this.$createElement,e=this.$scopedSlots,n=this.$slots,r=this._prefixCls,i=this.renderExtraFooter||e.renderExtraFooter||n.renderExtraFooter;return i?t("div",{class:r+"-footer-extra"},["function"===typeof i?i.apply(void 0,arguments):i]):null},onMouseEnter:function(t){this.$emit("mouseenter",t)},onMouseLeave:function(t){this.$emit("mouseleave",t)}},render:function(){var e,n=this,r=arguments[0],a=this.$scopedSlots,o=this.$data,s=o.sValue,c=o.showDate,l=o._open,f=Object(u["g"])(this,"suffixIcon");f=Array.isArray(f)?f[0]:f;var p=Object(u["k"])(this),v=p.panelChange,g=void 0===v?Dt:v,m=p.focus,y=void 0===m?Dt:m,b=p.blur,_=void 0===b?Dt:b,x=p.ok,k=void 0===x?Dt:x,C=Object(u["l"])(this),S=C.prefixCls,T=C.locale,O=C.localeCode,M=C.inputReadOnly,E=this.configProvider.getPrefixCls,A=E("calendar",S);this._prefixCls=A;var P=C.dateRender||a.dateRender,L=C.monthCellContentRender||a.monthCellContentRender,I="placeholder"in C?C.placeholder:T.lang.placeholder,j=C.showTime?C.disabledTime:null,z=Pt()((e={},w()(e,A+"-time",C.showTime),w()(e,A+"-month",gt===t),e));s&&O&&s.locale(O);var D={props:{},on:{}},N={props:{},on:{}},R={};C.showTime?(N.on.select=this.handleChange,R.minWidth="195px"):D.on.change=this.handleChange,"mode"in C&&(N.props.mode=C.mode);var V=Object(u["x"])(N,{props:{disabledDate:C.disabledDate,disabledTime:j,locale:T.lang,timePicker:C.timePicker,defaultValue:C.defaultPickerValue||Object(jt["a"])(d)(),dateInputPlaceholder:I,prefixCls:A,dateRender:P,format:C.format,showToday:C.showToday,monthCellContentRender:L,renderFooter:this.renderFooter,value:c,inputReadOnly:M},on:{ok:k,panelChange:g,change:this.handleCalendarChange},class:z,scopedSlots:a}),F=r(t,V),H=!C.disabled&&C.allowClear&&s?r(Lt["a"],{attrs:{type:"close-circle",theme:"filled"},class:A+"-picker-clear",on:{click:this.clearSelection}}):null,B=f&&(Object(u["w"])(f)?Object(h["a"])(f,{class:A+"-picker-icon"}):r("span",{class:A+"-picker-icon"},[f]))||r(Lt["a"],{attrs:{type:"calendar"},class:A+"-picker-icon"}),U=function(t){var e=t.value;return r("div",[r("input",{ref:"input",attrs:{disabled:C.disabled,readOnly:!0,placeholder:I,tabIndex:C.tabIndex,name:n.name},on:{focus:y,blur:_},domProps:{value:zt(e,n.format)},class:C.pickerInputClass}),H,B])},$={props:i()({},C,D.props,{calendar:F,value:s,prefixCls:A+"-picker-container"}),on:i()({},yt()(p,"change"),D.on,{open:l,onOpenChange:this.handleOpenChange}),style:C.popupStyle,scopedSlots:i()({default:U},a)};return r("span",{class:C.pickerClass,style:R,on:{mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave}},[r(Et,$)])}}}var Rt=n("9a16"),Vt=n("e5cd"),Ft=n("27ab"),Ht=n("b4a0"),Bt=n("1501"),Ut={date:"YYYY-MM-DD",dateTime:"YYYY-MM-DD HH:mm:ss",week:"gggg-wo",month:"YYYY-MM"},$t={date:"dateFormat",dateTime:"dateTimeFormat",week:"weekFormat",month:"monthFormat"};function qt(t){var e=t.showHour,n=t.showMinute,r=t.showSecond,i=t.use12Hours,a=0;return e&&(a+=1),n&&(a+=1),r&&(a+=1),i&&(a+=1),a}function Wt(t,e,n){return{name:t.name,props:Object(u["t"])(e,{transitionName:"slide-up",popupStyle:{},locale:{}}),model:{prop:"value",event:"change"},inject:{configProvider:{default:function(){return It["a"]}}},provide:function(){return{savePopupRef:this.savePopupRef}},mounted:function(){var t=this,e=this.autoFocus,n=this.disabled,r=this.value,i=this.defaultValue,a=this.valueFormat;Object(Bt["d"])("DatePicker",i,"defaultValue",a),Object(Bt["d"])("DatePicker",r,"value",a),e&&!n&&this.$nextTick((function(){t.focus()}))},watch:{value:function(t){Object(Bt["d"])("DatePicker",t,"value",this.valueFormat)}},methods:{getDefaultLocale:function(){var t=i()({},Ht["a"],this.locale);return t.lang=i()({},t.lang,(this.locale||{}).lang),t},savePopupRef:function(t){this.popupRef=t},handleOpenChange:function(t){this.$emit("openChange",t)},handleFocus:function(t){this.$emit("focus",t)},handleBlur:function(t){this.$emit("blur",t)},handleMouseEnter:function(t){this.$emit("mouseenter",t)},handleMouseLeave:function(t){this.$emit("mouseleave",t)},handleChange:function(t,e){this.$emit("change",this.valueFormat?Object(Bt["e"])(t,this.valueFormat):t,e)},handleOk:function(t){this.$emit("ok",this.valueFormat?Object(Bt["e"])(t,this.valueFormat):t)},handleCalendarChange:function(t,e){this.$emit("calendarChange",this.valueFormat?Object(Bt["e"])(t,this.valueFormat):t,e)},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},transformValue:function(t){"value"in t&&(t.value=Object(Bt["f"])(t.value,this.valueFormat)),"defaultValue"in t&&(t.defaultValue=Object(Bt["f"])(t.defaultValue,this.valueFormat)),"defaultPickerValue"in t&&(t.defaultPickerValue=Object(Bt["f"])(t.defaultPickerValue,this.valueFormat))},renderPicker:function(e,r){var a,o=this,s=this.$createElement,c=Object(u["l"])(this);this.transformValue(c);var l=c.prefixCls,h=c.inputPrefixCls,f=c.getCalendarContainer,d=c.size,p=c.showTime,v=c.disabled,g=c.format,m=p?n+"Time":n,y=g||e[$t[m]]||Ut[m],b=this.configProvider,_=b.getPrefixCls,x=b.getPopupContainer,k=f||x,C=_("calendar",l),S=_("input",h),T=Pt()(C+"-picker",w()({},C+"-picker-"+d,!!d)),O=Pt()(C+"-picker-input",S,(a={},w()(a,S+"-lg","large"===d),w()(a,S+"-sm","small"===d),w()(a,S+"-disabled",v),a)),M=p&&p.format||"HH:mm:ss",E=i()({},Object(Ft["b"])(M),{format:M,use12Hours:p&&p.use12Hours}),A=qt(E),P=C+"-time-picker-column-"+A,L={props:i()({},E,p,{prefixCls:C+"-time-picker",placeholder:e.timePickerLocale.placeholder,transitionName:"slide-up"}),class:P,on:{esc:function(){}}},I=p?s(Rt["a"],L):null,j={props:i()({},c,{getCalendarContainer:k,format:y,pickerClass:T,pickerInputClass:O,locale:e,localeCode:r,timePicker:I}),on:i()({},Object(u["k"])(this),{openChange:this.handleOpenChange,focus:this.handleFocus,blur:this.handleBlur,mouseenter:this.handleMouseEnter,mouseleave:this.handleMouseLeave,change:this.handleChange,ok:this.handleOk,calendarChange:this.handleCalendarChange}),ref:"picker",scopedSlots:this.$scopedSlots||{}};return s(t,j,[this.$slots&&Object.keys(this.$slots).map((function(t){return s("template",{slot:t,key:t},[o.$slots[t]])}))])}},render:function(){var t=arguments[0];return t(Vt["a"],{attrs:{componentName:"DatePicker",defaultLocale:this.getDefaultLocale},scopedSlots:{default:this.renderPicker}})}}}var Yt=n("b24f"),Kt=n.n(Yt),Xt=n("9b57"),Gt=n.n(Xt);function Zt(){}var Qt={mixins:[l["a"]],props:{prefixCls:c["a"].string,value:c["a"].any,hoverValue:c["a"].any,selectedValue:c["a"].any,direction:c["a"].any,locale:c["a"].any,showDateInput:c["a"].bool,showTimePicker:c["a"].bool,showWeekNumber:c["a"].bool,format:c["a"].any,placeholder:c["a"].any,disabledDate:c["a"].any,timePicker:c["a"].any,disabledTime:c["a"].any,disabledMonth:c["a"].any,mode:c["a"].any,timePickerDisabledTime:c["a"].object,enableNext:c["a"].any,enablePrev:c["a"].any,clearIcon:c["a"].any,dateRender:c["a"].func,inputMode:c["a"].string,inputReadOnly:c["a"].bool},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.value,a=e.hoverValue,o=e.selectedValue,s=e.mode,c=e.direction,l=e.locale,f=e.format,d=e.placeholder,p=e.disabledDate,g=e.timePicker,m=e.disabledTime,y=e.timePickerDisabledTime,b=e.showTimePicker,_=e.enablePrev,x=e.enableNext,w=e.disabledMonth,k=e.showDateInput,C=e.dateRender,S=e.showWeekNumber,T=e.showClear,O=e.inputMode,M=e.inputReadOnly,E=Object(u["g"])(this,"clearIcon"),A=Object(u["k"])(this),P=A.inputChange,L=void 0===P?Zt:P,I=A.inputSelect,j=void 0===I?Zt:I,z=A.valueChange,D=void 0===z?Zt:z,N=A.panelChange,R=void 0===N?Zt:N,V=A.select,H=void 0===V?Zt:V,B=A.dayHover,$=void 0===B?Zt:B,q=b&&g,W=q&&m?Object(U["c"])(o,m):null,Y=n+"-range",K={locale:l,value:r,prefixCls:n,showTimePicker:b},X="left"===c?0:1,G=null;if(q){var Z=Object(u["l"])(g);G=Object(h["a"])(g,{props:i()({showHour:!0,showMinute:!0,showSecond:!0},Z,W,y,{defaultOpenValue:r,value:o[X]}),on:{change:L}})}var Q=k&&t(it,{attrs:{format:f,locale:l,prefixCls:n,timePicker:g,disabledDate:p,placeholder:d,disabledTime:m,value:r,showClear:T||!1,selectedValue:o[X],clearIcon:E,inputMode:O,inputReadOnly:M},on:{change:L,select:j}}),J={props:i()({},K,{mode:s,enableNext:x,enablePrev:_,disabledMonth:w}),on:{valueChange:D,panelChange:R}},tt={props:i()({},K,{hoverValue:a,selectedValue:o,dateRender:C,disabledDate:p,showWeekNumber:S}),on:{select:H,dayHover:$}};return t("div",{class:Y+"-part "+Y+"-"+c},[Q,t("div",{style:{outline:"none"}},[t(F,J),b?t("div",{class:n+"-time-picker"},[t("div",{class:n+"-time-picker-panel"},[G])]):null,t("div",{class:n+"-body"},[t(v["a"],tt)])])])}},Jt=Qt;function te(){}function ee(t){return Array.isArray(t)&&(0===t.length||t.every((function(t){return!t})))}function ne(t,e){if(t===e)return!0;if(null===t||"undefined"===typeof t||null===e||"undefined"===typeof e)return!1;if(t.length!==e.length)return!1;for(var n=0;n<t.length;++n)if(t[n]!==e[n])return!1;return!0}function re(t){var e=Kt()(t,2),n=e[0],r=e[1];return!r||void 0!==n&&null!==n||(n=r.clone().subtract(1,"month")),!n||void 0!==r&&null!==r||(r=n.clone().add(1,"month")),[n,r]}function ie(t,e){var n=t.selectedValue||e&&t.defaultSelectedValue,r=t.value||e&&t.defaultValue,i=re(r||n);return ee(i)?e&&[p()(),p()().add(1,"months")]:i}function ae(t,e){for(var n=e?e().concat():[],r=0;r<t;r++)-1===n.indexOf(r)&&n.push(r);return n}function oe(t,e,n){if(e){var r=this.sSelectedValue,i=r.concat(),a="left"===t?0:1;i[a]=e,i[0]&&this.compare(i[0],i[1])>0&&(i[1-a]=this.sShowTimePicker?i[a]:void 0),this.__emit("inputSelect",i),this.fireSelectValueChange(i,null,n||{source:"dateInput"})}}var se={props:{locale:c["a"].object.def(at["a"]),visible:c["a"].bool.def(!0),prefixCls:c["a"].string.def("rc-calendar"),dateInputPlaceholder:c["a"].any,seperator:c["a"].string.def("~"),defaultValue:c["a"].any,value:c["a"].any,hoverValue:c["a"].any,mode:c["a"].arrayOf(c["a"].oneOf(["time","date","month","year","decade"])),showDateInput:c["a"].bool.def(!0),timePicker:c["a"].any,showOk:c["a"].bool,showToday:c["a"].bool.def(!0),defaultSelectedValue:c["a"].array.def([]),selectedValue:c["a"].array,showClear:c["a"].bool,showWeekNumber:c["a"].bool,format:c["a"].oneOfType([c["a"].string,c["a"].arrayOf(c["a"].string),c["a"].func]),type:c["a"].any.def("both"),disabledDate:c["a"].func,disabledTime:c["a"].func.def(te),renderFooter:c["a"].func.def((function(){return null})),renderSidebar:c["a"].func.def((function(){return null})),dateRender:c["a"].func,clearIcon:c["a"].any,inputReadOnly:c["a"].bool},mixins:[l["a"],J["a"]],data:function(){var t=this.$props,e=t.selectedValue||t.defaultSelectedValue,n=ie(t,1);return{sSelectedValue:e,prevSelectedValue:e,firstSelectedValue:null,sHoverValue:t.hoverValue||[],sValue:n,sShowTimePicker:!1,sMode:t.mode||["date","date"],sPanelTriggerSource:""}},watch:{value:function(){var t={};t.sValue=ie(this.$props,0),this.setState(t)},hoverValue:function(t){ne(this.sHoverValue,t)||this.setState({sHoverValue:t})},selectedValue:function(t){var e={};e.sSelectedValue=t,e.prevSelectedValue=t,this.setState(e)},mode:function(t){ne(this.sMode,t)||this.setState({sMode:t})}},methods:{onDatePanelEnter:function(){this.hasSelectedValue()&&this.fireHoverValueChange(this.sSelectedValue.concat())},onDatePanelLeave:function(){this.hasSelectedValue()&&this.fireHoverValueChange([])},onSelect:function(t){var e=this.type,n=this.sSelectedValue,r=this.prevSelectedValue,i=this.firstSelectedValue,a=void 0;if("both"===e)i?this.compare(i,t)<0?(Object(U["h"])(r[1],t),a=[i,t]):(Object(U["h"])(r[0],t),Object(U["h"])(r[1],i),a=[t,i]):(Object(U["h"])(r[0],t),a=[t]);else if("start"===e){Object(U["h"])(r[0],t);var o=n[1];a=o&&this.compare(o,t)>0?[t,o]:[t]}else{var s=n[0];s&&this.compare(s,t)<=0?(Object(U["h"])(r[1],t),a=[s,t]):(Object(U["h"])(r[0],t),a=[t])}this.fireSelectValueChange(a)},onKeyDown:function(t){var e=this;if("input"!==t.target.nodeName.toLowerCase()){var n=t.keyCode,r=t.ctrlKey||t.metaKey,i=this.$data,a=i.sSelectedValue,o=i.sHoverValue,s=i.firstSelectedValue,c=i.sValue,l=this.$props.disabledDate,u=function(n){var r=void 0,i=void 0,l=void 0;if(s?1===o.length?(r=o[0].clone(),i=n(r),l=e.onDayHover(i)):(r=o[0].isSame(s,"day")?o[1]:o[0],i=n(r),l=e.onDayHover(i)):(r=o[0]||a[0]||c[0]||p()(),i=n(r),l=[i],e.fireHoverValueChange(l)),l.length>=2){var u=l.some((function(t){return!lt(c,t,"month")}));if(u){var h=l.slice().sort((function(t,e){return t.valueOf()-e.valueOf()}));h[0].isSame(h[1],"month")&&(h[1]=h[0].clone().add(1,"month")),e.fireValueChange(h)}}else if(1===l.length){var f=c.findIndex((function(t){return t.isSame(r,"month")}));if(-1===f&&(f=0),c.every((function(t){return!t.isSame(i,"month")}))){var d=c.slice();d[f]=i.clone(),e.fireValueChange(d)}}return t.preventDefault(),i};switch(n){case f["a"].DOWN:return void u((function(t){return ct(t,1,"weeks")}));case f["a"].UP:return void u((function(t){return ct(t,-1,"weeks")}));case f["a"].LEFT:return void u(r?function(t){return ct(t,-1,"years")}:function(t){return ct(t,-1,"days")});case f["a"].RIGHT:return void u(r?function(t){return ct(t,1,"years")}:function(t){return ct(t,1,"days")});case f["a"].HOME:return void u((function(t){return ot(t)}));case f["a"].END:return void u((function(t){return st(t)}));case f["a"].PAGE_DOWN:return void u((function(t){return ct(t,1,"month")}));case f["a"].PAGE_UP:return void u((function(t){return ct(t,-1,"month")}));case f["a"].ENTER:var h=void 0;return h=0===o.length?u((function(t){return t})):1===o.length?o[0]:o[0].isSame(s,"day")?o[1]:o[0],!h||l&&l(h)||this.onSelect(h),void t.preventDefault();default:this.__emit("keydown",t)}}},onDayHover:function(t){var e=[],n=this.sSelectedValue,r=this.firstSelectedValue,i=this.type;if("start"===i&&n[1])e=this.compare(t,n[1])<0?[t,n[1]]:[t];else if("end"===i&&n[0])e=this.compare(t,n[0])>0?[n[0],t]:[];else{if(!r)return this.sHoverValue.length&&this.setState({sHoverValue:[]}),e;e=this.compare(t,r)<0?[t,r]:[r,t]}return this.fireHoverValueChange(e),e},onToday:function(){var t=Object(U["e"])(this.sValue[0]),e=t.clone().add(1,"months");this.setState({sValue:[t,e]})},onOpenTimePicker:function(){this.setState({sShowTimePicker:!0})},onCloseTimePicker:function(){this.setState({sShowTimePicker:!1})},onOk:function(){var t=this.sSelectedValue;this.isAllowedDateAndTime(t)&&this.__emit("ok",t)},onStartInputChange:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=["left"].concat(e);return oe.apply(this,r)},onEndInputChange:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=["right"].concat(e);return oe.apply(this,r)},onStartInputSelect:function(t){var e=["left",t,{source:"dateInputSelect"}];return oe.apply(this,e)},onEndInputSelect:function(t){var e=["right",t,{source:"dateInputSelect"}];return oe.apply(this,e)},onStartValueChange:function(t){var e=[].concat(Gt()(this.sValue));return e[0]=t,this.fireValueChange(e)},onEndValueChange:function(t){var e=[].concat(Gt()(this.sValue));return e[1]=t,this.fireValueChange(e)},onStartPanelChange:function(t,e){var n=this.sMode,r=this.sValue,i=[e,n[1]],a=[t||r[0],r[1]];this.__emit("panelChange",a,i);var o={sPanelTriggerSource:"start"};Object(u["s"])(this,"mode")||(o.sMode=i),this.setState(o)},onEndPanelChange:function(t,e){var n=this.sMode,r=this.sValue,i=[n[0],e],a=[r[0],t||r[1]];this.__emit("panelChange",a,i);var o={sPanelTriggerSource:"end"};Object(u["s"])(this,"mode")||(o.sMode=i),this.setState(o)},getStartValue:function(){var t=this.$data,e=t.sSelectedValue,n=t.sShowTimePicker,r=t.sValue,i=t.sMode,a=t.sPanelTriggerSource,o=r[0];return e[0]&&this.$props.timePicker&&(o=o.clone(),Object(U["h"])(e[0],o)),n&&e[0]&&(o=e[0]),"end"===a&&"date"===i[0]&&"date"===i[1]&&o.isSame(r[1],"month")&&(o=o.clone().subtract(1,"month")),o},getEndValue:function(){var t=this.$data,e=t.sSelectedValue,n=t.sShowTimePicker,r=t.sValue,i=t.sMode,a=t.sPanelTriggerSource,o=r[1]?r[1].clone():r[0].clone().add(1,"month");return e[1]&&this.$props.timePicker&&Object(U["h"])(e[1],o),n&&(o=e[1]?e[1]:this.getStartValue()),!n&&"end"!==a&&"date"===i[0]&&"date"===i[1]&&o.isSame(r[0],"month")&&(o=o.clone().add(1,"month")),o},getEndDisableTime:function(){var t=this.sSelectedValue,e=this.sValue,n=this.disabledTime,r=n(t,"end")||{},i=t&&t[0]||e[0].clone();if(!t[1]||i.isSame(t[1],"day")){var a=i.hour(),o=i.minute(),s=i.second(),c=r.disabledHours,l=r.disabledMinutes,u=r.disabledSeconds,h=l?l():[],f=u?u():[];return c=ae(a,c),l=ae(o,l),u=ae(s,u),{disabledHours:function(){return c},disabledMinutes:function(t){return t===a?l:h},disabledSeconds:function(t,e){return t===a&&e===o?u:f}}}return r},isAllowedDateAndTime:function(t){return Object(U["g"])(t[0],this.disabledDate,this.disabledStartTime)&&Object(U["g"])(t[1],this.disabledDate,this.disabledEndTime)},isMonthYearPanelShow:function(t){return["month","year","decade"].indexOf(t)>-1},hasSelectedValue:function(){var t=this.sSelectedValue;return!!t[1]&&!!t[0]},compare:function(t,e){return this.timePicker?t.diff(e):t.diff(e,"days")},fireSelectValueChange:function(t,e,n){var r=this.timePicker,i=this.prevSelectedValue;if(r){var a=Object(u["l"])(r);if(a.defaultValue){var o=a.defaultValue;!i[0]&&t[0]&&Object(U["h"])(o[0],t[0]),!i[1]&&t[1]&&Object(U["h"])(o[1],t[1])}}if(!this.sSelectedValue[0]||!this.sSelectedValue[1]){var s=t[0]||p()(),c=t[1]||s.clone().add(1,"months");this.setState({sSelectedValue:t,sValue:t&&2===t.length?re([s,c]):this.sValue})}t[0]&&!t[1]&&(this.setState({firstSelectedValue:t[0]}),this.fireHoverValueChange(t.concat())),this.__emit("change",t),(e||t[0]&&t[1])&&(this.setState({prevSelectedValue:t,firstSelectedValue:null}),this.fireHoverValueChange([]),this.__emit("select",t,n)),Object(u["s"])(this,"selectedValue")||this.setState({sSelectedValue:t})},fireValueChange:function(t){Object(u["s"])(this,"value")||this.setState({sValue:t}),this.__emit("valueChange",t)},fireHoverValueChange:function(t){Object(u["s"])(this,"hoverValue")||this.setState({sHoverValue:t}),this.__emit("hoverChange",t)},clear:function(){this.fireSelectValueChange([],!0),this.__emit("clear")},disabledStartTime:function(t){return this.disabledTime(t,"start")},disabledEndTime:function(t){return this.disabledTime(t,"end")},disabledStartMonth:function(t){var e=this.sValue;return t.isAfter(e[1],"month")},disabledEndMonth:function(t){var e=this.sValue;return t.isBefore(e[0],"month")}},render:function(){var t,e,n=arguments[0],r=Object(u["l"])(this),i=r.prefixCls,a=r.dateInputPlaceholder,o=r.timePicker,s=r.showOk,c=r.locale,l=r.showClear,h=r.showToday,f=r.type,d=r.seperator,p=Object(u["g"])(this,"clearIcon"),v=this.sHoverValue,g=this.sSelectedValue,m=this.sMode,y=this.sShowTimePicker,b=this.sValue,_=(t={},w()(t,i,1),w()(t,i+"-hidden",!r.visible),w()(t,i+"-range",1),w()(t,i+"-show-time-picker",y),w()(t,i+"-week-number",r.showWeekNumber),t),x={props:r,on:Object(u["k"])(this)},k={props:{selectedValue:g},on:{select:this.onSelect,dayHover:"start"===f&&g[1]||"end"===f&&g[0]||v.length?this.onDayHover:te}},C=void 0,S=void 0;if(a)if(Array.isArray(a)){var T=Kt()(a,2);C=T[0],S=T[1]}else C=S=a;var O=!0===s||!1!==s&&!!o,M=(e={},w()(e,i+"-footer",!0),w()(e,i+"-range-bottom",!0),w()(e,i+"-footer-show-ok",O),e),E=this.getStartValue(),A=this.getEndValue(),P=Object(U["e"])(E),L=P.month(),I=P.year(),j=E.year()===I&&E.month()===L||A.year()===I&&A.month()===L,z=E.clone().add(1,"months"),D=z.year()===A.year()&&z.month()===A.month(),N=Object(u["x"])(x,k,{props:{hoverValue:v,direction:"left",disabledTime:this.disabledStartTime,disabledMonth:this.disabledStartMonth,format:this.getFormat(),value:E,mode:m[0],placeholder:C,showDateInput:this.showDateInput,timePicker:o,showTimePicker:y||"time"===m[0],enablePrev:!0,enableNext:!D||this.isMonthYearPanelShow(m[1]),clearIcon:p},on:{inputChange:this.onStartInputChange,inputSelect:this.onStartInputSelect,valueChange:this.onStartValueChange,panelChange:this.onStartPanelChange}}),R=Object(u["x"])(x,k,{props:{hoverValue:v,direction:"right",format:this.getFormat(),timePickerDisabledTime:this.getEndDisableTime(),placeholder:S,value:A,mode:m[1],showDateInput:this.showDateInput,timePicker:o,showTimePicker:y||"time"===m[1],disabledTime:this.disabledEndTime,disabledMonth:this.disabledEndMonth,enablePrev:!D||this.isMonthYearPanelShow(m[0]),enableNext:!0,clearIcon:p},on:{inputChange:this.onEndInputChange,inputSelect:this.onEndInputSelect,valueChange:this.onEndValueChange,panelChange:this.onEndPanelChange}}),V=null;if(h){var F=Object(u["x"])(x,{props:{disabled:j,value:b[0],text:c.backToToday},on:{today:this.onToday}});V=n(q,B()([{key:"todayButton"},F]))}var H=null;if(r.timePicker){var $=Object(u["x"])(x,{props:{showTimePicker:y||"time"===m[0]&&"time"===m[1],timePickerDisabled:!this.hasSelectedValue()||v.length},on:{openTimePicker:this.onOpenTimePicker,closeTimePicker:this.onCloseTimePicker}});H=n(X,B()([{key:"timePickerButton"},$]))}var W=null;if(O){var K=Object(u["x"])(x,{props:{okDisabled:!this.isAllowedDateAndTime(g)||!this.hasSelectedValue()||v.length},on:{ok:this.onOk}});W=n(Y,B()([{key:"okButtonNode"},K]))}var G=this.renderFooter(m);return n("div",{ref:"rootInstance",class:_,attrs:{tabIndex:"0"},on:{keydown:this.onKeyDown}},[r.renderSidebar(),n("div",{class:i+"-panel"},[l&&g[0]&&g[1]?n("a",{attrs:{role:"button",title:c.clear},on:{click:this.clear}},[p||n("span",{class:i+"-clear-btn"})]):null,n("div",{class:i+"-date-panel",on:{mouseleave:"both"!==f?this.onDatePanelLeave:te,mouseenter:"both"!==f?this.onDatePanelEnter:te}},[n(Jt,N),n("span",{class:i+"-range-middle"},[d]),n(Jt,R)]),n("div",{class:M},[h||r.timePicker||O||G?n("div",{class:i+"-footer-btn"},[G,V,H,W]):null])])])}},ce=se,le=n("1b2b"),ue=n.n(le),he=n("7571"),fe=function(){return{name:c["a"].string,transitionName:c["a"].string,prefixCls:c["a"].string,inputPrefixCls:c["a"].string,format:c["a"].oneOfType([c["a"].string,c["a"].array,c["a"].func]),disabled:c["a"].bool,allowClear:c["a"].bool,suffixIcon:c["a"].any,popupStyle:c["a"].object,dropdownClassName:c["a"].string,locale:c["a"].any,localeCode:c["a"].string,size:c["a"].oneOf(["large","small","default"]),getCalendarContainer:c["a"].func,open:c["a"].bool,disabledDate:c["a"].func,showToday:c["a"].bool,dateRender:c["a"].any,pickerClass:c["a"].string,pickerInputClass:c["a"].string,timePicker:c["a"].any,autoFocus:c["a"].bool,tagPrefixCls:c["a"].string,tabIndex:c["a"].oneOfType([c["a"].string,c["a"].number]),align:c["a"].object.def((function(){return{}})),inputReadOnly:c["a"].bool,valueFormat:c["a"].string}},de=function(){return{value:Bt["b"],defaultValue:Bt["b"],defaultPickerValue:Bt["b"],renderExtraFooter:c["a"].any,placeholder:c["a"].string}},pe=function(){return i()({},fe(),de(),{showTime:c["a"].oneOfType([c["a"].object,c["a"].bool]),open:c["a"].bool,disabledTime:c["a"].func,mode:c["a"].oneOf(["time","date","month","year","decade"])})},ve=function(){return i()({},fe(),de(),{placeholder:c["a"].string,monthCellContentRender:c["a"].func})},ge=function(){return i()({},fe(),{tagPrefixCls:c["a"].string,value:Bt["c"],defaultValue:Bt["c"],defaultPickerValue:Bt["c"],timePicker:c["a"].any,showTime:c["a"].oneOfType([c["a"].object,c["a"].bool]),ranges:c["a"].object,placeholder:c["a"].arrayOf(String),mode:c["a"].oneOfType([c["a"].string,c["a"].arrayOf(String)]),separator:c["a"].any,disabledTime:c["a"].func,showToday:c["a"].bool,renderExtraFooter:c["a"].any})},me=function(){return i()({},fe(),de(),{placeholder:c["a"].string})},ye={functional:!0,render:function(t,e){var n=e.props,r=n.suffixIcon,i=n.prefixCls;return(r&&Object(u["w"])(r)?Object(h["a"])(r,{class:i+"-picker-icon"}):t("span",{class:i+"-picker-icon"},[r]))||t(Lt["a"],{attrs:{type:"calendar"},class:i+"-picker-icon"})}};function be(){}function _e(t,e){var n=Kt()(t,2),r=n[0],i=n[1];if(r||i){if(e&&"month"===e[0])return[r,i];var a=i&&i.isSame(r,"month")?i.clone().add(1,"month"):i;return[r,a]}}function xe(t){if(t)return Array.isArray(t)?t:[t,t.clone().add(1,"month")]}function we(t){return!!Array.isArray(t)&&(0===t.length||t.every((function(t){return!t})))}function ke(t,e){if(e&&t&&0!==t.length){var n=Kt()(t,2),r=n[0],i=n[1];r&&r.locale(e),i&&i.locale(e)}}var Ce={name:"ARangePicker",mixins:[l["a"]],model:{prop:"value",event:"change"},props:Object(u["t"])(ge(),{allowClear:!0,showToday:!1,separator:"~"}),inject:{configProvider:{default:function(){return It["a"]}}},data:function(){var t=this.value||this.defaultValue||[],e=Kt()(t,2),n=e[0],r=e[1];if(n&&!Object(jt["a"])(d).isMoment(n)||r&&!Object(jt["a"])(d).isMoment(r))throw new Error("The value/defaultValue of RangePicker must be a moment object array after `antd@2.0`, see: https://u.ant.design/date-picker-value");var i=!t||we(t)?this.defaultPickerValue:t;return{sValue:t,sShowDate:xe(i||Object(jt["a"])(d)()),sOpen:this.open,sHoverValue:[]}},watch:{value:function(t){var e=t||[],n={sValue:e};ue()(t,this.sValue)||(n=i()({},n,{sShowDate:_e(e,this.mode)||this.sShowDate})),this.setState(n)},open:function(t){var e={sOpen:t};this.setState(e)},sOpen:function(t,e){var n=this;this.$nextTick((function(){Object(u["s"])(n,"open")||!e||t||n.focus()}))}},methods:{setValue:function(t,e){this.handleChange(t),!e&&this.showTime||Object(u["s"])(this,"open")||this.setState({sOpen:!1})},clearSelection:function(t){t.preventDefault(),t.stopPropagation(),this.setState({sValue:[]}),this.handleChange([])},clearHoverValue:function(){this.setState({sHoverValue:[]})},handleChange:function(t){Object(u["s"])(this,"value")||this.setState((function(e){var n=e.sShowDate;return{sValue:t,sShowDate:_e(t)||n}})),t[0]&&t[1]&&t[0].diff(t[1])>0&&(t[1]=void 0);var e=Kt()(t,2),n=e[0],r=e[1];this.$emit("change",t,[zt(n,this.format),zt(r,this.format)])},handleOpenChange:function(t){Object(u["s"])(this,"open")||this.setState({sOpen:t}),!1===t&&this.clearHoverValue(),this.$emit("openChange",t)},handleShowDateChange:function(t){this.setState({sShowDate:t})},handleHoverChange:function(t){this.setState({sHoverValue:t})},handleRangeMouseLeave:function(){this.sOpen&&this.clearHoverValue()},handleCalendarInputSelect:function(t){var e=Kt()(t,1),n=e[0];n&&this.setState((function(e){var n=e.sShowDate;return{sValue:t,sShowDate:_e(t)||n}}))},handleRangeClick:function(t){"function"===typeof t&&(t=t()),this.setValue(t,!0),this.$emit("ok",t),this.$emit("openChange",!1)},onMouseEnter:function(t){this.$emit("mouseenter",t)},onMouseLeave:function(t){this.$emit("mouseleave",t)},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},renderFooter:function(){var t=this,e=this.$createElement,n=this.ranges,r=this.$scopedSlots,i=this.$slots,a=this._prefixCls,o=this._tagPrefixCls,s=this.renderExtraFooter||r.renderExtraFooter||i.renderExtraFooter;if(!n&&!s)return null;var c=s?e("div",{class:a+"-footer-extra",key:"extra"},["function"===typeof s?s():s]):null,l=n&&Object.keys(n).map((function(r){var i=n[r],a="function"===typeof i?i.call(t):i;return e(he["a"],{key:r,attrs:{prefixCls:o,color:"blue"},on:{click:function(){return t.handleRangeClick(i)},mouseenter:function(){return t.setState({sHoverValue:a})},mouseleave:t.handleRangeMouseLeave}},[r])})),u=l&&l.length>0?e("div",{class:a+"-footer-extra "+a+"-range-quick-selector",key:"range"},[l]):null;return[u,c]}},render:function(){var t,e=this,n=arguments[0],r=Object(u["l"])(this),a=Object(u["g"])(this,"suffixIcon");a=Array.isArray(a)?a[0]:a;var o=this.sValue,s=this.sShowDate,c=this.sHoverValue,l=this.sOpen,h=this.$scopedSlots,f=Object(u["k"])(this),d=f.calendarChange,p=void 0===d?be:d,v=f.ok,g=void 0===v?be:v,m=f.focus,y=void 0===m?be:m,b=f.blur,_=void 0===b?be:b,x=f.panelChange,k=void 0===x?be:x,C=r.prefixCls,S=r.tagPrefixCls,T=r.popupStyle,O=r.disabledDate,M=r.disabledTime,E=r.showTime,A=r.showToday,P=r.ranges,L=r.locale,I=r.localeCode,j=r.format,z=r.separator,D=r.inputReadOnly,N=this.configProvider.getPrefixCls,R=N("calendar",C),V=N("tag",S);this._prefixCls=R,this._tagPrefixCls=V;var F=r.dateRender||h.dateRender;ke(o,I),ke(s,I);var H=Pt()((t={},w()(t,R+"-time",E),w()(t,R+"-range-with-ranges",P),t)),B={on:{change:this.handleChange}},U={on:{ok:this.handleChange},props:{}};r.timePicker?B.on.change=function(t){return e.handleChange(t)}:U={on:{},props:{}},"mode"in r&&(U.props.mode=r.mode);var $=Array.isArray(r.placeholder)?r.placeholder[0]:L.lang.rangePlaceholder[0],q=Array.isArray(r.placeholder)?r.placeholder[1]:L.lang.rangePlaceholder[1],W=Object(u["x"])(U,{props:{separator:z,format:j,prefixCls:R,renderFooter:this.renderFooter,timePicker:r.timePicker,disabledDate:O,disabledTime:M,dateInputPlaceholder:[$,q],locale:L.lang,dateRender:F,value:s,hoverValue:c,showToday:A,inputReadOnly:D},on:{change:p,ok:g,valueChange:this.handleShowDateChange,hoverChange:this.handleHoverChange,panelChange:k,inputSelect:this.handleCalendarInputSelect},class:H,scopedSlots:h}),Y=n(ce,W),K={};r.showTime&&(K.width="350px");var X=Kt()(o,2),G=X[0],Z=X[1],Q=!r.disabled&&r.allowClear&&o&&(G||Z)?n(Lt["a"],{attrs:{type:"close-circle",theme:"filled"},class:R+"-picker-clear",on:{click:this.clearSelection}}):null,J=n(ye,{attrs:{suffixIcon:a,prefixCls:R}}),tt=function(t){var e=t.value,i=Kt()(e,2),a=i[0],o=i[1];return n("span",{class:r.pickerInputClass},[n("input",{attrs:{disabled:r.disabled,readOnly:!0,placeholder:$,tabIndex:-1},domProps:{value:zt(a,r.format)},class:R+"-range-picker-input"}),n("span",{class:R+"-range-picker-separator"},[" ",z," "]),n("input",{attrs:{disabled:r.disabled,readOnly:!0,placeholder:q,tabIndex:-1},domProps:{value:zt(o,r.format)},class:R+"-range-picker-input"}),Q,J])},et=Object(u["x"])({props:r,on:f},B,{props:{calendar:Y,value:o,open:l,prefixCls:R+"-picker-container"},on:{openChange:this.handleOpenChange},style:T,scopedSlots:i()({default:tt},h)});return n("span",{ref:"picker",class:r.pickerClass,style:K,attrs:{tabIndex:r.disabled?-1:0},on:{focus:y,blur:_,mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave}},[n(Et,et)])}};function Se(t,e){return t&&t.format(e)||""}function Te(){}var Oe={name:"AWeekPicker",mixins:[l["a"]],model:{prop:"value",event:"change"},props:Object(u["t"])(me(),{format:"gggg-wo",allowClear:!0}),inject:{configProvider:{default:function(){return It["a"]}}},data:function(){var t=this.value||this.defaultValue;if(t&&!Object(jt["a"])(d).isMoment(t))throw new Error("The value/defaultValue of WeekPicker or MonthPicker must be a moment object");return{_value:t,_open:this.open}},watch:{value:function(t){var e={_value:t};this.setState(e),this.prevState=i()({},this.$data,e)},open:function(t){var e={_open:t};this.setState(e),this.prevState=i()({},this.$data,e)},_open:function(t,e){var n=this;this.$nextTick((function(){Object(u["s"])(n,"open")||!e||t||n.focus()}))}},mounted:function(){this.prevState=i()({},this.$data)},updated:function(){var t=this;this.$nextTick((function(){Object(u["s"])(t,"open")||!t.prevState._open||t._open||t.focus()}))},methods:{weekDateRender:function(t){var e=this.$createElement,n=this.$data._value,r=this._prefixCls,i=this.$scopedSlots,a=this.dateRender||i.dateRender,o=a?a(t):t.date();return n&&t.year()===n.year()&&t.week()===n.week()?e("div",{class:r+"-selected-day"},[e("div",{class:r+"-date"},[o])]):e("div",{class:r+"-date"},[o])},handleChange:function(t){Object(u["s"])(this,"value")||this.setState({_value:t}),this.$emit("change",t,Se(t,this.format))},handleOpenChange:function(t){Object(u["s"])(this,"open")||this.setState({_open:t}),this.$emit("openChange",t)},clearSelection:function(t){t.preventDefault(),t.stopPropagation(),this.handleChange(null)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderFooter:function(){var t=this.$createElement,e=this._prefixCls,n=this.$scopedSlots,r=this.renderExtraFooter||n.renderExtraFooter;return r?t("div",{class:e+"-footer-extra"},[r.apply(void 0,arguments)]):null}},render:function(){var t=arguments[0],e=Object(u["l"])(this),n=Object(u["g"])(this,"suffixIcon");n=Array.isArray(n)?n[0]:n;var r=this.prefixCls,a=this.disabled,o=this.pickerClass,s=this.popupStyle,c=this.pickerInputClass,l=this.format,h=this.allowClear,f=this.locale,d=this.localeCode,p=this.disabledDate,v=this.defaultPickerValue,g=this.$data,m=this.$scopedSlots,y=Object(u["k"])(this),b=this.configProvider.getPrefixCls,_=b("calendar",r);this._prefixCls=_;var x=g._value,w=g._open,k=y.focus,C=void 0===k?Te:k,S=y.blur,T=void 0===S?Te:S;x&&d&&x.locale(d);var O=Object(u["s"])(this,"placeholder")?this.placeholder:f.lang.placeholder,M=this.dateRender||m.dateRender||this.weekDateRender,E=t(pt,{attrs:{showWeekNumber:!0,dateRender:M,prefixCls:_,format:l,locale:f.lang,showDateInput:!1,showToday:!1,disabledDate:p,renderFooter:this.renderFooter,defaultValue:v}}),A=!a&&h&&g._value?t(Lt["a"],{attrs:{type:"close-circle",theme:"filled"},class:_+"-picker-clear",on:{click:this.clearSelection}}):null,P=t(ye,{attrs:{suffixIcon:n,prefixCls:_}}),L=function(e){var n=e.value;return t("span",{style:{display:"inline-block",width:"100%"}},[t("input",{ref:"input",attrs:{disabled:a,readOnly:!0,placeholder:O},domProps:{value:n&&n.format(l)||""},class:c,on:{focus:C,blur:T}}),A,P])},I={props:i()({},e,{calendar:E,prefixCls:_+"-picker-container",value:x,open:w}),on:i()({},y,{change:this.handleChange,openChange:this.handleOpenChange}),style:s,scopedSlots:i()({default:L},m)};return t("span",{class:o},[t(Et,I)])}},Me=n("db14"),Ee=Wt(i()({},Nt(pt,pe()),{name:"ADatePicker"}),pe(),"date"),Ae=Wt(i()({},Nt(gt,ve()),{name:"AMonthPicker"}),ve(),"month");i()(Ee,{RangePicker:Wt(Ce,ge(),"date"),MonthPicker:Ae,WeekPicker:Wt(Oe,me(),"week")}),Ee.install=function(t){t.use(Me["a"]),t.component(Ee.name,Ee),t.component(Ee.RangePicker.name,Ee.RangePicker),t.component(Ee.MonthPicker.name,Ee.MonthPicker),t.component(Ee.WeekPicker.name,Ee.WeekPicker)};e["a"]=Ee},"0c47":function(t,e,n){"use strict";var r=n("da84"),i=n("d44e");i(r.JSON,"JSON",!0)},"0c63":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("9b57"),u=n.n(l),h=n("4d26"),f=n.n(h),d=n("3a9b6"),p=n("2adb"),v={primaryColor:"#333",secondaryColor:"#E6E6E6"},g={name:"AntdIcon",props:["type","primaryColor","secondaryColor"],displayName:"IconVue",definitions:new p["a"],data:function(){return{twoToneColorPalette:v}},add:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];e.forEach((function(t){g.definitions.set(Object(p["f"])(t.name,t.theme),t)}))},clear:function(){g.definitions.clear()},get:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:v;if(t){var n=g.definitions.get(t);return n&&"function"===typeof n.icon&&(n=o()({},n,{icon:n.icon(e.primaryColor,e.secondaryColor)})),n}},setTwoToneColors:function(t){var e=t.primaryColor,n=t.secondaryColor;v.primaryColor=e,v.secondaryColor=n||Object(p["c"])(e)},getTwoToneColors:function(){return o()({},v)},render:function(t){var e=this.$props,n=e.type,r=e.primaryColor,i=e.secondaryColor,a=void 0,s=v;if(r&&(s={primaryColor:r,secondaryColor:i||Object(p["c"])(r)}),Object(p["d"])(n))a=n;else if("string"===typeof n&&(a=g.get(n,s),!a))return null;return a?(a&&"function"===typeof a.icon&&(a=o()({},a,{icon:a.icon(s.primaryColor,s.secondaryColor)})),Object(p["b"])(t,a.icon,"svg-"+a.name,{attrs:{"data-icon":a.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},on:this.$listeners})):(Object(p["e"])("type should be string or icon definiton, but got "+n),null)},install:function(t){t.component(g.name,g)}},m=g,y=m,b=n("4d91"),_=n("8e8e"),x=n.n(_),w=n("daa3"),k=new Set;function C(t){var e=t.scriptUrl,n=t.extraCommonProps,r=void 0===n?{}:n;if("undefined"!==typeof document&&"undefined"!==typeof window&&"function"===typeof document.createElement&&"string"===typeof e&&e.length&&!k.has(e)){var i=document.createElement("script");i.setAttribute("src",e),i.setAttribute("data-namespace",e),k.add(e),document.body.appendChild(i)}var a={functional:!0,name:"AIconfont",props:B.props,render:function(t,e){var n=e.props,i=e.slots,a=e.listeners,o=e.data,s=n.type,c=x()(n,["type"]),l=i(),u=l["default"],h=null;s&&(h=t("use",{attrs:{"xlink:href":"#"+s}})),u&&(h=u);var f=Object(w["x"])(r,o,{props:c,on:a});return t(B,f,[h])}};return a}var S=n("6a21"),T={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"},O=/-fill$/,M=/-o$/,E=/-twotone$/;function A(t){var e=null;return O.test(t)?e="filled":M.test(t)?e="outlined":E.test(t)&&(e="twoTone"),e}function P(t){return t.replace(O,"").replace(M,"").replace(E,"")}function L(t,e){var n=t;return"filled"===e?n+="-fill":"outlined"===e?n+="-o":"twoTone"===e?n+="-twotone":Object(S["a"])(!1,"Icon","This icon '"+t+"' has unknown theme '"+e+"'"),n}function I(t){var e=t;switch(t){case"cross":e="close";break;case"interation":e="interaction";break;case"canlendar":e="calendar";break;case"colum-height":e="column-height";break;default:}return Object(S["a"])(e===t,"Icon","Icon '"+t+"' was a typo and is now deprecated, please use '"+e+"' instead."),e}var j=n("e5cd");function z(t){return y.setTwoToneColors({primaryColor:t})}function D(){var t=y.getTwoToneColors();return t.primaryColor}var N=n("db14");y.add.apply(y,u()(Object.keys(d).filter((function(t){return"default"!==t})).map((function(t){return d[t]})))),z("#1890ff");var R="outlined",V=void 0;function F(t,e,n){var r,a=n.$props,s=n.$slots,l=Object(w["k"])(n),u=a.type,h=a.component,d=a.viewBox,p=a.spin,v=a.theme,g=a.twoToneColor,m=a.rotate,b=a.tabIndex,_=Object(w["c"])(s["default"]);_=0===_.length?void 0:_,Object(S["a"])(Boolean(u||h||_),"Icon","Icon should have `type` prop or `component` prop or `children`.");var x=f()((r={},c()(r,"anticon",!0),c()(r,"anticon-"+u,!!u),r)),k=f()(c()({},"anticon-spin",!!p||"loading"===u)),C=m?{msTransform:"rotate("+m+"deg)",transform:"rotate("+m+"deg)"}:void 0,O={attrs:o()({},T,{viewBox:d}),class:k,style:C};d||delete O.attrs.viewBox;var M=function(){if(h)return t(h,O,[_]);if(_){Object(S["a"])(Boolean(d)||1===_.length&&"use"===_[0].tag,"Icon","Make sure that you provide correct `viewBox` prop (default `0 0 1024 1024`) to the icon.");var e={attrs:o()({},T),class:k,style:C};return t("svg",i()([e,{attrs:{viewBox:d}}]),[_])}if("string"===typeof u){var n=u;if(v){var r=A(u);Object(S["a"])(!r||v===r,"Icon","The icon name '"+u+"' already specify a theme '"+r+"', the 'theme' prop '"+v+"' will be ignored.")}return n=L(P(I(n)),V||v||R),t(y,{attrs:{focusable:"false",type:n,primaryColor:g},class:k,style:C})}},E=b;void 0===E&&"click"in l&&(E=-1);var j={attrs:{"aria-label":u&&e.icon+": "+u,tabIndex:E},on:l,class:x,staticClass:""};return t("i",j,[M()])}var H={name:"AIcon",props:{tabIndex:b["a"].number,type:b["a"].string,component:b["a"].any,viewBox:b["a"].any,spin:b["a"].bool.def(!1),rotate:b["a"].number,theme:b["a"].oneOf(["filled","outlined","twoTone"]),twoToneColor:b["a"].string,role:b["a"].string},render:function(t){var e=this;return t(j["a"],{attrs:{componentName:"Icon"},scopedSlots:{default:function(n){return F(t,n,e)}}})}};H.createFromIconfontCN=C,H.getTwoToneColor=D,H.setTwoToneColor=z,H.install=function(t){t.use(N["a"]),t.component(H.name,H)};var B=e["a"]=H},"0ca8":function(t,e,n){var r=n("e74a").getUint64,i=function(t){var e=new DataView(t.buffer,t.byteOffset,t.byteLength),n={version:t[0],flags:new Uint8Array(t.subarray(1,4)),references:[],referenceId:e.getUint32(4),timescale:e.getUint32(8)},i=12;0===n.version?(n.earliestPresentationTime=e.getUint32(i),n.firstOffset=e.getUint32(i+4),i+=8):(n.earliestPresentationTime=r(t.subarray(i)),n.firstOffset=r(t.subarray(i+8)),i+=16),i+=2;var a=e.getUint16(i);for(i+=2;a>0;i+=12,a--)n.references.push({referenceType:(128&t[i])>>>7,referencedSize:2147483647&e.getUint32(i),subsegmentDuration:e.getUint32(i+4),startsWithSap:!!(128&t[i+8]),sapType:(112&t[i+8])>>>4,sapDeltaTime:268435455&e.getUint32(i+8)});return n};t.exports=i},"0cb2":function(t,e,n){"use strict";var r=n("e330"),i=n("7b0b"),a=Math.floor,o=r("".charAt),s=r("".replace),c=r("".slice),l=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,r,h,f){var d=n+t.length,p=r.length,v=u;return void 0!==h&&(h=i(h),v=l),s(f,v,(function(i,s){var l;switch(o(s,0)){case"$":return"$";case"&":return t;case"`":return c(e,0,n);case"'":return c(e,d);case"<":l=h[c(s,1,-1)];break;default:var u=+s;if(0===u)return i;if(u>p){var f=a(u/10);return 0===f?i:f<=p?void 0===r[f-1]?o(s,1):r[f-1]+o(s,1):i}l=r[u-1]}return void 0===l?"":l}))}},"0ccb":function(t,e,n){"use strict";var r=n("e330"),i=n("50c4"),a=n("577e"),o=n("1148"),s=n("1d80"),c=r(o),l=r("".slice),u=Math.ceil,h=function(t){return function(e,n,r){var o,h,f=a(s(e)),d=i(n),p=f.length,v=void 0===r?" ":a(r);return d<=p||""===v?f:(o=d-p,h=c(v,u(o/v.length)),h.length>o&&(h=l(h,0,o)),t?f+h:h+f)}};t.exports={start:h(!1),end:h(!0)}},"0cdd":function(t,e){window.MutationObserver||(window.MutationObserver=function(t){function e(t){this.i=[],this.m=t}function n(t){(function n(){var r=t.takeRecords();r.length&&t.m(r,t),t.h=setTimeout(n,e._period)})()}function r(e){var n,r={type:null,target:null,addedNodes:[],removedNodes:[],previousSibling:null,nextSibling:null,attributeName:null,attributeNamespace:null,oldValue:null};for(n in e)r[n]!==t&&e[n]!==t&&(r[n]=e[n]);return r}function i(t,e){var n=l(t,e);return function(i){var a=i.length;if(e.a&&3===t.nodeType&&t.nodeValue!==n.a&&i.push(new r({type:"characterData",target:t,oldValue:n.a})),e.b&&n.b&&s(i,t,n.b,e.f),e.c||e.g)var o=c(i,t,n,e);(o||i.length!==a)&&(n=l(t,e))}}function a(t,e){return e.value}function o(t,e){return"style"!==e.name?e.value:t.style.cssText}function s(e,n,i,a){for(var o,s,c={},l=n.attributes,u=l.length;u--;)o=l[u],s=o.name,a&&a[s]===t||(v(n,o)!==i[s]&&e.push(r({type:"attributes",target:n,attributeName:s,oldValue:i[s],attributeNamespace:o.namespaceURI})),c[s]=!0);for(s in i)c[s]||e.push(r({target:n,type:"attributes",attributeName:s,oldValue:i[s]}))}function c(e,n,i,a){function o(t,n,i,o,l){var u,h,f,d=t.length-1;for(l=-~((d-l)/2);f=t.pop();)u=i[f.j],h=o[f.l],a.c&&l&&Math.abs(f.j-f.l)>=d&&(e.push(r({type:"childList",target:n,addedNodes:[u],removedNodes:[u],nextSibling:u.nextSibling,previousSibling:u.previousSibling})),l--),a.b&&h.b&&s(e,u,h.b,a.f),a.a&&3===u.nodeType&&u.nodeValue!==h.a&&e.push(r({type:"characterData",target:u,oldValue:h.a})),a.g&&c(u,h)}function c(n,i){for(var h,f,p,v,g,m=n.childNodes,y=i.c,b=m.length,_=y?y.length:0,x=0,w=0,k=0;w<b||k<_;)v=m[w],g=(p=y[k])&&p.node,v===g?(a.b&&p.b&&s(e,v,p.b,a.f),a.a&&p.a!==t&&v.nodeValue!==p.a&&e.push(r({type:"characterData",target:v,oldValue:p.a})),f&&o(f,n,m,y,x),a.g&&(v.childNodes.length||p.c&&p.c.length)&&c(v,p),w++,k++):(l=!0,h||(h={},f=[]),v&&(h[p=u(v)]||(h[p]=!0,-1===(p=d(y,v,k,"node"))?a.c&&(e.push(r({type:"childList",target:n,addedNodes:[v],nextSibling:v.nextSibling,previousSibling:v.previousSibling})),x++):f.push({j:w,l:p})),w++),g&&g!==m[w]&&(h[p=u(g)]||(h[p]=!0,-1===(p=d(m,g,w))?a.c&&(e.push(r({type:"childList",target:i.node,removedNodes:[g],nextSibling:y[k+1],previousSibling:y[k-1]})),x--):f.push({j:p,l:k})),k++));f&&o(f,n,m,y,x)}var l;return c(n,i),l}function l(t,e){var n=!0;return function t(r){var i={node:r};return!e.a||3!==r.nodeType&&8!==r.nodeType?(e.b&&n&&1===r.nodeType&&(i.b=f(r.attributes,(function(t,n){return e.f&&!e.f[n.name]||(t[n.name]=v(r,n)),t}),{})),n&&(e.c||e.a||e.b&&e.g)&&(i.c=h(r.childNodes,t)),n=e.g):i.a=r.nodeValue,i}(t)}function u(t){try{return t.id||(t.mo_id=t.mo_id||g++)}catch(e){try{return t.nodeValue}catch(n){return g++}}}function h(t,e){for(var n=[],r=0;r<t.length;r++)n[r]=e(t[r],r,t);return n}function f(t,e,n){for(var r=0;r<t.length;r++)n=e(n,t[r],r,t);return n}function d(t,e,n,r){for(;n<t.length;n++)if((r?t[n][r]:t[n])===e)return n;return-1}e._period=30,e.prototype={observe:function(t,e){for(var r={b:!!(e.attributes||e.attributeFilter||e.attributeOldValue),c:!!e.childList,g:!!e.subtree,a:!(!e.characterData&&!e.characterDataOldValue)},a=this.i,o=0;o<a.length;o++)a[o].s===t&&a.splice(o,1);e.attributeFilter&&(r.f=f(e.attributeFilter,(function(t,e){return t[e]=!0,t}),{})),a.push({s:t,o:i(t,r)}),this.h||n(this)},takeRecords:function(){for(var t=[],e=this.i,n=0;n<e.length;n++)e[n].o(t);return t},disconnect:function(){this.i=[],clearTimeout(this.h),this.h=null}};var p=document.createElement("i");p.style.top=0;var v=(p="null"!=p.attributes.style.value)?a:o,g=1;return e}(void 0))},"0cfb":function(t,e,n){"use strict";var r=n("83ab"),i=n("d039"),a=n("cc12");t.exports=!r&&!i((function(){return 7!==Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},"0d24":function(t,e,n){(function(t){var r=n("2b3e"),i=n("07c7"),a=e&&!e.nodeType&&e,o=a&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===a,c=s?r.Buffer:void 0,l=c?c.isBuffer:void 0,u=l||i;t.exports=u}).call(this,n("62e4")(t))},"0d26":function(t,e,n){"use strict";var r=n("e330"),i=Error,a=r("".replace),o=function(t){return String(new i(t).stack)}("zxcasd"),s=/\n\s*at [^:]*:[^\n]*/,c=s.test(o);t.exports=function(t,e){if(c&&"string"==typeof t&&!i.prepareStackTrace)while(e--)t=a(t,s,"");return t}},"0d51":function(t,e,n){"use strict";var r=String;t.exports=function(t){try{return r(t)}catch(e){return"Object"}}},"0df6":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"0e54":function(t,e,n){var r=n("3053"),i=r.Global,a=r.trim;t.exports={name:"cookieStorage",read:s,write:l,each:c,remove:u,clearAll:h};var o=i.document;function s(t){if(!t||!f(t))return null;var e="(?:^|.*;\\s*)"+escape(t).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=\\s*((?:[^;](?!;))*[^;]?).*";return unescape(o.cookie.replace(new RegExp(e),"$1"))}function c(t){for(var e=o.cookie.split(/; ?/g),n=e.length-1;n>=0;n--)if(a(e[n])){var r=e[n].split("="),i=unescape(r[0]),s=unescape(r[1]);t(s,i)}}function l(t,e){t&&(o.cookie=escape(t)+"="+escape(e)+"; expires=Tue, 19 Jan 2038 03:14:07 GMT; path=/")}function u(t){t&&f(t)&&(o.cookie=escape(t)+"=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/")}function h(){c((function(t,e){u(e)}))}function f(t){return new RegExp("(?:^|;\\s*)"+escape(t).replace(/[\-\.\+\*]/g,"\\$&")+"\\s*\\=").test(o.cookie)}},"0f0f":function(t,e,n){var r=n("8eeb"),i=n("9934");function a(t,e){return t&&r(e,i(e),t)}t.exports=a},"0f5c":function(t,e,n){var r=n("159a");function i(t,e,n){return null==t?t:r(t,e,n)}t.exports=i},"0ff2":function(t,e,n){(function(t,e){e(n("c1df"))})(0,(function(t){"use strict";
//! moment.js locale configuration
var e=t.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return e}))},"100e":function(t,e,n){var r=n("cd9d"),i=n("2286"),a=n("c1c9");function o(t,e){return a(i(t,e,r),t+"")}t.exports=o},1041:function(t,e,n){var r=n("8eeb"),i=n("a029");function a(t,e){return r(t,i(t),e)}t.exports=a},"107c":function(t,e,n){"use strict";var r=n("d039"),i=n("da84"),a=i.RegExp;t.exports=r((function(){var t=a("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},1098:function(t,e,n){"use strict";e.__esModule=!0;var r=n("17ed"),i=c(r),a=n("f893"),o=c(a),s="function"===typeof o.default&&"symbol"===typeof i.default?function(t){return typeof t}:function(t){return t&&"function"===typeof o.default&&t.constructor===o.default&&t!==o.default.prototype?"symbol":typeof t};function c(t){return t&&t.__esModule?t:{default:t}}e.default="function"===typeof o.default&&"symbol"===s(i.default)?function(t){return"undefined"===typeof t?"undefined":s(t)}:function(t){return t&&"function"===typeof o.default&&t.constructor===o.default&&t!==o.default.prototype?"symbol":"undefined"===typeof t?"undefined":s(t)}},"10d1":function(t,e,n){"use strict";n("0094")},"10db":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},1148:function(t,e,n){"use strict";var r=n("5926"),i=n("577e"),a=n("1d80"),o=RangeError;t.exports=function(t){var e=i(a(this)),n="",s=r(t);if(s<0||s===1/0)throw new o("Wrong number of repetitions");for(;s>0;(s>>>=1)&&(e+=e))1&s&&(n+=e);return n}},1180:function(t,e){var n,r,i,a,o,s,c,l=9e4;n=function(t){return t*l},r=function(t,e){return t*e},i=function(t){return t/l},a=function(t,e){return t/e},o=function(t,e){return n(a(t,e))},s=function(t,e){return r(i(t),e)},c=function(t,e,n){return i(n?t:t-e)},t.exports={ONE_SECOND_IN_TS:l,secondsToVideoTs:n,secondsToAudioTs:r,videoTsToSeconds:i,audioTsToSeconds:a,audioTsToVideoTs:o,videoTsToAudioTs:s,metadataTsToSeconds:c}},"126d":function(t,e,n){var r=n("6da8"),i=n("aaec"),a=n("d094");function o(t){return i(t)?a(t):r(t)}t.exports=o},1273:function(t,e,n){"use strict";n("b2a3"),n("1b98")},1276:function(t,e,n){"use strict";var r=n("c65b"),i=n("e330"),a=n("d784"),o=n("825a"),s=n("7234"),c=n("1d80"),l=n("4840"),u=n("8aa5"),h=n("50c4"),f=n("577e"),d=n("dc4a"),p=n("14c3"),v=n("9f7f"),g=n("d039"),m=v.UNSUPPORTED_Y,y=4294967295,b=Math.min,_=i([].push),x=i("".slice),w=!g((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),k="c"==="abbc".split(/(b)*/)[1]||4!=="test".split(/(?:)/,-1).length||2!=="ab".split(/(?:ab)*/).length||4!==".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length;a("split",(function(t,e,n){var i="0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:r(e,this,t,n)}:e;return[function(e,n){var a=c(this),o=s(e)?void 0:d(e,t);return o?r(o,e,a,n):r(i,f(a),e,n)},function(t,r){var a=o(this),s=f(t);if(!k){var c=n(i,a,s,r,i!==e);if(c.done)return c.value}var d=l(a,RegExp),v=a.unicode,g=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(m?"g":"y"),w=new d(m?"^(?:"+a.source+")":a,g),C=void 0===r?y:r>>>0;if(0===C)return[];if(0===s.length)return null===p(w,s)?[s]:[];var S=0,T=0,O=[];while(T<s.length){w.lastIndex=m?0:T;var M,E=p(w,m?x(s,T):s);if(null===E||(M=b(h(w.lastIndex+(m?T:0)),s.length))===S)T=u(s,T,v);else{if(_(O,x(s,S,T)),O.length===C)return O;for(var A=1;A<=E.length-1;A++)if(_(O,E[A]),O.length===C)return O;T=S=M}}return _(O,x(s,S)),O}]}),k||!w,m)},1290:function(t,e){function n(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}t.exports=n},"129d":function(t,e,n){"use strict";n.d(e,"a",(function(){return h}));var r="undefined"!==typeof window,i=r&&window.navigator.userAgent.toLowerCase(),a=i&&i.indexOf("msie 9.0")>0;function o(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}var s=o("text,number,password,search,email,tel,url");function c(t){t.target.composing=!0}function l(t){t.target.composing&&(t.target.composing=!1,u(t.target,"input"))}function u(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function h(t){return t.directive("ant-input",{inserted:function(t,e,n){("textarea"===n.tag||s(t.type))&&(e.modifiers&&e.modifiers.lazy||(t.addEventListener("compositionstart",c),t.addEventListener("compositionend",l),t.addEventListener("change",l),a&&(t.vmodel=!0)))}})}a&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&u(t,"input")})),e["b"]={install:function(t){h(t)}}},"129f":function(t,e,n){"use strict";t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!==t&&e!==e}},"12a8":function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("eb1d"),o=n("59ed"),s=n("7b0b"),c=n("9bf2");i&&r({target:"Object",proto:!0,forced:a},{__defineGetter__:function(t,e){c.f(s(this),t,{get:o(e),enumerable:!0,configurable:!0})}})},"130f":function(t,e,n){"use strict";n("e20c"),n("0402")},1310:function(t,e){function n(t){return null!=t&&"object"==typeof t}t.exports=n},"131a":function(t,e,n){"use strict";var r=n("23e7"),i=n("d2bb");r({target:"Object",stat:!0},{setPrototypeOf:i})},"134b":function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n("4039"),a=r(i),o=n("320c"),s=r(o),c=!0,l=!1,u=["altKey","bubbles","cancelable","ctrlKey","currentTarget","eventPhase","metaKey","shiftKey","target","timeStamp","view","type"];function h(t){return null===t||void 0===t}var f=[{reg:/^key/,props:["char","charCode","key","keyCode","which"],fix:function(t,e){h(t.which)&&(t.which=h(e.charCode)?e.keyCode:e.charCode),void 0===t.metaKey&&(t.metaKey=t.ctrlKey)}},{reg:/^touch/,props:["touches","changedTouches","targetTouches"]},{reg:/^hashchange$/,props:["newURL","oldURL"]},{reg:/^gesturechange$/i,props:["rotation","scale"]},{reg:/^(mousewheel|DOMMouseScroll)$/,props:[],fix:function(t,e){var n=void 0,r=void 0,i=void 0,a=e.wheelDelta,o=e.axis,s=e.wheelDeltaY,c=e.wheelDeltaX,l=e.detail;a&&(i=a/120),l&&(i=0-(l%3===0?l/3:l)),void 0!==o&&(o===t.HORIZONTAL_AXIS?(r=0,n=0-i):o===t.VERTICAL_AXIS&&(n=0,r=i)),void 0!==s&&(r=s/120),void 0!==c&&(n=-1*c/120),n||r||(r=i),void 0!==n&&(t.deltaX=n),void 0!==r&&(t.deltaY=r),void 0!==i&&(t.delta=i)}},{reg:/^mouse|contextmenu|click|mspointer|(^DOMMouseScroll$)/i,props:["buttons","clientX","clientY","button","offsetX","relatedTarget","which","fromElement","toElement","offsetY","pageX","pageY","screenX","screenY"],fix:function(t,e){var n=void 0,r=void 0,i=void 0,a=t.target,o=e.button;return a&&h(t.pageX)&&!h(e.clientX)&&(n=a.ownerDocument||document,r=n.documentElement,i=n.body,t.pageX=e.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),t.pageY=e.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),t.which||void 0===o||(t.which=1&o?1:2&o?3:4&o?2:0),!t.relatedTarget&&t.fromElement&&(t.relatedTarget=t.fromElement===a?t.toElement:t.fromElement),t}}];function d(){return c}function p(){return l}function v(t){var e=t.type,n="function"===typeof t.stopPropagation||"boolean"===typeof t.cancelBubble;a["default"].call(this),this.nativeEvent=t;var r=p;"defaultPrevented"in t?r=t.defaultPrevented?d:p:"getPreventDefault"in t?r=t.getPreventDefault()?d:p:"returnValue"in t&&(r=t.returnValue===l?d:p),this.isDefaultPrevented=r;var i=[],o=void 0,s=void 0,c=void 0,h=u.concat();f.forEach((function(t){e.match(t.reg)&&(h=h.concat(t.props),t.fix&&i.push(t.fix))})),s=h.length;while(s)c=h[--s],this[c]=t[c];!this.target&&n&&(this.target=t.srcElement||document),this.target&&3===this.target.nodeType&&(this.target=this.target.parentNode),s=i.length;while(s)o=i[--s],o(this,t);this.timeStamp=t.timeStamp||Date.now()}var g=a["default"].prototype;(0,s["default"])(v.prototype,g,{constructor:v,preventDefault:function(){var t=this.nativeEvent;t.preventDefault?t.preventDefault():t.returnValue=l,g.preventDefault.call(this)},stopPropagation:function(){var t=this.nativeEvent;t.stopPropagation?t.stopPropagation():t.cancelBubble=c,g.stopPropagation.call(this)}}),e["default"]=v,t.exports=e["default"]},1368:function(t,e,n){var r=n("da03"),i=function(){var t=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function a(t){return!!i&&i in t}t.exports=a},1393:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("big")},{big:function(){return i(this,"big","","")}})},"13a6":function(t,e,n){"use strict";var r=Math.round;t.exports=function(t){var e=r(t);return e<0?0:e>255?255:255&e}},"13d0":function(t,e,n){},"13d2":function(t,e,n){"use strict";var r=n("e330"),i=n("d039"),a=n("1626"),o=n("1a2d"),s=n("83ab"),c=n("5e77").CONFIGURABLE,l=n("8925"),u=n("69f3"),h=u.enforce,f=u.get,d=String,p=Object.defineProperty,v=r("".slice),g=r("".replace),m=r([].join),y=s&&!i((function(){return 8!==p((function(){}),"length",{value:8}).length})),b=String(String).split("String"),_=t.exports=function(t,e,n){"Symbol("===v(d(e),0,7)&&(e="["+g(d(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!o(t,"name")||c&&t.name!==e)&&(s?p(t,"name",{value:e,configurable:!0}):t.name=e),y&&n&&o(n,"arity")&&t.length!==n.arity&&p(t,"length",{value:n.arity});try{n&&o(n,"constructor")&&n.constructor?s&&p(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(i){}var r=h(t);return o(r,"source")||(r.source=m(b,"string"==typeof e?e:"")),t};Function.prototype.toString=_((function(){return a(this)&&f(this).source||l(this)}),"toString")},"13d9":function(t,e){t.exports=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,n=[],r=0;r<t.rangeCount;r++)n.push(t.getRangeAt(r));switch(e.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":e.blur();break;default:e=null;break}return t.removeAllRanges(),function(){"Caret"===t.type&&t.removeAllRanges(),t.rangeCount||n.forEach((function(e){t.addRange(e)})),e&&e.focus()}}},"13e8":function(t,e){function n(t){var e=t.toString(16);return 1===e.length&&(e="0"+e),e}function r(t,e){return a("fff",t,e)}function i(t,e){return a("000",t,e)}function a(t,e,r,i,a){t=c(t),e=c(e),void 0===r&&(r=.5),void 0===i&&(i=1),void 0===a&&(a=1);var o=2*r-1,l=i-a,u=((o*l===-1?o:(o+l)/(1+o*l))+1)/2,h=1-u,f=s(t),d=s(e),p=Math.round(u*f[0]+h*d[0]),v=Math.round(u*f[1]+h*d[1]),g=Math.round(u*f[2]+h*d[2]);return"#"+n(p)+n(v)+n(g)}function o(t,e,n){return a(t,n||"fff",.5,e,1-e)}function s(t){t=c(t),3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]);var e=parseInt(t.slice(0,2),16),n=parseInt(t.slice(2,4),16),r=parseInt(t.slice(4,6),16);return[e,n,r]}function c(t){return t.replace("#","")}function l(t){var e=s(t),n=u.apply(0,e);return[n[0].toFixed(0),(100*n[1]).toFixed(3)+"%",(100*n[2]).toFixed(3)+"%"].join(",")}function u(t,e,n){var r=t/255,i=e/255,a=n/255,o=Math.max(r,i,a),s=Math.min(r,i,a),c=o-s,l=(o+s)/2,u=0,h=0;if(Math.abs(c)>1e-5){h=l<=.5?c/(o+s):c/(2-o-s);var f=(o-r)/c,d=(o-i)/c,p=(o-a)/c;u=r==o?p-d:i==o?2+f-p:4+d-f,u*=60,u<0&&(u+=360)}return[u,h,l]}t.exports={lighten:r,darken:i,mix:a,toNum3:s,rgb:o,rgbaToRgb:o,pad2:n,rgbToHsl:u,rrggbbToHsl:l}},"143c":function(t,e,n){"use strict";var r=n("74e8");r("Int32",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},1448:function(t,e,n){"use strict";var r=n("dfb9"),i=n("b6b7");t.exports=function(t,e){return r(i(t),e)}},"145e":function(t,e,n){"use strict";var r=n("7b0b"),i=n("23cb"),a=n("07fa"),o=n("083a"),s=Math.min;t.exports=[].copyWithin||function(t,e){var n=r(this),c=a(n),l=i(t,c),u=i(e,c),h=arguments.length>2?arguments[2]:void 0,f=s((void 0===h?c:i(h,c))-u,c-l),d=1;u<l&&l<u+f&&(d=-1,u+=f-1,l+=f-1);while(f-- >0)u in n?n[l]=n[u]:o(n,l),l+=d,u+=d;return n}},1462:function(t,e,n){"use strict";n.d(e,"b",(function(){return L}));var r=n("8e8e"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("0464"),u=n("4d91"),h=n("e90a"),f=n("b488"),d=n("18a7"),p=n("4d26"),v=n.n(p),g=n("2b89"),m=n("9b57"),y=n.n(m),b=n("6dd8"),_=n("a3a2"),x=n("7b05"),w=n("daa3"),k=!("undefined"===typeof window||!window.document||!window.document.createElement),C="menuitem-overflowed",S=.5;k&&n("0cdd");var T={name:"DOMWrap",mixins:[f["a"]],data:function(){return this.resizeObserver=null,this.mutationObserver=null,this.originalTotalWidth=0,this.overflowedItems=[],this.menuItemSizes=[],{lastVisibleIndex:void 0}},mounted:function(){var t=this;this.$nextTick((function(){if(t.setChildrenWidthAndResize(),1===t.level&&"horizontal"===t.mode){var e=t.$el;if(!e)return;t.resizeObserver=new b["a"]((function(e){e.forEach(t.setChildrenWidthAndResize)})),[].slice.call(e.children).concat(e).forEach((function(e){t.resizeObserver.observe(e)})),"undefined"!==typeof MutationObserver&&(t.mutationObserver=new MutationObserver((function(){t.resizeObserver.disconnect(),[].slice.call(e.children).concat(e).forEach((function(e){t.resizeObserver.observe(e)})),t.setChildrenWidthAndResize()})),t.mutationObserver.observe(e,{attributes:!1,childList:!0,subTree:!1}))}}))},beforeDestroy:function(){this.resizeObserver&&this.resizeObserver.disconnect(),this.mutationObserver&&this.mutationObserver.disconnect()},methods:{getMenuItemNodes:function(){var t=this.$props.prefixCls,e=this.$el;return e?[].slice.call(e.children).filter((function(e){return e.className.split(" ").indexOf(t+"-overflowed-submenu")<0})):[]},getOverflowedSubMenuItem:function(t,e,n){var r=this.$createElement,a=this.$props,o=a.overflowedIndicator,s=a.level,l=a.mode,u=a.prefixCls,h=a.theme;if(1!==s||"horizontal"!==l)return null;var f=this.$slots["default"][0],d=Object(w["m"])(f),p=(d.title,i()(d,["title"])),v=Object(w["i"])(f),m={},y=t+"-overflowed-indicator",b=t+"-overflowed-indicator";0===e.length&&!0!==n?m={display:"none"}:n&&(m={visibility:"hidden",position:"absolute"},y+="-placeholder",b+="-placeholder");var x=h?u+"-"+h:"",k={},C={};g["g"].props.forEach((function(t){void 0!==p[t]&&(k[t]=p[t])})),g["g"].on.forEach((function(t){void 0!==v[t]&&(C[t]=v[t])}));var S={props:c()({title:o,popupClassName:x},k,{eventKey:b,disabled:!1}),class:u+"-overflowed-submenu",key:y,style:m,on:C};return r(_["a"],S,[e])},setChildrenWidthAndResize:function(){if("horizontal"===this.mode){var t=this.$el;if(t){var e=t.children;if(e&&0!==e.length){var n=t.children[e.length-1];Object(g["i"])(n,"display","inline-block");var r=this.getMenuItemNodes(),i=r.filter((function(t){return t.className.split(" ").indexOf(C)>=0}));i.forEach((function(t){Object(g["i"])(t,"display","inline-block")})),this.menuItemSizes=r.map((function(t){return Object(g["c"])(t)})),i.forEach((function(t){Object(g["i"])(t,"display","none")})),this.overflowedIndicatorWidth=Object(g["c"])(t.children[t.children.length-1]),this.originalTotalWidth=this.menuItemSizes.reduce((function(t,e){return t+e}),0),this.handleResize(),Object(g["i"])(n,"display","none")}}}},handleResize:function(){var t=this;if("horizontal"===this.mode){var e=this.$el;if(e){var n=Object(g["c"])(e);this.overflowedItems=[];var r=0,i=void 0;this.originalTotalWidth>n+S&&(i=-1,this.menuItemSizes.forEach((function(e){r+=e,r+t.overflowedIndicatorWidth<=n&&(i+=1)}))),this.setState({lastVisibleIndex:i})}}},renderChildren:function(t){var e=this,n=this.$data.lastVisibleIndex,r=Object(w["f"])(this);return(t||[]).reduce((function(i,a,o){var s=a,c=Object(w["m"])(a).eventKey;if("horizontal"===e.mode){var l=e.getOverflowedSubMenuItem(c,[]);void 0!==n&&-1!==r[e.prefixCls+"-root"]&&(o>n&&(s=Object(x["a"])(a,{style:{display:"none"},props:{eventKey:c+"-hidden"},class:C})),o===n+1&&(e.overflowedItems=t.slice(n+1).map((function(t){return Object(x["a"])(t,{key:Object(w["m"])(t).eventKey,props:{mode:"vertical-left"}})})),l=e.getOverflowedSubMenuItem(c,e.overflowedItems)));var u=[].concat(y()(i),[l,s]);return o===t.length-1&&u.push(e.getOverflowedSubMenuItem(c,[],!0)),u}return[].concat(y()(i),[s])}),[])}},render:function(){var t=arguments[0],e=this.$props.tag,n={on:Object(w["k"])(this)};return t(e,n,[this.renderChildren(this.$slots["default"])])}};T.props={mode:u["a"].oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]),prefixCls:u["a"].string,level:u["a"].number,theme:u["a"].string,overflowedIndicator:u["a"].node,visible:u["a"].bool,hiddenClassName:u["a"].string,tag:u["a"].string.def("div")};var O=T;function M(t){return!t.length||t.every((function(t){return!!t.disabled}))}function E(t,e,n){var r=t.getState();t.setState({activeKey:c()({},r.activeKey,o()({},e,n))})}function A(t){return t.eventKey||"0-menu-"}function P(t,e){if(e){var n=this.instanceArrayKeyIndexMap[t];this.instanceArray[n]=e}}function L(t,e){var n=e,r=t.eventKey,i=t.defaultActiveFirst,a=t.children;if(void 0!==n&&null!==n){var o=void 0;if(Object(g["e"])(a,(function(t,e){var i=t.componentOptions.propsData||{};t&&!i.disabled&&n===Object(g["a"])(t,r,e)&&(o=!0)})),o)return n}return n=null,i?(Object(g["e"])(a,(function(t,e){var i=t.componentOptions.propsData||{},a=null===n||void 0===n;a&&t&&!i.disabled&&(n=Object(g["a"])(t,r,e))})),n):n}var I={name:"SubPopupMenu",props:Object(w["t"])({prefixCls:u["a"].string,openTransitionName:u["a"].string,openAnimation:u["a"].oneOfType([u["a"].string,u["a"].object]),openKeys:u["a"].arrayOf(u["a"].oneOfType([u["a"].string,u["a"].number])),visible:u["a"].bool,parentMenu:u["a"].object,eventKey:u["a"].string,store:u["a"].object,forceSubMenuRender:u["a"].bool,focusable:u["a"].bool,multiple:u["a"].bool,defaultActiveFirst:u["a"].bool,activeKey:u["a"].oneOfType([u["a"].string,u["a"].number]),selectedKeys:u["a"].arrayOf(u["a"].oneOfType([u["a"].string,u["a"].number])),defaultSelectedKeys:u["a"].arrayOf(u["a"].oneOfType([u["a"].string,u["a"].number])),defaultOpenKeys:u["a"].arrayOf(u["a"].oneOfType([u["a"].string,u["a"].number])),level:u["a"].number,mode:u["a"].oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]),triggerSubMenuAction:u["a"].oneOf(["click","hover"]),inlineIndent:u["a"].oneOfType([u["a"].number,u["a"].string]),manualRef:u["a"].func,itemIcon:u["a"].any,expandIcon:u["a"].any,overflowedIndicator:u["a"].any,children:u["a"].any.def([]),__propsSymbol__:u["a"].any},{prefixCls:"rc-menu",mode:"vertical",level:1,inlineIndent:24,visible:!0,focusable:!0,manualRef:g["h"]}),mixins:[f["a"]],created:function(){var t=Object(w["l"])(this);this.prevProps=c()({},t),t.store.setState({activeKey:c()({},t.store.getState().activeKey,o()({},t.eventKey,L(t,t.activeKey)))}),this.instanceArray=[]},mounted:function(){this.manualRef&&this.manualRef(this)},updated:function(){var t=Object(w["l"])(this),e=this.prevProps,n="activeKey"in t?t.activeKey:t.store.getState().activeKey[A(t)],r=L(t,n);if(r!==n)E(t.store,A(t),r);else if("activeKey"in e){var i=L(e,e.activeKey);r!==i&&E(t.store,A(t),r)}this.prevProps=c()({},t)},methods:{onKeyDown:function(t,e){var n=t.keyCode,r=void 0;if(this.getFlatInstanceArray().forEach((function(e){e&&e.active&&e.onKeyDown&&(r=e.onKeyDown(t))})),r)return 1;var i=null;return n!==d["a"].UP&&n!==d["a"].DOWN||(i=this.step(n===d["a"].UP?-1:1)),i?(t.preventDefault(),E(this.$props.store,A(this.$props),i.eventKey),"function"===typeof e&&e(i),1):void 0},onItemHover:function(t){var e=t.key,n=t.hover;E(this.$props.store,A(this.$props),n?e:null)},onDeselect:function(t){this.__emit("deselect",t)},onSelect:function(t){this.__emit("select",t)},onClick:function(t){this.__emit("click",t)},onOpenChange:function(t){this.__emit("openChange",t)},onDestroy:function(t){this.__emit("destroy",t)},getFlatInstanceArray:function(){return this.instanceArray},getOpenTransitionName:function(){return this.$props.openTransitionName},step:function(t){var e=this.getFlatInstanceArray(),n=this.$props.store.getState().activeKey[A(this.$props)],r=e.length;if(!r)return null;t<0&&(e=e.concat().reverse());var i=-1;if(e.every((function(t,e){return!t||t.eventKey!==n||(i=e,!1)})),this.defaultActiveFirst||-1===i||!M(e.slice(i,r-1))){var a=(i+1)%r,o=a;do{var s=e[o];if(s&&!s.disabled)return s;o=(o+1)%r}while(o!==a);return null}},getIcon:function(t,e){if(t.$createElement){var n=t[e];return void 0!==n?n:t.$slots[e]||t.$scopedSlots[e]}var r=Object(w["m"])(t)[e];if(void 0!==r)return r;var i=[],a=t.componentOptions||{};return(a.children||[]).forEach((function(t){t.data&&t.data.slot===e&&("template"===t.tag?i.push(t.children):i.push(t))})),i.length?i:void 0},renderCommonMenuItem:function(t,e,n){var r=this;if(void 0===t.tag)return t;var i=this.$props.store.getState(),a=this.$props,o=Object(g["a"])(t,a.eventKey,e),s=t.componentOptions.propsData||{},l=o===i.activeKey[A(this.$props)];s.disabled||(this.instanceArrayKeyIndexMap[o]=Object.keys(this.instanceArrayKeyIndexMap).length);var u=Object(w["i"])(t),h={props:c()({mode:s.mode||a.mode,level:a.level,inlineIndent:a.inlineIndent,renderMenuItem:this.renderMenuItem,rootPrefixCls:a.prefixCls,index:e,parentMenu:a.parentMenu,manualRef:s.disabled?g["h"]:P.bind(this,o),eventKey:o,active:!s.disabled&&l,multiple:a.multiple,openTransitionName:this.getOpenTransitionName(),openAnimation:a.openAnimation,subMenuOpenDelay:a.subMenuOpenDelay,subMenuCloseDelay:a.subMenuCloseDelay,forceSubMenuRender:a.forceSubMenuRender,builtinPlacements:a.builtinPlacements,itemIcon:this.getIcon(t,"itemIcon")||this.getIcon(this,"itemIcon"),expandIcon:this.getIcon(t,"expandIcon")||this.getIcon(this,"expandIcon")},n),on:{click:function(t){(u.click||g["h"])(t),r.onClick(t)},itemHover:this.onItemHover,openChange:this.onOpenChange,deselect:this.onDeselect,select:this.onSelect}};return("inline"===a.mode||Object(g["d"])())&&(h.props.triggerSubMenuAction="click"),Object(x["a"])(t,h)},renderMenuItem:function(t,e,n){if(!t)return null;var r=this.$props.store.getState(),i={openKeys:r.openKeys,selectedKeys:r.selectedKeys,triggerSubMenuAction:this.triggerSubMenuAction,isRootMenu:!1,subMenuKey:n};return this.renderCommonMenuItem(t,e,i)}},render:function(){var t=this,e=arguments[0],n=i()(this.$props,[]),r=n.eventKey,a=n.prefixCls,o=n.visible,s=n.level,c=n.mode,u=n.theme;this.instanceArray=[],this.instanceArrayKeyIndexMap={};var h=v()(n.prefixCls,n.prefixCls+"-"+n.mode),f={props:{tag:"ul",visible:o,prefixCls:a,level:s,mode:c,theme:u,overflowedIndicator:Object(w["g"])(this,"overflowedIndicator")},attrs:{role:n.role||"menu"},class:h,on:Object(l["a"])(Object(w["k"])(this),["click"])};return n.focusable&&(f.attrs.tabIndex="0",f.on.keydown=this.onKeyDown),e(O,f,[n.children.map((function(e,n){return t.renderMenuItem(e,n,r||"0-menu-")}))])}};e["a"]=Object(h["a"])()(I)},"14c3":function(t,e,n){"use strict";var r=n("c65b"),i=n("825a"),a=n("1626"),o=n("c6b6"),s=n("9263"),c=TypeError;t.exports=function(t,e){var n=t.exec;if(a(n)){var l=r(n,t,e);return null!==l&&i(l),l}if("RegExp"===o(t))return r(s,t,e);throw new c("RegExp#exec called on incompatible receiver")}},"14d9":function(t,e,n){"use strict";var r=n("23e7"),i=n("7b0b"),a=n("07fa"),o=n("3a34"),s=n("3511"),c=n("d039"),l=c((function(){return 4294967297!==[].push.call({length:4294967296},1)})),u=function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}},h=l||!u();r({target:"Array",proto:!0,arity:1,forced:h},{push:function(t){var e=i(this),n=a(e),r=arguments.length;s(n+r);for(var c=0;c<r;c++)e[n]=arguments[c],n++;return o(e,n),n}})},"14e1":function(t,e,n){},"14e5":function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b"),a=n("59ed"),o=n("f069"),s=n("e667"),c=n("2266"),l=n("5eed");r({target:"Promise",stat:!0,forced:l},{all:function(t){var e=this,n=o.f(e),r=n.resolve,l=n.reject,u=s((function(){var n=a(e.resolve),o=[],s=0,u=1;c(t,(function(t){var a=s++,c=!1;u++,i(n,e,t).then((function(t){c||(c=!0,o[a]=t,--u||r(o))}),l)})),--u||r(o)}));return u.error&&l(u.value),n.promise}})},1501:function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return u})),n.d(e,"d",(function(){return h})),n.d(e,"f",(function(){return f})),n.d(e,"e",(function(){return d}));var r=n("2cf8"),i=n("c1df"),a=n("6a21"),o=n("2768"),s=n.n(o),c={validator:function(t){return"string"===typeof t||s()(t)||i["isMoment"](t)}},l={validator:function(t){return!!Array.isArray(t)&&(0===t.length||-1===t.findIndex((function(t){return"string"!==typeof t}))||-1===t.findIndex((function(t){return!s()(t)&&!i["isMoment"](t)})))}},u={validator:function(t){return Array.isArray(t)?0===t.length||-1===t.findIndex((function(t){return"string"!==typeof t}))||-1===t.findIndex((function(t){return!s()(t)&&!i["isMoment"](t)})):"string"===typeof t||s()(t)||i["isMoment"](t)}};function h(t,e,n,o){var s=Array.isArray(e)?e:[e];s.forEach((function(e){e&&(o&&Object(a["a"])(Object(r["a"])(i)(e,o).isValid(),t,"When set `valueFormat`, `"+n+"` should provides invalidate string time. "),!o&&Object(a["a"])(Object(r["a"])(i).isMoment(e)&&e.isValid(),t,"`"+n+"` provides invalidate moment time. If you want to set empty value, use `null` instead."))}))}var f=function(t,e){return Array.isArray(t)?t.map((function(t){return"string"===typeof t&&t?Object(r["a"])(i)(t,e):t||null})):"string"===typeof t&&t?Object(r["a"])(i)(t,e):t||null},d=function(t,e){return Array.isArray(t)?t.map((function(t){return Object(r["a"])(i).isMoment(t)?t.format(e):t})):Object(r["a"])(i).isMoment(t)?t.format(e):t}},"157a":function(t,e,n){"use strict";var r=n("da84"),i=n("83ab"),a=Object.getOwnPropertyDescriptor;t.exports=function(t){if(!i)return r[t];var e=a(r,t);return e&&e.value}},"159a":function(t,e,n){var r=n("32b3"),i=n("e2e4"),a=n("c098"),o=n("1a8c"),s=n("f4d6");function c(t,e,n,c){if(!o(t))return t;e=i(e,t);var l=-1,u=e.length,h=u-1,f=t;while(null!=f&&++l<u){var d=s(e[l]),p=n;if("__proto__"===d||"constructor"===d||"prototype"===d)return t;if(l!=h){var v=f[d];p=c?c(v,d,f):void 0,void 0===p&&(p=o(v)?v:a(e[l+1])?[]:{})}r(f,d,p),f=f[d]}return t}t.exports=c},"159b":function(t,e,n){"use strict";var r=n("da84"),i=n("fdbc"),a=n("785a"),o=n("17c2"),s=n("9112"),c=function(t){if(t&&t.forEach!==o)try{s(t,"forEach",o)}catch(e){t.forEach=o}};for(var l in i)i[l]&&c(r[l]&&r[l].prototype);c(a)},"15aa":function(t,e,n){},"15f3":function(t,e,n){var r=n("89d9"),i=n("8604");function a(t,e){return r(t,e,(function(e,n){return i(t,n)}))}t.exports=a},1609:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},"160c":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("4d91"),u=n("daa3"),h={prefixCls:l["a"].string,disabled:l["a"].bool.def(!1),checkedChildren:l["a"].any,unCheckedChildren:l["a"].any,tabIndex:l["a"].oneOfType([l["a"].string,l["a"].number]),checked:l["a"].bool.def(!1),defaultChecked:l["a"].bool.def(!1),autoFocus:l["a"].bool.def(!1),loadingIcon:l["a"].any},f=n("b488"),d={name:"VcSwitch",mixins:[f["a"]],model:{prop:"checked",event:"change"},props:i()({},h,{prefixCls:h.prefixCls.def("rc-switch")}),data:function(){var t=!1;return t=Object(u["s"])(this,"checked")?!!this.checked:!!this.defaultChecked,{stateChecked:t}},watch:{checked:function(t){this.stateChecked=t}},mounted:function(){var t=this;this.$nextTick((function(){var e=t.autoFocus,n=t.disabled;e&&!n&&t.focus()}))},methods:{setChecked:function(t,e){this.disabled||(Object(u["s"])(this,"checked")||(this.stateChecked=t),this.$emit("change",t,e))},handleClick:function(t){var e=!this.stateChecked;this.setChecked(e,t),this.$emit("click",e,t)},handleKeyDown:function(t){37===t.keyCode?this.setChecked(!1,t):39===t.keyCode&&this.setChecked(!0,t)},handleMouseUp:function(t){this.$refs.refSwitchNode&&this.$refs.refSwitchNode.blur(),this.$emit("mouseup",t)},focus:function(){this.$refs.refSwitchNode.focus()},blur:function(){this.$refs.refSwitchNode.blur()}},render:function(){var t,e=arguments[0],n=Object(u["l"])(this),r=n.prefixCls,a=n.disabled,s=n.loadingIcon,l=n.tabIndex,h=c()(n,["prefixCls","disabled","loadingIcon","tabIndex"]),f=this.stateChecked,d=(t={},o()(t,r,!0),o()(t,r+"-checked",f),o()(t,r+"-disabled",a),t),p={props:i()({},h),on:i()({},Object(u["k"])(this),{keydown:this.handleKeyDown,click:this.handleClick,mouseup:this.handleMouseUp}),attrs:{type:"button",role:"switch","aria-checked":f,disabled:a,tabIndex:l},class:d,ref:"refSwitchNode"};return e("button",p,[s,e("span",{class:r+"-inner"},[f?Object(u["g"])(this,"checkedChildren"):Object(u["g"])(this,"unCheckedChildren")])])}},p=d,v=n("a9d4"),g=n("0c63"),m=n("9cba"),y=n("db14"),b=n("6a21"),_={name:"ASwitch",__ANT_SWITCH:!0,model:{prop:"checked",event:"change"},props:{prefixCls:l["a"].string,size:l["a"].oneOf(["small","default","large"]),disabled:l["a"].bool,checkedChildren:l["a"].any,unCheckedChildren:l["a"].any,tabIndex:l["a"].oneOfType([l["a"].string,l["a"].number]),checked:l["a"].bool,defaultChecked:l["a"].bool,autoFocus:l["a"].bool,loading:l["a"].bool},inject:{configProvider:{default:function(){return m["a"]}}},methods:{focus:function(){this.$refs.refSwitchNode.focus()},blur:function(){this.$refs.refSwitchNode.blur()}},created:function(){Object(b["a"])(Object(u["b"])(this,"checked")||!Object(u["b"])(this,"value"),"Switch","`value` is not validate prop, do you mean `checked`?")},render:function(){var t,e=arguments[0],n=Object(u["l"])(this),r=n.prefixCls,a=n.size,s=n.loading,l=n.disabled,h=c()(n,["prefixCls","size","loading","disabled"]),f=this.configProvider.getPrefixCls,d=f("switch",r),m=(t={},o()(t,d+"-small","small"===a),o()(t,d+"-loading",s),t),y=s?e(g["a"],{attrs:{type:"loading"},class:d+"-loading-icon"}):null,b={props:i()({},h,{prefixCls:d,loadingIcon:y,checkedChildren:Object(u["g"])(this,"checkedChildren"),unCheckedChildren:Object(u["g"])(this,"unCheckedChildren"),disabled:l||s}),on:Object(u["k"])(this),class:m,ref:"refSwitchNode"};return e(v["a"],{attrs:{insertExtraNode:!0}},[e(p,b)])},install:function(t){t.use(y["a"]),t.component(_.name,_)}};e["a"]=_},1626:function(t,e,n){"use strict";var r="object"==typeof document&&document.all;t.exports="undefined"==typeof r&&void 0!==r?function(t){return"function"==typeof t||t===r}:function(t){return"function"==typeof t}},"170b":function(t,e,n){"use strict";var r=n("ebb5"),i=n("50c4"),a=n("23cb"),o=n("b6b7"),s=r.aTypedArray,c=r.exportTypedArrayMethod;c("subarray",(function(t,e){var n=s(this),r=n.length,c=a(t,r),l=o(n);return new l(n.buffer,n.byteOffset+c*n.BYTES_PER_ELEMENT,i((void 0===e?r:a(e,r))-c))}))},1727:function(t,e,n){t.exports={default:n("7d42"),__esModule:!0}},1787:function(t,e,n){"use strict";var r=n("861d");t.exports=function(t){return r(t)||null===t}},"17a3":function(t,e,n){"use strict";n.d(e,"i",(function(){return c})),n.d(e,"h",(function(){return l})),n.d(e,"d",(function(){return u})),n.d(e,"f",(function(){return h})),n.d(e,"e",(function(){return d})),n.d(e,"c",(function(){return p})),n.d(e,"g",(function(){return v})),n.d(e,"a",(function(){return g})),n.d(e,"b",(function(){return m}));var r=n("be09"),i=n.n(r),a={mp4:/^(av0?1|avc0?[1234]|vp0?9|flac|opus|mp3|mp4a|mp4v|stpp.ttml.im1t)/,webm:/^(vp0?[89]|av0?1|opus|vorbis)/,ogg:/^(vp0?[89]|theora|flac|opus|vorbis)/,video:/^(av0?1|avc0?[1234]|vp0?[89]|hvc1|hev1|theora|mp4v)/,audio:/^(mp4a|flac|vorbis|opus|ac-[34]|ec-3|alac|mp3|speex|aac)/,text:/^(stpp.ttml.im1t)/,muxerVideo:/^(avc0?1)/,muxerAudio:/^(mp4a)/,muxerText:/a^/},o=["video","audio","text"],s=["Video","Audio","Text"],c=function(t){return t?t.replace(/avc1\.(\d+)\.(\d+)/i,(function(t,e,n){var r=("00"+Number(e).toString(16)).slice(-2),i=("00"+Number(n).toString(16)).slice(-2);return"avc1."+r+"00"+i})):t},l=function(t){void 0===t&&(t="");var e=t.split(","),n=[];return e.forEach((function(t){var e;t=t.trim(),o.forEach((function(r){var i=a[r].exec(t.toLowerCase());if(i&&!(i.length<=1)){e=r;var o=t.substring(0,i[1].length),s=t.replace(o,"");n.push({type:o,details:s,mediaType:r})}})),e||n.push({type:t,details:"",mediaType:"unknown"})})),n},u=function(t,e){if(!t.mediaGroups.AUDIO||!e)return null;var n=t.mediaGroups.AUDIO[e];if(!n)return null;for(var r in n){var i=n[r];if(i.default&&i.playlists)return l(i.playlists[0].attributes.CODECS)}return null},h=function(t){return void 0===t&&(t=""),a.audio.test(t.trim().toLowerCase())},f=function(t){return void 0===t&&(t=""),a.text.test(t.trim().toLowerCase())},d=function(t){if(t&&"string"===typeof t){var e=t.toLowerCase().split(",").map((function(t){return c(t.trim())})),n="video";1===e.length&&h(e[0])?n="audio":1===e.length&&f(e[0])&&(n="application");var r="mp4";return e.every((function(t){return a.mp4.test(t)}))?r="mp4":e.every((function(t){return a.webm.test(t)}))?r="webm":e.every((function(t){return a.ogg.test(t)}))&&(r="ogg"),n+"/"+r+';codecs="'+t+'"'}},p=function(t){return void 0===t&&(t=""),i.a.MediaSource&&i.a.MediaSource.isTypeSupported&&i.a.MediaSource.isTypeSupported(d(t))||!1},v=function(t){return void 0===t&&(t=""),t.toLowerCase().split(",").every((function(t){t=t.trim();for(var e=0;e<s.length;e++){var n=s[e];if(a["muxer"+n].test(t))return!0}return!1}))},g="mp4a.40.2",m="avc1.4d400d"},"17ac":function(t,e,n){"use strict";n("b2a3"),n("02f8"),n("1efe")},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,i=n("a640"),a=i("forEach");t.exports=a?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},"17ed":function(t,e,n){t.exports={default:n("511f"),__esModule:!0}},"182d":function(t,e,n){"use strict";var r=n("f8cd"),i=RangeError;t.exports=function(t,e){var n=r(t);if(n%e)throw new i("Wrong offset");return n}},1836:function(t,e,n){var r=n("6ca1"),i=n("6438").f,a={}.toString,o="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return i(t)}catch(e){return o.slice()}};t.exports.f=function(t){return o&&"[object Window]"==a.call(t)?s(t):i(r(t))}},1838:function(t,e,n){var r=n("c05f"),i=n("9b02"),a=n("8604"),o=n("f608"),s=n("08cc"),c=n("20ec"),l=n("f4d6"),u=1,h=2;function f(t,e){return o(t)&&s(e)?c(l(t),e):function(n){var o=i(n,t);return void 0===o&&o===e?a(n,t):r(e,o,u|h)}}t.exports=f},"18a5":function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("anchor")},{anchor:function(t){return i(this,"a","name",t)}})},"18a7":function(t,e,n){"use strict";var r={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(t){var e=t.keyCode;if(t.altKey&&!t.ctrlKey||t.metaKey||e>=r.F1&&e<=r.F12)return!1;switch(e){case r.ALT:case r.CAPS_LOCK:case r.CONTEXT_MENU:case r.CTRL:case r.DOWN:case r.END:case r.ESC:case r.HOME:case r.INSERT:case r.LEFT:case r.MAC_FF_META:case r.META:case r.NUMLOCK:case r.NUM_CENTER:case r.PAGE_DOWN:case r.PAGE_UP:case r.PAUSE:case r.PRINT_SCREEN:case r.RIGHT:case r.SHIFT:case r.UP:case r.WIN_KEY:case r.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(t){if(t>=r.ZERO&&t<=r.NINE)return!0;if(t>=r.NUM_ZERO&&t<=r.NUM_MULTIPLY)return!0;if(t>=r.A&&t<=r.Z)return!0;if(-1!==window.navigation.userAgent.indexOf("WebKit")&&0===t)return!0;switch(t){case r.SPACE:case r.QUESTION_MARK:case r.NUM_PLUS:case r.NUM_MINUS:case r.NUM_PERIOD:case r.NUM_DIVISION:case r.SEMICOLON:case r.DASH:case r.EQUALS:case r.COMMA:case r.PERIOD:case r.SLASH:case r.APOSTROPHE:case r.SINGLE_QUOTE:case r.OPEN_SQUARE_BRACKET:case r.BACKSLASH:case r.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}};e["a"]=r},"18ce":function(t,e,n){"use strict";var r=n("1098"),i=n.n(r),a=n("c544"),o=n("3c55"),s=n.n(o),c=n("d41d"),l=0!==a["a"].endEvents.length,u=["Webkit","Moz","O","ms"],h=["-webkit-","-moz-","-o-","ms-",""];function f(t,e){for(var n=window.getComputedStyle(t,null),r="",i=0;i<h.length;i++)if(r=n.getPropertyValue(h[i]+e),r)break;return r}function d(t){if(l){var e=parseFloat(f(t,"transition-delay"))||0,n=parseFloat(f(t,"transition-duration"))||0,r=parseFloat(f(t,"animation-delay"))||0,i=parseFloat(f(t,"animation-duration"))||0,a=Math.max(n+e,i+r);t.rcEndAnimTimeout=setTimeout((function(){t.rcEndAnimTimeout=null,t.rcEndListener&&t.rcEndListener()}),1e3*a+200)}}function p(t){t.rcEndAnimTimeout&&(clearTimeout(t.rcEndAnimTimeout),t.rcEndAnimTimeout=null)}var v=function(t,e,n){var r="object"===("undefined"===typeof e?"undefined":i()(e)),o=r?e.name:e,l=r?e.active:e+"-active",u=n,h=void 0,f=void 0,v=s()(t);return n&&"[object Object]"===Object.prototype.toString.call(n)&&(u=n.end,h=n.start,f=n.active),t.rcEndListener&&t.rcEndListener(),t.rcEndListener=function(e){e&&e.target!==t||(t.rcAnimTimeout&&(Object(c["a"])(t.rcAnimTimeout),t.rcAnimTimeout=null),p(t),v.remove(o),v.remove(l),a["a"].removeEndEventListener(t,t.rcEndListener),t.rcEndListener=null,u&&u())},a["a"].addEndEventListener(t,t.rcEndListener),h&&h(),v.add(o),t.rcAnimTimeout=Object(c["b"])((function(){t.rcAnimTimeout=null,v.add(o),v.add(l),f&&Object(c["b"])(f,0),d(t)}),30),{stop:function(){t.rcEndListener&&t.rcEndListener()}}};v.style=function(t,e,n){t.rcEndListener&&t.rcEndListener(),t.rcEndListener=function(e){e&&e.target!==t||(t.rcAnimTimeout&&(Object(c["a"])(t.rcAnimTimeout),t.rcAnimTimeout=null),p(t),a["a"].removeEndEventListener(t,t.rcEndListener),t.rcEndListener=null,n&&n())},a["a"].addEndEventListener(t,t.rcEndListener),t.rcAnimTimeout=Object(c["b"])((function(){for(var n in e)e.hasOwnProperty(n)&&(t.style[n]=e[n]);t.rcAnimTimeout=null,d(t)}),0)},v.setTransition=function(t,e,n){var r=e,i=n;void 0===n&&(i=r,r=""),r=r||"",u.forEach((function(e){t.style[e+"Transition"+r]=i}))},v.isCssAnimationSupported=l,e["a"]=v},"18d8":function(t,e,n){var r=n("234d"),i=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,a=/\\(\\)?/g,o=r((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(i,(function(t,n,r,i){e.push(r?i.replace(a,"$1"):n||t)})),e}));t.exports=o},1913:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("fontsize")},{fontsize:function(t){return i(this,"font","size",t)}})},1917:function(t,e){e.f={}.propertyIsEnumerable},"197b":function(t,e,n){"use strict";var r=n("e065");r("species")},"19aa":function(t,e,n){"use strict";var r=n("3a9b"),i=TypeError;t.exports=function(t,e){if(r(e,t))return t;throw new i("Incorrect invocation")}},"19fa":function(t,e,n){var r=n("fc5e"),i=n("c901");t.exports=function(t){return function(e,n){var a,o,s=String(i(e)),c=r(n),l=s.length;return c<0||c>=l?t?"":void 0:(a=s.charCodeAt(c),a<55296||a>56319||c+1===l||(o=s.charCodeAt(c+1))<56320||o>57343?t?s.charAt(c):a:t?s.slice(c,c+2):o-56320+(a-55296<<10)+65536)}}},"1a14":function(t,e,n){var r=n("77e9"),i=n("faf5"),a=n("3397"),o=Object.defineProperty;e.f=n("0bad")?Object.defineProperty:function(t,e,n){if(r(t),e=a(e,!0),r(n),i)try{return o(t,e,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"1a2d":function(t,e,n){"use strict";var r=n("e330"),i=n("7b0b"),a=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return a(i(t),e)}},"1a2d0":function(t,e,n){var r=n("42a2"),i=n("1310"),a="[object Map]";function o(t){return i(t)&&r(t)==a}t.exports=o},"1a3b":function(t,e,n){},"1a62":function(t,e,n){"use strict";n("b2a3"),n("0242")},"1a8c":function(t,e){function n(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}t.exports=n},"1b2b":function(t,e){t.exports=function(t,e,n,r){var i=n?n.call(r,t,e):void 0;if(void 0!==i)return!!i;if(t===e)return!0;if("object"!==typeof t||!t||"object"!==typeof e||!e)return!1;var a=Object.keys(t),o=Object.keys(e);if(a.length!==o.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(e),c=0;c<a.length;c++){var l=a[c];if(!s(l))return!1;var u=t[l],h=e[l];if(i=n?n.call(r,u,h,l):void 0,!1===i||void 0===i&&u!==h)return!1}return!0}},"1b8d":function(t,e){function n(t){return t.replace(/\n\r?\s*/g,"")}t.exports=function(t){for(var e="",r=0;r<arguments.length;r++)e+=n(t[r])+(arguments[r+1]||"");return e}},"1b98":function(t,e,n){},"1bac":function(t,e,n){var r=n("7d1f"),i=n("a029"),a=n("9934");function o(t){return r(t,a,i)}t.exports=o},"1be4":function(t,e,n){"use strict";var r=n("d066");t.exports=r("document","documentElement")},"1bf2":function(t,e,n){"use strict";var r=n("23e7"),i=n("56ef");r({target:"Reflect",stat:!0},{ownKeys:i})},"1c3c":function(t,e,n){var r=n("9e69"),i=n("2474"),a=n("9638"),o=n("a2be"),s=n("edfa"),c=n("ac41"),l=1,u=2,h="[object Boolean]",f="[object Date]",d="[object Error]",p="[object Map]",v="[object Number]",g="[object RegExp]",m="[object Set]",y="[object String]",b="[object Symbol]",_="[object ArrayBuffer]",x="[object DataView]",w=r?r.prototype:void 0,k=w?w.valueOf:void 0;function C(t,e,n,r,w,C,S){switch(n){case x:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case _:return!(t.byteLength!=e.byteLength||!C(new i(t),new i(e)));case h:case f:case v:return a(+t,+e);case d:return t.name==e.name&&t.message==e.message;case g:case y:return t==e+"";case p:var T=s;case m:var O=r&l;if(T||(T=c),t.size!=e.size&&!O)return!1;var M=S.get(t);if(M)return M==e;r|=u,S.set(t,e);var E=o(T(t),T(e),r,w,C,S);return S["delete"](t),E;case b:if(k)return k.call(t)==k.call(e)}return!1}t.exports=C},"1c59":function(t,e,n){"use strict";var r=n("6d61"),i=n("6566");r("Set",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),i)},"1c7e":function(t,e,n){"use strict";var r=n("b622"),i=r("iterator"),a=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){a=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}t.exports=function(t,e){try{if(!e&&!a)return!1}catch(c){return!1}var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(c){}return n}},"1cdc":function(t,e,n){"use strict";var r=n("342f");t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},"1cec":function(t,e,n){var r=n("0b07"),i=n("2b3e"),a=r(i,"Promise");t.exports=a},"1d19":function(t,e,n){"use strict";var r=n("4d91");e["a"]=function(){return{trigger:r["a"].array.def(["hover"]),overlay:r["a"].any,visible:r["a"].bool,disabled:r["a"].bool,align:r["a"].object,getPopupContainer:r["a"].func,prefixCls:r["a"].string,transitionName:r["a"].string,placement:r["a"].oneOf(["topLeft","topCenter","topRight","bottomLeft","bottomCenter","bottomRight"]),overlayClassName:r["a"].string,overlayStyle:r["a"].object,forceRender:r["a"].bool,mouseEnterDelay:r["a"].number,mouseLeaveDelay:r["a"].number,openClassName:r["a"].string,minOverlayWidthMatchTrigger:r["a"].bool}}},"1d2b":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},"1d31":function(t,e,n){"use strict";n.r(e),n.d(e,"Tree",(function(){return _})),n.d(e,"TreeNode",(function(){return w["a"]}));var r=n("6042"),i=n.n(r),a=n("9b57"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d91"),u=n("4d26"),h=n.n(u),f=n("d96e"),d=n.n(f),p=n("daa3"),v=n("7b05"),g=n("b488"),m=n("58c1"),y=n("c9a4");function b(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e={};return t.forEach((function(t){e[t]=function(){this.needSyncKeys[t]=!0}})),e}var _={name:"Tree",mixins:[g["a"]],props:Object(p["t"])({prefixCls:l["a"].string,tabIndex:l["a"].oneOfType([l["a"].string,l["a"].number]),children:l["a"].any,treeData:l["a"].array,showLine:l["a"].bool,showIcon:l["a"].bool,icon:l["a"].oneOfType([l["a"].object,l["a"].func]),focusable:l["a"].bool,selectable:l["a"].bool,disabled:l["a"].bool,multiple:l["a"].bool,checkable:l["a"].oneOfType([l["a"].object,l["a"].bool]),checkStrictly:l["a"].bool,draggable:l["a"].bool,defaultExpandParent:l["a"].bool,autoExpandParent:l["a"].bool,defaultExpandAll:l["a"].bool,defaultExpandedKeys:l["a"].array,expandedKeys:l["a"].array,defaultCheckedKeys:l["a"].array,checkedKeys:l["a"].oneOfType([l["a"].array,l["a"].object]),defaultSelectedKeys:l["a"].array,selectedKeys:l["a"].array,loadData:l["a"].func,loadedKeys:l["a"].array,filterTreeNode:l["a"].func,openTransitionName:l["a"].string,openAnimation:l["a"].oneOfType([l["a"].string,l["a"].object]),switcherIcon:l["a"].any,_propsSymbol:l["a"].any},{prefixCls:"rc-tree",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[]}),data:function(){d()(this.$props.__propsSymbol__,"must pass __propsSymbol__"),d()(this.$props.children,"please use children prop replace slots.default"),this.needSyncKeys={},this.domTreeNodes={};var t={_posEntities:new Map,_keyEntities:new Map,_expandedKeys:[],_selectedKeys:[],_checkedKeys:[],_halfCheckedKeys:[],_loadedKeys:[],_loadingKeys:[],_treeNode:[],_prevProps:null,_dragOverNodeKey:"",_dropPosition:null,_dragNodesKeys:[]};return c()({},t,this.getDerivedState(Object(p["l"])(this),t))},provide:function(){return{vcTree:this}},watch:c()({},b(["treeData","children","expandedKeys","autoExpandParent","selectedKeys","checkedKeys","loadedKeys"]),{__propsSymbol__:function(){this.setState(this.getDerivedState(Object(p["l"])(this),this.$data)),this.needSyncKeys={}}}),methods:{getDerivedState:function(t,e){var n=e._prevProps,r={_prevProps:c()({},t)},i=this;function a(e){return!n&&e in t||n&&i.needSyncKeys[e]}var s=null;if(a("treeData")?s=Object(y["g"])(this.$createElement,t.treeData):a("children")&&(s=t.children),s){r._treeNode=s;var l=Object(y["h"])(s);r._keyEntities=l.keyEntities}var u=r._keyEntities||e._keyEntities;if(a("expandedKeys")||n&&a("autoExpandParent")?r._expandedKeys=t.autoExpandParent||!n&&t.defaultExpandParent?Object(y["f"])(t.expandedKeys,u):t.expandedKeys:!n&&t.defaultExpandAll?r._expandedKeys=[].concat(o()(u.keys())):!n&&t.defaultExpandedKeys&&(r._expandedKeys=t.autoExpandParent||t.defaultExpandParent?Object(y["f"])(t.defaultExpandedKeys,u):t.defaultExpandedKeys),t.selectable&&(a("selectedKeys")?r._selectedKeys=Object(y["d"])(t.selectedKeys,t):!n&&t.defaultSelectedKeys&&(r._selectedKeys=Object(y["d"])(t.defaultSelectedKeys,t))),t.checkable){var h=void 0;if(a("checkedKeys")?h=Object(y["m"])(t.checkedKeys)||{}:!n&&t.defaultCheckedKeys?h=Object(y["m"])(t.defaultCheckedKeys)||{}:s&&(h=Object(y["m"])(t.checkedKeys)||{checkedKeys:e._checkedKeys,halfCheckedKeys:e._halfCheckedKeys}),h){var f=h,d=f.checkedKeys,p=void 0===d?[]:d,v=f.halfCheckedKeys,g=void 0===v?[]:v;if(!t.checkStrictly){var m=Object(y["e"])(p,!0,u);p=m.checkedKeys,g=m.halfCheckedKeys}r._checkedKeys=p,r._halfCheckedKeys=g}}return a("loadedKeys")&&(r._loadedKeys=t.loadedKeys),r},onNodeDragStart:function(t,e){var n=this.$data._expandedKeys,r=e.eventKey,i=Object(p["p"])(e)["default"];this.dragNode=e,this.setState({_dragNodesKeys:Object(y["i"])("function"===typeof i?i():i,e),_expandedKeys:Object(y["b"])(n,r)}),this.__emit("dragstart",{event:t,node:e})},onNodeDragEnter:function(t,e){var n=this,r=this.$data._expandedKeys,i=e.pos,a=e.eventKey;if(this.dragNode&&e.$refs.selectHandle){var o=Object(y["c"])(t,e);this.dragNode.eventKey!==a||0!==o?setTimeout((function(){n.setState({_dragOverNodeKey:a,_dropPosition:o}),n.delayedDragEnterLogic||(n.delayedDragEnterLogic={}),Object.keys(n.delayedDragEnterLogic).forEach((function(t){clearTimeout(n.delayedDragEnterLogic[t])})),n.delayedDragEnterLogic[i]=setTimeout((function(){var i=Object(y["a"])(r,a);Object(p["s"])(n,"expandedKeys")||n.setState({_expandedKeys:i}),n.__emit("dragenter",{event:t,node:e,expandedKeys:i})}),400)}),0):this.setState({_dragOverNodeKey:"",_dropPosition:null})}},onNodeDragOver:function(t,e){var n=e.eventKey,r=this.$data,i=r._dragOverNodeKey,a=r._dropPosition;if(this.dragNode&&n===i&&e.$refs.selectHandle){var o=Object(y["c"])(t,e);if(o===a)return;this.setState({_dropPosition:o})}this.__emit("dragover",{event:t,node:e})},onNodeDragLeave:function(t,e){this.setState({_dragOverNodeKey:""}),this.__emit("dragleave",{event:t,node:e})},onNodeDragEnd:function(t,e){this.setState({_dragOverNodeKey:""}),this.__emit("dragend",{event:t,node:e}),this.dragNode=null},onNodeDrop:function(t,e){var n=this.$data,r=n._dragNodesKeys,i=void 0===r?[]:r,a=n._dropPosition,o=e.eventKey,s=e.pos;if(this.setState({_dragOverNodeKey:""}),-1===i.indexOf(o)){var c=Object(y["n"])(s),l={event:t,node:e,dragNode:this.dragNode,dragNodesKeys:i.slice(),dropPosition:a+Number(c[c.length-1]),dropToGap:!1};0!==a&&(l.dropToGap=!0),this.__emit("drop",l),this.dragNode=null}else d()(!1,"Can not drop to dragNode(include it's children node)")},onNodeClick:function(t,e){this.__emit("click",t,e)},onNodeDoubleClick:function(t,e){this.__emit("dblclick",t,e)},onNodeSelect:function(t,e){var n=this.$data._selectedKeys,r=this.$data._keyEntities,i=this.$props.multiple,a=Object(p["l"])(e),o=a.selected,s=a.eventKey,c=!o;n=c?i?Object(y["a"])(n,s):[s]:Object(y["b"])(n,s);var l=n.map((function(t){var e=r.get(t);return e?e.node:null})).filter((function(t){return t}));this.setUncontrolledState({_selectedKeys:n});var u={event:"select",selected:c,node:e,selectedNodes:l,nativeEvent:t};this.__emit("update:selectedKeys",n),this.__emit("select",n,u)},onNodeCheck:function(t,e,n){var r=this.$data,i=r._keyEntities,a=r._checkedKeys,o=r._halfCheckedKeys,s=this.$props.checkStrictly,c=Object(p["l"])(e),l=c.eventKey,u=void 0,h={event:"check",node:e,checked:n,nativeEvent:t};if(s){var f=n?Object(y["a"])(a,l):Object(y["b"])(a,l),d=Object(y["b"])(o,l);u={checked:f,halfChecked:d},h.checkedNodes=f.map((function(t){return i.get(t)})).filter((function(t){return t})).map((function(t){return t.node})),this.setUncontrolledState({_checkedKeys:f})}else{var v=Object(y["e"])([l],n,i,{checkedKeys:a,halfCheckedKeys:o}),g=v.checkedKeys,m=v.halfCheckedKeys;u=g,h.checkedNodes=[],h.checkedNodesPositions=[],h.halfCheckedKeys=m,g.forEach((function(t){var e=i.get(t);if(e){var n=e.node,r=e.pos;h.checkedNodes.push(n),h.checkedNodesPositions.push({node:n,pos:r})}})),this.setUncontrolledState({_checkedKeys:g,_halfCheckedKeys:m})}this.__emit("check",u,h)},onNodeLoad:function(t){var e=this;return new Promise((function(n){e.setState((function(r){var i=r._loadedKeys,a=void 0===i?[]:i,o=r._loadingKeys,s=void 0===o?[]:o,c=e.$props.loadData,l=Object(p["l"])(t),u=l.eventKey;if(!c||-1!==a.indexOf(u)||-1!==s.indexOf(u))return{};var h=c(t);return h.then((function(){var r=e.$data,i=r._loadedKeys,a=r._loadingKeys,o=Object(y["a"])(i,u),s=Object(y["b"])(a,u);e.__emit("load",o,{event:"load",node:t}),e.setUncontrolledState({_loadedKeys:o}),e.setState({_loadingKeys:s}),n()})),{_loadingKeys:Object(y["a"])(s,u)}}))}))},onNodeExpand:function(t,e){var n=this,r=this.$data._expandedKeys,i=this.$props.loadData,a=Object(p["l"])(e),o=a.eventKey,s=a.expanded,c=r.indexOf(o),l=!s;if(d()(s&&-1!==c||!s&&-1===c,"Expand state not sync with index check"),r=l?Object(y["a"])(r,o):Object(y["b"])(r,o),this.setUncontrolledState({_expandedKeys:r}),this.__emit("expand",r,{node:e,expanded:l,nativeEvent:t}),this.__emit("update:expandedKeys",r),l&&i){var u=this.onNodeLoad(e);return u?u.then((function(){n.setUncontrolledState({_expandedKeys:r})})):null}return null},onNodeMouseEnter:function(t,e){this.__emit("mouseenter",{event:t,node:e})},onNodeMouseLeave:function(t,e){this.__emit("mouseleave",{event:t,node:e})},onNodeContextMenu:function(t,e){t.preventDefault(),this.__emit("rightClick",{event:t,node:e})},setUncontrolledState:function(t){var e=!1,n={},r=Object(p["l"])(this);Object.keys(t).forEach((function(i){i.replace("_","")in r||(e=!0,n[i]=t[i])})),e&&this.setState(n)},registerTreeNode:function(t,e){e?this.domTreeNodes[t]=e:delete this.domTreeNodes[t]},isKeyChecked:function(t){var e=this.$data._checkedKeys,n=void 0===e?[]:e;return-1!==n.indexOf(t)},renderTreeNode:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=this.$data,i=r._keyEntities,a=r._expandedKeys,o=void 0===a?[]:a,s=r._selectedKeys,c=void 0===s?[]:s,l=r._halfCheckedKeys,u=void 0===l?[]:l,h=r._loadedKeys,f=void 0===h?[]:h,d=r._loadingKeys,p=void 0===d?[]:d,g=r._dragOverNodeKey,m=r._dropPosition,b=Object(y["k"])(n,e),_=t.key;return _||void 0!==_&&null!==_||(_=b),i.get(_)?Object(v["a"])(t,{props:{eventKey:_,expanded:-1!==o.indexOf(_),selected:-1!==c.indexOf(_),loaded:-1!==f.indexOf(_),loading:-1!==p.indexOf(_),checked:this.isKeyChecked(_),halfChecked:-1!==u.indexOf(_),pos:b,dragOver:g===_&&0===m,dragOverGapTop:g===_&&-1===m,dragOverGapBottom:g===_&&1===m},key:_}):(Object(y["o"])(),null)}},render:function(){var t=this,e=arguments[0],n=this.$data._treeNode,r=this.$props,a=r.prefixCls,o=r.focusable,s=r.showLine,c=r.tabIndex,l=void 0===c?0:c;return e("ul",{class:h()(a,i()({},a+"-show-line",s)),attrs:{role:"tree",unselectable:"on",tabIndex:o?l:null}},[Object(y["l"])(n,(function(e,n){return t.renderTreeNode(e,n)}))])}},x=Object(m["a"])(_),w=n("cdd1");_.TreeNode=w["a"],x.TreeNode=w["a"];e["default"]=x},"1d73":function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var i=r(n("7746"));e.generate=i.default;var a={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"};e.presetPrimaryColors=a;var o={};e.presetPalettes=o,Object.keys(a).forEach((function(t){o[t]=i.default(a[t]),o[t].primary=o[t][5]}));var s=o.red;e.red=s;var c=o.volcano;e.volcano=c;var l=o.gold;e.gold=l;var u=o.orange;e.orange=u;var h=o.yellow;e.yellow=h;var f=o.lime;e.lime=f;var d=o.green;e.green=d;var p=o.cyan;e.cyan=p;var v=o.blue;e.blue=v;var g=o.geekblue;e.geekblue=g;var m=o.purple;e.purple=m;var y=o.magenta;e.magenta=y;var b=o.grey;e.grey=b},"1d80":function(t,e,n){"use strict";var r=n("7234"),i=TypeError;t.exports=function(t){if(r(t))throw new i("Can't call method on "+t);return t}},"1d87":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("4d91"),c=n("daa3"),l=n("9cba"),u=s["a"].oneOfType([s["a"].number,s["a"].oneOf(["small","middle","large"])]),h={small:8,middle:16,large:24},f={prefixCls:s["a"].string,size:u,direction:s["a"].oneOf(["horizontal","vertical"]),align:s["a"].oneOf(["start","end","center","baseline"])},d={functional:!0,name:"ASpace",props:Object(c["t"])(f,{size:"small",direction:"horizontal"}),inject:{configProvider:{default:function(){return l["a"]}}},render:function(t,e){var n,r=e.prefixCls,a=e.injections.configProvider,s=e.children,l=e.props,u=l.align,f=l.size,d=l.direction,p=a.getPrefixCls,v=p("space",r),g=Object(c["c"])(s),m=g.length;if(0===m)return null;var y=void 0===u&&"horizontal"===d?"center":u,b=[(n={},o()(n,v,!0),o()(n,v+"-"+d,!0),o()(n,v+"-align-"+y,y),n)];e.data["class"]&&b.push(e.data["class"]);var _=v+"-item",x="marginRight";return t("div",i()([e.data,{class:b}]),[g.map((function(e,n){return t("div",{class:_,key:_+"-"+n,style:n===m-1?{}:o()({},"vertical"===d?"marginBottom":x,"string"===typeof f?h[f]+"px":f+"px")},[e])}))])},install:function(t){t.component(d.name,d)}};e["a"]=d},"1da1":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("d3b7");function r(t,e,n,r,i,a,o){try{var s=t[a](o),c=s.value}catch(l){return void n(l)}s.done?e(c):Promise.resolve(c).then(r,i)}function i(t){return function(){var e=this,n=arguments;return new Promise((function(i,a){var o=t.apply(e,n);function s(t){r(o,i,a,s,c,"next",t)}function c(t){r(o,i,a,s,c,"throw",t)}s(void 0)}))}}},"1dde":function(t,e,n){"use strict";var r=n("d039"),i=n("b622"),a=n("2d00"),o=i("species");t.exports=function(t){return a>=51||!r((function(){var e=[],n=e.constructor={};return n[o]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"1e25":function(t,e,n){"use strict";n("cad8");var r=n("23e7"),i=n("cb4c");r({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==i},{trimEnd:i})},"1ec1":function(t,e,n){"use strict";var r=Math.log;t.exports=Math.log1p||function(t){var e=+t;return e>-1e-8&&e<1e-8?e-e*e/2:r(1+e)}},"1efc":function(t,e){function n(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}t.exports=n},"1efe":function(t,e,n){"use strict";n("b2a3"),n("3de4")},"1f68":function(t,e,n){"use strict";var r=n("83ab"),i=n("edd0"),a=n("861d"),o=n("1787"),s=n("7b0b"),c=n("1d80"),l=Object.getPrototypeOf,u=Object.setPrototypeOf,h=Object.prototype,f="__proto__";if(r&&l&&u&&!(f in h))try{i(h,f,{configurable:!0,get:function(){return l(s(this))},set:function(t){var e=c(this);o(t)&&a(e)&&u(e,t)}})}catch(d){}},"1fb5":function(t,e,n){"use strict";e.byteLength=u,e.toByteArray=f,e.fromByteArray=v;for(var r=[],i=[],a="undefined"!==typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",s=0,c=o.length;s<c;++s)r[s]=o[s],i[o.charCodeAt(s)]=s;function l(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=t.indexOf("=");-1===n&&(n=e);var r=n===e?0:4-n%4;return[n,r]}function u(t){var e=l(t),n=e[0],r=e[1];return 3*(n+r)/4-r}function h(t,e,n){return 3*(e+n)/4-n}function f(t){var e,n,r=l(t),o=r[0],s=r[1],c=new a(h(t,o,s)),u=0,f=s>0?o-4:o;for(n=0;n<f;n+=4)e=i[t.charCodeAt(n)]<<18|i[t.charCodeAt(n+1)]<<12|i[t.charCodeAt(n+2)]<<6|i[t.charCodeAt(n+3)],c[u++]=e>>16&255,c[u++]=e>>8&255,c[u++]=255&e;return 2===s&&(e=i[t.charCodeAt(n)]<<2|i[t.charCodeAt(n+1)]>>4,c[u++]=255&e),1===s&&(e=i[t.charCodeAt(n)]<<10|i[t.charCodeAt(n+1)]<<4|i[t.charCodeAt(n+2)]>>2,c[u++]=e>>8&255,c[u++]=255&e),c}function d(t){return r[t>>18&63]+r[t>>12&63]+r[t>>6&63]+r[63&t]}function p(t,e,n){for(var r,i=[],a=e;a<n;a+=3)r=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(255&t[a+2]),i.push(d(r));return i.join("")}function v(t){for(var e,n=t.length,i=n%3,a=[],o=16383,s=0,c=n-i;s<c;s+=o)a.push(p(t,s,s+o>c?c:s+o));return 1===i?(e=t[n-1],a.push(r[e>>2]+r[e<<4&63]+"==")):2===i&&(e=(t[n-2]<<8)+t[n-1],a.push(r[e>>10]+r[e>>4&63]+r[e<<2&63]+"=")),a.join("")}i["-".charCodeAt(0)]=62,i["_".charCodeAt(0)]=63},"1fc8":function(t,e,n){var r=n("4245");function i(t,e){var n=r(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this}t.exports=i},"1fd5":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("1098"),c=n.n(s),l=n("4d26"),u=n.n(l),h=n("4d91"),f=n("daa3"),d=n("9cba"),p={prefixCls:h["a"].string,size:h["a"].oneOfType([h["a"].oneOf(["large","small","default"]),h["a"].number]),shape:h["a"].oneOf(["circle","square"])},v=h["a"].shape(p).loose,g={props:Object(f["t"])(p,{size:"large"}),render:function(){var t,e,n=arguments[0],r=this.$props,a=r.prefixCls,o=r.size,s=r.shape,c=u()((t={},i()(t,a+"-lg","large"===o),i()(t,a+"-sm","small"===o),t)),l=u()((e={},i()(e,a+"-circle","circle"===s),i()(e,a+"-square","square"===s),e)),h="number"===typeof o?{width:o+"px",height:o+"px",lineHeight:o+"px"}:{};return n("span",{class:u()(a,c,l),style:h})}},m=g,y={prefixCls:h["a"].string,width:h["a"].oneOfType([h["a"].number,h["a"].string])},b=h["a"].shape(y),_={props:y,render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.width,i="number"===typeof r?r+"px":r;return t("h3",{class:n,style:{width:i}})}},x=_,w=n("9b57"),k=n.n(w),C=h["a"].oneOfType([h["a"].number,h["a"].string]),S={prefixCls:h["a"].string,width:h["a"].oneOfType([C,h["a"].arrayOf(C)]),rows:h["a"].number},T=h["a"].shape(S),O={props:S,methods:{getWidth:function(t){var e=this.width,n=this.rows,r=void 0===n?2:n;return Array.isArray(e)?e[t]:r-1===t?e:void 0}},render:function(){var t=this,e=arguments[0],n=this.$props,r=n.prefixCls,i=n.rows,a=[].concat(k()(Array(i))).map((function(n,r){var i=t.getWidth(r);return e("li",{key:r,style:{width:"number"===typeof i?i+"px":i}})}));return e("ul",{class:r},[a])}},M=O,E=n("db14"),A={active:h["a"].bool,loading:h["a"].bool,prefixCls:h["a"].string,children:h["a"].any,avatar:h["a"].oneOfType([h["a"].string,v,h["a"].bool]),title:h["a"].oneOfType([h["a"].bool,h["a"].string,b]),paragraph:h["a"].oneOfType([h["a"].bool,h["a"].string,T])};function P(t){return t&&"object"===("undefined"===typeof t?"undefined":c()(t))?t:{}}function L(t,e){return t&&!e?{shape:"square"}:{shape:"circle"}}function I(t,e){return!t&&e?{width:"38%"}:t&&e?{width:"50%"}:{}}function j(t,e){var n={};return t&&e||(n.width="61%"),n.rows=!t&&e?3:2,n}var z={name:"ASkeleton",props:Object(f["t"])(A,{avatar:!1,title:!0,paragraph:!0}),inject:{configProvider:{default:function(){return d["a"]}}},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.loading,a=e.avatar,s=e.title,c=e.paragraph,l=e.active,h=this.configProvider.getPrefixCls,d=h("skeleton",n);if(r||!Object(f["s"])(this,"loading")){var p,v=!!a||""===a,g=!!s,y=!!c,b=void 0;if(v){var _={props:o()({prefixCls:d+"-avatar"},L(g,y),P(a))};b=t("div",{class:d+"-header"},[t(m,_)])}var w=void 0;if(g||y){var k=void 0;if(g){var C={props:o()({prefixCls:d+"-title"},I(v,y),P(s))};k=t(x,C)}var S=void 0;if(y){var T={props:o()({prefixCls:d+"-paragraph"},j(v,g),P(c))};S=t(M,T)}w=t("div",{class:d+"-content"},[k,S])}var O=u()(d,(p={},i()(p,d+"-with-avatar",v),i()(p,d+"-active",l),p));return t("div",{class:O},[b,w])}var E=this.$slots["default"];return E&&1===E.length?E[0]:t("span",[E])},install:function(t){t.use(E["a"]),t.component(z.name,z)}};e["a"]=z},"1fe2":function(t,e,n){"use strict";n("7276")},2047:function(t,e,n){},"20bf":function(t,e,n){"use strict";var r=n("8aa7"),i=n("ebb5").exportTypedArrayStaticMethod,a=n("a078");i("from",a,r)},"20cc":function(t,e,n){"use strict";var r=n("da84"),i=n("2ba4"),a=n("1626"),o=n("c6a7"),s=n("342f"),c=n("f36a"),l=n("d6d6"),u=r.Function,h=/MSIE .\./.test(s)||o&&function(){var t=r.Bun.version.split(".");return t.length<3||"0"===t[0]&&(t[1]<3||"3"===t[1]&&"0"===t[2])}();t.exports=function(t,e){var n=e?2:1;return h?function(r,o){var s=l(arguments.length,1)>n,h=a(r)?r:u(r),f=s?c(arguments,n):[],d=s?function(){i(h,this,f)}:h;return e?t(d,o):t(d)}:t}},"20ec":function(t,e){function n(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}t.exports=n},"210b":function(t,e,n){var r=n("e1c8");e.DOMImplementation=r.DOMImplementation,e.XMLSerializer=r.XMLSerializer,e.DOMParser=n("b074").DOMParser},"217d":function(t,e){function n(t,e){var n,r=0,i=t.length;for(r;r<i;r++)if(n=e(t[r],r),!1===n)break}function r(t){return"[object Array]"===Object.prototype.toString.apply(t)}function i(t){return"function"===typeof t}t.exports={isFunction:i,isArray:r,each:n}},"219c":function(t,e,n){"use strict";var r=n("da84"),i=n("4625"),a=n("d039"),o=n("59ed"),s=n("addb"),c=n("ebb5"),l=n("04d1"),u=n("d998"),h=n("2d00"),f=n("512ce"),d=c.aTypedArray,p=c.exportTypedArrayMethod,v=r.Uint16Array,g=v&&i(v.prototype.sort),m=!!g&&!(a((function(){g(new v(2),null)}))&&a((function(){g(new v(2),{})}))),y=!!g&&!a((function(){if(h)return h<74;if(l)return l<67;if(u)return!0;if(f)return f<602;var t,e,n=new v(516),r=Array(516);for(t=0;t<516;t++)e=t%4,n[t]=515-t,r[t]=t-2*e+3;for(g(n,(function(t,e){return(t/4|0)-(e/4|0)})),t=0;t<516;t++)if(n[t]!==r[t])return!0})),b=function(t){return function(e,n){return void 0!==t?+t(e,n)||0:n!==n?-1:e!==e?1:0===e&&0===n?1/e>0&&1/n<0?1:-1:e>n}};p("sort",(function(t){return void 0!==t&&o(t),y?g(this,t):s(d(this),b(t))}),!y||m)},"21a5":function(t,e,n){"use strict";n("b2a3"),n("e3e9"),n("9a33")},"21f9":function(t,e,n){"use strict";function r(t){return t.directive("ant-portal",{inserted:function(t,e){var n=e.value,r="function"===typeof n?n(t):n;r!==t.parentNode&&r.appendChild(t)},componentUpdated:function(t,e){var n=e.value,r="function"===typeof n?n(t):n;r!==t.parentNode&&r.appendChild(t)}})}n.d(e,"a",(function(){return r})),e["b"]={install:function(t){r(t)}}},2200:function(t,e,n){},2266:function(t,e,n){"use strict";var r=n("0366"),i=n("c65b"),a=n("825a"),o=n("0d51"),s=n("e95a"),c=n("07fa"),l=n("3a9b"),u=n("9a1f"),h=n("35a1"),f=n("2a62"),d=TypeError,p=function(t,e){this.stopped=t,this.result=e},v=p.prototype;t.exports=function(t,e,n){var g,m,y,b,_,x,w,k=n&&n.that,C=!(!n||!n.AS_ENTRIES),S=!(!n||!n.IS_RECORD),T=!(!n||!n.IS_ITERATOR),O=!(!n||!n.INTERRUPTED),M=r(e,k),E=function(t){return g&&f(g,"normal",t),new p(!0,t)},A=function(t){return C?(a(t),O?M(t[0],t[1],E):M(t[0],t[1])):O?M(t,E):M(t)};if(S)g=t.iterator;else if(T)g=t;else{if(m=h(t),!m)throw new d(o(t)+" is not iterable");if(s(m)){for(y=0,b=c(t);b>y;y++)if(_=A(t[y]),_&&l(v,_))return _;return new p(!1)}g=u(t,m)}x=S?t.next:g.next;while(!(w=i(x,g)).done){try{_=A(w.value)}catch(P){f(g,"throw",P)}if("object"==typeof _&&_&&l(v,_))return _}return new p(!1)}},2286:function(t,e,n){var r=n("85e3"),i=Math.max;function a(t,e,n){return e=i(void 0===e?t.length-1:e,0),function(){var a=arguments,o=-1,s=i(a.length-e,0),c=Array(s);while(++o<s)c[o]=a[e+o];o=-1;var l=Array(e+1);while(++o<e)l[o]=a[o];return l[e]=n(c),r(t,this,l)}}t.exports=a},"22a4":function(t,e,n){"use strict";var r=n("4d91");e["a"]={prefixCls:r["a"].string.def("rc-menu"),focusable:r["a"].bool.def(!0),multiple:r["a"].bool,defaultActiveFirst:r["a"].bool,visible:r["a"].bool.def(!0),activeKey:r["a"].oneOfType([r["a"].string,r["a"].number]),selectedKeys:r["a"].arrayOf(r["a"].oneOfType([r["a"].string,r["a"].number])),defaultSelectedKeys:r["a"].arrayOf(r["a"].oneOfType([r["a"].string,r["a"].number])).def([]),defaultOpenKeys:r["a"].arrayOf(r["a"].oneOfType([r["a"].string,r["a"].number])).def([]),openKeys:r["a"].arrayOf(r["a"].oneOfType([r["a"].string,r["a"].number])),openAnimation:r["a"].oneOfType([r["a"].string,r["a"].object]),mode:r["a"].oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]).def("vertical"),triggerSubMenuAction:r["a"].string.def("hover"),subMenuOpenDelay:r["a"].number.def(.1),subMenuCloseDelay:r["a"].number.def(.1),level:r["a"].number.def(1),inlineIndent:r["a"].number.def(24),theme:r["a"].oneOf(["light","dark"]).def("light"),getPopupContainer:r["a"].func,openTransitionName:r["a"].string,forceSubMenuRender:r["a"].bool,selectable:r["a"].bool,isRootMenu:r["a"].bool.def(!0),builtinPlacements:r["a"].object.def((function(){return{}})),itemIcon:r["a"].any,expandIcon:r["a"].any,overflowedIndicator:r["a"].any}},2315:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("strike")},{strike:function(){return i(this,"strike","","")}})},"234d":function(t,e,n){var r=n("e380"),i=500;function a(t){var e=r(t,(function(t){return n.size===i&&n.clear(),t})),n=e.cache;return e}t.exports=a},2351:function(t,e,n){"use strict";var r=n("e065");r("split")},"23cb":function(t,e,n){"use strict";var r=n("5926"),i=Math.max,a=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):a(n,e)}},"23dc":function(t,e,n){"use strict";var r=n("d44e");r(Math,"Math",!0)},"23dd":function(t,e,n){var r=n("6aa8"),i=n("cc15")("iterator"),a=n("8a0d");t.exports=n("5524").getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||a[r(t)]}},"23e7":function(t,e,n){"use strict";var r=n("da84"),i=n("06cf").f,a=n("9112"),o=n("cb2d"),s=n("6374"),c=n("e893"),l=n("94ca");t.exports=function(t,e){var n,u,h,f,d,p,v=t.target,g=t.global,m=t.stat;if(u=g?r:m?r[v]||s(v,{}):r[v]&&r[v].prototype,u)for(h in e){if(d=e[h],t.dontCallGetSet?(p=i(u,h),f=p&&p.value):f=u[h],n=l(g?h:v+(m?".":"#")+h,t.forced),!n&&void 0!==f){if(typeof d==typeof f)continue;c(d,f)}(t.sham||f&&f.sham)&&a(d,"sham",!0),o(u,h,d,t)}}},"241c":function(t,e,n){"use strict";var r=n("ca84"),i=n("7839"),a=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,a)}},"242e":function(t,e,n){var r=n("72af"),i=n("ec69");function a(t,e){return t&&r(t,e,i)}t.exports=a},"243f":function(t,e,n){var r=n("48a0");function i(t,e,n,i){return r(t,(function(t,r,a){e(i,t,n(t),a)})),i}t.exports=i},2444:function(t,e,n){"use strict";(function(e){var r=n("c532"),i=n("c8af"),a={"Content-Type":"application/x-www-form-urlencoded"};function o(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function s(){var t;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof e&&"[object process]"===Object.prototype.toString.call(e))&&(t=n("b50d")),t}var c={adapter:s(),transformRequest:[function(t,e){return i(e,"Accept"),i(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(o(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(o(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(a)})),t.exports=c}).call(this,n("4362"))},2474:function(t,e,n){var r=n("2b3e"),i=r.Uint8Array;t.exports=i},2478:function(t,e,n){var r=n("4245");function i(t){return r(this,t).get(t)}t.exports=i},2524:function(t,e,n){var r=n("6044"),i="__lodash_hash_undefined__";function a(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?i:e,this}t.exports=a},2532:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("5a34"),o=n("1d80"),s=n("577e"),c=n("ab13"),l=i("".indexOf);r({target:"String",proto:!0,forced:!c("includes")},{includes:function(t){return!!~l(s(o(this)),s(a(t)),arguments.length>1?arguments[1]:void 0)}})},"253c":function(t,e,n){var r=n("3729"),i=n("1310"),a="[object Arguments]";function o(t){return i(t)&&r(t)==a}t.exports=o},2593:function(t,e,n){var r=n("15f3"),i=n("c6cf"),a=i((function(t,e){return null==t?{}:r(t,e)}));t.exports=a},"25a1":function(t,e,n){"use strict";var r=n("ebb5"),i=n("d58f").right,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("reduceRight",(function(t){var e=arguments.length;return i(a(this),t,e,e>1?arguments[1]:void 0)}))},"25eb":function(t,e,n){"use strict";var r=n("23e7"),i=n("c20d");r({target:"Number",stat:!0,forced:Number.parseInt!==i},{parseInt:i})},"25f0":function(t,e,n){"use strict";var r=n("5e77").PROPER,i=n("cb2d"),a=n("825a"),o=n("577e"),s=n("d039"),c=n("90d8"),l="toString",u=RegExp.prototype,h=u[l],f=s((function(){return"/a/b"!==h.call({source:"a",flags:"b"})})),d=r&&h.name!==l;(f||d)&&i(u,l,(function(){var t=a(this),e=o(t.source),n=o(c(t));return"/"+e+"/"+n}),{unsafe:!0})},2626:function(t,e,n){"use strict";var r=n("d066"),i=n("edd0"),a=n("b622"),o=n("83ab"),s=a("species");t.exports=function(t){var e=r(t);o&&e&&!e[s]&&i(e,s,{configurable:!0,get:function(){return this}})}},"266d":function(t,e,n){},2686:function(t,e,n){var r=n("3729"),i=n("1310"),a="[object RegExp]";function o(t){return i(t)&&r(t)==a}t.exports=o},"26dd":function(t,e,n){"use strict";var r=n("6f4f"),i=n("10db"),a=n("92f0"),o={};n("051b")(o,n("cc15")("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=r(o,{next:i(1,n)}),a(t,e+" Iterator")}},"26e8":function(t,e){function n(t,e){return null!=t&&e in Object(t)}t.exports=n},2768:function(t,e){function n(t){return null==t}t.exports=n},2769:function(t,e,n){var r=n("5ca0"),i=n("51f5"),a=r(i);t.exports=a},"27ab":function(t,e,n){"use strict";n.d(e,"b",(function(){return P}));var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("0464"),c=n("c1df"),l=n.n(c),u=n("4d26"),h=n.n(u),f=n("4d91"),d=n("b488"),p=n("daa3"),v=n("7b05"),g=n("8496"),m=n("9a16"),y={adjustX:1,adjustY:1},b=[0,0],_={bottomLeft:{points:["tl","tl"],overflow:y,offset:[0,-3],targetOffset:b},bottomRight:{points:["tr","tr"],overflow:y,offset:[0,-3],targetOffset:b},topRight:{points:["br","br"],overflow:y,offset:[0,3],targetOffset:b},topLeft:{points:["bl","bl"],overflow:y,offset:[0,3],targetOffset:b}},x=_;function w(){}var k={name:"VcTimePicker",mixins:[d["a"]],props:Object(p["t"])({prefixCls:f["a"].string,clearText:f["a"].string,value:f["a"].any,defaultOpenValue:{type:Object,default:function(){return l()()}},inputReadOnly:f["a"].bool,disabled:f["a"].bool,allowEmpty:f["a"].bool,defaultValue:f["a"].any,open:f["a"].bool,defaultOpen:f["a"].bool,align:f["a"].object,placement:f["a"].any,transitionName:f["a"].string,getPopupContainer:f["a"].func,placeholder:f["a"].string,format:f["a"].string,showHour:f["a"].bool,showMinute:f["a"].bool,showSecond:f["a"].bool,popupClassName:f["a"].string,popupStyle:f["a"].object,disabledHours:f["a"].func,disabledMinutes:f["a"].func,disabledSeconds:f["a"].func,hideDisabledOptions:f["a"].bool,name:f["a"].string,autoComplete:f["a"].string,use12Hours:f["a"].bool,hourStep:f["a"].number,minuteStep:f["a"].number,secondStep:f["a"].number,focusOnOpen:f["a"].bool,autoFocus:f["a"].bool,id:f["a"].string,inputIcon:f["a"].any,clearIcon:f["a"].any,addon:f["a"].func},{clearText:"clear",prefixCls:"rc-time-picker",defaultOpen:!1,inputReadOnly:!1,popupClassName:"",popupStyle:{},align:{},allowEmpty:!0,showHour:!0,showMinute:!0,showSecond:!0,disabledHours:w,disabledMinutes:w,disabledSeconds:w,hideDisabledOptions:!1,placement:"bottomLeft",use12Hours:!1,focusOnOpen:!1}),data:function(){var t=this.defaultOpen,e=this.defaultValue,n=this.open,r=void 0===n?t:n,i=this.value,a=void 0===i?e:i;return{sOpen:r,sValue:a}},watch:{value:function(t){this.setState({sValue:t})},open:function(t){void 0!==t&&this.setState({sOpen:t})}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&t.focus()}))},methods:{onPanelChange:function(t){this.setValue(t)},onAmPmChange:function(t){this.__emit("amPmChange",t)},onClear:function(t){t.stopPropagation(),this.setValue(null),this.setOpen(!1)},onVisibleChange:function(t){this.setOpen(t)},onEsc:function(){this.setOpen(!1),this.focus()},onKeyDown:function(t){40===t.keyCode&&this.setOpen(!0)},onKeyDown2:function(t){this.__emit("keydown",t)},setValue:function(t){Object(p["s"])(this,"value")||this.setState({sValue:t}),this.__emit("change",t)},getFormat:function(){var t=this.format,e=this.showHour,n=this.showMinute,r=this.showSecond,i=this.use12Hours;if(t)return t;if(i){var a=[e?"h":"",n?"mm":"",r?"ss":""].filter((function(t){return!!t})).join(":");return a.concat(" a")}return[e?"HH":"",n?"mm":"",r?"ss":""].filter((function(t){return!!t})).join(":")},getPanelElement:function(){var t=this.$createElement,e=this.prefixCls,n=this.placeholder,r=this.disabledHours,i=this.addon,a=this.disabledMinutes,o=this.disabledSeconds,s=this.hideDisabledOptions,c=this.inputReadOnly,l=this.showHour,u=this.showMinute,h=this.showSecond,f=this.defaultOpenValue,d=this.clearText,v=this.use12Hours,g=this.focusOnOpen,y=this.onKeyDown2,b=this.hourStep,_=this.minuteStep,x=this.secondStep,w=this.sValue,k=Object(p["g"])(this,"clearIcon");return t(m["a"],{attrs:{clearText:d,prefixCls:e+"-panel",value:w,inputReadOnly:c,defaultOpenValue:f,showHour:l,showMinute:u,showSecond:h,format:this.getFormat(),placeholder:n,disabledHours:r,disabledMinutes:a,disabledSeconds:o,hideDisabledOptions:s,use12Hours:v,hourStep:b,minuteStep:_,secondStep:x,focusOnOpen:g,clearIcon:k,addon:i},ref:"panel",on:{change:this.onPanelChange,amPmChange:this.onAmPmChange,esc:this.onEsc,keydown:y}})},getPopupClassName:function(){var t=this.showHour,e=this.showMinute,n=this.showSecond,r=this.use12Hours,a=this.prefixCls,o=this.popupClassName,s=0;return t&&(s+=1),e&&(s+=1),n&&(s+=1),r&&(s+=1),h()(o,i()({},a+"-panel-narrow",(!t||!e||!n)&&!r),a+"-panel-column-"+s)},setOpen:function(t){this.sOpen!==t&&(Object(p["s"])(this,"open")||this.setState({sOpen:t}),t?this.__emit("open",{open:t}):this.__emit("close",{open:t}))},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},onFocus:function(t){this.__emit("focus",t)},onBlur:function(t){this.__emit("blur",t)},renderClearButton:function(){var t=this,e=this.$createElement,n=this.sValue,r=this.$props,i=r.prefixCls,a=r.allowEmpty,o=r.clearText,s=r.disabled;if(!a||!n||s)return null;var c=Object(p["g"])(this,"clearIcon");if(Object(p["w"])(c)){var l=Object(p["i"])(c)||{},u=l.click;return Object(v["a"])(c,{on:{click:function(){u&&u.apply(void 0,arguments),t.onClear.apply(t,arguments)}}})}return e("a",{attrs:{role:"button",title:o,tabIndex:0},class:i+"-clear",on:{click:this.onClear}},[c||e("i",{class:i+"-clear-icon"})])}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.placeholder,r=this.placement,i=this.align,a=this.id,o=this.disabled,s=this.transitionName,c=this.getPopupContainer,l=this.name,u=this.autoComplete,h=this.autoFocus,f=this.sOpen,d=this.sValue,v=this.onFocus,m=this.onBlur,y=this.popupStyle,b=this.getPopupClassName(),_=Object(p["g"])(this,"inputIcon");return t(g["a"],{attrs:{prefixCls:e+"-panel",popupClassName:b,popupStyle:y,popupAlign:i,builtinPlacements:x,popupPlacement:r,action:o?[]:["click"],destroyPopupOnHide:!0,getPopupContainer:c,popupTransitionName:s,popupVisible:f},on:{popupVisibleChange:this.onVisibleChange}},[t("template",{slot:"popup"},[this.getPanelElement()]),t("span",{class:""+e},[t("input",{class:e+"-input",ref:"picker",attrs:{type:"text",placeholder:n,name:l,disabled:o,autoComplete:u,autoFocus:h,readOnly:!0,id:a},on:{keydown:this.onKeyDown,focus:v,blur:m},domProps:{value:d&&d.format(this.getFormat())||""}}),_||t("span",{class:e+"-icon"}),this.renderClearButton()])])}},C=n("e5cd"),S=n("6a21"),T=n("0c63"),O=n("01c2"),M=n("9cba"),E=n("db14"),A=n("1501");function P(t){return{showHour:t.indexOf("H")>-1||t.indexOf("h")>-1||t.indexOf("k")>-1,showMinute:t.indexOf("m")>-1,showSecond:t.indexOf("s")>-1}}var L=function(){return{size:f["a"].oneOf(["large","default","small"]),value:A["a"],defaultValue:A["a"],open:f["a"].bool,format:f["a"].string,disabled:f["a"].bool,placeholder:f["a"].string,prefixCls:f["a"].string,hideDisabledOptions:f["a"].bool,disabledHours:f["a"].func,disabledMinutes:f["a"].func,disabledSeconds:f["a"].func,getPopupContainer:f["a"].func,use12Hours:f["a"].bool,focusOnOpen:f["a"].bool,hourStep:f["a"].number,minuteStep:f["a"].number,secondStep:f["a"].number,allowEmpty:f["a"].bool,allowClear:f["a"].bool,inputReadOnly:f["a"].bool,clearText:f["a"].string,defaultOpenValue:f["a"].object,popupClassName:f["a"].string,popupStyle:f["a"].object,suffixIcon:f["a"].any,align:f["a"].object,placement:f["a"].any,transitionName:f["a"].string,autoFocus:f["a"].bool,addon:f["a"].any,clearIcon:f["a"].any,locale:f["a"].object,valueFormat:f["a"].string}},I={name:"ATimePicker",mixins:[d["a"]],props:Object(p["t"])(L(),{align:{offset:[0,-2]},disabled:!1,disabledHours:void 0,disabledMinutes:void 0,disabledSeconds:void 0,hideDisabledOptions:!1,placement:"bottomLeft",transitionName:"slide-up",focusOnOpen:!0,allowClear:!0}),model:{prop:"value",event:"change"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return M["a"]}}},data:function(){var t=this.value,e=this.defaultValue,n=this.valueFormat;return Object(A["d"])("TimePicker",e,"defaultValue",n),Object(A["d"])("TimePicker",t,"value",n),Object(S["a"])(!Object(p["s"])(this,"allowEmpty"),"TimePicker","`allowEmpty` is deprecated. Please use `allowClear` instead."),{sValue:Object(A["f"])(t||e,n)}},watch:{value:function(t){Object(A["d"])("TimePicker",t,"value",this.valueFormat),this.setState({sValue:Object(A["f"])(t,this.valueFormat)})}},methods:{getDefaultFormat:function(){var t=this.format,e=this.use12Hours;return t||(e?"h:mm:ss a":"HH:mm:ss")},getAllowClear:function(){var t=this.$props,e=t.allowClear,n=t.allowEmpty;return Object(p["s"])(this,"allowClear")?e:n},getDefaultLocale:function(){var t=o()({},O["a"],this.$props.locale);return t},savePopupRef:function(t){this.popupRef=t},handleChange:function(t){Object(p["s"])(this,"value")||this.setState({sValue:t});var e=this.format,n=void 0===e?"HH:mm:ss":e;this.$emit("change",this.valueFormat?Object(A["e"])(t,this.valueFormat):t,t&&t.format(n)||"")},handleOpenClose:function(t){var e=t.open;this.$emit("openChange",e),this.$emit("update:open",e)},focus:function(){this.$refs.timePicker.focus()},blur:function(){this.$refs.timePicker.blur()},renderInputIcon:function(t){var e=this.$createElement,n=Object(p["g"])(this,"suffixIcon");n=Array.isArray(n)?n[0]:n;var r=n&&Object(p["w"])(n)&&Object(v["a"])(n,{class:t+"-clock-icon"})||e(T["a"],{attrs:{type:"clock-circle"},class:t+"-clock-icon"});return e("span",{class:t+"-icon"},[r])},renderClearIcon:function(t){var e=this.$createElement,n=Object(p["g"])(this,"clearIcon"),r=t+"-clear";return n&&Object(p["w"])(n)?Object(v["a"])(n,{class:r}):e(T["a"],{attrs:{type:"close-circle",theme:"filled"},class:r})},renderTimePicker:function(t){var e=this.$createElement,n=Object(p["l"])(this);n=Object(s["a"])(n,["defaultValue","suffixIcon","allowEmpty","allowClear"]);var r=n,a=r.prefixCls,c=r.getPopupContainer,l=r.placeholder,u=r.size,h=this.configProvider.getPrefixCls,f=h("time-picker",a),d=this.getDefaultFormat(),v=i()({},f+"-"+u,!!u),g=Object(p["g"])(this,"addon",{},!1),m=function(t){return g?e("div",{class:f+"-panel-addon"},["function"===typeof g?g(t):g]):null},y=this.renderInputIcon(f),b=this.renderClearIcon(f),_=this.configProvider.getPopupContainer,x={props:o()({},P(d),n,{allowEmpty:this.getAllowClear(),prefixCls:f,getPopupContainer:c||_,format:d,value:this.sValue,placeholder:void 0===l?t.placeholder:l,addon:m,inputIcon:y,clearIcon:b}),class:v,ref:"timePicker",on:o()({},Object(p["k"])(this),{change:this.handleChange,open:this.handleOpenClose,close:this.handleOpenClose})};return e(k,x)}},render:function(){var t=arguments[0];return t(C["a"],{attrs:{componentName:"TimePicker",defaultLocale:this.getDefaultLocale()},scopedSlots:{default:this.renderTimePicker}})},install:function(t){t.use(E["a"]),t.component(I.name,I)}};e["a"]=I},"27fd":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("9cba"),u=n("0c63"),h=n("daa3"),f=n("4d91"),d={name:"AAvatar",props:{prefixCls:{type:String,default:void 0},shape:{validator:function(t){return["circle","square"].includes(t)},default:"circle"},size:{validator:function(t){return"number"===typeof t||["small","large","default"].includes(t)},default:"default"},src:String,srcSet:String,icon:f["a"].any,alt:String,loadError:Function},inject:{configProvider:{default:function(){return l["a"]}}},data:function(){return{isImgExist:!0,isMounted:!1,scale:1}},watch:{src:function(){var t=this;this.$nextTick((function(){t.isImgExist=!0,t.scale=1,t.$forceUpdate()}))}},mounted:function(){var t=this;this.$nextTick((function(){t.setScale(),t.isMounted=!0}))},updated:function(){var t=this;this.$nextTick((function(){t.setScale()}))},methods:{setScale:function(){if(this.$refs.avatarChildren&&this.$refs.avatarNode){var t=this.$refs.avatarChildren.offsetWidth,e=this.$refs.avatarNode.offsetWidth;0===t||0===e||this.lastChildrenWidth===t&&this.lastNodeWidth===e||(this.lastChildrenWidth=t,this.lastNodeWidth=e,this.scale=e-8<t?(e-8)/t:1)}},handleImgLoadError:function(){var t=this.$props.loadError,e=t?t():void 0;!1!==e&&(this.isImgExist=!1)}},render:function(){var t,e,n=arguments[0],r=this.$props,a=r.prefixCls,s=r.shape,l=r.size,f=r.src,d=r.alt,p=r.srcSet,v=Object(h["g"])(this,"icon"),g=this.configProvider.getPrefixCls,m=g("avatar",a),y=this.$data,b=y.isImgExist,_=y.scale,x=y.isMounted,w=(t={},c()(t,m+"-lg","large"===l),c()(t,m+"-sm","small"===l),t),k=o()(c()({},m,!0),w,(e={},c()(e,m+"-"+s,s),c()(e,m+"-image",f&&b),c()(e,m+"-icon",v),e)),C="number"===typeof l?{width:l+"px",height:l+"px",lineHeight:l+"px",fontSize:v?l/2+"px":"18px"}:{},S=this.$slots["default"];if(f&&b)S=n("img",{attrs:{src:f,srcSet:p,alt:d},on:{error:this.handleImgLoadError}});else if(v)S="string"===typeof v?n(u["a"],{attrs:{type:v}}):v;else{var T=this.$refs.avatarChildren;if(T||1!==_){var O="scale("+_+") translateX(-50%)",M={msTransform:O,WebkitTransform:O,transform:O},E="number"===typeof l?{lineHeight:l+"px"}:{};S=n("span",{class:m+"-string",ref:"avatarChildren",style:o()({},E,M)},[S])}else{var A={};x||(A.opacity=0),S=n("span",{class:m+"-string",ref:"avatarChildren",style:{opacity:0}},[S])}}return n("span",i()([{ref:"avatarNode"},{on:Object(h["k"])(this),class:k,style:C}]),[S])}},p=n("db14");d.install=function(t){t.use(p["a"]),t.component(d.name,d)};e["a"]=d},2877:function(t,e,n){"use strict";function r(t,e,n,r,i,a,o,s){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:l}}n.d(e,"a",(function(){return r}))},"288f":function(t,e,n){"use strict";n("b2a3"),n("2c6a"),n("d13f"),n("de6a"),n("0032")},"28c9":function(t,e){function n(){this.__data__=[],this.size=0}t.exports=n},"290c":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d91"),u=n("b488"),h=n("9cba"),f=n("ae55"),d={gutter:l["a"].oneOfType([l["a"].object,l["a"].number,l["a"].array]),type:l["a"].oneOf(["flex"]),align:l["a"].oneOf(["top","middle","bottom","stretch"]),justify:l["a"].oneOf(["start","end","center","space-around","space-between"]),prefixCls:l["a"].string},p=["xxl","xl","lg","md","sm","xs"];e["a"]={name:"ARow",mixins:[u["a"]],props:c()({},d,{gutter:l["a"].oneOfType([l["a"].object,l["a"].number,l["a"].array]).def(0)}),provide:function(){return{rowContext:this}},inject:{configProvider:{default:function(){return h["a"]}}},data:function(){return{screens:{}}},mounted:function(){var t=this;this.$nextTick((function(){t.token=f["a"].subscribe((function(e){var n=t.gutter;("object"===("undefined"===typeof n?"undefined":o()(n))||Array.isArray(n)&&("object"===o()(n[0])||"object"===o()(n[1])))&&(t.screens=e)}))}))},beforeDestroy:function(){f["a"].unsubscribe(this.token)},methods:{getGutter:function(){var t=[0,0],e=this.gutter,n=this.screens,r=Array.isArray(e)?e:[e,0];return r.forEach((function(e,r){if("object"===("undefined"===typeof e?"undefined":o()(e)))for(var i=0;i<p.length;i++){var a=p[i];if(n[a]&&void 0!==e[a]){t[r]=e[a];break}}else t[r]=e||0})),t}},render:function(){var t,e=arguments[0],n=this.type,r=this.justify,a=this.align,o=this.prefixCls,s=this.$slots,l=this.configProvider.getPrefixCls,u=l("row",o),h=this.getGutter(),f=(t={},i()(t,u,!n),i()(t,u+"-"+n,n),i()(t,u+"-"+n+"-"+r,n&&r),i()(t,u+"-"+n+"-"+a,n&&a),t),d=c()({},h[0]>0?{marginLeft:h[0]/-2+"px",marginRight:h[0]/-2+"px"}:{},h[1]>0?{marginTop:h[1]/-2+"px",marginBottom:h[1]/-2+"px"}:{});return e("div",{class:f,style:d},[s["default"]])}}},2954:function(t,e,n){"use strict";var r=n("ebb5"),i=n("b6b7"),a=n("d039"),o=n("f36a"),s=r.aTypedArray,c=r.exportTypedArrayMethod,l=a((function(){new Int8Array(1).slice()}));c("slice",(function(t,e){var n=o(s(this),t,e),r=i(this),a=0,c=n.length,l=new r(c);while(c>a)l[a]=n[a++];return l}),l)},"29f3":function(t,e){var n=Object.prototype,r=n.toString;function i(t){return r.call(t)}t.exports=i},"2a1b":function(t,e,n){"use strict";var r=n("e065");r("match")},"2a26":function(t,e,n){"use strict";n("b2a3"),n("5136"),n("6ba6")},"2a62":function(t,e,n){"use strict";var r=n("c65b"),i=n("825a"),a=n("dc4a");t.exports=function(t,e,n){var o,s;i(t);try{if(o=a(t,"return"),!o){if("throw"===e)throw n;return n}o=r(o,t)}catch(c){s=!0,o=c}if("throw"===e)throw n;if(s)throw o;return i(o),n}},"2a95":function(t,e,n){"use strict";(function(t){function n(){return n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},n.apply(this,arguments)}function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function i(t){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},i(t)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}function o(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function s(t,e,n){return s=o()?Reflect.construct:function(t,e,n){var r=[null];r.push.apply(r,e);var i=Function.bind.apply(t,r),o=new i;return n&&a(o,n.prototype),o},s.apply(null,arguments)}function c(t){return-1!==Function.toString.call(t).indexOf("[native code]")}function l(t){var e="function"===typeof Map?new Map:void 0;return l=function(t){if(null===t||!c(t))return t;if("function"!==typeof t)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return s(t,arguments,i(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),a(n,t)},l(t)}var u=/%[sdj%]/g,h=function(){};function f(t){if(!t||!t.length)return null;var e={};return t.forEach((function(t){var n=t.field;e[n]=e[n]||[],e[n].push(t)})),e}function d(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=1,i=e[0],a=e.length;if("function"===typeof i)return i.apply(null,e.slice(1));if("string"===typeof i){var o=String(i).replace(u,(function(t){if("%%"===t)return"%";if(r>=a)return t;switch(t){case"%s":return String(e[r++]);case"%d":return Number(e[r++]);case"%j":try{return JSON.stringify(e[r++])}catch(n){return"[Circular]"}break;default:return t}}));return o}return i}function p(t){return"string"===t||"url"===t||"hex"===t||"email"===t||"date"===t||"pattern"===t}function v(t,e){return void 0===t||null===t||(!("array"!==e||!Array.isArray(t)||t.length)||!(!p(e)||"string"!==typeof t||t))}function g(t,e,n){var r=[],i=0,a=t.length;function o(t){r.push.apply(r,t),i++,i===a&&n(r)}t.forEach((function(t){e(t,o)}))}function m(t,e,n){var r=0,i=t.length;function a(o){if(o&&o.length)n(o);else{var s=r;r+=1,s<i?e(t[s],a):n([])}}a([])}function y(t){var e=[];return Object.keys(t).forEach((function(n){e.push.apply(e,t[n])})),e}"undefined"!==typeof t&&Object({NODE_ENV:"production",VUE_APP_API_BASE_URL:"/",VUE_APP_FILE_BASE_URL:"/",VUE_APP_PREVIEW:"true",BASE_URL:"/"});var b=function(t){function e(e,n){var r;return r=t.call(this,"Async Validation Error")||this,r.errors=e,r.fields=n,r}return r(e,t),e}(l(Error));function _(t,e,n,r){if(e.first){var i=new Promise((function(e,i){var a=function(t){return r(t),t.length?i(new b(t,f(t))):e()},o=y(t);m(o,n,a)}));return i["catch"]((function(t){return t})),i}var a=e.firstFields||[];!0===a&&(a=Object.keys(t));var o=Object.keys(t),s=o.length,c=0,l=[],u=new Promise((function(e,i){var u=function(t){if(l.push.apply(l,t),c++,c===s)return r(l),l.length?i(new b(l,f(l))):e()};o.length||(r(l),e()),o.forEach((function(e){var r=t[e];-1!==a.indexOf(e)?m(r,n,u):g(r,n,u)}))}));return u["catch"]((function(t){return t})),u}function x(t){return function(e){return e&&e.message?(e.field=e.field||t.fullField,e):{message:"function"===typeof e?e():e,field:e.field||t.fullField}}}function w(t,e){if(e)for(var r in e)if(e.hasOwnProperty(r)){var i=e[r];"object"===typeof i&&"object"===typeof t[r]?t[r]=n({},t[r],i):t[r]=i}return t}function k(t,e,n,r,i,a){!t.required||n.hasOwnProperty(t.field)&&!v(e,a||t.type)||r.push(d(i.messages.required,t.fullField))}function C(t,e,n,r,i){(/^\s+$/.test(e)||""===e)&&r.push(d(i.messages.whitespace,t.fullField))}var S={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},T={integer:function(t){return T.number(t)&&parseInt(t,10)===t},float:function(t){return T.number(t)&&!T.integer(t)},array:function(t){return Array.isArray(t)},regexp:function(t){if(t instanceof RegExp)return!0;try{return!!new RegExp(t)}catch(e){return!1}},date:function(t){return"function"===typeof t.getTime&&"function"===typeof t.getMonth&&"function"===typeof t.getYear&&!isNaN(t.getTime())},number:function(t){return!isNaN(t)&&"number"===typeof t},object:function(t){return"object"===typeof t&&!T.array(t)},method:function(t){return"function"===typeof t},email:function(t){return"string"===typeof t&&!!t.match(S.email)&&t.length<255},url:function(t){return"string"===typeof t&&!!t.match(S.url)},hex:function(t){return"string"===typeof t&&!!t.match(S.hex)}};function O(t,e,n,r,i){if(t.required&&void 0===e)k(t,e,n,r,i);else{var a=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=t.type;a.indexOf(o)>-1?T[o](e)||r.push(d(i.messages.types[o],t.fullField,t.type)):o&&typeof e!==t.type&&r.push(d(i.messages.types[o],t.fullField,t.type))}}function M(t,e,n,r,i){var a="number"===typeof t.len,o="number"===typeof t.min,s="number"===typeof t.max,c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,l=e,u=null,h="number"===typeof e,f="string"===typeof e,p=Array.isArray(e);if(h?u="number":f?u="string":p&&(u="array"),!u)return!1;p&&(l=e.length),f&&(l=e.replace(c,"_").length),a?l!==t.len&&r.push(d(i.messages[u].len,t.fullField,t.len)):o&&!s&&l<t.min?r.push(d(i.messages[u].min,t.fullField,t.min)):s&&!o&&l>t.max?r.push(d(i.messages[u].max,t.fullField,t.max)):o&&s&&(l<t.min||l>t.max)&&r.push(d(i.messages[u].range,t.fullField,t.min,t.max))}var E="enum";function A(t,e,n,r,i){t[E]=Array.isArray(t[E])?t[E]:[],-1===t[E].indexOf(e)&&r.push(d(i.messages[E],t.fullField,t[E].join(", ")))}function P(t,e,n,r,i){if(t.pattern)if(t.pattern instanceof RegExp)t.pattern.lastIndex=0,t.pattern.test(e)||r.push(d(i.messages.pattern.mismatch,t.fullField,e,t.pattern));else if("string"===typeof t.pattern){var a=new RegExp(t.pattern);a.test(e)||r.push(d(i.messages.pattern.mismatch,t.fullField,e,t.pattern))}}var L={required:k,whitespace:C,type:O,range:M,enum:A,pattern:P};function I(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e,"string")&&!t.required)return n();L.required(t,e,r,a,i,"string"),v(e,"string")||(L.type(t,e,r,a,i),L.range(t,e,r,a,i),L.pattern(t,e,r,a,i),!0===t.whitespace&&L.whitespace(t,e,r,a,i))}n(a)}function j(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&L.type(t,e,r,a,i)}n(a)}function z(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(""===e&&(e=void 0),v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&(L.type(t,e,r,a,i),L.range(t,e,r,a,i))}n(a)}function D(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&L.type(t,e,r,a,i)}n(a)}function N(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),v(e)||L.type(t,e,r,a,i)}n(a)}function R(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&(L.type(t,e,r,a,i),L.range(t,e,r,a,i))}n(a)}function V(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&(L.type(t,e,r,a,i),L.range(t,e,r,a,i))}n(a)}function F(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if((void 0===e||null===e)&&!t.required)return n();L.required(t,e,r,a,i,"array"),void 0!==e&&null!==e&&(L.type(t,e,r,a,i),L.range(t,e,r,a,i))}n(a)}function H(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&L.type(t,e,r,a,i)}n(a)}var B="enum";function U(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i),void 0!==e&&L[B](t,e,r,a,i)}n(a)}function $(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e,"string")&&!t.required)return n();L.required(t,e,r,a,i),v(e,"string")||L.pattern(t,e,r,a,i)}n(a)}function q(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e,"date")&&!t.required)return n();var s;if(L.required(t,e,r,a,i),!v(e,"date"))s=e instanceof Date?e:new Date(e),L.type(t,s,r,a,i),s&&L.range(t,s.getTime(),r,a,i)}n(a)}function W(t,e,n,r,i){var a=[],o=Array.isArray(e)?"array":typeof e;L.required(t,e,r,a,i,o),n(a)}function Y(t,e,n,r,i){var a=t.type,o=[],s=t.required||!t.required&&r.hasOwnProperty(t.field);if(s){if(v(e,a)&&!t.required)return n();L.required(t,e,r,o,i,a),v(e,a)||L.type(t,e,r,o,i)}n(o)}function K(t,e,n,r,i){var a=[],o=t.required||!t.required&&r.hasOwnProperty(t.field);if(o){if(v(e)&&!t.required)return n();L.required(t,e,r,a,i)}n(a)}var X={string:I,method:j,number:z,boolean:D,regexp:N,integer:R,float:V,array:F,object:H,enum:U,pattern:$,date:q,url:Y,hex:Y,email:Y,required:W,any:K};function G(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var t=JSON.parse(JSON.stringify(this));return t.clone=this.clone,t}}}var Z=G();function Q(t){this.rules=null,this._messages=Z,this.define(t)}Q.prototype={messages:function(t){return t&&(this._messages=w(G(),t)),this._messages},define:function(t){if(!t)throw new Error("Cannot configure a schema with no rules");if("object"!==typeof t||Array.isArray(t))throw new Error("Rules must be an object");var e,n;for(e in this.rules={},t)t.hasOwnProperty(e)&&(n=t[e],this.rules[e]=Array.isArray(n)?n:[n])},validate:function(t,e,r){var i=this;void 0===e&&(e={}),void 0===r&&(r=function(){});var a,o,s=t,c=e,l=r;if("function"===typeof c&&(l=c,c={}),!this.rules||0===Object.keys(this.rules).length)return l&&l(),Promise.resolve();function u(t){var e,n=[],r={};function i(t){var e;Array.isArray(t)?n=(e=n).concat.apply(e,t):n.push(t)}for(e=0;e<t.length;e++)i(t[e]);n.length?r=f(n):(n=null,r=null),l(n,r)}if(c.messages){var h=this.messages();h===Z&&(h=G()),w(h,c.messages),c.messages=h}else c.messages=this.messages();var p={},v=c.keys||Object.keys(this.rules);v.forEach((function(e){a=i.rules[e],o=s[e],a.forEach((function(r){var a=r;"function"===typeof a.transform&&(s===t&&(s=n({},s)),o=s[e]=a.transform(o)),a="function"===typeof a?{validator:a}:n({},a),a.validator=i.getValidationMethod(a),a.field=e,a.fullField=a.fullField||e,a.type=i.getType(a),a.validator&&(p[e]=p[e]||[],p[e].push({rule:a,value:o,source:s,field:e}))}))}));var g={};return _(p,c,(function(t,e){var r,i=t.rule,a=("object"===i.type||"array"===i.type)&&("object"===typeof i.fields||"object"===typeof i.defaultField);function o(t,e){return n({},e,{fullField:i.fullField+"."+t})}function s(r){void 0===r&&(r=[]);var s=r;if(Array.isArray(s)||(s=[s]),!c.suppressWarning&&s.length&&Q.warning("async-validator:",s),s.length&&void 0!==i.message&&(s=[].concat(i.message)),s=s.map(x(i)),c.first&&s.length)return g[i.field]=1,e(s);if(a){if(i.required&&!t.value)return void 0!==i.message?s=[].concat(i.message).map(x(i)):c.error&&(s=[c.error(i,d(c.messages.required,i.field))]),e(s);var l={};if(i.defaultField)for(var u in t.value)t.value.hasOwnProperty(u)&&(l[u]=i.defaultField);for(var h in l=n({},l,t.rule.fields),l)if(l.hasOwnProperty(h)){var f=Array.isArray(l[h])?l[h]:[l[h]];l[h]=f.map(o.bind(null,h))}var p=new Q(l);p.messages(c.messages),t.rule.options&&(t.rule.options.messages=c.messages,t.rule.options.error=c.error),p.validate(t.value,t.rule.options||c,(function(t){var n=[];s&&s.length&&n.push.apply(n,s),t&&t.length&&n.push.apply(n,t),e(n.length?n:null)}))}else e(s)}a=a&&(i.required||!i.required&&t.value),i.field=t.field,i.asyncValidator?r=i.asyncValidator(i,t.value,s,t.source,c):i.validator&&(r=i.validator(i,t.value,s,t.source,c),!0===r?s():!1===r?s(i.message||i.field+" fails"):r instanceof Array?s(r):r instanceof Error&&s(r.message)),r&&r.then&&r.then((function(){return s()}),(function(t){return s(t)}))}),(function(t){u(t)}))},getType:function(t){if(void 0===t.type&&t.pattern instanceof RegExp&&(t.type="pattern"),"function"!==typeof t.validator&&t.type&&!X.hasOwnProperty(t.type))throw new Error(d("Unknown rule type %s",t.type));return t.type||"string"},getValidationMethod:function(t){if("function"===typeof t.validator)return t.validator;var e=Object.keys(t),n=e.indexOf("message");return-1!==n&&e.splice(n,1),1===e.length&&"required"===e[0]?X.required:X[this.getType(t)]||!1}},Q.register=function(t,e){if("function"!==typeof e)throw new Error("Cannot register a validator by type, validator is not a function");X[t]=e},Q.warning=h,Q.messages=Z,Q.validators=X,e["a"]=Q}).call(this,n("4362"))},"2adb":function(t,e,n){"use strict";(function(t){n.d(e,"e",(function(){return u})),n.d(e,"d",(function(){return h})),n.d(e,"a",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"c",(function(){return v})),n.d(e,"f",(function(){return g}));var r=n("41b2"),i=n.n(r),a=n("8827"),o=n.n(a),s=n("57ba"),c=n.n(s),l=n("1d73");function u(e){t&&Object({NODE_ENV:"production",VUE_APP_API_BASE_URL:"/",VUE_APP_FILE_BASE_URL:"/",VUE_APP_PREVIEW:"true",BASE_URL:"/"})||console.error("[@ant-design/icons-vue]: "+e+".")}function h(t){return"object"===typeof t&&"string"===typeof t.name&&"string"===typeof t.theme&&("object"===typeof t.icon||"function"===typeof t.icon)}function f(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.keys(t).reduce((function(e,n){var r=t[n];switch(n){case"class":e.className=r,delete e["class"];break;default:e[n]=r}return e}),{})}var d=function(){function t(){o()(this,t),this.collection={}}return c()(t,[{key:"clear",value:function(){this.collection={}}},{key:"delete",value:function(t){return delete this.collection[t]}},{key:"get",value:function(t){return this.collection[t]}},{key:"has",value:function(t){return Boolean(this.collection[t])}},{key:"set",value:function(t,e){return this.collection[t]=e,this}},{key:"size",get:function(){return Object.keys(this.collection).length}}]),t}();function p(t,e,n,r){return t(e.tag,r?i()({key:n},r,{attrs:i()({},f(e.attrs),r.attrs)}):{key:n,attrs:i()({},f(e.attrs))},(e.children||[]).map((function(r,i){return p(t,r,n+"-"+e.tag+"-"+i)})))}function v(t){return Object(l["generate"])(t)[0]}function g(t,e){switch(e){case"fill":return t+"-fill";case"outline":return t+"-o";case"twotone":return t+"-twotone";default:throw new TypeError("Unknown theme type: "+e+", name: "+t)}}}).call(this,n("4362"))},"2af1":function(t,e,n){"use strict";var r=n("23e7"),i=n("f748");r({target:"Math",stat:!0},{sign:i})},"2b03":function(t,e){function n(t,e,n,r){var i=t.length,a=n+(r?1:-1);while(r?a--:++a<i)if(e(t[a],a,t))return a;return-1}t.exports=n},"2b0e":function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return te})),n.d(e,"c",(function(){return pi})),n.d(e,"d",(function(){return En})),n.d(e,"e",(function(){return kn})),n.d(e,"f",(function(){return Tn})),n.d(e,"g",(function(){return On})),n.d(e,"h",(function(){return Ut})),n.d(e,"i",(function(){return Zt})),n.d(e,"j",(function(){return se}));
/*!
 * Vue.js v2.7.16
 * (c) 2014-2023 Evan You
 * Released under the MIT License.
 */
var r=Object.freeze({}),i=Array.isArray;function a(t){return void 0===t||null===t}function o(t){return void 0!==t&&null!==t}function s(t){return!0===t}function c(t){return!1===t}function l(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function u(t){return"function"===typeof t}function h(t){return null!==t&&"object"===typeof t}var f=Object.prototype.toString;function d(t){return"[object Object]"===f.call(t)}function p(t){return"[object RegExp]"===f.call(t)}function v(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function g(t){return o(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function m(t){return null==t?"":Array.isArray(t)||d(t)&&t.toString===f?JSON.stringify(t,y,2):String(t)}function y(t,e){return e&&e.__v_isRef?e.value:e}function b(t){var e=parseFloat(t);return isNaN(e)?t:e}function _(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}_("slot,component",!0);var x=_("key,ref,slot,slot-scope,is");function w(t,e){var n=t.length;if(n){if(e===t[n-1])return void(t.length=n-1);var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var k=Object.prototype.hasOwnProperty;function C(t,e){return k.call(t,e)}function S(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var T=/-(\w)/g,O=S((function(t){return t.replace(T,(function(t,e){return e?e.toUpperCase():""}))})),M=S((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,A=S((function(t){return t.replace(E,"-$1").toLowerCase()}));function P(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function L(t,e){return t.bind(e)}var I=Function.prototype.bind?L:P;function j(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function z(t,e){for(var n in e)t[n]=e[n];return t}function D(t){for(var e={},n=0;n<t.length;n++)t[n]&&z(e,t[n]);return e}function N(t,e,n){}var R=function(t,e,n){return!1},V=function(t){return t};function F(t,e){if(t===e)return!0;var n=h(t),r=h(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),a=Array.isArray(e);if(i&&a)return t.length===e.length&&t.every((function(t,n){return F(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(i||a)return!1;var o=Object.keys(t),s=Object.keys(e);return o.length===s.length&&o.every((function(n){return F(t[n],e[n])}))}catch(c){return!1}}function H(t,e){for(var n=0;n<t.length;n++)if(F(t[n],e))return n;return-1}function B(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function U(t,e){return t===e?0===t&&1/t!==1/e:t===t||e===e}var $="data-server-rendered",q=["component","directive","filter"],W=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],Y={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:R,isReservedAttr:R,isUnknownElement:R,getTagNamespace:N,parsePlatformTagName:V,mustUseProp:R,async:!0,_lifecycleHooks:W},K=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function X(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function G(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var Z=new RegExp("[^".concat(K.source,".$_\\d]"));function Q(t){if(!Z.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}var J="__proto__"in{},tt="undefined"!==typeof window,et=tt&&window.navigator.userAgent.toLowerCase(),nt=et&&/msie|trident/.test(et),rt=et&&et.indexOf("msie 9.0")>0,it=et&&et.indexOf("edge/")>0;et&&et.indexOf("android");var at=et&&/iphone|ipad|ipod|ios/.test(et);et&&/chrome\/\d+/.test(et),et&&/phantomjs/.test(et);var ot,st=et&&et.match(/firefox\/(\d+)/),ct={}.watch,lt=!1;if(tt)try{var ut={};Object.defineProperty(ut,"passive",{get:function(){lt=!0}}),window.addEventListener("test-passive",null,ut)}catch(vs){}var ht=function(){return void 0===ot&&(ot=!tt&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),ot},ft=tt&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"===typeof t&&/native code/.test(t.toString())}var pt,vt="undefined"!==typeof Symbol&&dt(Symbol)&&"undefined"!==typeof Reflect&&dt(Reflect.ownKeys);pt="undefined"!==typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var gt=null;function mt(t){void 0===t&&(t=null),t||gt&&gt._scope.off(),gt=t,t&&t._scope.on()}var yt=function(){function t(t,e,n,r,i,a,o,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),bt=function(t){void 0===t&&(t="");var e=new yt;return e.text=t,e.isComment=!0,e};function _t(t){return new yt(void 0,void 0,void 0,String(t))}function xt(t){var e=new yt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"===typeof SuppressedError&&SuppressedError;var wt=0,kt=[],Ct=function(){for(var t=0;t<kt.length;t++){var e=kt[t];e.subs=e.subs.filter((function(t){return t})),e._pending=!1}kt.length=0},St=function(){function t(){this._pending=!1,this.id=wt++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,kt.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){var e=this.subs.filter((function(t){return t}));for(var n=0,r=e.length;n<r;n++){var i=e[n];0,i.update()}},t}();St.target=null;var Tt=[];function Ot(t){Tt.push(t),St.target=t}function Mt(){Tt.pop(),St.target=Tt[Tt.length-1]}var Et=Array.prototype,At=Object.create(Et),Pt=["push","pop","shift","unshift","splice","sort","reverse"];Pt.forEach((function(t){var e=Et[t];G(At,t,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i,a=e.apply(this,n),o=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2);break}return i&&o.observeArray(i),o.dep.notify(),a}))}));var Lt=Object.getOwnPropertyNames(At),It={},jt=!0;function zt(t){jt=t}var Dt={notify:N,depend:N,addSub:N,removeSub:N},Nt=function(){function t(t,e,n){if(void 0===e&&(e=!1),void 0===n&&(n=!1),this.value=t,this.shallow=e,this.mock=n,this.dep=n?Dt:new St,this.vmCount=0,G(t,"__ob__",this),i(t)){if(!n)if(J)t.__proto__=At;else for(var r=0,a=Lt.length;r<a;r++){var o=Lt[r];G(t,o,At[o])}e||this.observeArray(t)}else{var s=Object.keys(t);for(r=0;r<s.length;r++){o=s[r];Vt(t,o,It,void 0,e,n)}}}return t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Rt(t[e],!1,this.mock)},t}();function Rt(t,e,n){return t&&C(t,"__ob__")&&t.__ob__ instanceof Nt?t.__ob__:!jt||!n&&ht()||!i(t)&&!d(t)||!Object.isExtensible(t)||t.__v_skip||Gt(t)||t instanceof yt?void 0:new Nt(t,e,n)}function Vt(t,e,n,r,a,o,s){void 0===s&&(s=!1);var c=new St,l=Object.getOwnPropertyDescriptor(t,e);if(!l||!1!==l.configurable){var u=l&&l.get,h=l&&l.set;u&&!h||n!==It&&2!==arguments.length||(n=t[e]);var f=a?n&&n.__ob__:Rt(n,!1,o);return Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return St.target&&(c.depend(),f&&(f.dep.depend(),i(e)&&Bt(e))),Gt(e)&&!a?e.value:e},set:function(e){var r=u?u.call(t):n;if(U(r,e)){if(h)h.call(t,e);else{if(u)return;if(!a&&Gt(r)&&!Gt(e))return void(r.value=e);n=e}f=a?e&&e.__ob__:Rt(e,!1,o),c.notify()}}}),c}}function Ft(t,e,n){if(!Kt(t)){var r=t.__ob__;return i(t)&&v(e)?(t.length=Math.max(t.length,e),t.splice(e,1,n),r&&!r.shallow&&r.mock&&Rt(n,!1,!0),n):e in t&&!(e in Object.prototype)?(t[e]=n,n):t._isVue||r&&r.vmCount?n:r?(Vt(r.value,e,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(t[e]=n,n)}}function Ht(t,e){if(i(t)&&v(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||Kt(t)||C(t,e)&&(delete t[e],n&&n.dep.notify())}}function Bt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)e=t[n],e&&e.__ob__&&e.__ob__.dep.depend(),i(e)&&Bt(e)}function Ut(t){return qt(t,!1),t}function $t(t){return qt(t,!0),G(t,"__v_isShallow",!0),t}function qt(t,e){if(!Kt(t)){Rt(t,e,ht());0}}function Wt(t){return Kt(t)?Wt(t["__v_raw"]):!(!t||!t.__ob__)}function Yt(t){return!(!t||!t.__v_isShallow)}function Kt(t){return!(!t||!t.__v_isReadonly)}var Xt="__v_isRef";function Gt(t){return!(!t||!0!==t.__v_isRef)}function Zt(t){return Qt(t,!1)}function Qt(t,e){if(Gt(t))return t;var n={};return G(n,Xt,!0),G(n,"__v_isShallow",e),G(n,"dep",Vt(n,"value",t,null,e,ht())),n}function Jt(t,e,n){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];if(Gt(t))return t.value;var r=t&&t.__ob__;return r&&r.dep.depend(),t},set:function(t){var r=e[n];Gt(r)&&!Gt(t)?r.value=t:e[n]=t}})}function te(t,e){var n,r,i=u(t);i?(n=t,r=N):(n=t.get,r=t.set);var a=ht()?null:new zn(gt,n,N,{lazy:!0});var o={effect:a,get value(){return a?(a.dirty&&a.evaluate(),St.target&&a.depend(),a.value):n()},set value(t){r(t)}};return G(o,Xt,!0),G(o,"__v_isReadonly",i),o}var ee="watcher",ne="".concat(ee," callback"),re="".concat(ee," getter"),ie="".concat(ee," cleanup");var ae,oe={};function se(t,e,n){return ce(t,e,n)}function ce(t,e,n){var a=void 0===n?r:n,o=a.immediate,s=a.deep,c=a.flush,l=void 0===c?"pre":c;a.onTrack,a.onTrigger;var h,f,d=gt,p=function(t,e,n){void 0===n&&(n=null);var r=hn(t,null,n,d,e);return s&&r&&r.__ob__&&r.__ob__.dep.depend(),r},v=!1,g=!1;if(Gt(t)?(h=function(){return t.value},v=Yt(t)):Wt(t)?(h=function(){return t.__ob__.dep.depend(),t},s=!0):i(t)?(g=!0,v=t.some((function(t){return Wt(t)||Yt(t)})),h=function(){return t.map((function(t){return Gt(t)?t.value:Wt(t)?(t.__ob__.dep.depend(),Pn(t)):u(t)?p(t,re):void 0}))}):h=u(t)?e?function(){return p(t,re)}:function(){if(!d||!d._isDestroyed)return f&&f(),p(t,ee,[y])}:N,e&&s){var m=h;h=function(){return Pn(m())}}var y=function(t){f=b.onStop=function(){p(t,ie)}};if(ht())return y=N,e?o&&p(e,ne,[h(),g?[]:void 0,y]):h(),N;var b=new zn(gt,h,N,{lazy:!0});b.noRecurse=!e;var _=g?[]:oe;return b.run=function(){if(b.active)if(e){var t=b.get();(s||v||(g?t.some((function(t,e){return U(t,_[e])})):U(t,_)))&&(f&&f(),p(e,ne,[t,_===oe?void 0:_,y]),_=t)}else b.get()},"sync"===l?b.update=b.run:"post"===l?(b.post=!0,b.update=function(){return dr(b)}):b.update=function(){if(d&&d===gt&&!d._isMounted){var t=d._preWatchers||(d._preWatchers=[]);t.indexOf(b)<0&&t.push(b)}else dr(b)},e?o?b.run():_=b.get():"post"===l&&d?d.$once("hook:mounted",(function(){return b.get()})):b.get(),function(){b.teardown()}}var le=function(){function t(t){void 0===t&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=ae,!t&&ae&&(this.index=(ae.scopes||(ae.scopes=[])).push(this)-1)}return t.prototype.run=function(t){if(this.active){var e=ae;try{return ae=this,t()}finally{ae=e}}else 0},t.prototype.on=function(){ae=this},t.prototype.off=function(){ae=this.parent},t.prototype.stop=function(t){if(this.active){var e=void 0,n=void 0;for(e=0,n=this.effects.length;e<n;e++)this.effects[e].teardown();for(e=0,n=this.cleanups.length;e<n;e++)this.cleanups[e]();if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},t}();function ue(t,e){void 0===e&&(e=ae),e&&e.active&&e.effects.push(t)}function he(){return ae}function fe(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}var de=S((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var r="!"===t.charAt(0);return t=r?t.slice(1):t,{name:t,once:n,capture:r,passive:e}}));function pe(t,e){function n(){var t=n.fns;if(!i(t))return hn(t,null,arguments,e,"v-on handler");for(var r=t.slice(),a=0;a<r.length;a++)hn(r[a],null,arguments,e,"v-on handler")}return n.fns=t,n}function ve(t,e,n,r,i,o){var c,l,u,h;for(c in t)l=t[c],u=e[c],h=de(c),a(l)||(a(u)?(a(l.fns)&&(l=t[c]=pe(l,o)),s(h.once)&&(l=t[c]=i(h.name,l,h.capture)),n(h.name,l,h.capture,h.passive,h.params)):l!==u&&(u.fns=l,t[c]=u));for(c in e)a(t[c])&&(h=de(c),r(h.name,e[c],h.capture))}function ge(t,e,n){var r;t instanceof yt&&(t=t.data.hook||(t.data.hook={}));var i=t[e];function c(){n.apply(this,arguments),w(r.fns,c)}a(i)?r=pe([c]):o(i.fns)&&s(i.merged)?(r=i,r.fns.push(c)):r=pe([i,c]),r.merged=!0,t[e]=r}function me(t,e,n){var r=e.options.props;if(!a(r)){var i={},s=t.attrs,c=t.props;if(o(s)||o(c))for(var l in r){var u=A(l);ye(i,c,l,u,!0)||ye(i,s,l,u,!1)}return i}}function ye(t,e,n,r,i){if(o(e)){if(C(e,n))return t[n]=e[n],i||delete e[n],!0;if(C(e,r))return t[n]=e[r],i||delete e[r],!0}return!1}function be(t){for(var e=0;e<t.length;e++)if(i(t[e]))return Array.prototype.concat.apply([],t);return t}function _e(t){return l(t)?[_t(t)]:i(t)?we(t):void 0}function xe(t){return o(t)&&o(t.text)&&c(t.isComment)}function we(t,e){var n,r,c,u,h=[];for(n=0;n<t.length;n++)r=t[n],a(r)||"boolean"===typeof r||(c=h.length-1,u=h[c],i(r)?r.length>0&&(r=we(r,"".concat(e||"","_").concat(n)),xe(r[0])&&xe(u)&&(h[c]=_t(u.text+r[0].text),r.shift()),h.push.apply(h,r)):l(r)?xe(u)?h[c]=_t(u.text+r):""!==r&&h.push(_t(r)):xe(r)&&xe(u)?h[c]=_t(u.text+r.text):(s(t._isVList)&&o(r.tag)&&a(r.key)&&o(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),h.push(r)));return h}function ke(t,e){var n,r,a,s,c=null;if(i(t)||"string"===typeof t)for(c=new Array(t.length),n=0,r=t.length;n<r;n++)c[n]=e(t[n],n);else if("number"===typeof t)for(c=new Array(t),n=0;n<t;n++)c[n]=e(n+1,n);else if(h(t))if(vt&&t[Symbol.iterator]){c=[];var l=t[Symbol.iterator](),u=l.next();while(!u.done)c.push(e(u.value,c.length)),u=l.next()}else for(a=Object.keys(t),c=new Array(a.length),n=0,r=a.length;n<r;n++)s=a[n],c[n]=e(t[s],s,n);return o(c)||(c=[]),c._isVList=!0,c}function Ce(t,e,n,r){var i,a=this.$scopedSlots[t];a?(n=n||{},r&&(n=z(z({},r),n)),i=a(n)||(u(e)?e():e)):i=this.$slots[t]||(u(e)?e():e);var o=n&&n.slot;return o?this.$createElement("template",{slot:o},i):i}function Se(t){return Hr(this.$options,"filters",t,!0)||V}function Te(t,e){return i(t)?-1===t.indexOf(e):t!==e}function Oe(t,e,n,r,i){var a=Y.keyCodes[e]||n;return i&&r&&!Y.keyCodes[e]?Te(i,r):a?Te(a,t):r?A(r)!==e:void 0===t}function Me(t,e,n,r,a){if(n)if(h(n)){i(n)&&(n=D(n));var o=void 0,s=function(i){if("class"===i||"style"===i||x(i))o=t;else{var s=t.attrs&&t.attrs.type;o=r||Y.mustUseProp(e,s,i)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=O(i),l=A(i);if(!(c in o)&&!(l in o)&&(o[i]=n[i],a)){var u=t.on||(t.on={});u["update:".concat(i)]=function(t){n[i]=t}}};for(var c in n)s(c)}else;return t}function Ee(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,this._c,this),Pe(r,"__static__".concat(t),!1)),r}function Ae(t,e,n){return Pe(t,"__once__".concat(e).concat(n?"_".concat(n):""),!0),t}function Pe(t,e,n){if(i(t))for(var r=0;r<t.length;r++)t[r]&&"string"!==typeof t[r]&&Le(t[r],"".concat(e,"_").concat(r),n);else Le(t,e,n)}function Le(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Ie(t,e){if(e)if(d(e)){var n=t.on=t.on?z({},t.on):{};for(var r in e){var i=n[r],a=e[r];n[r]=i?[].concat(i,a):a}}else;return t}function je(t,e,n,r){e=e||{$stable:!n};for(var a=0;a<t.length;a++){var o=t[a];i(o)?je(o,e,n):o&&(o.proxy&&(o.fn.proxy=!0),e[o.key]=o.fn)}return r&&(e.$key=r),e}function ze(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"===typeof r&&r&&(t[e[n]]=e[n+1])}return t}function De(t,e){return"string"===typeof t?e+t:t}function Ne(t){t._o=Ae,t._n=b,t._s=m,t._l=ke,t._t=Ce,t._q=F,t._i=H,t._m=Ee,t._f=Se,t._k=Oe,t._b=Me,t._v=_t,t._e=bt,t._u=je,t._g=Ie,t._d=ze,t._p=De}function Re(t,e){if(!t||!t.length)return{};for(var n={},r=0,i=t.length;r<i;r++){var a=t[r],o=a.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,a.context!==e&&a.fnContext!==e||!o||null==o.slot)(n.default||(n.default=[])).push(a);else{var s=o.slot,c=n[s]||(n[s]=[]);"template"===a.tag?c.push.apply(c,a.children||[]):c.push(a)}}for(var l in n)n[l].every(Ve)&&delete n[l];return n}function Ve(t){return t.isComment&&!t.asyncFactory||" "===t.text}function Fe(t){return t.isComment&&t.asyncFactory}function He(t,e,n,i){var a,o=Object.keys(n).length>0,s=e?!!e.$stable:!o,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&i&&i!==r&&c===i.$key&&!o&&!i.$hasNormal)return i;for(var l in a={},e)e[l]&&"$"!==l[0]&&(a[l]=Be(t,n,l,e[l]))}else a={};for(var u in n)u in a||(a[u]=Ue(n,u));return e&&Object.isExtensible(e)&&(e._normalized=a),G(a,"$stable",s),G(a,"$key",c),G(a,"$hasNormal",o),a}function Be(t,e,n,r){var a=function(){var e=gt;mt(t);var n=arguments.length?r.apply(null,arguments):r({});n=n&&"object"===typeof n&&!i(n)?[n]:_e(n);var a=n&&n[0];return mt(e),n&&(!a||1===n.length&&a.isComment&&!Fe(a))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:a,enumerable:!0,configurable:!0}),a}function Ue(t,e){return function(){return t[e]}}function $e(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=qe(t);mt(t),Ot();var i=hn(n,null,[t._props||$t({}),r],t,"setup");if(Mt(),mt(),u(i))e.render=i;else if(h(i))if(t._setupState=i,i.__sfc){var a=t._setupProxy={};for(var o in i)"__sfc"!==o&&Jt(a,i,o)}else for(var o in i)X(o)||Jt(t,i,o);else 0}}function qe(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};G(e,"_v_attr_proxy",!0),We(e,t.$attrs,r,t,"$attrs")}return t._attrsProxy},get listeners(){if(!t._listenersProxy){var e=t._listenersProxy={};We(e,t.$listeners,r,t,"$listeners")}return t._listenersProxy},get slots(){return Ke(t)},emit:I(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return Jt(t,e,n)}))}}}function We(t,e,n,r,i){var a=!1;for(var o in e)o in t?e[o]!==n[o]&&(a=!0):(a=!0,Ye(t,o,r,i));for(var o in t)o in e||(a=!0,delete t[o]);return a}function Ye(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Ke(t){return t._slotsProxy||Xe(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}function Xe(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function Ge(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=Re(e._renderChildren,i),t.$scopedSlots=n?He(t.$parent,n.data.scopedSlots,t.$slots):r,t._c=function(e,n,r,i){return on(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return on(t,e,n,r,i,!0)};var a=n&&n.data;Vt(t,"$attrs",a&&a.attrs||r,null,!0),Vt(t,"$listeners",e._parentListeners||r,null,!0)}var Ze=null;function Qe(t){Ne(t.prototype),t.prototype.$nextTick=function(t){return kn(t,this)},t.prototype._render=function(){var t=this,e=t.$options,n=e.render,r=e._parentVnode;r&&t._isMounted&&(t.$scopedSlots=He(t.$parent,r.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&Xe(t._slotsProxy,t.$scopedSlots)),t.$vnode=r;var a,o=gt,s=Ze;try{mt(t),Ze=t,a=n.call(t._renderProxy,t.$createElement)}catch(vs){un(vs,t,"render"),a=t._vnode}finally{Ze=s,mt(o)}return i(a)&&1===a.length&&(a=a[0]),a instanceof yt||(a=bt()),a.parent=r,a}}function Je(t,e){return(t.__esModule||vt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),h(t)?e.extend(t):t}function tn(t,e,n,r,i){var a=bt();return a.asyncFactory=t,a.asyncMeta={data:e,context:n,children:r,tag:i},a}function en(t,e){if(s(t.error)&&o(t.errorComp))return t.errorComp;if(o(t.resolved))return t.resolved;var n=Ze;if(n&&o(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&o(t.loadingComp))return t.loadingComp;if(n&&!o(t.owners)){var r=t.owners=[n],i=!0,c=null,l=null;n.$on("hook:destroyed",(function(){return w(r,n)}));var u=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==l&&(clearTimeout(l),l=null))},f=B((function(n){t.resolved=Je(n,e),i?r.length=0:u(!0)})),d=B((function(e){o(t.errorComp)&&(t.error=!0,u(!0))})),p=t(f,d);return h(p)&&(g(p)?a(t.resolved)&&p.then(f,d):g(p.component)&&(p.component.then(f,d),o(p.error)&&(t.errorComp=Je(p.error,e)),o(p.loading)&&(t.loadingComp=Je(p.loading,e),0===p.delay?t.loading=!0:c=setTimeout((function(){c=null,a(t.resolved)&&a(t.error)&&(t.loading=!0,u(!1))}),p.delay||200)),o(p.timeout)&&(l=setTimeout((function(){l=null,a(t.resolved)&&d(null)}),p.timeout)))),i=!1,t.loading?t.loadingComp:t.resolved}}function nn(t){if(i(t))for(var e=0;e<t.length;e++){var n=t[e];if(o(n)&&(o(n.componentOptions)||Fe(n)))return n}}var rn=1,an=2;function on(t,e,n,r,a,o){return(i(n)||l(n))&&(a=r,r=n,n=void 0),s(o)&&(a=an),sn(t,e,n,r,a)}function sn(t,e,n,r,a){if(o(n)&&o(n.__ob__))return bt();if(o(n)&&o(n.is)&&(e=n.is),!e)return bt();var s,c;if(i(r)&&u(r[0])&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),a===an?r=_e(r):a===rn&&(r=be(r)),"string"===typeof e){var l=void 0;c=t.$vnode&&t.$vnode.ns||Y.getTagNamespace(e),s=Y.isReservedTag(e)?new yt(Y.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!o(l=Hr(t.$options,"components",e))?new yt(e,n,r,void 0,void 0,t):Cr(l,n,t,r,e)}else s=Cr(e,n,t,r);return i(s)?s:o(s)?(o(c)&&cn(s,c),o(n)&&ln(n),s):bt()}function cn(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),o(t.children))for(var r=0,i=t.children.length;r<i;r++){var c=t.children[r];o(c.tag)&&(a(c.ns)||s(n)&&"svg"!==c.tag)&&cn(c,e,n)}}function ln(t){h(t.style)&&Pn(t.style),h(t.class)&&Pn(t.class)}function un(t,e,n){Ot();try{if(e){var r=e;while(r=r.$parent){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{var o=!1===i[a].call(r,t,e,n);if(o)return}catch(vs){fn(vs,r,"errorCaptured hook")}}}fn(t,e,n)}finally{Mt()}}function hn(t,e,n,r,i){var a;try{a=n?t.apply(e,n):t.call(e),a&&!a._isVue&&g(a)&&!a._handled&&(a.catch((function(t){return un(t,r,i+" (Promise/async)")})),a._handled=!0)}catch(vs){un(vs,r,i)}return a}function fn(t,e,n){if(Y.errorHandler)try{return Y.errorHandler.call(null,t,e,n)}catch(vs){vs!==t&&dn(vs,null,"config.errorHandler")}dn(t,e,n)}function dn(t,e,n){if(!tt||"undefined"===typeof console)throw t;console.error(t)}var pn,vn=!1,gn=[],mn=!1;function yn(){mn=!1;var t=gn.slice(0);gn.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!==typeof Promise&&dt(Promise)){var bn=Promise.resolve();pn=function(){bn.then(yn),at&&setTimeout(N)},vn=!0}else if(nt||"undefined"===typeof MutationObserver||!dt(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())pn="undefined"!==typeof setImmediate&&dt(setImmediate)?function(){setImmediate(yn)}:function(){setTimeout(yn,0)};else{var _n=1,xn=new MutationObserver(yn),wn=document.createTextNode(String(_n));xn.observe(wn,{characterData:!0}),pn=function(){_n=(_n+1)%2,wn.data=String(_n)},vn=!0}function kn(t,e){var n;if(gn.push((function(){if(t)try{t.call(e)}catch(vs){un(vs,e,"nextTick")}else n&&n(e)})),mn||(mn=!0,pn()),!t&&"undefined"!==typeof Promise)return new Promise((function(t){n=t}))}function Cn(t){return function(e,n){if(void 0===n&&(n=gt),n)return Sn(n,t,e)}}function Sn(t,e,n){var r=t.$options;r[e]=Ir(r[e],n)}Cn("beforeMount");var Tn=Cn("mounted"),On=(Cn("beforeUpdate"),Cn("updated"),Cn("beforeDestroy"),Cn("destroyed"));Cn("activated"),Cn("deactivated"),Cn("serverPrefetch"),Cn("renderTracked"),Cn("renderTriggered"),Cn("errorCaptured");var Mn="2.7.16";function En(t){return t}var An=new pt;function Pn(t){return Ln(t,An),An.clear(),t}function Ln(t,e){var n,r,a=i(t);if(!(!a&&!h(t)||t.__v_skip||Object.isFrozen(t)||t instanceof yt)){if(t.__ob__){var o=t.__ob__.dep.id;if(e.has(o))return;e.add(o)}if(a){n=t.length;while(n--)Ln(t[n],e)}else if(Gt(t))Ln(t.value,e);else{r=Object.keys(t),n=r.length;while(n--)Ln(t[r[n]],e)}}}var In,jn=0,zn=function(){function t(t,e,n,r,i){ue(this,ae&&!ae._vm?ae:t?t._scope:void 0),(this.vm=t)&&i&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++jn,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new pt,this.newDepIds=new pt,this.expression="",u(e)?this.getter=e:(this.getter=Q(e),this.getter||(this.getter=N)),this.value=this.lazy?void 0:this.get()}return t.prototype.get=function(){var t;Ot(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(vs){if(!this.user)throw vs;un(vs,e,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&Pn(t),Mt(),this.cleanupDeps()}return t},t.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},t.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},t.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():dr(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||h(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');hn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&w(this.vm._scope.effects,this),this.active){var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function Dn(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Fn(t,e)}function Nn(t,e){In.$on(t,e)}function Rn(t,e){In.$off(t,e)}function Vn(t,e){var n=In;return function r(){var i=e.apply(null,arguments);null!==i&&n.$off(t,r)}}function Fn(t,e,n){In=t,ve(e,n||{},Nn,Rn,Vn,t),In=void 0}function Hn(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(i(t))for(var a=0,o=t.length;a<o;a++)r.$on(t[a],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(i(t)){for(var r=0,a=t.length;r<a;r++)n.$off(t[r],e);return n}var o,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;var c=s.length;while(c--)if(o=s[c],o===e||o.fn===e){s.splice(c,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?j(n):n;for(var r=j(arguments,1),i='event handler for "'.concat(t,'"'),a=0,o=n.length;a<o;a++)hn(n[a],e,r,e,i)}return e}}var Bn=null;function Un(t){var e=Bn;return Bn=t,function(){Bn=e}}function $n(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function qn(t){t.prototype._update=function(t,e){var n=this,r=n.$el,i=n._vnode,a=Un(n);n._vnode=t,n.$el=i?n.__patch__(i,t):n.__patch__(n.$el,t,e,!1),a(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);var o=n;while(o&&o.$vnode&&o.$parent&&o.$vnode===o.$parent._vnode)o.$parent.$el=o.$el,o=o.$parent},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Zn(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||w(e.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Zn(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function Wn(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=bt),Zn(t,"beforeMount"),r=function(){t._update(t._render(),n)};var i={before:function(){t._isMounted&&!t._isDestroyed&&Zn(t,"beforeUpdate")}};new zn(t,r,N,i,!0),n=!1;var a=t._preWatchers;if(a)for(var o=0;o<a.length;o++)a[o].run();return null==t.$vnode&&(t._isMounted=!0,Zn(t,"mounted")),t}function Yn(t,e,n,i,a){var o=i.data.scopedSlots,s=t.$scopedSlots,c=!!(o&&!o.$stable||s!==r&&!s.$stable||o&&t.$scopedSlots.$key!==o.$key||!o&&t.$scopedSlots.$key),l=!!(a||t.$options._renderChildren||c),u=t.$vnode;t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i),t.$options._renderChildren=a;var h=i.data.attrs||r;t._attrsProxy&&We(t._attrsProxy,h,u.data&&u.data.attrs||r,t,"$attrs")&&(l=!0),t.$attrs=h,n=n||r;var f=t.$options._parentListeners;if(t._listenersProxy&&We(t._listenersProxy,n,f||r,t,"$listeners"),t.$listeners=t.$options._parentListeners=n,Fn(t,n,f),e&&t.$options.props){zt(!1);for(var d=t._props,p=t.$options._propKeys||[],v=0;v<p.length;v++){var g=p[v],m=t.$options.props;d[g]=Br(g,m,e,t)}zt(!0),t.$options.propsData=e}l&&(t.$slots=Re(a,i.context),t.$forceUpdate())}function Kn(t){while(t&&(t=t.$parent))if(t._inactive)return!0;return!1}function Xn(t,e){if(e){if(t._directInactive=!1,Kn(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Xn(t.$children[n]);Zn(t,"activated")}}function Gn(t,e){if((!e||(t._directInactive=!0,!Kn(t)))&&!t._inactive){t._inactive=!0;for(var n=0;n<t.$children.length;n++)Gn(t.$children[n]);Zn(t,"deactivated")}}function Zn(t,e,n,r){void 0===r&&(r=!0),Ot();var i=gt,a=he();r&&mt(t);var o=t.$options[e],s="".concat(e," hook");if(o)for(var c=0,l=o.length;c<l;c++)hn(o[c],t,n||null,t,s);t._hasHookEvent&&t.$emit("hook:"+e),r&&(mt(i),a&&a.on()),Mt()}var Qn=[],Jn=[],tr={},er=!1,nr=!1,rr=0;function ir(){rr=Qn.length=Jn.length=0,tr={},er=nr=!1}var ar=0,or=Date.now;if(tt&&!nt){var sr=window.performance;sr&&"function"===typeof sr.now&&or()>document.createEvent("Event").timeStamp&&(or=function(){return sr.now()})}var cr=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function lr(){var t,e;for(ar=or(),nr=!0,Qn.sort(cr),rr=0;rr<Qn.length;rr++)t=Qn[rr],t.before&&t.before(),e=t.id,tr[e]=null,t.run();var n=Jn.slice(),r=Qn.slice();ir(),fr(n),ur(r),Ct(),ft&&Y.devtools&&ft.emit("flush")}function ur(t){var e=t.length;while(e--){var n=t[e],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&Zn(r,"updated")}}function hr(t){t._inactive=!1,Jn.push(t)}function fr(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Xn(t[e],!0)}function dr(t){var e=t.id;if(null==tr[e]&&(t!==St.target||!t.noRecurse)){if(tr[e]=!0,nr){var n=Qn.length-1;while(n>rr&&Qn[n].id>t.id)n--;Qn.splice(n+1,0,t)}else Qn.push(t);er||(er=!0,kn(lr))}}function pr(t){var e=t.$options.provide;if(e){var n=u(e)?e.call(t):e;if(!h(n))return;for(var r=fe(t),i=vt?Reflect.ownKeys(n):Object.keys(n),a=0;a<i.length;a++){var o=i[a];Object.defineProperty(r,o,Object.getOwnPropertyDescriptor(n,o))}}}function vr(t){var e=gr(t.$options.inject,t);e&&(zt(!1),Object.keys(e).forEach((function(n){Vt(t,n,e[n])})),zt(!0))}function gr(t,e){if(t){for(var n=Object.create(null),r=vt?Reflect.ownKeys(t):Object.keys(t),i=0;i<r.length;i++){var a=r[i];if("__ob__"!==a){var o=t[a].from;if(o in e._provided)n[a]=e._provided[o];else if("default"in t[a]){var s=t[a].default;n[a]=u(s)?s.call(e):s}else 0}}return n}}function mr(t,e,n,a,o){var c,l=this,u=o.options;C(a,"_uid")?(c=Object.create(a),c._original=a):(c=a,a=a._original);var h=s(u._compiled),f=!h;this.data=t,this.props=e,this.children=n,this.parent=a,this.listeners=t.on||r,this.injections=gr(u.inject,a),this.slots=function(){return l.$slots||He(a,t.scopedSlots,l.$slots=Re(n,a)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return He(a,t.scopedSlots,this.slots())}}),h&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=He(a,t.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var o=on(c,t,e,n,r,f);return o&&!i(o)&&(o.fnScopeId=u._scopeId,o.fnContext=a),o}:this._c=function(t,e,n,r){return on(c,t,e,n,r,f)}}function yr(t,e,n,a,s){var c=t.options,l={},u=c.props;if(o(u))for(var h in u)l[h]=Br(h,u,e||r);else o(n.attrs)&&_r(l,n.attrs),o(n.props)&&_r(l,n.props);var f=new mr(n,l,s,a,t),d=c.render.call(null,f._c,f);if(d instanceof yt)return br(d,n,f.parent,c,f);if(i(d)){for(var p=_e(d)||[],v=new Array(p.length),g=0;g<p.length;g++)v[g]=br(p[g],n,f.parent,c,f);return v}}function br(t,e,n,r,i){var a=xt(t);return a.fnContext=n,a.fnOptions=r,e.slot&&((a.data||(a.data={})).slot=e.slot),a}function _r(t,e){for(var n in e)t[O(n)]=e[n]}function xr(t){return t.name||t.__name||t._componentTag}Ne(mr.prototype);var wr={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;wr.prepatch(n,n)}else{var r=t.componentInstance=Sr(t,Bn);r.$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions,r=e.componentInstance=t.componentInstance;Yn(r,n.propsData,n.listeners,e,n.children)},insert:function(t){var e=t.context,n=t.componentInstance;n._isMounted||(n._isMounted=!0,Zn(n,"mounted")),t.data.keepAlive&&(e._isMounted?hr(n):Xn(n,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?Gn(e,!0):e.$destroy())}},kr=Object.keys(wr);function Cr(t,e,n,r,i){if(!a(t)){var c=n.$options._base;if(h(t)&&(t=c.extend(t)),"function"===typeof t){var l;if(a(t.cid)&&(l=t,t=en(l,c),void 0===t))return tn(l,e,n,r,i);e=e||{},fi(t),o(e.model)&&Mr(t.options,e);var u=me(e,t,i);if(s(t.options.functional))return yr(t,u,e,n,r);var f=e.on;if(e.on=e.nativeOn,s(t.options.abstract)){var d=e.slot;e={},d&&(e.slot=d)}Tr(e);var p=xr(t.options)||i,v=new yt("vue-component-".concat(t.cid).concat(p?"-".concat(p):""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:u,listeners:f,tag:i,children:r},l);return v}}}function Sr(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;return o(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new t.componentOptions.Ctor(n)}function Tr(t){for(var e=t.hook||(t.hook={}),n=0;n<kr.length;n++){var r=kr[n],i=e[r],a=wr[r];i===a||i&&i._merged||(e[r]=i?Or(a,i):a)}}function Or(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function Mr(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var a=e.on||(e.on={}),s=a[r],c=e.model.callback;o(s)?(i(s)?-1===s.indexOf(c):s!==c)&&(a[r]=[c].concat(s)):a[r]=c}var Er=N,Ar=Y.optionMergeStrategies;function Pr(t,e,n){if(void 0===n&&(n=!0),!e)return t;for(var r,i,a,o=vt?Reflect.ownKeys(e):Object.keys(e),s=0;s<o.length;s++)r=o[s],"__ob__"!==r&&(i=t[r],a=e[r],n&&C(t,r)?i!==a&&d(i)&&d(a)&&Pr(i,a):Ft(t,r,a));return t}function Lr(t,e,n){return n?function(){var r=u(e)?e.call(n,n):e,i=u(t)?t.call(n,n):t;return r?Pr(r,i):i}:e?t?function(){return Pr(u(e)?e.call(this,this):e,u(t)?t.call(this,this):t)}:e:t}function Ir(t,e){var n=e?t?t.concat(e):i(e)?e:[e]:t;return n?jr(n):n}function jr(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}function zr(t,e,n,r){var i=Object.create(t||null);return e?z(i,e):i}Ar.data=function(t,e,n){return n?Lr(t,e,n):e&&"function"!==typeof e?t:Lr(t,e)},W.forEach((function(t){Ar[t]=Ir})),q.forEach((function(t){Ar[t+"s"]=zr})),Ar.watch=function(t,e,n,r){if(t===ct&&(t=void 0),e===ct&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var a={};for(var o in z(a,t),e){var s=a[o],c=e[o];s&&!i(s)&&(s=[s]),a[o]=s?s.concat(c):i(c)?c:[c]}return a},Ar.props=Ar.methods=Ar.inject=Ar.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return z(i,t),e&&z(i,e),i},Ar.provide=function(t,e){return t?function(){var n=Object.create(null);return Pr(n,u(t)?t.call(this):t),e&&Pr(n,u(e)?e.call(this):e,!1),n}:e};var Dr=function(t,e){return void 0===e?t:e};function Nr(t,e){var n=t.props;if(n){var r,a,o,s={};if(i(n)){r=n.length;while(r--)a=n[r],"string"===typeof a&&(o=O(a),s[o]={type:null})}else if(d(n))for(var c in n)a=n[c],o=O(c),s[o]=d(a)?a:{type:a};else 0;t.props=s}}function Rr(t,e){var n=t.inject;if(n){var r=t.inject={};if(i(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(d(n))for(var o in n){var s=n[o];r[o]=d(s)?z({from:o},s):{from:s}}else 0}}function Vr(t){var e=t.directives;if(e)for(var n in e){var r=e[n];u(r)&&(e[n]={bind:r,update:r})}}function Fr(t,e,n){if(u(e)&&(e=e.options),Nr(e,n),Rr(e,n),Vr(e),!e._base&&(e.extends&&(t=Fr(t,e.extends,n)),e.mixins))for(var r=0,i=e.mixins.length;r<i;r++)t=Fr(t,e.mixins[r],n);var a,o={};for(a in t)s(a);for(a in e)C(t,a)||s(a);function s(r){var i=Ar[r]||Dr;o[r]=i(t[r],e[r],n,r)}return o}function Hr(t,e,n,r){if("string"===typeof n){var i=t[e];if(C(i,n))return i[n];var a=O(n);if(C(i,a))return i[a];var o=M(a);if(C(i,o))return i[o];var s=i[n]||i[a]||i[o];return s}}function Br(t,e,n,r){var i=e[t],a=!C(n,t),o=n[t],s=Yr(Boolean,i.type);if(s>-1)if(a&&!C(i,"default"))o=!1;else if(""===o||o===A(t)){var c=Yr(String,i.type);(c<0||s<c)&&(o=!0)}if(void 0===o){o=Ur(r,i,t);var l=jt;zt(!0),Rt(o),zt(l)}return o}function Ur(t,e,n){if(C(e,"default")){var r=e.default;return t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n]?t._props[n]:u(r)&&"Function"!==qr(e.type)?r.call(t):r}}var $r=/^\s*function (\w+)/;function qr(t){var e=t&&t.toString().match($r);return e?e[1]:""}function Wr(t,e){return qr(t)===qr(e)}function Yr(t,e){if(!i(e))return Wr(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Wr(e[n],t))return n;return-1}var Kr={enumerable:!0,configurable:!0,get:N,set:N};function Xr(t,e,n){Kr.get=function(){return this[e][n]},Kr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,Kr)}function Gr(t){var e=t.$options;if(e.props&&Zr(t,e.props),$e(t),e.methods&&ai(t,e.methods),e.data)Qr(t);else{var n=Rt(t._data={});n&&n.vmCount++}e.computed&&ei(t,e.computed),e.watch&&e.watch!==ct&&oi(t,e.watch)}function Zr(t,e){var n=t.$options.propsData||{},r=t._props=$t({}),i=t.$options._propKeys=[],a=!t.$parent;a||zt(!1);var o=function(a){i.push(a);var o=Br(a,e,n,t);Vt(r,a,o,void 0,!0),a in t||Xr(t,"_props",a)};for(var s in e)o(s);zt(!0)}function Qr(t){var e=t.$options.data;e=t._data=u(e)?Jr(e,t):e||{},d(e)||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);while(i--){var a=n[i];0,r&&C(r,a)||X(a)||Xr(t,"_data",a)}var o=Rt(e);o&&o.vmCount++}function Jr(t,e){Ot();try{return t.call(e,e)}catch(vs){return un(vs,e,"data()"),{}}finally{Mt()}}var ti={lazy:!0};function ei(t,e){var n=t._computedWatchers=Object.create(null),r=ht();for(var i in e){var a=e[i],o=u(a)?a:a.get;0,r||(n[i]=new zn(t,o||N,N,ti)),i in t||ni(t,i,a)}}function ni(t,e,n){var r=!ht();u(n)?(Kr.get=r?ri(e):ii(n),Kr.set=N):(Kr.get=n.get?r&&!1!==n.cache?ri(e):ii(n.get):N,Kr.set=n.set||N),Object.defineProperty(t,e,Kr)}function ri(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),St.target&&e.depend(),e.value}}function ii(t){return function(){return t.call(this,this)}}function ai(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?N:I(e[n],t)}function oi(t,e){for(var n in e){var r=e[n];if(i(r))for(var a=0;a<r.length;a++)si(t,n,r[a]);else si(t,n,r)}}function si(t,e,n,r){return d(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=t[n]),t.$watch(e,n,r)}function ci(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ft,t.prototype.$delete=Ht,t.prototype.$watch=function(t,e,n){var r=this;if(d(e))return si(r,t,e,n);n=n||{},n.user=!0;var i=new zn(r,t,e,n);if(n.immediate){var a='callback for immediate watcher "'.concat(i.expression,'"');Ot(),hn(e,r,[i.value],r,a),Mt()}return function(){i.teardown()}}}var li=0;function ui(t){t.prototype._init=function(t){var e=this;e._uid=li++,e._isVue=!0,e.__v_skip=!0,e._scope=new le(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?hi(e,t):e.$options=Fr(fi(e.constructor),t||{},e),e._renderProxy=e,e._self=e,$n(e),Dn(e),Ge(e),Zn(e,"beforeCreate",void 0,!1),vr(e),Gr(e),pr(e),Zn(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}function hi(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}function fi(t){var e=t.options;if(t.super){var n=fi(t.super),r=t.superOptions;if(n!==r){t.superOptions=n;var i=di(t);i&&z(t.extendOptions,i),e=t.options=Fr(n,t.extendOptions),e.name&&(e.components[e.name]=t)}}return e}function di(t){var e,n=t.options,r=t.sealedOptions;for(var i in n)n[i]!==r[i]&&(e||(e={}),e[i]=n[i]);return e}function pi(t){this._init(t)}function vi(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=j(arguments,1);return n.unshift(this),u(t.install)?t.install.apply(t,n):u(t)&&t.apply(null,n),e.push(t),this}}function gi(t){t.mixin=function(t){return this.options=Fr(this.options,t),this}}function mi(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var a=xr(t)||xr(n.options);var o=function(t){this._init(t)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=e++,o.options=Fr(n.options,t),o["super"]=n,o.options.props&&yi(o),o.options.computed&&bi(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,q.forEach((function(t){o[t]=n[t]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=t,o.sealedOptions=z({},o.options),i[r]=o,o}}function yi(t){var e=t.options.props;for(var n in e)Xr(t.prototype,"_props",n)}function bi(t){var e=t.options.computed;for(var n in e)ni(t.prototype,n,e[n])}function _i(t){q.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&d(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&u(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function xi(t){return t&&(xr(t.Ctor.options)||t.tag)}function wi(t,e){return i(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function ki(t,e){var n=t.cache,r=t.keys,i=t._vnode,a=t.$vnode;for(var o in n){var s=n[o];if(s){var c=s.name;c&&!e(c)&&Ci(n,o,r,i)}}a.componentOptions.children=void 0}function Ci(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,w(n,e)}ui(pi),ci(pi),Hn(pi),qn(pi),Qe(pi);var Si=[String,RegExp,Array],Ti={name:"keep-alive",abstract:!0,props:{include:Si,exclude:Si,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,r=t.vnodeToCache,i=t.keyToCache;if(r){var a=r.tag,o=r.componentInstance,s=r.componentOptions;e[i]={name:xi(s),tag:a,componentInstance:o},n.push(i),this.max&&n.length>parseInt(this.max)&&Ci(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Ci(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){ki(t,(function(t){return wi(e,t)}))})),this.$watch("exclude",(function(e){ki(t,(function(t){return!wi(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=nn(t),n=e&&e.componentOptions;if(n){var r=xi(n),i=this,a=i.include,o=i.exclude;if(a&&(!r||!wi(a,r))||o&&r&&wi(o,r))return e;var s=this,c=s.cache,l=s.keys,u=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;c[u]?(e.componentInstance=c[u].componentInstance,w(l,u),l.push(u)):(this.vnodeToCache=e,this.keyToCache=u),e.data.keepAlive=!0}return e||t&&t[0]}},Oi={KeepAlive:Ti};function Mi(t){var e={get:function(){return Y}};Object.defineProperty(t,"config",e),t.util={warn:Er,extend:z,mergeOptions:Fr,defineReactive:Vt},t.set=Ft,t.delete=Ht,t.nextTick=kn,t.observable=function(t){return Rt(t),t},t.options=Object.create(null),q.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,z(t.options.components,Oi),vi(t),gi(t),mi(t),_i(t)}Mi(pi),Object.defineProperty(pi.prototype,"$isServer",{get:ht}),Object.defineProperty(pi.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(pi,"FunctionalRenderContext",{value:mr}),pi.version=Mn;var Ei=_("style,class"),Ai=_("input,textarea,option,select,progress"),Pi=function(t,e,n){return"value"===n&&Ai(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Li=_("contenteditable,draggable,spellcheck"),Ii=_("events,caret,typing,plaintext-only"),ji=function(t,e){return Vi(e)||"false"===e?"false":"contenteditable"===t&&Ii(e)?e:"true"},zi=_("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),Di="http://www.w3.org/1999/xlink",Ni=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Ri=function(t){return Ni(t)?t.slice(6,t.length):""},Vi=function(t){return null==t||!1===t};function Fi(t){var e=t.data,n=t,r=t;while(o(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Hi(r.data,e));while(o(n=n.parent))n&&n.data&&(e=Hi(e,n.data));return Bi(e.staticClass,e.class)}function Hi(t,e){return{staticClass:Ui(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Bi(t,e){return o(t)||o(e)?Ui(t,$i(e)):""}function Ui(t,e){return t?e?t+" "+e:t:e||""}function $i(t){return Array.isArray(t)?qi(t):h(t)?Wi(t):"string"===typeof t?t:""}function qi(t){for(var e,n="",r=0,i=t.length;r<i;r++)o(e=$i(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}function Wi(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}var Yi={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ki=_("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Xi=_("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Gi=function(t){return Ki(t)||Xi(t)};function Zi(t){return Xi(t)?"svg":"math"===t?"math":void 0}var Qi=Object.create(null);function Ji(t){if(!tt)return!0;if(Gi(t))return!1;if(t=t.toLowerCase(),null!=Qi[t])return Qi[t];var e=document.createElement(t);return t.indexOf("-")>-1?Qi[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Qi[t]=/HTMLUnknownElement/.test(e.toString())}var ta=_("text,number,password,search,email,tel,url");function ea(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function na(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function ra(t,e){return document.createElementNS(Yi[t],e)}function ia(t){return document.createTextNode(t)}function aa(t){return document.createComment(t)}function oa(t,e,n){t.insertBefore(e,n)}function sa(t,e){t.removeChild(e)}function ca(t,e){t.appendChild(e)}function la(t){return t.parentNode}function ua(t){return t.nextSibling}function ha(t){return t.tagName}function fa(t,e){t.textContent=e}function da(t,e){t.setAttribute(e,"")}var pa=Object.freeze({__proto__:null,createElement:na,createElementNS:ra,createTextNode:ia,createComment:aa,insertBefore:oa,removeChild:sa,appendChild:ca,parentNode:la,nextSibling:ua,tagName:ha,setTextContent:fa,setStyleScope:da}),va={create:function(t,e){ga(e)},update:function(t,e){t.data.ref!==e.data.ref&&(ga(t,!0),ga(e))},destroy:function(t){ga(t,!0)}};function ga(t,e){var n=t.data.ref;if(o(n)){var r=t.context,a=t.componentInstance||t.elm,s=e?null:a,c=e?void 0:a;if(u(n))hn(n,r,[s],r,"template ref function");else{var l=t.data.refInFor,h="string"===typeof n||"number"===typeof n,f=Gt(n),d=r.$refs;if(h||f)if(l){var p=h?d[n]:n.value;e?i(p)&&w(p,a):i(p)?p.includes(a)||p.push(a):h?(d[n]=[a],ma(r,n,d[n])):n.value=[a]}else if(h){if(e&&d[n]!==a)return;d[n]=c,ma(r,n,s)}else if(f){if(e&&n.value!==a)return;n.value=s}else 0}}}function ma(t,e,n){var r=t._setupState;r&&C(r,e)&&(Gt(r[e])?r[e].value=n:r[e]=n)}var ya=new yt("",{},[]),ba=["create","activate","update","remove","destroy"];function _a(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&o(t.data)===o(e.data)&&xa(t,e)||s(t.isAsyncPlaceholder)&&a(e.asyncFactory.error))}function xa(t,e){if("input"!==t.tag)return!0;var n,r=o(n=t.data)&&o(n=n.attrs)&&n.type,i=o(n=e.data)&&o(n=n.attrs)&&n.type;return r===i||ta(r)&&ta(i)}function wa(t,e,n){var r,i,a={};for(r=e;r<=n;++r)i=t[r].key,o(i)&&(a[i]=r);return a}function ka(t){var e,n,r={},c=t.modules,u=t.nodeOps;for(e=0;e<ba.length;++e)for(r[ba[e]]=[],n=0;n<c.length;++n)o(c[n][ba[e]])&&r[ba[e]].push(c[n][ba[e]]);function h(t){return new yt(u.tagName(t).toLowerCase(),{},[],void 0,t)}function f(t,e){function n(){0===--n.listeners&&d(t)}return n.listeners=e,n}function d(t){var e=u.parentNode(t);o(e)&&u.removeChild(e,t)}function p(t,e,n,r,i,a,c){if(o(t.elm)&&o(a)&&(t=a[c]=xt(t)),t.isRootInsert=!i,!v(t,e,n,r)){var l=t.data,h=t.children,f=t.tag;o(f)?(t.elm=t.ns?u.createElementNS(t.ns,f):u.createElement(f,t),k(t),b(t,h,e),o(l)&&w(t,e),y(n,t.elm,r)):s(t.isComment)?(t.elm=u.createComment(t.text),y(n,t.elm,r)):(t.elm=u.createTextNode(t.text),y(n,t.elm,r))}}function v(t,e,n,r){var i=t.data;if(o(i)){var a=o(t.componentInstance)&&i.keepAlive;if(o(i=i.hook)&&o(i=i.init)&&i(t,!1),o(t.componentInstance))return g(t,e),y(n,t.elm,r),s(a)&&m(t,e,n,r),!0}}function g(t,e){o(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,x(t)?(w(t,e),k(t)):(ga(t),e.push(t))}function m(t,e,n,i){var a,s=t;while(s.componentInstance)if(s=s.componentInstance._vnode,o(a=s.data)&&o(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](ya,s);e.push(s);break}y(n,t.elm,i)}function y(t,e,n){o(t)&&(o(n)?u.parentNode(n)===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function b(t,e,n){if(i(e)){0;for(var r=0;r<e.length;++r)p(e[r],n,t.elm,null,!0,e,r)}else l(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function x(t){while(t.componentInstance)t=t.componentInstance._vnode;return o(t.tag)}function w(t,n){for(var i=0;i<r.create.length;++i)r.create[i](ya,t);e=t.data.hook,o(e)&&(o(e.create)&&e.create(ya,t),o(e.insert)&&n.push(t))}function k(t){var e;if(o(e=t.fnScopeId))u.setStyleScope(t.elm,e);else{var n=t;while(n)o(e=n.context)&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent}o(e=Bn)&&e!==t.context&&e!==t.fnContext&&o(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function C(t,e,n,r,i,a){for(;r<=i;++r)p(n[r],a,t,e,!1,n,r)}function S(t){var e,n,i=t.data;if(o(i))for(o(e=i.hook)&&o(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(o(e=t.children))for(n=0;n<t.children.length;++n)S(t.children[n])}function T(t,e,n){for(;e<=n;++e){var r=t[e];o(r)&&(o(r.tag)?(O(r),S(r)):d(r.elm))}}function O(t,e){if(o(e)||o(t.data)){var n,i=r.remove.length+1;for(o(e)?e.listeners+=i:e=f(t.elm,i),o(n=t.componentInstance)&&o(n=n._vnode)&&o(n.data)&&O(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);o(n=t.data.hook)&&o(n=n.remove)?n(t,e):e()}else d(t.elm)}function M(t,e,n,r,i){var s,c,l,h,f=0,d=0,v=e.length-1,g=e[0],m=e[v],y=n.length-1,b=n[0],_=n[y],x=!i;while(f<=v&&d<=y)a(g)?g=e[++f]:a(m)?m=e[--v]:_a(g,b)?(A(g,b,r,n,d),g=e[++f],b=n[++d]):_a(m,_)?(A(m,_,r,n,y),m=e[--v],_=n[--y]):_a(g,_)?(A(g,_,r,n,y),x&&u.insertBefore(t,g.elm,u.nextSibling(m.elm)),g=e[++f],_=n[--y]):_a(m,b)?(A(m,b,r,n,d),x&&u.insertBefore(t,m.elm,g.elm),m=e[--v],b=n[++d]):(a(s)&&(s=wa(e,f,v)),c=o(b.key)?s[b.key]:E(b,e,f,v),a(c)?p(b,r,t,g.elm,!1,n,d):(l=e[c],_a(l,b)?(A(l,b,r,n,d),e[c]=void 0,x&&u.insertBefore(t,l.elm,g.elm)):p(b,r,t,g.elm,!1,n,d)),b=n[++d]);f>v?(h=a(n[y+1])?null:n[y+1].elm,C(t,h,n,d,y,r)):d>y&&T(e,f,v)}function E(t,e,n,r){for(var i=n;i<r;i++){var a=e[i];if(o(a)&&_a(t,a))return i}}function A(t,e,n,i,c,l){if(t!==e){o(e.elm)&&o(i)&&(e=i[c]=xt(e));var h=e.elm=t.elm;if(s(t.isAsyncPlaceholder))o(e.asyncFactory.resolved)?I(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(s(e.isStatic)&&s(t.isStatic)&&e.key===t.key&&(s(e.isCloned)||s(e.isOnce)))e.componentInstance=t.componentInstance;else{var f,d=e.data;o(d)&&o(f=d.hook)&&o(f=f.prepatch)&&f(t,e);var p=t.children,v=e.children;if(o(d)&&x(e)){for(f=0;f<r.update.length;++f)r.update[f](t,e);o(f=d.hook)&&o(f=f.update)&&f(t,e)}a(e.text)?o(p)&&o(v)?p!==v&&M(h,p,v,n,l):o(v)?(o(t.text)&&u.setTextContent(h,""),C(h,null,v,0,v.length-1,n)):o(p)?T(p,0,p.length-1):o(t.text)&&u.setTextContent(h,""):t.text!==e.text&&u.setTextContent(h,e.text),o(d)&&o(f=d.hook)&&o(f=f.postpatch)&&f(t,e)}}}function P(t,e,n){if(s(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var L=_("attrs,class,staticClass,staticStyle,key");function I(t,e,n,r){var i,a=e.tag,c=e.data,l=e.children;if(r=r||c&&c.pre,e.elm=t,s(e.isComment)&&o(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(o(c)&&(o(i=c.hook)&&o(i=i.init)&&i(e,!0),o(i=e.componentInstance)))return g(e,n),!0;if(o(a)){if(o(l))if(t.hasChildNodes())if(o(i=c)&&o(i=i.domProps)&&o(i=i.innerHTML)){if(i!==t.innerHTML)return!1}else{for(var u=!0,h=t.firstChild,f=0;f<l.length;f++){if(!h||!I(h,l[f],n,r)){u=!1;break}h=h.nextSibling}if(!u||h)return!1}else b(e,l,n);if(o(c)){var d=!1;for(var p in c)if(!L(p)){d=!0,w(e,n);break}!d&&c["class"]&&Pn(c["class"])}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,i){if(!a(e)){var c=!1,l=[];if(a(t))c=!0,p(e,l);else{var f=o(t.nodeType);if(!f&&_a(t,e))A(t,e,l,null,null,i);else{if(f){if(1===t.nodeType&&t.hasAttribute($)&&(t.removeAttribute($),n=!0),s(n)&&I(t,e,l))return P(e,l,!0),t;t=h(t)}var d=t.elm,v=u.parentNode(d);if(p(e,l,d._leaveCb?null:v,u.nextSibling(d)),o(e.parent)){var g=e.parent,m=x(e);while(g){for(var y=0;y<r.destroy.length;++y)r.destroy[y](g);if(g.elm=e.elm,m){for(var b=0;b<r.create.length;++b)r.create[b](ya,g);var _=g.data.hook.insert;if(_.merged)for(var w=_.fns.slice(1),k=0;k<w.length;k++)w[k]()}else ga(g);g=g.parent}}o(v)?T([t],0,0):o(t.tag)&&S(t)}}return P(e,l,c),e.elm}o(t)&&S(t)}}var Ca={create:Sa,update:Sa,destroy:function(t){Sa(t,ya)}};function Sa(t,e){(t.data.directives||e.data.directives)&&Ta(t,e)}function Ta(t,e){var n,r,i,a=t===ya,o=e===ya,s=Ma(t.data.directives,t.context),c=Ma(e.data.directives,e.context),l=[],u=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,Aa(i,"update",e,t),i.def&&i.def.componentUpdated&&u.push(i)):(Aa(i,"bind",e,t),i.def&&i.def.inserted&&l.push(i));if(l.length){var h=function(){for(var n=0;n<l.length;n++)Aa(l[n],"inserted",e,t)};a?ge(e,"insert",h):h()}if(u.length&&ge(e,"postpatch",(function(){for(var n=0;n<u.length;n++)Aa(u[n],"componentUpdated",e,t)})),!a)for(n in s)c[n]||Aa(s[n],"unbind",t,t,o)}var Oa=Object.create(null);function Ma(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++){if(r=t[n],r.modifiers||(r.modifiers=Oa),i[Ea(r)]=r,e._setupState&&e._setupState.__sfc){var a=r.def||Hr(e,"_setupState","v-"+r.name);r.def="function"===typeof a?{bind:a,update:a}:a}r.def=r.def||Hr(e.$options,"directives",r.name,!0)}return i}function Ea(t){return t.rawName||"".concat(t.name,".").concat(Object.keys(t.modifiers||{}).join("."))}function Aa(t,e,n,r,i){var a=t.def&&t.def[e];if(a)try{a(n.elm,t,n,r,i)}catch(vs){un(vs,n.context,"directive ".concat(t.name," ").concat(e," hook"))}}var Pa=[va,Ca];function La(t,e){var n=e.componentOptions;if((!o(n)||!1!==n.Ctor.options.inheritAttrs)&&(!a(t.data.attrs)||!a(e.data.attrs))){var r,i,c,l=e.elm,u=t.data.attrs||{},h=e.data.attrs||{};for(r in(o(h.__ob__)||s(h._v_attr_proxy))&&(h=e.data.attrs=z({},h)),h)i=h[r],c=u[r],c!==i&&Ia(l,r,i,e.data.pre);for(r in(nt||it)&&h.value!==u.value&&Ia(l,"value",h.value),u)a(h[r])&&(Ni(r)?l.removeAttributeNS(Di,Ri(r)):Li(r)||l.removeAttribute(r))}}function Ia(t,e,n,r){r||t.tagName.indexOf("-")>-1?ja(t,e,n):zi(e)?Vi(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Li(e)?t.setAttribute(e,ji(e,n)):Ni(e)?Vi(n)?t.removeAttributeNS(Di,Ri(e)):t.setAttributeNS(Di,e,n):ja(t,e,n)}function ja(t,e,n){if(Vi(n))t.removeAttribute(e);else{if(nt&&!rt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var za={create:La,update:La};function Da(t,e){var n=e.elm,r=e.data,i=t.data;if(!(a(r.staticClass)&&a(r.class)&&(a(i)||a(i.staticClass)&&a(i.class)))){var s=Fi(e),c=n._transitionClasses;o(c)&&(s=Ui(s,$i(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Na,Ra={create:Da,update:Da},Va="__r",Fa="__c";function Ha(t){if(o(t[Va])){var e=nt?"change":"input";t[e]=[].concat(t[Va],t[e]||[]),delete t[Va]}o(t[Fa])&&(t.change=[].concat(t[Fa],t.change||[]),delete t[Fa])}function Ba(t,e,n){var r=Na;return function i(){var a=e.apply(null,arguments);null!==a&&qa(t,i,n,r)}}var Ua=vn&&!(st&&Number(st[1])<=53);function $a(t,e,n,r){if(Ua){var i=ar,a=e;e=a._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return a.apply(this,arguments)}}Na.addEventListener(t,e,lt?{capture:n,passive:r}:n)}function qa(t,e,n,r){(r||Na).removeEventListener(t,e._wrapper||e,n)}function Wa(t,e){if(!a(t.data.on)||!a(e.data.on)){var n=e.data.on||{},r=t.data.on||{};Na=e.elm||t.elm,Ha(n),ve(n,r,$a,qa,Ba,e.context),Na=void 0}}var Ya,Ka={create:Wa,update:Wa,destroy:function(t){return Wa(t,ya)}};function Xa(t,e){if(!a(t.data.domProps)||!a(e.data.domProps)){var n,r,i=e.elm,c=t.data.domProps||{},l=e.data.domProps||{};for(n in(o(l.__ob__)||s(l._v_attr_proxy))&&(l=e.data.domProps=z({},l)),c)n in l||(i[n]="");for(n in l){if(r=l[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===c[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=r;var u=a(r)?"":String(r);Ga(i,u)&&(i.value=u)}else if("innerHTML"===n&&Xi(i.tagName)&&a(i.innerHTML)){Ya=Ya||document.createElement("div"),Ya.innerHTML="<svg>".concat(r,"</svg>");var h=Ya.firstChild;while(i.firstChild)i.removeChild(i.firstChild);while(h.firstChild)i.appendChild(h.firstChild)}else if(r!==c[n])try{i[n]=r}catch(vs){}}}}function Ga(t,e){return!t.composing&&("OPTION"===t.tagName||Za(t,e)||Qa(t,e))}function Za(t,e){var n=!0;try{n=document.activeElement!==t}catch(vs){}return n&&t.value!==e}function Qa(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return b(n)!==b(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var Ja={create:Xa,update:Xa},to=S((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function eo(t){var e=no(t.style);return t.staticStyle?z(t.staticStyle,e):e}function no(t){return Array.isArray(t)?D(t):"string"===typeof t?to(t):t}function ro(t,e){var n,r={};if(e){var i=t;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=eo(i.data))&&z(r,n)}(n=eo(t.data))&&z(r,n);var a=t;while(a=a.parent)a.data&&(n=eo(a.data))&&z(r,n);return r}var io,ao=/^--/,oo=/\s*!important$/,so=function(t,e,n){if(ao.test(e))t.style.setProperty(e,n);else if(oo.test(n))t.style.setProperty(A(e),n.replace(oo,""),"important");else{var r=lo(e);if(Array.isArray(n))for(var i=0,a=n.length;i<a;i++)t.style[r]=n[i];else t.style[r]=n}},co=["Webkit","Moz","ms"],lo=S((function(t){if(io=io||document.createElement("div").style,t=O(t),"filter"!==t&&t in io)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<co.length;n++){var r=co[n]+e;if(r in io)return r}}));function uo(t,e){var n=e.data,r=t.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var i,s,c=e.elm,l=r.staticStyle,u=r.normalizedStyle||r.style||{},h=l||u,f=no(e.data.style)||{};e.data.normalizedStyle=o(f.__ob__)?z({},f):f;var d=ro(e,!0);for(s in h)a(d[s])&&so(c,s,"");for(s in d)i=d[s],so(c,s,null==i?"":i)}}var ho={create:uo,update:uo},fo=/\s+/;function po(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(fo).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function vo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(fo).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function go(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&z(e,mo(t.name||"v")),z(e,t),e}return"string"===typeof t?mo(t):void 0}}var mo=S((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),yo=tt&&!rt,bo="transition",_o="animation",xo="transition",wo="transitionend",ko="animation",Co="animationend";yo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(xo="WebkitTransition",wo="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ko="WebkitAnimation",Co="webkitAnimationEnd"));var So=tt?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function To(t){So((function(){So(t)}))}function Oo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),po(t,e))}function Mo(t,e){t._transitionClasses&&w(t._transitionClasses,e),vo(t,e)}function Eo(t,e,n){var r=Po(t,e),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s=i===bo?wo:Co,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=o&&l()};setTimeout((function(){c<o&&l()}),a+1),t.addEventListener(s,u)}var Ao=/\b(transform|all)(,|$)/;function Po(t,e){var n,r=window.getComputedStyle(t),i=(r[xo+"Delay"]||"").split(", "),a=(r[xo+"Duration"]||"").split(", "),o=Lo(i,a),s=(r[ko+"Delay"]||"").split(", "),c=(r[ko+"Duration"]||"").split(", "),l=Lo(s,c),u=0,h=0;e===bo?o>0&&(n=bo,u=o,h=a.length):e===_o?l>0&&(n=_o,u=l,h=c.length):(u=Math.max(o,l),n=u>0?o>l?bo:_o:null,h=n?n===bo?a.length:c.length:0);var f=n===bo&&Ao.test(r[xo+"Property"]);return{type:n,timeout:u,propCount:h,hasTransform:f}}function Lo(t,e){while(t.length<e.length)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return Io(e)+Io(t[n])})))}function Io(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function jo(t,e){var n=t.elm;o(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=go(t.data.transition);if(!a(r)&&!o(n._enterCb)&&1===n.nodeType){var i=r.css,s=r.type,c=r.enterClass,l=r.enterToClass,f=r.enterActiveClass,d=r.appearClass,p=r.appearToClass,v=r.appearActiveClass,g=r.beforeEnter,m=r.enter,y=r.afterEnter,_=r.enterCancelled,x=r.beforeAppear,w=r.appear,k=r.afterAppear,C=r.appearCancelled,S=r.duration,T=Bn,O=Bn.$vnode;while(O&&O.parent)T=O.context,O=O.parent;var M=!T._isMounted||!t.isRootInsert;if(!M||w||""===w){var E=M&&d?d:c,A=M&&v?v:f,P=M&&p?p:l,L=M&&x||g,I=M&&u(w)?w:m,j=M&&k||y,z=M&&C||_,D=b(h(S)?S.enter:S);0;var N=!1!==i&&!rt,R=No(I),V=n._enterCb=B((function(){N&&(Mo(n,P),Mo(n,A)),V.cancelled?(N&&Mo(n,E),z&&z(n)):j&&j(n),n._enterCb=null}));t.data.show||ge(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),I&&I(n,V)})),L&&L(n),N&&(Oo(n,E),Oo(n,A),To((function(){Mo(n,E),V.cancelled||(Oo(n,P),R||(Do(D)?setTimeout(V,D):Eo(n,s,V)))}))),t.data.show&&(e&&e(),I&&I(n,V)),N||R||V()}}}function zo(t,e){var n=t.elm;o(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=go(t.data.transition);if(a(r)||1!==n.nodeType)return e();if(!o(n._leaveCb)){var i=r.css,s=r.type,c=r.leaveClass,l=r.leaveToClass,u=r.leaveActiveClass,f=r.beforeLeave,d=r.leave,p=r.afterLeave,v=r.leaveCancelled,g=r.delayLeave,m=r.duration,y=!1!==i&&!rt,_=No(d),x=b(h(m)?m.leave:m);0;var w=n._leaveCb=B((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),y&&(Mo(n,l),Mo(n,u)),w.cancelled?(y&&Mo(n,c),v&&v(n)):(e(),p&&p(n)),n._leaveCb=null}));g?g(k):k()}function k(){w.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),f&&f(n),y&&(Oo(n,c),Oo(n,u),To((function(){Mo(n,c),w.cancelled||(Oo(n,l),_||(Do(x)?setTimeout(w,x):Eo(n,s,w)))}))),d&&d(n,w),y||_||w())}}function Do(t){return"number"===typeof t&&!isNaN(t)}function No(t){if(a(t))return!1;var e=t.fns;return o(e)?No(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Ro(t,e){!0!==e.data.show&&jo(e)}var Vo=tt?{create:Ro,activate:Ro,remove:function(t,e){!0!==t.data.show?zo(t,e):e()}}:{},Fo=[za,Ra,Ka,Ja,ho,Vo],Ho=Fo.concat(Pa),Bo=ka({nodeOps:pa,modules:Ho});rt&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Go(t,"input")}));var Uo={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?ge(n,"postpatch",(function(){Uo.componentUpdated(t,e,n)})):$o(t,e,n.context),t._vOptions=[].map.call(t.options,Yo)):("textarea"===n.tag||ta(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",Ko),t.addEventListener("compositionend",Xo),t.addEventListener("change",Xo),rt&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){$o(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,Yo);if(i.some((function(t,e){return!F(t,r[e])}))){var a=t.multiple?e.value.some((function(t){return Wo(t,i)})):e.value!==e.oldValue&&Wo(e.value,i);a&&Go(t,"change")}}}};function $o(t,e,n){qo(t,e,n),(nt||it)&&setTimeout((function(){qo(t,e,n)}),0)}function qo(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,c=t.options.length;s<c;s++)if(o=t.options[s],i)a=H(r,Yo(o))>-1,o.selected!==a&&(o.selected=a);else if(F(Yo(o),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function Wo(t,e){return e.every((function(e){return!F(e,t)}))}function Yo(t){return"_value"in t?t._value:t.value}function Ko(t){t.target.composing=!0}function Xo(t){t.target.composing&&(t.target.composing=!1,Go(t.target,"input"))}function Go(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Zo(t){return!t.componentInstance||t.data&&t.data.transition?t:Zo(t.componentInstance._vnode)}var Qo={bind:function(t,e,n){var r=e.value;n=Zo(n);var i=n.data&&n.data.transition,a=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,jo(n,(function(){t.style.display=a}))):t.style.display=r?a:"none"},update:function(t,e,n){var r=e.value,i=e.oldValue;if(!r!==!i){n=Zo(n);var a=n.data&&n.data.transition;a?(n.data.show=!0,r?jo(n,(function(){t.style.display=t.__vOriginalDisplay})):zo(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}},Jo={model:Uo,show:Qo},ts={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function es(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?es(nn(e.children)):t}function ns(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var r in i)e[O(r)]=i[r];return e}function rs(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function is(t){while(t=t.parent)if(t.data.transition)return!0}function as(t,e){return e.key===t.key&&e.tag===t.tag}var os=function(t){return t.tag||Fe(t)},ss=function(t){return"show"===t.name},cs={name:"transition",props:ts,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(os),n.length)){0;var r=this.mode;0;var i=n[0];if(is(this.$vnode))return i;var a=es(i);if(!a)return i;if(this._leaving)return rs(t,i);var o="__transition-".concat(this._uid,"-");a.key=null==a.key?a.isComment?o+"comment":o+a.tag:l(a.key)?0===String(a.key).indexOf(o)?a.key:o+a.key:a.key;var s=(a.data||(a.data={})).transition=ns(this),c=this._vnode,u=es(c);if(a.data.directives&&a.data.directives.some(ss)&&(a.data.show=!0),u&&u.data&&!as(a,u)&&!Fe(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var h=u.data.transition=z({},s);if("out-in"===r)return this._leaving=!0,ge(h,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),rs(t,i);if("in-out"===r){if(Fe(a))return c;var f,d=function(){f()};ge(s,"afterEnter",d),ge(s,"enterCancelled",d),ge(h,"delayLeave",(function(t){f=t}))}}return i}}},ls=z({tag:String,moveClass:String},ts);delete ls.mode;var us={props:ls,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=Un(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=ns(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))a.push(c),n[c.key]=c,(c.data||(c.data={})).transition=o;else;}if(r){var l=[],u=[];for(s=0;s<r.length;s++){c=r[s];c.data.transition=o,c.data.pos=c.elm.getBoundingClientRect(),n[c.key]?l.push(c):u.push(c)}this.kept=t(e,null,l),this.removed=u}return t(e,null,a)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(hs),t.forEach(fs),t.forEach(ds),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Oo(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(wo,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(wo,t),n._moveCb=null,Mo(n,e))})}})))},methods:{hasMove:function(t,e){if(!yo)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){vo(n,t)})),po(n,e),n.style.display="none",this.$el.appendChild(n);var r=Po(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function hs(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function fs(t){t.data.newPos=t.elm.getBoundingClientRect()}function ds(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var a=t.elm.style;a.transform=a.WebkitTransform="translate(".concat(r,"px,").concat(i,"px)"),a.transitionDuration="0s"}}var ps={Transition:cs,TransitionGroup:us};pi.config.mustUseProp=Pi,pi.config.isReservedTag=Gi,pi.config.isReservedAttr=Ei,pi.config.getTagNamespace=Zi,pi.config.isUnknownElement=Ji,z(pi.options.directives,Jo),z(pi.options.components,ps),pi.prototype.__patch__=tt?Bo:N,pi.prototype.$mount=function(t,e){return t=t&&tt?ea(t):void 0,Wn(this,t,e)},tt&&setTimeout((function(){Y.devtools&&ft&&ft.emit("init",pi)}),0)}).call(this,n("c8ba"))},"2b10":function(t,e){function n(t,e,n){var r=-1,i=t.length;e<0&&(e=-e>i?0:i+e),n=n>i?i:n,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;var a=Array(i);while(++r<i)a[r]=t[r+e];return a}t.exports=n},"2b19":function(t,e,n){"use strict";var r=n("23e7"),i=n("129f");r({target:"Object",stat:!0},{is:i})},"2b3d":function(t,e,n){"use strict";n("4002")},"2b3e":function(t,e,n){var r=n("585a"),i="object"==typeof self&&self&&self.Object===Object&&self,a=r||i||Function("return this")();t.exports=a},"2b89":function(t,e,n){"use strict";n.d(e,"h",(function(){return O})),n.d(e,"a",(function(){return M})),n.d(e,"b",(function(){return E})),n.d(e,"e",(function(){return A})),n.d(e,"f",(function(){return P})),n.d(e,"g",(function(){return L})),n.d(e,"c",(function(){return I})),n.d(e,"i",(function(){return j})),n.d(e,"d",(function(){return z}));var r=n("1098"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("b24f"),c=n.n(s),l=/iPhone/i,u=/iPod/i,h=/iPad/i,f=/\bAndroid(?:.+)Mobile\b/i,d=/Android/i,p=/\bAndroid(?:.+)SD4930UR\b/i,v=/\bAndroid(?:.+)(?:KF[A-Z]{2,4})\b/i,g=/Windows Phone/i,m=/\bWindows(?:.+)ARM\b/i,y=/BlackBerry/i,b=/BB10/i,_=/Opera Mini/i,x=/\b(CriOS|Chrome)(?:.+)Mobile/i,w=/Mobile(?:.+)Firefox\b/i;function k(t,e){return t.test(e)}function C(t){var e=t||("undefined"!==typeof navigator?navigator.userAgent:""),n=e.split("[FBAN");if("undefined"!==typeof n[1]){var r=n,i=c()(r,1);e=i[0]}if(n=e.split("Twitter"),"undefined"!==typeof n[1]){var a=n,o=c()(a,1);e=o[0]}var s={apple:{phone:k(l,e)&&!k(g,e),ipod:k(u,e),tablet:!k(l,e)&&k(h,e)&&!k(g,e),device:(k(l,e)||k(u,e)||k(h,e))&&!k(g,e)},amazon:{phone:k(p,e),tablet:!k(p,e)&&k(v,e),device:k(p,e)||k(v,e)},android:{phone:!k(g,e)&&k(p,e)||!k(g,e)&&k(f,e),tablet:!k(g,e)&&!k(p,e)&&!k(f,e)&&(k(v,e)||k(d,e)),device:!k(g,e)&&(k(p,e)||k(v,e)||k(f,e)||k(d,e))||k(/\bokhttp\b/i,e)},windows:{phone:k(g,e),tablet:k(m,e),device:k(g,e)||k(m,e)},other:{blackberry:k(y,e),blackberry10:k(b,e),opera:k(_,e),firefox:k(w,e),chrome:k(x,e),device:k(y,e)||k(b,e)||k(_,e)||k(w,e)||k(x,e)},any:null,phone:null,tablet:null};return s.any=s.apple.device||s.android.device||s.windows.device||s.other.device,s.phone=s.apple.phone||s.android.phone||s.windows.phone,s.tablet=s.apple.tablet||s.android.tablet||s.windows.tablet,s}var S=o()({},C(),{isMobile:C}),T=S;function O(){}function M(t,e,n){var r=e||"";return void 0===t.key?r+"item_"+n:t.key}function E(t){return t+"-menu-"}function A(t,e){var n=-1;t.forEach((function(t){n++,t&&t.type&&t.type.isMenuItemGroup?t.$slots["default"].forEach((function(r){n++,t.componentOptions&&e(r,n)})):t.componentOptions&&e(t,n)}))}function P(t,e,n){t&&!n.find&&t.forEach((function(t){if(!n.find&&(!t.data||!t.data.slot||"default"===t.data.slot)&&t&&t.componentOptions){var r=t.componentOptions.Ctor.options;if(!r||!(r.isSubMenu||r.isMenuItem||r.isMenuItemGroup))return;-1!==e.indexOf(t.key)?n.find=!0:t.componentOptions.children&&P(t.componentOptions.children,e,n)}}))}var L={props:["defaultSelectedKeys","selectedKeys","defaultOpenKeys","openKeys","mode","getPopupContainer","openTransitionName","openAnimation","subMenuOpenDelay","subMenuCloseDelay","forceSubMenuRender","triggerSubMenuAction","level","selectable","multiple","visible","focusable","defaultActiveFirst","prefixCls","inlineIndent","parentMenu","title","rootPrefixCls","eventKey","active","popupAlign","popupOffset","isOpen","renderMenuItem","manualRef","subMenuKey","disabled","index","isSelected","store","activeKey","builtinPlacements","overflowedIndicator","attribute","value","popupClassName","inlineCollapsed","menu","theme","itemIcon","expandIcon"],on:["select","deselect","destroy","openChange","itemHover","titleMouseenter","titleMouseleave","titleClick"]},I=function(t){var e=t&&"function"===typeof t.getBoundingClientRect&&t.getBoundingClientRect().width;return e&&(e=+e.toFixed(6)),e||0},j=function(t,e,n){t&&"object"===i()(t.style)&&(t.style[e]=n)},z=function(){return T.any}},"2b8c":function(t,e,n){var r=n("be09"),i=t.exports={WebVTT:n("d02c4"),VTTCue:n("b03c"),VTTRegion:n("f97d")};r.vttjs=i,r.WebVTT=i.WebVTT;var a=i.VTTCue,o=i.VTTRegion,s=r.VTTCue,c=r.VTTRegion;i.shim=function(){r.VTTCue=a,r.VTTRegion=o},i.restore=function(){r.VTTCue=s,r.VTTRegion=c},r.VTTCue||i.shim()},"2ba4":function(t,e,n){"use strict";var r=n("40d5"),i=Function.prototype,a=i.apply,o=i.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?o.bind(a):function(){return o.apply(a,arguments)})},"2c66":function(t,e,n){var r=n("d612"),i=n("8db3"),a=n("5edf"),o=n("c584"),s=n("750a"),c=n("ac41"),l=200;function u(t,e,n){var u=-1,h=i,f=t.length,d=!0,p=[],v=p;if(n)d=!1,h=a;else if(f>=l){var g=e?null:s(t);if(g)return c(g);d=!1,h=o,v=new r}else v=e?[]:p;t:while(++u<f){var m=t[u],y=e?e(m):m;if(m=n||0!==m?m:0,d&&y===y){var b=v.length;while(b--)if(v[b]===y)continue t;e&&v.push(y),p.push(m)}else h(v,y,n)||(v!==p&&v.push(y),p.push(m))}return p}t.exports=u},"2c6a":function(t,e,n){},"2c80":function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e["default"]=o;var i=n("134b"),a=r(i);function o(t,e,n,r){function i(e){var r=new a["default"](e);n.call(t,r)}if(t.addEventListener){var o=function(){var n=!1;return"object"===typeof r?n=r.capture||!1:"boolean"===typeof r&&(n=r),t.addEventListener(e,i,r||!1),{v:{remove:function(){t.removeEventListener(e,i,n)}}}}();if("object"===typeof o)return o.v}else if(t.attachEvent)return t.attachEvent("on"+e,i),{remove:function(){t.detachEvent("on"+e,i)}}}t.exports=e["default"]},"2c92":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("0c63"),o=n("4d26"),s=n.n(o),c=n("b488"),l=n("4d91"),u=n("94eb"),h=n("daa3"),f=n("7b05"),d=n("9cba"),p=n("db14");function v(){}var g={type:l["a"].oneOf(["success","info","warning","error"]),closable:l["a"].bool,closeText:l["a"].any,message:l["a"].any,description:l["a"].any,afterClose:l["a"].func.def(v),showIcon:l["a"].bool,iconType:l["a"].string,prefixCls:l["a"].string,banner:l["a"].bool,icon:l["a"].any},m={name:"AAlert",props:g,mixins:[c["a"]],inject:{configProvider:{default:function(){return d["a"]}}},data:function(){return{closing:!1,closed:!1}},methods:{handleClose:function(t){t.preventDefault();var e=this.$el;e.style.height=e.offsetHeight+"px",e.style.height=e.offsetHeight+"px",this.setState({closing:!0}),this.$emit("close",t)},animationEnd:function(){this.setState({closing:!1,closed:!0}),this.afterClose()}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.banner,o=this.closing,c=this.closed,l=this.configProvider.getPrefixCls,d=l("alert",n),p=this.closable,v=this.type,g=this.showIcon,m=this.iconType,y=Object(h["g"])(this,"closeText"),b=Object(h["g"])(this,"description"),_=Object(h["g"])(this,"message"),x=Object(h["g"])(this,"icon");g=!(!r||void 0!==g)||g,v=r&&void 0===v?"warning":v||"info";var w="filled";if(!m){switch(v){case"success":m="check-circle";break;case"info":m="info-circle";break;case"error":m="close-circle";break;case"warning":m="exclamation-circle";break;default:m="default"}b&&(w="outlined")}y&&(p=!0);var k=s()(d,(t={},i()(t,d+"-"+v,!0),i()(t,d+"-closing",o),i()(t,d+"-with-description",!!b),i()(t,d+"-no-icon",!g),i()(t,d+"-banner",!!r),i()(t,d+"-closable",p),t)),C=p?e("button",{attrs:{type:"button",tabIndex:0},on:{click:this.handleClose},class:d+"-close-icon"},[y?e("span",{class:d+"-close-text"},[y]):e(a["a"],{attrs:{type:"close"}})]):null,S=x&&(Object(h["w"])(x)?Object(f["a"])(x,{class:d+"-icon"}):e("span",{class:d+"-icon"},[x]))||e(a["a"],{class:d+"-icon",attrs:{type:m,theme:w}}),T=Object(u["a"])(d+"-slide-up",{appear:!1,afterLeave:this.animationEnd});return c?null:e("transition",T,[e("div",{directives:[{name:"show",value:!o}],class:k,attrs:{"data-show":!o}},[g?S:null,e("span",{class:d+"-message"},[_]),e("span",{class:d+"-description"},[b]),C])])},install:function(t){t.use(p["a"]),t.component(m.name,m)}};e["a"]=m},"2ca0":function(t,e,n){"use strict";var r=n("23e7"),i=n("4625"),a=n("06cf").f,o=n("50c4"),s=n("577e"),c=n("5a34"),l=n("1d80"),u=n("ab13"),h=n("c430"),f=i("".slice),d=Math.min,p=u("startsWith"),v=!h&&!p&&!!function(){var t=a(String.prototype,"startsWith");return t&&!t.writable}();r({target:"String",proto:!0,forced:!v&&!p},{startsWith:function(t){var e=s(l(this));c(t);var n=o(d(arguments.length>1?arguments[1]:void 0,e.length)),r=s(t);return f(e,n,n+r.length)===r}})},"2cc6":function(t,e){var n="auto",r={"":1,lr:1,rl:1},i={start:1,center:1,end:1,left:1,right:1,auto:1,"line-left":1,"line-right":1};function a(t){if("string"!==typeof t)return!1;var e=r[t.toLowerCase()];return!!e&&t.toLowerCase()}function o(t){if("string"!==typeof t)return!1;var e=i[t.toLowerCase()];return!!e&&t.toLowerCase()}function s(t,e,r){this.hasBeenReset=!1;var i="",s=!1,c=t,l=e,u=r,h=null,f="",d=!0,p="auto",v="start",g="auto",m="auto",y=100,b="center";Object.defineProperties(this,{id:{enumerable:!0,get:function(){return i},set:function(t){i=""+t}},pauseOnExit:{enumerable:!0,get:function(){return s},set:function(t){s=!!t}},startTime:{enumerable:!0,get:function(){return c},set:function(t){if("number"!==typeof t)throw new TypeError("Start time must be set to a number.");c=t,this.hasBeenReset=!0}},endTime:{enumerable:!0,get:function(){return l},set:function(t){if("number"!==typeof t)throw new TypeError("End time must be set to a number.");l=t,this.hasBeenReset=!0}},text:{enumerable:!0,get:function(){return u},set:function(t){u=""+t,this.hasBeenReset=!0}},region:{enumerable:!0,get:function(){return h},set:function(t){h=t,this.hasBeenReset=!0}},vertical:{enumerable:!0,get:function(){return f},set:function(t){var e=a(t);if(!1===e)throw new SyntaxError("Vertical: an invalid or illegal direction string was specified.");f=e,this.hasBeenReset=!0}},snapToLines:{enumerable:!0,get:function(){return d},set:function(t){d=!!t,this.hasBeenReset=!0}},line:{enumerable:!0,get:function(){return p},set:function(t){if("number"!==typeof t&&t!==n)throw new SyntaxError("Line: an invalid number or illegal string was specified.");p=t,this.hasBeenReset=!0}},lineAlign:{enumerable:!0,get:function(){return v},set:function(t){var e=o(t);e?(v=e,this.hasBeenReset=!0):console.warn("lineAlign: an invalid or illegal string was specified.")}},position:{enumerable:!0,get:function(){return g},set:function(t){if(t<0||t>100)throw new Error("Position must be between 0 and 100.");g=t,this.hasBeenReset=!0}},positionAlign:{enumerable:!0,get:function(){return m},set:function(t){var e=o(t);e?(m=e,this.hasBeenReset=!0):console.warn("positionAlign: an invalid or illegal string was specified.")}},size:{enumerable:!0,get:function(){return y},set:function(t){if(t<0||t>100)throw new Error("Size must be between 0 and 100.");y=t,this.hasBeenReset=!0}},align:{enumerable:!0,get:function(){return b},set:function(t){var e=o(t);if(!e)throw new SyntaxError("align: an invalid or illegal alignment string was specified.");b=e,this.hasBeenReset=!0}}}),this.displayState=void 0}s.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},t.exports=s},"2cf4":function(t,e,n){"use strict";var r,i,a,o,s=n("da84"),c=n("2ba4"),l=n("0366"),u=n("1626"),h=n("1a2d"),f=n("d039"),d=n("1be4"),p=n("f36a"),v=n("cc12"),g=n("d6d6"),m=n("1cdc"),y=n("605d"),b=s.setImmediate,_=s.clearImmediate,x=s.process,w=s.Dispatch,k=s.Function,C=s.MessageChannel,S=s.String,T=0,O={},M="onreadystatechange";f((function(){r=s.location}));var E=function(t){if(h(O,t)){var e=O[t];delete O[t],e()}},A=function(t){return function(){E(t)}},P=function(t){E(t.data)},L=function(t){s.postMessage(S(t),r.protocol+"//"+r.host)};b&&_||(b=function(t){g(arguments.length,1);var e=u(t)?t:k(t),n=p(arguments,1);return O[++T]=function(){c(e,void 0,n)},i(T),T},_=function(t){delete O[t]},y?i=function(t){x.nextTick(A(t))}:w&&w.now?i=function(t){w.now(A(t))}:C&&!m?(a=new C,o=a.port2,a.port1.onmessage=P,i=l(o.postMessage,o)):s.addEventListener&&u(s.postMessage)&&!s.importScripts&&r&&"file:"!==r.protocol&&!f(L)?(i=L,s.addEventListener("message",P,!1)):i=M in v("script")?function(t){d.appendChild(v("script"))[M]=function(){d.removeChild(this),E(t)}}:function(t){setTimeout(A(t),0)}),t.exports={set:b,clear:_}},"2cf8":function(t,e,n){"use strict";function r(t){return t["default"]||t}n.d(e,"a",(function(){return r}))},"2d00":function(t,e,n){"use strict";var r,i,a=n("da84"),o=n("342f"),s=a.process,c=a.Deno,l=s&&s.versions||c&&c.version,u=l&&l.v8;u&&(r=u.split("."),i=r[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&o&&(r=o.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/),r&&(i=+r[1]))),t.exports=i},"2d7c":function(t,e){function n(t,e){var n=-1,r=null==t?0:t.length,i=0,a=[];while(++n<r){var o=t[n];e(o,n,t)&&(a[i++]=o)}return a}t.exports=n},"2d83":function(t,e,n){"use strict";var r=n("387f");t.exports=function(t,e,n,i,a){var o=new Error(t);return r(o,e,n,i,a)}},"2dcb":function(t,e,n){var r=n("91e9"),i=r(Object.getPrototypeOf,Object);t.exports=i},"2deb":function(t,e,n){"use strict";e["a"]={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages"}},"2e2c":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("0464"),c=n("4d91"),l=n("daa3"),u=n("9cba"),h=n("4d26"),f=n.n(h),d=n("18a7"),p=n("b488");function v(t,e){var n=e?t.pageYOffset:t.pageXOffset,r=e?"scrollTop":"scrollLeft";if("number"!==typeof n){var i=t.document;n=i.documentElement[r],"number"!==typeof n&&(n=i.body[r])}return n}function g(t){var e=void 0,n=void 0,r=t.ownerDocument,i=r.body,a=r&&r.documentElement,o=t.getBoundingClientRect();return e=o.left,n=o.top,e-=a.clientLeft||i.clientLeft||0,n-=a.clientTop||i.clientTop||0,{left:e,top:n}}function m(t){var e=g(t),n=t.ownerDocument,r=n.defaultView||n.parentWindow;return e.left+=v(r),e.left}function y(){}var b={name:"Star",mixins:[p["a"]],props:{value:c["a"].number,index:c["a"].number,prefixCls:c["a"].string,allowHalf:c["a"].bool,disabled:c["a"].bool,character:c["a"].any,characterRender:c["a"].func,focused:c["a"].bool,count:c["a"].number},methods:{onHover:function(t){var e=this.index;this.$emit("hover",t,e)},onClick:function(t){var e=this.index;this.$emit("click",t,e)},onKeyDown:function(t){var e=this.$props.index;13===t.keyCode&&this.__emit("click",t,e)},getClassName:function(){var t=this.prefixCls,e=this.index,n=this.value,r=this.allowHalf,i=this.focused,a=e+1,o=t;return 0===n&&0===e&&i?o+=" "+t+"-focused":r&&n+.5===a?(o+=" "+t+"-half "+t+"-active",i&&(o+=" "+t+"-focused")):(o+=a<=n?" "+t+"-full":" "+t+"-zero",a===n&&i&&(o+=" "+t+"-focused")),o}},render:function(){var t=arguments[0],e=this.onHover,n=this.onClick,r=this.onKeyDown,i=this.disabled,a=this.prefixCls,o=this.characterRender,s=this.index,c=this.count,u=this.value,h=Object(l["g"])(this,"character"),f=t("li",{class:this.getClassName()},[t("div",{on:{click:i?y:n,keydown:i?y:r,mousemove:i?y:e},attrs:{role:"radio","aria-checked":u>s?"true":"false","aria-posinset":s+1,"aria-setsize":c,tabIndex:0}},[t("div",{class:a+"-first"},[h]),t("div",{class:a+"-second"},[h])])]);return o&&(f=o(f,this.$props)),f}},_={disabled:c["a"].bool,value:c["a"].number,defaultValue:c["a"].number,count:c["a"].number,allowHalf:c["a"].bool,allowClear:c["a"].bool,prefixCls:c["a"].string,character:c["a"].any,characterRender:c["a"].func,tabIndex:c["a"].number,autoFocus:c["a"].bool};function x(){}var w={name:"Rate",mixins:[p["a"]],model:{prop:"value",event:"change"},props:Object(l["t"])(_,{defaultValue:0,count:5,allowHalf:!1,allowClear:!0,prefixCls:"rc-rate",tabIndex:0,character:"★"}),data:function(){var t=this.value;return Object(l["s"])(this,"value")||(t=this.defaultValue),{sValue:t,focused:!1,cleanedValue:null,hoverValue:void 0}},watch:{value:function(t){this.setState({sValue:t})}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&!t.disabled&&t.focus()}))},methods:{onHover:function(t,e){var n=this.getStarValue(e,t.pageX),r=this.cleanedValue;n!==r&&this.setState({hoverValue:n,cleanedValue:null}),this.$emit("hoverChange",n)},onMouseLeave:function(){this.setState({hoverValue:void 0,cleanedValue:null}),this.$emit("hoverChange",void 0)},onClick:function(t,e){var n=this.allowClear,r=this.sValue,i=this.getStarValue(e,t.pageX),a=!1;n&&(a=i===r),this.onMouseLeave(!0),this.changeValue(a?0:i),this.setState({cleanedValue:a?i:null})},onFocus:function(){this.setState({focused:!0}),this.$emit("focus")},onBlur:function(){this.setState({focused:!1}),this.$emit("blur")},onKeyDown:function(t){var e=t.keyCode,n=this.count,r=this.allowHalf,i=this.sValue;e===d["a"].RIGHT&&i<n?(i+=r?.5:1,this.changeValue(i),t.preventDefault()):e===d["a"].LEFT&&i>0&&(i-=r?.5:1,this.changeValue(i),t.preventDefault()),this.$emit("keydown",t)},getStarDOM:function(t){return this.$refs["stars"+t].$el},getStarValue:function(t,e){var n=t+1;if(this.allowHalf){var r=this.getStarDOM(t),i=m(r),a=r.clientWidth;e-i<a/2&&(n-=.5)}return n},focus:function(){this.disabled||this.$refs.rateRef.focus()},blur:function(){this.disabled||this.$refs.rateRef.blur()},changeValue:function(t){Object(l["s"])(this,"value")||this.setState({sValue:t}),this.$emit("change",t)}},render:function(){for(var t=arguments[0],e=Object(l["l"])(this),n=e.count,r=e.allowHalf,i=e.prefixCls,a=e.disabled,o=e.tabIndex,s=this.sValue,c=this.hoverValue,u=this.focused,h=[],d=a?i+"-disabled":"",p=Object(l["g"])(this,"character"),v=this.characterRender||this.$scopedSlots.characterRender,g=0;g<n;g++){var m={props:{index:g,count:n,disabled:a,prefixCls:i+"-star",allowHalf:r,value:void 0===c?s:c,character:p,characterRender:v,focused:u},on:{click:this.onClick,hover:this.onHover},key:g,ref:"stars"+g};h.push(t(b,m))}return t("ul",{class:f()(i,d),on:{mouseleave:a?x:this.onMouseLeave,focus:a?x:this.onFocus,blur:a?x:this.onBlur,keydown:a?x:this.onKeyDown},attrs:{tabIndex:a?-1:o,role:"radiogroup"},ref:"rateRef"},[h])}},k=w,C=k,S=n("0c63"),T=n("f933"),O=n("db14"),M={prefixCls:c["a"].string,count:c["a"].number,value:c["a"].value,defaultValue:c["a"].value,allowHalf:c["a"].bool,allowClear:c["a"].bool,tooltips:c["a"].arrayOf(c["a"].string),disabled:c["a"].bool,character:c["a"].any,autoFocus:c["a"].bool},E={name:"ARate",model:{prop:"value",event:"change"},props:M,inject:{configProvider:{default:function(){return u["a"]}}},methods:{characterRender:function(t,e){var n=e.index,r=this.$createElement,i=this.$props.tooltips;return i?r(T["a"],{attrs:{title:i[n]}},[t]):t},focus:function(){this.$refs.refRate.focus()},blur:function(){this.$refs.refRate.blur()}},render:function(){var t=arguments[0],e=Object(l["l"])(this),n=e.prefixCls,r=o()(e,["prefixCls"]),a=this.configProvider.getPrefixCls,c=a("rate",n),u=Object(l["g"])(this,"character")||t(S["a"],{attrs:{type:"star",theme:"filled"}}),h={props:i()({character:u,characterRender:this.characterRender,prefixCls:c},Object(s["a"])(r,["tooltips"])),on:Object(l["k"])(this),ref:"refRate"};return t(C,h)},install:function(t){t.use(O["a"]),t.component(E.name,E)}};e["a"]=E},"2e67":function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},"2ec1":function(t,e,n){var r=n("100e"),i=n("9aff");function a(t){return r((function(e,n){var r=-1,a=n.length,o=a>1?n[a-1]:void 0,s=a>2?n[2]:void 0;o=t.length>3&&"function"==typeof o?(a--,o):void 0,s&&i(n[0],n[1],s)&&(o=a<3?void 0:o,a=1),e=Object(e);while(++r<a){var c=n[r];c&&t(e,c,r,o)}return e}))}t.exports=a},"2ee9":function(t,e,n){},"2ef0":function(t,e,n){(function(t,r){var i;
/**
 * @license
 * Lodash <https://lodash.com/>
 * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
 * Released under MIT license <https://lodash.com/license>
 * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
 */(function(){var a,o="4.17.21",s=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",l="Expected a function",u="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",f=500,d="__lodash_placeholder__",p=1,v=2,g=4,m=1,y=2,b=1,_=2,x=4,w=8,k=16,C=32,S=64,T=128,O=256,M=512,E=30,A="...",P=800,L=16,I=1,j=2,z=3,D=1/0,N=9007199254740991,R=17976931348623157e292,V=NaN,F=4294967295,H=F-1,B=F>>>1,U=[["ary",T],["bind",b],["bindKey",_],["curry",w],["curryRight",k],["flip",M],["partial",C],["partialRight",S],["rearg",O]],$="[object Arguments]",q="[object Array]",W="[object AsyncFunction]",Y="[object Boolean]",K="[object Date]",X="[object DOMException]",G="[object Error]",Z="[object Function]",Q="[object GeneratorFunction]",J="[object Map]",tt="[object Number]",et="[object Null]",nt="[object Object]",rt="[object Promise]",it="[object Proxy]",at="[object RegExp]",ot="[object Set]",st="[object String]",ct="[object Symbol]",lt="[object Undefined]",ut="[object WeakMap]",ht="[object WeakSet]",ft="[object ArrayBuffer]",dt="[object DataView]",pt="[object Float32Array]",vt="[object Float64Array]",gt="[object Int8Array]",mt="[object Int16Array]",yt="[object Int32Array]",bt="[object Uint8Array]",_t="[object Uint8ClampedArray]",xt="[object Uint16Array]",wt="[object Uint32Array]",kt=/\b__p \+= '';/g,Ct=/\b(__p \+=) '' \+/g,St=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Tt=/&(?:amp|lt|gt|quot|#39);/g,Ot=/[&<>"']/g,Mt=RegExp(Tt.source),Et=RegExp(Ot.source),At=/<%-([\s\S]+?)%>/g,Pt=/<%([\s\S]+?)%>/g,Lt=/<%=([\s\S]+?)%>/g,It=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,jt=/^\w*$/,zt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Dt=/[\\^$.*+?()[\]{}|]/g,Nt=RegExp(Dt.source),Rt=/^\s+/,Vt=/\s/,Ft=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ht=/\{\n\/\* \[wrapped with (.+)\] \*/,Bt=/,? & /,Ut=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,$t=/[()=,{}\[\]\/\s]/,qt=/\\(\\)?/g,Wt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Yt=/\w*$/,Kt=/^[-+]0x[0-9a-f]+$/i,Xt=/^0b[01]+$/i,Gt=/^\[object .+?Constructor\]$/,Zt=/^0o[0-7]+$/i,Qt=/^(?:0|[1-9]\d*)$/,Jt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,te=/($^)/,ee=/['\n\r\u2028\u2029\\]/g,ne="\\ud800-\\udfff",re="\\u0300-\\u036f",ie="\\ufe20-\\ufe2f",ae="\\u20d0-\\u20ff",oe=re+ie+ae,se="\\u2700-\\u27bf",ce="a-z\\xdf-\\xf6\\xf8-\\xff",le="\\xac\\xb1\\xd7\\xf7",ue="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",he="\\u2000-\\u206f",fe=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",de="A-Z\\xc0-\\xd6\\xd8-\\xde",pe="\\ufe0e\\ufe0f",ve=le+ue+he+fe,ge="['’]",me="["+ne+"]",ye="["+ve+"]",be="["+oe+"]",_e="\\d+",xe="["+se+"]",we="["+ce+"]",ke="[^"+ne+ve+_e+se+ce+de+"]",Ce="\\ud83c[\\udffb-\\udfff]",Se="(?:"+be+"|"+Ce+")",Te="[^"+ne+"]",Oe="(?:\\ud83c[\\udde6-\\uddff]){2}",Me="[\\ud800-\\udbff][\\udc00-\\udfff]",Ee="["+de+"]",Ae="\\u200d",Pe="(?:"+we+"|"+ke+")",Le="(?:"+Ee+"|"+ke+")",Ie="(?:"+ge+"(?:d|ll|m|re|s|t|ve))?",je="(?:"+ge+"(?:D|LL|M|RE|S|T|VE))?",ze=Se+"?",De="["+pe+"]?",Ne="(?:"+Ae+"(?:"+[Te,Oe,Me].join("|")+")"+De+ze+")*",Re="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ve="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Fe=De+ze+Ne,He="(?:"+[xe,Oe,Me].join("|")+")"+Fe,Be="(?:"+[Te+be+"?",be,Oe,Me,me].join("|")+")",Ue=RegExp(ge,"g"),$e=RegExp(be,"g"),qe=RegExp(Ce+"(?="+Ce+")|"+Be+Fe,"g"),We=RegExp([Ee+"?"+we+"+"+Ie+"(?="+[ye,Ee,"$"].join("|")+")",Le+"+"+je+"(?="+[ye,Ee+Pe,"$"].join("|")+")",Ee+"?"+Pe+"+"+Ie,Ee+"+"+je,Ve,Re,_e,He].join("|"),"g"),Ye=RegExp("["+Ae+ne+oe+pe+"]"),Ke=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Xe=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ge=-1,Ze={};Ze[pt]=Ze[vt]=Ze[gt]=Ze[mt]=Ze[yt]=Ze[bt]=Ze[_t]=Ze[xt]=Ze[wt]=!0,Ze[$]=Ze[q]=Ze[ft]=Ze[Y]=Ze[dt]=Ze[K]=Ze[G]=Ze[Z]=Ze[J]=Ze[tt]=Ze[nt]=Ze[at]=Ze[ot]=Ze[st]=Ze[ut]=!1;var Qe={};Qe[$]=Qe[q]=Qe[ft]=Qe[dt]=Qe[Y]=Qe[K]=Qe[pt]=Qe[vt]=Qe[gt]=Qe[mt]=Qe[yt]=Qe[J]=Qe[tt]=Qe[nt]=Qe[at]=Qe[ot]=Qe[st]=Qe[ct]=Qe[bt]=Qe[_t]=Qe[xt]=Qe[wt]=!0,Qe[G]=Qe[Z]=Qe[ut]=!1;var Je={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","Ĳ":"IJ","ĳ":"ij","Œ":"Oe","œ":"oe","ŉ":"'n","ſ":"s"},tn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},en={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},nn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},rn=parseFloat,an=parseInt,on="object"==typeof t&&t&&t.Object===Object&&t,sn="object"==typeof self&&self&&self.Object===Object&&self,cn=on||sn||Function("return this")(),ln=e&&!e.nodeType&&e,un=ln&&"object"==typeof r&&r&&!r.nodeType&&r,hn=un&&un.exports===ln,fn=hn&&on.process,dn=function(){try{var t=un&&un.require&&un.require("util").types;return t||fn&&fn.binding&&fn.binding("util")}catch(e){}}(),pn=dn&&dn.isArrayBuffer,vn=dn&&dn.isDate,gn=dn&&dn.isMap,mn=dn&&dn.isRegExp,yn=dn&&dn.isSet,bn=dn&&dn.isTypedArray;function _n(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function xn(t,e,n,r){var i=-1,a=null==t?0:t.length;while(++i<a){var o=t[i];e(r,o,n(o),t)}return r}function wn(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(!1===e(t[n],n,t))break;return t}function kn(t,e){var n=null==t?0:t.length;while(n--)if(!1===e(t[n],n,t))break;return t}function Cn(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(!e(t[n],n,t))return!1;return!0}function Sn(t,e){var n=-1,r=null==t?0:t.length,i=0,a=[];while(++n<r){var o=t[n];e(o,n,t)&&(a[i++]=o)}return a}function Tn(t,e){var n=null==t?0:t.length;return!!n&&Rn(t,e,0)>-1}function On(t,e,n){var r=-1,i=null==t?0:t.length;while(++r<i)if(n(e,t[r]))return!0;return!1}function Mn(t,e){var n=-1,r=null==t?0:t.length,i=Array(r);while(++n<r)i[n]=e(t[n],n,t);return i}function En(t,e){var n=-1,r=e.length,i=t.length;while(++n<r)t[i+n]=e[n];return t}function An(t,e,n,r){var i=-1,a=null==t?0:t.length;r&&a&&(n=t[++i]);while(++i<a)n=e(n,t[i],i,t);return n}function Pn(t,e,n,r){var i=null==t?0:t.length;r&&i&&(n=t[--i]);while(i--)n=e(n,t[i],i,t);return n}function Ln(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(e(t[n],n,t))return!0;return!1}var In=Bn("length");function jn(t){return t.split("")}function zn(t){return t.match(Ut)||[]}function Dn(t,e,n){var r;return n(t,(function(t,n,i){if(e(t,n,i))return r=n,!1})),r}function Nn(t,e,n,r){var i=t.length,a=n+(r?1:-1);while(r?a--:++a<i)if(e(t[a],a,t))return a;return-1}function Rn(t,e,n){return e===e?pr(t,e,n):Nn(t,Fn,n)}function Vn(t,e,n,r){var i=n-1,a=t.length;while(++i<a)if(r(t[i],e))return i;return-1}function Fn(t){return t!==t}function Hn(t,e){var n=null==t?0:t.length;return n?Wn(t,e)/n:V}function Bn(t){return function(e){return null==e?a:e[t]}}function Un(t){return function(e){return null==t?a:t[e]}}function $n(t,e,n,r,i){return i(t,(function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)})),n}function qn(t,e){var n=t.length;t.sort(e);while(n--)t[n]=t[n].value;return t}function Wn(t,e){var n,r=-1,i=t.length;while(++r<i){var o=e(t[r]);o!==a&&(n=n===a?o:n+o)}return n}function Yn(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function Kn(t,e){return Mn(e,(function(e){return[e,t[e]]}))}function Xn(t){return t?t.slice(0,yr(t)+1).replace(Rt,""):t}function Gn(t){return function(e){return t(e)}}function Zn(t,e){return Mn(e,(function(e){return t[e]}))}function Qn(t,e){return t.has(e)}function Jn(t,e){var n=-1,r=t.length;while(++n<r&&Rn(e,t[n],0)>-1);return n}function tr(t,e){var n=t.length;while(n--&&Rn(e,t[n],0)>-1);return n}function er(t,e){var n=t.length,r=0;while(n--)t[n]===e&&++r;return r}var nr=Un(Je),rr=Un(tn);function ir(t){return"\\"+nn[t]}function ar(t,e){return null==t?a:t[e]}function or(t){return Ye.test(t)}function sr(t){return Ke.test(t)}function cr(t){var e,n=[];while(!(e=t.next()).done)n.push(e.value);return n}function lr(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function ur(t,e){return function(n){return t(e(n))}}function hr(t,e){var n=-1,r=t.length,i=0,a=[];while(++n<r){var o=t[n];o!==e&&o!==d||(t[n]=d,a[i++]=n)}return a}function fr(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}function dr(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=[t,t]})),n}function pr(t,e,n){var r=n-1,i=t.length;while(++r<i)if(t[r]===e)return r;return-1}function vr(t,e,n){var r=n+1;while(r--)if(t[r]===e)return r;return r}function gr(t){return or(t)?_r(t):In(t)}function mr(t){return or(t)?xr(t):jn(t)}function yr(t){var e=t.length;while(e--&&Vt.test(t.charAt(e)));return e}var br=Un(en);function _r(t){var e=qe.lastIndex=0;while(qe.test(t))++e;return e}function xr(t){return t.match(qe)||[]}function wr(t){return t.match(We)||[]}var kr=function t(e){e=null==e?cn:Cr.defaults(cn.Object(),e,Cr.pick(cn,Xe));var n=e.Array,r=e.Date,i=e.Error,Vt=e.Function,Ut=e.Math,ne=e.Object,re=e.RegExp,ie=e.String,ae=e.TypeError,oe=n.prototype,se=Vt.prototype,ce=ne.prototype,le=e["__core-js_shared__"],ue=se.toString,he=ce.hasOwnProperty,fe=0,de=function(){var t=/[^.]+$/.exec(le&&le.keys&&le.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),pe=ce.toString,ve=ue.call(ne),ge=cn._,me=re("^"+ue.call(he).replace(Dt,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ye=hn?e.Buffer:a,be=e.Symbol,_e=e.Uint8Array,xe=ye?ye.allocUnsafe:a,we=ur(ne.getPrototypeOf,ne),ke=ne.create,Ce=ce.propertyIsEnumerable,Se=oe.splice,Te=be?be.isConcatSpreadable:a,Oe=be?be.iterator:a,Me=be?be.toStringTag:a,Ee=function(){try{var t=Yo(ne,"defineProperty");return t({},"",{}),t}catch(e){}}(),Ae=e.clearTimeout!==cn.clearTimeout&&e.clearTimeout,Pe=r&&r.now!==cn.Date.now&&r.now,Le=e.setTimeout!==cn.setTimeout&&e.setTimeout,Ie=Ut.ceil,je=Ut.floor,ze=ne.getOwnPropertySymbols,De=ye?ye.isBuffer:a,Ne=e.isFinite,Re=oe.join,Ve=ur(ne.keys,ne),Fe=Ut.max,He=Ut.min,Be=r.now,qe=e.parseInt,We=Ut.random,Ye=oe.reverse,Ke=Yo(e,"DataView"),Je=Yo(e,"Map"),tn=Yo(e,"Promise"),en=Yo(e,"Set"),nn=Yo(e,"WeakMap"),on=Yo(ne,"create"),sn=nn&&new nn,ln={},un=Ls(Ke),fn=Ls(Je),dn=Ls(tn),In=Ls(en),jn=Ls(nn),Un=be?be.prototype:a,pr=Un?Un.valueOf:a,_r=Un?Un.toString:a;function xr(t){if(Su(t)&&!cu(t)&&!(t instanceof Or)){if(t instanceof Tr)return t;if(he.call(t,"__wrapped__"))return js(t)}return new Tr(t)}var kr=function(){function t(){}return function(e){if(!Cu(e))return{};if(ke)return ke(e);t.prototype=e;var n=new t;return t.prototype=a,n}}();function Sr(){}function Tr(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=a}function Or(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=F,this.__views__=[]}function Mr(){var t=new Or(this.__wrapped__);return t.__actions__=ro(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ro(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ro(this.__views__),t}function Er(){if(this.__filtered__){var t=new Or(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Ar(){var t=this.__wrapped__.value(),e=this.__dir__,n=cu(t),r=e<0,i=n?t.length:0,a=Qo(0,i,this.__views__),o=a.start,s=a.end,c=s-o,l=r?s:o-1,u=this.__iteratees__,h=u.length,f=0,d=He(c,this.__takeCount__);if(!n||!r&&i==c&&d==c)return Ra(t,this.__actions__);var p=[];t:while(c--&&f<d){l+=e;var v=-1,g=t[l];while(++v<h){var m=u[v],y=m.iteratee,b=m.type,_=y(g);if(b==j)g=_;else if(!_){if(b==I)continue t;break t}}p[f++]=g}return p}function Pr(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Lr(){this.__data__=on?on(null):{},this.size=0}function Ir(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function jr(t){var e=this.__data__;if(on){var n=e[t];return n===h?a:n}return he.call(e,t)?e[t]:a}function zr(t){var e=this.__data__;return on?e[t]!==a:he.call(e,t)}function Dr(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=on&&e===a?h:e,this}function Nr(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Rr(){this.__data__=[],this.size=0}function Vr(t){var e=this.__data__,n=ui(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():Se.call(e,n,1),--this.size,!0}function Fr(t){var e=this.__data__,n=ui(e,t);return n<0?a:e[n][1]}function Hr(t){return ui(this.__data__,t)>-1}function Br(t,e){var n=this.__data__,r=ui(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}function Ur(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function $r(){this.size=0,this.__data__={hash:new Pr,map:new(Je||Nr),string:new Pr}}function qr(t){var e=qo(this,t)["delete"](t);return this.size-=e?1:0,e}function Wr(t){return qo(this,t).get(t)}function Yr(t){return qo(this,t).has(t)}function Kr(t,e){var n=qo(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}function Xr(t){var e=-1,n=null==t?0:t.length;this.__data__=new Ur;while(++e<n)this.add(t[e])}function Gr(t){return this.__data__.set(t,h),this}function Zr(t){return this.__data__.has(t)}function Qr(t){var e=this.__data__=new Nr(t);this.size=e.size}function Jr(){this.__data__=new Nr,this.size=0}function ti(t){var e=this.__data__,n=e["delete"](t);return this.size=e.size,n}function ei(t){return this.__data__.get(t)}function ni(t){return this.__data__.has(t)}function ri(t,e){var n=this.__data__;if(n instanceof Nr){var r=n.__data__;if(!Je||r.length<s-1)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new Ur(r)}return n.set(t,e),this.size=n.size,this}function ii(t,e){var n=cu(t),r=!n&&su(t),i=!n&&!r&&du(t),a=!n&&!r&&!i&&Fu(t),o=n||r||i||a,s=o?Yn(t.length,ie):[],c=s.length;for(var l in t)!e&&!he.call(t,l)||o&&("length"==l||i&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||os(l,c))||s.push(l);return s}function ai(t){var e=t.length;return e?t[ma(0,e-1)]:a}function oi(t,e){return Es(ro(t),gi(e,0,t.length))}function si(t){return Es(ro(t))}function ci(t,e,n){(n!==a&&!iu(t[e],n)||n===a&&!(e in t))&&pi(t,e,n)}function li(t,e,n){var r=t[e];he.call(t,e)&&iu(r,n)&&(n!==a||e in t)||pi(t,e,n)}function ui(t,e){var n=t.length;while(n--)if(iu(t[n][0],e))return n;return-1}function hi(t,e,n,r){return wi(t,(function(t,i,a){e(r,t,n(t),a)})),r}function fi(t,e){return t&&io(e,wh(e),t)}function di(t,e){return t&&io(e,kh(e),t)}function pi(t,e,n){"__proto__"==e&&Ee?Ee(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function vi(t,e){var r=-1,i=e.length,o=n(i),s=null==t;while(++r<i)o[r]=s?a:gh(t,e[r]);return o}function gi(t,e,n){return t===t&&(n!==a&&(t=t<=n?t:n),e!==a&&(t=t>=e?t:e)),t}function mi(t,e,n,r,i,o){var s,c=e&p,l=e&v,u=e&g;if(n&&(s=i?n(t,r,i,o):n(t)),s!==a)return s;if(!Cu(t))return t;var h=cu(t);if(h){if(s=es(t),!c)return ro(t,s)}else{var f=Zo(t),d=f==Z||f==Q;if(du(t))return Ya(t,c);if(f==nt||f==$||d&&!i){if(s=l||d?{}:ns(t),!c)return l?oo(t,di(s,t)):ao(t,fi(s,t))}else{if(!Qe[f])return i?t:{};s=rs(t,f,c)}}o||(o=new Qr);var m=o.get(t);if(m)return m;o.set(t,s),Nu(t)?t.forEach((function(r){s.add(mi(r,e,n,r,t,o))})):Tu(t)&&t.forEach((function(r,i){s.set(i,mi(r,e,n,i,t,o))}));var y=u?l?Fo:Vo:l?kh:wh,b=h?a:y(t);return wn(b||t,(function(r,i){b&&(i=r,r=t[i]),li(s,i,mi(r,e,n,i,t,o))})),s}function yi(t){var e=wh(t);return function(n){return bi(n,t,e)}}function bi(t,e,n){var r=n.length;if(null==t)return!r;t=ne(t);while(r--){var i=n[r],o=e[i],s=t[i];if(s===a&&!(i in t)||!o(s))return!1}return!0}function _i(t,e,n){if("function"!=typeof t)throw new ae(l);return Ss((function(){t.apply(a,n)}),e)}function xi(t,e,n,r){var i=-1,a=Tn,o=!0,c=t.length,l=[],u=e.length;if(!c)return l;n&&(e=Mn(e,Gn(n))),r?(a=On,o=!1):e.length>=s&&(a=Qn,o=!1,e=new Xr(e));t:while(++i<c){var h=t[i],f=null==n?h:n(h);if(h=r||0!==h?h:0,o&&f===f){var d=u;while(d--)if(e[d]===f)continue t;l.push(h)}else a(e,f,r)||l.push(h)}return l}xr.templateSettings={escape:At,evaluate:Pt,interpolate:Lt,variable:"",imports:{_:xr}},xr.prototype=Sr.prototype,xr.prototype.constructor=xr,Tr.prototype=kr(Sr.prototype),Tr.prototype.constructor=Tr,Or.prototype=kr(Sr.prototype),Or.prototype.constructor=Or,Pr.prototype.clear=Lr,Pr.prototype["delete"]=Ir,Pr.prototype.get=jr,Pr.prototype.has=zr,Pr.prototype.set=Dr,Nr.prototype.clear=Rr,Nr.prototype["delete"]=Vr,Nr.prototype.get=Fr,Nr.prototype.has=Hr,Nr.prototype.set=Br,Ur.prototype.clear=$r,Ur.prototype["delete"]=qr,Ur.prototype.get=Wr,Ur.prototype.has=Yr,Ur.prototype.set=Kr,Xr.prototype.add=Xr.prototype.push=Gr,Xr.prototype.has=Zr,Qr.prototype.clear=Jr,Qr.prototype["delete"]=ti,Qr.prototype.get=ei,Qr.prototype.has=ni,Qr.prototype.set=ri;var wi=lo(Pi),ki=lo(Li,!0);function Ci(t,e){var n=!0;return wi(t,(function(t,r,i){return n=!!e(t,r,i),n})),n}function Si(t,e,n){var r=-1,i=t.length;while(++r<i){var o=t[r],s=e(o);if(null!=s&&(c===a?s===s&&!Vu(s):n(s,c)))var c=s,l=o}return l}function Ti(t,e,n,r){var i=t.length;n=Ku(n),n<0&&(n=-n>i?0:i+n),r=r===a||r>i?i:Ku(r),r<0&&(r+=i),r=n>r?0:Xu(r);while(n<r)t[n++]=e;return t}function Oi(t,e){var n=[];return wi(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}function Mi(t,e,n,r,i){var a=-1,o=t.length;n||(n=as),i||(i=[]);while(++a<o){var s=t[a];e>0&&n(s)?e>1?Mi(s,e-1,n,r,i):En(i,s):r||(i[i.length]=s)}return i}var Ei=uo(),Ai=uo(!0);function Pi(t,e){return t&&Ei(t,e,wh)}function Li(t,e){return t&&Ai(t,e,wh)}function Ii(t,e){return Sn(e,(function(e){return xu(t[e])}))}function ji(t,e){e=Ua(e,t);var n=0,r=e.length;while(null!=t&&n<r)t=t[Ps(e[n++])];return n&&n==r?t:a}function zi(t,e,n){var r=e(t);return cu(t)?r:En(r,n(t))}function Di(t){return null==t?t===a?lt:et:Me&&Me in ne(t)?Ko(t):bs(t)}function Ni(t,e){return t>e}function Ri(t,e){return null!=t&&he.call(t,e)}function Vi(t,e){return null!=t&&e in ne(t)}function Fi(t,e,n){return t>=He(e,n)&&t<Fe(e,n)}function Hi(t,e,r){var i=r?On:Tn,o=t[0].length,s=t.length,c=s,l=n(s),u=1/0,h=[];while(c--){var f=t[c];c&&e&&(f=Mn(f,Gn(e))),u=He(f.length,u),l[c]=!r&&(e||o>=120&&f.length>=120)?new Xr(c&&f):a}f=t[0];var d=-1,p=l[0];t:while(++d<o&&h.length<u){var v=f[d],g=e?e(v):v;if(v=r||0!==v?v:0,!(p?Qn(p,g):i(h,g,r))){c=s;while(--c){var m=l[c];if(!(m?Qn(m,g):i(t[c],g,r)))continue t}p&&p.push(g),h.push(v)}}return h}function Bi(t,e,n,r){return Pi(t,(function(t,i,a){e(r,n(t),i,a)})),r}function Ui(t,e,n){e=Ua(e,t),t=xs(t,e);var r=null==t?t:t[Ps(ac(e))];return null==r?a:_n(r,t,n)}function $i(t){return Su(t)&&Di(t)==$}function qi(t){return Su(t)&&Di(t)==ft}function Wi(t){return Su(t)&&Di(t)==K}function Yi(t,e,n,r,i){return t===e||(null==t||null==e||!Su(t)&&!Su(e)?t!==t&&e!==e:Ki(t,e,n,r,Yi,i))}function Ki(t,e,n,r,i,a){var o=cu(t),s=cu(e),c=o?q:Zo(t),l=s?q:Zo(e);c=c==$?nt:c,l=l==$?nt:l;var u=c==nt,h=l==nt,f=c==l;if(f&&du(t)){if(!du(e))return!1;o=!0,u=!1}if(f&&!u)return a||(a=new Qr),o||Fu(t)?zo(t,e,n,r,i,a):Do(t,e,c,n,r,i,a);if(!(n&m)){var d=u&&he.call(t,"__wrapped__"),p=h&&he.call(e,"__wrapped__");if(d||p){var v=d?t.value():t,g=p?e.value():e;return a||(a=new Qr),i(v,g,n,r,a)}}return!!f&&(a||(a=new Qr),No(t,e,n,r,i,a))}function Xi(t){return Su(t)&&Zo(t)==J}function Gi(t,e,n,r){var i=n.length,o=i,s=!r;if(null==t)return!o;t=ne(t);while(i--){var c=n[i];if(s&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}while(++i<o){c=n[i];var l=c[0],u=t[l],h=c[1];if(s&&c[2]){if(u===a&&!(l in t))return!1}else{var f=new Qr;if(r)var d=r(u,h,l,t,e,f);if(!(d===a?Yi(h,u,m|y,r,f):d))return!1}}return!0}function Zi(t){if(!Cu(t)||hs(t))return!1;var e=xu(t)?me:Gt;return e.test(Ls(t))}function Qi(t){return Su(t)&&Di(t)==at}function Ji(t){return Su(t)&&Zo(t)==ot}function ta(t){return Su(t)&&ku(t.length)&&!!Ze[Di(t)]}function ea(t){return"function"==typeof t?t:null==t?Pf:"object"==typeof t?cu(t)?sa(t[0],t[1]):oa(t):$f(t)}function na(t){if(!ds(t))return Ve(t);var e=[];for(var n in ne(t))he.call(t,n)&&"constructor"!=n&&e.push(n);return e}function ra(t){if(!Cu(t))return ys(t);var e=ds(t),n=[];for(var r in t)("constructor"!=r||!e&&he.call(t,r))&&n.push(r);return n}function ia(t,e){return t<e}function aa(t,e){var r=-1,i=uu(t)?n(t.length):[];return wi(t,(function(t,n,a){i[++r]=e(t,n,a)})),i}function oa(t){var e=Wo(t);return 1==e.length&&e[0][2]?vs(e[0][0],e[0][1]):function(n){return n===t||Gi(n,t,e)}}function sa(t,e){return cs(t)&&ps(e)?vs(Ps(t),e):function(n){var r=gh(n,t);return r===a&&r===e?yh(n,t):Yi(e,r,m|y)}}function ca(t,e,n,r,i){t!==e&&Ei(e,(function(o,s){if(i||(i=new Qr),Cu(o))la(t,e,s,n,ca,r,i);else{var c=r?r(ks(t,s),o,s+"",t,e,i):a;c===a&&(c=o),ci(t,s,c)}}),kh)}function la(t,e,n,r,i,o,s){var c=ks(t,n),l=ks(e,n),u=s.get(l);if(u)ci(t,n,u);else{var h=o?o(c,l,n+"",t,e,s):a,f=h===a;if(f){var d=cu(l),p=!d&&du(l),v=!d&&!p&&Fu(l);h=l,d||p||v?cu(c)?h=c:hu(c)?h=ro(c):p?(f=!1,h=Ya(l,!0)):v?(f=!1,h=Qa(l,!0)):h=[]:ju(l)||su(l)?(h=c,su(c)?h=Zu(c):Cu(c)&&!xu(c)||(h=ns(l))):f=!1}f&&(s.set(l,h),i(h,l,r,o,s),s["delete"](l)),ci(t,n,h)}}function ua(t,e){var n=t.length;if(n)return e+=e<0?n:0,os(e,n)?t[e]:a}function ha(t,e,n){e=e.length?Mn(e,(function(t){return cu(t)?function(e){return ji(e,1===t.length?t[0]:t)}:t})):[Pf];var r=-1;e=Mn(e,Gn($o()));var i=aa(t,(function(t,n,i){var a=Mn(e,(function(e){return e(t)}));return{criteria:a,index:++r,value:t}}));return qn(i,(function(t,e){return to(t,e,n)}))}function fa(t,e){return da(t,e,(function(e,n){return yh(t,n)}))}function da(t,e,n){var r=-1,i=e.length,a={};while(++r<i){var o=e[r],s=ji(t,o);n(s,o)&&ka(a,Ua(o,t),s)}return a}function pa(t){return function(e){return ji(e,t)}}function va(t,e,n,r){var i=r?Vn:Rn,a=-1,o=e.length,s=t;t===e&&(e=ro(e)),n&&(s=Mn(t,Gn(n)));while(++a<o){var c=0,l=e[a],u=n?n(l):l;while((c=i(s,u,c,r))>-1)s!==t&&Se.call(s,c,1),Se.call(t,c,1)}return t}function ga(t,e){var n=t?e.length:0,r=n-1;while(n--){var i=e[n];if(n==r||i!==a){var a=i;os(i)?Se.call(t,i,1):za(t,i)}}return t}function ma(t,e){return t+je(We()*(e-t+1))}function ya(t,e,r,i){var a=-1,o=Fe(Ie((e-t)/(r||1)),0),s=n(o);while(o--)s[i?o:++a]=t,t+=r;return s}function ba(t,e){var n="";if(!t||e<1||e>N)return n;do{e%2&&(n+=t),e=je(e/2),e&&(t+=t)}while(e);return n}function _a(t,e){return Ts(_s(t,e,Pf),t+"")}function xa(t){return ai(Hh(t))}function wa(t,e){var n=Hh(t);return Es(n,gi(e,0,n.length))}function ka(t,e,n,r){if(!Cu(t))return t;e=Ua(e,t);var i=-1,o=e.length,s=o-1,c=t;while(null!=c&&++i<o){var l=Ps(e[i]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return t;if(i!=s){var h=c[l];u=r?r(h,l,c):a,u===a&&(u=Cu(h)?h:os(e[i+1])?[]:{})}li(c,l,u),c=c[l]}return t}var Ca=sn?function(t,e){return sn.set(t,e),t}:Pf,Sa=Ee?function(t,e){return Ee(t,"toString",{configurable:!0,enumerable:!1,value:Of(e),writable:!0})}:Pf;function Ta(t){return Es(Hh(t))}function Oa(t,e,r){var i=-1,a=t.length;e<0&&(e=-e>a?0:a+e),r=r>a?a:r,r<0&&(r+=a),a=e>r?0:r-e>>>0,e>>>=0;var o=n(a);while(++i<a)o[i]=t[i+e];return o}function Ma(t,e){var n;return wi(t,(function(t,r,i){return n=e(t,r,i),!n})),!!n}function Ea(t,e,n){var r=0,i=null==t?r:t.length;if("number"==typeof e&&e===e&&i<=B){while(r<i){var a=r+i>>>1,o=t[a];null!==o&&!Vu(o)&&(n?o<=e:o<e)?r=a+1:i=a}return i}return Aa(t,e,Pf,n)}function Aa(t,e,n,r){var i=0,o=null==t?0:t.length;if(0===o)return 0;e=n(e);var s=e!==e,c=null===e,l=Vu(e),u=e===a;while(i<o){var h=je((i+o)/2),f=n(t[h]),d=f!==a,p=null===f,v=f===f,g=Vu(f);if(s)var m=r||v;else m=u?v&&(r||d):c?v&&d&&(r||!p):l?v&&d&&!p&&(r||!g):!p&&!g&&(r?f<=e:f<e);m?i=h+1:o=h}return He(o,H)}function Pa(t,e){var n=-1,r=t.length,i=0,a=[];while(++n<r){var o=t[n],s=e?e(o):o;if(!n||!iu(s,c)){var c=s;a[i++]=0===o?0:o}}return a}function La(t){return"number"==typeof t?t:Vu(t)?V:+t}function Ia(t){if("string"==typeof t)return t;if(cu(t))return Mn(t,Ia)+"";if(Vu(t))return _r?_r.call(t):"";var e=t+"";return"0"==e&&1/t==-D?"-0":e}function ja(t,e,n){var r=-1,i=Tn,a=t.length,o=!0,c=[],l=c;if(n)o=!1,i=On;else if(a>=s){var u=e?null:Eo(t);if(u)return fr(u);o=!1,i=Qn,l=new Xr}else l=e?[]:c;t:while(++r<a){var h=t[r],f=e?e(h):h;if(h=n||0!==h?h:0,o&&f===f){var d=l.length;while(d--)if(l[d]===f)continue t;e&&l.push(f),c.push(h)}else i(l,f,n)||(l!==c&&l.push(f),c.push(h))}return c}function za(t,e){return e=Ua(e,t),t=xs(t,e),null==t||delete t[Ps(ac(e))]}function Da(t,e,n,r){return ka(t,e,n(ji(t,e)),r)}function Na(t,e,n,r){var i=t.length,a=r?i:-1;while((r?a--:++a<i)&&e(t[a],a,t));return n?Oa(t,r?0:a,r?a+1:i):Oa(t,r?a+1:0,r?i:a)}function Ra(t,e){var n=t;return n instanceof Or&&(n=n.value()),An(e,(function(t,e){return e.func.apply(e.thisArg,En([t],e.args))}),n)}function Va(t,e,r){var i=t.length;if(i<2)return i?ja(t[0]):[];var a=-1,o=n(i);while(++a<i){var s=t[a],c=-1;while(++c<i)c!=a&&(o[a]=xi(o[a]||s,t[c],e,r))}return ja(Mi(o,1),e,r)}function Fa(t,e,n){var r=-1,i=t.length,o=e.length,s={};while(++r<i){var c=r<o?e[r]:a;n(s,t[r],c)}return s}function Ha(t){return hu(t)?t:[]}function Ba(t){return"function"==typeof t?t:Pf}function Ua(t,e){return cu(t)?t:cs(t,e)?[t]:As(Ju(t))}var $a=_a;function qa(t,e,n){var r=t.length;return n=n===a?r:n,!e&&n>=r?t:Oa(t,e,n)}var Wa=Ae||function(t){return cn.clearTimeout(t)};function Ya(t,e){if(e)return t.slice();var n=t.length,r=xe?xe(n):new t.constructor(n);return t.copy(r),r}function Ka(t){var e=new t.constructor(t.byteLength);return new _e(e).set(new _e(t)),e}function Xa(t,e){var n=e?Ka(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function Ga(t){var e=new t.constructor(t.source,Yt.exec(t));return e.lastIndex=t.lastIndex,e}function Za(t){return pr?ne(pr.call(t)):{}}function Qa(t,e){var n=e?Ka(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function Ja(t,e){if(t!==e){var n=t!==a,r=null===t,i=t===t,o=Vu(t),s=e!==a,c=null===e,l=e===e,u=Vu(e);if(!c&&!u&&!o&&t>e||o&&s&&l&&!c&&!u||r&&s&&l||!n&&l||!i)return 1;if(!r&&!o&&!u&&t<e||u&&n&&i&&!r&&!o||c&&n&&i||!s&&i||!l)return-1}return 0}function to(t,e,n){var r=-1,i=t.criteria,a=e.criteria,o=i.length,s=n.length;while(++r<o){var c=Ja(i[r],a[r]);if(c){if(r>=s)return c;var l=n[r];return c*("desc"==l?-1:1)}}return t.index-e.index}function eo(t,e,r,i){var a=-1,o=t.length,s=r.length,c=-1,l=e.length,u=Fe(o-s,0),h=n(l+u),f=!i;while(++c<l)h[c]=e[c];while(++a<s)(f||a<o)&&(h[r[a]]=t[a]);while(u--)h[c++]=t[a++];return h}function no(t,e,r,i){var a=-1,o=t.length,s=-1,c=r.length,l=-1,u=e.length,h=Fe(o-c,0),f=n(h+u),d=!i;while(++a<h)f[a]=t[a];var p=a;while(++l<u)f[p+l]=e[l];while(++s<c)(d||a<o)&&(f[p+r[s]]=t[a++]);return f}function ro(t,e){var r=-1,i=t.length;e||(e=n(i));while(++r<i)e[r]=t[r];return e}function io(t,e,n,r){var i=!n;n||(n={});var o=-1,s=e.length;while(++o<s){var c=e[o],l=r?r(n[c],t[c],c,n,t):a;l===a&&(l=t[c]),i?pi(n,c,l):li(n,c,l)}return n}function ao(t,e){return io(t,Xo(t),e)}function oo(t,e){return io(t,Go(t),e)}function so(t,e){return function(n,r){var i=cu(n)?xn:hi,a=e?e():{};return i(n,t,$o(r,2),a)}}function co(t){return _a((function(e,n){var r=-1,i=n.length,o=i>1?n[i-1]:a,s=i>2?n[2]:a;o=t.length>3&&"function"==typeof o?(i--,o):a,s&&ss(n[0],n[1],s)&&(o=i<3?a:o,i=1),e=ne(e);while(++r<i){var c=n[r];c&&t(e,c,r,o)}return e}))}function lo(t,e){return function(n,r){if(null==n)return n;if(!uu(n))return t(n,r);var i=n.length,a=e?i:-1,o=ne(n);while(e?a--:++a<i)if(!1===r(o[a],a,o))break;return n}}function uo(t){return function(e,n,r){var i=-1,a=ne(e),o=r(e),s=o.length;while(s--){var c=o[t?s:++i];if(!1===n(a[c],c,a))break}return e}}function ho(t,e,n){var r=e&b,i=vo(t);function a(){var e=this&&this!==cn&&this instanceof a?i:t;return e.apply(r?n:this,arguments)}return a}function fo(t){return function(e){e=Ju(e);var n=or(e)?mr(e):a,r=n?n[0]:e.charAt(0),i=n?qa(n,1).join(""):e.slice(1);return r[t]()+i}}function po(t){return function(e){return An(wf(Kh(e).replace(Ue,"")),t,"")}}function vo(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=kr(t.prototype),r=t.apply(n,e);return Cu(r)?r:n}}function go(t,e,r){var i=vo(t);function o(){var s=arguments.length,c=n(s),l=s,u=Uo(o);while(l--)c[l]=arguments[l];var h=s<3&&c[0]!==u&&c[s-1]!==u?[]:hr(c,u);if(s-=h.length,s<r)return Oo(t,e,bo,o.placeholder,a,c,h,a,a,r-s);var f=this&&this!==cn&&this instanceof o?i:t;return _n(f,this,c)}return o}function mo(t){return function(e,n,r){var i=ne(e);if(!uu(e)){var o=$o(n,3);e=wh(e),n=function(t){return o(i[t],t,i)}}var s=t(e,n,r);return s>-1?i[o?e[s]:s]:a}}function yo(t){return Ro((function(e){var n=e.length,r=n,i=Tr.prototype.thru;t&&e.reverse();while(r--){var o=e[r];if("function"!=typeof o)throw new ae(l);if(i&&!s&&"wrapper"==Bo(o))var s=new Tr([],!0)}r=s?r:n;while(++r<n){o=e[r];var c=Bo(o),u="wrapper"==c?Ho(o):a;s=u&&us(u[0])&&u[1]==(T|w|C|O)&&!u[4].length&&1==u[9]?s[Bo(u[0])].apply(s,u[3]):1==o.length&&us(o)?s[c]():s.thru(o)}return function(){var t=arguments,r=t[0];if(s&&1==t.length&&cu(r))return s.plant(r).value();var i=0,a=n?e[i].apply(this,t):r;while(++i<n)a=e[i].call(this,a);return a}}))}function bo(t,e,r,i,o,s,c,l,u,h){var f=e&T,d=e&b,p=e&_,v=e&(w|k),g=e&M,m=p?a:vo(t);function y(){var a=arguments.length,b=n(a),_=a;while(_--)b[_]=arguments[_];if(v)var x=Uo(y),w=er(b,x);if(i&&(b=eo(b,i,o,v)),s&&(b=no(b,s,c,v)),a-=w,v&&a<h){var k=hr(b,x);return Oo(t,e,bo,y.placeholder,r,b,k,l,u,h-a)}var C=d?r:this,S=p?C[t]:t;return a=b.length,l?b=ws(b,l):g&&a>1&&b.reverse(),f&&u<a&&(b.length=u),this&&this!==cn&&this instanceof y&&(S=m||vo(S)),S.apply(C,b)}return y}function _o(t,e){return function(n,r){return Bi(n,t,e(r),{})}}function xo(t,e){return function(n,r){var i;if(n===a&&r===a)return e;if(n!==a&&(i=n),r!==a){if(i===a)return r;"string"==typeof n||"string"==typeof r?(n=Ia(n),r=Ia(r)):(n=La(n),r=La(r)),i=t(n,r)}return i}}function wo(t){return Ro((function(e){return e=Mn(e,Gn($o())),_a((function(n){var r=this;return t(e,(function(t){return _n(t,r,n)}))}))}))}function ko(t,e){e=e===a?" ":Ia(e);var n=e.length;if(n<2)return n?ba(e,t):e;var r=ba(e,Ie(t/gr(e)));return or(e)?qa(mr(r),0,t).join(""):r.slice(0,t)}function Co(t,e,r,i){var a=e&b,o=vo(t);function s(){var e=-1,c=arguments.length,l=-1,u=i.length,h=n(u+c),f=this&&this!==cn&&this instanceof s?o:t;while(++l<u)h[l]=i[l];while(c--)h[l++]=arguments[++e];return _n(f,a?r:this,h)}return s}function So(t){return function(e,n,r){return r&&"number"!=typeof r&&ss(e,n,r)&&(n=r=a),e=Yu(e),n===a?(n=e,e=0):n=Yu(n),r=r===a?e<n?1:-1:Yu(r),ya(e,n,r,t)}}function To(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=Gu(e),n=Gu(n)),t(e,n)}}function Oo(t,e,n,r,i,o,s,c,l,u){var h=e&w,f=h?s:a,d=h?a:s,p=h?o:a,v=h?a:o;e|=h?C:S,e&=~(h?S:C),e&x||(e&=~(b|_));var g=[t,e,i,p,f,v,d,c,l,u],m=n.apply(a,g);return us(t)&&Cs(m,g),m.placeholder=r,Os(m,t,e)}function Mo(t){var e=Ut[t];return function(t,n){if(t=Gu(t),n=null==n?0:He(Ku(n),292),n&&Ne(t)){var r=(Ju(t)+"e").split("e"),i=e(r[0]+"e"+(+r[1]+n));return r=(Ju(i)+"e").split("e"),+(r[0]+"e"+(+r[1]-n))}return e(t)}}var Eo=en&&1/fr(new en([,-0]))[1]==D?function(t){return new en(t)}:Vf;function Ao(t){return function(e){var n=Zo(e);return n==J?lr(e):n==ot?dr(e):Kn(e,t(e))}}function Po(t,e,n,r,i,o,s,c){var u=e&_;if(!u&&"function"!=typeof t)throw new ae(l);var h=r?r.length:0;if(h||(e&=~(C|S),r=i=a),s=s===a?s:Fe(Ku(s),0),c=c===a?c:Ku(c),h-=i?i.length:0,e&S){var f=r,d=i;r=i=a}var p=u?a:Ho(t),v=[t,e,n,r,i,f,d,o,s,c];if(p&&ms(v,p),t=v[0],e=v[1],n=v[2],r=v[3],i=v[4],c=v[9]=v[9]===a?u?0:t.length:Fe(v[9]-h,0),!c&&e&(w|k)&&(e&=~(w|k)),e&&e!=b)g=e==w||e==k?go(t,e,c):e!=C&&e!=(b|C)||i.length?bo.apply(a,v):Co(t,e,n,r);else var g=ho(t,e,n);var m=p?Ca:Cs;return Os(m(g,v),t,e)}function Lo(t,e,n,r){return t===a||iu(t,ce[n])&&!he.call(r,n)?e:t}function Io(t,e,n,r,i,o){return Cu(t)&&Cu(e)&&(o.set(e,t),ca(t,e,a,Io,o),o["delete"](e)),t}function jo(t){return ju(t)?a:t}function zo(t,e,n,r,i,o){var s=n&m,c=t.length,l=e.length;if(c!=l&&!(s&&l>c))return!1;var u=o.get(t),h=o.get(e);if(u&&h)return u==e&&h==t;var f=-1,d=!0,p=n&y?new Xr:a;o.set(t,e),o.set(e,t);while(++f<c){var v=t[f],g=e[f];if(r)var b=s?r(g,v,f,e,t,o):r(v,g,f,t,e,o);if(b!==a){if(b)continue;d=!1;break}if(p){if(!Ln(e,(function(t,e){if(!Qn(p,e)&&(v===t||i(v,t,n,r,o)))return p.push(e)}))){d=!1;break}}else if(v!==g&&!i(v,g,n,r,o)){d=!1;break}}return o["delete"](t),o["delete"](e),d}function Do(t,e,n,r,i,a,o){switch(n){case dt:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case ft:return!(t.byteLength!=e.byteLength||!a(new _e(t),new _e(e)));case Y:case K:case tt:return iu(+t,+e);case G:return t.name==e.name&&t.message==e.message;case at:case st:return t==e+"";case J:var s=lr;case ot:var c=r&m;if(s||(s=fr),t.size!=e.size&&!c)return!1;var l=o.get(t);if(l)return l==e;r|=y,o.set(t,e);var u=zo(s(t),s(e),r,i,a,o);return o["delete"](t),u;case ct:if(pr)return pr.call(t)==pr.call(e)}return!1}function No(t,e,n,r,i,o){var s=n&m,c=Vo(t),l=c.length,u=Vo(e),h=u.length;if(l!=h&&!s)return!1;var f=l;while(f--){var d=c[f];if(!(s?d in e:he.call(e,d)))return!1}var p=o.get(t),v=o.get(e);if(p&&v)return p==e&&v==t;var g=!0;o.set(t,e),o.set(e,t);var y=s;while(++f<l){d=c[f];var b=t[d],_=e[d];if(r)var x=s?r(_,b,d,e,t,o):r(b,_,d,t,e,o);if(!(x===a?b===_||i(b,_,n,r,o):x)){g=!1;break}y||(y="constructor"==d)}if(g&&!y){var w=t.constructor,k=e.constructor;w==k||!("constructor"in t)||!("constructor"in e)||"function"==typeof w&&w instanceof w&&"function"==typeof k&&k instanceof k||(g=!1)}return o["delete"](t),o["delete"](e),g}function Ro(t){return Ts(_s(t,a,Ks),t+"")}function Vo(t){return zi(t,wh,Xo)}function Fo(t){return zi(t,kh,Go)}var Ho=sn?function(t){return sn.get(t)}:Vf;function Bo(t){var e=t.name+"",n=ln[e],r=he.call(ln,e)?n.length:0;while(r--){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function Uo(t){var e=he.call(xr,"placeholder")?xr:t;return e.placeholder}function $o(){var t=xr.iteratee||Lf;return t=t===Lf?ea:t,arguments.length?t(arguments[0],arguments[1]):t}function qo(t,e){var n=t.__data__;return ls(e)?n["string"==typeof e?"string":"hash"]:n.map}function Wo(t){var e=wh(t),n=e.length;while(n--){var r=e[n],i=t[r];e[n]=[r,i,ps(i)]}return e}function Yo(t,e){var n=ar(t,e);return Zi(n)?n:a}function Ko(t){var e=he.call(t,Me),n=t[Me];try{t[Me]=a;var r=!0}catch(o){}var i=pe.call(t);return r&&(e?t[Me]=n:delete t[Me]),i}var Xo=ze?function(t){return null==t?[]:(t=ne(t),Sn(ze(t),(function(e){return Ce.call(t,e)})))}:Kf,Go=ze?function(t){var e=[];while(t)En(e,Xo(t)),t=we(t);return e}:Kf,Zo=Di;function Qo(t,e,n){var r=-1,i=n.length;while(++r<i){var a=n[r],o=a.size;switch(a.type){case"drop":t+=o;break;case"dropRight":e-=o;break;case"take":e=He(e,t+o);break;case"takeRight":t=Fe(t,e-o);break}}return{start:t,end:e}}function Jo(t){var e=t.match(Ht);return e?e[1].split(Bt):[]}function ts(t,e,n){e=Ua(e,t);var r=-1,i=e.length,a=!1;while(++r<i){var o=Ps(e[r]);if(!(a=null!=t&&n(t,o)))break;t=t[o]}return a||++r!=i?a:(i=null==t?0:t.length,!!i&&ku(i)&&os(o,i)&&(cu(t)||su(t)))}function es(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&he.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function ns(t){return"function"!=typeof t.constructor||ds(t)?{}:kr(we(t))}function rs(t,e,n){var r=t.constructor;switch(e){case ft:return Ka(t);case Y:case K:return new r(+t);case dt:return Xa(t,n);case pt:case vt:case gt:case mt:case yt:case bt:case _t:case xt:case wt:return Qa(t,n);case J:return new r;case tt:case st:return new r(t);case at:return Ga(t);case ot:return new r;case ct:return Za(t)}}function is(t,e){var n=e.length;if(!n)return t;var r=n-1;return e[r]=(n>1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(Ft,"{\n/* [wrapped with "+e+"] */\n")}function as(t){return cu(t)||su(t)||!!(Te&&t&&t[Te])}function os(t,e){var n=typeof t;return e=null==e?N:e,!!e&&("number"==n||"symbol"!=n&&Qt.test(t))&&t>-1&&t%1==0&&t<e}function ss(t,e,n){if(!Cu(n))return!1;var r=typeof e;return!!("number"==r?uu(n)&&os(e,n.length):"string"==r&&e in n)&&iu(n[e],t)}function cs(t,e){if(cu(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Vu(t))||(jt.test(t)||!It.test(t)||null!=e&&t in ne(e))}function ls(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function us(t){var e=Bo(t),n=xr[e];if("function"!=typeof n||!(e in Or.prototype))return!1;if(t===n)return!0;var r=Ho(n);return!!r&&t===r[0]}function hs(t){return!!de&&de in t}(Ke&&Zo(new Ke(new ArrayBuffer(1)))!=dt||Je&&Zo(new Je)!=J||tn&&Zo(tn.resolve())!=rt||en&&Zo(new en)!=ot||nn&&Zo(new nn)!=ut)&&(Zo=function(t){var e=Di(t),n=e==nt?t.constructor:a,r=n?Ls(n):"";if(r)switch(r){case un:return dt;case fn:return J;case dn:return rt;case In:return ot;case jn:return ut}return e});var fs=le?xu:Xf;function ds(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||ce;return t===n}function ps(t){return t===t&&!Cu(t)}function vs(t,e){return function(n){return null!=n&&(n[t]===e&&(e!==a||t in ne(n)))}}function gs(t){var e=Fl(t,(function(t){return n.size===f&&n.clear(),t})),n=e.cache;return e}function ms(t,e){var n=t[1],r=e[1],i=n|r,a=i<(b|_|T),o=r==T&&n==w||r==T&&n==O&&t[7].length<=e[8]||r==(T|O)&&e[7].length<=e[8]&&n==w;if(!a&&!o)return t;r&b&&(t[2]=e[2],i|=n&b?0:x);var s=e[3];if(s){var c=t[3];t[3]=c?eo(c,s,e[4]):s,t[4]=c?hr(t[3],d):e[4]}return s=e[5],s&&(c=t[5],t[5]=c?no(c,s,e[6]):s,t[6]=c?hr(t[5],d):e[6]),s=e[7],s&&(t[7]=s),r&T&&(t[8]=null==t[8]?e[8]:He(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function ys(t){var e=[];if(null!=t)for(var n in ne(t))e.push(n);return e}function bs(t){return pe.call(t)}function _s(t,e,r){return e=Fe(e===a?t.length-1:e,0),function(){var i=arguments,a=-1,o=Fe(i.length-e,0),s=n(o);while(++a<o)s[a]=i[e+a];a=-1;var c=n(e+1);while(++a<e)c[a]=i[a];return c[e]=r(s),_n(t,this,c)}}function xs(t,e){return e.length<2?t:ji(t,Oa(e,0,-1))}function ws(t,e){var n=t.length,r=He(e.length,n),i=ro(t);while(r--){var o=e[r];t[r]=os(o,n)?i[o]:a}return t}function ks(t,e){if(("constructor"!==e||"function"!==typeof t[e])&&"__proto__"!=e)return t[e]}var Cs=Ms(Ca),Ss=Le||function(t,e){return cn.setTimeout(t,e)},Ts=Ms(Sa);function Os(t,e,n){var r=e+"";return Ts(t,is(r,Is(Jo(r),n)))}function Ms(t){var e=0,n=0;return function(){var r=Be(),i=L-(r-n);if(n=r,i>0){if(++e>=P)return arguments[0]}else e=0;return t.apply(a,arguments)}}function Es(t,e){var n=-1,r=t.length,i=r-1;e=e===a?r:e;while(++n<e){var o=ma(n,i),s=t[o];t[o]=t[n],t[n]=s}return t.length=e,t}var As=gs((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(zt,(function(t,n,r,i){e.push(r?i.replace(qt,"$1"):n||t)})),e}));function Ps(t){if("string"==typeof t||Vu(t))return t;var e=t+"";return"0"==e&&1/t==-D?"-0":e}function Ls(t){if(null!=t){try{return ue.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Is(t,e){return wn(U,(function(n){var r="_."+n[0];e&n[1]&&!Tn(t,r)&&t.push(r)})),t.sort()}function js(t){if(t instanceof Or)return t.clone();var e=new Tr(t.__wrapped__,t.__chain__);return e.__actions__=ro(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}function zs(t,e,r){e=(r?ss(t,e,r):e===a)?1:Fe(Ku(e),0);var i=null==t?0:t.length;if(!i||e<1)return[];var o=0,s=0,c=n(Ie(i/e));while(o<i)c[s++]=Oa(t,o,o+=e);return c}function Ds(t){var e=-1,n=null==t?0:t.length,r=0,i=[];while(++e<n){var a=t[e];a&&(i[r++]=a)}return i}function Ns(){var t=arguments.length;if(!t)return[];var e=n(t-1),r=arguments[0],i=t;while(i--)e[i-1]=arguments[i];return En(cu(r)?ro(r):[r],Mi(e,1))}var Rs=_a((function(t,e){return hu(t)?xi(t,Mi(e,1,hu,!0)):[]})),Vs=_a((function(t,e){var n=ac(e);return hu(n)&&(n=a),hu(t)?xi(t,Mi(e,1,hu,!0),$o(n,2)):[]})),Fs=_a((function(t,e){var n=ac(e);return hu(n)&&(n=a),hu(t)?xi(t,Mi(e,1,hu,!0),a,n):[]}));function Hs(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===a?1:Ku(e),Oa(t,e<0?0:e,r)):[]}function Bs(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===a?1:Ku(e),e=r-e,Oa(t,0,e<0?0:e)):[]}function Us(t,e){return t&&t.length?Na(t,$o(e,3),!0,!0):[]}function $s(t,e){return t&&t.length?Na(t,$o(e,3),!0):[]}function qs(t,e,n,r){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&ss(t,e,n)&&(n=0,r=i),Ti(t,e,n,r)):[]}function Ws(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:Ku(n);return i<0&&(i=Fe(r+i,0)),Nn(t,$o(e,3),i)}function Ys(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r-1;return n!==a&&(i=Ku(n),i=n<0?Fe(r+i,0):He(i,r-1)),Nn(t,$o(e,3),i,!0)}function Ks(t){var e=null==t?0:t.length;return e?Mi(t,1):[]}function Xs(t){var e=null==t?0:t.length;return e?Mi(t,D):[]}function Gs(t,e){var n=null==t?0:t.length;return n?(e=e===a?1:Ku(e),Mi(t,e)):[]}function Zs(t){var e=-1,n=null==t?0:t.length,r={};while(++e<n){var i=t[e];r[i[0]]=i[1]}return r}function Qs(t){return t&&t.length?t[0]:a}function Js(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:Ku(n);return i<0&&(i=Fe(r+i,0)),Rn(t,e,i)}function tc(t){var e=null==t?0:t.length;return e?Oa(t,0,-1):[]}var ec=_a((function(t){var e=Mn(t,Ha);return e.length&&e[0]===t[0]?Hi(e):[]})),nc=_a((function(t){var e=ac(t),n=Mn(t,Ha);return e===ac(n)?e=a:n.pop(),n.length&&n[0]===t[0]?Hi(n,$o(e,2)):[]})),rc=_a((function(t){var e=ac(t),n=Mn(t,Ha);return e="function"==typeof e?e:a,e&&n.pop(),n.length&&n[0]===t[0]?Hi(n,a,e):[]}));function ic(t,e){return null==t?"":Re.call(t,e)}function ac(t){var e=null==t?0:t.length;return e?t[e-1]:a}function oc(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r;return n!==a&&(i=Ku(n),i=i<0?Fe(r+i,0):He(i,r-1)),e===e?vr(t,e,i):Nn(t,Fn,i,!0)}function sc(t,e){return t&&t.length?ua(t,Ku(e)):a}var cc=_a(lc);function lc(t,e){return t&&t.length&&e&&e.length?va(t,e):t}function uc(t,e,n){return t&&t.length&&e&&e.length?va(t,e,$o(n,2)):t}function hc(t,e,n){return t&&t.length&&e&&e.length?va(t,e,a,n):t}var fc=Ro((function(t,e){var n=null==t?0:t.length,r=vi(t,e);return ga(t,Mn(e,(function(t){return os(t,n)?+t:t})).sort(Ja)),r}));function dc(t,e){var n=[];if(!t||!t.length)return n;var r=-1,i=[],a=t.length;e=$o(e,3);while(++r<a){var o=t[r];e(o,r,t)&&(n.push(o),i.push(r))}return ga(t,i),n}function pc(t){return null==t?t:Ye.call(t)}function vc(t,e,n){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&ss(t,e,n)?(e=0,n=r):(e=null==e?0:Ku(e),n=n===a?r:Ku(n)),Oa(t,e,n)):[]}function gc(t,e){return Ea(t,e)}function mc(t,e,n){return Aa(t,e,$o(n,2))}function yc(t,e){var n=null==t?0:t.length;if(n){var r=Ea(t,e);if(r<n&&iu(t[r],e))return r}return-1}function bc(t,e){return Ea(t,e,!0)}function _c(t,e,n){return Aa(t,e,$o(n,2),!0)}function xc(t,e){var n=null==t?0:t.length;if(n){var r=Ea(t,e,!0)-1;if(iu(t[r],e))return r}return-1}function wc(t){return t&&t.length?Pa(t):[]}function kc(t,e){return t&&t.length?Pa(t,$o(e,2)):[]}function Cc(t){var e=null==t?0:t.length;return e?Oa(t,1,e):[]}function Sc(t,e,n){return t&&t.length?(e=n||e===a?1:Ku(e),Oa(t,0,e<0?0:e)):[]}function Tc(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===a?1:Ku(e),e=r-e,Oa(t,e<0?0:e,r)):[]}function Oc(t,e){return t&&t.length?Na(t,$o(e,3),!1,!0):[]}function Mc(t,e){return t&&t.length?Na(t,$o(e,3)):[]}var Ec=_a((function(t){return ja(Mi(t,1,hu,!0))})),Ac=_a((function(t){var e=ac(t);return hu(e)&&(e=a),ja(Mi(t,1,hu,!0),$o(e,2))})),Pc=_a((function(t){var e=ac(t);return e="function"==typeof e?e:a,ja(Mi(t,1,hu,!0),a,e)}));function Lc(t){return t&&t.length?ja(t):[]}function Ic(t,e){return t&&t.length?ja(t,$o(e,2)):[]}function jc(t,e){return e="function"==typeof e?e:a,t&&t.length?ja(t,a,e):[]}function zc(t){if(!t||!t.length)return[];var e=0;return t=Sn(t,(function(t){if(hu(t))return e=Fe(t.length,e),!0})),Yn(e,(function(e){return Mn(t,Bn(e))}))}function Dc(t,e){if(!t||!t.length)return[];var n=zc(t);return null==e?n:Mn(n,(function(t){return _n(e,a,t)}))}var Nc=_a((function(t,e){return hu(t)?xi(t,e):[]})),Rc=_a((function(t){return Va(Sn(t,hu))})),Vc=_a((function(t){var e=ac(t);return hu(e)&&(e=a),Va(Sn(t,hu),$o(e,2))})),Fc=_a((function(t){var e=ac(t);return e="function"==typeof e?e:a,Va(Sn(t,hu),a,e)})),Hc=_a(zc);function Bc(t,e){return Fa(t||[],e||[],li)}function Uc(t,e){return Fa(t||[],e||[],ka)}var $c=_a((function(t){var e=t.length,n=e>1?t[e-1]:a;return n="function"==typeof n?(t.pop(),n):a,Dc(t,n)}));function qc(t){var e=xr(t);return e.__chain__=!0,e}function Wc(t,e){return e(t),t}function Yc(t,e){return e(t)}var Kc=Ro((function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,i=function(e){return vi(e,t)};return!(e>1||this.__actions__.length)&&r instanceof Or&&os(n)?(r=r.slice(n,+n+(e?1:0)),r.__actions__.push({func:Yc,args:[i],thisArg:a}),new Tr(r,this.__chain__).thru((function(t){return e&&!t.length&&t.push(a),t}))):this.thru(i)}));function Xc(){return qc(this)}function Gc(){return new Tr(this.value(),this.__chain__)}function Zc(){this.__values__===a&&(this.__values__=Wu(this.value()));var t=this.__index__>=this.__values__.length,e=t?a:this.__values__[this.__index__++];return{done:t,value:e}}function Qc(){return this}function Jc(t){var e,n=this;while(n instanceof Sr){var r=js(n);r.__index__=0,r.__values__=a,e?i.__wrapped__=r:e=r;var i=r;n=n.__wrapped__}return i.__wrapped__=t,e}function tl(){var t=this.__wrapped__;if(t instanceof Or){var e=t;return this.__actions__.length&&(e=new Or(this)),e=e.reverse(),e.__actions__.push({func:Yc,args:[pc],thisArg:a}),new Tr(e,this.__chain__)}return this.thru(pc)}function el(){return Ra(this.__wrapped__,this.__actions__)}var nl=so((function(t,e,n){he.call(t,n)?++t[n]:pi(t,n,1)}));function rl(t,e,n){var r=cu(t)?Cn:Ci;return n&&ss(t,e,n)&&(e=a),r(t,$o(e,3))}function il(t,e){var n=cu(t)?Sn:Oi;return n(t,$o(e,3))}var al=mo(Ws),ol=mo(Ys);function sl(t,e){return Mi(gl(t,e),1)}function cl(t,e){return Mi(gl(t,e),D)}function ll(t,e,n){return n=n===a?1:Ku(n),Mi(gl(t,e),n)}function ul(t,e){var n=cu(t)?wn:wi;return n(t,$o(e,3))}function hl(t,e){var n=cu(t)?kn:ki;return n(t,$o(e,3))}var fl=so((function(t,e,n){he.call(t,n)?t[n].push(e):pi(t,n,[e])}));function dl(t,e,n,r){t=uu(t)?t:Hh(t),n=n&&!r?Ku(n):0;var i=t.length;return n<0&&(n=Fe(i+n,0)),Ru(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&Rn(t,e,n)>-1}var pl=_a((function(t,e,r){var i=-1,a="function"==typeof e,o=uu(t)?n(t.length):[];return wi(t,(function(t){o[++i]=a?_n(e,t,r):Ui(t,e,r)})),o})),vl=so((function(t,e,n){pi(t,n,e)}));function gl(t,e){var n=cu(t)?Mn:aa;return n(t,$o(e,3))}function ml(t,e,n,r){return null==t?[]:(cu(e)||(e=null==e?[]:[e]),n=r?a:n,cu(n)||(n=null==n?[]:[n]),ha(t,e,n))}var yl=so((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));function bl(t,e,n){var r=cu(t)?An:$n,i=arguments.length<3;return r(t,$o(e,4),n,i,wi)}function _l(t,e,n){var r=cu(t)?Pn:$n,i=arguments.length<3;return r(t,$o(e,4),n,i,ki)}function xl(t,e){var n=cu(t)?Sn:Oi;return n(t,Hl($o(e,3)))}function wl(t){var e=cu(t)?ai:xa;return e(t)}function kl(t,e,n){e=(n?ss(t,e,n):e===a)?1:Ku(e);var r=cu(t)?oi:wa;return r(t,e)}function Cl(t){var e=cu(t)?si:Ta;return e(t)}function Sl(t){if(null==t)return 0;if(uu(t))return Ru(t)?gr(t):t.length;var e=Zo(t);return e==J||e==ot?t.size:na(t).length}function Tl(t,e,n){var r=cu(t)?Ln:Ma;return n&&ss(t,e,n)&&(e=a),r(t,$o(e,3))}var Ol=_a((function(t,e){if(null==t)return[];var n=e.length;return n>1&&ss(t,e[0],e[1])?e=[]:n>2&&ss(e[0],e[1],e[2])&&(e=[e[0]]),ha(t,Mi(e,1),[])})),Ml=Pe||function(){return cn.Date.now()};function El(t,e){if("function"!=typeof e)throw new ae(l);return t=Ku(t),function(){if(--t<1)return e.apply(this,arguments)}}function Al(t,e,n){return e=n?a:e,e=t&&null==e?t.length:e,Po(t,T,a,a,a,a,e)}function Pl(t,e){var n;if("function"!=typeof e)throw new ae(l);return t=Ku(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=a),n}}var Ll=_a((function(t,e,n){var r=b;if(n.length){var i=hr(n,Uo(Ll));r|=C}return Po(t,r,e,n,i)})),Il=_a((function(t,e,n){var r=b|_;if(n.length){var i=hr(n,Uo(Il));r|=C}return Po(e,r,t,n,i)}));function jl(t,e,n){e=n?a:e;var r=Po(t,w,a,a,a,a,a,e);return r.placeholder=jl.placeholder,r}function zl(t,e,n){e=n?a:e;var r=Po(t,k,a,a,a,a,a,e);return r.placeholder=zl.placeholder,r}function Dl(t,e,n){var r,i,o,s,c,u,h=0,f=!1,d=!1,p=!0;if("function"!=typeof t)throw new ae(l);function v(e){var n=r,o=i;return r=i=a,h=e,s=t.apply(o,n),s}function g(t){return h=t,c=Ss(b,e),f?v(t):s}function m(t){var n=t-u,r=t-h,i=e-n;return d?He(i,o-r):i}function y(t){var n=t-u,r=t-h;return u===a||n>=e||n<0||d&&r>=o}function b(){var t=Ml();if(y(t))return _(t);c=Ss(b,m(t))}function _(t){return c=a,p&&r?v(t):(r=i=a,s)}function x(){c!==a&&Wa(c),h=0,r=u=i=c=a}function w(){return c===a?s:_(Ml())}function k(){var t=Ml(),n=y(t);if(r=arguments,i=this,u=t,n){if(c===a)return g(u);if(d)return Wa(c),c=Ss(b,e),v(u)}return c===a&&(c=Ss(b,e)),s}return e=Gu(e)||0,Cu(n)&&(f=!!n.leading,d="maxWait"in n,o=d?Fe(Gu(n.maxWait)||0,e):o,p="trailing"in n?!!n.trailing:p),k.cancel=x,k.flush=w,k}var Nl=_a((function(t,e){return _i(t,1,e)})),Rl=_a((function(t,e,n){return _i(t,Gu(e)||0,n)}));function Vl(t){return Po(t,M)}function Fl(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new ae(l);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=t.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(Fl.Cache||Ur),n}function Hl(t){if("function"!=typeof t)throw new ae(l);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function Bl(t){return Pl(2,t)}Fl.Cache=Ur;var Ul=$a((function(t,e){e=1==e.length&&cu(e[0])?Mn(e[0],Gn($o())):Mn(Mi(e,1),Gn($o()));var n=e.length;return _a((function(r){var i=-1,a=He(r.length,n);while(++i<a)r[i]=e[i].call(this,r[i]);return _n(t,this,r)}))})),$l=_a((function(t,e){var n=hr(e,Uo($l));return Po(t,C,a,e,n)})),ql=_a((function(t,e){var n=hr(e,Uo(ql));return Po(t,S,a,e,n)})),Wl=Ro((function(t,e){return Po(t,O,a,a,a,e)}));function Yl(t,e){if("function"!=typeof t)throw new ae(l);return e=e===a?e:Ku(e),_a(t,e)}function Kl(t,e){if("function"!=typeof t)throw new ae(l);return e=null==e?0:Fe(Ku(e),0),_a((function(n){var r=n[e],i=qa(n,0,e);return r&&En(i,r),_n(t,this,i)}))}function Xl(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new ae(l);return Cu(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Dl(t,e,{leading:r,maxWait:e,trailing:i})}function Gl(t){return Al(t,1)}function Zl(t,e){return $l(Ba(e),t)}function Ql(){if(!arguments.length)return[];var t=arguments[0];return cu(t)?t:[t]}function Jl(t){return mi(t,g)}function tu(t,e){return e="function"==typeof e?e:a,mi(t,g,e)}function eu(t){return mi(t,p|g)}function nu(t,e){return e="function"==typeof e?e:a,mi(t,p|g,e)}function ru(t,e){return null==e||bi(t,e,wh(e))}function iu(t,e){return t===e||t!==t&&e!==e}var au=To(Ni),ou=To((function(t,e){return t>=e})),su=$i(function(){return arguments}())?$i:function(t){return Su(t)&&he.call(t,"callee")&&!Ce.call(t,"callee")},cu=n.isArray,lu=pn?Gn(pn):qi;function uu(t){return null!=t&&ku(t.length)&&!xu(t)}function hu(t){return Su(t)&&uu(t)}function fu(t){return!0===t||!1===t||Su(t)&&Di(t)==Y}var du=De||Xf,pu=vn?Gn(vn):Wi;function vu(t){return Su(t)&&1===t.nodeType&&!ju(t)}function gu(t){if(null==t)return!0;if(uu(t)&&(cu(t)||"string"==typeof t||"function"==typeof t.splice||du(t)||Fu(t)||su(t)))return!t.length;var e=Zo(t);if(e==J||e==ot)return!t.size;if(ds(t))return!na(t).length;for(var n in t)if(he.call(t,n))return!1;return!0}function mu(t,e){return Yi(t,e)}function yu(t,e,n){n="function"==typeof n?n:a;var r=n?n(t,e):a;return r===a?Yi(t,e,a,n):!!r}function bu(t){if(!Su(t))return!1;var e=Di(t);return e==G||e==X||"string"==typeof t.message&&"string"==typeof t.name&&!ju(t)}function _u(t){return"number"==typeof t&&Ne(t)}function xu(t){if(!Cu(t))return!1;var e=Di(t);return e==Z||e==Q||e==W||e==it}function wu(t){return"number"==typeof t&&t==Ku(t)}function ku(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=N}function Cu(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Su(t){return null!=t&&"object"==typeof t}var Tu=gn?Gn(gn):Xi;function Ou(t,e){return t===e||Gi(t,e,Wo(e))}function Mu(t,e,n){return n="function"==typeof n?n:a,Gi(t,e,Wo(e),n)}function Eu(t){return Iu(t)&&t!=+t}function Au(t){if(fs(t))throw new i(c);return Zi(t)}function Pu(t){return null===t}function Lu(t){return null==t}function Iu(t){return"number"==typeof t||Su(t)&&Di(t)==tt}function ju(t){if(!Su(t)||Di(t)!=nt)return!1;var e=we(t);if(null===e)return!0;var n=he.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&ue.call(n)==ve}var zu=mn?Gn(mn):Qi;function Du(t){return wu(t)&&t>=-N&&t<=N}var Nu=yn?Gn(yn):Ji;function Ru(t){return"string"==typeof t||!cu(t)&&Su(t)&&Di(t)==st}function Vu(t){return"symbol"==typeof t||Su(t)&&Di(t)==ct}var Fu=bn?Gn(bn):ta;function Hu(t){return t===a}function Bu(t){return Su(t)&&Zo(t)==ut}function Uu(t){return Su(t)&&Di(t)==ht}var $u=To(ia),qu=To((function(t,e){return t<=e}));function Wu(t){if(!t)return[];if(uu(t))return Ru(t)?mr(t):ro(t);if(Oe&&t[Oe])return cr(t[Oe]());var e=Zo(t),n=e==J?lr:e==ot?fr:Hh;return n(t)}function Yu(t){if(!t)return 0===t?t:0;if(t=Gu(t),t===D||t===-D){var e=t<0?-1:1;return e*R}return t===t?t:0}function Ku(t){var e=Yu(t),n=e%1;return e===e?n?e-n:e:0}function Xu(t){return t?gi(Ku(t),0,F):0}function Gu(t){if("number"==typeof t)return t;if(Vu(t))return V;if(Cu(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=Cu(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Xn(t);var n=Xt.test(t);return n||Zt.test(t)?an(t.slice(2),n?2:8):Kt.test(t)?V:+t}function Zu(t){return io(t,kh(t))}function Qu(t){return t?gi(Ku(t),-N,N):0===t?t:0}function Ju(t){return null==t?"":Ia(t)}var th=co((function(t,e){if(ds(e)||uu(e))io(e,wh(e),t);else for(var n in e)he.call(e,n)&&li(t,n,e[n])})),eh=co((function(t,e){io(e,kh(e),t)})),nh=co((function(t,e,n,r){io(e,kh(e),t,r)})),rh=co((function(t,e,n,r){io(e,wh(e),t,r)})),ih=Ro(vi);function ah(t,e){var n=kr(t);return null==e?n:fi(n,e)}var oh=_a((function(t,e){t=ne(t);var n=-1,r=e.length,i=r>2?e[2]:a;i&&ss(e[0],e[1],i)&&(r=1);while(++n<r){var o=e[n],s=kh(o),c=-1,l=s.length;while(++c<l){var u=s[c],h=t[u];(h===a||iu(h,ce[u])&&!he.call(t,u))&&(t[u]=o[u])}}return t})),sh=_a((function(t){return t.push(a,Io),_n(Oh,a,t)}));function ch(t,e){return Dn(t,$o(e,3),Pi)}function lh(t,e){return Dn(t,$o(e,3),Li)}function uh(t,e){return null==t?t:Ei(t,$o(e,3),kh)}function hh(t,e){return null==t?t:Ai(t,$o(e,3),kh)}function fh(t,e){return t&&Pi(t,$o(e,3))}function dh(t,e){return t&&Li(t,$o(e,3))}function ph(t){return null==t?[]:Ii(t,wh(t))}function vh(t){return null==t?[]:Ii(t,kh(t))}function gh(t,e,n){var r=null==t?a:ji(t,e);return r===a?n:r}function mh(t,e){return null!=t&&ts(t,e,Ri)}function yh(t,e){return null!=t&&ts(t,e,Vi)}var bh=_o((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=pe.call(e)),t[e]=n}),Of(Pf)),_h=_o((function(t,e,n){null!=e&&"function"!=typeof e.toString&&(e=pe.call(e)),he.call(t,e)?t[e].push(n):t[e]=[n]}),$o),xh=_a(Ui);function wh(t){return uu(t)?ii(t):na(t)}function kh(t){return uu(t)?ii(t,!0):ra(t)}function Ch(t,e){var n={};return e=$o(e,3),Pi(t,(function(t,r,i){pi(n,e(t,r,i),t)})),n}function Sh(t,e){var n={};return e=$o(e,3),Pi(t,(function(t,r,i){pi(n,r,e(t,r,i))})),n}var Th=co((function(t,e,n){ca(t,e,n)})),Oh=co((function(t,e,n,r){ca(t,e,n,r)})),Mh=Ro((function(t,e){var n={};if(null==t)return n;var r=!1;e=Mn(e,(function(e){return e=Ua(e,t),r||(r=e.length>1),e})),io(t,Fo(t),n),r&&(n=mi(n,p|v|g,jo));var i=e.length;while(i--)za(n,e[i]);return n}));function Eh(t,e){return Ph(t,Hl($o(e)))}var Ah=Ro((function(t,e){return null==t?{}:fa(t,e)}));function Ph(t,e){if(null==t)return{};var n=Mn(Fo(t),(function(t){return[t]}));return e=$o(e),da(t,n,(function(t,n){return e(t,n[0])}))}function Lh(t,e,n){e=Ua(e,t);var r=-1,i=e.length;i||(i=1,t=a);while(++r<i){var o=null==t?a:t[Ps(e[r])];o===a&&(r=i,o=n),t=xu(o)?o.call(t):o}return t}function Ih(t,e,n){return null==t?t:ka(t,e,n)}function jh(t,e,n,r){return r="function"==typeof r?r:a,null==t?t:ka(t,e,n,r)}var zh=Ao(wh),Dh=Ao(kh);function Nh(t,e,n){var r=cu(t),i=r||du(t)||Fu(t);if(e=$o(e,4),null==n){var a=t&&t.constructor;n=i?r?new a:[]:Cu(t)&&xu(a)?kr(we(t)):{}}return(i?wn:Pi)(t,(function(t,r,i){return e(n,t,r,i)})),n}function Rh(t,e){return null==t||za(t,e)}function Vh(t,e,n){return null==t?t:Da(t,e,Ba(n))}function Fh(t,e,n,r){return r="function"==typeof r?r:a,null==t?t:Da(t,e,Ba(n),r)}function Hh(t){return null==t?[]:Zn(t,wh(t))}function Bh(t){return null==t?[]:Zn(t,kh(t))}function Uh(t,e,n){return n===a&&(n=e,e=a),n!==a&&(n=Gu(n),n=n===n?n:0),e!==a&&(e=Gu(e),e=e===e?e:0),gi(Gu(t),e,n)}function $h(t,e,n){return e=Yu(e),n===a?(n=e,e=0):n=Yu(n),t=Gu(t),Fi(t,e,n)}function qh(t,e,n){if(n&&"boolean"!=typeof n&&ss(t,e,n)&&(e=n=a),n===a&&("boolean"==typeof e?(n=e,e=a):"boolean"==typeof t&&(n=t,t=a)),t===a&&e===a?(t=0,e=1):(t=Yu(t),e===a?(e=t,t=0):e=Yu(e)),t>e){var r=t;t=e,e=r}if(n||t%1||e%1){var i=We();return He(t+i*(e-t+rn("1e-"+((i+"").length-1))),e)}return ma(t,e)}var Wh=po((function(t,e,n){return e=e.toLowerCase(),t+(n?Yh(e):e)}));function Yh(t){return xf(Ju(t).toLowerCase())}function Kh(t){return t=Ju(t),t&&t.replace(Jt,nr).replace($e,"")}function Xh(t,e,n){t=Ju(t),e=Ia(e);var r=t.length;n=n===a?r:gi(Ku(n),0,r);var i=n;return n-=e.length,n>=0&&t.slice(n,i)==e}function Gh(t){return t=Ju(t),t&&Et.test(t)?t.replace(Ot,rr):t}function Zh(t){return t=Ju(t),t&&Nt.test(t)?t.replace(Dt,"\\$&"):t}var Qh=po((function(t,e,n){return t+(n?"-":"")+e.toLowerCase()})),Jh=po((function(t,e,n){return t+(n?" ":"")+e.toLowerCase()})),tf=fo("toLowerCase");function ef(t,e,n){t=Ju(t),e=Ku(e);var r=e?gr(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return ko(je(i),n)+t+ko(Ie(i),n)}function nf(t,e,n){t=Ju(t),e=Ku(e);var r=e?gr(t):0;return e&&r<e?t+ko(e-r,n):t}function rf(t,e,n){t=Ju(t),e=Ku(e);var r=e?gr(t):0;return e&&r<e?ko(e-r,n)+t:t}function af(t,e,n){return n||null==e?e=0:e&&(e=+e),qe(Ju(t).replace(Rt,""),e||0)}function of(t,e,n){return e=(n?ss(t,e,n):e===a)?1:Ku(e),ba(Ju(t),e)}function sf(){var t=arguments,e=Ju(t[0]);return t.length<3?e:e.replace(t[1],t[2])}var cf=po((function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}));function lf(t,e,n){return n&&"number"!=typeof n&&ss(t,e,n)&&(e=n=a),n=n===a?F:n>>>0,n?(t=Ju(t),t&&("string"==typeof e||null!=e&&!zu(e))&&(e=Ia(e),!e&&or(t))?qa(mr(t),0,n):t.split(e,n)):[]}var uf=po((function(t,e,n){return t+(n?" ":"")+xf(e)}));function hf(t,e,n){return t=Ju(t),n=null==n?0:gi(Ku(n),0,t.length),e=Ia(e),t.slice(n,n+e.length)==e}function ff(t,e,n){var r=xr.templateSettings;n&&ss(t,e,n)&&(e=a),t=Ju(t),e=nh({},e,r,Lo);var o,s,c=nh({},e.imports,r.imports,Lo),l=wh(c),h=Zn(c,l),f=0,d=e.interpolate||te,p="__p += '",v=re((e.escape||te).source+"|"+d.source+"|"+(d===Lt?Wt:te).source+"|"+(e.evaluate||te).source+"|$","g"),g="//# sourceURL="+(he.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ge+"]")+"\n";t.replace(v,(function(e,n,r,i,a,c){return r||(r=i),p+=t.slice(f,c).replace(ee,ir),n&&(o=!0,p+="' +\n__e("+n+") +\n'"),a&&(s=!0,p+="';\n"+a+";\n__p += '"),r&&(p+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),f=c+e.length,e})),p+="';\n";var m=he.call(e,"variable")&&e.variable;if(m){if($t.test(m))throw new i(u)}else p="with (obj) {\n"+p+"\n}\n";p=(s?p.replace(kt,""):p).replace(Ct,"$1").replace(St,"$1;"),p="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(s?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+p+"return __p\n}";var y=kf((function(){return Vt(l,g+"return "+p).apply(a,h)}));if(y.source=p,bu(y))throw y;return y}function df(t){return Ju(t).toLowerCase()}function pf(t){return Ju(t).toUpperCase()}function vf(t,e,n){if(t=Ju(t),t&&(n||e===a))return Xn(t);if(!t||!(e=Ia(e)))return t;var r=mr(t),i=mr(e),o=Jn(r,i),s=tr(r,i)+1;return qa(r,o,s).join("")}function gf(t,e,n){if(t=Ju(t),t&&(n||e===a))return t.slice(0,yr(t)+1);if(!t||!(e=Ia(e)))return t;var r=mr(t),i=tr(r,mr(e))+1;return qa(r,0,i).join("")}function mf(t,e,n){if(t=Ju(t),t&&(n||e===a))return t.replace(Rt,"");if(!t||!(e=Ia(e)))return t;var r=mr(t),i=Jn(r,mr(e));return qa(r,i).join("")}function yf(t,e){var n=E,r=A;if(Cu(e)){var i="separator"in e?e.separator:i;n="length"in e?Ku(e.length):n,r="omission"in e?Ia(e.omission):r}t=Ju(t);var o=t.length;if(or(t)){var s=mr(t);o=s.length}if(n>=o)return t;var c=n-gr(r);if(c<1)return r;var l=s?qa(s,0,c).join(""):t.slice(0,c);if(i===a)return l+r;if(s&&(c+=l.length-c),zu(i)){if(t.slice(c).search(i)){var u,h=l;i.global||(i=re(i.source,Ju(Yt.exec(i))+"g")),i.lastIndex=0;while(u=i.exec(h))var f=u.index;l=l.slice(0,f===a?c:f)}}else if(t.indexOf(Ia(i),c)!=c){var d=l.lastIndexOf(i);d>-1&&(l=l.slice(0,d))}return l+r}function bf(t){return t=Ju(t),t&&Mt.test(t)?t.replace(Tt,br):t}var _f=po((function(t,e,n){return t+(n?" ":"")+e.toUpperCase()})),xf=fo("toUpperCase");function wf(t,e,n){return t=Ju(t),e=n?a:e,e===a?sr(t)?wr(t):zn(t):t.match(e)||[]}var kf=_a((function(t,e){try{return _n(t,a,e)}catch(n){return bu(n)?n:new i(n)}})),Cf=Ro((function(t,e){return wn(e,(function(e){e=Ps(e),pi(t,e,Ll(t[e],t))})),t}));function Sf(t){var e=null==t?0:t.length,n=$o();return t=e?Mn(t,(function(t){if("function"!=typeof t[1])throw new ae(l);return[n(t[0]),t[1]]})):[],_a((function(n){var r=-1;while(++r<e){var i=t[r];if(_n(i[0],this,n))return _n(i[1],this,n)}}))}function Tf(t){return yi(mi(t,p))}function Of(t){return function(){return t}}function Mf(t,e){return null==t||t!==t?e:t}var Ef=yo(),Af=yo(!0);function Pf(t){return t}function Lf(t){return ea("function"==typeof t?t:mi(t,p))}function If(t){return oa(mi(t,p))}function jf(t,e){return sa(t,mi(e,p))}var zf=_a((function(t,e){return function(n){return Ui(n,t,e)}})),Df=_a((function(t,e){return function(n){return Ui(t,n,e)}}));function Nf(t,e,n){var r=wh(e),i=Ii(e,r);null!=n||Cu(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=Ii(e,wh(e)));var a=!(Cu(n)&&"chain"in n)||!!n.chain,o=xu(t);return wn(i,(function(n){var r=e[n];t[n]=r,o&&(t.prototype[n]=function(){var e=this.__chain__;if(a||e){var n=t(this.__wrapped__),i=n.__actions__=ro(this.__actions__);return i.push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,En([this.value()],arguments))})})),t}function Rf(){return cn._===this&&(cn._=ge),this}function Vf(){}function Ff(t){return t=Ku(t),_a((function(e){return ua(e,t)}))}var Hf=wo(Mn),Bf=wo(Cn),Uf=wo(Ln);function $f(t){return cs(t)?Bn(Ps(t)):pa(t)}function qf(t){return function(e){return null==t?a:ji(t,e)}}var Wf=So(),Yf=So(!0);function Kf(){return[]}function Xf(){return!1}function Gf(){return{}}function Zf(){return""}function Qf(){return!0}function Jf(t,e){if(t=Ku(t),t<1||t>N)return[];var n=F,r=He(t,F);e=$o(e),t-=F;var i=Yn(r,e);while(++n<t)e(n);return i}function td(t){return cu(t)?Mn(t,Ps):Vu(t)?[t]:ro(As(Ju(t)))}function ed(t){var e=++fe;return Ju(t)+e}var nd=xo((function(t,e){return t+e}),0),rd=Mo("ceil"),id=xo((function(t,e){return t/e}),1),ad=Mo("floor");function od(t){return t&&t.length?Si(t,Pf,Ni):a}function sd(t,e){return t&&t.length?Si(t,$o(e,2),Ni):a}function cd(t){return Hn(t,Pf)}function ld(t,e){return Hn(t,$o(e,2))}function ud(t){return t&&t.length?Si(t,Pf,ia):a}function hd(t,e){return t&&t.length?Si(t,$o(e,2),ia):a}var fd=xo((function(t,e){return t*e}),1),dd=Mo("round"),pd=xo((function(t,e){return t-e}),0);function vd(t){return t&&t.length?Wn(t,Pf):0}function gd(t,e){return t&&t.length?Wn(t,$o(e,2)):0}return xr.after=El,xr.ary=Al,xr.assign=th,xr.assignIn=eh,xr.assignInWith=nh,xr.assignWith=rh,xr.at=ih,xr.before=Pl,xr.bind=Ll,xr.bindAll=Cf,xr.bindKey=Il,xr.castArray=Ql,xr.chain=qc,xr.chunk=zs,xr.compact=Ds,xr.concat=Ns,xr.cond=Sf,xr.conforms=Tf,xr.constant=Of,xr.countBy=nl,xr.create=ah,xr.curry=jl,xr.curryRight=zl,xr.debounce=Dl,xr.defaults=oh,xr.defaultsDeep=sh,xr.defer=Nl,xr.delay=Rl,xr.difference=Rs,xr.differenceBy=Vs,xr.differenceWith=Fs,xr.drop=Hs,xr.dropRight=Bs,xr.dropRightWhile=Us,xr.dropWhile=$s,xr.fill=qs,xr.filter=il,xr.flatMap=sl,xr.flatMapDeep=cl,xr.flatMapDepth=ll,xr.flatten=Ks,xr.flattenDeep=Xs,xr.flattenDepth=Gs,xr.flip=Vl,xr.flow=Ef,xr.flowRight=Af,xr.fromPairs=Zs,xr.functions=ph,xr.functionsIn=vh,xr.groupBy=fl,xr.initial=tc,xr.intersection=ec,xr.intersectionBy=nc,xr.intersectionWith=rc,xr.invert=bh,xr.invertBy=_h,xr.invokeMap=pl,xr.iteratee=Lf,xr.keyBy=vl,xr.keys=wh,xr.keysIn=kh,xr.map=gl,xr.mapKeys=Ch,xr.mapValues=Sh,xr.matches=If,xr.matchesProperty=jf,xr.memoize=Fl,xr.merge=Th,xr.mergeWith=Oh,xr.method=zf,xr.methodOf=Df,xr.mixin=Nf,xr.negate=Hl,xr.nthArg=Ff,xr.omit=Mh,xr.omitBy=Eh,xr.once=Bl,xr.orderBy=ml,xr.over=Hf,xr.overArgs=Ul,xr.overEvery=Bf,xr.overSome=Uf,xr.partial=$l,xr.partialRight=ql,xr.partition=yl,xr.pick=Ah,xr.pickBy=Ph,xr.property=$f,xr.propertyOf=qf,xr.pull=cc,xr.pullAll=lc,xr.pullAllBy=uc,xr.pullAllWith=hc,xr.pullAt=fc,xr.range=Wf,xr.rangeRight=Yf,xr.rearg=Wl,xr.reject=xl,xr.remove=dc,xr.rest=Yl,xr.reverse=pc,xr.sampleSize=kl,xr.set=Ih,xr.setWith=jh,xr.shuffle=Cl,xr.slice=vc,xr.sortBy=Ol,xr.sortedUniq=wc,xr.sortedUniqBy=kc,xr.split=lf,xr.spread=Kl,xr.tail=Cc,xr.take=Sc,xr.takeRight=Tc,xr.takeRightWhile=Oc,xr.takeWhile=Mc,xr.tap=Wc,xr.throttle=Xl,xr.thru=Yc,xr.toArray=Wu,xr.toPairs=zh,xr.toPairsIn=Dh,xr.toPath=td,xr.toPlainObject=Zu,xr.transform=Nh,xr.unary=Gl,xr.union=Ec,xr.unionBy=Ac,xr.unionWith=Pc,xr.uniq=Lc,xr.uniqBy=Ic,xr.uniqWith=jc,xr.unset=Rh,xr.unzip=zc,xr.unzipWith=Dc,xr.update=Vh,xr.updateWith=Fh,xr.values=Hh,xr.valuesIn=Bh,xr.without=Nc,xr.words=wf,xr.wrap=Zl,xr.xor=Rc,xr.xorBy=Vc,xr.xorWith=Fc,xr.zip=Hc,xr.zipObject=Bc,xr.zipObjectDeep=Uc,xr.zipWith=$c,xr.entries=zh,xr.entriesIn=Dh,xr.extend=eh,xr.extendWith=nh,Nf(xr,xr),xr.add=nd,xr.attempt=kf,xr.camelCase=Wh,xr.capitalize=Yh,xr.ceil=rd,xr.clamp=Uh,xr.clone=Jl,xr.cloneDeep=eu,xr.cloneDeepWith=nu,xr.cloneWith=tu,xr.conformsTo=ru,xr.deburr=Kh,xr.defaultTo=Mf,xr.divide=id,xr.endsWith=Xh,xr.eq=iu,xr.escape=Gh,xr.escapeRegExp=Zh,xr.every=rl,xr.find=al,xr.findIndex=Ws,xr.findKey=ch,xr.findLast=ol,xr.findLastIndex=Ys,xr.findLastKey=lh,xr.floor=ad,xr.forEach=ul,xr.forEachRight=hl,xr.forIn=uh,xr.forInRight=hh,xr.forOwn=fh,xr.forOwnRight=dh,xr.get=gh,xr.gt=au,xr.gte=ou,xr.has=mh,xr.hasIn=yh,xr.head=Qs,xr.identity=Pf,xr.includes=dl,xr.indexOf=Js,xr.inRange=$h,xr.invoke=xh,xr.isArguments=su,xr.isArray=cu,xr.isArrayBuffer=lu,xr.isArrayLike=uu,xr.isArrayLikeObject=hu,xr.isBoolean=fu,xr.isBuffer=du,xr.isDate=pu,xr.isElement=vu,xr.isEmpty=gu,xr.isEqual=mu,xr.isEqualWith=yu,xr.isError=bu,xr.isFinite=_u,xr.isFunction=xu,xr.isInteger=wu,xr.isLength=ku,xr.isMap=Tu,xr.isMatch=Ou,xr.isMatchWith=Mu,xr.isNaN=Eu,xr.isNative=Au,xr.isNil=Lu,xr.isNull=Pu,xr.isNumber=Iu,xr.isObject=Cu,xr.isObjectLike=Su,xr.isPlainObject=ju,xr.isRegExp=zu,xr.isSafeInteger=Du,xr.isSet=Nu,xr.isString=Ru,xr.isSymbol=Vu,xr.isTypedArray=Fu,xr.isUndefined=Hu,xr.isWeakMap=Bu,xr.isWeakSet=Uu,xr.join=ic,xr.kebabCase=Qh,xr.last=ac,xr.lastIndexOf=oc,xr.lowerCase=Jh,xr.lowerFirst=tf,xr.lt=$u,xr.lte=qu,xr.max=od,xr.maxBy=sd,xr.mean=cd,xr.meanBy=ld,xr.min=ud,xr.minBy=hd,xr.stubArray=Kf,xr.stubFalse=Xf,xr.stubObject=Gf,xr.stubString=Zf,xr.stubTrue=Qf,xr.multiply=fd,xr.nth=sc,xr.noConflict=Rf,xr.noop=Vf,xr.now=Ml,xr.pad=ef,xr.padEnd=nf,xr.padStart=rf,xr.parseInt=af,xr.random=qh,xr.reduce=bl,xr.reduceRight=_l,xr.repeat=of,xr.replace=sf,xr.result=Lh,xr.round=dd,xr.runInContext=t,xr.sample=wl,xr.size=Sl,xr.snakeCase=cf,xr.some=Tl,xr.sortedIndex=gc,xr.sortedIndexBy=mc,xr.sortedIndexOf=yc,xr.sortedLastIndex=bc,xr.sortedLastIndexBy=_c,xr.sortedLastIndexOf=xc,xr.startCase=uf,xr.startsWith=hf,xr.subtract=pd,xr.sum=vd,xr.sumBy=gd,xr.template=ff,xr.times=Jf,xr.toFinite=Yu,xr.toInteger=Ku,xr.toLength=Xu,xr.toLower=df,xr.toNumber=Gu,xr.toSafeInteger=Qu,xr.toString=Ju,xr.toUpper=pf,xr.trim=vf,xr.trimEnd=gf,xr.trimStart=mf,xr.truncate=yf,xr.unescape=bf,xr.uniqueId=ed,xr.upperCase=_f,xr.upperFirst=xf,xr.each=ul,xr.eachRight=hl,xr.first=Qs,Nf(xr,function(){var t={};return Pi(xr,(function(e,n){he.call(xr.prototype,n)||(t[n]=e)})),t}(),{chain:!1}),xr.VERSION=o,wn(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){xr[t].placeholder=xr})),wn(["drop","take"],(function(t,e){Or.prototype[t]=function(n){n=n===a?1:Fe(Ku(n),0);var r=this.__filtered__&&!e?new Or(this):this.clone();return r.__filtered__?r.__takeCount__=He(n,r.__takeCount__):r.__views__.push({size:He(n,F),type:t+(r.__dir__<0?"Right":"")}),r},Or.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),wn(["filter","map","takeWhile"],(function(t,e){var n=e+1,r=n==I||n==z;Or.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:$o(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}})),wn(["head","last"],(function(t,e){var n="take"+(e?"Right":"");Or.prototype[t]=function(){return this[n](1).value()[0]}})),wn(["initial","tail"],(function(t,e){var n="drop"+(e?"":"Right");Or.prototype[t]=function(){return this.__filtered__?new Or(this):this[n](1)}})),Or.prototype.compact=function(){return this.filter(Pf)},Or.prototype.find=function(t){return this.filter(t).head()},Or.prototype.findLast=function(t){return this.reverse().find(t)},Or.prototype.invokeMap=_a((function(t,e){return"function"==typeof t?new Or(this):this.map((function(n){return Ui(n,t,e)}))})),Or.prototype.reject=function(t){return this.filter(Hl($o(t)))},Or.prototype.slice=function(t,e){t=Ku(t);var n=this;return n.__filtered__&&(t>0||e<0)?new Or(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==a&&(e=Ku(e),n=e<0?n.dropRight(-e):n.take(e-t)),n)},Or.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Or.prototype.toArray=function(){return this.take(F)},Pi(Or.prototype,(function(t,e){var n=/^(?:filter|find|map|reject)|While$/.test(e),r=/^(?:head|last)$/.test(e),i=xr[r?"take"+("last"==e?"Right":""):e],o=r||/^find/.test(e);i&&(xr.prototype[e]=function(){var e=this.__wrapped__,s=r?[1]:arguments,c=e instanceof Or,l=s[0],u=c||cu(e),h=function(t){var e=i.apply(xr,En([t],s));return r&&f?e[0]:e};u&&n&&"function"==typeof l&&1!=l.length&&(c=u=!1);var f=this.__chain__,d=!!this.__actions__.length,p=o&&!f,v=c&&!d;if(!o&&u){e=v?e:new Or(this);var g=t.apply(e,s);return g.__actions__.push({func:Yc,args:[h],thisArg:a}),new Tr(g,f)}return p&&v?t.apply(this,s):(g=this.thru(h),p?r?g.value()[0]:g.value():g)})})),wn(["pop","push","shift","sort","splice","unshift"],(function(t){var e=oe[t],n=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",r=/^(?:pop|shift)$/.test(t);xr.prototype[t]=function(){var t=arguments;if(r&&!this.__chain__){var i=this.value();return e.apply(cu(i)?i:[],t)}return this[n]((function(n){return e.apply(cu(n)?n:[],t)}))}})),Pi(Or.prototype,(function(t,e){var n=xr[e];if(n){var r=n.name+"";he.call(ln,r)||(ln[r]=[]),ln[r].push({name:e,func:n})}})),ln[bo(a,_).name]=[{name:"wrapper",func:a}],Or.prototype.clone=Mr,Or.prototype.reverse=Er,Or.prototype.value=Ar,xr.prototype.at=Kc,xr.prototype.chain=Xc,xr.prototype.commit=Gc,xr.prototype.next=Zc,xr.prototype.plant=Jc,xr.prototype.reverse=tl,xr.prototype.toJSON=xr.prototype.valueOf=xr.prototype.value=el,xr.prototype.first=xr.prototype.head,Oe&&(xr.prototype[Oe]=Qc),xr},Cr=kr();cn._=Cr,i=function(){return Cr}.call(e,n,e,r),i===a||(r.exports=i)}).call(this)}).call(this,n("c8ba"),n("62e4")(t))},"2ef0f":function(t,e,n){"use strict";n("b2a3"),n("7d8a"),n("06f4")},"2f50":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("4d91"),u=n("9b57"),h=n.n(u),f=n("daa3"),d=n("8496"),p=n("b8ad"),v=n.n(p),g=n("b488"),m={name:"CascaderMenus",mixins:[g["a"]],props:{value:l["a"].array.def([]),activeValue:l["a"].array.def([]),options:l["a"].array,prefixCls:l["a"].string.def("rc-cascader-menus"),expandTrigger:l["a"].string.def("click"),visible:l["a"].bool.def(!1),dropdownMenuColumnStyle:l["a"].object,defaultFieldNames:l["a"].object,fieldNames:l["a"].object,expandIcon:l["a"].any,loadingIcon:l["a"].any},data:function(){return this.menuItems={},{}},watch:{visible:function(t){var e=this;t&&this.$nextTick((function(){e.scrollActiveItemToView()}))}},mounted:function(){var t=this;this.$nextTick((function(){t.scrollActiveItemToView()}))},methods:{getFieldName:function(t){var e=this.$props,n=e.fieldNames,r=e.defaultFieldNames;return n[t]||r[t]},getOption:function(t,e){var n=this,r=this.$createElement,i=this.prefixCls,a=this.expandTrigger,o=Object(f["g"])(this,"loadingIcon"),s=Object(f["g"])(this,"expandIcon"),c=function(r){n.__emit("select",t,e,r)},l=function(r){n.__emit("itemDoubleClick",t,e,r)},u=t[this.getFieldName("value")],h={attrs:{role:"menuitem"},on:{click:c,dblclick:l,mousedown:function(t){return t.preventDefault()}},key:Array.isArray(u)?u.join("__ant__"):u},d=i+"-menu-item",p=null,v=t[this.getFieldName("children")]&&t[this.getFieldName("children")].length>0;(v||!1===t.isLeaf)&&(d+=" "+i+"-menu-item-expand",t.loading||(p=r("span",{class:i+"-menu-item-expand-icon"},[s]))),"hover"!==a||!v&&!1!==t.isLeaf||(h.on={mouseenter:this.delayOnSelect.bind(this,c),mouseleave:this.delayOnSelect.bind(this),click:c}),this.isActiveOption(t,e)&&(d+=" "+i+"-menu-item-active",h.ref=this.getMenuItemRef(e)),t.disabled&&(d+=" "+i+"-menu-item-disabled");var g=null;t.loading&&(d+=" "+i+"-menu-item-loading",g=o||null);var m="";return t.title?m=t.title:"string"===typeof t[this.getFieldName("label")]&&(m=t[this.getFieldName("label")]),h.attrs.title=m,h["class"]=d,r("li",h,[t[this.getFieldName("label")],p,g])},getActiveOptions:function(t){var e=this,n=t||this.activeValue,r=this.options;return v()(r,(function(t,r){return t[e.getFieldName("value")]===n[r]}),{childrenKeyName:this.getFieldName("children")})},getShowOptions:function(){var t=this,e=this.options,n=this.getActiveOptions().map((function(e){return e[t.getFieldName("children")]})).filter((function(t){return!!t}));return n.unshift(e),n},delayOnSelect:function(t){for(var e=this,n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null),"function"===typeof t&&(this.delayTimer=setTimeout((function(){t(r),e.delayTimer=null}),150))},scrollActiveItemToView:function(){for(var t=this.getShowOptions().length,e=0;e<t;e++){var n=this.$refs["menuItems_"+e];if(n){var r=n;r.parentNode.scrollTop=r.offsetTop}}},isActiveOption:function(t,e){var n=this.activeValue,r=void 0===n?[]:n;return r[e]===t[this.getFieldName("value")]},getMenuItemRef:function(t){return"menuItems_"+t}},render:function(){var t=this,e=arguments[0],n=this.prefixCls,r=this.dropdownMenuColumnStyle;return e("div",[this.getShowOptions().map((function(i,a){return e("ul",{class:n+"-menu",key:a,style:r},[i.map((function(e){return t.getOption(e,a)}))])}))])}},y=n("18a7"),b=n("c2b3"),_=n.n(b),x=n("7b05"),w={bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:1,adjustY:1}},bottomRight:{points:["tr","br"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topRight:{points:["br","tr"],offset:[0,-4],overflow:{adjustX:1,adjustY:1}}},k={mixins:[g["a"]],model:{prop:"value",event:"change"},props:{value:l["a"].array,defaultValue:l["a"].array,options:l["a"].array,popupVisible:l["a"].bool,disabled:l["a"].bool.def(!1),transitionName:l["a"].string.def(""),popupClassName:l["a"].string.def(""),popupStyle:l["a"].object.def((function(){return{}})),popupPlacement:l["a"].string.def("bottomLeft"),prefixCls:l["a"].string.def("rc-cascader"),dropdownMenuColumnStyle:l["a"].object,builtinPlacements:l["a"].object.def(w),loadData:l["a"].func,changeOnSelect:l["a"].bool,expandTrigger:l["a"].string.def("click"),fieldNames:l["a"].object.def((function(){return{label:"label",value:"value",children:"children"}})),expandIcon:l["a"].any,loadingIcon:l["a"].any,getPopupContainer:l["a"].func},data:function(){var t=[],e=this.value,n=this.defaultValue,r=this.popupVisible;return Object(f["s"])(this,"value")?t=e||[]:Object(f["s"])(this,"defaultValue")&&(t=n||[]),{sPopupVisible:r,sActiveValue:t,sValue:t}},watch:{value:function(t,e){if(!_()(t,e)){var n={sValue:t||[]};Object(f["s"])(this,"loadData")||(n.sActiveValue=t||[]),this.setState(n)}},popupVisible:function(t){this.setState({sPopupVisible:t})}},methods:{getPopupDOMNode:function(){return this.$refs.trigger.getPopupDomNode()},getFieldName:function(t){var e=this.defaultFieldNames,n=this.fieldNames;return n[t]||e[t]},getFieldNames:function(){return this.fieldNames},getCurrentLevelOptions:function(){var t=this,e=this.options,n=void 0===e?[]:e,r=this.sActiveValue,i=void 0===r?[]:r,a=v()(n,(function(e,n){return e[t.getFieldName("value")]===i[n]}),{childrenKeyName:this.getFieldName("children")});return a[a.length-2]?a[a.length-2][this.getFieldName("children")]:[].concat(h()(n)).filter((function(t){return!t.disabled}))},getActiveOptions:function(t){var e=this;return v()(this.options||[],(function(n,r){return n[e.getFieldName("value")]===t[r]}),{childrenKeyName:this.getFieldName("children")})},setPopupVisible:function(t){Object(f["s"])(this,"popupVisible")||this.setState({sPopupVisible:t}),t&&!this.sPopupVisible&&this.setState({sActiveValue:this.sValue}),this.__emit("popupVisibleChange",t)},handleChange:function(t,e,n){var r=this;"keydown"===n.type&&n.keyCode!==y["a"].ENTER||(this.__emit("change",t.map((function(t){return t[r.getFieldName("value")]})),t),this.setPopupVisible(e.visible))},handlePopupVisibleChange:function(t){this.setPopupVisible(t)},handleMenuSelect:function(t,e,n){var r=this.$refs.trigger.getRootDomNode();r&&r.focus&&r.focus();var i=this.changeOnSelect,a=this.loadData,o=this.expandTrigger;if(t&&!t.disabled){var s=this.sActiveValue;s=s.slice(0,e+1),s[e]=t[this.getFieldName("value")];var c=this.getActiveOptions(s);if(!1===t.isLeaf&&!t[this.getFieldName("children")]&&a)return i&&this.handleChange(c,{visible:!0},n),this.setState({sActiveValue:s}),void a(c);var l={};t[this.getFieldName("children")]&&t[this.getFieldName("children")].length?!i||"click"!==n.type&&"keydown"!==n.type||("hover"===o?this.handleChange(c,{visible:!1},n):this.handleChange(c,{visible:!0},n),l.sValue=s):(this.handleChange(c,{visible:!1},n),l.sValue=s),l.sActiveValue=s,(Object(f["s"])(this,"value")||"keydown"===n.type&&n.keyCode!==y["a"].ENTER)&&delete l.sValue,this.setState(l)}},handleItemDoubleClick:function(){var t=this.$props.changeOnSelect;t&&this.setPopupVisible(!1)},handleKeyDown:function(t){var e=this,n=this.$slots,r=n["default"]&&n["default"][0];if(r){var i=Object(f["i"])(r).keydown;if(i)return void i(t)}var a=[].concat(h()(this.sActiveValue)),o=a.length-1<0?0:a.length-1,s=this.getCurrentLevelOptions(),c=s.map((function(t){return t[e.getFieldName("value")]})).indexOf(a[o]);if(t.keyCode===y["a"].DOWN||t.keyCode===y["a"].UP||t.keyCode===y["a"].LEFT||t.keyCode===y["a"].RIGHT||t.keyCode===y["a"].ENTER||t.keyCode===y["a"].SPACE||t.keyCode===y["a"].BACKSPACE||t.keyCode===y["a"].ESC||t.keyCode===y["a"].TAB)if(this.sPopupVisible||t.keyCode===y["a"].BACKSPACE||t.keyCode===y["a"].LEFT||t.keyCode===y["a"].RIGHT||t.keyCode===y["a"].ESC||t.keyCode===y["a"].TAB){if(t.keyCode===y["a"].DOWN||t.keyCode===y["a"].UP){t.preventDefault();var l=c;-1!==l?t.keyCode===y["a"].DOWN?(l+=1,l=l>=s.length?0:l):(l-=1,l=l<0?s.length-1:l):l=0,a[o]=s[l][this.getFieldName("value")]}else if(t.keyCode===y["a"].LEFT||t.keyCode===y["a"].BACKSPACE)t.preventDefault(),a.splice(a.length-1,1);else if(t.keyCode===y["a"].RIGHT)t.preventDefault(),s[c]&&s[c][this.getFieldName("children")]&&a.push(s[c][this.getFieldName("children")][0][this.getFieldName("value")]);else if(t.keyCode===y["a"].ESC||t.keyCode===y["a"].TAB)return void this.setPopupVisible(!1);a&&0!==a.length||this.setPopupVisible(!1);var u=this.getActiveOptions(a),d=u[u.length-1];this.handleMenuSelect(d,u.length-1,t),this.__emit("keydown",t)}else this.setPopupVisible(!0)}},render:function(){var t=arguments[0],e=this.$props,n=this.sActiveValue,r=this.handleMenuSelect,a=this.sPopupVisible,s=this.handlePopupVisibleChange,c=this.handleKeyDown,l=Object(f["k"])(this),u=e.prefixCls,h=e.transitionName,p=e.popupClassName,v=e.options,g=void 0===v?[]:v,y=e.disabled,b=e.builtinPlacements,_=e.popupPlacement,w=o()(e,["prefixCls","transitionName","popupClassName","options","disabled","builtinPlacements","popupPlacement"]),k=t("div"),C="";if(g&&g.length>0){var S=Object(f["g"])(this,"loadingIcon"),T=Object(f["g"])(this,"expandIcon")||">",O={props:i()({},e,{fieldNames:this.getFieldNames(),defaultFieldNames:this.defaultFieldNames,activeValue:n,visible:a,loadingIcon:S,expandIcon:T}),on:i()({},l,{select:r,itemDoubleClick:this.handleItemDoubleClick})};k=t(m,O)}else C=" "+u+"-menus-empty";var M={props:i()({},w,{disabled:y,popupPlacement:_,builtinPlacements:b,popupTransitionName:h,action:y?[]:["click"],popupVisible:!y&&a,prefixCls:u+"-menus",popupClassName:p+C}),on:i()({},l,{popupVisibleChange:s}),ref:"trigger"},E=Object(f["n"])(this,"default")[0];return t(d["a"],M,[E&&Object(x["a"])(E,{on:{keydown:c},attrs:{tabIndex:y?void 0:0}}),t("template",{slot:"popup"},[k])])}},C=k,S=n("4d26"),T=n.n(S),O=n("0464"),M=n("b558"),E=n("0c63"),A=n("6a21"),P=n("9cba"),L=n("db14"),I=l["a"].shape({value:l["a"].oneOfType([l["a"].string,l["a"].number]),label:l["a"].any,disabled:l["a"].bool,children:l["a"].array,key:l["a"].oneOfType([l["a"].string,l["a"].number])}).loose,j=l["a"].shape({value:l["a"].string.isRequired,label:l["a"].string.isRequired,children:l["a"].string}).loose,z=l["a"].oneOf(["click","hover"]),D=l["a"].shape({filter:l["a"].func,render:l["a"].func,sort:l["a"].func,matchInputWidth:l["a"].bool,limit:l["a"].oneOfType([Boolean,Number])}).loose;function N(){}var R={options:l["a"].arrayOf(I).def([]),defaultValue:l["a"].array,value:l["a"].array,displayRender:l["a"].func,transitionName:l["a"].string.def("slide-up"),popupStyle:l["a"].object.def((function(){return{}})),popupClassName:l["a"].string,popupPlacement:l["a"].oneOf(["bottomLeft","bottomRight","topLeft","topRight"]).def("bottomLeft"),placeholder:l["a"].string.def("Please select"),size:l["a"].oneOf(["large","default","small"]),disabled:l["a"].bool.def(!1),allowClear:l["a"].bool.def(!0),showSearch:l["a"].oneOfType([Boolean,D]),notFoundContent:l["a"].any,loadData:l["a"].func,expandTrigger:z,changeOnSelect:l["a"].bool,prefixCls:l["a"].string,inputPrefixCls:l["a"].string,getPopupContainer:l["a"].func,popupVisible:l["a"].bool,fieldNames:j,autoFocus:l["a"].bool,suffixIcon:l["a"].any},V=50;function F(t,e,n){return e.some((function(e){return e[n.label].indexOf(t)>-1}))}function H(t,e,n,r){function i(t){return t[r.label].indexOf(n)>-1}return t.findIndex(i)-e.findIndex(i)}function B(t){var e=t.fieldNames,n=void 0===e?{}:e,r={children:n.children||"children",label:n.label||"label",value:n.value||"value"};return r}function U(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=B(e),i=[],a=r.children;return t.forEach((function(t){var r=n.concat(t);!e.changeOnSelect&&t[a]&&t[a].length||i.push(r),t[a]&&(i=i.concat(U(t[a],e,r)))})),i}var $=function(t){var e=t.labels;return e.join(" / ")},q={inheritAttrs:!1,name:"ACascader",mixins:[g["a"]],props:R,model:{prop:"value",event:"change"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return P["a"]}},localeData:{default:function(){return{}}}},data:function(){this.cachedOptions=[];var t=this.value,e=this.defaultValue,n=this.popupVisible,r=this.showSearch,i=this.options;return{sValue:t||e||[],inputValue:"",inputFocused:!1,sPopupVisible:n,flattenOptions:r?U(i,this.$props):void 0}},mounted:function(){var t=this;this.$nextTick((function(){!t.autoFocus||t.showSearch||t.disabled||t.$refs.picker.focus()}))},watch:{value:function(t){this.setState({sValue:t||[]})},popupVisible:function(t){this.setState({sPopupVisible:t})},options:function(t){this.showSearch&&this.setState({flattenOptions:U(t,this.$props)})}},methods:{savePopupRef:function(t){this.popupRef=t},highlightKeyword:function(t,e,n){var r=this.$createElement;return t.split(e).map((function(t,i){return 0===i?t:[r("span",{class:n+"-menu-item-keyword"},[e]),t]}))},defaultRenderFilteredOption:function(t){var e=this,n=t.inputValue,r=t.path,i=t.prefixCls,a=t.names;return r.map((function(t,r){var o=t[a.label],s=o.indexOf(n)>-1?e.highlightKeyword(o,n,i):o;return 0===r?s:[" / ",s]}))},handleChange:function(t,e){if(this.setState({inputValue:""}),e[0].__IS_FILTERED_OPTION){var n=t[0],r=e[0].path;this.setValue(n,r)}else this.setValue(t,e)},handlePopupVisibleChange:function(t){Object(f["s"])(this,"popupVisible")||this.setState((function(e){return{sPopupVisible:t,inputFocused:t,inputValue:t?e.inputValue:""}})),this.$emit("popupVisibleChange",t)},handleInputFocus:function(t){this.$emit("focus",t)},handleInputBlur:function(t){this.setState({inputFocused:!1}),this.$emit("blur",t)},handleInputClick:function(t){var e=this.inputFocused,n=this.sPopupVisible;(e||n)&&(t.stopPropagation(),t.nativeEvent&&t.nativeEvent.stopImmediatePropagation&&t.nativeEvent.stopImmediatePropagation())},handleKeyDown:function(t){t.keyCode!==y["a"].BACKSPACE&&t.keyCode!==y["a"].SPACE||t.stopPropagation()},handleInputChange:function(t){var e=t.target.value;this.setState({inputValue:e}),this.$emit("search",e)},setValue:function(t,e){Object(f["s"])(this,"value")||this.setState({sValue:t}),this.$emit("change",t,e)},getLabel:function(){var t=this.options,e=this.$scopedSlots,n=B(this.$props),r=this.displayRender||e.displayRender||$,i=this.sValue,a=Array.isArray(i[0])?i[0]:i,o=v()(t,(function(t,e){return t[n.value]===a[e]}),{childrenKeyName:n.children}),s=o.map((function(t){return t[n.label]}));return r({labels:s,selectedOptions:o})},clearSelection:function(t){t.preventDefault(),t.stopPropagation(),this.inputValue?this.setState({inputValue:""}):(this.setValue([]),this.handlePopupVisibleChange(!1))},generateFilteredOptions:function(t,e){var n,r=this.$createElement,i=this.showSearch,a=this.notFoundContent,o=this.$scopedSlots,s=B(this.$props),l=i.filter,u=void 0===l?F:l,h=i.sort,f=void 0===h?H:h,d=i.limit,p=void 0===d?V:d,v=i.render||o.showSearchRender||this.defaultRenderFilteredOption,g=this.$data,m=g.flattenOptions,y=void 0===m?[]:m,b=g.inputValue,_=void 0;if(p>0){_=[];var x=0;y.some((function(t){var e=u(b,t,s);return e&&(_.push(t),x+=1),x>=p}))}else Object(A["a"])("number"!==typeof p,"Cascader","'limit' of showSearch in Cascader should be positive number or false."),_=y.filter((function(t){return u(b,t,s)}));return _.sort((function(t,e){return f(t,e,b,s)})),_.length>0?_.map((function(e){var n;return n={__IS_FILTERED_OPTION:!0,path:e},c()(n,s.label,v({inputValue:b,path:e,prefixCls:t,names:s})),c()(n,s.value,e.map((function(t){return t[s.value]}))),c()(n,"disabled",e.some((function(t){return!!t.disabled}))),n})):[(n={},c()(n,s.label,a||e(r,"Cascader")),c()(n,s.value,"ANT_CASCADER_NOT_FOUND"),c()(n,"disabled",!0),n)]},focus:function(){this.showSearch?this.$refs.input.focus():this.$refs.picker.focus()},blur:function(){this.showSearch?this.$refs.input.blur():this.$refs.picker.blur()}},render:function(){var t,e,n,r=arguments[0],a=this.$slots,s=this.sPopupVisible,l=this.inputValue,u=this.configProvider,h=this.localeData,d=this.$data,p=d.sValue,v=d.inputFocused,g=Object(f["l"])(this),m=Object(f["g"])(this,"suffixIcon");m=Array.isArray(m)?m[0]:m;var y,b=u.getPopupContainer,_=g.prefixCls,w=g.inputPrefixCls,k=g.placeholder,S=void 0===k?h.placeholder:k,A=g.size,P=g.disabled,L=g.allowClear,I=g.showSearch,j=void 0!==I&&I,z=g.notFoundContent,D=o()(g,["prefixCls","inputPrefixCls","placeholder","size","disabled","allowClear","showSearch","notFoundContent"]),R=this.configProvider.getPrefixCls,V=this.configProvider.renderEmpty,F=R("cascader",_),H=R("input",w),U=T()((t={},c()(t,H+"-lg","large"===A),c()(t,H+"-sm","small"===A),t)),$=L&&!P&&p.length>0||l?r(E["a"],{attrs:{type:"close-circle",theme:"filled"},class:F+"-picker-clear",on:{click:this.clearSelection},key:"clear-icon"}):null,q=T()((e={},c()(e,F+"-picker-arrow",!0),c()(e,F+"-picker-arrow-expand",s),e)),W=T()(Object(f["f"])(this),F+"-picker",(n={},c()(n,F+"-picker-with-value",l),c()(n,F+"-picker-disabled",P),c()(n,F+"-picker-"+A,!!A),c()(n,F+"-picker-show-search",!!j),c()(n,F+"-picker-focused",v),n)),Y=Object(O["a"])(D,["options","popupPlacement","transitionName","displayRender","changeOnSelect","expandTrigger","popupVisible","getPopupContainer","loadData","popupClassName","filterOption","renderFilteredOption","sortFilteredOption","notFoundContent","defaultValue","fieldNames"]),K=g.options,X=B(this.$props);K&&K.length>0?l&&(K=this.generateFilteredOptions(F,V)):K=[(y={},c()(y,X.label,z||V(r,"Cascader")),c()(y,X.value,"ANT_CASCADER_NOT_FOUND"),c()(y,"disabled",!0),y)];s?this.cachedOptions=K:K=this.cachedOptions;var G={},Z=1===(K||[]).length&&"ANT_CASCADER_NOT_FOUND"===K[0].value;Z&&(G.height="auto");var Q=!1!==j.matchInputWidth;Q&&(l||Z)&&this.$refs.input&&(G.width=this.$refs.input.$el.offsetWidth+"px");var J={props:i()({},Y,{prefixCls:H,placeholder:p&&p.length>0?void 0:S,value:l,disabled:P,readOnly:!j,autoComplete:"off"}),class:F+"-input "+U,ref:"input",on:{focus:j?this.handleInputFocus:N,click:j?this.handleInputClick:N,blur:j?this.handleInputBlur:N,keydown:this.handleKeyDown,change:j?this.handleInputChange:N},attrs:Object(f["e"])(this)},tt=Object(f["c"])(a["default"]),et=m&&(Object(f["w"])(m)?Object(x["a"])(m,{class:c()({},F+"-picker-arrow",!0)}):r("span",{class:F+"-picker-arrow"},[m]))||r(E["a"],{attrs:{type:"down"},class:q}),nt=tt.length?tt:r("span",{class:W,style:Object(f["q"])(this),ref:"picker"},[j?r("span",{class:F+"-picker-label"},[this.getLabel()]):null,r(M["a"],J),j?null:r("span",{class:F+"-picker-label"},[this.getLabel()]),$,et]),rt=r(E["a"],{attrs:{type:"right"}}),it=r("span",{class:F+"-menu-item-loading-icon"},[r(E["a"],{attrs:{type:"redo",spin:!0}})]),at=g.getPopupContainer||b,ot={props:i()({},g,{getPopupContainer:at,options:K,prefixCls:F,value:p,popupVisible:s,dropdownMenuColumnStyle:G,expandIcon:rt,loadingIcon:it}),on:i()({},Object(f["k"])(this),{popupVisibleChange:this.handlePopupVisibleChange,change:this.handleChange})};return r(C,ot,[nt])},install:function(t){t.use(L["a"]),t.component(q.name,q)}};e["a"]=q},"2f62":function(t,e,n){"use strict";(function(t){
/*!
 * vuex v3.6.2
 * (c) 2021 Evan You
 * @license MIT
 */
function r(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:r});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[r].concat(t.init):r,n.call(this,t)}}function r(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"b",(function(){return D})),n.d(e,"c",(function(){return z})),n.d(e,"d",(function(){return I}));var i="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},a=i.__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t){a&&(t._devtoolHook=a,a.emit("vuex:init",t),a.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){a.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){a.emit("vuex:action",t,e)}),{prepend:!0}))}function s(t,e){return t.filter(e)[0]}function c(t,e){if(void 0===e&&(e=[]),null===t||"object"!==typeof t)return t;var n=s(e,(function(e){return e.original===t}));if(n)return n.copy;var r=Array.isArray(t)?[]:{};return e.push({original:t,copy:r}),Object.keys(t).forEach((function(n){r[n]=c(t[n],e)})),r}function l(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function u(t){return null!==t&&"object"===typeof t}function h(t){return t&&"function"===typeof t.then}function f(t,e){return function(){return t(e)}}var d=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},p={namespaced:{configurable:!0}};p.namespaced.get=function(){return!!this._rawModule.namespaced},d.prototype.addChild=function(t,e){this._children[t]=e},d.prototype.removeChild=function(t){delete this._children[t]},d.prototype.getChild=function(t){return this._children[t]},d.prototype.hasChild=function(t){return t in this._children},d.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},d.prototype.forEachChild=function(t){l(this._children,t)},d.prototype.forEachGetter=function(t){this._rawModule.getters&&l(this._rawModule.getters,t)},d.prototype.forEachAction=function(t){this._rawModule.actions&&l(this._rawModule.actions,t)},d.prototype.forEachMutation=function(t){this._rawModule.mutations&&l(this._rawModule.mutations,t)},Object.defineProperties(d.prototype,p);var v=function(t){this.register([],t,!1)};function g(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;g(t.concat(r),e.getChild(r),n.modules[r])}}v.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},v.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},v.prototype.update=function(t){g([],this.root,t)},v.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=new d(e,n);if(0===t.length)this.root=i;else{var a=this.get(t.slice(0,-1));a.addChild(t[t.length-1],i)}e.modules&&l(e.modules,(function(e,i){r.register(t.concat(i),e,n)}))},v.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],r=e.getChild(n);r&&r.runtime&&e.removeChild(n)},v.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var m;var y=function(t){var e=this;void 0===t&&(t={}),!m&&"undefined"!==typeof window&&window.Vue&&L(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new v(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new m,this._makeLocalGettersCache=Object.create(null);var i=this,a=this,s=a.dispatch,c=a.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=r;var l=this._modules.root.state;k(this,l,[],this._modules.root),w(this,l),n.forEach((function(t){return t(e)}));var u=void 0!==t.devtools?t.devtools:m.config.devtools;u&&o(this)},b={state:{configurable:!0}};function _(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function x(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;k(t,n,[],t._modules.root,!0),w(t,n,e)}function w(t,e,n){var r=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var i=t._wrappedGetters,a={};l(i,(function(e,n){a[n]=f(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var o=m.config.silent;m.config.silent=!0,t._vm=new m({data:{$$state:e},computed:a}),m.config.silent=o,t.strict&&E(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),m.nextTick((function(){return r.$destroy()})))}function k(t,e,n,r,i){var a=!n.length,o=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[o],t._modulesNamespaceMap[o]=r),!a&&!i){var s=A(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit((function(){m.set(s,c,r.state)}))}var l=r.context=C(t,o,n);r.forEachMutation((function(e,n){var r=o+n;T(t,r,e,l)})),r.forEachAction((function(e,n){var r=e.root?n:o+n,i=e.handler||e;O(t,r,i,l)})),r.forEachGetter((function(e,n){var r=o+n;M(t,r,e,l)})),r.forEachChild((function(r,a){k(t,e,n.concat(a),r,i)}))}function C(t,e,n){var r=""===e,i={dispatch:r?t.dispatch:function(n,r,i){var a=P(n,r,i),o=a.payload,s=a.options,c=a.type;return s&&s.root||(c=e+c),t.dispatch(c,o)},commit:r?t.commit:function(n,r,i){var a=P(n,r,i),o=a.payload,s=a.options,c=a.type;s&&s.root||(c=e+c),t.commit(c,o,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return t.getters}:function(){return S(t,e)}},state:{get:function(){return A(t.state,n)}}}),i}function S(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach((function(i){if(i.slice(0,r)===e){var a=i.slice(r);Object.defineProperty(n,a,{get:function(){return t.getters[i]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}function T(t,e,n,r){var i=t._mutations[e]||(t._mutations[e]=[]);i.push((function(e){n.call(t,r.state,e)}))}function O(t,e,n,r){var i=t._actions[e]||(t._actions[e]=[]);i.push((function(e){var i=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e);return h(i)||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}function M(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)})}function E(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function A(t,e){return e.reduce((function(t,e){return t[e]}),t)}function P(t,e,n){return u(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function L(t){m&&t===m||(m=t,r(m))}b.state.get=function(){return this._vm._data.$$state},b.state.set=function(t){0},y.prototype.commit=function(t,e,n){var r=this,i=P(t,e,n),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(t){t(o)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},y.prototype.dispatch=function(t,e){var n=this,r=P(t,e),i=r.type,a=r.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(l){0}var c=s.length>1?Promise.all(s.map((function(t){return t(a)}))):s[0](a);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(l){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(l){0}e(t)}))}))}},y.prototype.subscribe=function(t,e){return _(t,this._subscribers,e)},y.prototype.subscribeAction=function(t,e){var n="function"===typeof t?{before:t}:t;return _(n,this._actionSubscribers,e)},y.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},y.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},y.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),k(this,this.state,t,this._modules.get(t),n.preserveState),w(this,this.state)},y.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=A(e.state,t.slice(0,-1));m.delete(n,t[t.length-1])})),x(this)},y.prototype.hasModule=function(t){return"string"===typeof t&&(t=[t]),this._modules.isRegistered(t)},y.prototype.hotUpdate=function(t){this._modules.update(t),x(this,!0)},y.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(y.prototype,b);var I=F((function(t,e){var n={};return R(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=H(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),j=F((function(t,e){var n={};return R(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.commit;if(t){var a=H(this.$store,"mapMutations",t);if(!a)return;r=a.context.commit}return"function"===typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),z=F((function(t,e){var n={};return R(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||H(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),D=F((function(t,e){var n={};return R(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var a=H(this.$store,"mapActions",t);if(!a)return;r=a.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),N=function(t){return{mapState:I.bind(null,t),mapGetters:z.bind(null,t),mapMutations:j.bind(null,t),mapActions:D.bind(null,t)}};function R(t){return V(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function V(t){return Array.isArray(t)||u(t)}function F(t){return function(e,n){return"string"!==typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function H(t,e,n){var r=t._modulesNamespaceMap[n];return r}function B(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var i=t.mutationTransformer;void 0===i&&(i=function(t){return t});var a=t.actionFilter;void 0===a&&(a=function(t,e){return!0});var o=t.actionTransformer;void 0===o&&(o=function(t){return t});var s=t.logMutations;void 0===s&&(s=!0);var l=t.logActions;void 0===l&&(l=!0);var u=t.logger;return void 0===u&&(u=console),function(t){var h=c(t.state);"undefined"!==typeof u&&(s&&t.subscribe((function(t,a){var o=c(a);if(n(t,h,o)){var s=q(),l=i(t),f="mutation "+t.type+s;U(u,f,e),u.log("%c prev state","color: #9E9E9E; font-weight: bold",r(h)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",r(o)),$(u)}h=o})),l&&t.subscribeAction((function(t,n){if(a(t,n)){var r=q(),i=o(t),s="action "+t.type+r;U(u,s,e),u.log("%c action","color: #03A9F4; font-weight: bold",i),$(u)}})))}}function U(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(i){t.log(e)}}function $(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function q(){var t=new Date;return" @ "+Y(t.getHours(),2)+":"+Y(t.getMinutes(),2)+":"+Y(t.getSeconds(),2)+"."+Y(t.getMilliseconds(),3)}function W(t,e){return new Array(e+1).join(t)}function Y(t,e){return W("0",e-t.toString().length)+t}var K={Store:y,install:L,version:"3.6.2",mapState:I,mapMutations:j,mapGetters:z,mapActions:D,createNamespacedHelpers:N,createLogger:B};e["a"]=K}).call(this,n("c8ba"))},"2f9a":function(t,e){t.exports=function(){}},"2fc4":function(t,e,n){"use strict";var r=n("9b57"),i=n.n(r),a=n("4d91"),o=n("7b05"),s=n("daa3"),c=n("6a21"),l=n("9cba"),u=n("c1b3"),h=n("0c63"),f={name:"ABreadcrumbItem",__ANT_BREADCRUMB_ITEM:!0,props:{prefixCls:a["a"].string,href:a["a"].string,separator:a["a"].any.def("/"),overlay:a["a"].any},inject:{configProvider:{default:function(){return l["a"]}}},methods:{renderBreadcrumbNode:function(t,e){var n=this.$createElement,r=Object(s["g"])(this,"overlay");return r?n(u["a"],{attrs:{overlay:r,placement:"bottomCenter"}},[n("span",{class:e+"-overlay-link"},[t,n(h["a"],{attrs:{type:"down"}})])]):t}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.$slots,r=this.configProvider.getPrefixCls,i=r("breadcrumb",e),a=Object(s["g"])(this,"separator"),o=n["default"],c=void 0;return c=Object(s["s"])(this,"href")?t("a",{class:i+"-link"},[o]):t("span",{class:i+"-link"},[o]),c=this.renderBreadcrumbNode(c,i),o?t("span",[c,a&&""!==a&&t("span",{class:i+"-separator"},[a])]):null}},d=n("55f1"),p=a["a"].shape({path:a["a"].string,breadcrumbName:a["a"].string,children:a["a"].array}).loose,v={prefixCls:a["a"].string,routes:a["a"].arrayOf(p),params:a["a"].any,separator:a["a"].any,itemRender:a["a"].func};function g(t,e){if(!t.breadcrumbName)return null;var n=Object.keys(e).join("|"),r=t.breadcrumbName.replace(new RegExp(":("+n+")","g"),(function(t,n){return e[n]||t}));return r}var m={name:"ABreadcrumb",props:v,inject:{configProvider:{default:function(){return l["a"]}}},methods:{defaultItemRender:function(t){var e=t.route,n=t.params,r=t.routes,i=t.paths,a=this.$createElement,o=r.indexOf(e)===r.length-1,s=g(e,n);return o?a("span",[s]):a("a",{attrs:{href:"#/"+i.join("/")}},[s])},getPath:function(t,e){return t=(t||"").replace(/^\//,""),Object.keys(e).forEach((function(n){t=t.replace(":"+n,e[n])})),t},addChildPath:function(t,e,n){var r=[].concat(i()(t)),a=this.getPath(e,n);return a&&r.push(a),r},genForRoutes:function(t){var e=this,n=t.routes,r=void 0===n?[]:n,i=t.params,a=void 0===i?{}:i,o=t.separator,s=t.itemRender,c=void 0===s?this.defaultItemRender:s,l=this.$createElement,u=[];return r.map((function(t){var n=e.getPath(t.path,a);n&&u.push(n);var i=null;return t.children&&t.children.length&&(i=l(d["a"],[t.children.map((function(t){return l(d["a"].Item,{key:t.path||t.breadcrumbName},[c({route:t,params:a,routes:r,paths:e.addChildPath(u,t.path,a),h:e.$createElement})])}))])),l(f,{attrs:{overlay:i,separator:o},key:n||t.breadcrumbName},[c({route:t,params:a,routes:r,paths:u,h:e.$createElement})])}))}},render:function(){var t=arguments[0],e=void 0,n=this.prefixCls,r=this.routes,i=this.params,a=void 0===i?{}:i,l=this.$slots,u=this.$scopedSlots,h=this.configProvider.getPrefixCls,f=h("breadcrumb",n),d=Object(s["c"])(l["default"]),p=Object(s["g"])(this,"separator"),v=this.itemRender||u.itemRender||this.defaultItemRender;return r&&r.length>0?e=this.genForRoutes({routes:r,params:a,separator:p,itemRender:v}):d.length&&(e=d.map((function(t,e){return Object(c["a"])(Object(s["o"])(t).__ANT_BREADCRUMB_ITEM||Object(s["o"])(t).__ANT_BREADCRUMB_SEPARATOR,"Breadcrumb","Only accepts Breadcrumb.Item and Breadcrumb.Separator as it's children"),Object(o["a"])(t,{props:{separator:p},key:e})}))),t("div",{class:f},[e])}},y={name:"ABreadcrumbSeparator",__ANT_BREADCRUMB_SEPARATOR:!0,props:{prefixCls:a["a"].string},inject:{configProvider:{default:function(){return l["a"]}}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.$slots,r=this.configProvider.getPrefixCls,i=r("breadcrumb",e),a=n["default"];return t("span",{class:i+"-separator"},[a||"/"])}},b=n("db14");m.Item=f,m.Separator=y,m.install=function(t){t.use(b["a"]),t.component(m.name,m),t.component(f.name,f),t.component(y.name,y)};e["a"]=m},"2fcc":function(t,e){function n(t){var e=this.__data__,n=e["delete"](t);return this.size=e.size,n}t.exports=n},"2fcd":function(t,e,n){"use strict";var r=n("8e8e"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("2b0e"),c=n("4d91"),l=n("daa3"),u=n("b488"),h=n("3f50"),f=n("94eb");function d(){}var p={mixins:[u["a"]],props:{duration:c["a"].number.def(1.5),closable:c["a"].bool,prefixCls:c["a"].string,update:c["a"].bool,closeIcon:c["a"].any},watch:{duration:function(){this.restartCloseTimer()}},mounted:function(){this.startCloseTimer()},updated:function(){this.update&&this.restartCloseTimer()},beforeDestroy:function(){this.clearCloseTimer(),this.willDestroy=!0},methods:{close:function(t){t&&t.stopPropagation(),this.clearCloseTimer(),this.__emit("close")},startCloseTimer:function(){var t=this;this.clearCloseTimer(),!this.willDestroy&&this.duration&&(this.closeTimer=setTimeout((function(){t.close()}),1e3*this.duration))},clearCloseTimer:function(){this.closeTimer&&(clearTimeout(this.closeTimer),this.closeTimer=null)},restartCloseTimer:function(){this.clearCloseTimer(),this.startCloseTimer()}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.closable,i=this.clearCloseTimer,a=this.startCloseTimer,s=this.$slots,c=this.close,u=n+"-notice",h=(t={},o()(t,""+u,1),o()(t,u+"-closable",r),t),f=Object(l["q"])(this),p=Object(l["g"])(this,"closeIcon");return e("div",{class:h,style:f||{right:"50%"},on:{mouseenter:i,mouseleave:a,click:Object(l["k"])(this).click||d}},[e("div",{class:u+"-content"},[s["default"]]),r?e("a",{attrs:{tabIndex:"0"},on:{click:c},class:u+"-close"},[p||e("span",{class:u+"-close-x"})]):null])}},v=n("db14");function g(){}var m=0,y=Date.now();function b(){return"rcNotification_"+y+"_"+m++}var _={mixins:[u["a"]],props:{prefixCls:c["a"].string.def("rc-notification"),transitionName:c["a"].string,animation:c["a"].oneOfType([c["a"].string,c["a"].object]).def("fade"),maxCount:c["a"].number,closeIcon:c["a"].any},data:function(){return{notices:[]}},methods:{getTransitionName:function(){var t=this.$props,e=t.transitionName;return!e&&t.animation&&(e=t.prefixCls+"-"+t.animation),e},add:function(t){var e=t.key=t.key||b(),n=this.$props.maxCount;this.setState((function(r){var i=r.notices,a=i.map((function(t){return t.key})).indexOf(e),o=i.concat();return-1!==a?o.splice(a,1,t):(n&&i.length>=n&&(t.updateKey=o[0].updateKey||o[0].key,o.shift()),o.push(t)),{notices:o}}))},remove:function(t){this.setState((function(e){return{notices:e.notices.filter((function(e){return e.key!==t}))}}))}},render:function(t){var e=this,n=this.prefixCls,r=this.notices,i=this.remove,a=this.getTransitionName,s=Object(f["a"])(a()),c=r.map((function(a,o){var s=Boolean(o===r.length-1&&a.updateKey),c=a.updateKey?a.updateKey:a.key,u=a.content,f=a.duration,d=a.closable,v=a.onClose,m=a.style,y=a["class"],b=Object(h["a"])(i.bind(e,a.key),v),_={props:{prefixCls:n,duration:f,closable:d,update:s,closeIcon:Object(l["g"])(e,"closeIcon")},on:{close:b,click:a.onClick||g},style:m,class:y,key:c};return t(p,_,["function"===typeof u?u(t):u])})),u=o()({},n,1),d=Object(l["q"])(this);return t("div",{class:u,style:d||{top:"65px",left:"50%"}},[t("transition-group",s,[c])])},newInstance:function(t,e){var n=t||{},r=n.getContainer,a=n.style,o=n["class"],c=i()(n,["getContainer","style","class"]),l=document.createElement("div");if(r){var u=r();u.appendChild(l)}else document.body.appendChild(l);var h=v["a"].Vue||s["c"];new h({el:l,mounted:function(){var t=this;this.$nextTick((function(){e({notice:function(e){t.$refs.notification.add(e)},removeNotice:function(e){t.$refs.notification.remove(e)},component:t,destroy:function(){t.$destroy(),t.$el.parentNode.removeChild(t.$el)}})}))},render:function(){var t=arguments[0],e={props:c,ref:"notification",style:a,class:o};return t(_,e)}})}},x=_;e["a"]=x},"301c":function(t,e,n){n("e198")("asyncIterator")},3053:function(t,e,n){(function(e){var n=o(),r=s(),i=c(),a="undefined"!==typeof window?window:e;function o(){return Object.assign?Object.assign:function(t,e,n,r){for(var i=1;i<arguments.length;i++)h(Object(arguments[i]),(function(e,n){t[n]=e}));return t}}function s(){if(Object.create)return function(t,e,r,i){var a=u(arguments,1);return n.apply(this,[Object.create(t)].concat(a))};{function t(){}return function(e,r,i,a){var o=u(arguments,1);return t.prototype=e,n.apply(this,[new t].concat(o))}}}function c(){return String.prototype.trim?function(t){return String.prototype.trim.call(t)}:function(t){return t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}}function l(t,e){return function(){return e.apply(t,Array.prototype.slice.call(arguments,0))}}function u(t,e){return Array.prototype.slice.call(t,e||0)}function h(t,e){d(t,(function(t,n){return e(t,n),!1}))}function f(t,e){var n=p(t)?[]:{};return d(t,(function(t,r){return n[r]=e(t,r),!1})),n}function d(t,e){if(p(t)){for(var n=0;n<t.length;n++)if(e(t[n],n))return t[n]}else for(var r in t)if(t.hasOwnProperty(r)&&e(t[r],r))return t[r]}function p(t){return null!=t&&"function"!=typeof t&&"number"==typeof t.length}function v(t){return t&&"[object Function]"==={}.toString.call(t)}function g(t){return t&&"[object Object]"==={}.toString.call(t)}t.exports={assign:n,create:r,trim:i,bind:l,slice:u,each:h,map:f,pluck:d,isList:p,isFunction:v,isObject:g,Global:a}}).call(this,n("c8ba"))},"30b5":function(t,e,n){"use strict";var r=n("c532");function i(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var a;if(n)a=n(e);else if(r.isURLSearchParams(e))a=e.toString();else{var o=[];r.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),o.push(i(e)+"="+i(t))})))})),a=o.join("&")}if(a){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+a}return t}},"30c9":function(t,e,n){var r=n("9520"),i=n("b218");function a(t){return null!=t&&i(t.length)&&!r(t)}t.exports=a},"320c":function(t,e,n){"use strict";
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function o(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function s(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(e).map((function(t){return e[t]}));if("0123456789"!==r.join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(t){i[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(a){return!1}}t.exports=s()?Object.assign:function(t,e){for(var n,s,c=o(t),l=1;l<arguments.length;l++){for(var u in n=Object(arguments[l]),n)i.call(n,u)&&(c[u]=n[u]);if(r){s=r(n);for(var h=0;h<s.length;h++)a.call(n,s[h])&&(c[s[h]]=n[s[h]])}}return c}},"321f":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("de66"),i=Object(r["k"])([73,68,51]),a=function(t,e){void 0===e&&(e=0),t=Object(r["k"])(t);var n=t[e+5],i=t[e+6]<<21|t[e+7]<<14|t[e+8]<<7|t[e+9],a=(16&n)>>4;return a?i+20:i+10},o=function t(e,n){return void 0===n&&(n=0),e=Object(r["k"])(e),e.length-n<10||!Object(r["a"])(e,i,{offset:n})?n:(n+=a(e,n),t(e,n))}},"322e":function(t,e,n){"use strict";var r=n("1098"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("92fa"),u=n.n(l),h=n("9b57"),f=n.n(h),d=n("4d91"),p=n("4d26"),v=n.n(p),g=n("2769"),m=n.n(g),y=n("290c"),b=n("da05"),_=n("6a21"),x=n("45fb"),w=n("daa3"),k=n("94eb"),C=n("b488"),S=n("7b05"),T=n("0c63"),O=n("9cba");function M(){}function E(t){return t.reduce((function(t,e){return[].concat(f()(t),[" ",e])}),[]).slice(1)}var A={id:d["a"].string,htmlFor:d["a"].string,prefixCls:d["a"].string,label:d["a"].any,labelCol:d["a"].shape(b["a"]).loose,wrapperCol:d["a"].shape(b["a"]).loose,help:d["a"].any,extra:d["a"].any,validateStatus:d["a"].oneOf(["","success","warning","error","validating"]),hasFeedback:d["a"].bool,required:d["a"].bool,colon:d["a"].bool,fieldDecoratorId:d["a"].string,fieldDecoratorOptions:d["a"].object,selfUpdate:d["a"].bool,labelAlign:d["a"].oneOf(["left","right"])};function P(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n=!1,r=0,i=t.length;r<i;r++){var a=t[r];if(!a||a!==e&&a.$vnode!==e){var o=a.componentOptions||a.$vnode&&a.$vnode.componentOptions,s=o?o.children:a.$children;n=P(s,e)}else n=!0;if(n)break}return n}e["a"]={name:"AFormItem",__ANT_FORM_ITEM:!0,mixins:[C["a"]],props:Object(w["t"])(A,{hasFeedback:!1}),provide:function(){return{isFormItemChildren:!0}},inject:{isFormItemChildren:{default:!1},FormContext:{default:function(){return{}}},decoratorFormProps:{default:function(){return{}}},collectFormItemContext:{default:function(){return M}},configProvider:{default:function(){return O["a"]}}},data:function(){return{helpShow:!1}},computed:{itemSelfUpdate:function(){return!!(void 0===this.selfUpdate?this.FormContext.selfUpdate:this.selfUpdate)}},created:function(){this.collectContext()},beforeUpdate:function(){0},beforeDestroy:function(){this.collectFormItemContext(this.$vnode&&this.$vnode.context,"delete")},mounted:function(){var t=this.$props,e=t.help,n=t.validateStatus;Object(_["a"])(this.getControls(this.slotDefault,!0).length<=1||void 0!==e||void 0!==n,"Form.Item","Cannot generate `validateStatus` and `help` automatically, while there are more than one `getFieldDecorator` in it."),Object(_["a"])(!this.fieldDecoratorId,"Form.Item","`fieldDecoratorId` is deprecated. please use `v-decorator={id, options}` instead.")},methods:{collectContext:function(){if(this.FormContext.form&&this.FormContext.form.templateContext){var t=this.FormContext.form.templateContext,e=Object.values(t.$slots||{}).reduce((function(t,e){return[].concat(f()(t),f()(e))}),[]),n=P(e,this.$vnode);Object(_["a"])(!n,"You can not set FormItem from slot, please use slot-scope instead slot");var r=!1;n||this.$vnode.context===t||(r=P(this.$vnode.context.$children,t.$vnode)),r||n||this.collectFormItemContext(this.$vnode.context)}},getHelpMessage:function(){var t=Object(w["g"])(this,"help"),e=this.getOnlyControl();if(void 0===t&&e){var n=this.getField().errors;return n?E(n.map((function(t,e){var n=null;return Object(w["w"])(t)?n=t:Object(w["w"])(t.message)&&(n=t.message),n?Object(S["a"])(n,{key:e}):t.message}))):""}return t},getControls:function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n=[],r=0;r<t.length;r++){if(!e&&n.length>0)break;var i=t[r];if((i.tag||""!==i.text.trim())&&!Object(w["o"])(i).__ANT_FORM_ITEM){var a=Object(w["d"])(i),o=i.data&&i.data.attrs||{};x["b"]in o?n.push(i):a&&(n=n.concat(this.getControls(a,e)))}}return n},getOnlyControl:function(){var t=this.getControls(this.slotDefault,!1)[0];return void 0!==t?t:null},getChildAttr:function(t){var e=this.getOnlyControl(),n={};if(e)return e.data?n=e.data:e.$vnode&&e.$vnode.data&&(n=e.$vnode.data),n[t]||n.attrs[t]},getId:function(){return this.getChildAttr("id")},getMeta:function(){return this.getChildAttr(x["b"])},getField:function(){return this.getChildAttr(x["a"])},getValidateStatus:function(){var t=this.getOnlyControl();if(!t)return"";var e=this.getField();if(e.validating)return"validating";if(e.errors)return"error";var n="value"in e?e.value:this.getMeta().initialValue;return void 0!==n&&null!==n&&""!==n?"success":""},onLabelClick:function(){var t=this.id||this.getId();if(t){var e=this.$el,n=e.querySelector('[id="'+t+'"]');n&&n.focus&&n.focus()}},onHelpAnimEnd:function(t,e){this.helpShow=e,e||this.$forceUpdate()},isRequired:function(){var t=this.required;if(void 0!==t)return t;if(this.getOnlyControl()){var e=this.getMeta()||{},n=e.validate||[];return n.filter((function(t){return!!t.rules})).some((function(t){return t.rules.some((function(t){return t.required}))}))}return!1},renderHelp:function(t){var e=this,n=this.$createElement,r=this.getHelpMessage(),i=r?n("div",{class:t+"-explain",key:"help"},[r]):null;i&&(this.helpShow=!!i);var a=Object(k["a"])("show-help",{afterEnter:function(){return e.onHelpAnimEnd("help",!0)},afterLeave:function(){return e.onHelpAnimEnd("help",!1)}});return n("transition",u()([a,{key:"help"}]),[i])},renderExtra:function(t){var e=this.$createElement,n=Object(w["g"])(this,"extra");return n?e("div",{class:t+"-extra"},[n]):null},renderValidateWrapper:function(t,e,n,r){var i=this.$createElement,a=this.$props,o=this.getOnlyControl,s=void 0===a.validateStatus&&o?this.getValidateStatus():a.validateStatus,c=t+"-item-control";s&&(c=v()(t+"-item-control",{"has-feedback":s&&a.hasFeedback,"has-success":"success"===s,"has-warning":"warning"===s,"has-error":"error"===s,"is-validating":"validating"===s}));var l="";switch(s){case"success":l="check-circle";break;case"warning":l="exclamation-circle";break;case"error":l="close-circle";break;case"validating":l="loading";break;default:l="";break}var u=a.hasFeedback&&l?i("span",{class:t+"-item-children-icon"},[i(T["a"],{attrs:{type:l,theme:"loading"===l?"outlined":"filled"}})]):null;return i("div",{class:c},[i("span",{class:t+"-item-children"},[e,u]),n,r])},renderWrapper:function(t,e){var n=this.$createElement,r=this.isFormItemChildren?{}:this.FormContext,i=r.wrapperCol,a=this.wrapperCol,o=a||i||{},s=o.style,l=o.id,u=o.on,h=c()(o,["style","id","on"]),f=v()(t+"-item-control-wrapper",o["class"]),d={props:h,class:f,key:"wrapper",style:s,id:l,on:u};return n(b["b"],d,[e])},renderLabel:function(t){var e,n=this.$createElement,r=this.FormContext,i=r.vertical,a=r.labelAlign,s=r.labelCol,l=r.colon,u=this.labelAlign,h=this.labelCol,f=this.colon,d=this.id,p=this.htmlFor,g=Object(w["g"])(this,"label"),m=this.isRequired(),y=h||s||{},_=u||a,x=t+"-item-label",k=v()(x,"left"===_&&x+"-left",y["class"]),C=(y["class"],y.style),S=y.id,T=y.on,O=c()(y,["class","style","id","on"]),M=g,E=!0===f||!1!==l&&!1!==f,A=E&&!i;A&&"string"===typeof g&&""!==g.trim()&&(M=g.replace(/[：:]\s*$/,""));var P=v()((e={},o()(e,t+"-item-required",m),o()(e,t+"-item-no-colon",!E),e)),L={props:O,class:k,key:"label",style:C,id:S,on:T};return g?n(b["b"],L,[n("label",{attrs:{for:p||d||this.getId(),title:"string"===typeof g?g:""},class:P,on:{click:this.onLabelClick}},[M])]):null},renderChildren:function(t){return[this.renderLabel(t),this.renderWrapper(t,this.renderValidateWrapper(t,this.slotDefault,this.renderHelp(t),this.renderExtra(t)))]},renderFormItem:function(){var t,e=this.$createElement,n=this.$props.prefixCls,r=this.configProvider.getPrefixCls,i=r("form",n),a=this.renderChildren(i),s=(t={},o()(t,i+"-item",!0),o()(t,i+"-item-with-help",this.helpShow),t);return e(y["a"],{class:v()(s),key:"row"},[a])},decoratorOption:function(t){if(t.data&&t.data.directives){var e=m()(t.data.directives,["name","decorator"]);return Object(_["a"])(!e||e&&Array.isArray(e.value),"Form",'Invalid directive: type check failed for directive "decorator". Expected Array, got '+i()(e?e.value:e)+". At "+t.tag+"."),e?e.value:null}return null},decoratorChildren:function(t){for(var e=this.FormContext,n=e.form.getFieldDecorator,r=0,i=t.length;r<i;r++){var a=t[r];if(Object(w["o"])(a).__ANT_FORM_ITEM)break;a.children?a.children=this.decoratorChildren(Object(S["b"])(a.children)):a.componentOptions&&a.componentOptions.children&&(a.componentOptions.children=this.decoratorChildren(Object(S["b"])(a.componentOptions.children)));var o=this.decoratorOption(a);o&&o[0]&&(t[r]=n(o[0],o[1],this)(a))}return t}},render:function(){var t=this.$slots,e=this.decoratorFormProps,n=this.fieldDecoratorId,r=this.fieldDecoratorOptions,i=void 0===r?{}:r,a=this.FormContext,o=Object(w["c"])(t["default"]||[]);if(e.form&&n&&o.length){var s=e.form.getFieldDecorator;o[0]=s(n,i,this)(o[0]),Object(_["a"])(!(o.length>1),"Form","`autoFormCreate` just `decorator` then first children. but you can use JSX to support multiple children"),this.slotDefault=o}else a.form?(o=Object(S["b"])(o),this.slotDefault=this.decoratorChildren(o)):this.slotDefault=o;return this.renderFormItem()}}},"323e":function(t,e,n){var r,i;
/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
 * @license MIT */(function(a,o){r=o,i="function"===typeof r?r.call(e,n,e,t):r,void 0===i||(t.exports=i)})(0,(function(){var t={version:"0.2.0"},e=t.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function n(t,e,n){return t<e?e:t>n?n:t}function r(t){return 100*(-1+t)}function i(t,n,i){var a;return a="translate3d"===e.positionUsing?{transform:"translate3d("+r(t)+"%,0,0)"}:"translate"===e.positionUsing?{transform:"translate("+r(t)+"%,0)"}:{"margin-left":r(t)+"%"},a.transition="all "+n+"ms "+i,a}t.configure=function(t){var n,r;for(n in t)r=t[n],void 0!==r&&t.hasOwnProperty(n)&&(e[n]=r);return this},t.status=null,t.set=function(r){var s=t.isStarted();r=n(r,e.minimum,1),t.status=1===r?null:r;var c=t.render(!s),l=c.querySelector(e.barSelector),u=e.speed,h=e.easing;return c.offsetWidth,a((function(n){""===e.positionUsing&&(e.positionUsing=t.getPositioningCSS()),o(l,i(r,u,h)),1===r?(o(c,{transition:"none",opacity:1}),c.offsetWidth,setTimeout((function(){o(c,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){t.remove(),n()}),u)}),u)):setTimeout(n,u)})),this},t.isStarted=function(){return"number"===typeof t.status},t.start=function(){t.status||t.set(0);var n=function(){setTimeout((function(){t.status&&(t.trickle(),n())}),e.trickleSpeed)};return e.trickle&&n(),this},t.done=function(e){return e||t.status?t.inc(.3+.5*Math.random()).set(1):this},t.inc=function(e){var r=t.status;return r?("number"!==typeof e&&(e=(1-r)*n(Math.random()*r,.1,.95)),r=n(r+e,0,.994),t.set(r)):t.start()},t.trickle=function(){return t.inc(Math.random()*e.trickleRate)},function(){var e=0,n=0;t.promise=function(r){return r&&"resolved"!==r.state()?(0===n&&t.start(),e++,n++,r.always((function(){n--,0===n?(e=0,t.done()):t.set((e-n)/e)})),this):this}}(),t.render=function(n){if(t.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var i=document.createElement("div");i.id="nprogress",i.innerHTML=e.template;var a,s=i.querySelector(e.barSelector),l=n?"-100":r(t.status||0),u=document.querySelector(e.parent);return o(s,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),e.showSpinner||(a=i.querySelector(e.spinnerSelector),a&&h(a)),u!=document.body&&c(u,"nprogress-custom-parent"),u.appendChild(i),i},t.remove=function(){l(document.documentElement,"nprogress-busy"),l(document.querySelector(e.parent),"nprogress-custom-parent");var t=document.getElementById("nprogress");t&&h(t)},t.isRendered=function(){return!!document.getElementById("nprogress")},t.getPositioningCSS=function(){var t=document.body.style,e="WebkitTransform"in t?"Webkit":"MozTransform"in t?"Moz":"msTransform"in t?"ms":"OTransform"in t?"O":"";return e+"Perspective"in t?"translate3d":e+"Transform"in t?"translate":"margin"};var a=function(){var t=[];function e(){var n=t.shift();n&&n(e)}return function(n){t.push(n),1==t.length&&e()}}(),o=function(){var t=["Webkit","O","Moz","ms"],e={};function n(t){return t.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(t,e){return e.toUpperCase()}))}function r(e){var n=document.body.style;if(e in n)return e;var r,i=t.length,a=e.charAt(0).toUpperCase()+e.slice(1);while(i--)if(r=t[i]+a,r in n)return r;return e}function i(t){return t=n(t),e[t]||(e[t]=r(t))}function a(t,e,n){e=i(e),t.style[e]=n}return function(t,e){var n,r,i=arguments;if(2==i.length)for(n in e)r=e[n],void 0!==r&&e.hasOwnProperty(n)&&a(t,n,r);else a(t,i[1],i[2])}}();function s(t,e){var n="string"==typeof t?t:u(t);return n.indexOf(" "+e+" ")>=0}function c(t,e){var n=u(t),r=n+e;s(n,e)||(t.className=r.substring(1))}function l(t,e){var n,r=u(t);s(t,e)&&(n=r.replace(" "+e+" "," "),t.className=n.substring(1,n.length-1))}function u(t){return(" "+(t.className||"")+" ").replace(/\s+/gi," ")}function h(t){t&&t.parentNode&&t.parentNode.removeChild(t)}return t}))},"325f":function(t,e,n){},"327d":function(t,e,n){var r=n("50c6"),i=r((function(t,e,n){t[n?0:1].push(e)}),(function(){return[[],[]]}));t.exports=i},3280:function(t,e,n){"use strict";var r=n("ebb5"),i=n("2ba4"),a=n("e58c"),o=r.aTypedArray,s=r.exportTypedArrayMethod;s("lastIndexOf",(function(t){var e=arguments.length;return i(a,o(this),e>1?[t,arguments[1]]:[t])}))},"32b3":function(t,e,n){var r=n("872a"),i=n("9638"),a=Object.prototype,o=a.hasOwnProperty;function s(t,e,n){var a=t[e];o.call(t,e)&&i(a,n)&&(void 0!==n||e in t)||r(t,e,n)}t.exports=s},"32f4":function(t,e,n){var r=n("2d7c"),i=n("d327"),a=Object.prototype,o=a.propertyIsEnumerable,s=Object.getOwnPropertySymbols,c=s?function(t){return null==t?[]:(t=Object(t),r(s(t),(function(e){return o.call(t,e)})))}:i;t.exports=c},3397:function(t,e,n){var r=n("7a41");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},3410:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("7b0b"),o=n("e163"),s=n("e177"),c=i((function(){o(1)}));r({target:"Object",stat:!0,forced:c,sham:!s},{getPrototypeOf:function(t){return o(a(t))}})},"342f":function(t,e,n){"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},"34ac":function(t,e,n){var r=n("9520"),i=n("1368"),a=n("1a8c"),o=n("dc57"),s=/[\\^$.*+?()[\]{}|]/g,c=/^\[object .+?Constructor\]$/,l=Function.prototype,u=Object.prototype,h=l.toString,f=u.hasOwnProperty,d=RegExp("^"+h.call(f).replace(s,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function p(t){if(!a(t)||i(t))return!1;var e=r(t)?d:c;return e.test(o(t))}t.exports=p},"34c0":function(t,e,n){"use strict";n("979d"),n("dd48"),n("af3d")},3511:function(t,e,n){"use strict";var r=TypeError,i=9007199254740991;t.exports=function(t){if(t>i)throw r("Maximum allowed index exceeded");return t}},"3529f":function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b"),a=n("59ed"),o=n("f069"),s=n("e667"),c=n("2266"),l=n("5eed");r({target:"Promise",stat:!0,forced:l},{race:function(t){var e=this,n=o.f(e),r=n.reject,l=s((function(){var o=a(e.resolve);c(t,(function(t){i(o,e,t).then(n.resolve,r)}))}));return l.error&&r(l.value),n.promise}})},3579:function(t,e,n){"use strict";e["a"]={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页"}},3593:function(t,e,n){"use strict";var r=n("18ce"),i=n("c449"),a=n.n(i),o=n("2b0e");function s(t,e,n){var i=void 0,o=void 0,s=void 0;return Object(r["a"])(t,"ant-motion-collapse-legacy",{start:function(){s&&a.a.cancel(s),e?(i=t.offsetHeight,0===i?s=a()((function(){i=t.offsetHeight,t.style.height="0px",t.style.opacity="0"})):(t.style.height="0px",t.style.opacity="0")):(t.style.height=t.offsetHeight+"px",t.style.opacity="1")},active:function(){o&&a.a.cancel(o),o=a()((function(){t.style.height=(e?i:0)+"px",t.style.opacity=e?"1":"0"}))},end:function(){s&&a.a.cancel(s),o&&a.a.cancel(o),t.style.height="",t.style.opacity="",n&&n()}})}var c={enter:function(t,e){o["c"].nextTick((function(){s(t,!0,e)}))},leave:function(t,e){return s(t,!1,e)}};e["a"]=c},"35a1":function(t,e,n){"use strict";var r=n("f5df"),i=n("dc4a"),a=n("7234"),o=n("3f8c"),s=n("b622"),c=s("iterator");t.exports=function(t){if(!a(t))return i(t,c)||i(t,"@@iterator")||o[r(t)]}},"35b3":function(t,e,n){"use strict";var r=n("23e7");r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{EPSILON:Math.pow(2,-52)})},3603:function(t,e,n){"use strict";var r=n("be09"),i=n("a559"),a=n("8362");u.httpHandler=n("8c00");
/**
 * @license
 * slighly modified parse-headers 2.0.2 <https://github.com/kesla/parse-headers/>
 * Copyright (c) 2014 David Björklund
 * Available under the MIT license
 * <https://github.com/kesla/parse-headers/blob/master/LICENCE>
 */
var o=function(t){var e={};return t?(t.trim().split("\n").forEach((function(t){var n=t.indexOf(":"),r=t.slice(0,n).trim().toLowerCase(),i=t.slice(n+1).trim();"undefined"===typeof e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]})),e):e};function s(t,e){for(var n=0;n<t.length;n++)e(t[n])}function c(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}function l(t,e,n){var r=t;return a(e)?(n=e,"string"===typeof t&&(r={uri:t})):r=i({},e,{uri:t}),r.callback=n,r}function u(t,e,n){return e=l(t,e,n),h(e)}function h(t){if("undefined"===typeof t.callback)throw new Error("callback argument missing");var e=!1,n=function(n,r,i){e||(e=!0,t.callback(n,r,i))};function r(){4===d.readyState&&setTimeout(s,0)}function i(){var t=void 0;if(t=d.response?d.response:d.responseText||f(d),_)try{t=JSON.parse(t)}catch(e){}return t}function a(t){return clearTimeout(p),t instanceof Error||(t=new Error(""+(t||"Unknown XMLHttpRequest Error"))),t.statusCode=0,n(t,x)}function s(){if(!h){var e;clearTimeout(p),e=t.useXDR&&void 0===d.status?200:1223===d.status?204:d.status;var r=x,a=null;return 0!==e?(r={body:i(),statusCode:e,method:g,headers:{},url:v,rawRequest:d},d.getAllResponseHeaders&&(r.headers=o(d.getAllResponseHeaders()))):a=new Error("Internal XMLHttpRequest Error"),n(a,r,r.body)}}var l,h,d=t.xhr||null;d||(d=t.cors||t.useXDR?new u.XDomainRequest:new u.XMLHttpRequest);var p,v=d.url=t.uri||t.url,g=d.method=t.method||"GET",m=t.body||t.data,y=d.headers=t.headers||{},b=!!t.sync,_=!1,x={body:void 0,headers:{},statusCode:0,method:g,url:v,rawRequest:d};if("json"in t&&!1!==t.json&&(_=!0,y["accept"]||y["Accept"]||(y["Accept"]="application/json"),"GET"!==g&&"HEAD"!==g&&(y["content-type"]||y["Content-Type"]||(y["Content-Type"]="application/json"),m=JSON.stringify(!0===t.json?m:t.json))),d.onreadystatechange=r,d.onload=s,d.onerror=a,d.onprogress=function(){},d.onabort=function(){h=!0},d.ontimeout=a,d.open(g,v,!b,t.username,t.password),b||(d.withCredentials=!!t.withCredentials),!b&&t.timeout>0&&(p=setTimeout((function(){if(!h){h=!0,d.abort("timeout");var t=new Error("XMLHttpRequest timeout");t.code="ETIMEDOUT",a(t)}}),t.timeout)),d.setRequestHeader)for(l in y)y.hasOwnProperty(l)&&d.setRequestHeader(l,y[l]);else if(t.headers&&!c(t.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in t&&(d.responseType=t.responseType),"beforeSend"in t&&"function"===typeof t.beforeSend&&t.beforeSend(d),d.send(m||null),d}function f(t){try{if("document"===t.responseType)return t.responseXML;var e=t.responseXML&&"parsererror"===t.responseXML.documentElement.nodeName;if(""===t.responseType&&!e)return t.responseXML}catch(n){}return null}function d(){}t.exports=u,t.exports.default=u,u.XMLHttpRequest=r.XMLHttpRequest||d,u.XDomainRequest="withCredentials"in new u.XMLHttpRequest?u.XMLHttpRequest:r.XDomainRequest,s(["get","put","post","patch","head","delete"],(function(t){u["delete"===t?"del":t]=function(e,n,r){return n=l(e,n,r),n.method=t.toUpperCase(),h(n)}}))},3654:function(t,e,n){"use strict";var r=n("2ef0"),i=/on(.+)(MouseEnter|MouseMove|MouseLeave|Click|DdlClick|MouseDown|MouseUp|TouchStart|TouchMove|TouchEnd)/;function a(t,e,n,a){if(!r["isEmpty"](n)){var o=i.exec(n);if(o&&!(o.length<=2)){var s=o[1].toLowerCase(),c=o[2].toLowerCase(),l=e+"-"+s;t.on(l+":"+c,(function(e){a&&a(e,t)}))}}}function o(t,e,n){if(!r["isEmpty"](n)){var i=Object.keys(n).filter((function(t){return/^on/.test(t)}));r["isEmpty"](i)||i.forEach((function(r){var i=r.slice(2,r.length),a=i.toLowerCase(),o=n[r];if(n.gemo&&a.indexOf("label")>=0){var s=a.replace("label","");t.on("label:"+s,(function(e){o&&o(e,t)}))}else e?t.on(e+":"+a,(function(e){o&&o(e,t)})):t.on(a,(function(e){o&&o(e,t)}))}))}}var s=function(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)};function c(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,r=t.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+t.slice(n+1)]}var l=function(t){return t=c(Math.abs(t)),t?t[1]:NaN},u=function(t,e){return function(n,r){var i=n.length,a=[],o=0,s=t[0],c=0;while(i>0&&s>0){if(c+s+1>r&&(s=Math.max(1,r-c)),a.push(n.substring(i-=s,i+s)),(c+=s+1)>r)break;s=t[o=(o+1)%t.length]}return a.reverse().join(e)}},h=function(t){return function(e){return e.replace(/[0-9]/g,(function(e){return t[+e]}))}},f=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function d(t){if(!(e=f.exec(t)))throw new Error("invalid format: "+t);var e;return new p({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function p(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}d.prototype=p.prototype,p.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var v,g,m,y=function(t){t:for(var e,n=t.length,r=1,i=-1;r<n;++r)switch(t[r]){case".":i=e=r;break;case"0":0===i&&(i=r),e=r;break;default:if(!+t[r])break t;i>0&&(i=0);break}return i>0?t.slice(0,i)+t.slice(e+1):t},b=function(t,e){var n=c(t,e);if(!n)return t+"";var r=n[0],i=n[1],a=i-(v=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,o=r.length;return a===o?r:a>o?r+new Array(a-o+1).join("0"):a>0?r.slice(0,a)+"."+r.slice(a):"0."+new Array(1-a).join("0")+c(t,Math.max(0,e+a-1))[0]},_=function(t,e){var n=c(t,e);if(!n)return t+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")},x={"%":function(t,e){return(100*t).toFixed(e)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:s,e:function(t,e){return t.toExponential(e)},f:function(t,e){return t.toFixed(e)},g:function(t,e){return t.toPrecision(e)},o:function(t){return Math.round(t).toString(8)},p:function(t,e){return _(100*t,e)},r:_,s:b,X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},w=function(t){return t},k=Array.prototype.map,C=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"],S=function(t){var e=void 0===t.grouping||void 0===t.thousands?w:u(k.call(t.grouping,Number),t.thousands+""),n=void 0===t.currency?"":t.currency[0]+"",r=void 0===t.currency?"":t.currency[1]+"",i=void 0===t.decimal?".":t.decimal+"",a=void 0===t.numerals?w:h(k.call(t.numerals,String)),o=void 0===t.percent?"%":t.percent+"",s=void 0===t.minus?"-":t.minus+"",c=void 0===t.nan?"NaN":t.nan+"";function f(t){t=d(t);var l=t.fill,u=t.align,h=t.sign,f=t.symbol,p=t.zero,g=t.width,m=t.comma,b=t.precision,_=t.trim,w=t.type;"n"===w?(m=!0,w="g"):x[w]||(void 0===b&&(b=12),_=!0,w="g"),(p||"0"===l&&"="===u)&&(p=!0,l="0",u="=");var k="$"===f?n:"#"===f&&/[boxX]/.test(w)?"0"+w.toLowerCase():"",S="$"===f?r:/[%p]/.test(w)?o:"",T=x[w],O=/[defgprs%]/.test(w);function M(t){var n,r,o,f=k,d=S;if("c"===w)d=T(t)+d,t="";else{t=+t;var x=t<0||1/t<0;if(t=isNaN(t)?c:T(Math.abs(t),b),_&&(t=y(t)),x&&0===+t&&"+"!==h&&(x=!1),f=(x?"("===h?h:s:"-"===h||"("===h?"":h)+f,d=("s"===w?C[8+v/3]:"")+d+(x&&"("===h?")":""),O){n=-1,r=t.length;while(++n<r)if(o=t.charCodeAt(n),48>o||o>57){d=(46===o?i+t.slice(n+1):t.slice(n))+d,t=t.slice(0,n);break}}}m&&!p&&(t=e(t,1/0));var M=f.length+t.length+d.length,E=M<g?new Array(g-M+1).join(l):"";switch(m&&p&&(t=e(E+t,E.length?g-d.length:1/0),E=""),u){case"<":t=f+t+d+E;break;case"=":t=f+E+t+d;break;case"^":t=E.slice(0,M=E.length>>1)+f+t+d+E.slice(M);break;default:t=E+f+t+d;break}return a(t)}return b=void 0===b?6:/[gprs]/.test(w)?Math.max(1,Math.min(21,b)):Math.max(0,Math.min(20,b)),M.toString=function(){return t+""},M}function p(t,e){var n=f((t=d(t),t.type="f",t)),r=3*Math.max(-8,Math.min(8,Math.floor(l(e)/3))),i=Math.pow(10,-r),a=C[8+r/3];return function(t){return n(i*t)+a}}return{format:f,formatPrefix:p}};function T(t){return g=S(t),m=g.format,g.formatPrefix,g}T({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});var O=function(t){var e=r["get"](t,"formatter");if(r["isString"](e))return t.formatter=function(t){return m(e)(t)},t;var n=function(e){if(t.hasOwnProperty(e)){var n=r["get"](t[e],"formatter");r["isString"](n)&&(t[e].formatter=function(t){return m(n)(t)})}};for(var i in t)n(i);return t},M=function(){return M=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},M.apply(this,arguments)};function E(t,e,n,i){var a=r["get"](e,"polarLabel"),o=r["get"](e,"polarLabel.rotate");if(o){var s={};"parallel"===o?s={rotate:n.startAngle,textAlign:"center"}:"normal"===o&&(s={rotate:n.startAngle+90,textAlign:"right"});var c=r["get"](e,"polarLabel.offsetX"),l=r["get"](e,"polarLabel.offsetY");i.forEach((function(n,r){t.guide().text(M({position:[r,0],content:i[r][e.dataKey],style:M({polarLabel:a},s)},c,l))}))}}var A=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.axis),o=r["isArray"](i);if(r["isNil"](i)||!1===i||o&&0===i.length)return t.axis(!1);if(!0===i)return t.axis();for(var s=o?i:[i],c=e.coord,l=e.data,u=function(e){if(c&&"polar"===c.type&&"rotate"===c.direction&&E(t,e,c,l),e.label&&(e.label=O(e.label)),!n)for(var i in e)if(e.hasOwnProperty(i)){var o="tickLine"===i?"ticks":i;a(t,"axis",o,e[i])}if(e.dataKey)if(!1===e.show)t.axis(e.dataKey,!1);else{var s=r["omit"](e,["show","dataKey"]),u=s.label;if(u&&r["isNumber"](u.density)&&0<u.density&&u.density<1&&r["isFunction"](u.formatter)){var h=Math.floor(1/u.density),f=u.formatter;s.label.formatter=function(t,e,n){return n%h?" ":f(t,e,n)}}t.axis(e.dataKey,s)}else t.axis(e)},h=0,f=s;h<f.length;h++){var d=f[h];u(d)}return t},P=function(t){return t*Math.PI/180},L=function(){return L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},L.apply(this,arguments)};function I(t,e){var n={};if(e.radius&&(e.radius<0||e.radius>1)||e.innerRadius&&(e.innerRadius<0||e.innerRadius>1))throw new Error("please set correct radius or innerRadius");if(e.radius&&(n=L({},n,{radius:e.radius})),e.innerRadius&&(n=L({},n,{innerRadius:e.innerRadius})),e.startAngle||e.endAngle){if(e.startAngle&&(e.startAngle<-360||e.startAngle>360))throw new Error("please set correct starAngle");if(n=L({},n,{startAngle:P(e.startAngle)}),e.endAngle&&(e.endAngle<-360||e.endAngle>360))throw new Error("please set correct endAngle");n=L({},n,{endAngle:P(e.endAngle)})}var r=t.coord(e.type,L({},n));switch(e.direction){case"rotate":r.transpose();break;case"xReverse":r.reflect("x");break;case"yReverse":r.reflect("y");break;case"reverse":r.reflect();break;default:break}return e.rotate&&r.rotate(e.rotate),r}function j(t,e){if(!e.direction)return t.coord("rect");switch(e.direction){case"BL":t.coord("rect");break;case"BR":t.coord("rect").scale(-1,1);break;case"LT":t.coord("rect").transpose().scale(1,-1);break;case"LB":t.coord("rect").transpose();break;case"RB":t.coord("rect").transpose().reflect();break;case"RT":t.coord("rect").transpose().reflect().scale(-1,1);break;case"TL":t.coord("rect").reflect();break;case"TR":t.coord("rect").reflect().scale(-1,1);break;default:t.coord("rect");break}return t}var z=function(t,e){var n=r["cloneDeep"](e.coord);if(!n||!n.type)return t.coord("rect");var i=n.type;return"polar"===i||"theta"===i||"helix"===i?I(t,n):"rect"===i?j(t,n):t.coord(i)},D=function(t,e){var n=r["cloneDeep"](e.filter),i=r["isArray"](n);if(!r["isEmpty"](n)){for(var a=i?n:[n],o=0,s=a;o<s.length;o++){var c=s[o];c.dataKey&&c.callback&&t.filter(c.dataKey,c.callback)}return t}},N=function(){return N=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},N.apply(this,arguments)};function R(t,e){if("parallel"===e.quickType){var n=e.data;t.guide().line(N({start:["min",n],end:["max",n]},e))}else if("normal"===e.quickType){n=e.data;t.guide().line(N({start:[n,"min"],end:[n,"max"]},e))}else t.guide().line(e)}function V(t,e){if("parallel"===e.quickType){var n=e.data;t.guide().arc(N({start:["min",n],end:["max",n]},e)),t.guide().arc(N({start:["max",n],end:["min",n]},e))}else if("normal"===e.quickType){n=e.data;t.guide().line(N({start:[n,"min"],end:[n,"max"]},e))}else t.guide().arc(e)}var F=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.guide),a=Array.isArray(i);if(!r["isNil"](i)&&!r["isEmpty"](i)){var s=a?i:[i];return s.forEach((function(e){n||o(t,"guide-"+e.type,e),"line"===e.type?R(t,e):"region"===e.type?t.guide().region(e):"arc"===e.type?V(t,e):"text"===e.type?t.guide().text(e):"image"===e.type?t.guide().image(e):"html"===e.type?t.guide().html(e):"dataMarker"===e.type?t.guide().dataMarker(e):"regionFilter"===e.type?t.guide().regionFilter(e):"dataRegion"===e.type&&t.guide().dataRegion(e)})),t}};function H(t){return t.onHover=function(t){var e=t.shapes,n=t.geom;n.highlightShapes(e)},t}var B=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.legend),o=Array.isArray(i);if(r["isNil"](i)||!1===i||o&&0===i.length)return t.legend(!1);if(!0===i)return t.legend();for(var s=o?i:[i],c=0,l=s;c<l.length;c++){var u=l[c];u.highlight&&(u=H(u));var h=function(e){if(u.hasOwnProperty(e)){if("onClick"===e){var r=u.onClick;u.onClick=function(e){r(e,t)}}n||a(t,"legend",e,u[e])}};for(var f in u)h(f);if(r["isNil"](u.legendMarker)||(u["g2-legend-marker"]=u.legendMarker),r["isNil"](u.legendListItem)||(u["g2-legend-list-item"]=u.legendListItem),r["isNil"](u.legendTitle)||(u["g2-legend-title"]=u.legendTitle),r["isNil"](u.legendList)||(u["g2-legend-list"]=u.legendList),u=r["omit"](u,["legendMarker","legendListItem","legendTitle","legendList"]),u.dataKey)if(!1===u.show)t.legend(u.dataKey,!1);else{var d=r["omit"](u,["dataKey","show"]);t.legend(u.dataKey,d)}else t.legend(u)}return t},U=function(t,e){var n=r["cloneDeep"](e.scale),i=r["isArray"](n);if(!r["isEmpty"](n)){for(var a=i?n:[n],o={},s=0,c=a;s<c.length;s++){var l=c[s];if(l.dataKey){var u=r["omit"](l,"dataKey");o[l.dataKey]=u}}return o=O(o),t.scale(o)}},$=function(){return $=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},$.apply(this,arguments)},q=[{type:"pie",series:{gemo:"interval",adjust:"stack"},coord:{type:"theta"}},{type:"sector",series:{gemo:"interval"},coord:{type:"polar"}},{type:"line",series:{gemo:"line"}},{type:"smoothLine",series:{gemo:"line",shape:"smooth"}},{type:"dashLine",series:{gemo:"line",shape:"dash"}},{type:"stackLine",series:{gemo:"line",adjust:"stack"}},{type:"area",series:{gemo:"area"}},{type:"stackArea",series:{gemo:"area",adjust:"stack"}},{type:"smoothArea",series:{gemo:"area",shape:"smooth"}},{type:"interval",series:{gemo:"interval"}},{type:"stackInterval",series:{gemo:"interval",adjust:"stack"}},{type:"dodgeInterval",series:{gemo:"interval",shape:"interval",adjust:"dodge"}},{type:"bar",series:{gemo:"interval"}},{type:"stackBar",series:{gemo:"interval",shape:"interval",adjust:"stack"}},{type:"dodgeBar",series:{gemo:"interval",shape:"interval",adjust:"dodge"}},{type:"point",series:{gemo:"point",shape:"hollowCircle"}},{type:"funnel",series:{gemo:"interval",adjust:"symmetric",shape:"funnel"}},{type:"pyramid",series:{gemo:"interval",adjust:"symmetric",shape:"pyramid"}},{type:"schema",series:{gemo:"schema",shape:"box"}},{type:"box",series:{gemo:"schema",shape:"box"}},{type:"candle",series:{gemo:"schema",shape:"candle"}},{type:"polygon",series:{gemo:"polygon"}},{type:"contour",series:{gemo:"contour"}},{type:"heatmap",series:{gemo:"heatmap"}},{type:"edge",series:{gemo:"edge"}},{type:"sankey",series:{gemo:"edge",shape:"sankey"}},{type:"errorBar",series:{gemo:"schema",shape:"errorbar"}},{type:"jitterPoint",series:{gemo:"point",adjust:"jitter"}},{type:"path",series:{gemo:"path"}},{type:"venn",series:{gemo:"venn"}}],W=function(t,e){for(var n={},i=0,a=q;i<a.length;i++){var o=a[i];n[o.type]=o}for(var s=0;s<t.length;s++){var c=n[t[s].quickType];if(c&&(t[s]=$({},c.series,t[s]),e&&e.type&&r["get"](c,"coord.type")&&r["get"](c,"coord.type")!==e.type))throw new Error("quickType and coord had conflicted.")}return t};function Y(t,e){var n=e.gemo;switch(n){case"line":t=t.line();break;case"area":t=t.area();break;case"bar":case"interval":t=t.interval();break;case"point":t=t.point();break;case"schema":t=t.schema();break;case"polygon":t=t.polygon();break;case"contour":t=t.contour();break;case"heatmap":t=t.heatmap();break;case"edge":t=t.edge();break;case"path":t=t.path();break;case"venn":t=t.venn();break;default:t=t.line()}return t}function K(t,e){var n=e.position;return r["isNil"](n)?t:t.position(n)}function X(t,e){var n=e.adjust;return r["isNil"](n)?t:t.adjust(n)}function G(t,e){var n=e.shape;return r["isString"](n)?t.shape(n):r["isArray"](n)&&n.length>=1?n[1]?t.shape(n[0],n[1]):t.shape(n[0]):t}function Z(t,e){var n=e.color;return r["isString"](n)?t.color(n):r["isArray"](n)&&n.length>=1?n[1]?t.color(n[0],n[1]):t.color(n[0]):t}function Q(t,e){var n=e.size;return r["isNumber"](n)||r["isString"](n)?t.size(n):r["isArray"](n)&&n.length>=1?n[1]?t.size(n[0],n[1]):t.size(n[0]):t}function J(t,e){var n=e.opacity;return r["isNumber"](n)||r["isString"](n)?t.opacity(n):r["isArray"](n)&&n.length>=1?n[1]?t.opacity(n[0],n[1]):t.opacity(n[0]):t}function tt(t,e){var n=e.label;if(r["isString"](n))return t.label(n);if(r["isArray"](n)&&n.length>=2){if(r["isNumber"](n[1].density)&&0<n[1].density&&n[1].density<1&&(r["isFunction"](n[1].formatter)||r["isString"](n[1].formatter))){var i=Math.floor(1/n[1].density),a=r["isString"](n[1].formatter)?O(n[1]).formatter:n[1].formatter;n[1].formatter=function(t,e,n){return n%i?" ":a(t,e,n)}}return t.label.apply(t,n)}return t}function et(t,e){var n=e.style;return r["isArray"](n)&&n.length>=1?n[1]?t.style(n[0],n[1]):t.style(n[0]):r["isPlainObject"](n)?t.style(n):t}function nt(t,e){var n=e.tooltip;return r["isBoolean"](n)||r["isString"](n)?t.tooltip(n):r["isArray"](n)&&n.length>=1?n[1]?t.tooltip(n[0],n[1]):t.tooltip(n[0]):t}function rt(t,e){var n=e.select;return r["isBoolean"](n)?t.select(n):r["isArray"](n)&&n.length>=1?n[1]?t.select(n[0],n[1]):t.select(n[0]):t}function it(t,e){var n=e.active;return r["isArray"](n)?t.active.apply(t,n):r["isBoolean"](n)||r["isPlainObject"](n)?t.active(n):t}function at(t,e){var n=e.animate;return r["isEmpty"](n)?t:t.animate(n)}var ot=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.series),s=r["isArray"](i);if(r["isNil"](i)||r["isEmpty"](i))return t;var c,l=s?i:[i];return l=W(l,e.coord),l=r["sortBy"](l,"zIndex"),l.forEach((function(e){for(var r in n||o(t,e.gemo,e),e)e.hasOwnProperty(r)&&a(t,"label",name,e[r]);c=Y(t,e),c=K(c,e),c=X(c,e),c=G(c,e),c=Z(c,e),c=J(c,e),c=Q(c,e),c=tt(c,e),c=nt(c,e),c=et(c,e),c=rt(c,e),c=it(c,e),c=at(c,e)})),c},st=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.tooltip);if(r["isNil"](i)||!1===i||!1===i.show)return t.tooltip(!1);for(var a in i)i.hasOwnProperty(a)&&("g2Tooltip"===a&&(i["g2-tooltip"]=i[a],i=r["omit"](i,"g2Tooltip")),"g2TooltipTitle"===a&&(i["g2-tooltip-title"]=i[a],i=r["omit"](i,"g2TooltipTitle")),"g2TooltipList"===a&&(i["g2-tooltip-list"]=i[a],i=r["omit"](i,"g2TooltipList")),"g2TooltipListItem"===a&&(i["g2-tooltip-list-item"]=i[a],i=r["omit"](i,"g2TooltipListItem")),"g2TooltipMaker"===a&&(i["g2-tooltip-maker"]=i[a],i=r["omit"](i,"g2TooltipMaker")));return n||o(t,"tooltip",i),t.tooltip(i)},ct=function(t,e){var n=r["cloneDeep"](e.tooltip);if(!r["isNil"](n)&&!1!==n&&!1!==n.show&&n.defaultPoint){var i=n.defaultPoint,a=t.getXY(i);a&&t.showTooltip(a)}},lt=n("7f1a"),ut=function(t,e,n){lt.Shape.registerShape(t,e,n)},ht=function(){return ht=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},ht.apply(this,arguments)},ft="errorbar";function dt(t){return[["M",t[1].x,t[1].y],["L",t[2].x,t[2].y],["Z"],["M",((t[1].x||0)+(t[2].x||0))/2,((t[1].y||0)+(t[2].y||0))/2],["L",((t[0].x||0)+(t[3].x||0))/2,((t[0].y||0)+(t[3].y||0))/2],["Z"],["M",t[0].x,t[0].y],["L",t[3].x,t[3].y],["Z"]]}var pt=function(){var t=1,e=!1;ut("schema",ft,{getPoints:function(e){var n=e.x,r=void 0===n?0:n,i=e.y,a=void 0===i?[0,0,0]:i,o=e.size,s=void 0===o?0:o;return[{x:r-s/2*t,y:a[0]},{x:r-s/2*t,y:a[2]},{x:r+s/2*t,y:a[2]},{x:r+s/2*t,y:a[0]},{x:r,y:a[1]},{x:r-s/2*t,y:a[1]}]},drawShape:function(t,n){var r=n,i=t.points;return r.addShape("path",{attrs:ht({stroke:t.color,strokeOpacity:t.opacity||1,lineWidth:t.style.lineWidth||1,fill:t.color,opacity:t.opacity||1,path:this.parsePath(dt(i))},t.style)}),e&&r.addShape("circle",{attrs:ht({stroke:t.color,strokeOpacity:t.opacity||1,lineWidth:t.style.lineWidth||1,fill:t.color,opacity:t.opacity||1,x:this.parsePoint(i[4]).x,y:this.parsePoint(i[4]).y,r:t.style.lineWidth+.5||1.5},t.style)}),r}})},vt="sankey";function gt(t,e){var n=+t,r=e-n;return function(t){return n+r*t}}function mt(t,e,n){var r=gt(t.x,e.x),i=r(n),a=r(1-n),o=["C",i,t.y,a,e.y,e.x,e.y];return o}function yt(t,e){var n=[["M",t[0].x,t[0].y],["L",t[1].x,t[1].y]],r=mt(t[1],t[3],e);n.push(r),n.push(["L",t[3].x,t[3].y]),n.push(["L",t[2].x,t[2].y]);var i=mt(t[2],t[0],e);return n.push(i),n.push(["Z"]),n}var bt=function(){ut("edge",vt,{drawShape:function(t,e){var n=t.points,r=t.style,i=r.curvature||.5,a=this.parsePath(yt(n,i)),o=e.addShape("path",{attrs:{stroke:"none",strokeOpacity:0,fill:t.color,opacity:t.opacity,path:a}});return o}})},_t=function(){bt(),pt()},xt=function(){return xt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},xt.apply(this,arguments)},wt=n("7f1a"),kt=n("b44f");function Ct(t){return t.toLowerCase().replace(/( |^)[a-z]/g,(function(t){return t.toUpperCase()}))}var St=function(){function t(t){this.viewInstance={},this.config=r["cloneDeep"](t),this.checkChartConfig(this.config),this.chartInstance=new wt.Chart(this.config.chart)}return t.prototype.getWidth=function(){return this.chartInstance.get("width")},t.prototype.getHeight=function(){return this.chartInstance.get("height")},t.prototype.render=function(){var t=this.config,e=this.chartInstance;_t(),this.setEvents(e,t),this.setDataSource(e,t.data),this.setCoord(e,t),this.setTooltip(e,t),this.setAxis(e,t),this.setContent(e,t),this.setLegend(e,t),this.setViews(e,t),this.setFacet(e,t),e.render(),this.setDefaultTooltip(e,t),this.setBrush(e,t)},t.prototype.repaint=function(t){var e=r["cloneDeep"](t);this.checkChartConfig(e),this.renderDiffConfig(e)},t.prototype.destroy=function(t){t&&t.destroy()},t.prototype.clear=function(t){t&&t.clear()},t.prototype.checkChartConfig=function(t){var e=t.chart;if(!e||!e.height)throw new Error("please set correct chart option")},t.prototype.createView=function(t,e){var n={};e.start&&(n.start=e.start),e.end&&(n.end=e.end);var r=t.view(n);if(!e.viewId)throw new Error("you must set viewId");return this.viewInstance[e.viewId]=r,r},t.prototype.setEvents=function(t,e){o(t,"",e.chart)},t.prototype.setDataSource=function(t,e){r["isNil"](e)||r["isEmpty"](e)||t.source(e)},t.prototype.setFilter=function(t,e){return D(t,e)},t.prototype.setScale=function(t,e){return U(t,e)},t.prototype.setCoord=function(t,e){return z(t,e)},t.prototype.setSeries=function(t,e,n){return void 0===n&&(n=!1),ot(t,e,n)},t.prototype.setAxis=function(t,e,n){return void 0===n&&(n=!1),A(t,e,n)},t.prototype.setTooltip=function(t,e,n){return void 0===n&&(n=!1),st(t,e,n)},t.prototype.setDefaultTooltip=function(t,e){return ct(t,e)},t.prototype.setGuide=function(t,e,n){return void 0===n&&(n=!1),F(t,e,n)},t.prototype.setLegend=function(t,e,n){return void 0===n&&(n=!1),B(t,e,n)},t.prototype.setContent=function(t,e,n){void 0===n&&(n=!1),this.setScale(t,e),this.setFilter(t,e),this.setSeries(t,e,n),this.setGuide(t,e,n)},t.prototype.setView=function(t,e,n,i){void 0===i&&(i=!1);var a=this.createView(e,t),o=t.data?t.data:n.data;return this.setDataSource(a,o),r["isNil"](t.coord)||this.setCoord(a,t),r["isNil"](t.tooltip)||this.setTooltip(a,t,i),r["isNil"](t.axis)||this.setAxis(a,t,i),r["isNil"](t.guide)||this.setGuide(a,t,i),this.setContent(a,t,i),a},t.prototype.setViews=function(t,e,n){void 0===n&&(n=!1);var i=r["cloneDeep"](e.views),a=Array.isArray(i);if(!r["isNil"](i)&&!r["isEmpty"](i))for(var o=a?i:[i],s=0,c=o;s<c.length;s++){var l=c[s];this.setView(l,t,e,n)}},t.prototype.setFacetViews=function(t,e,n,i){void 0===i&&(i=!1),this.setDataSource(t,n.data),r["isNil"](n.coord)||this.setCoord(t,n),r["isNil"](n.tooltip)||this.setTooltip(t,n,i),r["isNil"](n.axis)||this.setAxis(t,n,i),r["isNil"](n.guide)||this.setGuide(t,n,i),this.setContent(t,n)},t.prototype.setFacet=function(t,e,n){var i=this;void 0===n&&(n=!1);var a=r["cloneDeep"](e.facet);if(!r["isNil"](a)&&!r["isEmpty"](a)){var o=r["omit"](a,["type","views"]);return r["isEmpty"](a.views)&&!r["isFunction"](a.views)||(r["isFunction"](a.views)?o.eachView=function(t,e){i.setFacetViews(t,e,a.views(t,e),n)}:(a.views=Array.isArray(a.views)?a.views:[a.views],o.eachView=function(t,e){i.setFacetViews(t,e,a.views[0],n)})),t.facet(a.type,o)}},t.prototype.setBrush=function(t,e){if(!r["isNil"](e.brush)&&!r["isEmpty"](e.brush)){var n=e.brush,i=xt({},e.brush,{canvas:t.get("canvas"),chart:t}),a=/on(BrushStart|BrushMove|BrushEnd|DragStart|DragMove|DragEnd)/,o=Object.keys(n).filter((function(t){return a.test(t)}));o.forEach((function(e){var r=a.exec(e);if(r&&r.length){var o="on"+Ct(r[0]);i[o]=function(r){n[e](r,t)}}})),new kt(i)}},t.prototype.repaintWidthHeight=function(t,e){var n=r["get"](e,"chart.width");n&&t.changeWidth(n);var i=r["get"](e,"chart.height");i&&t.changeHeight(i)},t.prototype.renderDiffConfig=function(t){var e=this.chartInstance;this.clear(e),this.setScale(e,t),this.setCoord(e,t),this.setFilter(e,t),this.setAxis(e,t,!0),this.setSeries(e,t,!0),this.setTooltip(e,t,!0),this.setGuide(e,t,!0),this.setViews(e,t,!0),this.setLegend(e,t,!0),this.setFacet(e,t,!0),this.repaintWidthHeight(e,t),t.data&&e.changeData(t.data),e.repaint(),this.setBrush(e,t)},t}(),Tt=St,Ot=(n("7f1a"),n("dcb1")),Mt=function(t){var e=document.getElementById(t.container);if(e){e.innerHTML="";var n=new Ot(t);return n.render(),n}console.error("plugin slider container not defined")},Et=function(t){var e={};for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];switch(n){case"slider":e.slider=Mt(r);break;default:break}}return e},At=n("7f1a");At.Global;function Pt(t){var e=!1;if(r["isEmpty"](t.data)||(e=!0),!r["isNil"](t.views)&&(r["isPlainObject"](t.views)&&!r["isEmpty"](t.views.data)&&(e=!0),r["isArray"](t.views)))for(var n=0,i=t.views;n<i.length;n++){var a=i[n];r["isEmpty"](a.data)||(e=!0)}return e}var Lt=function(t){if(!r["isNil"](t)&&!r["isEmpty"](t)){var e=Pt(t);if(e){var n=new Tt(t);return n.render(),n}}},It=["dataKey","position","title","tick","subTick","grid","labels","line","tickLine","subTickCount","subTickLine","useHtml","id","container","height","width","animate","forceFit","background","plotBackground","padding","theme","renderer","filter","type","direction","radius","innerRadius","startAngle","endAngle","rotate","type","fields","rowField","colField","colValue","rowValue","colIndex","rowIndex","showTitle","autoSetAxis","padding","colTitle","rowTitle","eachView","cols","rows","padding","line","lineSmooth","transpose","views","type","position","autoRotate","vStyle","content","offsetX","offsetY","top","zIndex","start","end","lineStyle","line","text","src","width","heigth","alignX","alignY","html","color","apply","lineLength","direction","display","dataKey","show","position","title","titleGap","custom","offset","offsetX","offsetY","items","itemGap","itemsGroup","itemMarginBottom","itemWidth","unCheckColor","background","allowAllCanceled","itemFormatter","marker","textStyle","clickable","hoverable","selectedMode","onHover","onClick","reversed","layout","backPadding","useHtml","autoWrap","autoPosition","container","containerTpl","itemTpl","legendMarker","legendListItem","legendTitle","legendList","legendStyle","slidable","attachLast","flipPage","name","reactive","sizeType","isSegment","defaultClickHandlerEnabled","data","viewId","scale","forceFit","quickType","position","gemo","adjust","color","shape","size","opacity","label","tooltip","vStyle","select","active","animate","x","y","items","show","triggerOn","showTitle","title","crosshairs","offset","inPlot","follow","shared","enterable","position","hideMarkers","containerTpl","itemTpl","g2Tooltip","g2TooltipTitle","g2TooltipList","g2TooltipListItem","g2TooltipMarker","onShow","onHide","onChange","defaultPoint","timeStamp","plotRange","htmlContent","useHtml","type","pie","sector","line","smoothLine","dashLine","area","stackArea","smoothArea","bar","stackBar","dodgeBar","interval","stackInterval","dodgeInterval","point","funnel","pyramid","schema","box","candle","polygon","contour","heatmap","edge","sankey","errorBar","jitterPoint","venn","canvas","startPoint","brushing","dragging","brushShape","container","polygonPath","type","dragable","dragoffX","dragoffY","inPlot","xField","yField","filter","onBrushstart","onBrushmove","onBrushend","onDragstart","onDragmove","onDragend","container","xAxis","yAxis","data","width","height","padding","start","end","minSpan","maxSpan","scales","fillerStyle","backgroundStyle","textStyle","handleStyle","backgroundChart","onChange","start","end","onMouseEnter","onMouseDown","onMouseMove","onMouseLeave","onMouseUp","onClick","onDblClick","onTouchStart","onTouchMove","onTouchEnd","onPlotEnter","onPlotMove","onPlotLeave","onPlotClick","onPlotDblClick","onTitleMouseDown","onTitleMouseMove","onTitleMouseLeave","onTitleMouseUp","onTitleClick","onTitleDblClick","onTitleTouchStart","onTitleTouchMove","onTitleTouchEnd","onItemMouseDown","onItemMouseMove","onItemMouseLeave","onItemMouseUp","onItemClick","onItemDblClick","onItemTouchStart","onItemTouchMove","onItemTouchEnd","onMarkerMouseDown","onMarkerMouseMove","onMarkerMouseLeave","onMarkerMouseUp","onMarkerClick","onMarkerDblClick","onMarkerTouchStart","onMarkerTouchMove","onMarkerTouchEnd","onTextMouseDown","onTextMouseMove","onTextMouseLeave","onTextMouseUp","onTextClick","onTextDblClick","onTextTouchStart","onTextTouchMove","onTextTouchEnd","onLabelMouseDown","onLabelMouseMove","onLabelMouseLeave","onLabelMouseUp","onLabelClick","onLabelDblClick","onLabelTouchStart","onLabelTouchMove","onLabelTouchEnd","onTicksMouseDown","onTicksMouseMove","onTicksMouseLeave","onTicksMouseUp","onTicksClick","onTicksDblClick","onTicksTouchStart","onTicksTouchMove","onTicksTouchEnd","onLineMouseDown","onLineMouseMove","onLineMouseLeave","onLineMouseUp","onLineClick","onLineDblClick","onLineTouchStart","onLineTouchMove","onLineTouchEnd","onGridMouseDown","onGridMouseMove","onGridMouseLeave","onGridMouseUp","onGridClick","onGridDblClick","onGridTouchStart","onGridTouchMove","onGridTouchEnd","onGuideRegionClick"];function jt(t){for(var e=[],n=0,r=t.length;n<r;n++){var i=t[n];-1===e.indexOf(i)&&e.push(i)}return e}function zt(t){for(var e=jt(t),n={},r=0,i=e;r<i.length;r++){var a=i[r];n[a]=null}return n}var Dt=zt(It),Nt=function(){return Nt=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},Nt.apply(this,arguments)},Rt=["pie","sector","line","smoothline","dashline","area","point","stackarea","stackline","smootharea","bar","stackbar","dodgebar","interval","stackinterval","dodgeinterval","funnel","pyramid","schema","box","candle","polygon","contour","heatmap","edge","sankey","errorbar","jitterpoint","path","venn"],Vt=["v-chart","v-lite-chart"],Ft=["v-plugin"],Ht=["data","scale","filter","viewId"],Bt=["position","quickType","gemo","adjust","color","shape","size","opacity","label","tooltip","style","animate"],Ut=function(){var t=/[-_]+(.)?/g;function e(t,e){return e?e.toUpperCase():""}return function(n,r){return n.replace(r?new RegExp("["+r+"]+(.)?","g"):t,e)}}(),$t={data:function(){return{isViser:!0,jsonForD2:{}}},props:Dt,methods:{checkIsContainer:function(t){return!!(t.isViser&&Vt.concat(["v-view","v-facet","v-facet-view","v-plugin"]).indexOf(t.$options._componentTag)>-1)},findNearestRootComponent:function(t){if(this.checkIsContainer(t)){if("v-lite-chart"===t.$options._componentTag)throw Error("v-lite-chart should be no child elements.");return t}return t.$parent?this.findNearestRootComponent(t.$parent):null},createRootD2Json:function(){if("v-plugin"===this.$options._componentTag)return Nt({},Kt(Gt(this._props,Ht)),this.jsonForD2);var t=Nt({},Kt(Gt(this._props,Ht)),{chart:Nt({container:this.$el},Kt(Gt(this._props,null,Ht)))},this.jsonForD2);if("v-lite-chart"===this.$options._componentTag){var e=Kt(this._props);Object.keys(e).forEach((function(n){var r=n.toLowerCase();Rt.indexOf(r)>-1&&Wt(t,"series",Nt({quickType:n},Gt(e,Bt)))})),Zt(t,"axis",!0),Zt(t,"legend",!0),Zt(t,"tooltip",!0)}return t},freshChart:function(t){if(Ft.indexOf(this.$options._componentTag)>-1){var e=this.createRootD2Json();this.plugins=Et(e)}else if(Vt.indexOf(this.$options._componentTag)>-1){e=this.createRootD2Json();t&&this.chart?this.chart.repaint(e):this.chart=Lt(e)}else if("v-view"===this.$options._componentTag){var n=this.findNearestRootComponent(this.$parent);Yt(n.jsonForD2,"views",Nt({},Kt(Gt(this._props)),this.jsonForD2,{viewId:this._uid}))}else if("v-facet-view"===this.$options._componentTag){n=this.findNearestRootComponent(this.$parent);n.jsonForD2.views=Nt({},Kt(Gt(this._props)),this.jsonForD2)}else if("v-facet"===this.$options._componentTag){n=this.findNearestRootComponent(this.$parent);n.jsonForD2.facet=Nt({},Kt(Gt(this._props)),this.jsonForD2)}else if("v-slider"===this.$options._componentTag){n=this.findNearestRootComponent(this.$parent);var r=Kt(Gt(this._props));Kt(Gt(this._props)).container||(r.container="viser-slider-"+Qt());var i=document.createElement("div");i.id=r.container,this.$parent.$el.appendChild(i),n.jsonForD2.slider=Nt({},r,this.jsonForD2)}else{n=this.findNearestRootComponent(this.$parent);if(!n)throw Error(this.$options._componentTag+" must be wrapped into v-chart or v-plugin");var a=this.$options._componentTag.replace(/-/g,"").slice(1),o=Ut(this.$options._componentTag.slice(2));Xt(this._props)?n.jsonForD2[a]=!0:Rt.indexOf(a)>-1?Wt(n.jsonForD2,"series",Nt({quickType:o},Kt(Gt(this._props)))):Yt(n.jsonForD2,a,Nt({},Kt(Gt(this._props)),{componentId:this._uid}))}}},created:function(){},mounted:function(){this.freshChart(!1)},updated:function(){this.freshChart(!0)},render:function(t){var e=this.checkIsContainer(this);if(e)return t("div",null,this.$slots["default"]);var n=Kt(Gt(this._props));return t("div",{style:{display:"none"}},Object.keys(n).map((function(t){return t+":"+JSON.stringify(n[t])})))}},qt={"v-chart":$t,"v-tooltip":$t,"v-legend":$t,"v-axis":$t,"v-brush":$t,"v-view":$t,"v-coord":$t,"v-series":$t,"v-facet":$t,"v-facet-view":$t,"v-lite-chart":$t,"v-guide":$t,"v-edge":$t,"v-point":$t,"v-pie":$t,"v-bar":$t,"v-stack-bar":$t,"v-dodge-bar":$t,"v-interval":$t,"v-stack-interval":$t,"v-dodge-interval":$t,"v-schema":$t,"v-line":$t,"v-smooth-line":$t,"v-dash-line":$t,"v-sector":$t,"v-area":$t,"v-stack-area":$t,"v-stack-line":$t,"v-smooth-area":$t,"v-funnel":$t,"v-pyramid":$t,"v-box":$t,"v-candle":$t,"v-polygon":$t,"v-contour":$t,"v-heatmap":$t,"v-sankey":$t,"v-error-bar":$t,"v-jitter-point":$t,"v-path":$t,"v-venn":$t,"v-plugin":$t,"v-slider":$t};e["a"]={install:function(t,e){e||(e=Object.keys(qt)),e.forEach((function(e){t.component(e,Nt({},qt[e],{name:e}))}))}};function Wt(t,e,n){t[e]||(t[e]=[]),Kt(n),t[e].push(n)}function Yt(t,e,n){if(t[e]){t[e]&&"Object"===t[e].constructor.name&&(t[e]=[t[e]]);var r=-1;n&&n.viewId?t[e].forEach((function(t,e){t&&t.viewId&&t.viewId===n.viewId&&(r=e)})):n&&n.componentId&&t[e].forEach((function(t,e){t&&t.componentId&&t.componentId===n.componentId&&(r=e)})),-1===r?t[e].push(n):t[e][r]=Nt({},t[e][r],n)}else t[e]=n}function Kt(t){var e=Nt({},t);for(var n in e)void 0===e[n]&&delete e[n];return e}function Xt(t){return Object.keys(t).every((function(e){return void 0===t[e]}))}function Gt(t,e,n){void 0===e&&(e=null),void 0===n&&(n=null);var r=Nt({},t);return r.vStyle&&(r.style=r.vStyle,delete r.vStyle),null!==n&&n.forEach((function(t){delete r[t]})),null!==e&&Object.keys(r).forEach((function(t){-1===e.indexOf(t)&&delete r[t]})),r}function Zt(t,e,n){t[e]||(t[e]=n)}function Qt(){return Math.floor((new Date).getTime()+1e4*Math.random()).toString()}},3698:function(t,e){function n(t,e){return null==t?void 0:t[e]}t.exports=n},"36c6":function(t,e,n){function r(e){return t.exports=r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,r(e)}n("3410"),n("1f68"),n("131a"),t.exports=r,t.exports.__esModule=!0,t.exports["default"]=t.exports},3729:function(t,e,n){var r=n("9e69"),i=n("00fd"),a=n("29f3"),o="[object Null]",s="[object Undefined]",c=r?r.toStringTag:void 0;function l(t){return null==t?void 0===t?s:o:c&&c in Object(t)?i(t):a(t)}t.exports=l},3779:function(t,e,n){"use strict";var r=n("4d91"),i=n("daa3"),a=n("9cba"),o=n("0c63"),s=n("db14"),c={functional:!0,render:function(){var t=arguments[0];return t("svg",{attrs:{width:"252",height:"294"}},[t("defs",[t("path",{attrs:{d:"M0 .387h251.772v251.772H0z"}})]),t("g",{attrs:{fill:"none",fillRule:"evenodd"}},[t("g",{attrs:{transform:"translate(0 .012)"}},[t("mask",{attrs:{fill:"#fff"}}),t("path",{attrs:{d:"M0 127.32v-2.095C0 56.279 55.892.387 124.838.387h2.096c68.946 0 124.838 55.892 124.838 124.838v2.096c0 68.946-55.892 124.838-124.838 124.838h-2.096C55.892 252.16 0 196.267 0 127.321",fill:"#E4EBF7",mask:"url(#b)"}})]),t("path",{attrs:{d:"M39.755 130.84a8.276 8.276 0 1 1-16.468-1.66 8.276 8.276 0 0 1 16.468 1.66",fill:"#FFF"}}),t("path",{attrs:{d:"M36.975 134.297l10.482 5.943M48.373 146.508l-12.648 10.788",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{d:"M39.875 159.352a5.667 5.667 0 1 1-11.277-1.136 5.667 5.667 0 0 1 11.277 1.136M57.588 143.247a5.708 5.708 0 1 1-11.358-1.145 5.708 5.708 0 0 1 11.358 1.145M99.018 26.875l29.82-.014a4.587 4.587 0 1 0-.003-9.175l-29.82.013a4.587 4.587 0 1 0 .003 9.176M110.424 45.211l29.82-.013a4.588 4.588 0 0 0-.004-9.175l-29.82.013a4.587 4.587 0 1 0 .004 9.175",fill:"#FFF"}}),t("path",{attrs:{d:"M112.798 26.861v-.002l15.784-.006a4.588 4.588 0 1 0 .003 9.175l-15.783.007v-.002a4.586 4.586 0 0 0-.004-9.172M184.523 135.668c-.553 5.485-5.447 9.483-10.931 8.93-5.485-.553-9.483-5.448-8.93-10.932.552-5.485 5.447-9.483 10.932-8.93 5.485.553 9.483 5.447 8.93 10.932",fill:"#FFF"}}),t("path",{attrs:{d:"M179.26 141.75l12.64 7.167M193.006 156.477l-15.255 13.011",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{d:"M184.668 170.057a6.835 6.835 0 1 1-13.6-1.372 6.835 6.835 0 0 1 13.6 1.372M203.34 153.325a6.885 6.885 0 1 1-13.7-1.382 6.885 6.885 0 0 1 13.7 1.382",fill:"#FFF"}}),t("path",{attrs:{d:"M151.931 192.324a2.222 2.222 0 1 1-4.444 0 2.222 2.222 0 0 1 4.444 0zM225.27 116.056a2.222 2.222 0 1 1-4.445 0 2.222 2.222 0 0 1 4.444 0zM216.38 151.08a2.223 2.223 0 1 1-4.446-.001 2.223 2.223 0 0 1 4.446 0zM176.917 107.636a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM195.291 92.165a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM202.058 180.711a2.223 2.223 0 1 1-4.446 0 2.223 2.223 0 0 1 4.446 0z",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{stroke:"#FFF",strokeWidth:"2",d:"M214.404 153.302l-1.912 20.184-10.928 5.99M173.661 174.792l-6.356 9.814h-11.36l-4.508 6.484M174.941 125.168v-15.804M220.824 117.25l-12.84 7.901-15.31-7.902V94.39"}}),t("path",{attrs:{d:"M166.588 65.936h-3.951a4.756 4.756 0 0 1-4.743-4.742 4.756 4.756 0 0 1 4.743-4.743h3.951a4.756 4.756 0 0 1 4.743 4.743 4.756 4.756 0 0 1-4.743 4.742",fill:"#FFF"}}),t("path",{attrs:{d:"M174.823 30.03c0-16.281 13.198-29.48 29.48-29.48 16.28 0 29.48 13.199 29.48 29.48 0 16.28-13.2 29.48-29.48 29.48-16.282 0-29.48-13.2-29.48-29.48",fill:"#1890FF"}}),t("path",{attrs:{d:"M205.952 38.387c.5.5.785 1.142.785 1.928s-.286 1.465-.785 1.964c-.572.5-1.214.75-2 .75-.785 0-1.429-.285-1.929-.785-.572-.5-.82-1.143-.82-1.929s.248-1.428.82-1.928c.5-.5 1.144-.75 1.93-.75.785 0 1.462.25 1.999.75m4.285-19.463c1.428 1.249 2.143 2.963 2.143 5.142 0 1.712-.427 3.13-1.219 4.25-.067.096-.137.18-.218.265-.416.429-1.41 1.346-2.956 2.699a5.07 5.07 0 0 0-1.428 1.75 5.207 5.207 0 0 0-.536 2.357v.5h-4.107v-.5c0-1.357.215-2.536.714-3.5.464-.964 1.857-2.464 4.178-4.536l.43-.5c.643-.785.964-1.643.964-2.535 0-1.18-.358-2.108-1-2.785-.678-.68-1.643-1.001-2.858-1.001-1.536 0-2.642.464-3.357 1.43-.37.5-.621 1.135-.76 1.904a1.999 1.999 0 0 1-1.971 1.63h-.004c-1.277 0-2.257-1.183-1.98-2.43.337-1.518 1.02-2.78 2.073-3.784 1.536-1.5 3.607-2.25 6.25-2.25 2.32 0 4.214.607 5.642 1.894",fill:"#FFF"}}),t("path",{attrs:{d:"M52.04 76.131s21.81 5.36 27.307 15.945c5.575 10.74-6.352 9.26-15.73 4.935-10.86-5.008-24.7-11.822-11.577-20.88",fill:"#FFB594"}}),t("path",{attrs:{d:"M90.483 67.504l-.449 2.893c-.753.49-4.748-2.663-4.748-2.663l-1.645.748-1.346-5.684s6.815-4.589 8.917-5.018c2.452-.501 9.884.94 10.7 2.278 0 0 1.32.486-2.227.69-3.548.203-5.043.447-6.79 3.132-1.747 2.686-2.412 3.624-2.412 3.624",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M128.055 111.367c-2.627-7.724-6.15-13.18-8.917-15.478-3.5-2.906-9.34-2.225-11.366-4.187-1.27-1.231-3.215-1.197-3.215-1.197s-14.98-3.158-16.828-3.479c-2.37-.41-2.124-.714-6.054-1.405-1.57-1.907-2.917-1.122-2.917-1.122l-7.11-1.383c-.853-1.472-2.423-1.023-2.423-1.023l-2.468-.897c-1.645 9.976-7.74 13.796-7.74 13.796 1.795 1.122 15.703 8.3 15.703 8.3l5.107 37.11s-3.321 5.694 1.346 9.109c0 0 19.883-3.743 34.921-.329 0 0 3.047-2.546.972-8.806.523-3.01 1.394-8.263 1.736-11.622.385.772 2.019 1.918 3.14 3.477 0 0 9.407-7.365 11.052-14.012-.832-.723-1.598-1.585-2.267-2.453-.567-.736-.358-2.056-.765-2.717-.669-1.084-1.804-1.378-1.907-1.682",fill:"#FFF"}}),t("path",{attrs:{d:"M101.09 289.998s4.295 2.041 7.354 1.021c2.821-.94 4.53.668 7.08 1.178 2.55.51 6.874 1.1 11.686-1.26-.103-5.51-6.889-3.98-11.96-6.713-2.563-1.38-3.784-4.722-3.598-8.799h-9.402s-1.392 10.52-1.16 14.573",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M101.067 289.826s2.428 1.271 6.759.653c3.058-.437 3.712.481 7.423 1.031 3.712.55 10.724-.069 11.823-.894.413 1.1-.343 2.063-.343 2.063s-1.512.603-4.812.824c-2.03.136-5.8.291-7.607-.503-1.787-1.375-5.247-1.903-5.728-.241-3.918.95-7.355-.286-7.355-.286l-.16-2.647z",fill:"#2B0849"}}),t("path",{attrs:{d:"M108.341 276.044h3.094s-.103 6.702 4.536 8.558c-4.64.618-8.558-2.303-7.63-8.558",fill:"#A4AABA"}}),t("path",{attrs:{d:"M57.542 272.401s-2.107 7.416-4.485 12.306c-1.798 3.695-4.225 7.492 5.465 7.492 6.648 0 8.953-.48 7.423-6.599-1.53-6.12.266-13.199.266-13.199h-8.669z",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M51.476 289.793s2.097 1.169 6.633 1.169c6.083 0 8.249-1.65 8.249-1.65s.602 1.114-.619 2.165c-.993.855-3.597 1.591-7.39 1.546-4.145-.048-5.832-.566-6.736-1.168-.825-.55-.687-1.58-.137-2.062",fill:"#2B0849"}}),t("path",{attrs:{d:"M58.419 274.304s.033 1.519-.314 2.93c-.349 1.42-1.078 3.104-1.13 4.139-.058 1.151 4.537 1.58 5.155.034.62-1.547 1.294-6.427 1.913-7.252.619-.825-4.903-2.119-5.624.15",fill:"#A4AABA"}}),t("path",{attrs:{d:"M99.66 278.514l13.378.092s1.298-54.52 1.853-64.403c.554-9.882 3.776-43.364 1.002-63.128l-12.547-.644-22.849.78s-.434 3.966-1.195 9.976c-.063.496-.682.843-.749 1.365-.075.585.423 1.354.32 1.966-2.364 14.08-6.377 33.104-8.744 46.677-.116.666-1.234 1.009-1.458 2.691-.04.302.211 1.525.112 1.795-6.873 18.744-10.949 47.842-14.277 61.885l14.607-.014s2.197-8.57 4.03-16.97c2.811-12.886 23.111-85.01 23.111-85.01l3.016-.521 1.043 46.35s-.224 1.234.337 2.02c.56.785-.56 1.123-.392 2.244l.392 1.794s-.449 7.178-.898 11.89c-.448 4.71-.092 39.165-.092 39.165",fill:"#7BB2F9"}}),t("path",{attrs:{d:"M76.085 221.626c1.153.094 4.038-2.019 6.955-4.935M106.36 225.142s2.774-1.11 6.103-3.883",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M107.275 222.1s2.773-1.11 6.102-3.884",stroke:"#648BD8",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M74.74 224.767s2.622-.591 6.505-3.365M86.03 151.634c-.27 3.106.3 8.525-4.336 9.123M103.625 149.88s.11 14.012-1.293 15.065c-2.219 1.664-2.99 1.944-2.99 1.944M99.79 150.438s.035 12.88-1.196 24.377M93.673 175.911s7.212-1.664 9.431-1.664M74.31 205.861a212.013 212.013 0 0 1-.979 4.56s-1.458 1.832-1.009 3.776c.449 1.944-.947 2.045-4.985 15.355-1.696 5.59-4.49 18.591-6.348 27.597l-.231 1.12M75.689 197.807a320.934 320.934 0 0 1-.882 4.754M82.591 152.233L81.395 162.7s-1.097.15-.5 2.244c.113 1.346-2.674 15.775-5.18 30.43M56.12 274.418h13.31",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M116.241 148.22s-17.047-3.104-35.893.2c.158 2.514-.003 4.15-.003 4.15s14.687-2.818 35.67-.312c.252-2.355.226-4.038.226-4.038",fill:"#192064"}}),t("path",{attrs:{d:"M106.322 151.165l.003-4.911a.81.81 0 0 0-.778-.815c-2.44-.091-5.066-.108-7.836-.014a.818.818 0 0 0-.789.815l-.003 4.906a.81.81 0 0 0 .831.813c2.385-.06 4.973-.064 7.73.017a.815.815 0 0 0 .842-.81",fill:"#FFF"}}),t("path",{attrs:{d:"M105.207 150.233l.002-3.076a.642.642 0 0 0-.619-.646 94.321 94.321 0 0 0-5.866-.01.65.65 0 0 0-.63.647v3.072a.64.64 0 0 0 .654.644 121.12 121.12 0 0 1 5.794.011c.362.01.665-.28.665-.642",fill:"#192064"}}),t("path",{attrs:{d:"M100.263 275.415h12.338M101.436 270.53c.006 3.387.042 5.79.111 6.506M101.451 264.548a915.75 915.75 0 0 0-.015 4.337M100.986 174.965l.898 44.642s.673 1.57-.225 2.692c-.897 1.122 2.468.673.898 2.243-1.57 1.57.897 1.122 0 3.365-.596 1.489-.994 21.1-1.096 35.146",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M46.876 83.427s-.516 6.045 7.223 5.552c11.2-.712 9.218-9.345 31.54-21.655-.786-2.708-2.447-4.744-2.447-4.744s-11.068 3.11-22.584 8.046c-6.766 2.9-13.395 6.352-13.732 12.801M104.46 91.057l.941-5.372-8.884-11.43-5.037 5.372-1.74 7.834a.321.321 0 0 0 .108.32c.965.8 6.5 5.013 14.347 3.544a.332.332 0 0 0 .264-.268",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M93.942 79.387s-4.533-2.853-2.432-6.855c1.623-3.09 4.513 1.133 4.513 1.133s.52-3.642 3.121-3.642c.52-1.04 1.561-4.162 1.561-4.162s11.445 2.601 13.526 3.121c0 5.203-2.304 19.424-7.84 19.861-8.892.703-12.449-9.456-12.449-9.456",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M113.874 73.446c2.601-2.081 3.47-9.722 3.47-9.722s-2.479-.49-6.64-2.05c-4.683-2.081-12.798-4.747-17.48.976-9.668 3.223-2.05 19.823-2.05 19.823l2.713-3.021s-3.935-3.287-2.08-6.243c2.17-3.462 3.92 1.073 3.92 1.073s.637-2.387 3.581-3.342c.355-.71 1.036-2.674 1.432-3.85a1.073 1.073 0 0 1 1.263-.704c2.4.558 8.677 2.019 11.356 2.662.522.125.871.615.82 1.15l-.305 3.248z",fill:"#520038"}}),t("path",{attrs:{d:"M104.977 76.064c-.103.61-.582 1.038-1.07.956-.489-.083-.801-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.644.698 1.254M112.132 77.694c-.103.61-.582 1.038-1.07.956-.488-.083-.8-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.643.698 1.254",fill:"#552950"}}),t("path",{attrs:{stroke:"#DB836E",strokeWidth:"1.118",strokeLinecap:"round",strokeLinejoin:"round",d:"M110.13 74.84l-.896 1.61-.298 4.357h-2.228"}}),t("path",{attrs:{d:"M110.846 74.481s1.79-.716 2.506.537",stroke:"#5C2552",strokeWidth:"1.118",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M92.386 74.282s.477-1.114 1.113-.716c.637.398 1.274 1.433.558 1.99-.717.556.159 1.67.159 1.67",stroke:"#DB836E",strokeWidth:"1.118",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M103.287 72.93s1.83 1.113 4.137.954",stroke:"#5C2552",strokeWidth:"1.118",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M103.685 81.762s2.227 1.193 4.376 1.193M104.64 84.308s.954.398 1.511.318M94.693 81.205s2.308 7.4 10.424 7.639",stroke:"#DB836E",strokeWidth:"1.118",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M81.45 89.384s.45 5.647-4.935 12.787M69 82.654s-.726 9.282-8.204 14.206",stroke:"#E4EBF7",strokeWidth:"1.101",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M129.405 122.865s-5.272 7.403-9.422 10.768",stroke:"#E4EBF7",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M119.306 107.329s.452 4.366-2.127 32.062",stroke:"#E4EBF7",strokeWidth:"1.101",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M150.028 151.232h-49.837a1.01 1.01 0 0 1-1.01-1.01v-31.688c0-.557.452-1.01 1.01-1.01h49.837c.558 0 1.01.453 1.01 1.01v31.688a1.01 1.01 0 0 1-1.01 1.01",fill:"#F2D7AD"}}),t("path",{attrs:{d:"M150.29 151.232h-19.863v-33.707h20.784v32.786a.92.92 0 0 1-.92.92",fill:"#F4D19D"}}),t("path",{attrs:{d:"M123.554 127.896H92.917a.518.518 0 0 1-.425-.816l6.38-9.113c.193-.277.51-.442.85-.442h31.092l-7.26 10.371z",fill:"#F2D7AD"}}),t("path",{attrs:{fill:"#CC9B6E",d:"M123.689 128.447H99.25v-.519h24.169l7.183-10.26.424.298z"}}),t("path",{attrs:{d:"M158.298 127.896h-18.669a2.073 2.073 0 0 1-1.659-.83l-7.156-9.541h19.965c.49 0 .95.23 1.244.622l6.69 8.92a.519.519 0 0 1-.415.83",fill:"#F4D19D"}}),t("path",{attrs:{fill:"#CC9B6E",d:"M157.847 128.479h-19.384l-7.857-10.475.415-.31 7.7 10.266h19.126zM130.554 150.685l-.032-8.177.519-.002.032 8.177z"}}),t("path",{attrs:{fill:"#CC9B6E",d:"M130.511 139.783l-.08-21.414.519-.002.08 21.414zM111.876 140.932l-.498-.143 1.479-5.167.498.143zM108.437 141.06l-2.679-2.935 2.665-3.434.41.318-2.397 3.089 2.384 2.612zM116.607 141.06l-.383-.35 2.383-2.612-2.397-3.089.41-.318 2.665 3.434z"}}),t("path",{attrs:{d:"M154.316 131.892l-3.114-1.96.038 3.514-1.043.092c-1.682.115-3.634.23-4.789.23-1.902 0-2.693 2.258 2.23 2.648l-2.645-.596s-2.168 1.317.504 2.3c0 0-1.58 1.217.561 2.58-.584 3.504 5.247 4.058 7.122 3.59 1.876-.47 4.233-2.359 4.487-5.16.28-3.085-.89-5.432-3.35-7.238",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M153.686 133.577s-6.522.47-8.36.372c-1.836-.098-1.904 2.19 2.359 2.264 3.739.15 5.451-.044 5.451-.044",stroke:"#DB836E",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M145.16 135.877c-1.85 1.346.561 2.355.561 2.355s3.478.898 6.73.617",stroke:"#DB836E",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M151.89 141.71s-6.28.111-6.73-2.132c-.223-1.346.45-1.402.45-1.402M146.114 140.868s-1.103 3.16 5.44 3.533M151.202 129.932v3.477M52.838 89.286c3.533-.337 8.423-1.248 13.582-7.754",stroke:"#DB836E",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M168.567 248.318a6.647 6.647 0 0 1-6.647-6.647v-66.466a6.647 6.647 0 1 1 13.294 0v66.466a6.647 6.647 0 0 1-6.647 6.647",fill:"#5BA02E"}}),t("path",{attrs:{d:"M176.543 247.653a6.647 6.647 0 0 1-6.646-6.647v-33.232a6.647 6.647 0 1 1 13.293 0v33.232a6.647 6.647 0 0 1-6.647 6.647",fill:"#92C110"}}),t("path",{attrs:{d:"M186.443 293.613H158.92a3.187 3.187 0 0 1-3.187-3.187v-46.134a3.187 3.187 0 0 1 3.187-3.187h27.524a3.187 3.187 0 0 1 3.187 3.187v46.134a3.187 3.187 0 0 1-3.187 3.187",fill:"#F2D7AD"}}),t("path",{attrs:{d:"M88.979 89.48s7.776 5.384 16.6 2.842",stroke:"#E4EBF7",strokeWidth:"1.101",strokeLinecap:"round",strokeLinejoin:"round"}})])])}},l=c,u={functional:!0,render:function(){var t=arguments[0];return t("svg",{attrs:{width:"254",height:"294"}},[t("defs",[t("path",{attrs:{d:"M0 .335h253.49v253.49H0z"}}),t("path",{attrs:{d:"M0 293.665h253.49V.401H0z"}})]),t("g",{attrs:{fill:"none",fillRule:"evenodd"}},[t("g",{attrs:{transform:"translate(0 .067)"}},[t("mask",{attrs:{fill:"#fff"}}),t("path",{attrs:{d:"M0 128.134v-2.11C0 56.608 56.273.334 125.69.334h2.11c69.416 0 125.69 56.274 125.69 125.69v2.11c0 69.417-56.274 125.69-125.69 125.69h-2.11C56.273 253.824 0 197.551 0 128.134",fill:"#E4EBF7",mask:"url(#b)"}})]),t("path",{attrs:{d:"M39.989 132.108a8.332 8.332 0 1 1-16.581-1.671 8.332 8.332 0 0 1 16.58 1.671",fill:"#FFF"}}),t("path",{attrs:{d:"M37.19 135.59l10.553 5.983M48.665 147.884l-12.734 10.861",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{d:"M40.11 160.816a5.706 5.706 0 1 1-11.354-1.145 5.706 5.706 0 0 1 11.354 1.145M57.943 144.6a5.747 5.747 0 1 1-11.436-1.152 5.747 5.747 0 0 1 11.436 1.153M99.656 27.434l30.024-.013a4.619 4.619 0 1 0-.004-9.238l-30.024.013a4.62 4.62 0 0 0 .004 9.238M111.14 45.896l30.023-.013a4.62 4.62 0 1 0-.004-9.238l-30.024.013a4.619 4.619 0 1 0 .004 9.238",fill:"#FFF"}}),t("path",{attrs:{d:"M113.53 27.421v-.002l15.89-.007a4.619 4.619 0 1 0 .005 9.238l-15.892.007v-.002a4.618 4.618 0 0 0-.004-9.234M150.167 70.091h-3.979a4.789 4.789 0 0 1-4.774-4.775 4.788 4.788 0 0 1 4.774-4.774h3.979a4.789 4.789 0 0 1 4.775 4.774 4.789 4.789 0 0 1-4.775 4.775",fill:"#FFF"}}),t("path",{attrs:{d:"M171.687 30.234c0-16.392 13.289-29.68 29.681-29.68 16.392 0 29.68 13.288 29.68 29.68 0 16.393-13.288 29.681-29.68 29.681s-29.68-13.288-29.68-29.68",fill:"#FF603B"}}),t("path",{attrs:{d:"M203.557 19.435l-.676 15.035a1.514 1.514 0 0 1-3.026 0l-.675-15.035a2.19 2.19 0 1 1 4.377 0m-.264 19.378c.513.477.77 1.1.77 1.87s-.257 1.393-.77 1.907c-.55.476-1.21.733-1.943.733a2.545 2.545 0 0 1-1.87-.77c-.55-.514-.806-1.136-.806-1.87 0-.77.256-1.393.806-1.87.513-.513 1.137-.733 1.87-.733.77 0 1.43.22 1.943.733",fill:"#FFF"}}),t("path",{attrs:{d:"M119.3 133.275c4.426-.598 3.612-1.204 4.079-4.778.675-5.18-3.108-16.935-8.262-25.118-1.088-10.72-12.598-11.24-12.598-11.24s4.312 4.895 4.196 16.199c1.398 5.243.804 14.45.804 14.45s5.255 11.369 11.78 10.487",fill:"#FFB594"}}),t("path",{attrs:{d:"M100.944 91.61s1.463-.583 3.211.582c8.08 1.398 10.368 6.706 11.3 11.368 1.864 1.282 1.864 2.33 1.864 3.496.365.777 1.515 3.03 1.515 3.03s-7.225 1.748-10.954 6.758c-1.399-6.41-6.936-25.235-6.936-25.235",fill:"#FFF"}}),t("path",{attrs:{d:"M94.008 90.5l1.019-5.815-9.23-11.874-5.233 5.581-2.593 9.863s8.39 5.128 16.037 2.246",fill:"#FFB594"}}),t("path",{attrs:{d:"M82.931 78.216s-4.557-2.868-2.445-6.892c1.632-3.107 4.537 1.139 4.537 1.139s.524-3.662 3.139-3.662c.523-1.046 1.569-4.184 1.569-4.184s11.507 2.615 13.6 3.138c-.001 5.23-2.317 19.529-7.884 19.969-8.94.706-12.516-9.508-12.516-9.508",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M102.971 72.243c2.616-2.093 3.489-9.775 3.489-9.775s-2.492-.492-6.676-2.062c-4.708-2.092-12.867-4.771-17.575.982-9.54 4.41-2.062 19.93-2.062 19.93l2.729-3.037s-3.956-3.304-2.092-6.277c2.183-3.48 3.943 1.08 3.943 1.08s.64-2.4 3.6-3.36c.356-.714 1.04-2.69 1.44-3.872a1.08 1.08 0 0 1 1.27-.707c2.41.56 8.723 2.03 11.417 2.676.524.126.876.619.825 1.156l-.308 3.266z",fill:"#520038"}}),t("path",{attrs:{d:"M101.22 76.514c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.961.491.083.805.647.702 1.26M94.26 75.074c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.96.491.082.805.646.702 1.26",fill:"#552950"}}),t("path",{attrs:{stroke:"#DB836E",strokeWidth:"1.063",strokeLinecap:"round",strokeLinejoin:"round",d:"M99.206 73.644l-.9 1.62-.3 4.38h-2.24"}}),t("path",{attrs:{d:"M99.926 73.284s1.8-.72 2.52.54",stroke:"#5C2552",strokeWidth:"1.117",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M81.367 73.084s.48-1.12 1.12-.72c.64.4 1.28 1.44.56 2s.16 1.68.16 1.68",stroke:"#DB836E",strokeWidth:"1.117",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M92.326 71.724s1.84 1.12 4.16.96",stroke:"#5C2552",strokeWidth:"1.117",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M92.726 80.604s2.24 1.2 4.4 1.2M93.686 83.164s.96.4 1.52.32M83.687 80.044s1.786 6.547 9.262 7.954",stroke:"#DB836E",strokeWidth:"1.063",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M95.548 91.663s-1.068 2.821-8.298 2.105c-7.23-.717-10.29-5.044-10.29-5.044",stroke:"#E4EBF7",strokeWidth:"1.136",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M78.126 87.478s6.526 4.972 16.47 2.486c0 0 9.577 1.02 11.536 5.322 5.36 11.77.543 36.835 0 39.962 3.496 4.055-.466 8.483-.466 8.483-15.624-3.548-35.81-.6-35.81-.6-4.849-3.546-1.223-9.044-1.223-9.044L62.38 110.32c-2.485-15.227.833-19.803 3.549-20.743 3.03-1.049 8.04-1.282 8.04-1.282.496-.058 1.08-.076 1.37-.233 2.36-1.282 2.787-.583 2.787-.583",fill:"#FFF"}}),t("path",{attrs:{d:"M65.828 89.81s-6.875.465-7.59 8.156c-.466 8.857 3.03 10.954 3.03 10.954s6.075 22.102 16.796 22.957c8.39-2.176 4.758-6.702 4.661-11.42-.233-11.304-7.108-16.897-7.108-16.897s-4.212-13.75-9.789-13.75",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M71.716 124.225s.855 11.264 9.828 6.486c4.765-2.536 7.581-13.828 9.789-22.568 1.456-5.768 2.58-12.197 2.58-12.197l-4.973-1.709s-2.408 5.516-7.769 12.275c-4.335 5.467-9.144 11.11-9.455 17.713",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M108.463 105.191s1.747 2.724-2.331 30.535c2.376 2.216 1.053 6.012-.233 7.51",stroke:"#E4EBF7",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M123.262 131.527s-.427 2.732-11.77 1.981c-15.187-1.006-25.326-3.25-25.326-3.25l.933-5.8s.723.215 9.71-.068c11.887-.373 18.714-6.07 24.964-1.022 4.039 3.263 1.489 8.16 1.489 8.16",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M70.24 90.974s-5.593-4.739-11.054 2.68c-3.318 7.223.517 15.284 2.664 19.578-.31 3.729 2.33 4.311 2.33 4.311s.108.895 1.516 2.68c4.078-7.03 6.72-9.166 13.711-12.546-.328-.656-1.877-3.265-1.825-3.767.175-1.69-1.282-2.623-1.282-2.623s-.286-.156-1.165-2.738c-.788-2.313-2.036-5.177-4.895-7.575",fill:"#FFF"}}),t("path",{attrs:{d:"M90.232 288.027s4.855 2.308 8.313 1.155c3.188-1.063 5.12.755 8.002 1.331 2.881.577 7.769 1.243 13.207-1.424-.117-6.228-7.786-4.499-13.518-7.588-2.895-1.56-4.276-5.336-4.066-9.944H91.544s-1.573 11.89-1.312 16.47",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M90.207 287.833s2.745 1.437 7.639.738c3.456-.494 3.223.66 7.418 1.282 4.195.621 13.092-.194 14.334-1.126.466 1.242-.388 2.33-.388 2.33s-1.709.682-5.438.932c-2.295.154-8.098.276-10.14-.621-2.02-1.554-4.894-1.515-6.06-.234-4.427 1.075-7.184-.31-7.184-.31l-.181-2.991z",fill:"#2B0849"}}),t("path",{attrs:{d:"M98.429 272.257h3.496s-.117 7.574 5.127 9.671c-5.244.7-9.672-2.602-8.623-9.671",fill:"#A4AABA"}}),t("path",{attrs:{d:"M44.425 272.046s-2.208 7.774-4.702 12.899c-1.884 3.874-4.428 7.854 5.729 7.854 6.97 0 9.385-.503 7.782-6.917-1.604-6.415.279-13.836.279-13.836h-9.088z",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M38.066 290.277s2.198 1.225 6.954 1.225c6.376 0 8.646-1.73 8.646-1.73s.63 1.168-.649 2.27c-1.04.897-3.77 1.668-7.745 1.621-4.347-.05-6.115-.593-7.062-1.224-.864-.577-.72-1.657-.144-2.162",fill:"#2B0849"}}),t("path",{attrs:{d:"M45.344 274.041s.035 1.592-.329 3.07c-.365 1.49-1.13 3.255-1.184 4.34-.061 1.206 4.755 1.657 5.403.036.65-1.622 1.357-6.737 2.006-7.602.648-.865-5.14-2.222-5.896.156",fill:"#A4AABA"}}),t("path",{attrs:{d:"M89.476 277.57l13.899.095s1.349-56.643 1.925-66.909c.576-10.267 3.923-45.052 1.042-65.585l-13.037-.669-23.737.81s-.452 4.12-1.243 10.365c-.065.515-.708.874-.777 1.417-.078.608.439 1.407.332 2.044-2.455 14.627-5.797 32.736-8.256 46.837-.121.693-1.282 1.048-1.515 2.796-.042.314.22 1.584.116 1.865-7.14 19.473-12.202 52.601-15.66 67.19l15.176-.015s2.282-10.145 4.185-18.871c2.922-13.389 24.012-88.32 24.012-88.32l3.133-.954-.158 48.568s-.233 1.282.35 2.098c.583.815-.581 1.167-.408 2.331l.408 1.864s-.466 7.458-.932 12.352c-.467 4.895 1.145 40.69 1.145 40.69",fill:"#7BB2F9"}}),t("path",{attrs:{d:"M64.57 218.881c1.197.099 4.195-2.097 7.225-5.127M96.024 222.534s2.881-1.152 6.34-4.034",stroke:"#648BD8",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M96.973 219.373s2.882-1.153 6.34-4.034",stroke:"#648BD8",strokeWidth:"1.032",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M63.172 222.144s2.724-.614 6.759-3.496M74.903 146.166c-.281 3.226.31 8.856-4.506 9.478M93.182 144.344s.115 14.557-1.344 15.65c-2.305 1.73-3.107 2.02-3.107 2.02M89.197 144.923s.269 13.144-1.01 25.088M83.525 170.71s6.81-1.051 9.116-1.051M46.026 270.045l-.892 4.538M46.937 263.289l-.815 4.157M62.725 202.503c-.33 1.618-.102 1.904-.449 3.438 0 0-2.756 1.903-2.29 3.923.466 2.02-.31 3.424-4.505 17.252-1.762 5.807-4.233 18.922-6.165 28.278-.03.144-.521 2.646-1.14 5.8M64.158 194.136c-.295 1.658-.6 3.31-.917 4.938M71.33 146.787l-1.244 10.877s-1.14.155-.519 2.33c.117 1.399-2.778 16.39-5.382 31.615M44.242 273.727H58.07",stroke:"#648BD8",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M106.18 142.117c-3.028-.489-18.825-2.744-36.219.2a.625.625 0 0 0-.518.644c.063 1.307.044 2.343.015 2.995a.617.617 0 0 0 .716.636c3.303-.534 17.037-2.412 35.664-.266.347.04.66-.214.692-.56.124-1.347.16-2.425.17-3.029a.616.616 0 0 0-.52-.62",fill:"#192064"}}),t("path",{attrs:{d:"M96.398 145.264l.003-5.102a.843.843 0 0 0-.809-.847 114.104 114.104 0 0 0-8.141-.014.85.85 0 0 0-.82.847l-.003 5.097c0 .476.388.857.864.845 2.478-.064 5.166-.067 8.03.017a.848.848 0 0 0 .876-.843",fill:"#FFF"}}),t("path",{attrs:{d:"M95.239 144.296l.002-3.195a.667.667 0 0 0-.643-.672c-1.9-.061-3.941-.073-6.094-.01a.675.675 0 0 0-.654.672l-.002 3.192c0 .376.305.677.68.669 1.859-.042 3.874-.043 6.02.012.376.01.69-.291.691-.668",fill:"#192064"}}),t("path",{attrs:{d:"M90.102 273.522h12.819M91.216 269.761c.006 3.519-.072 5.55 0 6.292M90.923 263.474c-.009 1.599-.016 2.558-.016 4.505M90.44 170.404l.932 46.38s.7 1.631-.233 2.796c-.932 1.166 2.564.7.932 2.33-1.63 1.633.933 1.166 0 3.497-.618 1.546-1.031 21.921-1.138 36.513",stroke:"#648BD8",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M73.736 98.665l2.214 4.312s2.098.816 1.865 2.68l.816 2.214M64.297 116.611c.233-.932 2.176-7.147 12.585-10.488M77.598 90.042s7.691 6.137 16.547 2.72",stroke:"#E4EBF7",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M91.974 86.954s5.476-.816 7.574-4.545c1.297-.345.72 2.212-.33 3.671-.7.971-1.01 1.554-1.01 1.554s.194.31.155.816c-.053.697-.175.653-.272 1.048-.081.335.108.657 0 1.049-.046.17-.198.5-.382.878-.12.249-.072.687-.2.948-.231.469-1.562 1.87-2.622 2.855-3.826 3.554-5.018 1.644-6.001-.408-.894-1.865-.661-5.127-.874-6.875-.35-2.914-2.622-3.03-1.923-4.429.343-.685 2.87.69 3.263 1.748.757 2.04 2.952 1.807 2.622 1.69",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M99.8 82.429c-.465.077-.35.272-.97 1.243-.622.971-4.817 2.932-6.39 3.224-2.589.48-2.278-1.56-4.254-2.855-1.69-1.107-3.562-.638-1.398 1.398.99.932.932 1.107 1.398 3.205.335 1.506-.64 3.67.7 5.593",stroke:"#DB836E",strokeWidth:".774",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M79.543 108.673c-2.1 2.926-4.266 6.175-5.557 8.762",stroke:"#E59788",strokeWidth:".774",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M87.72 124.768s-2.098-1.942-5.127-2.719c-3.03-.777-3.574-.155-5.516.078-1.942.233-3.885-.932-3.652.7.233 1.63 5.05 1.01 5.206 2.097.155 1.087-6.37 2.796-8.313 2.175-.777.777.466 1.864 2.02 2.175.233 1.554 2.253 1.554 2.253 1.554s.699 1.01 2.641 1.088c2.486 1.32 8.934-.7 10.954-1.554 2.02-.855-.466-5.594-.466-5.594",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M73.425 122.826s.66 1.127 3.167 1.418c2.315.27 2.563.583 2.563.583s-2.545 2.894-9.07 2.272M72.416 129.274s3.826.097 4.933-.718M74.98 130.75s1.961.136 3.36-.505M77.232 131.916s1.748.019 2.914-.505M73.328 122.321s-.595-1.032 1.262-.427c1.671.544 2.833.055 5.128.155 1.389.061 3.067-.297 3.982.15 1.606.784 3.632 2.181 3.632 2.181s10.526 1.204 19.033-1.127M78.864 108.104s-8.39 2.758-13.168 12.12",stroke:"#E59788",strokeWidth:".774",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M109.278 112.533s3.38-3.613 7.575-4.662",stroke:"#E4EBF7",strokeWidth:"1.085",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M107.375 123.006s9.697-2.745 11.445-.88",stroke:"#E59788",strokeWidth:".774",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M194.605 83.656l3.971-3.886M187.166 90.933l3.736-3.655M191.752 84.207l-4.462-4.56M198.453 91.057l-4.133-4.225M129.256 163.074l3.718-3.718M122.291 170.039l3.498-3.498M126.561 163.626l-4.27-4.27M132.975 170.039l-3.955-3.955",stroke:"#BFCDDD",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M190.156 211.779h-1.604a4.023 4.023 0 0 1-4.011-4.011V175.68a4.023 4.023 0 0 1 4.01-4.01h1.605a4.023 4.023 0 0 1 4.011 4.01v32.088a4.023 4.023 0 0 1-4.01 4.01",fill:"#A3B4C6"}}),t("path",{attrs:{d:"M237.824 212.977a4.813 4.813 0 0 1-4.813 4.813h-86.636a4.813 4.813 0 0 1 0-9.626h86.636a4.813 4.813 0 0 1 4.813 4.813",fill:"#A3B4C6"}}),t("mask",{attrs:{fill:"#fff"}}),t("path",{attrs:{fill:"#A3B4C6",mask:"url(#d)",d:"M154.098 190.096h70.513v-84.617h-70.513z"}}),t("path",{attrs:{d:"M224.928 190.096H153.78a3.219 3.219 0 0 1-3.208-3.209V167.92a3.219 3.219 0 0 1 3.208-3.21h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.219 3.219 0 0 1-3.21 3.209M224.928 130.832H153.78a3.218 3.218 0 0 1-3.208-3.208v-18.968a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.218 3.218 0 0 1-3.21 3.208",fill:"#BFCDDD",mask:"url(#d)"}}),t("path",{attrs:{d:"M159.563 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 120.546h-22.461a.802.802 0 0 1-.802-.802v-3.208c0-.443.359-.803.802-.803h22.46c.444 0 .803.36.803.803v3.208c0 .443-.36.802-.802.802",fill:"#FFF",mask:"url(#d)"}}),t("path",{attrs:{d:"M224.928 160.464H153.78a3.218 3.218 0 0 1-3.208-3.209v-18.967a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.209v18.967a3.218 3.218 0 0 1-3.21 3.209",fill:"#BFCDDD",mask:"url(#d)"}}),t("path",{attrs:{d:"M173.455 130.832h49.301M164.984 130.832h6.089M155.952 130.832h6.75M173.837 160.613h49.3M165.365 160.613h6.089M155.57 160.613h6.751",stroke:"#7C90A5",strokeWidth:"1.124",strokeLinecap:"round",strokeLinejoin:"round",mask:"url(#d)"}}),t("path",{attrs:{d:"M159.563 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M166.98 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M174.397 151.038a2.407 2.407 0 1 1 .001-4.814 2.407 2.407 0 0 1 0 4.814M222.539 151.038h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802M159.563 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 179.987h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802",fill:"#FFF",mask:"url(#d)"}}),t("path",{attrs:{d:"M203.04 221.108h-27.372a2.413 2.413 0 0 1-2.406-2.407v-11.448a2.414 2.414 0 0 1 2.406-2.407h27.372a2.414 2.414 0 0 1 2.407 2.407V218.7a2.413 2.413 0 0 1-2.407 2.407",fill:"#BFCDDD",mask:"url(#d)"}}),t("path",{attrs:{d:"M177.259 207.217v11.52M201.05 207.217v11.52",stroke:"#A3B4C6",strokeWidth:"1.124",strokeLinecap:"round",strokeLinejoin:"round",mask:"url(#d)"}}),t("path",{attrs:{d:"M162.873 267.894a9.422 9.422 0 0 1-9.422-9.422v-14.82a9.423 9.423 0 0 1 18.845 0v14.82a9.423 9.423 0 0 1-9.423 9.422",fill:"#5BA02E",mask:"url(#d)"}}),t("path",{attrs:{d:"M171.22 267.83a9.422 9.422 0 0 1-9.422-9.423v-3.438a9.423 9.423 0 0 1 18.845 0v3.438a9.423 9.423 0 0 1-9.422 9.423",fill:"#92C110",mask:"url(#d)"}}),t("path",{attrs:{d:"M181.31 293.666h-27.712a3.209 3.209 0 0 1-3.209-3.21V269.79a3.209 3.209 0 0 1 3.209-3.21h27.711a3.209 3.209 0 0 1 3.209 3.21v20.668a3.209 3.209 0 0 1-3.209 3.209",fill:"#F2D7AD",mask:"url(#d)"}})])])}},h=u,f={functional:!0,render:function(){var t=arguments[0];return t("svg",{attrs:{width:"251",height:"294"}},[t("g",{attrs:{fill:"none",fillRule:"evenodd"}},[t("path",{attrs:{d:"M0 129.023v-2.084C0 58.364 55.591 2.774 124.165 2.774h2.085c68.574 0 124.165 55.59 124.165 124.165v2.084c0 68.575-55.59 124.166-124.165 124.166h-2.085C55.591 253.189 0 197.598 0 129.023",fill:"#E4EBF7"}}),t("path",{attrs:{d:"M41.417 132.92a8.231 8.231 0 1 1-16.38-1.65 8.231 8.231 0 0 1 16.38 1.65",fill:"#FFF"}}),t("path",{attrs:{d:"M38.652 136.36l10.425 5.91M49.989 148.505l-12.58 10.73",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{d:"M41.536 161.28a5.636 5.636 0 1 1-11.216-1.13 5.636 5.636 0 0 1 11.216 1.13M59.154 145.261a5.677 5.677 0 1 1-11.297-1.138 5.677 5.677 0 0 1 11.297 1.138M100.36 29.516l29.66-.013a4.562 4.562 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 0 0 .005 9.126M111.705 47.754l29.659-.013a4.563 4.563 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 1 0 .005 9.126",fill:"#FFF"}}),t("path",{attrs:{d:"M114.066 29.503V29.5l15.698-.007a4.563 4.563 0 1 0 .004 9.126l-15.698.007v-.002a4.562 4.562 0 0 0-.004-9.122M185.405 137.723c-.55 5.455-5.418 9.432-10.873 8.882-5.456-.55-9.432-5.418-8.882-10.873.55-5.455 5.418-9.432 10.873-8.882 5.455.55 9.432 5.418 8.882 10.873",fill:"#FFF"}}),t("path",{attrs:{d:"M180.17 143.772l12.572 7.129M193.841 158.42L178.67 171.36",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{d:"M185.55 171.926a6.798 6.798 0 1 1-13.528-1.363 6.798 6.798 0 0 1 13.527 1.363M204.12 155.285a6.848 6.848 0 1 1-13.627-1.375 6.848 6.848 0 0 1 13.626 1.375",fill:"#FFF"}}),t("path",{attrs:{d:"M152.988 194.074a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0zM225.931 118.217a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM217.09 153.051a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.42 0zM177.84 109.842a2.21 2.21 0 1 1-4.422 0 2.21 2.21 0 0 1 4.421 0zM196.114 94.454a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM202.844 182.523a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0z",stroke:"#FFF",strokeWidth:"2"}}),t("path",{attrs:{stroke:"#FFF",strokeWidth:"2",d:"M215.125 155.262l-1.902 20.075-10.87 5.958M174.601 176.636l-6.322 9.761H156.98l-4.484 6.449M175.874 127.28V111.56M221.51 119.404l-12.77 7.859-15.228-7.86V96.668"}}),t("path",{attrs:{d:"M180.68 29.32C180.68 13.128 193.806 0 210 0c16.193 0 29.32 13.127 29.32 29.32 0 16.194-13.127 29.322-29.32 29.322-16.193 0-29.32-13.128-29.32-29.321",fill:"#A26EF4"}}),t("path",{attrs:{d:"M221.45 41.706l-21.563-.125a1.744 1.744 0 0 1-1.734-1.754l.071-12.23a1.744 1.744 0 0 1 1.754-1.734l21.562.125c.964.006 1.74.791 1.735 1.755l-.071 12.229a1.744 1.744 0 0 1-1.754 1.734",fill:"#FFF"}}),t("path",{attrs:{d:"M215.106 29.192c-.015 2.577-2.049 4.654-4.543 4.64-2.494-.014-4.504-2.115-4.489-4.693l.04-6.925c.016-2.577 2.05-4.654 4.543-4.64 2.494.015 4.504 2.116 4.49 4.693l-.04 6.925zm-4.53-14.074a6.877 6.877 0 0 0-6.916 6.837l-.043 7.368a6.877 6.877 0 0 0 13.754.08l.042-7.368a6.878 6.878 0 0 0-6.837-6.917zM167.566 68.367h-3.93a4.73 4.73 0 0 1-4.717-4.717 4.73 4.73 0 0 1 4.717-4.717h3.93a4.73 4.73 0 0 1 4.717 4.717 4.73 4.73 0 0 1-4.717 4.717",fill:"#FFF"}}),t("path",{attrs:{d:"M168.214 248.838a6.611 6.611 0 0 1-6.61-6.611v-66.108a6.611 6.611 0 0 1 13.221 0v66.108a6.611 6.611 0 0 1-6.61 6.61",fill:"#5BA02E"}}),t("path",{attrs:{d:"M176.147 248.176a6.611 6.611 0 0 1-6.61-6.61v-33.054a6.611 6.611 0 1 1 13.221 0v33.053a6.611 6.611 0 0 1-6.61 6.611",fill:"#92C110"}}),t("path",{attrs:{d:"M185.994 293.89h-27.376a3.17 3.17 0 0 1-3.17-3.17v-45.887a3.17 3.17 0 0 1 3.17-3.17h27.376a3.17 3.17 0 0 1 3.17 3.17v45.886a3.17 3.17 0 0 1-3.17 3.17",fill:"#F2D7AD"}}),t("path",{attrs:{d:"M81.972 147.673s6.377-.927 17.566-1.28c11.729-.371 17.57 1.086 17.57 1.086s3.697-3.855.968-8.424c1.278-12.077 5.982-32.827.335-48.273-1.116-1.339-3.743-1.512-7.536-.62-1.337.315-7.147-.149-7.983-.1l-15.311-.347s-3.487-.17-8.035-.508c-1.512-.113-4.227-1.683-5.458-.338-.406.443-2.425 5.669-1.97 16.077l8.635 35.642s-3.141 3.61 1.219 7.085",fill:"#FFF"}}),t("path",{attrs:{d:"M75.768 73.325l-.9-6.397 11.982-6.52s7.302-.118 8.038 1.205c.737 1.324-5.616.993-5.616.993s-1.836 1.388-2.615 2.5c-1.654 2.363-.986 6.471-8.318 5.986-1.708.284-2.57 2.233-2.57 2.233",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M52.44 77.672s14.217 9.406 24.973 14.444c1.061.497-2.094 16.183-11.892 11.811-7.436-3.318-20.162-8.44-21.482-14.496-.71-3.258 2.543-7.643 8.401-11.76M141.862 80.113s-6.693 2.999-13.844 6.876c-3.894 2.11-10.137 4.704-12.33 7.988-6.224 9.314 3.536 11.22 12.947 7.503 6.71-2.651 28.999-12.127 13.227-22.367",fill:"#FFB594"}}),t("path",{attrs:{d:"M76.166 66.36l3.06 3.881s-2.783 2.67-6.31 5.747c-7.103 6.195-12.803 14.296-15.995 16.44-3.966 2.662-9.754 3.314-12.177-.118-3.553-5.032.464-14.628 31.422-25.95",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M64.674 85.116s-2.34 8.413-8.912 14.447c.652.548 18.586 10.51 22.144 10.056 5.238-.669 6.417-18.968 1.145-20.531-.702-.208-5.901-1.286-8.853-2.167-.87-.26-1.611-1.71-3.545-.936l-1.98-.869zM128.362 85.826s5.318 1.956 7.325 13.734c-.546.274-17.55 12.35-21.829 7.805-6.534-6.94-.766-17.393 4.275-18.61 4.646-1.121 5.03-1.37 10.23-2.929",fill:"#FFF"}}),t("path",{attrs:{d:"M78.18 94.656s.911 7.41-4.914 13.078",stroke:"#E4EBF7",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M87.397 94.68s3.124 2.572 10.263 2.572c7.14 0 9.074-3.437 9.074-3.437",stroke:"#E4EBF7",strokeWidth:".932",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M117.184 68.639l-6.781-6.177s-5.355-4.314-9.223-.893c-3.867 3.422 4.463 2.083 5.653 4.165 1.19 2.082.848 1.143-2.083.446-5.603-1.331-2.082.893 2.975 5.355 2.091 1.845 6.992.955 6.992.955l2.467-3.851z",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M105.282 91.315l-.297-10.937-15.918-.027-.53 10.45c-.026.403.17.788.515.999 2.049 1.251 9.387 5.093 15.799.424.287-.21.443-.554.431-.91",fill:"#FFB594"}}),t("path",{attrs:{d:"M107.573 74.24c.817-1.147.982-9.118 1.015-11.928a1.046 1.046 0 0 0-.965-1.055l-4.62-.365c-7.71-1.044-17.071.624-18.253 6.346-5.482 5.813-.421 13.244-.421 13.244s1.963 3.566 4.305 6.791c.756 1.041.398-3.731 3.04-5.929 5.524-4.594 15.899-7.103 15.899-7.103",fill:"#5C2552"}}),t("path",{attrs:{d:"M88.426 83.206s2.685 6.202 11.602 6.522c7.82.28 8.973-7.008 7.434-17.505l-.909-5.483c-6.118-2.897-15.478.54-15.478.54s-.576 2.044-.19 5.504c-2.276 2.066-1.824 5.618-1.824 5.618s-.905-1.922-1.98-2.321c-.86-.32-1.897.089-2.322 1.98-1.04 4.632 3.667 5.145 3.667 5.145",fill:"#FFC6A0"}}),t("path",{attrs:{stroke:"#DB836E",strokeWidth:"1.145",strokeLinecap:"round",strokeLinejoin:"round",d:"M100.843 77.099l1.701-.928-1.015-4.324.674-1.406"}}),t("path",{attrs:{d:"M105.546 74.092c-.022.713-.452 1.279-.96 1.263-.51-.016-.904-.607-.882-1.32.021-.713.452-1.278.96-1.263.51.016.904.607.882 1.32M97.592 74.349c-.022.713-.452 1.278-.961 1.263-.509-.016-.904-.607-.882-1.32.022-.713.452-1.279.961-1.263.51.016.904.606.882 1.32",fill:"#552950"}}),t("path",{attrs:{d:"M91.132 86.786s5.269 4.957 12.679 2.327",stroke:"#DB836E",strokeWidth:"1.145",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M99.776 81.903s-3.592.232-1.44-2.79c1.59-1.496 4.897-.46 4.897-.46s1.156 3.906-3.457 3.25",fill:"#DB836E"}}),t("path",{attrs:{d:"M102.88 70.6s2.483.84 3.402.715M93.883 71.975s2.492-1.144 4.778-1.073",stroke:"#5C2552",strokeWidth:"1.526",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M86.32 77.374s.961.879 1.458 2.106c-.377.48-1.033 1.152-.236 1.809M99.337 83.719s1.911.151 2.509-.254",stroke:"#DB836E",strokeWidth:"1.145",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M87.782 115.821l15.73-3.012M100.165 115.821l10.04-2.008",stroke:"#E4EBF7",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M66.508 86.763s-1.598 8.83-6.697 14.078",stroke:"#E4EBF7",strokeWidth:"1.114",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M128.31 87.934s3.013 4.121 4.06 11.785",stroke:"#E4EBF7",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M64.09 84.816s-6.03 9.912-13.607 9.903",stroke:"#DB836E",strokeWidth:".795",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M112.366 65.909l-.142 5.32s5.993 4.472 11.945 9.202c4.482 3.562 8.888 7.455 10.985 8.662 4.804 2.766 8.9 3.355 11.076 1.808 4.071-2.894 4.373-9.878-8.136-15.263-4.271-1.838-16.144-6.36-25.728-9.73",fill:"#FFC6A0"}}),t("path",{attrs:{d:"M130.532 85.488s4.588 5.757 11.619 6.214",stroke:"#DB836E",strokeWidth:".75",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M121.708 105.73s-.393 8.564-1.34 13.612",stroke:"#E4EBF7",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M115.784 161.512s-3.57-1.488-2.678-7.14",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M101.52 290.246s4.326 2.057 7.408 1.03c2.842-.948 4.564.673 7.132 1.186 2.57.514 6.925 1.108 11.772-1.269-.104-5.551-6.939-4.01-12.048-6.763-2.582-1.39-3.812-4.757-3.625-8.863h-9.471s-1.402 10.596-1.169 14.68",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M101.496 290.073s2.447 1.281 6.809.658c3.081-.44 3.74.485 7.479 1.039 3.739.554 10.802-.07 11.91-.9.415 1.108-.347 2.077-.347 2.077s-1.523.608-4.847.831c-2.045.137-5.843.293-7.663-.507-1.8-1.385-5.286-1.917-5.77-.243-3.947.958-7.41-.288-7.41-.288l-.16-2.667z",fill:"#2B0849"}}),t("path",{attrs:{d:"M108.824 276.19h3.116s-.103 6.751 4.57 8.62c-4.673.624-8.62-2.32-7.686-8.62",fill:"#A4AABA"}}),t("path",{attrs:{d:"M57.65 272.52s-2.122 7.47-4.518 12.396c-1.811 3.724-4.255 7.548 5.505 7.548 6.698 0 9.02-.483 7.479-6.648-1.541-6.164.268-13.296.268-13.296H57.65z",fill:"#CBD1D1"}}),t("path",{attrs:{d:"M51.54 290.04s2.111 1.178 6.682 1.178c6.128 0 8.31-1.662 8.31-1.662s.605 1.122-.624 2.18c-1 .862-3.624 1.603-7.444 1.559-4.177-.049-5.876-.57-6.786-1.177-.831-.554-.692-1.593-.138-2.078",fill:"#2B0849"}}),t("path",{attrs:{d:"M58.533 274.438s.034 1.529-.315 2.95c-.352 1.431-1.087 3.127-1.139 4.17-.058 1.16 4.57 1.592 5.194.035.623-1.559 1.303-6.475 1.927-7.306.622-.831-4.94-2.135-5.667.15",fill:"#A4AABA"}}),t("path",{attrs:{d:"M100.885 277.015l13.306.092s1.291-54.228 1.843-64.056c.552-9.828 3.756-43.13.997-62.788l-12.48-.64-22.725.776s-.433 3.944-1.19 9.921c-.062.493-.677.838-.744 1.358-.075.582.42 1.347.318 1.956-2.35 14.003-6.343 32.926-8.697 46.425-.116.663-1.227 1.004-1.45 2.677-.04.3.21 1.516.112 1.785-6.836 18.643-10.89 47.584-14.2 61.551l14.528-.014s2.185-8.524 4.008-16.878c2.796-12.817 22.987-84.553 22.987-84.553l3-.517 1.037 46.1s-.223 1.228.334 2.008c.558.782-.556 1.117-.39 2.233l.39 1.784s-.446 7.14-.892 11.826c-.446 4.685-.092 38.954-.092 38.954",fill:"#7BB2F9"}}),t("path",{attrs:{d:"M77.438 220.434c1.146.094 4.016-2.008 6.916-4.91M107.55 223.931s2.758-1.103 6.069-3.862",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M108.459 220.905s2.759-1.104 6.07-3.863",stroke:"#648BD8",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M76.099 223.557s2.608-.587 6.47-3.346M87.33 150.82c-.27 3.088.297 8.478-4.315 9.073M104.829 149.075s.11 13.936-1.286 14.983c-2.207 1.655-2.975 1.934-2.975 1.934M101.014 149.63s.035 12.81-1.19 24.245M94.93 174.965s7.174-1.655 9.38-1.655M75.671 204.754c-.316 1.55-.64 3.067-.973 4.535 0 0-1.45 1.822-1.003 3.756.446 1.934-.943 2.034-4.96 15.273-1.686 5.559-4.464 18.49-6.313 27.447-.078.38-4.018 18.06-4.093 18.423M77.043 196.743a313.269 313.269 0 0 1-.877 4.729M83.908 151.414l-1.19 10.413s-1.091.148-.496 2.23c.111 1.34-2.66 15.692-5.153 30.267M57.58 272.94h13.238",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}}),t("path",{attrs:{d:"M117.377 147.423s-16.955-3.087-35.7.199c.157 2.501-.002 4.128-.002 4.128s14.607-2.802 35.476-.31c.251-2.342.226-4.017.226-4.017",fill:"#192064"}}),t("path",{attrs:{d:"M107.511 150.353l.004-4.885a.807.807 0 0 0-.774-.81c-2.428-.092-5.04-.108-7.795-.014a.814.814 0 0 0-.784.81l-.003 4.88c0 .456.371.82.827.808a140.76 140.76 0 0 1 7.688.017.81.81 0 0 0 .837-.806",fill:"#FFF"}}),t("path",{attrs:{d:"M106.402 149.426l.002-3.06a.64.64 0 0 0-.616-.643 94.135 94.135 0 0 0-5.834-.009.647.647 0 0 0-.626.643l-.001 3.056c0 .36.291.648.651.64 1.78-.04 3.708-.041 5.762.012.36.009.662-.279.662-.64",fill:"#192064"}}),t("path",{attrs:{d:"M101.485 273.933h12.272M102.652 269.075c.006 3.368.04 5.759.11 6.47M102.667 263.125c-.009 1.53-.015 2.98-.016 4.313M102.204 174.024l.893 44.402s.669 1.561-.224 2.677c-.892 1.116 2.455.67.893 2.231-1.562 1.562.893 1.116 0 3.347-.592 1.48-.988 20.987-1.09 34.956",stroke:"#648BD8",strokeWidth:"1.051",strokeLinecap:"round",strokeLinejoin:"round"}})])])}},d=f,p={success:"check-circle",error:"close-circle",info:"exclamation-circle",warning:"warning"},v={404:l,500:h,403:d},g=Object.keys(v),m={prefixCls:r["a"].string,icon:r["a"].any,status:r["a"].oneOf(["success","error","info","warning","404","403","500"]).def("info"),title:r["a"].any,subTitle:r["a"].any,extra:r["a"].any},y=function(t,e,n){var r=n.status,i=n.icon;if(g.includes(""+r)){var a=v[r];return t("div",{class:e+"-icon "+e+"-image"},[t(a)])}var s=p[r],c=i||t(o["a"],{attrs:{type:s,theme:"filled"}});return t("div",{class:e+"-icon"},[c])},b=function(t,e,n){return n&&t("div",{class:e+"-extra"},[n])},_={name:"AResult",props:m,inject:{configProvider:{default:function(){return a["a"]}}},render:function(t){var e=this.prefixCls,n=this.status,r=this.configProvider.getPrefixCls,a=r("result",e),o=Object(i["g"])(this,"title"),s=Object(i["g"])(this,"subTitle"),c=Object(i["g"])(this,"icon"),l=Object(i["g"])(this,"extra");return t("div",{class:a+" "+a+"-"+n},[y(t,a,{status:n,icon:c}),t("div",{class:a+"-title"},[o]),s&&t("div",{class:a+"-subtitle"},[s]),this.$slots["default"]&&t("div",{class:a+"-content"},[this.$slots["default"]]),b(t,a,l)])}};_.PRESENTED_IMAGE_403=v[403],_.PRESENTED_IMAGE_404=v[404],_.PRESENTED_IMAGE_500=v[500],_.install=function(t){t.use(s["a"]),t.component(_.name,_)};e["a"]=_},3787:function(t,e,n){n("c183");var r=n("5524").Object;t.exports=function(t,e,n){return r.defineProperty(t,e,n)}},"37e8":function(t,e,n){"use strict";var r=n("83ab"),i=n("aed9"),a=n("9bf2"),o=n("825a"),s=n("fc6a"),c=n("df75");e.f=r&&!i?Object.defineProperties:function(t,e){o(t);var n,r=s(e),i=c(e),l=i.length,u=0;while(l>u)a.f(t,n=i[u++],r[n]);return t}},3818:function(t,e,n){var r=n("7e64"),i=n("8057"),a=n("32b3"),o=n("5b01"),s=n("0f0f"),c=n("e5383"),l=n("4359"),u=n("54eb"),h=n("1041"),f=n("a994"),d=n("1bac"),p=n("42a2"),v=n("c87c"),g=n("c2b6"),m=n("fa21"),y=n("6747"),b=n("0d24"),_=n("cc45"),x=n("1a8c"),w=n("d7ee"),k=n("ec69"),C=n("9934"),S=1,T=2,O=4,M="[object Arguments]",E="[object Array]",A="[object Boolean]",P="[object Date]",L="[object Error]",I="[object Function]",j="[object GeneratorFunction]",z="[object Map]",D="[object Number]",N="[object Object]",R="[object RegExp]",V="[object Set]",F="[object String]",H="[object Symbol]",B="[object WeakMap]",U="[object ArrayBuffer]",$="[object DataView]",q="[object Float32Array]",W="[object Float64Array]",Y="[object Int8Array]",K="[object Int16Array]",X="[object Int32Array]",G="[object Uint8Array]",Z="[object Uint8ClampedArray]",Q="[object Uint16Array]",J="[object Uint32Array]",tt={};function et(t,e,n,E,A,P){var L,z=e&S,D=e&T,R=e&O;if(n&&(L=A?n(t,E,A,P):n(t)),void 0!==L)return L;if(!x(t))return t;var V=y(t);if(V){if(L=v(t),!z)return l(t,L)}else{var F=p(t),H=F==I||F==j;if(b(t))return c(t,z);if(F==N||F==M||H&&!A){if(L=D||H?{}:m(t),!z)return D?h(t,s(L,t)):u(t,o(L,t))}else{if(!tt[F])return A?t:{};L=g(t,F,z)}}P||(P=new r);var B=P.get(t);if(B)return B;P.set(t,L),w(t)?t.forEach((function(r){L.add(et(r,e,n,r,t,P))})):_(t)&&t.forEach((function(r,i){L.set(i,et(r,e,n,i,t,P))}));var U=R?D?d:f:D?C:k,$=V?void 0:U(t);return i($||t,(function(r,i){$&&(i=r,r=t[i]),a(L,i,et(r,e,n,i,t,P))})),L}tt[M]=tt[E]=tt[U]=tt[$]=tt[A]=tt[P]=tt[q]=tt[W]=tt[Y]=tt[K]=tt[X]=tt[z]=tt[D]=tt[N]=tt[R]=tt[V]=tt[F]=tt[H]=tt[G]=tt[Z]=tt[Q]=tt[J]=!0,tt[L]=tt[I]=tt[B]=!1,t.exports=et},3835:function(t,e,n){"use strict";function r(t){if(Array.isArray(t))return t}n.d(e,"a",(function(){return s}));n("a4d3"),n("e01a"),n("d28b"),n("d3b7"),n("3ca3"),n("ddb0");function i(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,a,o,s=[],c=!0,l=!1;try{if(a=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(s.push(r.value),s.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{if(!c&&null!=n["return"]&&(o=n["return"](),Object(o)!==o))return}finally{if(l)throw i}}return s}}var a=n("06c5");function o(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(t,e){return r(t)||i(t,e)||Object(a["a"])(t,e)||o()}},3852:function(t,e,n){var r=n("96f3"),i=n("e2c0");function a(t,e){return null!=t&&i(t,e,r)}t.exports=a},"387f":function(t,e,n){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},"38cf":function(t,e,n){"use strict";var r=n("23e7"),i=n("1148");r({target:"String",proto:!0},{repeat:i})},3934:function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=i(window.location.href),function(e){var n=r.isString(e)?i(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},"393a":function(t,e,n){"use strict";var r=n("e444"),i=n("512c"),a=n("ba01"),o=n("051b"),s=n("8a0d"),c=n("26dd"),l=n("92f0"),u=n("ce7a"),h=n("cc15")("iterator"),f=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",v="values",g=function(){return this};t.exports=function(t,e,n,m,y,b,_){c(n,e,m);var x,w,k,C=function(t){if(!f&&t in M)return M[t];switch(t){case p:return function(){return new n(this,t)};case v:return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",T=y==v,O=!1,M=t.prototype,E=M[h]||M[d]||y&&M[y],A=E||C(y),P=y?T?C("entries"):A:void 0,L="Array"==e&&M.entries||E;if(L&&(k=u(L.call(new t)),k!==Object.prototype&&k.next&&(l(k,S,!0),r||"function"==typeof k[h]||o(k,h,g))),T&&E&&E.name!==v&&(O=!0,A=function(){return E.call(this)}),r&&!_||!f&&!O&&M[h]||o(M,h,A),s[e]=A,s[S]=g,y)if(x={values:T?A:C(v),keys:b?A:C(p),entries:P},_)for(w in x)w in M||a(M,w,x[w]);else i(i.P+i.F*(f||O),e,x);return x}},"39ab":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d26"),u=n.n(l),h=n("a8fc"),f=n.n(h),d=n("51f5"),p=n.n(d),v=n("2593"),g=n.n(v),m=n("4d91"),y=n("daa3"),b=n("b488"),_=n("327d"),x=n.n(_);function w(t,e){var n="cannot "+t.method+" "+t.action+" "+e.status+"'",r=new Error(n);return r.status=e.status,r.method=t.method,r.url=t.action,r}function k(t){var e=t.responseText||t.response;if(!e)return e;try{return JSON.parse(e)}catch(n){return e}}function C(t){var e=new window.XMLHttpRequest;t.onProgress&&e.upload&&(e.upload.onprogress=function(e){e.total>0&&(e.percent=e.loaded/e.total*100),t.onProgress(e)});var n=new window.FormData;t.data&&Object.keys(t.data).forEach((function(e){var r=t.data[e];Array.isArray(r)?r.forEach((function(t){n.append(e+"[]",t)})):n.append(e,t.data[e])})),n.append(t.filename,t.file),e.onerror=function(e){t.onError(e)},e.onload=function(){if(e.status<200||e.status>=300)return t.onError(w(t,e),k(e));t.onSuccess(k(e),e)},e.open(t.method,t.action,!0),t.withCredentials&&"withCredentials"in e&&(e.withCredentials=!0);var r=t.headers||{};for(var i in null!==r["X-Requested-With"]&&e.setRequestHeader("X-Requested-With","XMLHttpRequest"),r)r.hasOwnProperty(i)&&null!==r[i]&&e.setRequestHeader(i,r[i]);return e.send(n),{abort:function(){e.abort()}}}var S=+new Date,T=0;function O(){return"vc-upload-"+S+"-"+ ++T}function M(t,e){return-1!==t.indexOf(e,t.length-e.length)}var E=function(t,e){if(t&&e){var n=Array.isArray(e)?e:e.split(","),r=t.name||"",i=t.type||"",a=i.replace(/\/.*$/,"");return n.some((function(t){var e=t.trim();return"."===e.charAt(0)?M(r.toLowerCase(),e.toLowerCase()):/\/\*$/.test(e)?a===e.replace(/\/.*$/,""):i===e}))}return!0};function A(t,e){var n=t.createReader(),r=[];function i(){n.readEntries((function(t){var n=Array.prototype.slice.apply(t);r=r.concat(n);var a=!n.length;a?e(r):i()}))}i()}var P=function(t,e,n){var r=function t(r,i){i=i||"",r.isFile?r.file((function(t){n(t)&&(r.fullPath&&!t.webkitRelativePath&&(Object.defineProperties(t,{webkitRelativePath:{writable:!0}}),t.webkitRelativePath=r.fullPath.replace(/^\//,""),Object.defineProperties(t,{webkitRelativePath:{writable:!1}})),e([t]))})):r.isDirectory&&A(r,(function(e){e.forEach((function(e){t(e,""+i+r.name+"/")}))}))},i=!0,a=!1,o=void 0;try{for(var s,c=t[Symbol.iterator]();!(i=(s=c.next()).done);i=!0){var l=s.value;r(l.webkitGetAsEntry())}}catch(u){a=!0,o=u}finally{try{!i&&c["return"]&&c["return"]()}finally{if(a)throw o}}},L=P,I={componentTag:m["a"].string,prefixCls:m["a"].string,name:m["a"].string,multiple:m["a"].bool,directory:m["a"].bool,disabled:m["a"].bool,accept:m["a"].string,data:m["a"].oneOfType([m["a"].object,m["a"].func]),action:m["a"].oneOfType([m["a"].string,m["a"].func]),headers:m["a"].object,beforeUpload:m["a"].func,customRequest:m["a"].func,withCredentials:m["a"].bool,openFileDialogOnClick:m["a"].bool,transformFile:m["a"].func,method:m["a"].string},j={inheritAttrs:!1,name:"ajaxUploader",mixins:[b["a"]],props:I,data:function(){return this.reqs={},{uid:O()}},mounted:function(){this._isMounted=!0},beforeDestroy:function(){this._isMounted=!1,this.abort()},methods:{onChange:function(t){var e=t.target.files;this.uploadFiles(e),this.reset()},onClick:function(){var t=this.$refs.fileInputRef;t&&t.click()},onKeyDown:function(t){"Enter"===t.key&&this.onClick()},onFileDrop:function(t){var e=this,n=this.$props.multiple;if(t.preventDefault(),"dragover"!==t.type)if(this.directory)L(t.dataTransfer.items,this.uploadFiles,(function(t){return E(t,e.accept)}));else{var r=x()(Array.prototype.slice.call(t.dataTransfer.files),(function(t){return E(t,e.accept)})),i=r[0],a=r[1];!1===n&&(i=i.slice(0,1)),this.uploadFiles(i),a.length&&this.$emit("reject",a)}},uploadFiles:function(t){var e=this,n=Array.prototype.slice.call(t);n.map((function(t){return t.uid=O(),t})).forEach((function(t){e.upload(t,n)}))},upload:function(t,e){var n=this;if(!this.beforeUpload)return setTimeout((function(){return n.post(t)}),0);var r=this.beforeUpload(t,e);r&&r.then?r.then((function(e){var r=Object.prototype.toString.call(e);return"[object File]"===r||"[object Blob]"===r?n.post(e):n.post(t)}))["catch"]((function(t){console&&console.log(t)})):!1!==r&&setTimeout((function(){return n.post(t)}),0)},post:function(t){var e=this;if(this._isMounted){var n=this.$props,r=n.data,i=n.transformFile,a=void 0===i?function(t){return t}:i;new Promise((function(n){var r=e.action;if("function"===typeof r)return n(r(t));n(r)})).then((function(i){var o=t.uid,s=e.customRequest||C,c=Promise.resolve(a(t))["catch"]((function(t){console.error(t)}));c.then((function(a){"function"===typeof r&&(r=r(t));var c={action:i,filename:e.name,data:r,file:a,headers:e.headers,withCredentials:e.withCredentials,method:n.method||"post",onProgress:function(n){e.$emit("progress",n,t)},onSuccess:function(n,r){delete e.reqs[o],e.$emit("success",n,t,r)},onError:function(n,r){delete e.reqs[o],e.$emit("error",n,r,t)}};e.reqs[o]=s(c),e.$emit("start",t)}))}))}},reset:function(){this.setState({uid:O()})},abort:function(t){var e=this.reqs;if(t){var n=t;t&&t.uid&&(n=t.uid),e[n]&&e[n].abort&&e[n].abort(),delete e[n]}else Object.keys(e).forEach((function(t){e[t]&&e[t].abort&&e[t].abort(),delete e[t]}))}},render:function(){var t,e=arguments[0],n=this.$props,r=this.$attrs,i=n.componentTag,a=n.prefixCls,s=n.disabled,l=n.multiple,h=n.accept,f=n.directory,d=n.openFileDialogOnClick,p=u()((t={},o()(t,a,!0),o()(t,a+"-disabled",s),t)),v=s?{}:{click:d?this.onClick:function(){},keydown:d?this.onKeyDown:function(){},drop:this.onFileDrop,dragover:this.onFileDrop},g={on:c()({},Object(y["k"])(this),v),attrs:{role:"button",tabIndex:s?null:"0"},class:p};return e(i,g,[e("input",{attrs:{id:r.id,type:"file",accept:h,directory:f?"directory":null,webkitdirectory:f?"webkitdirectory":null,multiple:l},ref:"fileInputRef",on:{click:function(t){return t.stopPropagation()},change:this.onChange},key:this.uid,style:{display:"none"}}),this.$slots["default"]])}},z=j,D=n("6a21"),N={position:"absolute",top:0,opacity:0,filter:"alpha(opacity=0)",left:0,zIndex:9999},R={mixins:[b["a"]],props:{componentTag:m["a"].string,disabled:m["a"].bool,prefixCls:m["a"].string,accept:m["a"].string,multiple:m["a"].bool,data:m["a"].oneOfType([m["a"].object,m["a"].func]),action:m["a"].oneOfType([m["a"].string,m["a"].func]),name:m["a"].string},data:function(){return this.file={},{uploading:!1}},methods:{onLoad:function(){if(this.uploading){var t=this.file,e=void 0;try{var n=this.getIframeDocument(),r=n.getElementsByTagName("script")[0];r&&r.parentNode===n.body&&n.body.removeChild(r),e=n.body.innerHTML,this.$emit("success",e,t)}catch(i){Object(D["a"])(!1,"cross domain error for Upload. Maybe server should return document.domain script. see Note from https://github.com/react-component/upload"),e="cross-domain",this.$emit("error",i,null,t)}this.endUpload()}},onChange:function(){var t=this,e=this.getFormInputNode(),n=this.file={uid:O(),name:e.value&&e.value.substring(e.value.lastIndexOf("\\")+1,e.value.length)};this.startUpload();var r=this.$props;if(!r.beforeUpload)return this.post(n);var i=r.beforeUpload(n);i&&i.then?i.then((function(){t.post(n)}),(function(){t.endUpload()})):!1!==i?this.post(n):this.endUpload()},getIframeNode:function(){return this.$refs.iframeRef},getIframeDocument:function(){return this.getIframeNode().contentDocument},getFormNode:function(){return this.getIframeDocument().getElementById("form")},getFormInputNode:function(){return this.getIframeDocument().getElementById("input")},getFormDataNode:function(){return this.getIframeDocument().getElementById("data")},getFileForMultiple:function(t){return this.multiple?[t]:t},getIframeHTML:function(t){var e="",n="";if(t){var r="script";e="<"+r+'>document.domain="'+t+'";</'+r+">",n='<input name="_documentDomain" value="'+t+'" />'}return'\n      <!DOCTYPE html>\n      <html>\n      <head>\n      <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n      <style>\n      body,html {padding:0;margin:0;border:0;overflow:hidden;}\n      </style>\n      '+e+'\n      </head>\n      <body>\n      <form method="post"\n      encType="multipart/form-data"\n      action="" id="form"\n      style="display:block;height:9999px;position:relative;overflow:hidden;">\n      <input id="input" type="file"\n       name="'+this.name+'"\n       style="position:absolute;top:0;right:0;height:9999px;font-size:9999px;cursor:pointer;"/>\n      '+n+'\n      <span id="data"></span>\n      </form>\n      </body>\n      </html>\n      '},initIframeSrc:function(){this.domain&&(this.getIframeNode().src="javascript:void((function(){\n          var d = document;\n          d.open();\n          d.domain='"+this.domain+"';\n          d.write('');\n          d.close();\n        })())")},initIframe:function(){var t=this.getIframeNode(),e=t.contentWindow,n=void 0;this.domain=this.domain||"",this.initIframeSrc();try{n=e.document}catch(r){this.domain=document.domain,this.initIframeSrc(),e=t.contentWindow,n=e.document}n.open("text/html","replace"),n.write(this.getIframeHTML(this.domain)),n.close(),this.getFormInputNode().onchange=this.onChange},endUpload:function(){this.uploading&&(this.file={},this.uploading=!1,this.setState({uploading:!1}),this.initIframe())},startUpload:function(){this.uploading||(this.uploading=!0,this.setState({uploading:!0}))},updateIframeWH:function(){var t=this.$el,e=this.getIframeNode();e.style.height=t.offsetHeight+"px",e.style.width=t.offsetWidth+"px"},abort:function(t){if(t){var e=t;t&&t.uid&&(e=t.uid),e===this.file.uid&&this.endUpload()}else this.endUpload()},post:function(t){var e=this,n=this.getFormNode(),r=this.getFormDataNode(),i=this.$props.data;"function"===typeof i&&(i=i(t));var a=document.createDocumentFragment();for(var o in i)if(i.hasOwnProperty(o)){var s=document.createElement("input");s.setAttribute("name",o),s.value=i[o],a.appendChild(s)}r.appendChild(a),new Promise((function(n){var r=e.action;if("function"===typeof r)return n(r(t));n(r)})).then((function(i){n.setAttribute("action",i),n.submit(),r.innerHTML="",e.$emit("start",t)}))}},mounted:function(){var t=this;this.$nextTick((function(){t.updateIframeWH(),t.initIframe()}))},updated:function(){var t=this;this.$nextTick((function(){t.updateIframeWH()}))},render:function(){var t,e=arguments[0],n=this.$props,r=n.componentTag,i=n.disabled,a=n.prefixCls,s=c()({},N,{display:this.uploading||i?"none":""}),l=u()((t={},o()(t,a,!0),o()(t,a+"-disabled",i),t));return e(r,{attrs:{className:l},style:{position:"relative",zIndex:0}},[e("iframe",{ref:"iframeRef",on:{load:this.onLoad},style:s}),this.$slots["default"]])}},V=R;function F(){}var H={componentTag:m["a"].string,prefixCls:m["a"].string,action:m["a"].oneOfType([m["a"].string,m["a"].func]),name:m["a"].string,multipart:m["a"].bool,directory:m["a"].bool,data:m["a"].oneOfType([m["a"].object,m["a"].func]),headers:m["a"].object,accept:m["a"].string,multiple:m["a"].bool,disabled:m["a"].bool,beforeUpload:m["a"].func,customRequest:m["a"].func,method:m["a"].string,withCredentials:m["a"].bool,supportServerRender:m["a"].bool,openFileDialogOnClick:m["a"].bool,transformFile:m["a"].func},B={name:"Upload",mixins:[b["a"]],inheritAttrs:!1,props:Object(y["t"])(H,{componentTag:"span",prefixCls:"rc-upload",data:{},headers:{},name:"file",multipart:!1,supportServerRender:!1,multiple:!1,beforeUpload:F,withCredentials:!1,openFileDialogOnClick:!0}),data:function(){return{Component:null}},mounted:function(){var t=this;this.$nextTick((function(){t.supportServerRender&&t.setState({Component:t.getComponent()},(function(){t.$emit("ready")}))}))},methods:{getComponent:function(){return"undefined"!==typeof File?z:V},abort:function(t){this.$refs.uploaderRef.abort(t)}},render:function(){var t=arguments[0],e={props:c()({},this.$props),on:Object(y["k"])(this),ref:"uploaderRef",attrs:this.$attrs};if(this.supportServerRender){var n=this.Component;return n?t(n,e,[this.$slots["default"]]):null}var r=this.getComponent();return t(r,e,[this.$slots["default"]])}},U=B,$=U,q=n("e5cd"),W=n("02ea"),Y=n("9cba"),K=n("1098"),X=n.n(K);m["a"].oneOf(["error","success","done","uploading","removed"]);function G(t){var e=t.uid,n=t.name;return!(!e&&0!==e)&&(!!["string","number"].includes("undefined"===typeof e?"undefined":X()(e))&&(""!==n&&"string"===typeof n))}m["a"].custom(G),m["a"].arrayOf(m["a"].custom(G)),m["a"].object;var Z=m["a"].shape({showRemoveIcon:m["a"].bool,showPreviewIcon:m["a"].bool}).loose,Q=m["a"].shape({uploading:m["a"].string,removeFile:m["a"].string,downloadFile:m["a"].string,uploadError:m["a"].string,previewFile:m["a"].string}).loose,J={type:m["a"].oneOf(["drag","select"]),name:m["a"].string,defaultFileList:m["a"].arrayOf(m["a"].custom(G)),fileList:m["a"].arrayOf(m["a"].custom(G)),action:m["a"].oneOfType([m["a"].string,m["a"].func]),directory:m["a"].bool,data:m["a"].oneOfType([m["a"].object,m["a"].func]),method:m["a"].oneOf(["POST","PUT","post","put"]),headers:m["a"].object,showUploadList:m["a"].oneOfType([m["a"].bool,Z]),multiple:m["a"].bool,accept:m["a"].string,beforeUpload:m["a"].func,listType:m["a"].oneOf(["text","picture","picture-card"]),remove:m["a"].func,supportServerRender:m["a"].bool,disabled:m["a"].bool,prefixCls:m["a"].string,customRequest:m["a"].func,withCredentials:m["a"].bool,openFileDialogOnClick:m["a"].bool,locale:Q,height:m["a"].number,id:m["a"].string,previewFile:m["a"].func,transformFile:m["a"].func},tt=(m["a"].arrayOf(m["a"].custom(G)),m["a"].string,{listType:m["a"].oneOf(["text","picture","picture-card"]),items:m["a"].arrayOf(m["a"].custom(G)),progressAttr:m["a"].object,prefixCls:m["a"].string,showRemoveIcon:m["a"].bool,showDownloadIcon:m["a"].bool,showPreviewIcon:m["a"].bool,locale:Q,previewFile:m["a"].func}),et={name:"AUploadDragger",props:J,render:function(){var t=arguments[0],e=Object(y["l"])(this),n={props:c()({},e,{type:"drag"}),on:Object(y["k"])(this),style:{height:this.height}};return t(mt,n,[this.$slots["default"]])}},nt=n("94eb");function rt(){return!0}function it(t){return c()({},t,{lastModified:t.lastModified,lastModifiedDate:t.lastModifiedDate,name:t.name,size:t.size,type:t.type,uid:t.uid,percent:0,originFileObj:t})}function at(){var t=.1,e=.01,n=.98;return function(r){var i=r;return i>=n||(i+=t,t-=e,t<.001&&(t=.001)),i}}function ot(t,e){var n=void 0!==t.uid?"uid":"name";return e.filter((function(e){return e[n]===t[n]}))[0]}function st(t,e){var n=void 0!==t.uid?"uid":"name",r=e.filter((function(e){return e[n]!==t[n]}));return r.length===e.length?null:r}var ct=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t.split("/"),n=e[e.length-1],r=n.split(/#|\?/)[0];return(/\.[^./\\]*$/.exec(r)||[""])[0]},lt=function(t){return!!t&&0===t.indexOf("image/")},ut=function(t){if(lt(t.type))return!0;var e=t.thumbUrl||t.url,n=ct(e);return!(!/^data:image\//.test(e)&&!/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico)$/i.test(n))||!/^data:/.test(e)&&!n},ht=200;function ft(t){return new Promise((function(e){if(lt(t.type)){var n=document.createElement("canvas");n.width=ht,n.height=ht,n.style.cssText="position: fixed; left: 0; top: 0; width: "+ht+"px; height: "+ht+"px; z-index: 9999; display: none;",document.body.appendChild(n);var r=n.getContext("2d"),i=new Image;i.onload=function(){var t=i.width,a=i.height,o=ht,s=ht,c=0,l=0;t<a?(s=a*(ht/t),l=-(s-o)/2):(o=t*(ht/a),c=-(o-s)/2),r.drawImage(i,c,l,o,s);var u=n.toDataURL();document.body.removeChild(n),e(u)},i.src=window.URL.createObjectURL(t)}else e("")}))}var dt=n("0c63"),pt=n("f933"),vt=n("f2ca"),gt={name:"AUploadList",mixins:[b["a"]],props:Object(y["t"])(tt,{listType:"text",progressAttr:{strokeWidth:2,showInfo:!1},showRemoveIcon:!0,showDownloadIcon:!1,showPreviewIcon:!0,previewFile:ft}),inject:{configProvider:{default:function(){return Y["a"]}}},updated:function(){var t=this;this.$nextTick((function(){var e=t.$props,n=e.listType,r=e.items,i=e.previewFile;"picture"!==n&&"picture-card"!==n||(r||[]).forEach((function(e){"undefined"!==typeof document&&"undefined"!==typeof window&&window.FileReader&&window.File&&(e.originFileObj instanceof File||e.originFileObj instanceof Blob)&&void 0===e.thumbUrl&&(e.thumbUrl="",i&&i(e.originFileObj).then((function(n){e.thumbUrl=n||"",t.$forceUpdate()})))}))}))},methods:{handlePreview:function(t,e){var n=Object(y["k"])(this),r=n.preview;if(r)return e.preventDefault(),this.$emit("preview",t)},handleDownload:function(t){var e=Object(y["k"])(this),n=e.download;"function"===typeof n?n(t):t.url&&window.open(t.url)},handleClose:function(t){this.$emit("remove",t)}},render:function(){var t,e=this,n=arguments[0],r=Object(y["l"])(this),a=r.prefixCls,s=r.items,l=void 0===s?[]:s,h=r.listType,f=r.showPreviewIcon,d=r.showRemoveIcon,p=r.showDownloadIcon,v=r.locale,g=r.progressAttr,m=this.configProvider.getPrefixCls,b=m("upload",a),_=l.map((function(t){var r,a,s=void 0,l=n(dt["a"],{attrs:{type:"uploading"===t.status?"loading":"paper-clip"}});if("picture"===h||"picture-card"===h)if("picture-card"===h&&"uploading"===t.status)l=n("div",{class:b+"-list-item-uploading-text"},[v.uploading]);else if(t.thumbUrl||t.url){var m=ut(t)?n("img",{attrs:{src:t.thumbUrl||t.url,alt:t.name},class:b+"-list-item-image"}):n(dt["a"],{attrs:{type:"file",theme:"twoTone"},class:b+"-list-item-icon"});l=n("a",{class:b+"-list-item-thumbnail",on:{click:function(n){return e.handlePreview(t,n)}},attrs:{href:t.url||t.thumbUrl,target:"_blank",rel:"noopener noreferrer"}},[m])}else l=n(dt["a"],{class:b+"-list-item-thumbnail",attrs:{type:"picture",theme:"twoTone"}});if("uploading"===t.status){var y={props:c()({},g,{type:"line",percent:t.percent})},_="percent"in t?n(vt["a"],y):null;s=n("div",{class:b+"-list-item-progress",key:"progress"},[_])}var x=u()((r={},o()(r,b+"-list-item",!0),o()(r,b+"-list-item-"+t.status,!0),o()(r,b+"-list-item-list-type-"+h,!0),r)),w="string"===typeof t.linkProps?JSON.parse(t.linkProps):t.linkProps,k=d?n(dt["a"],{attrs:{type:"delete",title:v.removeFile},on:{click:function(){return e.handleClose(t)}}}):null,C=p&&"done"===t.status?n(dt["a"],{attrs:{type:"download",title:v.downloadFile},on:{click:function(){return e.handleDownload(t)}}}):null,S="picture-card"!==h&&n("span",{key:"download-delete",class:b+"-list-item-card-actions "+("picture"===h?"picture":"")},[C&&n("a",{attrs:{title:v.downloadFile}},[C]),k&&n("a",{attrs:{title:v.removeFile}},[k])]),T=u()((a={},o()(a,b+"-list-item-name",!0),o()(a,b+"-list-item-name-icon-count-"+[C,k].filter((function(t){return t})).length,!0),a)),O=t.url?[n("a",i()([{attrs:{target:"_blank",rel:"noopener noreferrer",title:t.name},class:T},w,{attrs:{href:t.url},on:{click:function(n){return e.handlePreview(t,n)}}}]),[t.name]),S]:[n("span",{key:"view",class:b+"-list-item-name",on:{click:function(n){return e.handlePreview(t,n)}},attrs:{title:t.name}},[t.name]),S],M=t.url||t.thumbUrl?void 0:{pointerEvents:"none",opacity:.5},E=f?n("a",{attrs:{href:t.url||t.thumbUrl,target:"_blank",rel:"noopener noreferrer",title:v.previewFile},style:M,on:{click:function(n){return e.handlePreview(t,n)}}},[n(dt["a"],{attrs:{type:"eye-o"}})]):null,A="picture-card"===h&&"uploading"!==t.status&&n("span",{class:b+"-list-item-actions"},[E,"done"===t.status&&C,k]),P=void 0;P=t.response&&"string"===typeof t.response?t.response:t.error&&t.error.statusText||v.uploadError;var L=n("span",[l,O]),I=Object(nt["a"])("fade"),j=n("div",{class:x,key:t.uid},[n("div",{class:b+"-list-item-info"},[L]),A,n("transition",I,[s])]),z=u()(o()({},b+"-list-picture-card-container","picture-card"===h));return n("div",{key:t.uid,class:z},["error"===t.status?n(pt["a"],{attrs:{title:P}},[j]):n("span",[j])])})),x=u()((t={},o()(t,b+"-list",!0),o()(t,b+"-list-"+h,!0),t)),w="picture-card"===h?"animate-inline":"animate",k=Object(nt["a"])(b+"-"+w);return n("transition-group",i()([k,{attrs:{tag:"div"},class:x}]),[_])}},mt={name:"AUpload",mixins:[b["a"]],inheritAttrs:!1,Dragger:et,props:Object(y["t"])(J,{type:"select",multiple:!1,action:"",data:{},accept:"",beforeUpload:rt,showUploadList:!0,listType:"text",disabled:!1,supportServerRender:!0}),inject:{configProvider:{default:function(){return Y["a"]}}},data:function(){return this.progressTimer=null,{sFileList:this.fileList||this.defaultFileList||[],dragState:"drop"}},watch:{fileList:function(t){this.sFileList=t||[]}},beforeDestroy:function(){this.clearProgressTimer()},methods:{onStart:function(t){var e=it(t);e.status="uploading";var n=this.sFileList.concat(),r=p()(n,(function(t){var n=t.uid;return n===e.uid}));-1===r?n.push(e):n[r]=e,this.onChange({file:e,fileList:n}),window.File&&!Object({NODE_ENV:"production",VUE_APP_API_BASE_URL:"/",VUE_APP_FILE_BASE_URL:"/",VUE_APP_PREVIEW:"true",BASE_URL:"/"}).TEST_IE||this.autoUpdateProgress(0,e)},onSuccess:function(t,e,n){this.clearProgressTimer();try{"string"===typeof t&&(t=JSON.parse(t))}catch(a){}var r=this.sFileList,i=ot(e,r);i&&(i.status="done",i.response=t,i.xhr=n,this.onChange({file:c()({},i),fileList:r}))},onProgress:function(t,e){var n=this.sFileList,r=ot(e,n);r&&(r.percent=t.percent,this.onChange({event:t,file:c()({},r),fileList:this.sFileList}))},onError:function(t,e,n){this.clearProgressTimer();var r=this.sFileList,i=ot(n,r);i&&(i.error=t,i.response=e,i.status="error",this.onChange({file:c()({},i),fileList:r}))},onReject:function(t){this.$emit("reject",t)},handleRemove:function(t){var e=this,n=this.remove,r=this.$data.sFileList;Promise.resolve("function"===typeof n?n(t):n).then((function(n){if(!1!==n){var i=st(t,r);i&&(t.status="removed",e.upload&&e.upload.abort(t),e.onChange({file:t,fileList:i}))}}))},handleManualRemove:function(t){this.$refs.uploadRef&&this.$refs.uploadRef.abort(t),this.handleRemove(t)},onChange:function(t){Object(y["s"])(this,"fileList")||this.setState({sFileList:t.fileList}),this.$emit("change",t)},onFileDrop:function(t){this.setState({dragState:t.type})},reBeforeUpload:function(t,e){var n=this.$props.beforeUpload,r=this.$data.sFileList;if(!n)return!0;var i=n(t,e);return!1===i?(this.onChange({file:t,fileList:f()(r.concat(e.map(it)),(function(t){return t.uid}))}),!1):!i||!i.then||i},clearProgressTimer:function(){clearInterval(this.progressTimer)},autoUpdateProgress:function(t,e){var n=this,r=at(),i=0;this.clearProgressTimer(),this.progressTimer=setInterval((function(){i=r(i),n.onProgress({percent:100*i},e)}),200)},renderUploadList:function(t){var e=this.$createElement,n=Object(y["l"])(this),r=n.showUploadList,i=void 0===r?{}:r,a=n.listType,o=n.previewFile,s=n.disabled,l=n.locale,u=i.showRemoveIcon,h=i.showPreviewIcon,f=i.showDownloadIcon,d=this.$data.sFileList,p={props:{listType:a,items:d,previewFile:o,showRemoveIcon:!s&&u,showPreviewIcon:h,showDownloadIcon:f,locale:c()({},t,l)},on:c()({remove:this.handleManualRemove},g()(Object(y["k"])(this),["download","preview"]))};return e(gt,p)}},render:function(){var t,e=arguments[0],n=Object(y["l"])(this),r=n.prefixCls,a=n.showUploadList,s=n.listType,l=n.type,h=n.disabled,f=this.$data,d=f.sFileList,p=f.dragState,v=this.configProvider.getPrefixCls,g=v("upload",r),m={props:c()({},this.$props,{prefixCls:g,beforeUpload:this.reBeforeUpload}),on:{start:this.onStart,error:this.onError,progress:this.onProgress,success:this.onSuccess,reject:this.onReject},ref:"uploadRef",attrs:c()({},this.$attrs)},b=this.$slots["default"];b&&!h||(delete m.props.id,delete m.attrs.id);var _=a?e(q["a"],{attrs:{componentName:"Upload",defaultLocale:W["a"].Upload},scopedSlots:{default:this.renderUploadList}}):null;if("drag"===l){var x,w=u()(g,(x={},o()(x,g+"-drag",!0),o()(x,g+"-drag-uploading",d.some((function(t){return"uploading"===t.status}))),o()(x,g+"-drag-hover","dragover"===p),o()(x,g+"-disabled",h),x));return e("span",[e("div",{class:w,on:{drop:this.onFileDrop,dragover:this.onFileDrop,dragleave:this.onFileDrop}},[e($,i()([m,{class:g+"-btn"}]),[e("div",{class:g+"-drag-container"},[b])])]),_])}var k=u()(g,(t={},o()(t,g+"-select",!0),o()(t,g+"-select-"+s,!0),o()(t,g+"-disabled",h),t)),C=e("div",{class:k,style:b?void 0:{display:"none"}},[e($,m,[b])]);return"picture-card"===s?e("span",{class:g+"-picture-card-wrapper"},[_,C]):e("span",[C,_])}},yt=n("db14");mt.Dragger=et,mt.install=function(t){t.use(yt["a"]),t.component(mt.name,mt),t.component(et.name,et)};e["a"]=mt},"39ad":function(t,e,n){var r=n("6ca1"),i=n("d16a"),a=n("9d11");t.exports=function(t){return function(e,n,o){var s,c=r(e),l=i(c.length),u=a(o,l);if(t&&n!=n){while(l>u)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},"39ff":function(t,e,n){var r=n("0b07"),i=n("2b3e"),a=r(i,"WeakMap");t.exports=a},"3a34":function(t,e,n){"use strict";var r=n("83ab"),i=n("e8b5"),a=TypeError,o=Object.getOwnPropertyDescriptor,s=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=s?function(t,e){if(i(t)&&!o(t,"length").writable)throw new a("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},"3a7b":function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").findIndex,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("findIndex",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},"3a8b":function(t,e,n){"use strict";var r=n("b4a0");e["a"]=r["a"]},"3a9b":function(t,e,n){"use strict";var r=n("e330");t.exports=r({}.isPrototypeOf)},"3a9b6":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="0 0 1024 1024",i="64 64 896 896",a="fill",o="outline",s="twotone";function c(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return{tag:"svg",attrs:{viewBox:t,focusable:!1},children:e.map((function(t){return Array.isArray(t)?{tag:"path",attrs:{fill:t[0],d:t[1]}}:{tag:"path",attrs:{d:t}}}))}}function l(t,e,n){return{name:t,theme:e,icon:n}}e.AccountBookFill=l("account-book",a,c(i,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z")),e.AlertFill=l("alert",a,c(i,"M512 244c176.18 0 319 142.82 319 319v233a32 32 0 0 1-32 32H225a32 32 0 0 1-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V76a8 8 0 0 1 8-8zM177.25 191.66a8 8 0 0 1 11.32 0l67.88 67.88a8 8 0 0 1 0 11.31l-39.6 39.6a8 8 0 0 1-11.31 0l-67.88-67.88a8 8 0 0 1 0-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 0 1 0 11.3l-67.88 67.9a8 8 0 0 1-11.32 0l-39.6-39.6a8 8 0 0 1 0-11.32l67.89-67.88a8 8 0 0 1 11.31 0zM192 892h640a32 32 0 0 1 32 32v24a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8v-24a32 32 0 0 1 32-32zm148-317v253h64V575h-64z")),e.AlipaySquareFill=l("alipay-square",a,c(i,"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z")),e.AliwangwangFill=l("aliwangwang",a,c(i,"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z")),e.AlipayCircleFill=l("alipay-circle",a,c(i,"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z")),e.AmazonCircleFill=l("amazon-circle",a,c(i,"M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z")),e.AndroidFill=l("android",a,c(i,"M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm208.4 0a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z")),e.AmazonSquareFill=l("amazon-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z")),e.ApiFill=l("api",a,c(i,"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z")),e.AppstoreFill=l("appstore",a,c(i,"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z")),e.AudioFill=l("audio",a,c(i,"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z")),e.AppleFill=l("apple",a,c(i,"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z")),e.BackwardFill=l("backward",a,c(r,"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z")),e.BankFill=l("bank",a,c(i,"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z")),e.BehanceCircleFill=l("behance-circle",a,c(i,"M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0 0 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z")),e.BellFill=l("bell",a,c(i,"M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z")),e.BehanceSquareFill=l("behance-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z")),e.BookFill=l("book",a,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z")),e.BoxPlotFill=l("box-plot",a,c(i,"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z")),e.BugFill=l("bug",a,c(i,"M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z","M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5a281.38 281.38 0 0 0 123.2-149.5A120.4 120.4 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.CalculatorFill=l("calculator",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z")),e.BulbFill=l("bulb",a,c(i,"M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z")),e.BuildFill=l("build",a,c(i,"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z")),e.CalendarFill=l("calendar",a,c(i,"M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z")),e.CameraFill=l("camera",a,c(i,"M864 260H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 1 0 192 0 96 96 0 1 0-192 0z")),e.CarFill=l("car",a,c(i,"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z")),e.CaretDownFill=l("caret-down",a,c(r,"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z")),e.CaretLeftFill=l("caret-left",a,c(r,"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z")),e.CaretRightFill=l("caret-right",a,c(r,"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z")),e.CarryOutFill=l("carry-out",a,c(i,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z")),e.CaretUpFill=l("caret-up",a,c(r,"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z")),e.CheckCircleFill=l("check-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z")),e.CheckSquareFill=l("check-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z")),e.ChromeFill=l("chrome",a,c(i,"M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0 0 96 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z")),e.CiCircleFill=l("ci-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z")),e.ClockCircleFill=l("clock-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z")),e.CloseCircleFill=l("close-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z")),e.CloudFill=l("cloud",a,c(i,"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z")),e.CloseSquareFill=l("close-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z")),e.CodeSandboxSquareFill=l("code-sandbox-square",a,c(i,"M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z")),e.CodeSandboxCircleFill=l("code-sandbox-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z")),e.CodeFill=l("code",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z")),e.CompassFill=l("compass",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z")),e.CodepenCircleFill=l("codepen-circle",a,c(i,"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z")),e.CodepenSquareFill=l("codepen-square",a,c(i,"M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z")),e.ContactsFill=l("contacts",a,c(i,"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z")),e.ControlFill=l("control",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z")),e.ContainerFill=l("container",a,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z")),e.CopyFill=l("copy",a,c(i,"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z")),e.CopyrightCircleFill=l("copyright-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z")),e.CreditCardFill=l("credit-card",a,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z")),e.CrownFill=l("crown",a,c(i,"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z")),e.CustomerServiceFill=l("customer-service",a,c(i,"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z")),e.DashboardFill=l("dashboard",a,c(i,"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 0 1-11.3 0L261.7 352a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z")),e.DeleteFill=l("delete",a,c(i,"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z")),e.DiffFill=l("diff",a,c(i,"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z")),e.DingtalkCircleFill=l("dingtalk-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z")),e.DatabaseFill=l("database",a,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z")),e.DingtalkSquareFill=l("dingtalk-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z")),e.DislikeFill=l("dislike",a,c(i,"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z")),e.DollarCircleFill=l("dollar-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z")),e.DownCircleFill=l("down-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z")),e.DownSquareFill=l("down-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z")),e.DribbbleCircleFill=l("dribbble-circle",a,c(i,"M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z")),e.DribbbleSquareFill=l("dribbble-square",a,c(i,"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z")),e.DropboxCircleFill=l("dropbox-circle",a,c(i,"M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z")),e.DropboxSquareFill=l("dropbox-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z")),e.EnvironmentFill=l("environment",a,c(i,"M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 0 0 400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 0 0 512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z")),e.EditFill=l("edit",a,c(i,"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z")),e.ExclamationCircleFill=l("exclamation-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.EuroCircleFill=l("euro-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z")),e.ExperimentFill=l("experiment",a,c(i,"M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5z")),e.EyeInvisibleFill=l("eye-invisible",a,c(i,"M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32zM332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.09 175.09 0 0 1 332 512z","M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z")),e.EyeFill=l("eye",a,c(i,"M396 512a112 112 0 1 0 224 0 112 112 0 1 0-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z")),e.FacebookFill=l("facebook",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z")),e.FastBackwardFill=l("fast-backward",a,c(r,"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z")),e.FastForwardFill=l("fast-forward",a,c(r,"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z")),e.FileAddFill=l("file-add",a,c(i,"M480 580H372a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h108v108a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8V644h108a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H544V472a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z")),e.FileExcelFill=l("file-excel",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85 12 12 0 0 0-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 0 0-1.84 6.39 12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9 12 12 0 0 0 3.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 0 0 1.9-6.5 12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z")),e.FileExclamationFill=l("file-exclamation",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 1 0 0-80 40 40 0 0 0 0 80zm32-152V448a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v184a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8z")),e.FileImageFill=l("file-image",a,c(i,"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8 8 0 0 1 12.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z")),e.FileMarkdownFill=l("file-markdown",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0 0 14.62 9.5h24.06a16 16 0 0 0 14.63-9.51l59.1-133.35V758a16 16 0 0 0 16.01 16H641a16 16 0 0 0 16-16V486a16 16 0 0 0-16-16h-34.75a16 16 0 0 0-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 0 0-14.67-9.61H383a16 16 0 0 0-16 16v272a16 16 0 0 0 16 16h27.13a16 16 0 0 0 16-16V600.93z")),e.FilePdfFill=l("file-pdf",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 0 1 5.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 0 1-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 0 1-1.12-.15 2.07 2.07 0 0 1-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 0 1-1.36 6.31 6.7 6.7 0 0 1-2.17 1.28z")),e.FilePptFill=l("file-ppt",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 0 0-12 12v276a12 12 0 0 0 12 12h32.53a12 12 0 0 0 12-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z")),e.FileTextFill=l("file-text",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h384a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320zm0 136a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h184a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320z")),e.FileWordFill=l("file-word",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0 0 11.6 8.9h31.77a12 12 0 0 0 11.6-8.88l74.37-276a12 12 0 0 0 .4-3.12 12 12 0 0 0-12-12h-35.57a12 12 0 0 0-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 0 0 528.1 472h-32.2a12 12 0 0 0-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 0 0-11.68-9.29h-35.39a12 12 0 0 0-3.11.41 12 12 0 0 0-8.47 14.7l74.17 276A12 12 0 0 0 415.6 772h31.99a12 12 0 0 0 11.59-8.9l52.81-197z")),e.FileUnknownFill=l("file-unknown",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 1 0 0-64 32 32 0 0 0 0 64z")),e.FileZipFill=l("file-zip",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z")),e.FileFill=l("file",a,c(i,"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z")),e.FilterFill=l("filter",a,c(i,"M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z")),e.FireFill=l("fire",a,c(i,"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9z")),e.FlagFill=l("flag",a,c(i,"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z")),e.FolderAddFill=l("folder-add",a,c(i,"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z")),e.FolderFill=l("folder",a,c(i,"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z")),e.FolderOpenFill=l("folder-open",a,c(i,"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z")),e.ForwardFill=l("forward",a,c(r,"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z")),e.FrownFill=l("frown",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.FundFill=l("fund",a,c(i,"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 0 1-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 0 1-11.3 0l-36.8-36.8a8.03 8.03 0 0 1 0-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z")),e.FunnelPlotFill=l("funnel-plot",a,c(i,"M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z")),e.GiftFill=l("gift",a,c(i,"M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z")),e.GithubFill=l("github",a,c(i,"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z")),e.GitlabFill=l("gitlab",a,c(i,"M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z")),e.GoldenFill=l("golden",a,c(i,"M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z")),e.GoogleCircleFill=l("google-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z")),e.GooglePlusCircleFill=l("google-plus-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z")),e.GooglePlusSquareFill=l("google-plus-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z")),e.GoogleSquareFill=l("google-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z")),e.HddFill=l("hdd",a,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z")),e.HeartFill=l("heart",a,c(i,"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z")),e.HighlightFill=l("highlight",a,c(i,"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z")),e.HomeFill=l("home",a,c(i,"M946.5 505L534.6 93.4a31.93 31.93 0 0 0-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z")),e.HourglassFill=l("hourglass",a,c(i,"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z")),e.Html5Fill=l("html5",a,c(i,"M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z")),e.IdcardFill=l("idcard",a,c(i,"M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z")),e.IeCircleFill=l("ie-circle",a,c(i,"M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z")),e.IeSquareFill=l("ie-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z")),e.InfoCircleFill=l("info-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.InstagramFill=l("instagram",a,c(i,"M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9z")),e.InsuranceFill=l("insurance",a,c(i,"M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z")),e.InteractionFill=l("interaction",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z")),e.InterationFill=l("interation",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z")),e.LayoutFill=l("layout",a,c(i,"M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z")),e.LeftCircleFill=l("left-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178a8 8 0 0 1 12.7 6.5v46.8z")),e.LeftSquareFill=l("left-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z")),e.LikeFill=l("like",a,c(i,"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z")),e.LockFill=l("lock",a,c(i,"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z")),e.LinkedinFill=l("linkedin",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z")),e.MailFill=l("mail",a,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z")),e.MedicineBoxFill=l("medicine-box",a,c(i,"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z")),e.MediumCircleFill=l("medium-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z")),e.MediumSquareFill=l("medium-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z")),e.MehFill=l("meh",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.MessageFill=l("message",a,c(i,"M924.3 338.4a447.57 447.57 0 0 0-96.1-143.3 443.09 443.09 0 0 0-143-96.3A443.91 443.91 0 0 0 512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 0 0-141.7 96.5 445 445 0 0 0-95 142.8A449.89 449.89 0 0 0 65 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 0 0 199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 0 0 827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z")),e.MinusCircleFill=l("minus-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z")),e.MinusSquareFill=l("minus-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z")),e.MobileFill=l("mobile",a,c(i,"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z")),e.MoneyCollectFill=l("money-collect",a,c(i,"M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z")),e.PauseCircleFill=l("pause-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z")),e.PayCircleFill=l("pay-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 0 1 7-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 0 1 7.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z")),e.NotificationFill=l("notification",a,c(i,"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z")),e.PhoneFill=l("phone",a,c(i,"M885.6 230.2L779.1 123.8a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 0 0-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 0 1 553.1 553 395.34 395.34 0 0 1 437 633.8L353.2 550a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 0 0-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z")),e.PictureFill=l("picture",a,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 0 1-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z")),e.PieChartFill=l("pie-chart",a,c(i,"M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 0 0-282.5 117 397.47 397.47 0 0 0-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 0 0 155.6 31.5 398.57 398.57 0 0 0 282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0 0 31.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 0 0 588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z")),e.PlayCircleFill=l("play-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z")),e.PlaySquareFill=l("play-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6z")),e.PlusCircleFill=l("plus-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z")),e.PlusSquareFill=l("plus-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z")),e.PoundCircleFill=l("pound-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z")),e.PrinterFill=l("printer",a,c(i,"M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z")),e.ProfileFill=l("profile",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z")),e.ProjectFill=l("project",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z")),e.PushpinFill=l("pushpin",a,c(i,"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z")),e.PropertySafetyFill=l("property-safety",a,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z")),e.QqCircleFill=l("qq-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z")),e.QqSquareFill=l("qq-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z")),e.QuestionCircleFill=l("question-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z")),e.ReadFill=l("read",a,c(i,"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z")),e.ReconciliationFill=l("reconciliation",a,c(i,"M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z")),e.RedEnvelopeFill=l("red-envelope",a,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z")),e.RedditCircleFill=l("reddit-circle",a,c(i,"M584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm72 108a36 36 0 1 0 72 0 36 36 0 1 0-72 0z")),e.RedditSquareFill=l("reddit-square",a,c(i,"M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM368 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0z")),e.RestFill=l("rest",a,c(i,"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 1 0 160 0 80 80 0 1 0-160 0z")),e.RightCircleFill=l("right-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z")),e.RocketFill=l("rocket",a,c(i,"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 0 1 0 96 48.01 48.01 0 0 1 0-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z")),e.RightSquareFill=l("right-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z")),e.SafetyCertificateFill=l("safety-certificate",a,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z")),e.SaveFill=l("save",a,c(i,"M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z")),e.ScheduleFill=l("schedule",a,c(i,"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z")),e.SecurityScanFill=l("security-scan",a,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28 80.1 80.1 0 1 0-113.27 113.28z")),e.SettingFill=l("setting",a,c(i,"M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.44 353.44 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.93 445.93 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.27 448.27 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z")),e.ShopFill=l("shop",a,c(i,"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z")),e.ShoppingFill=l("shopping",a,c(i,"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z")),e.SketchCircleFill=l("sketch-circle",a,c(i,"M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z")),e.SketchSquareFill=l("sketch-square",a,c(i,"M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z")),e.SkinFill=l("skin",a,c(i,"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44z")),e.SlackCircleFill=l("slack-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z")),e.SlackSquareFill=l("slack-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z")),e.SkypeFill=l("skype",a,c(i,"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z")),e.SlidersFill=l("sliders",a,c(i,"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z")),e.SmileFill=l("smile",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.SnippetsFill=l("snippets",a,c(i,"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z")),e.SoundFill=l("sound",a,c(i,"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z")),e.StarFill=l("star",a,c(i,"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z")),e.StepBackwardFill=l("step-backward",a,c(r,"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8")),e.StepForwardFill=l("step-forward",a,c(r,"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8")),e.StopFill=l("stop",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z")),e.SwitcherFill=l("switcher",a,c(i,"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z")),e.TabletFill=l("tablet",a,c(i,"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z")),e.TagFill=l("tag",a,c(i,"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z")),e.TagsFill=l("tags",a,c(i,"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z")),e.TaobaoCircleFill=l("taobao-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z")),e.TaobaoSquareFill=l("taobao-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z")),e.ToolFill=l("tool",a,c(i,"M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z")),e.ThunderboltFill=l("thunderbolt",a,c(i,"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z")),e.TrademarkCircleFill=l("trademark-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z")),e.TwitterCircleFill=l("twitter-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z")),e.TrophyFill=l("trophy",a,c(i,"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z")),e.TwitterSquareFill=l("twitter-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z")),e.UnlockFill=l("unlock",a,c(i,"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0z")),e.UpCircleFill=l("up-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z")),e.UpSquareFill=l("up-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z")),e.UsbFill=l("usb",a,c(i,"M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z")),e.WalletFill=l("wallet",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.VideoCameraFill=l("video-camera",a,c(i,"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z")),e.WarningFill=l("warning",a,c(i,"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.WeiboCircleFill=l("weibo-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z")),e.WechatFill=l("wechat",a,c(i,"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z")),e.WindowsFill=l("windows",a,c(i,"M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z")),e.YahooFill=l("yahoo",a,c(i,"M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z")),e.WeiboSquareFill=l("weibo-square",a,c(i,"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z")),e.YuqueFill=l("yuque",a,c(i,"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z")),e.YoutubeFill=l("youtube",a,c(i,"M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z")),e.ZhihuSquareFill=l("zhihu-square",a,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z")),e.ZhihuCircleFill=l("zhihu-circle",a,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z")),e.AccountBookOutline=l("account-book",o,c(i,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z")),e.AlertOutline=l("alert",o,c(i,"M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z")),e.AlipayCircleOutline=l("alipay-circle",o,c(i,"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z")),e.AliwangwangOutline=l("aliwangwang",o,c(i,"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z")),e.AndroidOutline=l("android",o,c(i,"M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z")),e.ApiOutline=l("api",o,c(i,"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 0 1-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z")),e.AppstoreOutline=l("appstore",o,c(i,"M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z")),e.AudioOutline=l("audio",o,c(i,"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z")),e.AppleOutline=l("apple",o,c(i,"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z")),e.BackwardOutline=l("backward",o,c(r,"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z")),e.BankOutline=l("bank",o,c(i,"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z")),e.BellOutline=l("bell",o,c(i,"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z")),e.BehanceSquareOutline=l("behance-square",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z")),e.BookOutline=l("book",o,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z")),e.BoxPlotOutline=l("box-plot",o,c(i,"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z")),e.BulbOutline=l("bulb",o,c(i,"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z")),e.BugOutline=l("bug",o,c(i,"M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z","M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2a281.38 281.38 0 0 0 123.2-149.5A120 120 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3A202.75 202.75 0 0 1 308 680V412h408v268z")),e.CalculatorOutline=l("calculator",o,c(i,"M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z")),e.BuildOutline=l("build",o,c(i,"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z")),e.CalendarOutline=l("calendar",o,c(i,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z")),e.CameraOutline=l("camera",o,c(i,"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z")),e.CarOutline=l("car",o,c(i,"M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm239-167.6L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.CaretDownOutline=l("caret-down",o,c(r,"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z")),e.CaretLeftOutline=l("caret-left",o,c(r,"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z")),e.CaretRightOutline=l("caret-right",o,c(r,"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z")),e.CarryOutOutline=l("carry-out",o,c(i,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z")),e.CheckCircleOutline=l("check-circle",o,c(i,"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.CaretUpOutline=l("caret-up",o,c(r,"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z")),e.CheckSquareOutline=l("check-square",o,c(i,"M433.1 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.ChromeOutline=l("chrome",o,c(i,"M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z")),e.ClockCircleOutline=l("clock-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z","M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z")),e.CloseCircleOutline=l("close-circle",o,c(i,"M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z","M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.CloudOutline=l("cloud",o,c(i,"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z")),e.CloseSquareOutline=l("close-square",o,c(i,"M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.CodeOutline=l("code",o,c(i,"M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.CodepenCircleOutline=l("codepen-circle",o,c(i,"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z")),e.CompassOutline=l("compass",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z")),e.ContactsOutline=l("contacts",o,c(i,"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z")),e.ContainerOutline=l("container",o,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z")),e.ControlOutline=l("control",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z")),e.CopyOutline=l("copy",o,c(i,"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z")),e.CreditCardOutline=l("credit-card",o,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z")),e.CrownOutline=l("crown",o,c(i,"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z")),e.CustomerServiceOutline=l("customer-service",o,c(i,"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z")),e.DashboardOutline=l("dashboard",o,c(i,"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z")),e.DeleteOutline=l("delete",o,c(i,"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z")),e.DiffOutline=l("diff",o,c(i,"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z")),e.DatabaseOutline=l("database",o,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.DislikeOutline=l("dislike",o,c(i,"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z")),e.DownCircleOutline=l("down-circle",o,c(i,"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.DownSquareOutline=l("down-square",o,c(i,"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.DribbbleSquareOutline=l("dribbble-square",o,c(i,"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z")),e.EnvironmentOutline=l("environment",o,c(i,"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z")),e.EditOutline=l("edit",o,c(i,"M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z")),e.ExclamationCircleOutline=l("exclamation-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z","M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z")),e.ExperimentOutline=l("experiment",o,c(i,"M512 472a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z")),e.EyeInvisibleOutline=l("eye-invisible",o,c(i,"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z","M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z")),e.EyeOutline=l("eye",o,c(i,"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z")),e.FacebookOutline=l("facebook",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z")),e.FastBackwardOutline=l("fast-backward",o,c(r,"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z")),e.FastForwardOutline=l("fast-forward",o,c(r,"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z")),e.FileAddOutline=l("file-add",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z")),e.FileExcelOutline=l("file-excel",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z")),e.FileExclamationOutline=l("file-exclamation",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM472 744a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z")),e.FileImageOutline=l("file-image",o,c(i,"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z")),e.FileMarkdownOutline=l("file-markdown",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z")),e.FilePptOutline=l("file-ppt",o,c(i,"M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z")),e.FileTextOutline=l("file-text",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z")),e.FilePdfOutline=l("file-pdf",o,c(i,"M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z")),e.FileZipOutline=l("file-zip",o,c(i,"M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z")),e.FileOutline=l("file",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z")),e.FilterOutline=l("filter",o,c(i,"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z")),e.FileWordOutline=l("file-word",o,c(i,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z")),e.FireOutline=l("fire",o,c(i,"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z")),e.FileUnknownOutline=l("file-unknown",o,c(i,"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1 0 64 0 32 32 0 1 0-64 0z")),e.FlagOutline=l("flag",o,c(i,"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z")),e.FolderAddOutline=l("folder-add",o,c(i,"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z")),e.FolderOutline=l("folder",o,c(i,"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z")),e.FolderOpenOutline=l("folder-open",o,c(i,"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z")),e.ForwardOutline=l("forward",o,c(r,"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z")),e.FrownOutline=l("frown",o,c(i,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533z")),e.FundOutline=l("fund",o,c(i,"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L531 565 416.6 450.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z")),e.FunnelPlotOutline=l("funnel-plot",o,c(i,"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z")),e.GiftOutline=l("gift",o,c(i,"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z")),e.GithubOutline=l("github",o,c(i,"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z")),e.GitlabOutline=l("gitlab",o,c(i,"M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z")),e.HeartOutline=l("heart",o,c(i,"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z")),e.HddOutline=l("hdd",o,c(i,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.HighlightOutline=l("highlight",o,c(i,"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z")),e.HomeOutline=l("home",o,c(i,"M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.9 63.9 0 0 0-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0 0 18.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z")),e.HourglassOutline=l("hourglass",o,c(i,"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z")),e.Html5Outline=l("html5",o,c(i,"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z")),e.IdcardOutline=l("idcard",o,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z")),e.InfoCircleOutline=l("info-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z","M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z")),e.InstagramOutline=l("instagram",o,c(i,"M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z")),e.InsuranceOutline=l("insurance",o,c(i,"M441.6 306.8L403 288.6a6.1 6.1 0 0 0-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 0 0-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0 0 33.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z")),e.InteractionOutline=l("interaction",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z")),e.InterationOutline=l("interation",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z")),e.LayoutOutline=l("layout",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z")),e.LeftCircleOutline=l("left-circle",o,c(i,"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.LeftSquareOutline=l("left-square",o,c(i,"M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 0 0 0 13z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.LikeOutline=l("like",o,c(i,"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0 1 42.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z")),e.LinkedinOutline=l("linkedin",o,c(i,"M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 1 0-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z")),e.LockOutline=l("lock",o,c(i,"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z")),e.MedicineBoxOutline=l("medicine-box",o,c(i,"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z")),e.MehOutline=l("meh",o,c(i,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z")),e.MailOutline=l("mail",o,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z")),e.MessageOutline=l("message",o,c(i,"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm200 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z")),e.MinusCircleOutline=l("minus-circle",o,c(i,"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.MinusSquareOutline=l("minus-square",o,c(i,"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.MobileOutline=l("mobile",o,c(i,"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.MoneyCollectOutline=l("money-collect",o,c(i,"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z")),e.PauseCircleOutline=l("pause-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z")),e.PayCircleOutline=l("pay-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 0 0-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z")),e.NotificationOutline=l("notification",o,c(i,"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z")),e.PhoneOutline=l("phone",o,c(i,"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z")),e.PictureOutline=l("picture",o,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z")),e.PieChartOutline=l("pie-chart",o,c(i,"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z")),e.PlaySquareOutline=l("play-square",o,c(i,"M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.PlayCircleOutline=l("play-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z","M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z")),e.PlusCircleOutline=l("plus-circle",o,c(i,"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.PrinterOutline=l("printer",o,c(i,"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z")),e.PlusSquareOutline=l("plus-square",o,c(i,"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.ProfileOutline=l("profile",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.ProjectOutline=l("project",o,c(i,"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.PushpinOutline=l("pushpin",o,c(i,"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z")),e.PropertySafetyOutline=l("property-safety",o,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 0 0-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 0 0-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z")),e.QuestionCircleOutline=l("question-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z","M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.ReadOutline=l("read",o,c(i,"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z")),e.ReconciliationOutline=l("reconciliation",o,c(i,"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z")),e.RedEnvelopeOutline=l("red-envelope",o,c(i,"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z")),e.RestOutline=l("rest",o,c(i,"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z","M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z")),e.RightCircleOutline=l("right-circle",o,c(i,"M666.7 505.5l-246-178A8 8 0 0 0 408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.RocketOutline=l("rocket",o,c(i,"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0 1 62.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z")),e.RightSquareOutline=l("right-square",o,c(i,"M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.SafetyCertificateOutline=l("safety-certificate",o,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z")),e.ScheduleOutline=l("schedule",o,c(i,"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z")),e.SaveOutline=l("save",o,c(i,"M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z")),e.SecurityScanOutline=l("security-scan",o,c(i,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z")),e.SettingOutline=l("setting",o,c(i,"M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z")),e.ShoppingOutline=l("shopping",o,c(i,"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z")),e.SkinOutline=l("skin",o,c(i,"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z")),e.SkypeOutline=l("skype",o,c(i,"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z")),e.SlackSquareOutline=l("slack-square",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z")),e.SlidersOutline=l("sliders",o,c(i,"M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74z")),e.SmileOutline=l("smile",o,c(i,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z")),e.SnippetsOutline=l("snippets",o,c(i,"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z")),e.SoundOutline=l("sound",o,c(i,"M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344z")),e.StarOutline=l("star",o,c(i,"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z")),e.StepBackwardOutline=l("step-backward",o,c(r,"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8")),e.StepForwardOutline=l("step-forward",o,c(r,"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8")),e.StopOutline=l("stop",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z")),e.SwitcherOutline=l("switcher",o,c(i,"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z")),e.TagOutline=l("tag",o,c(i,"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z")),e.TabletOutline=l("tablet",o,c(i,"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.ShopOutline=l("shop",o,c(i,"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z")),e.TagsOutline=l("tags",o,c(i,"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1 0 67.88-67.89 48 48 0 1 0-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z")),e.TaobaoCircleOutline=l("taobao-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z")),e.ToolOutline=l("tool",o,c(i,"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z")),e.ThunderboltOutline=l("thunderbolt",o,c(i,"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z")),e.TrophyOutline=l("trophy",o,c(i,"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM184 352V232h64v207.6a91.99 91.99 0 0 1-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z")),e.UnlockOutline=l("unlock",o,c(i,"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z")),e.UpCircleOutline=l("up-circle",o,c(i,"M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z","M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z")),e.UpSquareOutline=l("up-square",o,c(i,"M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246A7.96 7.96 0 0 0 334 624z","M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.UsbOutline=l("usb",o,c(i,"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z")),e.VideoCameraOutline=l("video-camera",o,c(i,"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z")),e.WalletOutline=l("wallet",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.WarningOutline=l("warning",o,c(i,"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z")),e.WechatOutline=l("wechat",o,c(i,"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z")),e.WeiboCircleOutline=l("weibo-circle",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z")),e.WindowsOutline=l("windows",o,c(i,"M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z")),e.YahooOutline=l("yahoo",o,c(i,"M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z")),e.WeiboSquareOutline=l("weibo-square",o,c(i,"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z")),e.YuqueOutline=l("yuque",o,c(i,"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z")),e.YoutubeOutline=l("youtube",o,c(i,"M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 0 0-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0 0 82.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z")),e.AlibabaOutline=l("alibaba",o,c(i,"M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z")),e.AlignCenterOutline=l("align-center",o,c(i,"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.AlignLeftOutline=l("align-left",o,c(i,"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.AlignRightOutline=l("align-right",o,c(i,"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.AlipayOutline=l("alipay",o,c(i,"M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 0 1-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z")),e.AliyunOutline=l("aliyun",o,c(i,"M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z")),e.AmazonOutline=l("amazon",o,c(i,"M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 0 0-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z")),e.AntCloudOutline=l("ant-cloud",o,c(i,"M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-65.7 61.3a24 24 0 1 0 48 0 24 24 0 1 0-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z")),e.ApartmentOutline=l("apartment",o,c(i,"M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z")),e.AntDesignOutline=l("ant-design",o,c(i,"M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 0 0 0 76.4L474.6 944a54.14 54.14 0 0 0 76.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 0 0-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 1 0 212.6 0 106.3 106.2 0 1 0-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 0 0 0 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 0 0 0 68.6 48.7 48.7 0 0 0 68.7 0l121.8-121.7a53.93 53.93 0 0 0-.1-76.4z")),e.AreaChartOutline=l("area-chart",o,c(i,"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 0 0-11.3 0l-189 189.6a7.87 7.87 0 0 0-2.3 5.6V720c0 4.4 3.6 8 8 8z")),e.ArrowLeftOutline=l("arrow-left",o,c(i,"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")),e.ArrowDownOutline=l("arrow-down",o,c(i,"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z")),e.ArrowUpOutline=l("arrow-up",o,c(i,"M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z")),e.ArrowsAltOutline=l("arrows-alt",o,c(i,"M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z")),e.ArrowRightOutline=l("arrow-right",o,c(i,"M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4z")),e.AuditOutline=l("audit",o,c(i,"M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z")),e.BarChartOutline=l("bar-chart",o,c(i,"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z")),e.BarcodeOutline=l("barcode",o,c(i,"M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z")),e.BarsOutline=l("bars",o,c(r,"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.BgColorsOutline=l("bg-colors",o,c(i,"M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z")),e.BehanceOutline=l("behance",o,c(i,"M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z")),e.BlockOutline=l("block",o,c(i,"M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z")),e.BoldOutline=l("bold",o,c(i,"M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z")),e.BorderBottomOutline=l("border-bottom",o,c(i,"M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z")),e.BorderLeftOutline=l("border-left",o,c(i,"M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderOuterOutline=l("border-outer",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z")),e.BorderInnerOutline=l("border-inner",o,c(i,"M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderRightOutline=l("border-right",o,c(i,"M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderHorizontalOutline=l("border-horizontal",o,c(i,"M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderTopOutline=l("border-top",o,c(i,"M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderVerticleOutline=l("border-verticle",o,c(i,"M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.BorderOutline=l("border",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z")),e.BranchesOutline=l("branches",o,c(i,"M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm408-491a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.CheckOutline=l("check",o,c(i,"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z")),e.CiOutline=l("ci",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z")),e.CloseOutline=l("close",o,c(i,"M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z")),e.CloudDownloadOutline=l("cloud-download",o,c(i,"M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z","M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z")),e.CloudServerOutline=l("cloud-server",o,c(i,"M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z","M424 748a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm0-178a32 32 0 1 0 64 0 32 32 0 1 0-64 0z","M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z")),e.CloudSyncOutline=l("cloud-sync",o,c(i,"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z","M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 0 0 3 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 0 0-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z")),e.CloudUploadOutline=l("cloud-upload",o,c(i,"M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z","M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z")),e.ClusterOutline=l("cluster",o,c(i,"M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1 0 80 0 40 40 0 1 0-80 0z")),e.CodepenOutline=l("codepen",o,c(i,"M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 0 0-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z")),e.CodeSandboxOutline=l("code-sandbox",o,c(i,"M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z")),e.ColumHeightOutline=l("colum-height",o,c(i,"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z")),e.ColumnWidthOutline=l("column-width",o,c(i,"M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z")),e.ColumnHeightOutline=l("column-height",o,c(i,"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z")),e.CoffeeOutline=l("coffee",o,c(r,"M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z")),e.CopyrightOutline=l("copyright",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z")),e.DashOutline=l("dash",o,c(i,"M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z")),e.DeploymentUnitOutline=l("deployment-unit",o,c(i,"M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z")),e.DesktopOutline=l("desktop",o,c(i,"M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z")),e.DingdingOutline=l("dingding",o,c(i,"M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z")),e.DisconnectOutline=l("disconnect",o,c(i,"M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z")),e.DollarOutline=l("dollar",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z")),e.DoubleRightOutline=l("double-right",o,c(i,"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z")),e.DotChartOutline=l("dot-chart",o,c(i,"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm118-224a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm158 228a96 96 0 1 0 192 0 96 96 0 1 0-192 0zm148-314a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.DoubleLeftOutline=l("double-left",o,c(i,"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z")),e.DownloadOutline=l("download",o,c(i,"M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z")),e.DribbbleOutline=l("dribbble",o,c(i,"M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 0 1 512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z")),e.DropboxOutline=l("dropbox",o,c(i,"M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z")),e.EllipsisOutline=l("ellipsis",o,c(i,"M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.EnterOutline=l("enter",o,c(i,"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z")),e.EuroOutline=l("euro",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z")),e.ExceptionOutline=l("exception",o,c(i,"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.ExclamationOutline=l("exclamation",o,c(i,"M448 804a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z")),e.ExportOutline=l("export",o,c(i,"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z")),e.FallOutline=l("fall",o,c(i,"M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 0 0-11.3 0l-45 45.2a8.03 8.03 0 0 0 0 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 0 0 4.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z")),e.FileDoneOutline=l("file-done",o,c(i,"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 0 0-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.FileSyncOutline=l("file-sync",o,c(i,"M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 0 0 3 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 0 0-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 0 0-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0 0 12.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z")),e.FileProtectOutline=l("file-protect",o,c(i,"M644.7 669.2a7.92 7.92 0 0 0-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 0 0-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z")),e.FileSearchOutline=l("file-search",o,c(i,"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 0 0 0-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z")),e.FileJpgOutline=l("file-jpg",o,c(r,"M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z")),e.FontColorsOutline=l("font-colors",o,c(i,"M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 0 0 6-12.4L573.6 118.6a9.9 9.9 0 0 0-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z")),e.FontSizeOutline=l("font-size",o,c(i,"M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z")),e.ForkOutline=l("fork",o,c(i,"M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm336 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm192-552a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z")),e.FormOutline=l("form",o,c(i,"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z","M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 0 0-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z")),e.FullscreenExitOutline=l("fullscreen-exit",o,c(i,"M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z")),e.FullscreenOutline=l("fullscreen",o,c(i,"M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z")),e.GatewayOutline=l("gateway",o,c(i,"M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z")),e.DownOutline=l("down",o,c(i,"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z")),e.DragOutline=l("drag",o,c(i,"M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4z")),e.GlobalOutline=l("global",o,c(i,"M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0 0 10-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 0 0 3.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 0 0-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 0 1 887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 0 1-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 0 1 115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 0 1 540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 0 0 540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 0 1-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 0 0-81.5 55.9A373.86 373.86 0 0 1 137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 0 1-107.6 69.2z")),e.GooglePlusOutline=l("google-plus",o,c(i,"M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z")),e.GoogleOutline=l("google",o,c(i,"M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z")),e.HeatMapOutline=l("heat-map",o,c(i,"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z")),e.GoldOutline=l("gold",o,c(i,"M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z")),e.HistoryOutline=l("history",o,c(i,"M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 0 0 3 14.1zm167.7 301.1l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 0 1-112.5 75.9 352.18 352.18 0 0 1-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 0 1-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 0 1 171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 0 1 112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 0 1 775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z")),e.IeOutline=l("ie",o,c(i,"M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z")),e.InboxOutline=l("inbox",o,c(r,"M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0 0 60.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z")),e.ImportOutline=l("import",o,c(i,"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.InfoOutline=l("info",o,c(i,"M448 224a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z")),e.ItalicOutline=l("italic",o,c(i,"M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z")),e.IssuesCloseOutline=l("issues-close",o,c(i,"M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 0 0-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0 0 26 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 0 1-49.8 62.2A355.92 355.92 0 0 1 651.1 840a355 355 0 0 1-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 0 1-113.3-76.3A353.06 353.06 0 0 1 184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 0 1 138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 0 0 892 694z")),e.KeyOutline=l("key",o,c(i,"M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 0 0 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z")),e.LaptopOutline=l("laptop",o,c(i,"M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z")),e.LeftOutline=l("left",o,c(i,"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z")),e.LinkOutline=l("link",o,c(i,"M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z")),e.LineChartOutline=l("line-chart",o,c(i,"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 0 0-11.3 0L266.3 586.7a8.03 8.03 0 0 0 0 11.3l39.5 39.7z")),e.LineHeightOutline=l("line-height",o,c(i,"M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 0 0-11.3 0L713.6 306.3a7.23 7.23 0 0 0 5.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 0 0-5.6-11.7z")),e.LineOutline=l("line",o,c(i,"M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.Loading3QuartersOutline=l("loading-3-quarters",o,c(r,"M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z")),e.LoadingOutline=l("loading",o,c(r,"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z")),e.LoginOutline=l("login",o,c(i,"M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z")),e.LogoutOutline=l("logout",o,c(i,"M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z")),e.ManOutline=l("man",o,c(i,"M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z")),e.MediumOutline=l("medium",o,c(i,"M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 0 1-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 0 1 6.8-17.2z")),e.MediumWorkmarkOutline=l("medium-workmark",o,c(r,"M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 0 1-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0 1 34.61 21.67v-56.19a6.99 6.99 0 0 0-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 0 0-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0 0 19.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 0 0-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 0 1-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 0 0-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0 0 19.35-12.2v-80.85a7.65 7.65 0 0 0-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 0 0-21.19 11.64 99.68 99.68 0 0 1 2.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 0 0 2.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 0 0-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0 1 44.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 0 0 2.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 0 0 2.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 0 0 2.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 0 0 2.96-17.78V457.97A19.71 19.71 0 0 0 24 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 0 0-2.72 6.8v139.37a6.5 6.5 0 0 0 2.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0 0 40.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z")),e.MenuUnfoldOutline=l("menu-unfold",o,c(i,"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z")),e.MenuFoldOutline=l("menu-fold",o,c(i,"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z")),e.MenuOutline=l("menu",o,c(i,"M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z")),e.MinusOutline=l("minus",o,c(i,"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")),e.MonitorOutline=l("monitor",o,c(i,"M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 0 0-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 0 0-11.2-1.4l-37.9 29.7a7.97 7.97 0 0 0-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z")),e.MoreOutline=l("more",o,c(i,"M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.OrderedListOutline=l("ordered-list",o,c(i,"M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 0 0-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 0 0 2.1-5.4V432c0-2.2-1.8-4-4-4z")),e.NumberOutline=l("number",o,c(i,"M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z")),e.PauseOutline=l("pause",o,c(i,"M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z")),e.PercentageOutline=l("percentage",o,c(i,"M855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z")),e.PaperClipOutline=l("paper-clip",o,c(i,"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z")),e.PicCenterOutline=l("pic-center",o,c(i,"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z")),e.PicLeftOutline=l("pic-left",o,c(i,"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z")),e.PlusOutline=l("plus",o,c(i,"M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z","M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z")),e.PicRightOutline=l("pic-right",o,c(i,"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z")),e.PoundOutline=l("pound",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z")),e.PoweroffOutline=l("poweroff",o,c(i,"M705.6 124.9a8 8 0 0 0-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0 1 62.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0 1 27.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 0 1-76.3 113.3 353.06 353.06 0 0 1-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 0 1-113.2-76.4A355.92 355.92 0 0 1 184 650.4a355 355 0 0 1-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z")),e.PullRequestOutline=l("pull-request",o,c(i,"M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0z")),e.QqOutline=l("qq",o,c(i,"M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z")),e.QuestionOutline=l("question",o,c(i,"M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 0 0-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z")),e.RadarChartOutline=l("radar-chart",o,c(i,"M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z")),e.QrcodeOutline=l("qrcode",o,c(i,"M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z")),e.RadiusBottomleftOutline=l("radius-bottomleft",o,c(i,"M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.RadiusBottomrightOutline=l("radius-bottomright",o,c(i,"M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z")),e.RadiusUpleftOutline=l("radius-upleft",o,c(i,"M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.RadiusUprightOutline=l("radius-upright",o,c(i,"M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z")),e.RadiusSettingOutline=l("radius-setting",o,c(i,"M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z")),e.RedditOutline=l("reddit",o,c(i,"M288 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 1 1 0 63 31.5 31.5 0 0 1 0-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.RedoOutline=l("redo",o,c(i,"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z")),e.ReloadOutline=l("reload",o,c(i,"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.16 342.16 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z")),e.RetweetOutline=l("retweet",o,c(r,"M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z")),e.RightOutline=l("right",o,c(i,"M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z")),e.RiseOutline=l("rise",o,c(i,"M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 0 0 0 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0 0 13.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z")),e.RollbackOutline=l("rollback",o,c(i,"M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 0 0 0 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z")),e.SafetyOutline=l("safety",o,c(r,"M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z","M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z")),e.RobotOutline=l("robot",o,c(i,"M300 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")),e.SearchOutline=l("search",o,c(i,"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z")),e.ScanOutline=l("scan",o,c(i,"M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.ScissorOutline=l("scissor",o,c(i,"M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 0 0 288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z")),e.SelectOutline=l("select",o,c(i,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 0 0-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z")),e.ShakeOutline=l("shake",o,c(i,"M324 666a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 0 0 0 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0 0 11.2 0L373.7 164a7.9 7.9 0 0 0 0-11.2l-38.4-38.4a7.9 7.9 0 0 0-11.2 0L114.3 323.9a7.9 7.9 0 0 0 0 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 0 0-11.2 0L650.3 860.1a7.9 7.9 0 0 0 0 11.2l38.4 38.4a7.9 7.9 0 0 0 11.2 0L909.7 700a7.9 7.9 0 0 0 0-11.2l-38.3-38.5z")),e.ShareAltOutline=l("share-alt",o,c(i,"M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 0 0 0-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z")),e.ShoppingCartOutline=l("shopping-cart",o,c(r,"M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z")),e.ShrinkOutline=l("shrink",o,c(i,"M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z")),e.SlackOutline=l("slack",o,c(i,"M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3a76.92 76.92 0 0 0-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5c42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z")),e.SmallDashOutline=l("small-dash",o,c(i,"M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z")),e.SolutionOutline=l("solution",o,c(i,"M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z")),e.SketchOutline=l("sketch",o,c(i,"M925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z")),e.SortDescendingOutline=l("sort-descending",o,c(i,"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM310.3 167.1a8 8 0 0 0-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z")),e.SortAscendingOutline=l("sort-ascending",o,c(i,"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0 0 12.6 0l112-141.9c4.1-5.2.4-13-6.3-13z")),e.StockOutline=l("stock",o,c(i,"M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0 0 45.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 0 0-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 0 0-45.2 0L165.7 610.5a7.94 7.94 0 0 0 0 11.3z")),e.SwapLeftOutline=l("swap-left",o,c(r,"M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")),e.SwapRightOutline=l("swap-right",o,c(r,"M873.1 596.2l-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z")),e.StrikethroughOutline=l("strikethrough",o,c(i,"M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 0 0-8-7.9z")),e.SwapOutline=l("swap",o,c(i,"M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z")),e.SyncOutline=l("sync",o,c(i,"M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z")),e.TableOutline=l("table",o,c(i,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z")),e.TeamOutline=l("team",o,c(i,"M824.2 699.9a301.55 301.55 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z")),e.TaobaoOutline=l("taobao",o,c(i,"M168.5 273.7a68.7 68.7 0 1 0 137.4 0 68.7 68.7 0 1 0-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z")),e.ToTopOutline=l("to-top",o,c(i,"M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z")),e.TrademarkOutline=l("trademark",o,c(i,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z")),e.TransactionOutline=l("transaction",o,c(i,"M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4 352.57 352.57 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2z")),e.TwitterOutline=l("twitter",o,c(i,"M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94 336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z")),e.UnderlineOutline=l("underline",o,c(i,"M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z")),e.UndoOutline=l("undo",o,c(i,"M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z")),e.UnorderedListOutline=l("unordered-list",o,c(i,"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z")),e.UpOutline=l("up",o,c(i,"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z")),e.UploadOutline=l("upload",o,c(i,"M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z")),e.UserAddOutline=l("user-add",o,c(i,"M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 888.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.UsergroupAddOutline=l("usergroup-add",o,c(i,"M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z")),e.UserOutline=l("user",o,c(i,"M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z")),e.UserDeleteOutline=l("user-delete",o,c(i,"M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z")),e.UsergroupDeleteOutline=l("usergroup-delete",o,c(i,"M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z")),e.VerticalAlignBottomOutline=l("vertical-align-bottom",o,c(i,"M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z")),e.VerticalAlignMiddleOutline=l("vertical-align-middle",o,c(i,"M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 0 0-11.3 0L405.6 752.3a7.23 7.23 0 0 0 5.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z")),e.VerticalAlignTopOutline=l("vertical-align-top",o,c(i,"M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z")),e.VerticalRightOutline=l("vertical-right",o,c(i,"M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z")),e.VerticalLeftOutline=l("vertical-left",o,c(i,"M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 0 0 254 164z")),e.WifiOutline=l("wifi",o,c(i,"M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 1 0 128 0 64 64 0 1 0-128 0z")),e.ZhihuOutline=l("zhihu",o,c(i,"M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z")),e.WeiboOutline=l("weibo",o,c(i,"M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3 28.45 28.45 0 0 0-21.9 33.8 28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3 28.45 28.45 0 0 0 18.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3 33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z")),e.WomanOutline=l("woman",o,c(i,"M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z")),e.ZoomInOutline=l("zoom-in",o,c(i,"M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z")),e.AccountBookTwoTone=l("account-book",s,(function(t,e){return c(i,[e,"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z"],[t,"M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z"],[t,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"])})),e.ZoomOutOutline=l("zoom-out",o,c(i,"M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z")),e.AlertTwoTone=l("alert",s,(function(t,e){return c(i,[e,"M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z"],[t,"M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z"])})),e.ApiTwoTone=l("api",s,(function(t,e){return c(i,[e,"M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z"],[t,"M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z"])})),e.AppstoreTwoTone=l("appstore",s,(function(t,e){return c(i,[t,"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z"],[e,"M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z"])})),e.BankTwoTone=l("bank",s,(function(t,e){return c(i,[e,"M240.9 393.9h542.2L512 196.7z"],[t,"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z"])})),e.AudioTwoTone=l("audio",s,(function(t,e){return c(i,[e,"M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z"],[t,"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z"],[t,"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z"])})),e.BellTwoTone=l("bell",s,(function(t,e){return c(i,[e,"M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z"],[t,"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z"])})),e.BookTwoTone=l("book",s,(function(t,e){return c(i,[t,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z"],[e,"M668 345.9V136h-96v211.4l49.5-35.4z"],[e,"M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z"])})),e.BoxPlotTwoTone=l("box-plot",s,(function(t,e){return c(i,[e,"M296 368h88v288h-88zm152 0h280v288H448z"],[t,"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z"])})),e.BugTwoTone=l("bug",s,(function(t,e){return c(i,[t,"M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308zm484 172v96c0 6.5-.22 12.95-.66 19.35C859.94 728.64 908 796.7 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.89-59.57-103.7a278.63 278.63 0 0 1-22.66 49.02 281.39 281.39 0 0 1-100.45 100.45C611.84 946.07 563.55 960 512 960s-99.84-13.93-141.32-38.23a281.39 281.39 0 0 1-100.45-100.45 278.63 278.63 0 0 1-22.66-49.02A119.95 119.95 0 0 0 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.3 48.07-147.36 116.66-176.65A284.12 284.12 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.77 0-139-62.23-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8 63 63 0 0 0 63 63h560a63 63 0 0 0 63-63 8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.77-62.23 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.04 8.78-76.75 25.9-108.07a184.57 184.57 0 0 1 74.03-74.03C427.25 72.78 463.96 64 504 64h16c40.04 0 76.75 8.78 108.07 25.9a184.57 184.57 0 0 1 74.03 74.03C719.22 195.25 728 231.96 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.33-5.94-53.15-17.08-73.53a112.56 112.56 0 0 0-45.39-45.4C573.15 141.95 548.33 136 520 136h-16c-28.33 0-53.15 5.94-73.53 17.08a112.56 112.56 0 0 0-45.4 45.39C373.95 218.85 368 243.67 368 272z"],[e,"M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308z"])})),e.BulbTwoTone=l("bulb",s,(function(t,e){return c(i,[e,"M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z"],[t,"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z"])})),e.CalculatorTwoTone=l("calculator",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z"],[t,"M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z"])})),e.BuildTwoTone=l("build",s,(function(t,e){return c(i,[e,"M144 546h200v200H144zm268-268h200v200H412z"],[t,"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z"])})),e.CalendarTwoTone=l("calendar",s,(function(t,e){return c(i,[e,"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z"],[t,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z"])})),e.CameraTwoTone=l("camera",s,(function(t,e){return c(i,[e,"M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z"],[t,"M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z"],[t,"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z"])})),e.CarTwoTone=l("car",s,(function(t,e){return c(i,[e,"M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"],[t,"M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"],[t,"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z"],[t,"M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z"])})),e.CarryOutTwoTone=l("carry-out",s,(function(t,e){return c(i,[t,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z"],[e,"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z"],[t,"M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z"])})),e.CheckCircleTwoTone=l("check-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z"],[t,"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"])})),e.CheckSquareTwoTone=l("check-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z"],[t,"M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z"])})),e.ClockCircleTwoTone=l("clock-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z"],[t,"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z"])})),e.CloseCircleTwoTone=l("close-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z"],[t,"M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z"])})),e.CloudTwoTone=l("cloud",s,(function(t,e){return c(i,[e,"M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z"],[t,"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z"])})),e.CloseSquareTwoTone=l("close-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z"],[t,"M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z"])})),e.CodeTwoTone=l("code",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z"],[t,"M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z"])})),e.CompassTwoTone=l("compass",s,(function(t,e){return c(i,[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z"],[t,"M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z"],[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"])})),e.ContactsTwoTone=l("contacts",s,(function(t,e){return c(i,[e,"M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z"],[e,"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z"],[t,"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z"],[t,"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"])})),e.ContainerTwoTone=l("container",s,(function(t,e){return c(i,[e,"M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z"],[t,"M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"],[t,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z"],[t,"M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])})),e.ControlTwoTone=l("control",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z"],[e,"M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z"],[t,"M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z"])})),e.CopyTwoTone=l("copy",s,(function(t,e){return c(i,[e,"M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z"],[t,"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z"],[t,"M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z"])})),e.CreditCardTwoTone=l("credit-card",s,(function(t,e){return c(i,[e,"M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z"],[t,"M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z"],[t,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z"])})),e.CrownTwoTone=l("crown",s,(function(t,e){return c(i,[e,"M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z"],[e,"M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z"],[t,"M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z"],[t,"M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z"])})),e.CustomerServiceTwoTone=l("customer-service",s,(function(t,e){return c(i,[e,"M696 632h128v192H696zm-496 0h128v192H200z"],[t,"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z"])})),e.DashboardTwoTone=l("dashboard",s,(function(t,e){return c(i,[e,"M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 0 0 884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 0 1-11.3 0l-56.6-56.6a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z"],[t,"M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z"],[t,"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z"],[t,"M762.7 340.8l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z"])})),e.DeleteTwoTone=l("delete",s,(function(t,e){return c(i,[e,"M292.7 840h438.6l24.2-512h-487z"],[t,"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z"])})),e.DiffTwoTone=l("diff",s,(function(t,e){return c(i,[e,"M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z"],[t,"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z"],[t,"M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z"],[t,"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z"])})),e.DatabaseTwoTone=l("database",s,(function(t,e){return c(i,[e,"M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"],[t,"M304 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-544a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"],[t,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z"])})),e.DislikeTwoTone=l("dislike",s,(function(t,e){return c(i,[e,"M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0 0 42.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z"],[t,"M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z"])})),e.DownCircleTwoTone=l("down-circle",s,(function(t,e){return c(i,[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z"],[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[t,"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z"])})),e.DownSquareTwoTone=l("down-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z"],[t,"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z"])})),e.EnvironmentTwoTone=l("environment",s,(function(t,e){return c(i,[e,"M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"],[t,"M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z"],[t,"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z"])})),e.EditTwoTone=l("edit",s,(function(t,e){return c(i,[e,"M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z"],[t,"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z"])})),e.ExclamationCircleTwoTone=l("exclamation-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.ExperimentTwoTone=l("experiment",s,(function(t,e){return c(i,[e,"M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z"],[t,"M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z"],[t,"M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4z"])})),e.EyeInvisibleTwoTone=l("eye-invisible",s,(function(t,e){return c(i,[e,"M254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05zM942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z"],[t,"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zM878.63 165.56L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z"],[t,"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"])})),e.EyeTwoTone=l("eye",s,(function(t,e){return c(i,[e,"M81.8 537.8a60.3 60.3 0 0 1 0-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z"],[e,"M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z"],[t,"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z"],[t,"M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"])})),e.FileAddTwoTone=l("file-add",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z"])})),e.FileExclamationTwoTone=l("file-exclamation",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])})),e.FileImageTwoTone=l("file-image",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0 1 12.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])})),e.FileExcelTwoTone=l("file-excel",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z"])})),e.FileMarkdownTwoTone=l("file-markdown",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 0 1-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z"])})),e.FilePdfTwoTone=l("file-pdf",s,(function(t,e){return c(i,[e,"M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z"],[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z"],[e,"M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z"])})),e.FilePptTwoTone=l("file-ppt",s,(function(t,e){return c(i,[e,"M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z"],[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z"])})),e.FileTextTwoTone=l("file-text",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])})),e.FileUnknownTwoTone=l("file-unknown",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z"],[t,"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M480 744a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z"])})),e.FileZipTwoTone=l("file-zip",s,(function(t,e){return c(i,[e,"M344 630h32v2h-32z"],[e,"M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 0 1-42-42z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z"],[t,"M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z"])})),e.FileWordTwoTone=l("file-word",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0 1 11.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0 1 11.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"],[t,"M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z"])})),e.FileTwoTone=l("file",s,(function(t,e){return c(i,[e,"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42z"],[t,"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z"])})),e.FilterTwoTone=l("filter",s,(function(t,e){return c(i,[e,"M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z"],[t,"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z"])})),e.FireTwoTone=l("fire",s,(function(t,e){return c(i,[e,"M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 0 1-51 24.4 73.36 73.36 0 0 1-53.4-18.8 74.01 74.01 0 0 1-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 0 1-12.1 46.5 354.26 354.26 0 0 1-58.2 101 349.6 349.6 0 0 1-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 0 0-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z"],[t,"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z"])})),e.FolderAddTwoTone=l("folder-add",s,(function(t,e){return c(i,[e,"M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z"],[t,"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"],[t,"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z"])})),e.FlagTwoTone=l("flag",s,(function(t,e){return c(i,[e,"M184 232h368v336H184z"],[e,"M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z"],[t,"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z"])})),e.FolderTwoTone=l("folder",s,(function(t,e){return c(i,[t,"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"],[e,"M372.5 256H184v512h656V370.4H492.1z"])})),e.FolderOpenTwoTone=l("folder-open",s,(function(t,e){return c(i,[e,"M159 768h612.3l103.4-256H262.3z"],[t,"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z"])})),e.FrownTwoTone=l("frown",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.FundTwoTone=l("fund",s,(function(t,e){return c(i,[t,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z"],[e,"M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 0 1-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 0 1-11.3 0l-36.7-36.9a8.03 8.03 0 0 1 0-11.3z"],[t,"M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L533 561 418.6 446.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z"])})),e.FunnelPlotTwoTone=l("funnel-plot",s,(function(t,e){return c(i,[e,"M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z"],[t,"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z"])})),e.GiftTwoTone=l("gift",s,(function(t,e){return c(i,[e,"M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z"],[t,"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z"])})),e.HddTwoTone=l("hdd",s,(function(t,e){return c(i,[e,"M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z"],[t,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z"],[t,"M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])})),e.HeartTwoTone=l("heart",s,(function(t,e){return c(i,[t,"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z"],[e,"M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z"])})),e.HighlightTwoTone=l("highlight",s,(function(t,e){return c(i,[e,"M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z"],[t,"M957.6 507.5L603.2 158.3a7.9 7.9 0 0 0-11.2 0L353.3 393.5a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z"])})),e.HomeTwoTone=l("home",s,(function(t,e){return c(i,[e,"M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z"],[t,"M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.6 63.6 0 0 0-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0 0 18.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z"])})),e.HourglassTwoTone=l("hourglass",s,(function(t,e){return c(i,[e,"M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 0 0 354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 0 0 512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z"],[t,"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z"])})),e.Html5TwoTone=l("html5",s,(function(t,e){return c(i,[t,"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z"],[e,"M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z"],[t,"M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z"])})),e.IdcardTwoTone=l("idcard",s,(function(t,e){return c(i,[t,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z"],[e,"M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 0 1-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z"],[e,"M321.3 463a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z"],[t,"M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z"])})),e.InfoCircleTwoTone=l("info-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"])})),e.InsuranceTwoTone=l("insurance",s,(function(t,e){return c(i,[t,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"],[e,"M521.9 358.8h97.9v41.6h-97.9z"],[e,"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z"],[t,"M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z"])})),e.InteractionTwoTone=l("interaction",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z"],[t,"M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"])})),e.InterationTwoTone=l("interation",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z"],[t,"M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z"])})),e.LayoutTwoTone=l("layout",s,(function(t,e){return c(i,[e,"M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z"],[t,"M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z"])})),e.LeftCircleTwoTone=l("left-circle",s,(function(t,e){return c(i,[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z"],[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[t,"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z"])})),e.LeftSquareTwoTone=l("left-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9z"],[t,"M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9z"])})),e.LikeTwoTone=l("like",s,(function(t,e){return c(i,[e,"M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 33.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4z"],[t,"M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z"])})),e.LockTwoTone=l("lock",s,(function(t,e){return c(i,[t,"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z"],[e,"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z"],[t,"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"])})),e.MailTwoTone=l("mail",s,(function(t,e){return c(i,[e,"M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 0 1-68.7 0z"],[e,"M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z"],[t,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z"])})),e.MedicineBoxTwoTone=l("medicine-box",s,(function(t,e){return c(i,[e,"M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z"],[t,"M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"],[t,"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z"])})),e.MehTwoTone=l("meh",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.MessageTwoTone=l("message",s,(function(t,e){return c(i,[e,"M775.3 248.9a369.62 369.62 0 0 0-119-80A370.2 370.2 0 0 0 512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 0 0-80-119zM312 560a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M664 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"],[t,"M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"],[t,"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.MinusCircleTwoTone=l("minus-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z"],[t,"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])})),e.MinusSquareTwoTone=l("minus-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z"],[t,"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])})),e.MobileTwoTone=l("mobile",s,(function(t,e){return c(i,[t,"M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z"],[e,"M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"],[t,"M472 786a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])})),e.PauseCircleTwoTone=l("pause-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z"],[t,"M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z"])})),e.MoneyCollectTwoTone=l("money-collect",s,(function(t,e){return c(i,[e,"M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z"],[t,"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z"],[t,"M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z"])})),e.NotificationTwoTone=l("notification",s,(function(t,e){return c(i,[e,"M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z"],[t,"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z"])})),e.PhoneTwoTone=l("phone",s,(function(t,e){return c(i,[e,"M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 0 1 438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z"],[t,"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z"])})),e.PictureTwoTone=l("picture",s,(function(t,e){return c(i,[t,"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z"],[e,"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z"],[e,"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 1 1 0 176 88 88 0 0 1 0-176z"],[e,"M276 368a28 28 0 1 0 56 0 28 28 0 1 0-56 0z"],[t,"M304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z"])})),e.PlayCircleTwoTone=l("play-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 0 1-12.7-6.5V353a8 8 0 0 1 12.7-6.5l218.4 158.8a7.9 7.9 0 0 1 0 12.9z"],[t,"M676.1 505.3L457.7 346.5A8 8 0 0 0 445 353v317.6a8.02 8.02 0 0 0 12.7 6.5l218.4-158.9a7.9 7.9 0 0 0 0-12.9z"])})),e.PlaySquareTwoTone=l("play-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z"],[t,"M442.3 677.6l199.4-156.8a11.2 11.2 0 0 0 0-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z"])})),e.PieChartTwoTone=l("pie-chart",s,(function(t,e){return c(i,[e,"M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 0 1-85.7-127.1A397.12 397.12 0 0 1 72 552.2v.2a398.57 398.57 0 0 0 117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 0 0 471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z"],[e,"M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 0 0-166.4-89.8z"],[e,"M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z"],[t,"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z"],[t,"M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 0 0-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 0 0 4.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z"])})),e.PlusCircleTwoTone=l("plus-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z"],[t,"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])})),e.PlusSquareTwoTone=l("plus-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z"],[t,"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])})),e.PoundCircleTwoTone=l("pound-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z"],[t,"M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z"])})),e.PrinterTwoTone=l("printer",s,(function(t,e){return c(i,[e,"M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z"],[t,"M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z"],[t,"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z"])})),e.ProfileTwoTone=l("profile",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"],[t,"M340 656a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])})),e.ProjectTwoTone=l("project",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z"],[t,"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z"])})),e.PushpinTwoTone=l("pushpin",s,(function(t,e){return c(i,[e,"M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0 0 30.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z"],[t,"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z"])})),e.PropertySafetyTwoTone=l("property-safety",s,(function(t,e){return c(i,[t,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"],[e,"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 0 1 8.9-5.5z"],[t,"M438.9 323.5a9.88 9.88 0 0 0-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 0 0-8.9 5.5l-73.2 144.3-72.9-144.3z"])})),e.QuestionCircleTwoTone=l("question-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z"],[t,"M472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z"])})),e.ReconciliationTwoTone=l("reconciliation",s,(function(t,e){return c(i,[e,"M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z"],[e,"M642 657a34 34 0 1 0 68 0 34 34 0 1 0-68 0z"],[t,"M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z"],[t,"M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z"],[t,"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z"])})),e.RedEnvelopeTwoTone=l("red-envelope",s,(function(t,e){return c(i,[t,"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z"],[e,"M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 0 1 7.5-4.6z"],[e,"M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z"],[t,"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z"])})),e.RestTwoTone=l("rest",s,(function(t,e){return c(i,[e,"M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z"],[t,"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z"],[t,"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z"])})),e.RightCircleTwoTone=l("right-circle",s,(function(t,e){return c(i,[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z"],[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[t,"M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z"])})),e.RocketTwoTone=l("rocket",s,(function(t,e){return c(i,[e,"M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 0 0-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0 1 62.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z"],[t,"M464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.RightSquareTwoTone=l("right-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z"],[t,"M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z"])})),e.SafetyCertificateTwoTone=l("safety-certificate",s,(function(t,e){return c(i,[t,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"],[e,"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z"],[t,"M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z"])})),e.SaveTwoTone=l("save",s,(function(t,e){return c(i,[e,"M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z"],[t,"M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z"],[t,"M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z"])})),e.ScheduleTwoTone=l("schedule",s,(function(t,e){return c(i,[e,"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z"],[t,"M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"],[t,"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z"],[t,"M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"])})),e.SecurityScanTwoTone=l("security-scan",s,(function(t,e){return c(i,[t,"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z"],[e,"M460.7 451.1a80.1 80.1 0 1 0 160.2 0 80.1 80.1 0 1 0-160.2 0z"],[e,"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z"],[t,"M418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 0 1 113.3 0 80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z"])})),e.SettingTwoTone=l("setting",s,(function(t,e){return c(i,[e,"M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 0 0-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z"],[e,"M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 0 1-79.7 137.9l-1.8 2.1a32 32 0 0 1-35.1 9.5l-81.3-28.9a350 350 0 0 1-99.7 57.6l-15.7 85a32.05 32.05 0 0 1-25.8 25.7l-2.7.5a445.2 445.2 0 0 1-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z"],[t,"M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502z"],[t,"M594.1 952.2a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 0 0-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6a32.09 32.09 0 0 0 7.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z"])})),e.ShopTwoTone=l("shop",s,(function(t,e){return c(i,[e,"M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z"],[t,"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z"])})),e.ShoppingTwoTone=l("shopping",s,(function(t,e){return c(i,[e,"M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z"],[t,"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z"])})),e.SkinTwoTone=l("skin",s,(function(t,e){return c(i,[e,"M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z"],[t,"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z"])})),e.SlidersTwoTone=l("sliders",s,(function(t,e){return c(i,[e,"M180 292h80v440h-80zm369 180h-74a3 3 0 0 0-3 3v74a3 3 0 0 0 3 3h74a3 3 0 0 0 3-3v-74a3 3 0 0 0-3-3zm215-108h80v296h-80z"],[t,"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z"])})),e.SmileTwoTone=l("smile",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z"],[t,"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4zm-24-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z"])})),e.SnippetsTwoTone=l("snippets",s,(function(t,e){return c(i,[e,"M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z"],[t,"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z"])})),e.SoundTwoTone=l("sound",s,(function(t,e){return c(i,[e,"M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z"],[t,"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z"])})),e.StarTwoTone=l("star",s,(function(t,e){return c(i,[e,"M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z"],[t,"M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z"])})),e.StopTwoTone=l("stop",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z"])})),e.SwitcherTwoTone=l("switcher",s,(function(t,e){return c(i,[e,"M184 840h528V312H184v528zm116-290h296v64H300v-64z"],[t,"M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z"],[t,"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z"],[t,"M300 550h296v64H300z"])})),e.TabletTwoTone=l("tablet",s,(function(t,e){return c(i,[t,"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z"],[e,"M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"],[t,"M472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"])})),e.TagTwoTone=l("tag",s,(function(t,e){return c(i,[e,"M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z"],[t,"M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z"],[t,"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8a9.9 9.9 0 0 0 7.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z"])})),e.TagsTwoTone=l("tags",s,(function(t,e){return c(i,[e,"M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4 47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4z"],[e,"M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z"],[t,"M889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4 47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4z"],[t,"M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z"])})),e.ToolTwoTone=l("tool",s,(function(t,e){return c(i,[e,"M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z"],[t,"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z"])})),e.TrademarkCircleTwoTone=l("trademark-circle",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z"],[e,"M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z"],[t,"M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z"])})),e.UnlockTwoTone=l("unlock",s,(function(t,e){return c(i,[e,"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z"],[t,"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z"],[t,"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z"])})),e.TrophyTwoTone=l("trophy",s,(function(t,e){return c(i,[e,"M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z"],[t,"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6a91.99 91.99 0 0 1-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z"])})),e.UpCircleTwoTone=l("up-circle",s,(function(t,e){return c(i,[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z"],[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[t,"M518.4 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z"])})),e.ThunderboltTwoTone=l("thunderbolt",s,(function(t,e){return c(i,[e,"M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z"],[t,"M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z"])})),e.UpSquareTwoTone=l("up-square",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z"],[e,"M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z"],[t,"M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z"])})),e.UsbTwoTone=l("usb",s,(function(t,e){return c(i,[e,"M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z"],[t,"M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z"],[t,"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z"])})),e.VideoCameraTwoTone=l("video-camera",s,(function(t,e){return c(i,[e,"M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z"],[t,"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z"],[t,"M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z"])})),e.WalletTwoTone=l("wallet",s,(function(t,e){return c(i,[t,"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z"],[e,"M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z"],[t,"M580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z"],[e,"M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z"])})),e.WarningTwoTone=l("warning",s,(function(t,e){return c(i,[t,"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z"],[e,"M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z"],[t,"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z"])})),e.CiTwoTone=l("ci",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z"],[t,"M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z"])})),e.CopyrightTwoTone=l("copyright",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z"],[t,"M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z"])})),e.DollarTwoTone=l("dollar",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z"],[t,"M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z"])})),e.EuroTwoTone=l("euro",s,(function(t,e){return c(i,[t,"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"],[e,"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z"],[t,"M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z"])})),e.GoldTwoTone=l("gold",s,(function(t,e){return c(i,[t,"M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z"],[e,"M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z"])})),e.CanlendarTwoTone=l("canlendar",s,(function(t,e){return c(i,[e,"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z"],[t,"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z"])}))},"3af3":function(t,e,n){"use strict";var r=n("2b0e"),i=n("6042"),a=n.n(i),o=n("41b2"),s=n.n(o),c=n("4d91"),l=n("4d26"),u=n.n(l),h=n("da05"),f=n("c005"),d=n.n(f),p=n("6a21"),v=n("ec44"),g=n("3852"),m=n.n(g),y=n("1098"),b=n.n(y),_=n("8e8e"),x=n.n(_),w=n("9b57"),k=n.n(w),C=n("2a95"),S=n("d96e"),T=n.n(S),O=n("9b02"),M=n.n(O),E=n("0f5c"),A=n.n(E),P=n("9638"),L=n.n(P),I=n("3eea"),j=n.n(I),z=n("8827"),D=n.n(z),N=n("57ba"),R=n.n(N),V=function t(e){D()(this,t),s()(this,e)};function F(t){return t instanceof V}function H(t){return F(t)?t:new V(t)}function B(t){return t.name||"WrappedComponent"}function U(t,e){return t.name="Form_"+B(e),t.WrappedComponent=e,t.props=s()({},t.props,e.props),t}function $(t){return t}function q(t){return Array.prototype.concat.apply([],t)}function W(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments[1],n=arguments[2],r=arguments[3],i=arguments[4];if(n(t,e))i(t,e);else if(void 0===e||null===e);else if(Array.isArray(e))e.forEach((function(e,a){return W(t+"["+a+"]",e,n,r,i)}));else{if("object"!==("undefined"===typeof e?"undefined":b()(e)))return void T()(!1,r);Object.keys(e).forEach((function(a){var o=e[a];W(t+(t?".":"")+a,o,n,r,i)}))}}function Y(t,e,n){var r={};return W(void 0,t,e,n,(function(t,e){r[t]=e})),r}function K(t,e,n){var r=t.map((function(t){var e=s()({},t,{trigger:t.trigger||[]});return"string"===typeof e.trigger&&(e.trigger=[e.trigger]),e}));return e&&r.push({trigger:n?[].concat(n):[],rules:e}),r}function X(t){return t.filter((function(t){return!!t.rules&&t.rules.length})).map((function(t){return t.trigger})).reduce((function(t,e){return t.concat(e)}),[])}function G(t){if(!t||!t.target)return t;var e=t.target;return"checkbox"===e.type?e.checked:e.value}function Z(t){return t?t.map((function(t){return t&&t.message?t.message:t})):t}function Q(t,e,n){var r=t,i=e,a=n;return void 0===n&&("function"===typeof r?(a=r,i={},r=void 0):Array.isArray(r)?"function"===typeof i?(a=i,i={}):i=i||{}:(a=i,i=r||{},r=void 0)),{names:r,options:i,callback:a}}function J(t){return 0===Object.keys(t).length}function tt(t){return!!t&&t.some((function(t){return t.rules&&t.rules.length}))}function et(t,e){return 0===t.lastIndexOf(e,0)}function nt(t,e){return 0===e.indexOf(t)&&-1!==[".","["].indexOf(e[t.length])}function rt(t){return Y(t,(function(t,e){return F(e)}),"You must wrap field data with `createFormField`.")}var it=function(){function t(e){D()(this,t),at.call(this),this.fields=rt(e),this.fieldsMeta={}}return R()(t,[{key:"updateFields",value:function(t){this.fields=rt(t)}},{key:"flattenRegisteredFields",value:function(t){var e=this.getAllFieldsName();return Y(t,(function(t){return e.indexOf(t)>=0}),'You cannot set a form field before rendering a field associated with the value. You can use `getFieldDecorator(id, options)` instead `v-decorator="[id, options]"` to register it before render.')}},{key:"setFields",value:function(t){var e=this,n=this.fieldsMeta,r=s()({},this.fields,t),i={};Object.keys(n).forEach((function(t){i[t]=e.getValueFromFields(t,r)})),Object.keys(i).forEach((function(t){var n=i[t],a=e.getFieldMeta(t);if(a&&a.normalize){var o=a.normalize(n,e.getValueFromFields(t,e.fields),i);o!==n&&(r[t]=s()({},r[t],{value:o}))}})),this.fields=r}},{key:"resetFields",value:function(t){var e=this.fields,n=t?this.getValidFieldsFullName(t):this.getAllFieldsName();return n.reduce((function(t,n){var r=e[n];return r&&"value"in r&&(t[n]={}),t}),{})}},{key:"setFieldMeta",value:function(t,e){this.fieldsMeta[t]=e}},{key:"setFieldsAsDirty",value:function(){var t=this;Object.keys(this.fields).forEach((function(e){var n=t.fields[e],r=t.fieldsMeta[e];n&&r&&tt(r.validate)&&(t.fields[e]=s()({},n,{dirty:!0}))}))}},{key:"getFieldMeta",value:function(t){return this.fieldsMeta[t]=this.fieldsMeta[t]||{},this.fieldsMeta[t]}},{key:"getValueFromFields",value:function(t,e){var n=e[t];if(n&&"value"in n)return n.value;var r=this.getFieldMeta(t);return r&&r.initialValue}},{key:"getValidFieldsName",value:function(){var t=this,e=this.fieldsMeta;return e?Object.keys(e).filter((function(e){return!t.getFieldMeta(e).hidden})):[]}},{key:"getAllFieldsName",value:function(){var t=this.fieldsMeta;return t?Object.keys(t):[]}},{key:"getValidFieldsFullName",value:function(t){var e=Array.isArray(t)?t:[t];return this.getValidFieldsName().filter((function(t){return e.some((function(e){return t===e||et(t,e)&&[".","["].indexOf(t[e.length])>=0}))}))}},{key:"getFieldValuePropValue",value:function(t){var e=t.name,n=t.getValueProps,r=t.valuePropName,i=this.getField(e),o="value"in i?i.value:t.initialValue;return n?n(o):a()({},r,o)}},{key:"getField",value:function(t){return s()({},this.fields[t],{name:t})}},{key:"getNotCollectedFields",value:function(){var t=this,e=this.getValidFieldsName();return e.filter((function(e){return!t.fields[e]})).map((function(e){return{name:e,dirty:!1,value:t.getFieldMeta(e).initialValue}})).reduce((function(t,e){return A()(t,e.name,H(e))}),{})}},{key:"getNestedAllFields",value:function(){var t=this;return Object.keys(this.fields).reduce((function(e,n){return A()(e,n,H(t.fields[n]))}),this.getNotCollectedFields())}},{key:"getFieldMember",value:function(t,e){return this.getField(t)[e]}},{key:"getNestedFields",value:function(t,e){var n=t||this.getValidFieldsName();return n.reduce((function(t,n){return A()(t,n,e(n))}),{})}},{key:"getNestedField",value:function(t,e){var n=this.getValidFieldsFullName(t);if(0===n.length||1===n.length&&n[0]===t)return e(t);var r="["===n[0][t.length],i=r?t.length:t.length+1;return n.reduce((function(t,n){return A()(t,n.slice(i),e(n))}),r?[]:{})}},{key:"isValidNestedFieldName",value:function(t){var e=this.getAllFieldsName();return e.every((function(e){return!nt(e,t)&&!nt(t,e)}))}},{key:"clearField",value:function(t){delete this.fields[t],delete this.fieldsMeta[t]}}]),t}(),at=function(){var t=this;this.setFieldsInitialValue=function(e){var n=t.flattenRegisteredFields(e),r=t.fieldsMeta;Object.keys(n).forEach((function(e){r[e]&&t.setFieldMeta(e,s()({},t.getFieldMeta(e),{initialValue:n[e]}))}))},this.getAllValues=function(){var e=t.fieldsMeta,n=t.fields;return Object.keys(e).reduce((function(e,r){return A()(e,r,t.getValueFromFields(r,n))}),{})},this.getFieldsValue=function(e){return t.getNestedFields(e,t.getFieldValue)},this.getFieldValue=function(e){var n=t.fields;return t.getNestedField(e,(function(e){return t.getValueFromFields(e,n)}))},this.getFieldsError=function(e){return t.getNestedFields(e,t.getFieldError)},this.getFieldError=function(e){return t.getNestedField(e,(function(e){return Z(t.getFieldMember(e,"errors"))}))},this.isFieldValidating=function(e){return t.getFieldMember(e,"validating")},this.isFieldsValidating=function(e){var n=e||t.getValidFieldsName();return n.some((function(e){return t.isFieldValidating(e)}))},this.isFieldTouched=function(e){return t.getFieldMember(e,"touched")},this.isFieldsTouched=function(e){var n=e||t.getValidFieldsName();return n.some((function(e){return t.isFieldTouched(e)}))}};function ot(t){return new it(t)}var st=n("7b05"),ct=n("b488"),lt=n("daa3"),ut="change";function ht(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=t.validateMessages,r=t.onFieldsChange,i=t.onValuesChange,o=t.mapProps,l=void 0===o?$:o,u=t.mapPropsToFields,h=t.fieldNameProp,f=t.fieldMetaProp,d=t.fieldDataProp,p=t.formPropName,v=void 0===p?"form":p,g=t.name,m=t.props,y=void 0===m?{}:m,_=t.templateContext;return function(t){var o={};Array.isArray(y)?y.forEach((function(t){o[t]=c["a"].any})):o=y;var p={mixins:[ct["a"]].concat(k()(e)),props:s()({},o,{wrappedComponentRef:c["a"].func.def((function(){}))}),data:function(){var t=this,e=u&&u(this.$props);return this.fieldsStore=ot(e||{}),this.templateContext=_,this.instances={},this.cachedBind={},this.clearedFieldMetaCache={},this.formItems={},this.renderFields={},this.domFields={},["getFieldsValue","getFieldValue","setFieldsInitialValue","getFieldsError","getFieldError","isFieldValidating","isFieldsValidating","isFieldsTouched","isFieldTouched"].forEach((function(e){t[e]=function(){var n;return(n=t.fieldsStore)[e].apply(n,arguments)}})),{submitting:!1}},watch:_?{}:{$props:{handler:function(t){u&&this.fieldsStore.updateFields(u(t))},deep:!0}},mounted:function(){this.cleanUpUselessFields()},updated:function(){this.cleanUpUselessFields()},methods:{updateFields:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.fieldsStore.updateFields(u(t)),_&&_.$forceUpdate()},onCollectCommon:function(t,e,n){var r=this.fieldsStore.getFieldMeta(t);if(r[e])r[e].apply(r,k()(n));else if(r.originalProps&&r.originalProps[e]){var o;(o=r.originalProps)[e].apply(o,k()(n))}var c=r.getValueFromEvent?r.getValueFromEvent.apply(r,k()(n)):G.apply(void 0,k()(n));if(i&&c!==this.fieldsStore.getFieldValue(t)){var l=this.fieldsStore.getAllValues(),u={};l[t]=c,Object.keys(l).forEach((function(t){return A()(u,t,l[t])})),i(s()(a()({},v,this.getForm()),this.$props),A()({},t,c),u)}var h=this.fieldsStore.getField(t);return{name:t,field:s()({},h,{value:c,touched:!0}),fieldMeta:r}},onCollect:function(t,e){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=this.onCollectCommon(t,e,r),c=o.name,l=o.field,u=o.fieldMeta,h=u.validate;this.fieldsStore.setFieldsAsDirty();var f=s()({},l,{dirty:tt(h)});this.setFields(a()({},c,f))},onCollectValidate:function(t,e){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var a=this.onCollectCommon(t,e,r),o=a.field,c=a.fieldMeta,l=s()({},o,{dirty:!0});this.fieldsStore.setFieldsAsDirty(),this.validateFieldsInternal([l],{action:e,options:{firstFields:!!c.validateFirst}})},getCacheBind:function(t,e,n){this.cachedBind[t]||(this.cachedBind[t]={});var r=this.cachedBind[t];return r[e]&&r[e].oriFn===n||(r[e]={fn:n.bind(this,t,e),oriFn:n}),r[e].fn},getFieldDecorator:function(t,e,n){var r=this,i=this.getFieldProps(t,e),a=i.props,o=x()(i,["props"]);return this.formItems[t]=n,function(e){r.renderFields[t]=!0;var n=r.fieldsStore.getFieldMeta(t),i=Object(lt["l"])(e),c=Object(lt["i"])(e);n.originalProps=i;var l=s()({props:s()({},a,r.fieldsStore.getFieldValuePropValue(n))},o);l.domProps.value=l.props.value;var u={};return Object.keys(l.on).forEach((function(t){if(c[t]){var e=l.on[t];u[t]=function(){c[t].apply(c,arguments),e.apply(void 0,arguments)}}else u[t]=l.on[t]})),Object(st["a"])(e,s()({},l,{on:u}))}},getFieldProps:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!t)throw new Error("Must call `getFieldProps` with valid name string!");delete this.clearedFieldMetaCache[t];var r=s()({name:t,trigger:ut,valuePropName:"value",validate:[]},n),i=r.rules,a=r.trigger,o=r.validateTrigger,c=void 0===o?a:o,l=r.validate,u=this.fieldsStore.getFieldMeta(t);"initialValue"in r&&(u.initialValue=r.initialValue);var p=s()({},this.fieldsStore.getFieldValuePropValue(r)),v={},m={};h&&(p[h]=g?g+"_"+t:t);var y=K(l,i,c),b=X(y);b.forEach((function(n){v[n]||(v[n]=e.getCacheBind(t,n,e.onCollectValidate))})),a&&-1===b.indexOf(a)&&(v[a]=this.getCacheBind(t,a,this.onCollect));var _=s()({},u,r,{validate:y});return this.fieldsStore.setFieldMeta(t,_),f&&(m[f]=_),d&&(m[d]=this.fieldsStore.getField(t)),this.renderFields[t]=!0,{props:j()(p,["id"]),domProps:{value:p.value},attrs:s()({},m,{id:p.id}),directives:[{name:"ant-ref",value:this.getCacheBind(t,t+"__ref",this.saveRef)}],on:v}},getFieldInstance:function(t){return this.instances[t]},getRules:function(t,e){var n=t.validate.filter((function(t){return!e||t.trigger.indexOf(e)>=0})).map((function(t){return t.rules}));return q(n)},setFields:function(t,e){var n=this,i=this.fieldsStore.flattenRegisteredFields(t);this.fieldsStore.setFields(i);var a=Object.keys(i).reduce((function(t,e){return A()(t,e,n.fieldsStore.getField(e))}),{});if(r){var o=Object.keys(i).reduce((function(t,e){return A()(t,e,n.fieldsStore.getField(e))}),{});r(this,o,this.fieldsStore.getNestedAllFields())}var s=_||this,c=!1;Object.keys(a).forEach((function(t){var e=n.formItems[t];e="function"===typeof e?e():e,e&&e.itemSelfUpdate?e.$forceUpdate():c=!0})),c&&s.$forceUpdate(),this.$nextTick((function(){e&&e()}))},setFieldsValue:function(t,e){var n=this.fieldsStore.fieldsMeta,r=this.fieldsStore.flattenRegisteredFields(t),o=Object.keys(r).reduce((function(t,e){var i=n[e];if(i){var a=r[e];t[e]={value:a}}return t}),{});if(this.setFields(o,e),i){var c=this.fieldsStore.getAllValues();i(s()(a()({},v,this.getForm()),this.$props),t,c)}},saveRef:function(t,e,n){if(!n){var r=this.fieldsStore.getFieldMeta(t);return r.preserve||(this.clearedFieldMetaCache[t]={field:this.fieldsStore.getField(t),meta:r},this.clearField(t)),void delete this.domFields[t]}this.domFields[t]=!0,this.recoverClearedField(t),this.instances[t]=n},cleanUpUselessFields:function(){var t=this,e=this.fieldsStore.getAllFieldsName(),n=e.filter((function(e){var n=t.fieldsStore.getFieldMeta(e);return!t.renderFields[e]&&!t.domFields[e]&&!n.preserve}));n.length&&n.forEach(this.clearField),this.renderFields={}},clearField:function(t){this.fieldsStore.clearField(t),delete this.instances[t],delete this.cachedBind[t]},resetFields:function(t){var e=this,n=this.fieldsStore.resetFields(t);if(Object.keys(n).length>0&&this.setFields(n),t){var r=Array.isArray(t)?t:[t];r.forEach((function(t){return delete e.clearedFieldMetaCache[t]}))}else this.clearedFieldMetaCache={}},recoverClearedField:function(t){this.clearedFieldMetaCache[t]&&(this.fieldsStore.setFields(a()({},t,this.clearedFieldMetaCache[t].field)),this.fieldsStore.setFieldMeta(t,this.clearedFieldMetaCache[t].meta),delete this.clearedFieldMetaCache[t])},validateFieldsInternal:function(t,e,r){var i=this,a=e.fieldNames,o=e.action,c=e.options,l=void 0===c?{}:c,u={},h={},f={},d={};if(t.forEach((function(t){var e=t.name;if(!0===l.force||!1!==t.dirty){var n=i.fieldsStore.getFieldMeta(e),r=s()({},t);r.errors=void 0,r.validating=!0,r.dirty=!0,u[e]=i.getRules(n,o),h[e]=r.value,f[e]=r}else t.errors&&A()(d,e,{errors:t.errors})})),this.setFields(f),Object.keys(h).forEach((function(t){h[t]=i.fieldsStore.getFieldValue(t)})),r&&J(f))r(J(d)?null:d,this.fieldsStore.getFieldsValue(a));else{var p=new C["a"](u);n&&p.messages(n),p.validate(h,l,(function(t){var e=s()({},d);t&&t.length&&t.forEach((function(t){var n=t.field,r=n;Object.keys(u).some((function(t){var e=u[t]||[];if(t===n)return r=t,!0;if(e.every((function(t){var e=t.type;return"array"!==e}))&&0!==n.indexOf(t))return!1;var i=n.slice(t.length+1);return!!/^\d+$/.test(i)&&(r=t,!0)}));var i=M()(e,r);("object"!==("undefined"===typeof i?"undefined":b()(i))||Array.isArray(i))&&A()(e,r,{errors:[]});var a=M()(e,r.concat(".errors"));a.push(t)}));var n=[],o={};Object.keys(u).forEach((function(t){var r=M()(e,t),a=i.fieldsStore.getField(t);L()(a.value,h[t])?(a.errors=r&&r.errors,a.value=h[t],a.validating=!1,a.dirty=!1,o[t]=a):n.push({name:t})})),i.setFields(o),r&&(n.length&&n.forEach((function(t){var n=t.name,r=[{message:n+" need to revalidate",field:n}];A()(e,n,{expired:!0,errors:r})})),r(J(e)?null:e,i.fieldsStore.getFieldsValue(a)))}))}},validateFields:function(t,e,n){var r=this,i=new Promise((function(i,a){var o=Q(t,e,n),s=o.names,c=o.options,l=Q(t,e,n),u=l.callback;if(!u||"function"===typeof u){var h=u;u=function(t,e){h?h(t,e):t?a({errors:t,values:e}):i(e)}}var f=s?r.fieldsStore.getValidFieldsFullName(s):r.fieldsStore.getValidFieldsName(),d=f.filter((function(t){var e=r.fieldsStore.getFieldMeta(t);return tt(e.validate)})).map((function(t){var e=r.fieldsStore.getField(t);return e.value=r.fieldsStore.getFieldValue(t),e}));d.length?("firstFields"in c||(c.firstFields=f.filter((function(t){var e=r.fieldsStore.getFieldMeta(t);return!!e.validateFirst}))),r.validateFieldsInternal(d,{fieldNames:f,options:c},u)):u(null,r.fieldsStore.getFieldsValue(f))}));return i["catch"]((function(t){return console.error,t})),i},isSubmitting:function(){return this.submitting},submit:function(t){var e=this;var n=function(){e.setState({submitting:!1})};this.setState({submitting:!0}),t(n)}},render:function(){var e=arguments[0],n=this.$slots,r=this.$scopedSlots,i=a()({},v,this.getForm()),o=Object(lt["l"])(this),c=o.wrappedComponentRef,u=x()(o,["wrappedComponentRef"]),h={props:l.call(this,s()({},i,u)),on:Object(lt["k"])(this),ref:"WrappedComponent",directives:[{name:"ant-ref",value:c}]};Object.keys(r).length&&(h.scopedSlots=r);var f=Object.keys(n);return t?e(t,h,[f.length?f.map((function(t){return e("template",{slot:t},[n[t]])})):null]):null}};if(!t)return p;if(Array.isArray(t.props)){var m={};t.props.forEach((function(t){m[t]=c["a"].any})),m[v]=Object,t.props=m}else t.props=t.props||{},v in t.props||(t.props[v]=Object);return U(p,t)}}var ft=ht,dt={methods:{getForm:function(){return{getFieldsValue:this.fieldsStore.getFieldsValue,getFieldValue:this.fieldsStore.getFieldValue,getFieldInstance:this.getFieldInstance,setFieldsValue:this.setFieldsValue,setFields:this.setFields,setFieldsInitialValue:this.fieldsStore.setFieldsInitialValue,getFieldDecorator:this.getFieldDecorator,getFieldProps:this.getFieldProps,getFieldsError:this.fieldsStore.getFieldsError,getFieldError:this.fieldsStore.getFieldError,isFieldValidating:this.fieldsStore.isFieldValidating,isFieldsValidating:this.fieldsStore.isFieldsValidating,isFieldsTouched:this.fieldsStore.isFieldsTouched,isFieldTouched:this.fieldsStore.isFieldTouched,isSubmitting:this.isSubmitting,submit:this.submit,validateFields:this.validateFields,resetFields:this.resetFields}}}};function pt(t,e){var n=window.getComputedStyle,r=n?n(t):t.currentStyle;if(r)return r[e.replace(/-(\w)/gi,(function(t,e){return e.toUpperCase()}))]}function vt(t){var e=t,n=void 0;while("body"!==(n=e.nodeName.toLowerCase())){var r=pt(e,"overflowY");if(e!==t&&("auto"===r||"scroll"===r)&&e.scrollHeight>e.clientHeight)return e;e=e.parentNode}return"body"===n?e.ownerDocument:e}var gt={methods:{getForm:function(){return s()({},dt.methods.getForm.call(this),{validateFieldsAndScroll:this.validateFieldsAndScroll})},validateFieldsAndScroll:function(t,e,n){var r=this,i=Q(t,e,n),a=i.names,o=i.callback,c=i.options,l=function(t,e){if(t){var n=r.fieldsStore.getValidFieldsName(),i=void 0,a=void 0;if(n.forEach((function(e){if(m()(t,e)){var n=r.getFieldInstance(e);if(n){var o=n.$el||n.elm,s=o.getBoundingClientRect().top;"hidden"!==o.type&&(void 0===a||a>s)&&(a=s,i=o)}}})),i){var l=c.container||vt(i);Object(v["a"])(i,l,s()({onlyScrollIfNeeded:!0},c.scroll))}}"function"===typeof o&&o(t,e)};return this.validateFields(a,c,l)}}};function mt(t){return ft(s()({},t),[gt])}var yt=mt,bt=n("322e"),_t=n("45fb"),xt=n("9cba"),wt=n("db14"),kt=(c["a"].func,c["a"].func,c["a"].func,c["a"].any,c["a"].bool,c["a"].string,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,c["a"].func,{layout:c["a"].oneOf(["horizontal","inline","vertical"]),labelCol:c["a"].shape(h["a"]).loose,wrapperCol:c["a"].shape(h["a"]).loose,colon:c["a"].bool,labelAlign:c["a"].oneOf(["left","right"]),form:c["a"].object,prefixCls:c["a"].string,hideRequiredMark:c["a"].bool,autoFormCreate:c["a"].func,options:c["a"].object,selfUpdate:c["a"].bool}),Ct=(c["a"].oneOfType([c["a"].string,c["a"].func]),c["a"].string,c["a"].boolean,c["a"].boolean,c["a"].number,c["a"].number,c["a"].number,c["a"].oneOfType([String,c["a"].arrayOf(String)]),c["a"].custom(d.a),c["a"].func,c["a"].func,{name:"AForm",props:Object(lt["t"])(kt,{layout:"horizontal",hideRequiredMark:!1,colon:!0}),Item:bt["a"],createFormField:H,create:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return yt(s()({fieldNameProp:"id"},t,{fieldMetaProp:_t["b"],fieldDataProp:_t["a"]}))},createForm:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=wt["a"].Vue||r["c"];return new n(Ct.create(s()({},e,{templateContext:t}))())},created:function(){this.formItemContexts=new Map},provide:function(){var t=this;return{FormContext:this,collectFormItemContext:this.form&&this.form.templateContext?function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"add",r=t.formItemContexts,i=r.get(e)||0;"delete"===n?i<=1?r["delete"](e):r.set(e,i-1):e!==t.form.templateContext&&r.set(e,i+1)}:function(){}}},inject:{configProvider:{default:function(){return xt["a"]}}},watch:{form:function(){this.$forceUpdate()}},computed:{vertical:function(){return"vertical"===this.layout}},beforeUpdate:function(){this.formItemContexts.forEach((function(t,e){e.$forceUpdate&&e.$forceUpdate()}))},updated:function(){this.form&&this.form.cleanUpUselessFields&&this.form.cleanUpUselessFields()},methods:{onSubmit:function(t){Object(lt["k"])(this).submit?this.$emit("submit",t):t.preventDefault()}},render:function(){var t,e=this,n=arguments[0],r=this.prefixCls,i=this.hideRequiredMark,o=this.layout,c=this.onSubmit,l=this.$slots,h=this.autoFormCreate,f=this.options,d=void 0===f?{}:f,v=this.configProvider.getPrefixCls,g=v("form",r),m=u()(g,(t={},a()(t,g+"-horizontal","horizontal"===o),a()(t,g+"-vertical","vertical"===o),a()(t,g+"-inline","inline"===o),a()(t,g+"-hide-required-mark",i),t));if(h){Object(p["a"])(!1,"Form","`autoFormCreate` is deprecated. please use `form` instead.");var y=this.DomForm||yt(s()({fieldNameProp:"id"},d,{fieldMetaProp:_t["b"],fieldDataProp:_t["a"],templateContext:this.$vnode.context}))({provide:function(){return{decoratorFormProps:this.$props}},data:function(){return{children:l["default"],formClassName:m,submit:c}},created:function(){h(this.form)},render:function(){var t=arguments[0],e=this.children,n=this.formClassName,r=this.submit;return t("form",{on:{submit:r},class:n},[e])}});return this.domForm&&(this.domForm.children=l["default"],this.domForm.submit=c,this.domForm.formClassName=m),this.DomForm=y,n(y,{attrs:{wrappedComponentRef:function(t){e.domForm=t}}})}return n("form",{on:{submit:c},class:m},[l["default"]])}}),St=Ct,Tt=n("46cf"),Ot=n.n(Tt),Mt=n("dfdf");r["c"].use(Ot.a,{name:"ant-ref"}),r["c"].use(Mt["b"]),r["c"].prototype.$form=St,St.install=function(t){t.use(wt["a"]),t.component(St.name,St),t.component(St.Item.name,St.Item),t.prototype.$form=St};e["a"]=St},"3b18":function(t,e,n){"use strict";n("b2a3"),n("a1bc")},"3b4a":function(t,e,n){var r=n("0b07"),i=function(){try{var t=r(Object,"defineProperty");return t({},"",{}),t}catch(e){}}();t.exports=i},"3bb4":function(t,e,n){var r=n("08cc"),i=n("ec69");function a(t){var e=i(t),n=e.length;while(n--){var a=e[n],o=t[a];e[n]=[a,o,r(o)]}return e}t.exports=a},"3bbe":function(t,e,n){"use strict";var r=n("1787"),i=String,a=TypeError;t.exports=function(t){if(r(t))return t;throw new a("Can't set "+i(t)+" as a prototype")}},"3c1f":function(t,e,n){"use strict";n("b2a3"),n("7fd0"),n("06f4"),n("5704")},"3c3f":function(t,e){t.exports={name:"memoryStorage",read:r,write:i,each:a,remove:o,clearAll:s};var n={};function r(t){return n[t]}function i(t,e){n[t]=e}function a(t){for(var e in n)n.hasOwnProperty(e)&&t(n[e],e)}function o(t){delete n[t]}function s(t){n={}}},"3c55":function(t,e,n){try{var r=n("cecd")}catch(s){r=n("cecd")}var i=/\s+/,a=Object.prototype.toString;function o(t){if(!t||!t.nodeType)throw new Error("A DOM element reference is required");this.el=t,this.list=t.classList}t.exports=function(t){return new o(t)},o.prototype.add=function(t){if(this.list)return this.list.add(t),this;var e=this.array(),n=r(e,t);return~n||e.push(t),this.el.className=e.join(" "),this},o.prototype.remove=function(t){if("[object RegExp]"==a.call(t))return this.removeMatching(t);if(this.list)return this.list.remove(t),this;var e=this.array(),n=r(e,t);return~n&&e.splice(n,1),this.el.className=e.join(" "),this},o.prototype.removeMatching=function(t){for(var e=this.array(),n=0;n<e.length;n++)t.test(e[n])&&this.remove(e[n]);return this},o.prototype.toggle=function(t,e){return this.list?("undefined"!==typeof e?e!==this.list.toggle(t,e)&&this.list.toggle(t):this.list.toggle(t),this):("undefined"!==typeof e?e?this.add(t):this.remove(t):this.has(t)?this.remove(t):this.add(t),this)},o.prototype.array=function(){var t=this.el.getAttribute("class")||"",e=t.replace(/^\s+|\s+$/g,""),n=e.split(i);return""===n[0]&&n.shift(),n},o.prototype.has=o.prototype.contains=function(t){return this.list?this.list.contains(t):!!~r(this.array(),t)}},"3c5d":function(t,e,n){"use strict";var r=n("da84"),i=n("c65b"),a=n("ebb5"),o=n("07fa"),s=n("182d"),c=n("7b0b"),l=n("d039"),u=r.RangeError,h=r.Int8Array,f=h&&h.prototype,d=f&&f.set,p=a.aTypedArray,v=a.exportTypedArrayMethod,g=!l((function(){var t=new Uint8ClampedArray(2);return i(d,t,{length:1,0:3},1),3!==t[1]})),m=g&&a.NATIVE_ARRAY_BUFFER_VIEWS&&l((function(){var t=new h(2);return t.set(1),t.set("2",1),0!==t[0]||2!==t[1]}));v("set",(function(t){p(this);var e=s(arguments.length>1?arguments[1]:void 0,1),n=c(t);if(g)return i(d,this,n,e);var r=this.length,a=o(n),l=0;if(a+e>r)throw new u("Wrong length");while(l<a)this[e+l]=n[l++]}),!g||m)},"3c96":function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}n("d9e2"),t.exports=r,t.exports.__esModule=!0,t.exports["default"]=t.exports},"3ca3":function(t,e,n){"use strict";var r=n("6547").charAt,i=n("577e"),a=n("69f3"),o=n("c6d2"),s=n("4754"),c="String Iterator",l=a.set,u=a.getterFor(c);o(String,"String",(function(t){l(this,{type:c,string:i(t),index:0})}),(function(){var t,e=u(this),n=e.string,i=e.index;return i>=n.length?s(void 0,!0):(t=r(n,i),e.index+=t.length,s(t,!1))}))},"3d33":function(t,e,n){
/**
 * @license
 * Video.js 6.13.0 <http://videojs.com/>
 * Copyright Brightcove, Inc. <https://www.brightcove.com/>
 * Available under Apache License Version 2.0
 * <https://github.com/videojs/video.js/blob/master/LICENSE>
 *
 * Includes vtt.js <https://github.com/mozilla/vtt.js>
 * Available under Apache License Version 2.0
 * <https://github.com/mozilla/vtt.js/blob/master/LICENSE>
 */
function r(t){return t&&"object"===typeof t&&"default"in t?t["default"]:t}var i=r(n("672b")),a=r(n("cc57")),o=r(n("1b8d")),s=r(n("8c10")),c=r(n("eec7")),l=r(n("2b8c")),u="6.13.0",h=i.navigator&&i.navigator.userAgent||"",f=/AppleWebKit\/([\d.]+)/i.exec(h),d=f?parseFloat(f.pop()):null,p=/iPad/i.test(h),v=/iPhone/i.test(h)&&!p,g=/iPod/i.test(h),m=v||p||g,y=function(){var t=h.match(/OS (\d+)_/i);return t&&t[1]?t[1]:null}(),b=/Android/i.test(h),_=function(){var t=h.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!t)return null;var e=t[1]&&parseFloat(t[1]),n=t[2]&&parseFloat(t[2]);return e&&n?parseFloat(t[1]+"."+t[2]):e||null}(),x=b&&/webkit/i.test(h)&&_<2.3,w=b&&_<5&&d<537,k=/Firefox/i.test(h),C=/Edge/i.test(h),S=!C&&(/Chrome/i.test(h)||/CriOS/i.test(h)),T=function(){var t=h.match(/(Chrome|CriOS)\/(\d+)/);return t&&t[2]?parseFloat(t[2]):null}(),O=/MSIE\s8\.0/.test(h),M=function(){var t=/MSIE\s(\d+)\.\d/.exec(h),e=t&&parseFloat(t[1]);return!e&&/Trident\/7.0/i.test(h)&&/rv:11.0/.test(h)&&(e=11),e}(),E=/Safari/i.test(h)&&!S&&!b&&!C,A=(E||m)&&!S,P=nt()&&("ontouchstart"in i||i.navigator.maxTouchPoints||i.DocumentTouch&&i.document instanceof i.DocumentTouch),L=nt()&&"backgroundSize"in i.document.createElement("video").style,I=(Object.freeze||Object)({IS_IPAD:p,IS_IPHONE:v,IS_IPOD:g,IS_IOS:m,IOS_VERSION:y,IS_ANDROID:b,ANDROID_VERSION:_,IS_OLD_ANDROID:x,IS_NATIVE_ANDROID:w,IS_FIREFOX:k,IS_EDGE:C,IS_CHROME:S,CHROME_VERSION:T,IS_IE8:O,IE_VERSION:M,IS_SAFARI:E,IS_ANY_SAFARI:A,TOUCH_ENABLED:P,BACKGROUND_SIZE_SUPPORTED:L}),j="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},z=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},D=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},N=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e},R=function(t,e){return t.raw=e,t},V=Object.prototype.toString,F=function(t){return $(t)?Object.keys(t):[]};function H(t,e){F(t).forEach((function(n){return e(t[n],n)}))}function B(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return F(t).reduce((function(n,r){return e(n,t[r],r)}),n)}function U(t){for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return Object.assign?Object.assign.apply(Object,[t].concat(n)):(n.forEach((function(e){e&&H(e,(function(e,n){t[n]=e}))})),t)}function $(t){return!!t&&"object"===("undefined"===typeof t?"undefined":j(t))}function q(t){return $(t)&&"[object Object]"===V.call(t)&&t.constructor===Object}var W=[],Y=function(t,e){return function(n,r,a,o){var s=e.levels[r],c=new RegExp("^("+s+")$");if("log"!==n&&a.unshift(n.toUpperCase()+":"),a.unshift(t+":"),W&&W.push([].concat(a)),i.console){var l=i.console[n];l||"debug"!==n||(l=i.console.info||i.console.log),l&&s&&c.test(n)&&(o&&(a=a.map((function(t){if($(t)||Array.isArray(t))try{return JSON.stringify(t)}catch(e){return String(t)}return String(t)})).join(" ")),l.apply?l[Array.isArray(a)?"apply":"call"](i.console,a):l(a))}}};function K(t){var e="info",n=void 0,r=function t(){for(var r=t.stringify||M&&M<11,i=arguments.length,a=Array(i),o=0;o<i;o++)a[o]=arguments[o];n("log",e,a,r)};return n=Y(t,r),r.createLogger=function(e){return K(t+": "+e)},r.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:e},r.level=function(t){if("string"===typeof t){if(!r.levels.hasOwnProperty(t))throw new Error('"'+t+'" in not a valid log level');e=t}return e},r.history=function(){return W?[].concat(W):[]},r.history.filter=function(t){return(W||[]).filter((function(e){return new RegExp(".*"+t+".*").test(e[0])}))},r.history.clear=function(){W&&(W.length=0)},r.history.disable=function(){null!==W&&(W.length=0,W=null)},r.history.enable=function(){null===W&&(W=[])},r.error=function(){for(var t=arguments.length,r=Array(t),i=0;i<t;i++)r[i]=arguments[i];return n("error",e,r)},r.warn=function(){for(var t=arguments.length,r=Array(t),i=0;i<t;i++)r[i]=arguments[i];return n("warn",e,r)},r.debug=function(){for(var t=arguments.length,r=Array(t),i=0;i<t;i++)r[i]=arguments[i];return n("debug",e,r)},r}var X=K("VIDEOJS"),G=X.createLogger;function Z(t,e){if(!t||!e)return"";if("function"===typeof i.getComputedStyle){var n=i.getComputedStyle(t);return n?n[e]:""}return t.currentStyle[e]||""}var Q=R(["Setting attributes in the second argument of createEl()\n                has been deprecated. Use the third argument instead.\n                createEl(type, properties, attributes). Attempting to set "," to ","."],["Setting attributes in the second argument of createEl()\n                has been deprecated. Use the third argument instead.\n                createEl(type, properties, attributes). Attempting to set "," to ","."]);function J(t){return"string"===typeof t&&/\S/.test(t)}function tt(t){if(/\s/.test(t))throw new Error("class has illegal whitespace characters")}function et(t){return new RegExp("(^|\\s)"+t+"($|\\s)")}function nt(){return a===i.document&&"undefined"!==typeof a.createElement}function rt(t){return $(t)&&1===t.nodeType}function it(){try{return i.parent!==i.self}catch(t){return!0}}function at(t){return function(e,n){if(!J(e))return a[t](null);J(n)&&(n=a.querySelector(n));var r=rt(n)?n:a;return r[t]&&r[t](e)}}function ot(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"div",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments[3],i=a.createElement(t);return Object.getOwnPropertyNames(e).forEach((function(t){var n=e[t];-1!==t.indexOf("aria-")||"role"===t||"type"===t?(X.warn(o(Q,t,n)),i.setAttribute(t,n)):"textContent"===t?st(i,n):i[t]=n})),Object.getOwnPropertyNames(n).forEach((function(t){i.setAttribute(t,n[t])})),r&&Tt(i,r),i}function st(t,e){return"undefined"===typeof t.textContent?t.innerText=e:t.textContent=e,t}function ct(t,e){e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t)}function lt(t,e){return tt(e),t.classList?t.classList.contains(e):et(e).test(t.className)}function ut(t,e){return t.classList?t.classList.add(e):lt(t,e)||(t.className=(t.className+" "+e).trim()),t}function ht(t,e){return t.classList?t.classList.remove(e):(tt(e),t.className=t.className.split(/\s+/).filter((function(t){return t!==e})).join(" ")),t}function ft(t,e,n){var r=lt(t,e);if("function"===typeof n&&(n=n(t,e)),"boolean"!==typeof n&&(n=!r),n!==r)return n?ut(t,e):ht(t,e),t}function dt(t,e){Object.getOwnPropertyNames(e).forEach((function(n){var r=e[n];null===r||"undefined"===typeof r||!1===r?t.removeAttribute(n):t.setAttribute(n,!0===r?"":r)}))}function pt(t){var e={},n=",autoplay,controls,playsinline,loop,muted,default,defaultMuted,";if(t&&t.attributes&&t.attributes.length>0)for(var r=t.attributes,i=r.length-1;i>=0;i--){var a=r[i].name,o=r[i].value;"boolean"!==typeof t[a]&&-1===n.indexOf(","+a+",")||(o=null!==o),e[a]=o}return e}function vt(t,e){return t.getAttribute(e)}function gt(t,e,n){t.setAttribute(e,n)}function mt(t,e){t.removeAttribute(e)}function yt(){a.body.focus(),a.onselectstart=function(){return!1}}function bt(){a.onselectstart=function(){return!0}}function _t(t){if(t&&t.getBoundingClientRect&&t.parentNode){var e=t.getBoundingClientRect(),n={};return["bottom","height","left","right","top","width"].forEach((function(t){void 0!==e[t]&&(n[t]=e[t])})),n.height||(n.height=parseFloat(Z(t,"height"))),n.width||(n.width=parseFloat(Z(t,"width"))),n}}function xt(t){var e=void 0;if(t.getBoundingClientRect&&t.parentNode&&(e=t.getBoundingClientRect()),!e)return{left:0,top:0};var n=a.documentElement,r=a.body,o=n.clientLeft||r.clientLeft||0,s=i.pageXOffset||r.scrollLeft,c=e.left+s-o,l=n.clientTop||r.clientTop||0,u=i.pageYOffset||r.scrollTop,h=e.top+u-l;return{left:Math.round(c),top:Math.round(h)}}function wt(t,e){var n={},r=xt(t),i=t.offsetWidth,a=t.offsetHeight,o=r.top,s=r.left,c=e.pageY,l=e.pageX;return e.changedTouches&&(l=e.changedTouches[0].pageX,c=e.changedTouches[0].pageY),n.y=Math.max(0,Math.min(1,(o-c+a)/a)),n.x=Math.max(0,Math.min(1,(l-s)/i)),n}function kt(t){return $(t)&&3===t.nodeType}function Ct(t){while(t.firstChild)t.removeChild(t.firstChild);return t}function St(t){return"function"===typeof t&&(t=t()),(Array.isArray(t)?t:[t]).map((function(t){return"function"===typeof t&&(t=t()),rt(t)||kt(t)?t:"string"===typeof t&&/\S/.test(t)?a.createTextNode(t):void 0})).filter((function(t){return t}))}function Tt(t,e){return St(e).forEach((function(e){return t.appendChild(e)})),t}function Ot(t,e){return Tt(Ct(t),e)}function Mt(t){return void 0===t.button&&void 0===t.buttons||(0===t.button&&void 0===t.buttons||(9===M||0===t.button&&1===t.buttons))}var Et=at("querySelector"),At=at("querySelectorAll"),Pt=(Object.freeze||Object)({isReal:nt,isEl:rt,isInFrame:it,createEl:ot,textContent:st,prependTo:ct,hasClass:lt,addClass:ut,removeClass:ht,toggleClass:ft,setAttributes:dt,getAttributes:pt,getAttribute:vt,setAttribute:gt,removeAttribute:mt,blockTextSelection:yt,unblockTextSelection:bt,getBoundingClientRect:_t,findPosition:xt,getPointerPosition:wt,isTextNode:kt,emptyEl:Ct,normalizeContent:St,appendContent:Tt,insertContent:Ot,isSingleLeftClick:Mt,$:Et,$$:At}),Lt=1;function It(){return Lt++}var jt={},zt="vdata"+(new Date).getTime();function Dt(t){var e=t[zt];return e||(e=t[zt]=It()),jt[e]||(jt[e]={}),jt[e]}function Nt(t){var e=t[zt];return!!e&&!!Object.getOwnPropertyNames(jt[e]).length}function Rt(t){var e=t[zt];if(e){delete jt[e];try{delete t[zt]}catch(n){t.removeAttribute?t.removeAttribute(zt):t[zt]=null}}}function Vt(t,e){var n=Dt(t);0===n.handlers[e].length&&(delete n.handlers[e],t.removeEventListener?t.removeEventListener(e,n.dispatcher,!1):t.detachEvent&&t.detachEvent("on"+e,n.dispatcher)),Object.getOwnPropertyNames(n.handlers).length<=0&&(delete n.handlers,delete n.dispatcher,delete n.disabled),0===Object.getOwnPropertyNames(n).length&&Rt(t)}function Ft(t,e,n,r){n.forEach((function(n){t(e,n,r)}))}function Ht(t){function e(){return!0}function n(){return!1}if(!t||!t.isPropagationStopped){var r=t||i.event;for(var o in t={},r)"layerX"!==o&&"layerY"!==o&&"keyLocation"!==o&&"webkitMovementX"!==o&&"webkitMovementY"!==o&&("returnValue"===o&&r.preventDefault||(t[o]=r[o]));if(t.target||(t.target=t.srcElement||a),t.relatedTarget||(t.relatedTarget=t.fromElement===t.target?t.toElement:t.fromElement),t.preventDefault=function(){r.preventDefault&&r.preventDefault(),t.returnValue=!1,r.returnValue=!1,t.defaultPrevented=!0},t.defaultPrevented=!1,t.stopPropagation=function(){r.stopPropagation&&r.stopPropagation(),t.cancelBubble=!0,r.cancelBubble=!0,t.isPropagationStopped=e},t.isPropagationStopped=n,t.stopImmediatePropagation=function(){r.stopImmediatePropagation&&r.stopImmediatePropagation(),t.isImmediatePropagationStopped=e,t.stopPropagation()},t.isImmediatePropagationStopped=n,null!==t.clientX&&void 0!==t.clientX){var s=a.documentElement,c=a.body;t.pageX=t.clientX+(s&&s.scrollLeft||c&&c.scrollLeft||0)-(s&&s.clientLeft||c&&c.clientLeft||0),t.pageY=t.clientY+(s&&s.scrollTop||c&&c.scrollTop||0)-(s&&s.clientTop||c&&c.clientTop||0)}t.which=t.charCode||t.keyCode,null!==t.button&&void 0!==t.button&&(t.button=1&t.button?0:4&t.button?1:2&t.button?2:0)}return t}var Bt=!1;(function(){try{var t=Object.defineProperty({},"passive",{get:function(){Bt=!0}});i.addEventListener("test",null,t),i.removeEventListener("test",null,t)}catch(e){}})();var Ut=["touchstart","touchmove"];function $t(t,e,n){if(Array.isArray(e))return Ft($t,t,e,n);var r=Dt(t);if(r.handlers||(r.handlers={}),r.handlers[e]||(r.handlers[e]=[]),n.guid||(n.guid=It()),r.handlers[e].push(n),r.dispatcher||(r.disabled=!1,r.dispatcher=function(e,n){if(!r.disabled){e=Ht(e);var i=r.handlers[e.type];if(i)for(var a=i.slice(0),o=0,s=a.length;o<s;o++){if(e.isImmediatePropagationStopped())break;try{a[o].call(t,e,n)}catch(c){X.error(c)}}}}),1===r.handlers[e].length)if(t.addEventListener){var i=!1;Bt&&Ut.indexOf(e)>-1&&(i={passive:!0}),t.addEventListener(e,r.dispatcher,i)}else t.attachEvent&&t.attachEvent("on"+e,r.dispatcher)}function qt(t,e,n){if(Nt(t)){var r=Dt(t);if(r.handlers){if(Array.isArray(e))return Ft(qt,t,e,n);var i=function(t,e){r.handlers[e]=[],Vt(t,e)};if(void 0!==e){var a=r.handlers[e];if(a)if(n){if(n.guid)for(var o=0;o<a.length;o++)a[o].guid===n.guid&&a.splice(o--,1);Vt(t,e)}else i(t,e)}else for(var s in r.handlers)Object.prototype.hasOwnProperty.call(r.handlers||{},s)&&i(t,s)}}}function Wt(t,e,n){var r=Nt(t)?Dt(t):{},i=t.parentNode||t.ownerDocument;if("string"===typeof e?e={type:e,target:t}:e.target||(e.target=t),e=Ht(e),r.dispatcher&&r.dispatcher.call(t,e,n),i&&!e.isPropagationStopped()&&!0===e.bubbles)Wt.call(null,i,e,n);else if(!i&&!e.defaultPrevented){var a=Dt(e.target);e.target[e.type]&&(a.disabled=!0,"function"===typeof e.target[e.type]&&e.target[e.type](),a.disabled=!1)}return!e.defaultPrevented}function Yt(t,e,n){if(Array.isArray(e))return Ft(Yt,t,e,n);var r=function r(){qt(t,e,r),n.apply(this,arguments)};r.guid=n.guid=n.guid||It(),$t(t,e,r)}var Kt=(Object.freeze||Object)({fixEvent:Ht,on:$t,off:qt,trigger:Wt,one:Yt}),Xt=!1,Gt=void 0,Zt=function(){if(nt()&&!1!==Gt.options.autoSetup){var t=a.getElementsByTagName("video"),e=a.getElementsByTagName("audio"),n=a.getElementsByTagName("video-js"),r=[];if(t&&t.length>0)for(var i=0,o=t.length;i<o;i++)r.push(t[i]);if(e&&e.length>0)for(var s=0,c=e.length;s<c;s++)r.push(e[s]);if(n&&n.length>0)for(var l=0,u=n.length;l<u;l++)r.push(n[l]);if(r&&r.length>0)for(var h=0,f=r.length;h<f;h++){var d=r[h];if(!d||!d.getAttribute){Qt(1);break}if(void 0===d.player){var p=d.getAttribute("data-setup");null!==p&&Gt(d)}}else Xt||Qt(1)}};function Qt(t,e){e&&(Gt=e),i.setTimeout(Zt,t)}nt()&&"complete"===a.readyState?Xt=!0:Yt(i,"load",(function(){Xt=!0}));var Jt=function(t){var e=a.createElement("style");return e.className=t,e},te=function(t,e){t.styleSheet?t.styleSheet.cssText=e:t.textContent=e},ee=function(t,e,n){e.guid||(e.guid=It());var r=function(){return e.apply(t,arguments)};return r.guid=n?n+"_"+e.guid:e.guid,r},ne=function(t,e){var n=Date.now(),r=function(){var r=Date.now();r-n>=e&&(t.apply(void 0,arguments),n=r)};return r},re=function(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:i,a=void 0,o=function(){r.clearTimeout(a),a=null},s=function(){var i=this,o=arguments,s=function(){a=null,s=null,n||t.apply(i,o)};!a&&n&&t.apply(i,o),r.clearTimeout(a),a=r.setTimeout(s,e)};return s.cancel=o,s},ie=function(){};ie.prototype.allowedEvents_={},ie.prototype.on=function(t,e){var n=this.addEventListener;this.addEventListener=function(){},$t(this,t,e),this.addEventListener=n},ie.prototype.addEventListener=ie.prototype.on,ie.prototype.off=function(t,e){qt(this,t,e)},ie.prototype.removeEventListener=ie.prototype.off,ie.prototype.one=function(t,e){var n=this.addEventListener;this.addEventListener=function(){},Yt(this,t,e),this.addEventListener=n},ie.prototype.trigger=function(t){var e=t.type||t;"string"===typeof t&&(t={type:e}),t=Ht(t),this.allowedEvents_[e]&&this["on"+e]&&this["on"+e](t),Wt(this,t)},ie.prototype.dispatchEvent=ie.prototype.trigger;var ae=function(t){return t instanceof ie||!!t.eventBusEl_&&["on","one","off","trigger"].every((function(e){return"function"===typeof t[e]}))},oe=function(t){return"string"===typeof t&&/\S/.test(t)||Array.isArray(t)&&!!t.length},se=function(t){if(!t.nodeName&&!ae(t))throw new Error("Invalid target; must be a DOM node or evented object.")},ce=function(t){if(!oe(t))throw new Error("Invalid event type; must be a non-empty string or array.")},le=function(t){if("function"!==typeof t)throw new Error("Invalid listener; must be a function.")},ue=function(t,e){var n=e.length<3||e[0]===t||e[0]===t.eventBusEl_,r=void 0,i=void 0,a=void 0;return n?(r=t.eventBusEl_,e.length>=3&&e.shift(),i=e[0],a=e[1]):(r=e[0],i=e[1],a=e[2]),se(r),ce(i),le(a),a=ee(t,a),{isTargetingSelf:n,target:r,type:i,listener:a}},he=function(t,e,n,r){se(t),t.nodeName?Kt[e](t,n,r):t[e](n,r)},fe={on:function(){for(var t=this,e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=ue(this,n),a=i.isTargetingSelf,o=i.target,s=i.type,c=i.listener;if(he(o,"on",s,c),!a){var l=function(){return t.off(o,s,c)};l.guid=c.guid;var u=function(){return t.off("dispose",l)};u.guid=c.guid,he(this,"on","dispose",l),he(o,"on","dispose",u)}},one:function(){for(var t=this,e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=ue(this,n),a=i.isTargetingSelf,o=i.target,s=i.type,c=i.listener;if(a)he(o,"one",s,c);else{var l=function e(){for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];t.off(o,s,e),c.apply(null,r)};l.guid=c.guid,he(o,"one",s,l)}},off:function(t,e,n){if(!t||oe(t))qt(this.eventBusEl_,t,e);else{var r=t,i=e;se(r),ce(i),le(n),n=ee(this,n),this.off("dispose",n),r.nodeName?(qt(r,i,n),qt(r,"dispose",n)):ae(r)&&(r.off(i,n),r.off("dispose",n))}},trigger:function(t,e){return Wt(this.eventBusEl_,t,e)}};function de(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.eventBusKey;if(n){if(!t[n].nodeName)throw new Error('The eventBusKey "'+n+'" does not refer to an element.');t.eventBusEl_=t[n]}else t.eventBusEl_=ot("span",{className:"vjs-event-bus"});return U(t,fe),t.on("dispose",(function(){t.off(),i.setTimeout((function(){t.eventBusEl_=null}),0)})),t}var pe={state:{},setState:function(t){var e=this;"function"===typeof t&&(t=t());var n=void 0;return H(t,(function(t,r){e.state[r]!==t&&(n=n||{},n[r]={from:e.state[r],to:t}),e.state[r]=t})),n&&ae(this)&&this.trigger({changes:n,type:"statechanged"}),n}};function ve(t,e){return U(t,pe),t.state=U({},t.state,e),"function"===typeof t.handleStateChanged&&ae(t)&&t.on("statechanged",t.handleStateChanged),t}function ge(t){return"string"!==typeof t?t:t.charAt(0).toUpperCase()+t.slice(1)}function me(t,e){return ge(t)===ge(e)}function ye(){for(var t={},e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];return n.forEach((function(e){e&&H(e,(function(e,n){q(e)?(q(t[n])||(t[n]={}),t[n]=ye(t[n],e)):t[n]=e}))})),t}var be=function(){function t(e,n,r){if(z(this,t),!e&&this.play?this.player_=e=this:this.player_=e,this.options_=ye({},this.options_),n=this.options_=ye(this.options_,n),this.id_=n.id||n.el&&n.el.id,!this.id_){var i=e&&e.id&&e.id()||"no_player";this.id_=i+"_component_"+It()}this.name_=n.name||null,n.el?this.el_=n.el:!1!==n.createEl&&(this.el_=this.createEl()),!1!==n.evented&&de(this,{eventBusKey:this.el_?"el_":null}),ve(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},!1!==n.initChildren&&this.initChildren(),this.ready(r),!1!==n.reportTouchActivity&&this.enableTouchActivity()}return t.prototype.dispose=function(){if(this.trigger({type:"dispose",bubbles:!1}),this.children_)for(var t=this.children_.length-1;t>=0;t--)this.children_[t].dispose&&this.children_[t].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.el_&&(this.el_.parentNode&&this.el_.parentNode.removeChild(this.el_),Rt(this.el_),this.el_=null),this.player_=null},t.prototype.player=function(){return this.player_},t.prototype.options=function(t){return X.warn("this.options() has been deprecated and will be moved to the constructor in 6.0"),t?(this.options_=ye(this.options_,t),this.options_):this.options_},t.prototype.el=function(){return this.el_},t.prototype.createEl=function(t,e,n){return ot(t,e,n)},t.prototype.localize=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t,r=this.player_.language&&this.player_.language(),i=this.player_.languages&&this.player_.languages(),a=i&&i[r],o=r&&r.split("-")[0],s=i&&i[o],c=n;return a&&a[t]?c=a[t]:s&&s[t]&&(c=s[t]),e&&(c=c.replace(/\{(\d+)\}/g,(function(t,n){var r=e[n-1],i=r;return"undefined"===typeof r&&(i=t),i}))),c},t.prototype.contentEl=function(){return this.contentEl_||this.el_},t.prototype.id=function(){return this.id_},t.prototype.name=function(){return this.name_},t.prototype.children=function(){return this.children_},t.prototype.getChildById=function(t){return this.childIndex_[t]},t.prototype.getChild=function(t){if(t)return t=ge(t),this.childNameIndex_[t]},t.prototype.addChild=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.children_.length,i=void 0,a=void 0;if("string"===typeof e){a=ge(e);var o=n.componentClass||a;n.name=a;var s=t.getComponent(o);if(!s)throw new Error("Component "+o+" does not exist");if("function"!==typeof s)return null;i=new s(this.player_||this,n)}else i=e;if(this.children_.splice(r,0,i),"function"===typeof i.id&&(this.childIndex_[i.id()]=i),a=a||i.name&&ge(i.name()),a&&(this.childNameIndex_[a]=i),"function"===typeof i.el&&i.el()){var c=this.contentEl().children,l=c[r]||null;this.contentEl().insertBefore(i.el(),l)}return i},t.prototype.removeChild=function(t){if("string"===typeof t&&(t=this.getChild(t)),t&&this.children_){for(var e=!1,n=this.children_.length-1;n>=0;n--)if(this.children_[n]===t){e=!0,this.children_.splice(n,1);break}if(e){this.childIndex_[t.id()]=null,this.childNameIndex_[t.name()]=null;var r=t.el();r&&r.parentNode===this.contentEl()&&this.contentEl().removeChild(t.el())}}},t.prototype.initChildren=function(){var e=this,n=this.options_.children;if(n){var r=this.options_,i=function(t){var n=t.name,i=t.opts;if(void 0!==r[n]&&(i=r[n]),!1!==i){!0===i&&(i={}),i.playerOptions=e.options_.playerOptions;var a=e.addChild(n,i);a&&(e[n]=a)}},a=void 0,o=t.getComponent("Tech");a=Array.isArray(n)?n:Object.keys(n),a.concat(Object.keys(this.options_).filter((function(t){return!a.some((function(e){return"string"===typeof e?t===e:t===e.name}))}))).map((function(t){var r=void 0,i=void 0;return"string"===typeof t?(r=t,i=n[r]||e.options_[r]||{}):(r=t.name,i=t),{name:r,opts:i}})).filter((function(e){var n=t.getComponent(e.opts.componentClass||ge(e.name));return n&&!o.isTech(n)})).forEach(i)}},t.prototype.buildCSSClass=function(){return""},t.prototype.ready=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(t)return this.isReady_?void(e?t.call(this):this.setTimeout(t,1)):(this.readyQueue_=this.readyQueue_||[],void this.readyQueue_.push(t))},t.prototype.triggerReady=function(){this.isReady_=!0,this.setTimeout((function(){var t=this.readyQueue_;this.readyQueue_=[],t&&t.length>0&&t.forEach((function(t){t.call(this)}),this),this.trigger("ready")}),1)},t.prototype.$=function(t,e){return Et(t,e||this.contentEl())},t.prototype.$$=function(t,e){return At(t,e||this.contentEl())},t.prototype.hasClass=function(t){return lt(this.el_,t)},t.prototype.addClass=function(t){ut(this.el_,t)},t.prototype.removeClass=function(t){ht(this.el_,t)},t.prototype.toggleClass=function(t,e){ft(this.el_,t,e)},t.prototype.show=function(){this.removeClass("vjs-hidden")},t.prototype.hide=function(){this.addClass("vjs-hidden")},t.prototype.lockShowing=function(){this.addClass("vjs-lock-showing")},t.prototype.unlockShowing=function(){this.removeClass("vjs-lock-showing")},t.prototype.getAttribute=function(t){return vt(this.el_,t)},t.prototype.setAttribute=function(t,e){gt(this.el_,t,e)},t.prototype.removeAttribute=function(t){mt(this.el_,t)},t.prototype.width=function(t,e){return this.dimension("width",t,e)},t.prototype.height=function(t,e){return this.dimension("height",t,e)},t.prototype.dimensions=function(t,e){this.width(t,!0),this.height(e)},t.prototype.dimension=function(t,e,n){if(void 0!==e)return null!==e&&e===e||(e=0),-1!==(""+e).indexOf("%")||-1!==(""+e).indexOf("px")?this.el_.style[t]=e:this.el_.style[t]="auto"===e?"":e+"px",void(n||this.trigger("componentresize"));if(!this.el_)return 0;var r=this.el_.style[t],i=r.indexOf("px");return-1!==i?parseInt(r.slice(0,i),10):parseInt(this.el_["offset"+ge(t)],10)},t.prototype.currentDimension=function(t){var e=0;if("width"!==t&&"height"!==t)throw new Error("currentDimension only accepts width or height value");if("function"===typeof i.getComputedStyle){var n=i.getComputedStyle(this.el_);e=n.getPropertyValue(t)||n[t]}if(e=parseFloat(e),0===e){var r="offset"+ge(t);e=this.el_[r]}return e},t.prototype.currentDimensions=function(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}},t.prototype.currentWidth=function(){return this.currentDimension("width")},t.prototype.currentHeight=function(){return this.currentDimension("height")},t.prototype.focus=function(){this.el_.focus()},t.prototype.blur=function(){this.el_.blur()},t.prototype.emitTapEvents=function(){var t=0,e=null,n=10,r=200,i=void 0;this.on("touchstart",(function(n){1===n.touches.length&&(e={pageX:n.touches[0].pageX,pageY:n.touches[0].pageY},t=(new Date).getTime(),i=!0)})),this.on("touchmove",(function(t){if(t.touches.length>1)i=!1;else if(e){var r=t.touches[0].pageX-e.pageX,a=t.touches[0].pageY-e.pageY,o=Math.sqrt(r*r+a*a);o>n&&(i=!1)}}));var a=function(){i=!1};this.on("touchleave",a),this.on("touchcancel",a),this.on("touchend",(function(n){if(e=null,!0===i){var a=(new Date).getTime()-t;a<r&&(n.preventDefault(),this.trigger("tap"))}}))},t.prototype.enableTouchActivity=function(){if(this.player()&&this.player().reportUserActivity){var t=ee(this.player(),this.player().reportUserActivity),e=void 0;this.on("touchstart",(function(){t(),this.clearInterval(e),e=this.setInterval(t,250)}));var n=function(n){t(),this.clearInterval(e)};this.on("touchmove",t),this.on("touchend",n),this.on("touchcancel",n)}},t.prototype.setTimeout=function(t,e){var n,r,a=this;return t=ee(this,t),n=i.setTimeout((function(){a.off("dispose",r),t()}),e),r=function(){return a.clearTimeout(n)},r.guid="vjs-timeout-"+n,this.on("dispose",r),n},t.prototype.clearTimeout=function(t){i.clearTimeout(t);var e=function(){};return e.guid="vjs-timeout-"+t,this.off("dispose",e),t},t.prototype.setInterval=function(t,e){var n=this;t=ee(this,t);var r=i.setInterval(t,e),a=function(){return n.clearInterval(r)};return a.guid="vjs-interval-"+r,this.on("dispose",a),r},t.prototype.clearInterval=function(t){i.clearInterval(t);var e=function(){};return e.guid="vjs-interval-"+t,this.off("dispose",e),t},t.prototype.requestAnimationFrame=function(t){var e,n,r=this;return this.supportsRaf_?(t=ee(this,t),e=i.requestAnimationFrame((function(){r.off("dispose",n),t()})),n=function(){return r.cancelAnimationFrame(e)},n.guid="vjs-raf-"+e,this.on("dispose",n),e):this.setTimeout(t,1e3/60)},t.prototype.cancelAnimationFrame=function(t){if(this.supportsRaf_){i.cancelAnimationFrame(t);var e=function(){};return e.guid="vjs-raf-"+t,this.off("dispose",e),t}return this.clearTimeout(t)},t.registerComponent=function(e,n){if("string"!==typeof e||!e)throw new Error('Illegal component name, "'+e+'"; must be a non-empty string.');var r=t.getComponent("Tech"),i=r&&r.isTech(n),a=t===n||t.prototype.isPrototypeOf(n.prototype);if(i||!a){var o=void 0;throw o=i?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error('Illegal component, "'+e+'"; '+o+".")}e=ge(e),t.components_||(t.components_={});var s=t.getComponent("Player");if("Player"===e&&s&&s.players){var c=s.players,l=Object.keys(c);if(c&&l.length>0&&l.map((function(t){return c[t]})).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return t.components_[e]=n,n},t.getComponent=function(e){if(e)return e=ge(e),t.components_&&t.components_[e]?t.components_[e]:void 0},t}();function _e(t,e,n){if("number"!==typeof e||e<0||e>n)throw new Error("Failed to execute '"+t+"' on 'TimeRanges': The index provided ("+e+") is non-numeric or out of bounds (0-"+n+").")}function xe(t,e,n,r){return _e(t,r,n.length-1),n[r][e]}function we(t){return void 0===t||0===t.length?{length:0,start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Error("This TimeRanges object is empty")}}:{length:t.length,start:xe.bind(null,"start",0,t),end:xe.bind(null,"end",1,t)}}function ke(t,e){return Array.isArray(t)?we(t):void 0===t||void 0===e?we():we([[t,e]])}function Ce(t,e){var n=0,r=void 0,i=void 0;if(!e)return 0;t&&t.length||(t=ke(0,0));for(var a=0;a<t.length;a++)r=t.start(a),i=t.end(a),i>e&&(i=e),n+=i-r;return n/e}be.prototype.supportsRaf_="function"===typeof i.requestAnimationFrame&&"function"===typeof i.cancelAnimationFrame,be.registerComponent("Component",be);for(var Se={},Te=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],Oe=Te[0],Me=void 0,Ee=0;Ee<Te.length;Ee++)if(Te[Ee][1]in a){Me=Te[Ee];break}if(Me)for(var Ae=0;Ae<Me.length;Ae++)Se[Oe[Ae]]=Me[Ae];function Pe(t){if(t instanceof Pe)return t;"number"===typeof t?this.code=t:"string"===typeof t?this.message=t:$(t)&&("number"===typeof t.code&&(this.code=t.code),U(this,t)),this.message||(this.message=Pe.defaultMessages[this.code]||"")}Pe.prototype.code=0,Pe.prototype.message="",Pe.prototype.status=null,Pe.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],Pe.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};for(var Le=0;Le<Pe.errorTypes.length;Le++)Pe[Pe.errorTypes[Le]]=Le,Pe.prototype[Pe.errorTypes[Le]]=Le;function Ie(t){return void 0!==t&&null!==t&&"function"===typeof t.then}function je(t){Ie(t)&&t.then(null,(function(t){}))}var ze=function(t){var e=["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce((function(e,n,r){return t[n]&&(e[n]=t[n]),e}),{cues:t.cues&&Array.prototype.map.call(t.cues,(function(t){return{startTime:t.startTime,endTime:t.endTime,text:t.text,id:t.id}}))});return e},De=function(t){var e=t.$$("track"),n=Array.prototype.map.call(e,(function(t){return t.track})),r=Array.prototype.map.call(e,(function(t){var e=ze(t.track);return t.src&&(e.src=t.src),e}));return r.concat(Array.prototype.filter.call(t.textTracks(),(function(t){return-1===n.indexOf(t)})).map(ze))},Ne=function(t,e){return t.forEach((function(t){var n=e.addRemoteTextTrack(t).track;!t.src&&t.cues&&t.cues.forEach((function(t){return n.addCue(t)}))})),e.textTracks()},Re={textTracksToJson:De,jsonToTextTracks:Ne,trackToJson_:ze},Ve="vjs-modal-dialog",Fe=27,He=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.opened_=i.hasBeenOpened_=i.hasBeenFilled_=!1,i.closeable(!i.options_.uncloseable),i.content(i.options_.content),i.contentEl_=ot("div",{className:Ve+"-content"},{role:"document"}),i.descEl_=ot("p",{className:Ve+"-description vjs-control-text",id:i.el().getAttribute("aria-describedby")}),st(i.descEl_,i.description()),i.el_.appendChild(i.descEl_),i.el_.appendChild(i.contentEl_),i}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},e.prototype.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,t.prototype.dispose.call(this)},e.prototype.buildCSSClass=function(){return Ve+" vjs-hidden "+t.prototype.buildCSSClass.call(this)},e.prototype.handleKeyPress=function(t){t.which===Fe&&this.closeable()&&this.close()},e.prototype.label=function(){return this.localize(this.options_.label||"Modal Window")},e.prototype.description=function(){var t=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(t+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),t},e.prototype.open=function(){if(!this.opened_){var t=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!t.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&t.pause(),this.closeable()&&this.on(this.el_.ownerDocument,"keydown",ee(this,this.handleKeyPress)),this.hadControls_=t.controls(),t.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}},e.prototype.opened=function(t){return"boolean"===typeof t&&this[t?"open":"close"](),this.opened_},e.prototype.close=function(){if(this.opened_){var t=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&t.play(),this.closeable()&&this.off(this.el_.ownerDocument,"keydown",ee(this,this.handleKeyPress)),this.hadControls_&&t.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger("modalclose"),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}},e.prototype.closeable=function(t){if("boolean"===typeof t){var e=this.closeable_=!!t,n=this.getChild("closeButton");if(e&&!n){var r=this.contentEl_;this.contentEl_=this.el_,n=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=r,this.on(n,"close",this.close)}!e&&n&&(this.off(n,"close",this.close),this.removeChild(n),n.dispose())}return this.closeable_},e.prototype.fill=function(){this.fillWith(this.content())},e.prototype.fillWith=function(t){var e=this.contentEl(),n=e.parentNode,r=e.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,n.removeChild(e),this.empty(),Ot(e,t),this.trigger("modalfill"),r?n.insertBefore(e,r):n.appendChild(e);var i=this.getChild("closeButton");i&&n.appendChild(i.el_)},e.prototype.empty=function(){this.trigger("beforemodalempty"),Ct(this.contentEl()),this.trigger("modalempty")},e.prototype.content=function(t){return"undefined"!==typeof t&&(this.content_=t),this.content_},e.prototype.conditionalFocus_=function(){var t=a.activeElement,e=this.player_.el_;this.previouslyActiveEl_=null,(e.contains(t)||e===t)&&(this.previouslyActiveEl_=t,this.focus(),this.on(a,"keydown",this.handleKeyDown))},e.prototype.conditionalBlur_=function(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null),this.off(a,"keydown",this.handleKeyDown)},e.prototype.handleKeyDown=function(t){if(9===t.which){for(var e=this.focusableEls_(),n=this.el_.querySelector(":focus"),r=void 0,i=0;i<e.length;i++)if(n===e[i]){r=i;break}a.activeElement===this.el_&&(r=0),t.shiftKey&&0===r?(e[e.length-1].focus(),t.preventDefault()):t.shiftKey||r!==e.length-1||(e[0].focus(),t.preventDefault())}},e.prototype.focusableEls_=function(){var t=this.el_.querySelectorAll("*");return Array.prototype.filter.call(t,(function(t){return(t instanceof i.HTMLAnchorElement||t instanceof i.HTMLAreaElement)&&t.hasAttribute("href")||(t instanceof i.HTMLInputElement||t instanceof i.HTMLSelectElement||t instanceof i.HTMLTextAreaElement||t instanceof i.HTMLButtonElement)&&!t.hasAttribute("disabled")||t instanceof i.HTMLIFrameElement||t instanceof i.HTMLObjectElement||t instanceof i.HTMLEmbedElement||t.hasAttribute("tabindex")&&-1!==t.getAttribute("tabindex")||t.hasAttribute("contenteditable")}))},e}(be);He.prototype.options_={pauseOnOpen:!0,temporary:!0},be.registerComponent("ModalDialog",He);var Be=function(t){function e(){var n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;z(this,e);var o=N(this,t.call(this));if(!i&&(i=o,O))for(var s in i=a.createElement("custom"),e.prototype)"constructor"!==s&&(i[s]=e.prototype[s]);i.tracks_=[],Object.defineProperty(i,"length",{get:function(){return this.tracks_.length}});for(var c=0;c<r.length;c++)i.addTrack(r[c]);return n=i,N(o,n)}return D(e,t),e.prototype.addTrack=function(t){var e=this.tracks_.length;""+e in this||Object.defineProperty(this,e,{get:function(){return this.tracks_[e]}}),-1===this.tracks_.indexOf(t)&&(this.tracks_.push(t),this.trigger({track:t,type:"addtrack"}))},e.prototype.removeTrack=function(t){for(var e=void 0,n=0,r=this.length;n<r;n++)if(this[n]===t){e=this[n],e.off&&e.off(),this.tracks_.splice(n,1);break}e&&this.trigger({track:e,type:"removetrack"})},e.prototype.getTrackById=function(t){for(var e=null,n=0,r=this.length;n<r;n++){var i=this[n];if(i.id===t){e=i;break}}return e},e}(ie);for(var Ue in Be.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack"},Be.prototype.allowedEvents_)Be.prototype["on"+Ue]=null;var $e=function(t,e){for(var n=0;n<t.length;n++)Object.keys(t[n]).length&&e.id!==t[n].id&&(t[n].enabled=!1)},qe=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];z(this,e);for(var o=void 0,s=i.length-1;s>=0;s--)if(i[s].enabled){$e(i,i[s]);break}if(O){for(var c in o=a.createElement("custom"),Be.prototype)"constructor"!==c&&(o[c]=Be.prototype[c]);for(var l in e.prototype)"constructor"!==l&&(o[l]=e.prototype[l])}return n=N(this,t.call(this,i,o)),o=n,o.changing_=!1,r=o,N(n,r)}return D(e,t),e.prototype.addTrack=function(e){var n=this;e.enabled&&$e(this,e),t.prototype.addTrack.call(this,e),e.addEventListener&&e.addEventListener("enabledchange",(function(){n.changing_||(n.changing_=!0,$e(n,e),n.changing_=!1,n.trigger("change"))}))},e}(Be),We=function(t,e){for(var n=0;n<t.length;n++)Object.keys(t[n]).length&&e.id!==t[n].id&&(t[n].selected=!1)},Ye=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];z(this,e);for(var o=void 0,s=i.length-1;s>=0;s--)if(i[s].selected){We(i,i[s]);break}if(O){for(var c in o=a.createElement("custom"),Be.prototype)"constructor"!==c&&(o[c]=Be.prototype[c]);for(var l in e.prototype)"constructor"!==l&&(o[l]=e.prototype[l])}return n=N(this,t.call(this,i,o)),o=n,o.changing_=!1,Object.defineProperty(o,"selectedIndex",{get:function(){for(var t=0;t<this.length;t++)if(this[t].selected)return t;return-1},set:function(){}}),r=o,N(n,r)}return D(e,t),e.prototype.addTrack=function(e){var n=this;e.selected&&We(this,e),t.prototype.addTrack.call(this,e),e.addEventListener&&e.addEventListener("selectedchange",(function(){n.changing_||(n.changing_=!0,We(n,e),n.changing_=!1,n.trigger("change"))}))},e}(Be),Ke=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];z(this,e);var o=void 0;if(O){for(var s in o=a.createElement("custom"),Be.prototype)"constructor"!==s&&(o[s]=Be.prototype[s]);for(var c in e.prototype)"constructor"!==c&&(o[c]=e.prototype[c])}return n=N(this,t.call(this,i,o)),o=n,r=o,N(n,r)}return D(e,t),e.prototype.addTrack=function(e){t.prototype.addTrack.call(this,e),e.addEventListener("modechange",ee(this,(function(){this.trigger("change")})));var n=["metadata","chapters"];-1===n.indexOf(e.kind)&&e.addEventListener("modechange",ee(this,(function(){this.trigger("selectedlanguagechange")})))},e}(Be),Xe=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];z(this,t);var n=this;if(O)for(var r in n=a.createElement("custom"),t.prototype)"constructor"!==r&&(n[r]=t.prototype[r]);n.trackElements_=[],Object.defineProperty(n,"length",{get:function(){return this.trackElements_.length}});for(var i=0,o=e.length;i<o;i++)n.addTrackElement_(e[i]);if(O)return n}return t.prototype.addTrackElement_=function(t){var e=this.trackElements_.length;""+e in this||Object.defineProperty(this,e,{get:function(){return this.trackElements_[e]}}),-1===this.trackElements_.indexOf(t)&&this.trackElements_.push(t)},t.prototype.getTrackElementByTrack_=function(t){for(var e=void 0,n=0,r=this.trackElements_.length;n<r;n++)if(t===this.trackElements_[n].track){e=this.trackElements_[n];break}return e},t.prototype.removeTrackElement_=function(t){for(var e=0,n=this.trackElements_.length;e<n;e++)if(t===this.trackElements_[e]){this.trackElements_.splice(e,1);break}},t}(),Ge=function(){function t(e){z(this,t);var n=this;if(O)for(var r in n=a.createElement("custom"),t.prototype)"constructor"!==r&&(n[r]=t.prototype[r]);if(t.prototype.setCues_.call(n,e),Object.defineProperty(n,"length",{get:function(){return this.length_}}),O)return n}return t.prototype.setCues_=function(t){var e=this.length||0,n=0,r=t.length;this.cues_=t,this.length_=t.length;var i=function(t){""+t in this||Object.defineProperty(this,""+t,{get:function(){return this.cues_[t]}})};if(e<r)for(n=e;n<r;n++)i.call(this,n)},t.prototype.getCueById=function(t){for(var e=null,n=0,r=this.length;n<r;n++){var i=this[n];if(i.id===t){e=i;break}}return e},t}(),Ze={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},Qe={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},Je={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},tn={disabled:"disabled",hidden:"hidden",showing:"showing"},en=function(t){function e(){var n,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};z(this,e);var i=N(this,t.call(this)),o=i;if(O)for(var s in o=a.createElement("custom"),e.prototype)"constructor"!==s&&(o[s]=e.prototype[s]);var c={id:r.id||"vjs_track_"+It(),kind:r.kind||"",label:r.label||"",language:r.language||""},l=function(t){Object.defineProperty(o,t,{get:function(){return c[t]},set:function(){}})};for(var u in c)l(u);return n=o,N(i,n)}return D(e,t),e}(ie),nn=function(t){var e=["protocol","hostname","port","pathname","search","hash","host"],n=a.createElement("a");n.href=t;var r=""===n.host&&"file:"!==n.protocol,o=void 0;r&&(o=a.createElement("div"),o.innerHTML='<a href="'+t+'"></a>',n=o.firstChild,o.setAttribute("style","display:none; position:absolute;"),a.body.appendChild(o));for(var s={},c=0;c<e.length;c++)s[e[c]]=n[e[c]];return"http:"===s.protocol&&(s.host=s.host.replace(/:80$/,"")),"https:"===s.protocol&&(s.host=s.host.replace(/:443$/,"")),s.protocol||(s.protocol=i.location.protocol),r&&a.body.removeChild(o),s},rn=function(t){if(!t.match(/^https?:\/\//)){var e=a.createElement("div");e.innerHTML='<a href="'+t+'">x</a>',t=e.firstChild.href}return t},an=function(t){if("string"===typeof t){var e=/^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/i,n=e.exec(t);if(n)return n.pop().toLowerCase()}return""},on=function(t){var e=i.location,n=nn(t),r=":"===n.protocol?e.protocol:n.protocol,a=r+n.host!==e.protocol+e.host;return a},sn=(Object.freeze||Object)({parseUrl:nn,getAbsoluteURL:rn,getFileExtension:an,isCrossOrigin:on}),cn=function(t,e){var n=new i.WebVTT.Parser(i,i.vttjs,i.WebVTT.StringDecoder()),r=[];n.oncue=function(t){e.addCue(t)},n.onparsingerror=function(t){r.push(t)},n.onflush=function(){e.trigger({type:"loadeddata",target:e})},n.parse(t),r.length>0&&(i.console&&i.console.groupCollapsed&&i.console.groupCollapsed("Text Track parsing errors for "+e.src),r.forEach((function(t){return X.error(t)})),i.console&&i.console.groupEnd&&i.console.groupEnd()),n.flush()},ln=function(t,e){var n={uri:t},r=on(t);r&&(n.cors=r),c(n,ee(this,(function(t,n,r){if(t)return X.error(t,n);if(e.loaded_=!0,"function"!==typeof i.WebVTT){if(e.tech_){var a=function(){return cn(r,e)};e.tech_.on("vttjsloaded",a),e.tech_.on("vttjserror",(function(){X.error("vttjs failed to load, stopping trying to process "+e.src),e.tech_.off("vttjsloaded",a)}))}}else cn(r,e)})))},un=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(z(this,e),!i.tech)throw new Error("A tech was not provided.");var a=ye(i,{kind:Je[i.kind]||"subtitles",language:i.language||i.srclang||""}),o=tn[a.mode]||"disabled",s=a["default"];"metadata"!==a.kind&&"chapters"!==a.kind||(o="hidden");var c=(n=N(this,t.call(this,a)),n);if(c.tech_=a.tech,O)for(var l in e.prototype)"constructor"!==l&&(c[l]=e.prototype[l]);c.cues_=[],c.activeCues_=[];var u=new Ge(c.cues_),h=new Ge(c.activeCues_),f=!1,d=ee(c,(function(){this.activeCues=this.activeCues,f&&(this.trigger("cuechange"),f=!1)}));return"disabled"!==o&&c.tech_.ready((function(){c.tech_.on("timeupdate",d)}),!0),Object.defineProperty(c,"default",{get:function(){return s},set:function(){}}),Object.defineProperty(c,"mode",{get:function(){return o},set:function(t){var e=this;tn[t]&&(o=t,"disabled"!==o?this.tech_.ready((function(){e.tech_.on("timeupdate",d)}),!0):this.tech_.off("timeupdate",d),this.trigger("modechange"))}}),Object.defineProperty(c,"cues",{get:function(){return this.loaded_?u:null},set:function(){}}),Object.defineProperty(c,"activeCues",{get:function(){if(!this.loaded_)return null;if(0===this.cues.length)return h;for(var t=this.tech_.currentTime(),e=[],n=0,r=this.cues.length;n<r;n++){var i=this.cues[n];(i.startTime<=t&&i.endTime>=t||i.startTime===i.endTime&&i.startTime<=t&&i.startTime+.5>=t)&&e.push(i)}if(f=!1,e.length!==this.activeCues_.length)f=!0;else for(var a=0;a<e.length;a++)-1===this.activeCues_.indexOf(e[a])&&(f=!0);return this.activeCues_=e,h.setCues_(this.activeCues_),h},set:function(){}}),a.src?(c.src=a.src,ln(a.src,c)):c.loaded_=!0,r=c,N(n,r)}return D(e,t),e.prototype.addCue=function(t){var e=t;if(i.vttjs&&!(t instanceof i.vttjs.VTTCue)){for(var n in e=new i.vttjs.VTTCue(t.startTime,t.endTime,t.text),t)n in e||(e[n]=t[n]);e.id=t.id,e.originalCue_=t}for(var r=this.tech_.textTracks(),a=0;a<r.length;a++)r[a]!==this&&r[a].removeCue(e);this.cues_.push(e),this.cues.setCues_(this.cues_)},e.prototype.removeCue=function(t){var e=this.cues_.length;while(e--){var n=this.cues_[e];if(n===t||n.originalCue_&&n.originalCue_===t){this.cues_.splice(e,1),this.cues.setCues_(this.cues_);break}}},e}(en);un.prototype.allowedEvents_={cuechange:"cuechange"};var hn=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};z(this,e);var a=ye(i,{kind:Qe[i.kind]||""}),o=(n=N(this,t.call(this,a)),n),s=!1;if(O)for(var c in e.prototype)"constructor"!==c&&(o[c]=e.prototype[c]);return Object.defineProperty(o,"enabled",{get:function(){return s},set:function(t){"boolean"===typeof t&&t!==s&&(s=t,this.trigger("enabledchange"))}}),a.enabled&&(o.enabled=a.enabled),o.loaded_=!0,r=o,N(n,r)}return D(e,t),e}(en),fn=function(t){function e(){var n,r,i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};z(this,e);var a=ye(i,{kind:Ze[i.kind]||""}),o=(n=N(this,t.call(this,a)),n),s=!1;if(O)for(var c in e.prototype)"constructor"!==c&&(o[c]=e.prototype[c]);return Object.defineProperty(o,"selected",{get:function(){return s},set:function(t){"boolean"===typeof t&&t!==s&&(s=t,this.trigger("selectedchange"))}}),a.selected&&(o.selected=a.selected),r=o,N(n,r)}return D(e,t),e}(en),dn=0,pn=1,vn=2,gn=3,mn=function(t){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};z(this,e);var r=N(this,t.call(this)),i=void 0,o=r;if(O)for(var s in o=a.createElement("custom"),e.prototype)"constructor"!==s&&(o[s]=e.prototype[s]);var c,l=new un(n);return o.kind=l.kind,o.src=l.src,o.srclang=l.language,o.label=l.label,o["default"]=l["default"],Object.defineProperty(o,"readyState",{get:function(){return i}}),Object.defineProperty(o,"track",{get:function(){return l}}),i=dn,l.addEventListener("loadeddata",(function(){i=vn,o.trigger({type:"load",target:o})})),O?(c=o,N(r,c)):r}return D(e,t),e}(ie);mn.prototype.allowedEvents_={load:"load"},mn.NONE=dn,mn.LOADING=pn,mn.LOADED=vn,mn.ERROR=gn;var yn={audio:{ListClass:qe,TrackClass:hn,capitalName:"Audio"},video:{ListClass:Ye,TrackClass:fn,capitalName:"Video"},text:{ListClass:Ke,TrackClass:un,capitalName:"Text"}};Object.keys(yn).forEach((function(t){yn[t].getterName=t+"Tracks",yn[t].privateName=t+"Tracks_"}));var bn={remoteText:{ListClass:Ke,TrackClass:un,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:Xe,TrackClass:mn,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},_n=ye(yn,bn);function xn(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=t.textTracks();i.kind=e,n&&(i.label=n),r&&(i.language=r),i.tech=t;var o=new _n.text.TrackClass(i);return a.addTrack(o),o}bn.names=Object.keys(bn),yn.names=Object.keys(yn),_n.names=[].concat(bn.names).concat(yn.names);var wn=function(t){function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};z(this,e),n.reportTouchActivity=!1;var i=N(this,t.call(this,null,n,r));return i.hasStarted_=!1,i.on("playing",(function(){this.hasStarted_=!0})),i.on("loadstart",(function(){this.hasStarted_=!1})),_n.names.forEach((function(t){var e=_n[t];n&&n[e.getterName]&&(i[e.privateName]=n[e.getterName])})),i.featuresProgressEvents||i.manualProgressOn(),i.featuresTimeupdateEvents||i.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach((function(t){!1===n["native"+t+"Tracks"]&&(i["featuresNative"+t+"Tracks"]=!1)})),!1===n.nativeCaptions||!1===n.nativeTextTracks?i.featuresNativeTextTracks=!1:!0!==n.nativeCaptions&&!0!==n.nativeTextTracks||(i.featuresNativeTextTracks=!0),i.featuresNativeTextTracks||i.emulateTextTracks(),i.autoRemoteTextTracks_=new _n.text.ListClass,i.initTrackListeners(),n.nativeControlsForTouch||i.emitTapEvents(),i.constructor&&(i.name_=i.constructor.name||"Unknown Tech"),i}return D(e,t),e.prototype.triggerSourceset=function(t){var e=this;this.isReady_||this.one("ready",(function(){return e.setTimeout((function(){return e.triggerSourceset(t)}),1)})),this.trigger({src:t,type:"sourceset"})},e.prototype.manualProgressOn=function(){this.on("durationchange",this.onDurationChange),this.manualProgress=!0,this.one("ready",this.trackProgress)},e.prototype.manualProgressOff=function(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange)},e.prototype.trackProgress=function(t){this.stopTrackingProgress(),this.progressInterval=this.setInterval(ee(this,(function(){var t=this.bufferedPercent();this.bufferedPercent_!==t&&this.trigger("progress"),this.bufferedPercent_=t,1===t&&this.stopTrackingProgress()})),500)},e.prototype.onDurationChange=function(t){this.duration_=this.duration()},e.prototype.buffered=function(){return ke(0,0)},e.prototype.bufferedPercent=function(){return Ce(this.buffered(),this.duration_)},e.prototype.stopTrackingProgress=function(){this.clearInterval(this.progressInterval)},e.prototype.manualTimeUpdatesOn=function(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime),this.on("pause",this.stopTrackingCurrentTime)},e.prototype.manualTimeUpdatesOff=function(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime),this.off("pause",this.stopTrackingCurrentTime)},e.prototype.trackCurrentTime=function(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval((function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}),250)},e.prototype.stopTrackingCurrentTime=function(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},e.prototype.dispose=function(){this.clearTracks(yn.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),t.prototype.dispose.call(this)},e.prototype.clearTracks=function(t){var e=this;t=[].concat(t),t.forEach((function(t){var n=e[t+"Tracks"]()||[],r=n.length;while(r--){var i=n[r];"text"===t&&e.removeRemoteTextTrack(i),n.removeTrack(i)}}))},e.prototype.cleanupAutoTextTracks=function(){var t=this.autoRemoteTextTracks_||[],e=t.length;while(e--){var n=t[e];this.removeRemoteTextTrack(n)}},e.prototype.reset=function(){},e.prototype.error=function(t){return void 0!==t&&(this.error_=new Pe(t),this.trigger("error")),this.error_},e.prototype.played=function(){return this.hasStarted_?ke(0,0):ke()},e.prototype.setCurrentTime=function(){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},e.prototype.initTrackListeners=function(){var t=this;yn.names.forEach((function(e){var n=yn[e],r=function(){t.trigger(e+"trackchange")},i=t[n.getterName]();i.addEventListener("removetrack",r),i.addEventListener("addtrack",r),t.on("dispose",(function(){i.removeEventListener("removetrack",r),i.removeEventListener("addtrack",r)}))}))},e.prototype.addWebVttScript_=function(){var t=this;if(!i.WebVTT)if(a.body.contains(this.el())){if(!this.options_["vtt.js"]&&q(l)&&Object.keys(l).length>0)return void this.trigger("vttjsloaded");var e=a.createElement("script");e.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.12.4/vtt.min.js",e.onload=function(){t.trigger("vttjsloaded")},e.onerror=function(){t.trigger("vttjserror")},this.on("dispose",(function(){e.onload=null,e.onerror=null})),i.WebVTT=!0,this.el().parentNode.appendChild(e)}else this.ready(this.addWebVttScript_)},e.prototype.emulateTextTracks=function(){var t=this,e=this.textTracks(),n=this.remoteTextTracks(),r=function(t){return e.addTrack(t.track)},i=function(t){return e.removeTrack(t.track)};n.on("addtrack",r),n.on("removetrack",i),this.addWebVttScript_();var a=function(){return t.trigger("texttrackchange")},o=function(){a();for(var t=0;t<e.length;t++){var n=e[t];n.removeEventListener("cuechange",a),"showing"===n.mode&&n.addEventListener("cuechange",a)}};o(),e.addEventListener("change",o),e.addEventListener("addtrack",o),e.addEventListener("removetrack",o),this.on("dispose",(function(){n.off("addtrack",r),n.off("removetrack",i),e.removeEventListener("change",o),e.removeEventListener("addtrack",o),e.removeEventListener("removetrack",o);for(var t=0;t<e.length;t++){var s=e[t];s.removeEventListener("cuechange",a)}}))},e.prototype.addTextTrack=function(t,e,n){if(!t)throw new Error("TextTrack kind is required but was not provided");return xn(this,t,e,n)},e.prototype.createRemoteTextTrack=function(t){var e=ye(t,{tech:this});return new bn.remoteTextEl.TrackClass(e)},e.prototype.addRemoteTextTrack=function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments[1],r=this.createRemoteTextTrack(e);return!0!==n&&!1!==n&&(X.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),n=!0),this.remoteTextTrackEls().addTrackElement_(r),this.remoteTextTracks().addTrack(r.track),!0!==n&&this.ready((function(){return t.autoRemoteTextTracks_.addTrack(r.track)})),r},e.prototype.removeRemoteTextTrack=function(t){var e=this.remoteTextTrackEls().getTrackElementByTrack_(t);this.remoteTextTrackEls().removeTrackElement_(e),this.remoteTextTracks().removeTrack(t),this.autoRemoteTextTracks_.removeTrack(t)},e.prototype.getVideoPlaybackQuality=function(){return{}},e.prototype.setPoster=function(){},e.prototype.playsinline=function(){},e.prototype.setPlaysinline=function(){},e.prototype.canPlayType=function(){return""},e.canPlayType=function(){return""},e.canPlaySource=function(t,n){return e.canPlayType(t.type)},e.isTech=function(t){return t.prototype instanceof e||t instanceof e||t===e},e.registerTech=function(t,n){if(e.techs_||(e.techs_={}),!e.isTech(n))throw new Error("Tech "+t+" must be a Tech");if(!e.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!e.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return t=ge(t),e.techs_[t]=n,"Tech"!==t&&e.defaultTechOrder_.push(t),n},e.getTech=function(t){if(t)return t=ge(t),e.techs_&&e.techs_[t]?e.techs_[t]:i&&i.videojs&&i.videojs[t]?(X.warn("The "+t+" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)"),i.videojs[t]):void 0},e}(be);_n.names.forEach((function(t){var e=_n[t];wn.prototype[e.getterName]=function(){return this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName]}})),wn.prototype.featuresVolumeControl=!0,wn.prototype.featuresMuteControl=!0,wn.prototype.featuresFullscreenResize=!1,wn.prototype.featuresPlaybackRate=!1,wn.prototype.featuresProgressEvents=!1,wn.prototype.featuresSourceset=!1,wn.prototype.featuresTimeupdateEvents=!1,wn.prototype.featuresNativeTextTracks=!1,wn.withSourceHandlers=function(t){t.registerSourceHandler=function(e,n){var r=t.sourceHandlers;r||(r=t.sourceHandlers=[]),void 0===n&&(n=r.length),r.splice(n,0,e)},t.canPlayType=function(e){for(var n=t.sourceHandlers||[],r=void 0,i=0;i<n.length;i++)if(r=n[i].canPlayType(e),r)return r;return""},t.selectSourceHandler=function(e,n){for(var r=t.sourceHandlers||[],i=void 0,a=0;a<r.length;a++)if(i=r[a].canHandleSource(e,n),i)return r[a];return null},t.canPlaySource=function(e,n){var r=t.selectSourceHandler(e,n);return r?r.canHandleSource(e,n):""};var e=["seekable","seeking","duration"];e.forEach((function(t){var e=this[t];"function"===typeof e&&(this[t]=function(){return this.sourceHandler_&&this.sourceHandler_[t]?this.sourceHandler_[t].apply(this.sourceHandler_,arguments):e.apply(this,arguments)})}),t.prototype),t.prototype.setSource=function(e){var n=t.selectSourceHandler(e,this.options_);n||(t.nativeSourceHandler?n=t.nativeSourceHandler:X.error("No source hander found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler),n!==t.nativeSourceHandler&&(this.currentSource_=e),this.sourceHandler_=n.handleSource(e,this,this.options_),this.on("dispose",this.disposeSourceHandler)},t.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}},be.registerComponent("Tech",wn),wn.registerTech("Tech",wn),wn.defaultTechOrder_=[];var kn={},Cn={},Sn={};function Tn(t,e){kn[t]=kn[t]||[],kn[t].push(e)}function On(t,e,n){t.setTimeout((function(){return Vn(e,kn[e.type],n,t)}),1)}function Mn(t,e){t.forEach((function(t){return t.setTech&&t.setTech(e)}))}function En(t,e,n){return t.reduceRight(zn(n),e[n]())}function An(t,e,n,r){return e[n](t.reduce(zn(n),r))}function Pn(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i="call"+ge(n),a=t.reduce(zn(i),r),o=a===Sn,s=o?null:e[n](a);return Dn(t,n,s,o),s}var Ln={buffered:1,currentTime:1,duration:1,seekable:1,played:1,paused:1},In={setCurrentTime:1},jn={play:1,pause:1};function zn(t){return function(e,n){return e===Sn?Sn:n[t]?n[t](e):e}}function Dn(t,e,n,r){for(var i=t.length-1;i>=0;i--){var a=t[i];a[e]&&a[e](r,n)}}function Nn(t){Cn[t.id()]=null}function Rn(t,e){var n=Cn[t.id()],r=null;if(void 0===n||null===n)return r=e(t),Cn[t.id()]=[[e,r]],r;for(var i=0;i<n.length;i++){var a=n[i],o=a[0],s=a[1];o===e&&(r=s)}return null===r&&(r=e(t),n.push([e,r])),r}function Vn(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments[2],r=arguments[3],i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],a=arguments.length>5&&void 0!==arguments[5]&&arguments[5],o=e[0],s=e.slice(1);if("string"===typeof o)Vn(t,kn[o],n,r,i,a);else if(o){var c=Rn(r,o);if(!c.setSource)return i.push(c),Vn(t,s,n,r,i,a);c.setSource(U({},t),(function(e,o){if(e)return Vn(t,s,n,r,i,a);i.push(c),Vn(o,t.type===o.type?s:kn[o.type],n,r,i,a)}))}else s.length?Vn(t,s,n,r,i,a):a?n(t,i):Vn(t,kn["*"],n,r,i,!0)}var Fn={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",mp3:"audio/mpeg",aac:"audio/aac",oga:"audio/ogg",m3u8:"application/x-mpegURL"},Hn=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=an(t),n=Fn[e.toLowerCase()];return n||""},Bn=function(t,e){if(!e)return"";if(t.cache_.source.src===e&&t.cache_.source.type)return t.cache_.source.type;var n=t.cache_.sources.filter((function(t){return t.src===e}));if(n.length)return n[0].type;for(var r=t.$$("source"),i=0;i<r.length;i++){var a=r[i];if(a.type&&a.src&&a.src===e)return a.type}return Hn(e)},Un=function t(e){if(Array.isArray(e)){var n=[];e.forEach((function(e){e=t(e),Array.isArray(e)?n=n.concat(e):$(e)&&n.push(e)})),e=n}else e="string"===typeof e&&e.trim()?[$n({src:e})]:$(e)&&"string"===typeof e.src&&e.src&&e.src.trim()?[$n(e)]:[];return e};function $n(t){var e=Hn(t.src);return!t.type&&e&&(t.type=e),t}var qn=function(t){function e(n,r,i){z(this,e);var a=ye({createEl:!1},r),o=N(this,t.call(this,n,a,i));if(r.playerOptions.sources&&0!==r.playerOptions.sources.length)n.src(r.playerOptions.sources);else for(var s=0,c=r.playerOptions.techOrder;s<c.length;s++){var l=ge(c[s]),u=wn.getTech(l);if(l||(u=be.getComponent(l)),u&&u.isSupported()){n.loadTech_(l);break}}return o}return D(e,t),e}(be);be.registerComponent("MediaLoader",qn);var Wn=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.emitTapEvents(),i.enable(),i}return D(e,t),e.prototype.createEl=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"div",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};n=U({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass(),tabIndex:0},n),"button"===e&&X.error("Creating a ClickableComponent with an HTML element of "+e+" is not supported; use a Button instead."),r=U({role:"button"},r),this.tabIndex_=n.tabIndex;var i=t.prototype.createEl.call(this,e,n,r);return this.createControlTextEl(i),i},e.prototype.dispose=function(){this.controlTextEl_=null,t.prototype.dispose.call(this)},e.prototype.createControlTextEl=function(t){return this.controlTextEl_=ot("span",{className:"vjs-control-text"},{"aria-live":"polite"}),t&&t.appendChild(this.controlTextEl_),this.controlText(this.controlText_,t),this.controlTextEl_},e.prototype.controlText=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.el();if(void 0===t)return this.controlText_||"Need Text";var n=this.localize(t);this.controlText_=t,st(this.controlTextEl_,n),this.nonIconControl||e.setAttribute("title",n)},e.prototype.buildCSSClass=function(){return"vjs-control vjs-button "+t.prototype.buildCSSClass.call(this)},e.prototype.enable=function(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),"undefined"!==typeof this.tabIndex_&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur))},e.prototype.disable=function(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),"undefined"!==typeof this.tabIndex_&&this.el_.removeAttribute("tabIndex"),this.off(["tap","click"],this.handleClick),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur)},e.prototype.handleClick=function(t){},e.prototype.handleFocus=function(t){$t(a,"keydown",ee(this,this.handleKeyPress))},e.prototype.handleKeyPress=function(e){32===e.which||13===e.which?(e.preventDefault(),this.trigger("click")):t.prototype.handleKeyPress&&t.prototype.handleKeyPress.call(this,e)},e.prototype.handleBlur=function(t){qt(a,"keydown",ee(this,this.handleKeyPress))},e}(be);be.registerComponent("ClickableComponent",Wn);var Yn=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.update(),n.on("posterchange",ee(i,i.update)),i}return D(e,t),e.prototype.dispose=function(){this.player().off("posterchange",this.update),t.prototype.dispose.call(this)},e.prototype.createEl=function(){var t=ot("div",{className:"vjs-poster",tabIndex:-1});return L||(this.fallbackImg_=ot("img"),t.appendChild(this.fallbackImg_)),t},e.prototype.update=function(t){var e=this.player().poster();this.setSrc(e),e?this.show():this.hide()},e.prototype.setSrc=function(t){if(this.fallbackImg_)this.fallbackImg_.src=t;else{var e="";t&&(e='url("'+t+'")'),this.el_.style.backgroundImage=e}},e.prototype.handleClick=function(t){this.player_.controls()&&(this.player_.paused()?je(this.player_.play()):this.player_.pause())},e}(Wn);be.registerComponent("PosterImage",Yn);var Kn="#222",Xn="#ccc",Gn={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function Zn(t,e){var n=void 0;if(4===t.length)n=t[1]+t[1]+t[2]+t[2]+t[3]+t[3];else{if(7!==t.length)throw new Error("Invalid color code provided, "+t+"; must be formatted as e.g. #f0e or #f604e2.");n=t.slice(1)}return"rgba("+parseInt(n.slice(0,2),16)+","+parseInt(n.slice(2,4),16)+","+parseInt(n.slice(4,6),16)+","+e+")"}function Qn(t,e,n){try{t.style[e]=n}catch(r){return}}var Jn=function(t){function e(n,r,a){z(this,e);var o=N(this,t.call(this,n,r,a)),s=ee(o,o.updateDisplay);return n.on("loadstart",ee(o,o.toggleDisplay)),n.on("texttrackchange",s),n.on("loadstart",ee(o,o.preselectTrack)),n.ready(ee(o,(function(){if(n.tech_&&n.tech_.featuresNativeTextTracks)this.hide();else{n.on("fullscreenchange",s),n.on("playerresize",s),i.addEventListener&&i.addEventListener("orientationchange",s),n.on("dispose",(function(){return i.removeEventListener("orientationchange",s)}));for(var t=this.options_.playerOptions.tracks||[],e=0;e<t.length;e++)this.player_.addRemoteTextTrack(t[e],!0);this.preselectTrack()}}))),o}return D(e,t),e.prototype.preselectTrack=function(){for(var t={captions:1,subtitles:1},e=this.player_.textTracks(),n=this.player_.cache_.selectedLanguage,r=void 0,i=void 0,a=void 0,o=0;o<e.length;o++){var s=e[o];n&&n.enabled&&n.language===s.language?s.kind===n.kind?a=s:a||(a=s):n&&!n.enabled?(a=null,r=null,i=null):s["default"]&&("descriptions"!==s.kind||r?s.kind in t&&!i&&(i=s):r=s)}a?a.mode="showing":i?i.mode="showing":r&&(r.mode="showing")},e.prototype.toggleDisplay=function(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()},e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-text-track-display"},{"aria-live":"off","aria-atomic":"true"})},e.prototype.clearDisplay=function(){"function"===typeof i.WebVTT&&i.WebVTT.processCues(i,[],this.el_)},e.prototype.updateDisplay=function(){var t=this.player_.textTracks();this.clearDisplay();var e=null,n=null,r=t.length;while(r--){var i=t[r];"showing"===i.mode&&("descriptions"===i.kind?e=i:n=i)}n?("off"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","off"),this.updateForTrack(n)):e&&("assertive"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","assertive"),this.updateForTrack(e))},e.prototype.updateForTrack=function(t){if("function"===typeof i.WebVTT&&t.activeCues){for(var e=[],n=0;n<t.activeCues.length;n++)e.push(t.activeCues[n]);if(i.WebVTT.processCues(i,e,this.el_),this.player_.textTrackSettings){var r=this.player_.textTrackSettings.getValues(),a=e.length;while(a--){var o=e[a];if(o){var s=o.displayState;if(r.color&&(s.firstChild.style.color=r.color),r.textOpacity&&Qn(s.firstChild,"color",Zn(r.color||"#fff",r.textOpacity)),r.backgroundColor&&(s.firstChild.style.backgroundColor=r.backgroundColor),r.backgroundOpacity&&Qn(s.firstChild,"backgroundColor",Zn(r.backgroundColor||"#000",r.backgroundOpacity)),r.windowColor&&(r.windowOpacity?Qn(s,"backgroundColor",Zn(r.windowColor,r.windowOpacity)):s.style.backgroundColor=r.windowColor),r.edgeStyle&&("dropshadow"===r.edgeStyle?s.firstChild.style.textShadow="2px 2px 3px "+Kn+", 2px 2px 4px "+Kn+", 2px 2px 5px "+Kn:"raised"===r.edgeStyle?s.firstChild.style.textShadow="1px 1px "+Kn+", 2px 2px "+Kn+", 3px 3px "+Kn:"depressed"===r.edgeStyle?s.firstChild.style.textShadow="1px 1px "+Xn+", 0 1px "+Xn+", -1px -1px "+Kn+", 0 -1px "+Kn:"uniform"===r.edgeStyle&&(s.firstChild.style.textShadow="0 0 4px "+Kn+", 0 0 4px "+Kn+", 0 0 4px "+Kn+", 0 0 4px "+Kn)),r.fontPercent&&1!==r.fontPercent){var c=i.parseFloat(s.style.fontSize);s.style.fontSize=c*r.fontPercent+"px",s.style.height="auto",s.style.top="auto",s.style.bottom="2px"}r.fontFamily&&"default"!==r.fontFamily&&("small-caps"===r.fontFamily?s.firstChild.style.fontVariant="small-caps":s.firstChild.style.fontFamily=Gn[r.fontFamily])}}}}},e}(be);be.registerComponent("TextTrackDisplay",Jn);var tr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){var e=this.player_.isAudio(),n=this.localize(e?"Audio Player":"Video Player"),r=ot("span",{className:"vjs-control-text",innerHTML:this.localize("{1} is loading.",[n])}),i=t.prototype.createEl.call(this,"div",{className:"vjs-loading-spinner",dir:"ltr"});return i.appendChild(r),i},e}(be);be.registerComponent("LoadingSpinner",tr);var er=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};t="button",e=U({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass()},e),n=U({type:"button"},n);var r=be.prototype.createEl.call(this,t,e,n);return this.createControlTextEl(r),r},e.prototype.addChild=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.constructor.name;return X.warn("Adding an actionable (user controllable) child to a Button ("+n+") is not supported; use a ClickableComponent instead."),be.prototype.addChild.call(this,t,e)},e.prototype.enable=function(){t.prototype.enable.call(this),this.el_.removeAttribute("disabled")},e.prototype.disable=function(){t.prototype.disable.call(this),this.el_.setAttribute("disabled","disabled")},e.prototype.handleKeyPress=function(e){32!==e.which&&13!==e.which&&t.prototype.handleKeyPress.call(this,e)},e}(Wn);be.registerComponent("Button",er);var nr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.mouseused_=!1,i.on("mousedown",i.handleMouseDown),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-big-play-button"},e.prototype.handleClick=function(t){var e=this.player_.play();if(this.mouseused_&&t.clientX&&t.clientY)je(e);else{var n=this.player_.getChild("controlBar"),r=n&&n.getChild("playToggle");if(r){var i=function(){return r.focus()};Ie(e)?e.then(i,(function(){})):this.setTimeout(i,1)}else this.player_.focus()}},e.prototype.handleKeyPress=function(e){this.mouseused_=!1,t.prototype.handleKeyPress.call(this,e)},e.prototype.handleMouseDown=function(t){this.mouseused_=!0},e}(er);nr.prototype.controlText_="Play Video",be.registerComponent("BigPlayButton",nr);var rr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.controlText(r&&r.controlText||i.localize("Close")),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-close-button "+t.prototype.buildCSSClass.call(this)},e.prototype.handleClick=function(t){this.trigger({type:"close",bubbles:!1})},e}(er);be.registerComponent("CloseButton",rr);var ir=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"play",i.handlePlay),i.on(n,"pause",i.handlePause),i.on(n,"ended",i.handleEnded),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-play-control "+t.prototype.buildCSSClass.call(this)},e.prototype.handleClick=function(t){this.player_.paused()?this.player_.play():this.player_.pause()},e.prototype.handleSeeked=function(t){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(t):this.handlePlay(t)},e.prototype.handlePlay=function(t){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.controlText("Pause")},e.prototype.handlePause=function(t){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.controlText("Play")},e.prototype.handleEnded=function(t){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.controlText("Replay"),this.one(this.player_,"seeked",this.handleSeeked)},e}(er);ir.prototype.controlText_="Play",be.registerComponent("PlayToggle",ir);var ar=function(t,e){t=t<0?0:t;var n=Math.floor(t%60),r=Math.floor(t/60%60),i=Math.floor(t/3600),a=Math.floor(e/60%60),o=Math.floor(e/3600);return(isNaN(t)||t===1/0)&&(i=r=n="-"),i=i>0||o>0?i+":":"",r=((i||a>=10)&&r<10?"0"+r:r)+":",n=n<10?"0"+n:n,i+r+n},or=ar;function sr(t){or=t}function cr(){or=ar}var lr=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t;return or(t,e)},ur=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.throttledUpdateContent=ne(ee(i,i.updateContent),25),i.on(n,"timeupdate",i.throttledUpdateContent),i}return D(e,t),e.prototype.createEl=function(e){var n=this.buildCSSClass(),r=t.prototype.createEl.call(this,"div",{className:n+" vjs-time-control vjs-control",innerHTML:'<span class="vjs-control-text">'+this.localize(this.labelText_)+" </span>"});return this.contentEl_=ot("span",{className:n+"-display"},{"aria-live":"off"}),this.updateTextNode_(),r.appendChild(this.contentEl_),r},e.prototype.dispose=function(){this.contentEl_=null,this.textNode_=null,t.prototype.dispose.call(this)},e.prototype.updateTextNode_=function(){if(this.contentEl_){while(this.contentEl_.firstChild)this.contentEl_.removeChild(this.contentEl_.firstChild);this.textNode_=a.createTextNode(this.formattedTime_||this.formatTime_(0)),this.contentEl_.appendChild(this.textNode_)}},e.prototype.formatTime_=function(t){return lr(t)},e.prototype.updateFormattedTime_=function(t){var e=this.formatTime_(t);e!==this.formattedTime_&&(this.formattedTime_=e,this.requestAnimationFrame(this.updateTextNode_))},e.prototype.updateContent=function(t){},e}(be);ur.prototype.labelText_="Time",ur.prototype.controlText_="Time",be.registerComponent("TimeDisplay",ur);var hr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"ended",i.handleEnded),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-current-time"},e.prototype.updateContent=function(t){var e=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();this.updateFormattedTime_(e)},e.prototype.handleEnded=function(t){this.player_.duration()&&this.updateFormattedTime_(this.player_.duration())},e}(ur);hr.prototype.labelText_="Current Time",hr.prototype.controlText_="Current Time",be.registerComponent("CurrentTimeDisplay",hr);var fr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"durationchange",i.updateContent),i.on(n,"loadedmetadata",i.throttledUpdateContent),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-duration"},e.prototype.updateContent=function(t){var e=this.player_.duration();e&&this.duration_!==e&&(this.duration_=e,this.updateFormattedTime_(e))},e}(ur);fr.prototype.labelText_="Duration",fr.prototype.controlText_="Duration",be.registerComponent("DurationDisplay",fr);var dr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-time-control vjs-time-divider",innerHTML:"<div><span>/</span></div>"})},e}(be);be.registerComponent("TimeDivider",dr);var pr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"durationchange",i.throttledUpdateContent),i.on(n,"ended",i.handleEnded),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-remaining-time"},e.prototype.formatTime_=function(e){return"-"+t.prototype.formatTime_.call(this,e)},e.prototype.updateContent=function(t){this.player_.duration()&&(this.player_.remainingTimeDisplay?this.updateFormattedTime_(this.player_.remainingTimeDisplay()):this.updateFormattedTime_(this.player_.remainingTime()))},e.prototype.handleEnded=function(t){this.player_.duration()&&this.updateFormattedTime_(0)},e}(ur);pr.prototype.labelText_="Remaining Time",pr.prototype.controlText_="Remaining Time",be.registerComponent("RemainingTimeDisplay",pr);var vr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.updateShowing(),i.on(i.player(),"durationchange",i.updateShowing),i}return D(e,t),e.prototype.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-live-control vjs-control"});return this.contentEl_=ot("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">'+this.localize("Stream Type")+" </span>"+this.localize("LIVE")},{"aria-live":"off"}),e.appendChild(this.contentEl_),e},e.prototype.dispose=function(){this.contentEl_=null,t.prototype.dispose.call(this)},e.prototype.updateShowing=function(t){this.player().duration()===1/0?this.show():this.hide()},e}(be);be.registerComponent("LiveDisplay",vr);var gr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.bar=i.getChild(i.options_.barName),i.vertical(!!i.options_.vertical),i.enable(),i}return D(e,t),e.prototype.enabled=function(){return this.enabled_},e.prototype.enable=function(){this.enabled()||(this.on("mousedown",this.handleMouseDown),this.on("touchstart",this.handleMouseDown),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur),this.on("click",this.handleClick),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)},e.prototype.disable=function(){if(this.enabled()){var t=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown),this.off("touchstart",this.handleMouseDown),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur),this.off("click",this.handleClick),this.off(this.player_,"controlsvisible",this.update),this.off(t,"mousemove",this.handleMouseMove),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchmove",this.handleMouseMove),this.off(t,"touchend",this.handleMouseUp),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}},e.prototype.createEl=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return n.className=n.className+" vjs-slider",n=U({tabIndex:0},n),r=U({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},r),t.prototype.createEl.call(this,e,n,r)},e.prototype.handleMouseDown=function(t){var e=this.bar.el_.ownerDocument;"mousedown"===t.type&&t.preventDefault(),"touchstart"!==t.type||S||t.preventDefault(),yt(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(e,"mousemove",this.handleMouseMove),this.on(e,"mouseup",this.handleMouseUp),this.on(e,"touchmove",this.handleMouseMove),this.on(e,"touchend",this.handleMouseUp),this.handleMouseMove(t)},e.prototype.handleMouseMove=function(t){},e.prototype.handleMouseUp=function(){var t=this.bar.el_.ownerDocument;bt(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(t,"mousemove",this.handleMouseMove),this.off(t,"mouseup",this.handleMouseUp),this.off(t,"touchmove",this.handleMouseMove),this.off(t,"touchend",this.handleMouseUp),this.update()},e.prototype.update=function(){if(this.el_){var t=this.getPercent(),e=this.bar;if(e){("number"!==typeof t||t!==t||t<0||t===1/0)&&(t=0);var n=(100*t).toFixed(2)+"%",r=e.el().style;return this.vertical()?r.height=n:r.width=n,t}}},e.prototype.calculateDistance=function(t){var e=wt(this.el_,t);return this.vertical()?e.y:e.x},e.prototype.handleFocus=function(){this.on(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},e.prototype.handleKeyPress=function(t){37===t.which||40===t.which?(t.preventDefault(),this.stepBack()):38!==t.which&&39!==t.which||(t.preventDefault(),this.stepForward())},e.prototype.handleBlur=function(){this.off(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},e.prototype.handleClick=function(t){t.stopImmediatePropagation(),t.preventDefault()},e.prototype.vertical=function(t){if(void 0===t)return this.vertical_||!1;this.vertical_=!!t,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")},e}(be);be.registerComponent("Slider",gr);var mr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.partEls_=[],i.on(n,"progress",i.update),i}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Loaded")+"</span>: 0%</span>"})},e.prototype.dispose=function(){this.partEls_=null,t.prototype.dispose.call(this)},e.prototype.update=function(t){var e=this.player_.buffered(),n=this.player_.duration(),r=this.player_.bufferedEnd(),i=this.partEls_,a=function(t,e){var n=t/e||0;return 100*(n>=1?1:n)+"%"};this.el_.style.width=a(r,n);for(var o=0;o<e.length;o++){var s=e.start(o),c=e.end(o),l=i[o];l||(l=this.el_.appendChild(ot()),i[o]=l),l.style.left=a(s,r),l.style.width=a(c-s,r)}for(var u=i.length;u>e.length;u--)this.el_.removeChild(i[u-1]);i.length=e.length},e}(be);be.registerComponent("LoadProgressBar",mr);var yr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"})},e.prototype.update=function(t,e,n){var r=_t(this.el_),i=_t(this.player_.el()),a=t.width*e;if(i&&r){var o=t.left-i.left+a,s=t.width-a+(i.right-t.right),c=r.width/2;o<c?c+=c-o:s<c&&(c=s),c<0?c=0:c>r.width&&(c=r.width),this.el_.style.right="-"+c+"px",st(this.el_,n)}},e}(be);be.registerComponent("TimeTooltip",yr);var br=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Progress")+"</span>: 0%</span>"})},e.prototype.update=function(t,e){var n=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame((function(){var r=n.player_.scrubbing()?n.player_.getCache().currentTime:n.player_.currentTime(),i=lr(r,n.player_.duration()),a=n.getChild("timeTooltip");a&&a.update(t,e,i)}))},e}(be);br.prototype.options_={children:[]},M&&!(M>8)||m||b||br.prototype.options_.children.push("timeTooltip"),be.registerComponent("PlayProgressBar",br);var _r=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.update=ne(ee(i,i.update),25),i}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},e.prototype.update=function(t,e){var n=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame((function(){var r=n.player_.duration(),i=lr(e*r,r);n.el_.style.left=t.width*e+"px",n.getChild("timeTooltip").update(t,e,i)}))},e}(be);_r.prototype.options_={children:["timeTooltip"]},be.registerComponent("MouseTimeDisplay",_r);var xr=5,wr=30,kr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.setEventHandlers_(),i}return D(e,t),e.prototype.setEventHandlers_=function(){var t=this;this.update=ne(ee(this,this.update),wr),this.on(this.player_,"timeupdate",this.update),this.on(this.player_,"ended",this.handleEnded),this.updateInterval=null,this.on(this.player_,["playing"],(function(){t.clearInterval(t.updateInterval),t.updateInterval=t.setInterval((function(){t.requestAnimationFrame((function(){t.update()}))}),wr)})),this.on(this.player_,["ended","pause","waiting"],(function(){t.clearInterval(t.updateInterval)})),this.on(this.player_,["timeupdate","ended"],this.update)},e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},e.prototype.update_=function(t,e){var n=this.player_.duration();this.el_.setAttribute("aria-valuenow",(100*e).toFixed(2)),this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[lr(t,n),lr(n,n)],"{1} of {2}")),this.bar.update(_t(this.el_),e)},e.prototype.update=function(e){var n=t.prototype.update.call(this);return this.update_(this.getCurrentTime_(),n),n},e.prototype.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},e.prototype.handleEnded=function(t){this.update_(this.player_.duration(),1)},e.prototype.getPercent=function(){var t=this.getCurrentTime_()/this.player_.duration();return t>=1?1:t},e.prototype.handleMouseDown=function(e){Mt(e)&&(e.stopPropagation(),this.player_.scrubbing(!0),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),t.prototype.handleMouseDown.call(this,e))},e.prototype.handleMouseMove=function(t){if(Mt(t)){var e=this.calculateDistance(t)*this.player_.duration();e===this.player_.duration()&&(e-=.1),this.player_.currentTime(e)}},e.prototype.enable=function(){t.prototype.enable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.show()},e.prototype.disable=function(){t.prototype.disable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.hide()},e.prototype.handleMouseUp=function(e){t.prototype.handleMouseUp.call(this,e),e&&e.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying&&je(this.player_.play())},e.prototype.stepForward=function(){this.player_.currentTime(this.player_.currentTime()+xr)},e.prototype.stepBack=function(){this.player_.currentTime(this.player_.currentTime()-xr)},e.prototype.handleAction=function(t){this.player_.paused()?this.player_.play():this.player_.pause()},e.prototype.handleKeyPress=function(e){32===e.which||13===e.which?(e.preventDefault(),this.handleAction(e)):t.prototype.handleKeyPress&&t.prototype.handleKeyPress.call(this,e)},e}(gr);kr.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},M&&!(M>8)||m||b||kr.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),kr.prototype.playerEvent="timeupdate",be.registerComponent("SeekBar",kr);var Cr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.handleMouseMove=ne(ee(i,i.handleMouseMove),25),i.throttledHandleMouseSeek=ne(ee(i,i.handleMouseSeek),25),i.enable(),i}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},e.prototype.handleMouseMove=function(t){var e=this.getChild("seekBar");if(e){var n=e.getChild("mouseTimeDisplay"),r=e.el(),i=_t(r),a=wt(r,t).x;a>1?a=1:a<0&&(a=0),n&&n.update(i,a)}},e.prototype.handleMouseSeek=function(t){var e=this.getChild("seekBar");e&&e.handleMouseMove(t)},e.prototype.enabled=function(){return this.enabled_},e.prototype.disable=function(){this.children().forEach((function(t){return t.disable&&t.disable()})),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDown),this.off(this.el_,"mousemove",this.handleMouseMove),this.handleMouseUp(),this.addClass("disabled"),this.enabled_=!1)},e.prototype.enable=function(){this.children().forEach((function(t){return t.enable&&t.enable()})),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDown),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},e.prototype.handleMouseDown=function(t){var e=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseDown(t),this.on(e,"mousemove",this.throttledHandleMouseSeek),this.on(e,"touchmove",this.throttledHandleMouseSeek),this.on(e,"mouseup",this.handleMouseUp),this.on(e,"touchend",this.handleMouseUp)},e.prototype.handleMouseUp=function(t){var e=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseUp(t),this.off(e,"mousemove",this.throttledHandleMouseSeek),this.off(e,"touchmove",this.throttledHandleMouseSeek),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchend",this.handleMouseUp)},e}(be);Cr.prototype.options_={children:["seekBar"]},be.registerComponent("ProgressControl",Cr);var Sr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"fullscreenchange",i.handleFullscreenChange),!1===a[Se.fullscreenEnabled]&&i.disable(),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-fullscreen-control "+t.prototype.buildCSSClass.call(this)},e.prototype.handleFullscreenChange=function(t){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},e.prototype.handleClick=function(t){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},e}(er);Sr.prototype.controlText_="Fullscreen",be.registerComponent("FullscreenToggle",Sr);var Tr=function(t,e){e.tech_&&!e.tech_.featuresVolumeControl&&t.addClass("vjs-hidden"),t.on(e,"loadstart",(function(){e.tech_.featuresVolumeControl?t.removeClass("vjs-hidden"):t.addClass("vjs-hidden")}))},Or=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})},e}(be);be.registerComponent("VolumeLevel",Or);var Mr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on("slideractive",i.updateLastVolume_),i.on(n,"volumechange",i.updateARIAAttributes),n.ready((function(){return i.updateARIAAttributes()})),i}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},e.prototype.handleMouseDown=function(e){Mt(e)&&t.prototype.handleMouseDown.call(this,e)},e.prototype.handleMouseMove=function(t){Mt(t)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(t)))},e.prototype.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},e.prototype.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},e.prototype.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},e.prototype.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},e.prototype.updateARIAAttributes=function(t){var e=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",e),this.el_.setAttribute("aria-valuetext",e+"%")},e.prototype.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},e.prototype.updateLastVolume_=function(){var t=this,e=this.player_.volume();this.one("sliderinactive",(function(){0===t.player_.volume()&&t.player_.lastVolume_(e)}))},e}(gr);Mr.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},Mr.prototype.playerEvent="volumechange",be.registerComponent("VolumeBar",Mr);var Er=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};z(this,e),r.vertical=r.vertical||!1,("undefined"===typeof r.volumeBar||q(r.volumeBar))&&(r.volumeBar=r.volumeBar||{},r.volumeBar.vertical=r.vertical);var i=N(this,t.call(this,n,r));return Tr(i,n),i.throttledHandleMouseMove=ne(ee(i,i.handleMouseMove),25),i.on("mousedown",i.handleMouseDown),i.on("touchstart",i.handleMouseDown),i.on(i.volumeBar,["focus","slideractive"],(function(){i.volumeBar.addClass("vjs-slider-active"),i.addClass("vjs-slider-active"),i.trigger("slideractive")})),i.on(i.volumeBar,["blur","sliderinactive"],(function(){i.volumeBar.removeClass("vjs-slider-active"),i.removeClass("vjs-slider-active"),i.trigger("sliderinactive")})),i}return D(e,t),e.prototype.createEl=function(){var e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),t.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+e})},e.prototype.handleMouseDown=function(t){var e=this.el_.ownerDocument;this.on(e,"mousemove",this.throttledHandleMouseMove),this.on(e,"touchmove",this.throttledHandleMouseMove),this.on(e,"mouseup",this.handleMouseUp),this.on(e,"touchend",this.handleMouseUp)},e.prototype.handleMouseUp=function(t){var e=this.el_.ownerDocument;this.off(e,"mousemove",this.throttledHandleMouseMove),this.off(e,"touchmove",this.throttledHandleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchend",this.handleMouseUp)},e.prototype.handleMouseMove=function(t){this.volumeBar.handleMouseMove(t)},e}(be);Er.prototype.options_={children:["volumeBar"]},be.registerComponent("VolumeControl",Er);var Ar=function(t,e){e.tech_&&!e.tech_.featuresMuteControl&&t.addClass("vjs-hidden"),t.on(e,"loadstart",(function(){e.tech_.featuresMuteControl?t.removeClass("vjs-hidden"):t.addClass("vjs-hidden")}))},Pr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return Ar(i,n),i.on(n,["loadstart","volumechange"],i.update),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-mute-control "+t.prototype.buildCSSClass.call(this)},e.prototype.handleClick=function(t){var e=this.player_.volume(),n=this.player_.lastVolume_();if(0===e){var r=n<.1?.1:n;this.player_.volume(r),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())},e.prototype.update=function(t){this.updateIcon_(),this.updateControlText_()},e.prototype.updateIcon_=function(){var t=this.player_.volume(),e=3;m&&this.player_.muted(this.player_.tech_.el_.muted),0===t||this.player_.muted()?e=0:t<.33?e=1:t<.67&&(e=2);for(var n=0;n<4;n++)ht(this.el_,"vjs-vol-"+n);ut(this.el_,"vjs-vol-"+e)},e.prototype.updateControlText_=function(){var t=this.player_.muted()||0===this.player_.volume(),e=t?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)},e}(er);Pr.prototype.controlText_="Mute",be.registerComponent("MuteToggle",Pr);var Lr=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};z(this,e),"undefined"!==typeof r.inline?r.inline=r.inline:r.inline=!0,("undefined"===typeof r.volumeControl||q(r.volumeControl))&&(r.volumeControl=r.volumeControl||{},r.volumeControl.vertical=!r.inline);var i=N(this,t.call(this,n,r));return i.on(n,["loadstart"],i.volumePanelState_),i.on(i.volumeControl,["slideractive"],i.sliderActive_),i.on(i.volumeControl,["sliderinactive"],i.sliderInactive_),i}return D(e,t),e.prototype.sliderActive_=function(){this.addClass("vjs-slider-active")},e.prototype.sliderInactive_=function(){this.removeClass("vjs-slider-active")},e.prototype.volumePanelState_=function(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")},e.prototype.createEl=function(){var e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),t.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+e})},e}(be);Lr.prototype.options_={children:["muteToggle","volumeControl"]},be.registerComponent("VolumePanel",Lr);var Ir=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return r&&(i.menuButton_=r.menuButton),i.focusedChild_=-1,i.on("keydown",i.handleKeyPress),i}return D(e,t),e.prototype.addItem=function(t){this.addChild(t),t.on("click",ee(this,(function(e){this.menuButton_&&(this.menuButton_.unpressButton(),"CaptionSettingsMenuItem"!==t.name()&&this.menuButton_.focus())})))},e.prototype.createEl=function(){var e=this.options_.contentElType||"ul";this.contentEl_=ot(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");var n=t.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return n.appendChild(this.contentEl_),$t(n,"click",(function(t){t.preventDefault(),t.stopImmediatePropagation()})),n},e.prototype.dispose=function(){this.contentEl_=null,t.prototype.dispose.call(this)},e.prototype.handleKeyPress=function(t){37===t.which||40===t.which?(t.preventDefault(),this.stepForward()):38!==t.which&&39!==t.which||(t.preventDefault(),this.stepBack())},e.prototype.stepForward=function(){var t=0;void 0!==this.focusedChild_&&(t=this.focusedChild_+1),this.focus(t)},e.prototype.stepBack=function(){var t=0;void 0!==this.focusedChild_&&(t=this.focusedChild_-1),this.focus(t)},e.prototype.focus=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=this.children().slice(),n=e.length&&e[0].className&&/vjs-menu-title/.test(e[0].className);n&&e.shift(),e.length>0&&(t<0?t=0:t>=e.length&&(t=e.length-1),this.focusedChild_=t,e[t].el_.focus())},e}(be);be.registerComponent("Menu",Ir);var jr=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};z(this,e);var i=N(this,t.call(this,n,r));i.menuButton_=new er(n,r),i.menuButton_.controlText(i.controlText_),i.menuButton_.el_.setAttribute("aria-haspopup","true");var a=er.prototype.buildCSSClass();return i.menuButton_.el_.className=i.buildCSSClass()+" "+a,i.menuButton_.removeClass("vjs-control"),i.addChild(i.menuButton_),i.update(),i.enabled_=!0,i.on(i.menuButton_,"tap",i.handleClick),i.on(i.menuButton_,"click",i.handleClick),i.on(i.menuButton_,"focus",i.handleFocus),i.on(i.menuButton_,"blur",i.handleBlur),i.on("keydown",i.handleSubmenuKeyPress),i}return D(e,t),e.prototype.update=function(){var t=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=t,this.addChild(t),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?this.hide():this.show()},e.prototype.createMenu=function(){var t=new Ir(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){var e=ot("li",{className:"vjs-menu-title",innerHTML:ge(this.options_.title),tabIndex:-1});this.hideThreshold_+=1,t.children_.unshift(e),ct(e,t.contentEl())}if(this.items=this.createItems(),this.items)for(var n=0;n<this.items.length;n++)t.addItem(this.items[n]);return t},e.prototype.createItems=function(){},e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildWrapperCSSClass()},{})},e.prototype.buildWrapperCSSClass=function(){var e="vjs-menu-button";!0===this.options_.inline?e+="-inline":e+="-popup";var n=er.prototype.buildCSSClass();return"vjs-menu-button "+e+" "+n+" "+t.prototype.buildCSSClass.call(this)},e.prototype.buildCSSClass=function(){var e="vjs-menu-button";return!0===this.options_.inline?e+="-inline":e+="-popup","vjs-menu-button "+e+" "+t.prototype.buildCSSClass.call(this)},e.prototype.controlText=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.menuButton_.el();return this.menuButton_.controlText(t,e)},e.prototype.handleClick=function(t){this.one(this.menu.contentEl(),"mouseleave",ee(this,(function(t){this.unpressButton(),this.el_.blur()}))),this.buttonPressed_?this.unpressButton():this.pressButton()},e.prototype.focus=function(){this.menuButton_.focus()},e.prototype.blur=function(){this.menuButton_.blur()},e.prototype.handleFocus=function(){$t(a,"keydown",ee(this,this.handleKeyPress))},e.prototype.handleBlur=function(){qt(a,"keydown",ee(this,this.handleKeyPress))},e.prototype.handleKeyPress=function(t){27===t.which||9===t.which?(this.buttonPressed_&&this.unpressButton(),9!==t.which&&(t.preventDefault(),this.menuButton_.el_.focus())):38!==t.which&&40!==t.which||this.buttonPressed_||(this.pressButton(),t.preventDefault())},e.prototype.handleSubmenuKeyPress=function(t){27!==t.which&&9!==t.which||(this.buttonPressed_&&this.unpressButton(),9!==t.which&&(t.preventDefault(),this.menuButton_.el_.focus()))},e.prototype.pressButton=function(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),m&&it())return;this.menu.focus()}},e.prototype.unpressButton=function(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","false"))},e.prototype.disable=function(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()},e.prototype.enable=function(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()},e}(be);be.registerComponent("MenuButton",jr);var zr=function(t){function e(n,r){z(this,e);var i=r.tracks,a=N(this,t.call(this,n,r));if(a.items.length<=1&&a.hide(),!i)return N(a);var o=ee(a,a.update);return i.addEventListener("removetrack",o),i.addEventListener("addtrack",o),a.player_.on("ready",o),a.player_.on("dispose",(function(){i.removeEventListener("removetrack",o),i.removeEventListener("addtrack",o)})),a}return D(e,t),e}(jr);be.registerComponent("TrackButton",zr);var Dr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.selectable=r.selectable,i.isSelected_=r.selected||!1,i.multiSelectable=r.multiSelectable,i.selected(i.isSelected_),i.selectable?i.multiSelectable?i.el_.setAttribute("role","menuitemcheckbox"):i.el_.setAttribute("role","menuitemradio"):i.el_.setAttribute("role","menuitem"),i}return D(e,t),e.prototype.createEl=function(e,n,r){return this.nonIconControl=!0,t.prototype.createEl.call(this,"li",U({className:"vjs-menu-item",innerHTML:'<span class="vjs-menu-item-text">'+this.localize(this.options_.label)+"</span>",tabIndex:-1},n),r)},e.prototype.handleClick=function(t){this.selected(!0)},e.prototype.selected=function(t){this.selectable&&(t?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected"),this.isSelected_=!0):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText(""),this.isSelected_=!1))},e}(Wn);be.registerComponent("MenuItem",Dr);var Nr=function(t){function e(n,r){z(this,e);var o=r.track,s=n.textTracks();r.label=o.label||o.language||"Unknown",r.selected="showing"===o.mode;var c=N(this,t.call(this,n,r));c.track=o;var l=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];c.handleTracksChange.apply(c,e)},u=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];c.handleSelectedLanguageChange.apply(c,e)};if(n.on(["loadstart","texttrackchange"],l),s.addEventListener("change",l),s.addEventListener("selectedlanguagechange",u),c.on("dispose",(function(){n.off(["loadstart","texttrackchange"],l),s.removeEventListener("change",l),s.removeEventListener("selectedlanguagechange",u)})),void 0===s.onchange){var h=void 0;c.on(["tap","click"],(function(){if("object"!==j(i.Event))try{h=new i.Event("change")}catch(t){}h||(h=a.createEvent("Event"),h.initEvent("change",!0,!0)),s.dispatchEvent(h)}))}return c.handleTracksChange(),c}return D(e,t),e.prototype.handleClick=function(e){var n=this.track.kind,r=this.track.kinds,i=this.player_.textTracks();if(r||(r=[n]),t.prototype.handleClick.call(this,e),i)for(var a=0;a<i.length;a++){var o=i[a];o===this.track&&r.indexOf(o.kind)>-1?"showing"!==o.mode&&(o.mode="showing"):"disabled"!==o.mode&&(o.mode="disabled")}},e.prototype.handleTracksChange=function(t){var e="showing"===this.track.mode;e!==this.isSelected_&&this.selected(e)},e.prototype.handleSelectedLanguageChange=function(t){if("showing"===this.track.mode){var e=this.player_.cache_.selectedLanguage;if(e&&e.enabled&&e.language===this.track.language&&e.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}},e.prototype.dispose=function(){this.track=null,t.prototype.dispose.call(this)},e}(Dr);be.registerComponent("TextTrackMenuItem",Nr);var Rr=function(t){function e(n,r){return z(this,e),r.track={player:n,kind:r.kind,kinds:r.kinds,default:!1,mode:"disabled"},r.kinds||(r.kinds=[r.kind]),r.label?r.track.label=r.label:r.track.label=r.kinds.join(" and ")+" off",r.selectable=!0,r.multiSelectable=!1,N(this,t.call(this,n,r))}return D(e,t),e.prototype.handleTracksChange=function(t){for(var e=this.player().textTracks(),n=!0,r=0,i=e.length;r<i;r++){var a=e[r];if(this.options_.kinds.indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n!==this.isSelected_&&this.selected(n)},e.prototype.handleSelectedLanguageChange=function(t){for(var e=this.player().textTracks(),n=!0,r=0,i=e.length;r<i;r++){var a=e[r];if(["captions","descriptions","subtitles"].indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n&&(this.player_.cache_.selectedLanguage={enabled:!1})},e}(Nr);be.registerComponent("OffTextTrackMenuItem",Rr);var Vr=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return z(this,e),r.tracks=n.textTracks(),N(this,t.call(this,n,r))}return D(e,t),e.prototype.createItems=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Nr,n=void 0;this.label_&&(n=this.label_+" off"),t.push(new Rr(this.player_,{kinds:this.kinds_,kind:this.kind_,label:n})),this.hideThreshold_+=1;var r=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(var i=0;i<r.length;i++){var a=r[i];if(this.kinds_.indexOf(a.kind)>-1){var o=new e(this.player_,{track:a,selectable:!0,multiSelectable:!1});o.addClass("vjs-"+a.kind+"-menu-item"),t.push(o)}}return t},e}(zr);be.registerComponent("TextTrackButton",Vr);var Fr=function(t){function e(n,r){z(this,e);var i=r.track,a=r.cue,o=n.currentTime();r.selectable=!0,r.multiSelectable=!1,r.label=a.text,r.selected=a.startTime<=o&&o<a.endTime;var s=N(this,t.call(this,n,r));return s.track=i,s.cue=a,i.addEventListener("cuechange",ee(s,s.update)),s}return D(e,t),e.prototype.handleClick=function(e){t.prototype.handleClick.call(this),this.player_.currentTime(this.cue.startTime),this.update(this.cue.startTime)},e.prototype.update=function(t){var e=this.cue,n=this.player_.currentTime();this.selected(e.startTime<=n&&n<e.endTime)},e}(Dr);be.registerComponent("ChaptersTrackMenuItem",Fr);var Hr=function(t){function e(n,r,i){return z(this,e),N(this,t.call(this,n,r,i))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-chapters-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-chapters-button "+t.prototype.buildWrapperCSSClass.call(this)},e.prototype.update=function(e){this.track_&&(!e||"addtrack"!==e.type&&"removetrack"!==e.type)||this.setTrack(this.findChaptersTrack()),t.prototype.update.call(this)},e.prototype.setTrack=function(t){if(this.track_!==t){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){var e=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);e&&e.removeEventListener("load",this.updateHandler_),this.track_=null}if(this.track_=t,this.track_){this.track_.mode="hidden";var n=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);n&&n.addEventListener("load",this.updateHandler_)}}},e.prototype.findChaptersTrack=function(){for(var t=this.player_.textTracks()||[],e=t.length-1;e>=0;e--){var n=t[e];if(n.kind===this.kind_)return n}},e.prototype.getMenuCaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize(ge(this.kind_))},e.prototype.createMenu=function(){return this.options_.title=this.getMenuCaption(),t.prototype.createMenu.call(this)},e.prototype.createItems=function(){var t=[];if(!this.track_)return t;var e=this.track_.cues;if(!e)return t;for(var n=0,r=e.length;n<r;n++){var i=e[n],a=new Fr(this.player_,{track:this.track_,cue:i});t.push(a)}return t},e}(Vr);Hr.prototype.kind_="chapters",Hr.prototype.controlText_="Chapters",be.registerComponent("ChaptersButton",Hr);var Br=function(t){function e(n,r,i){z(this,e);var a=N(this,t.call(this,n,r,i)),o=n.textTracks(),s=ee(a,a.handleTracksChange);return o.addEventListener("change",s),a.on("dispose",(function(){o.removeEventListener("change",s)})),a}return D(e,t),e.prototype.handleTracksChange=function(t){for(var e=this.player().textTracks(),n=!1,r=0,i=e.length;r<i;r++){var a=e[r];if(a.kind!==this.kind_&&"showing"===a.mode){n=!0;break}}n?this.disable():this.enable()},e.prototype.buildCSSClass=function(){return"vjs-descriptions-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-descriptions-button "+t.prototype.buildWrapperCSSClass.call(this)},e}(Vr);Br.prototype.kind_="descriptions",Br.prototype.controlText_="Descriptions",be.registerComponent("DescriptionsButton",Br);var Ur=function(t){function e(n,r,i){return z(this,e),N(this,t.call(this,n,r,i))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-subtitles-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-subtitles-button "+t.prototype.buildWrapperCSSClass.call(this)},e}(Vr);Ur.prototype.kind_="subtitles",Ur.prototype.controlText_="Subtitles",be.registerComponent("SubtitlesButton",Ur);var $r=function(t){function e(n,r){z(this,e),r.track={player:n,kind:r.kind,label:r.kind+" settings",selectable:!1,default:!1,mode:"disabled"},r.selectable=!1,r.name="CaptionSettingsMenuItem";var i=N(this,t.call(this,n,r));return i.addClass("vjs-texttrack-settings"),i.controlText(", opens "+r.kind+" settings dialog"),i}return D(e,t),e.prototype.handleClick=function(t){this.player().getChild("textTrackSettings").open()},e}(Nr);be.registerComponent("CaptionSettingsMenuItem",$r);var qr=function(t){function e(n,r,i){return z(this,e),N(this,t.call(this,n,r,i))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-captions-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-captions-button "+t.prototype.buildWrapperCSSClass.call(this)},e.prototype.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(e.push(new $r(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),t.prototype.createItems.call(this,e)},e}(Vr);qr.prototype.kind_="captions",qr.prototype.controlText_="Captions",be.registerComponent("CaptionsButton",qr);var Wr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(e,n,r){var i='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);"captions"===this.options_.track.kind&&(i+='\n        <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n        <span class="vjs-control-text"> '+this.localize("Captions")+"</span>\n      "),i+="</span>";var a=t.prototype.createEl.call(this,e,U({innerHTML:i},n),r);return a},e}(Nr);be.registerComponent("SubsCapsMenuItem",Wr);var Yr=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};z(this,e);var i=N(this,t.call(this,n,r));return i.label_="subtitles",["en","en-us","en-ca","fr-ca"].indexOf(i.player_.language_)>-1&&(i.label_="captions"),i.menuButton_.controlText(ge(i.label_)),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-subs-caps-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-subs-caps-button "+t.prototype.buildWrapperCSSClass.call(this)},e.prototype.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(e.push(new $r(this.player_,{kind:this.label_})),this.hideThreshold_+=1),e=t.prototype.createItems.call(this,e,Wr),e},e}(Vr);Yr.prototype.kinds_=["captions","subtitles"],Yr.prototype.controlText_="Subtitles",be.registerComponent("SubsCapsButton",Yr);var Kr=function(t){function e(n,r){z(this,e);var i=r.track,a=n.audioTracks();r.label=i.label||i.language||"Unknown",r.selected=i.enabled;var o=N(this,t.call(this,n,r));o.track=i,o.addClass("vjs-"+i.kind+"-menu-item");var s=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];o.handleTracksChange.apply(o,e)};return a.addEventListener("change",s),o.on("dispose",(function(){a.removeEventListener("change",s)})),o}return D(e,t),e.prototype.createEl=function(e,n,r){var i='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);"main-desc"===this.options_.track.kind&&(i+='\n        <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n        <span class="vjs-control-text"> '+this.localize("Descriptions")+"</span>\n      "),i+="</span>";var a=t.prototype.createEl.call(this,e,U({innerHTML:i},n),r);return a},e.prototype.handleClick=function(e){var n=this.player_.audioTracks();t.prototype.handleClick.call(this,e);for(var r=0;r<n.length;r++){var i=n[r];i.enabled=i===this.track}},e.prototype.handleTracksChange=function(t){this.selected(this.track.enabled)},e}(Dr);be.registerComponent("AudioTrackMenuItem",Kr);var Xr=function(t){function e(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return z(this,e),r.tracks=n.audioTracks(),N(this,t.call(this,n,r))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-audio-button "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-audio-button "+t.prototype.buildWrapperCSSClass.call(this)},e.prototype.createItems=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.hideThreshold_=1;for(var e=this.player_.audioTracks(),n=0;n<e.length;n++){var r=e[n];t.push(new Kr(this.player_,{track:r,selectable:!0,multiSelectable:!1}))}return t},e}(zr);Xr.prototype.controlText_="Audio Track",be.registerComponent("AudioTrackButton",Xr);var Gr=function(t){function e(n,r){z(this,e);var i=r.rate,a=parseFloat(i,10);r.label=i,r.selected=1===a,r.selectable=!0,r.multiSelectable=!1;var o=N(this,t.call(this,n,r));return o.label=i,o.rate=a,o.on(n,"ratechange",o.update),o}return D(e,t),e.prototype.handleClick=function(e){t.prototype.handleClick.call(this),this.player().playbackRate(this.rate)},e.prototype.update=function(t){this.selected(this.player().playbackRate()===this.rate)},e}(Dr);Gr.prototype.contentElType="button",be.registerComponent("PlaybackRateMenuItem",Gr);var Zr=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.updateVisibility(),i.updateLabel(),i.on(n,"loadstart",i.updateVisibility),i.on(n,"ratechange",i.updateLabel),i}return D(e,t),e.prototype.createEl=function(){var e=t.prototype.createEl.call(this);return this.labelEl_=ot("div",{className:"vjs-playback-rate-value",innerHTML:"1x"}),e.appendChild(this.labelEl_),e},e.prototype.dispose=function(){this.labelEl_=null,t.prototype.dispose.call(this)},e.prototype.buildCSSClass=function(){return"vjs-playback-rate "+t.prototype.buildCSSClass.call(this)},e.prototype.buildWrapperCSSClass=function(){return"vjs-playback-rate "+t.prototype.buildWrapperCSSClass.call(this)},e.prototype.createMenu=function(){var t=new Ir(this.player()),e=this.playbackRates();if(e)for(var n=e.length-1;n>=0;n--)t.addChild(new Gr(this.player(),{rate:e[n]+"x"}));return t},e.prototype.updateARIAAttributes=function(){this.el().setAttribute("aria-valuenow",this.player().playbackRate())},e.prototype.handleClick=function(t){for(var e=this.player().playbackRate(),n=this.playbackRates(),r=n[0],i=0;i<n.length;i++)if(n[i]>e){r=n[i];break}this.player().playbackRate(r)},e.prototype.playbackRates=function(){return this.options_.playbackRates||this.options_.playerOptions&&this.options_.playerOptions.playbackRates},e.prototype.playbackRateSupported=function(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0},e.prototype.updateVisibility=function(t){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")},e.prototype.updateLabel=function(t){this.playbackRateSupported()&&(this.labelEl_.innerHTML=this.player().playbackRate()+"x")},e}(jr);Zr.prototype.controlText_="Playback Rate",be.registerComponent("PlaybackRateMenuButton",Zr);var Qr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-spacer "+t.prototype.buildCSSClass.call(this)},e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildCSSClass()})},e}(be);be.registerComponent("Spacer",Qr);var Jr=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-custom-control-spacer "+t.prototype.buildCSSClass.call(this)},e.prototype.createEl=function(){var e=t.prototype.createEl.call(this,{className:this.buildCSSClass()});return e.innerHTML=" ",e},e}(Qr);be.registerComponent("CustomControlSpacer",Jr);var ti=function(t){function e(){return z(this,e),N(this,t.apply(this,arguments))}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-control-bar",dir:"ltr"})},e}(be);ti.prototype.options_={children:["playToggle","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","progressControl","liveDisplay","remainingTimeDisplay","customControlSpacer","playbackRateMenuButton","chaptersButton","descriptionsButton","subsCapsButton","audioTrackButton","fullscreenToggle"]},be.registerComponent("ControlBar",ti);var ei=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r));return i.on(n,"error",i.open),i}return D(e,t),e.prototype.buildCSSClass=function(){return"vjs-error-display "+t.prototype.buildCSSClass.call(this)},e.prototype.content=function(){var t=this.player().error();return t?this.localize(t.message):""},e}(He);ei.prototype.options_=ye(He.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),be.registerComponent("ErrorDisplay",ei);var ni="vjs-text-track-settings",ri=["#000","Black"],ii=["#00F","Blue"],ai=["#0FF","Cyan"],oi=["#0F0","Green"],si=["#F0F","Magenta"],ci=["#F00","Red"],li=["#FFF","White"],ui=["#FF0","Yellow"],hi=["1","Opaque"],fi=["0.5","Semi-Transparent"],di=["0","Transparent"],pi={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[ri,li,ci,oi,ii,ui,si,ai]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[hi,fi,di]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[li,ri,ci,oi,ii,ui,si,ai]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(t){return"1.00"===t?null:Number(t)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[hi,fi]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[di,fi,hi]}};function vi(t,e){if(e&&(t=e(t)),t&&"none"!==t)return t}function gi(t,e){var n=t.options[t.options.selectedIndex].value;return vi(n,e)}function mi(t,e,n){if(e)for(var r=0;r<t.options.length;r++)if(vi(t.options[r].value,n)===e){t.selectedIndex=r;break}}pi.windowColor.options=pi.backgroundColor.options;var yi=function(t){function e(n,r){z(this,e),r.temporary=!1;var i=N(this,t.call(this,n,r));return i.updateDisplay=ee(i,i.updateDisplay),i.fill(),i.hasBeenOpened_=i.hasBeenFilled_=!0,i.endDialog=ot("p",{className:"vjs-control-text",textContent:i.localize("End of dialog window.")}),i.el().appendChild(i.endDialog),i.setDefaults(),void 0===r.persistTextTrackSettings&&(i.options_.persistTextTrackSettings=i.options_.playerOptions.persistTextTrackSettings),i.on(i.$(".vjs-done-button"),"click",(function(){i.saveSettings(),i.close()})),i.on(i.$(".vjs-default-button"),"click",(function(){i.setDefaults(),i.updateDisplay()})),H(pi,(function(t){i.on(i.$(t.selector),"change",i.updateDisplay)})),i.options_.persistTextTrackSettings&&i.restoreSettings(),i}return D(e,t),e.prototype.dispose=function(){this.endDialog=null,t.prototype.dispose.call(this)},e.prototype.createElSelect_=function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"label",i=pi[t],a=i.id.replace("%s",this.id_),o=[n,a].join(" ").trim();return["<"+r+' id="'+a+'" class="'+("label"===r?"vjs-label":"")+'">',this.localize(i.label),"</"+r+">",'<select aria-labelledby="'+o+'">'].concat(i.options.map((function(t){var n=a+"-"+t[1].replace(/\W+/g,"");return['<option id="'+n+'" value="'+t[0]+'" ','aria-labelledby="'+o+" "+n+'">',e.localize(t[1]),"</option>"].join("")}))).concat("</select>").join("")},e.prototype.createElFgColor_=function(){var t="captions-text-legend-"+this.id_;return['<fieldset class="vjs-fg-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Text"),"</legend>",this.createElSelect_("color",t),'<span class="vjs-text-opacity vjs-opacity">',this.createElSelect_("textOpacity",t),"</span>","</fieldset>"].join("")},e.prototype.createElBgColor_=function(){var t="captions-background-"+this.id_;return['<fieldset class="vjs-bg-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Background"),"</legend>",this.createElSelect_("backgroundColor",t),'<span class="vjs-bg-opacity vjs-opacity">',this.createElSelect_("backgroundOpacity",t),"</span>","</fieldset>"].join("")},e.prototype.createElWinColor_=function(){var t="captions-window-"+this.id_;return['<fieldset class="vjs-window-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Window"),"</legend>",this.createElSelect_("windowColor",t),'<span class="vjs-window-opacity vjs-opacity">',this.createElSelect_("windowOpacity",t),"</span>","</fieldset>"].join("")},e.prototype.createElColors_=function(){return ot("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},e.prototype.createElFont_=function(){return ot("div",{className:"vjs-track-settings-font",innerHTML:['<fieldset class="vjs-font-percent vjs-track-setting">',this.createElSelect_("fontPercent","","legend"),"</fieldset>",'<fieldset class="vjs-edge-style vjs-track-setting">',this.createElSelect_("edgeStyle","","legend"),"</fieldset>",'<fieldset class="vjs-font-family vjs-track-setting">',this.createElSelect_("fontFamily","","legend"),"</fieldset>"].join("")})},e.prototype.createElControls_=function(){var t=this.localize("restore all settings to the default values");return ot("div",{className:"vjs-track-settings-controls",innerHTML:['<button type="button" class="vjs-default-button" title="'+t+'">',this.localize("Reset"),'<span class="vjs-control-text"> '+t+"</span>","</button>",'<button type="button" class="vjs-done-button">'+this.localize("Done")+"</button>"].join("")})},e.prototype.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},e.prototype.label=function(){return this.localize("Caption Settings Dialog")},e.prototype.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},e.prototype.buildCSSClass=function(){return t.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},e.prototype.getValues=function(){var t=this;return B(pi,(function(e,n,r){var i=gi(t.$(n.selector),n.parser);return void 0!==i&&(e[r]=i),e}),{})},e.prototype.setValues=function(t){var e=this;H(pi,(function(n,r){mi(e.$(n.selector),t[r],n.parser)}))},e.prototype.setDefaults=function(){var t=this;H(pi,(function(e){var n=e.hasOwnProperty("default")?e["default"]:0;t.$(e.selector).selectedIndex=n}))},e.prototype.restoreSettings=function(){var t=void 0;try{t=JSON.parse(i.localStorage.getItem(ni))}catch(e){X.warn(e)}t&&this.setValues(t)},e.prototype.saveSettings=function(){if(this.options_.persistTextTrackSettings){var t=this.getValues();try{Object.keys(t).length?i.localStorage.setItem(ni,JSON.stringify(t)):i.localStorage.removeItem(ni)}catch(e){X.warn(e)}}},e.prototype.updateDisplay=function(){var t=this.player_.getChild("textTrackDisplay");t&&t.updateDisplay()},e.prototype.conditionalBlur_=function(){this.previouslyActiveEl_=null,this.off(a,"keydown",this.handleKeyDown);var t=this.player_.controlBar,e=t&&t.subsCapsButton,n=t&&t.captionsButton;e?e.focus():n&&n.focus()},e}(He);be.registerComponent("TextTrackSettings",yi);var bi=function(t){function e(n,r){z(this,e);var a=r.ResizeObserver||i.ResizeObserver;null===r.ResizeObserver&&(a=!1);var o=ye({createEl:!a},r),s=N(this,t.call(this,n,o));return s.ResizeObserver=r.ResizeObserver||i.ResizeObserver,s.loadListener_=null,s.resizeObserver_=null,s.debouncedHandler_=re((function(){s.resizeHandler()}),100,!1,s),a?(s.resizeObserver_=new s.ResizeObserver(s.debouncedHandler_),s.resizeObserver_.observe(n.el())):(s.loadListener_=function(){s.el_&&s.el_.contentWindow&&$t(s.el_.contentWindow,"resize",s.debouncedHandler_)},s.one("load",s.loadListener_)),s}return D(e,t),e.prototype.createEl=function(){return t.prototype.createEl.call(this,"iframe",{className:"vjs-resize-manager"})},e.prototype.resizeHandler=function(){this.player_&&this.player_.trigger&&this.player_.trigger("playerresize")},e.prototype.dispose=function(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.el_&&this.el_.contentWindow&&qt(this.el_.contentWindow,"resize",this.debouncedHandler_),this.loadListener_&&this.off("load",this.loadListener_),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null},e}(be);be.registerComponent("ResizeManager",bi);var _i=function(t){var e=t.el();if(e.hasAttribute("src"))return t.triggerSourceset(e.src),!0;var n=t.$$("source"),r=[],i="";if(!n.length)return!1;for(var a=0;a<n.length;a++){var o=n[a].src;o&&-1===r.indexOf(o)&&r.push(o)}return!!r.length&&(1===r.length&&(i=r[0]),t.triggerSourceset(i),!0)},xi={};O||(xi=Object.defineProperty({},"innerHTML",{get:function(){return this.cloneNode(!0).innerHTML},set:function(t){var e=a.createElement(this.nodeName.toLowerCase());e.innerHTML=t;var n=a.createDocumentFragment();while(e.childNodes.length)n.appendChild(e.childNodes[0]);return this.innerText="",i.Element.prototype.appendChild.call(this,n),this.innerHTML}}));var wi=function(t,e){for(var n={},r=0;r<t.length;r++)if(n=Object.getOwnPropertyDescriptor(t[r],e),n&&n.set&&n.get)break;return n.enumerable=!0,n.configurable=!0,n},ki=function(t){return wi([t.el(),i.HTMLMediaElement.prototype,i.Element.prototype,xi],"innerHTML")},Ci=function(t){var e=t.el();if(!e.resetSourceWatch_){var n={},r=ki(t),i=function(n){return function(){for(var r=arguments.length,i=Array(r),a=0;a<r;a++)i[a]=arguments[a];var o=n.apply(e,i);return _i(t),o}};["append","appendChild","insertAdjacentHTML"].forEach((function(t){e[t]&&(n[t]=e[t],e[t]=i(n[t]))})),Object.defineProperty(e,"innerHTML",ye(r,{set:i(r.set)})),e.resetSourceWatch_=function(){e.resetSourceWatch_=null,Object.keys(n).forEach((function(t){e[t]=n[t]})),Object.defineProperty(e,"innerHTML",r)},t.one("sourceset",e.resetSourceWatch_)}},Si={};O||(Si=Object.defineProperty({},"src",{get:function(){return this.hasAttribute("src")?rn(i.Element.prototype.getAttribute.call(this,"src")):""},set:function(t){return i.Element.prototype.setAttribute.call(this,"src",t),t}}));var Ti=function(t){return wi([t.el(),i.HTMLMediaElement.prototype,Si],"src")},Oi=function(t){if(t.featuresSourceset){var e=t.el();if(!e.resetSourceset_){var n=Ti(t),r=e.setAttribute,i=e.load;Object.defineProperty(e,"src",ye(n,{set:function(r){var i=n.set.call(e,r);return t.triggerSourceset(e.src),i}})),e.setAttribute=function(n,i){var a=r.call(e,n,i);return/src/i.test(n)&&t.triggerSourceset(e.src),a},e.load=function(){var n=i.call(e);return _i(t)||(t.triggerSourceset(""),Ci(t)),n},e.currentSrc?t.triggerSourceset(e.currentSrc):_i(t)||Ci(t),e.resetSourceset_=function(){e.resetSourceset_=null,e.load=i,e.setAttribute=r,Object.defineProperty(e,"src",n),e.resetSourceWatch_&&e.resetSourceWatch_()}}}},Mi=R(["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n            This may prevent text tracks from loading."],["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n            This may prevent text tracks from loading."]),Ei=function(t){function e(n,r){z(this,e);var i=N(this,t.call(this,n,r)),a=n.source,s=!1;if(a&&(i.el_.currentSrc!==a.src||n.tag&&3===n.tag.initNetworkState_)?i.setSource(a):i.handleLateInit_(i.el_),n.enableSourceset&&i.setupSourcesetHandling_(),i.el_.hasChildNodes()){var c=i.el_.childNodes,l=c.length,u=[];while(l--){var h=c[l],f=h.nodeName.toLowerCase();"track"===f&&(i.featuresNativeTextTracks?(i.remoteTextTrackEls().addTrackElement_(h),i.remoteTextTracks().addTrack(h.track),i.textTracks().addTrack(h.track),s||i.el_.hasAttribute("crossorigin")||!on(h.src)||(s=!0)):u.push(h))}for(var d=0;d<u.length;d++)i.el_.removeChild(u[d])}return i.proxyNativeTracks_(),i.featuresNativeTextTracks&&s&&X.warn(o(Mi)),i.restoreMetadataTracksInIOSNativePlayer_(),(P||v||w)&&!0===n.nativeControlsForTouch&&i.setControls(!0),i.proxyWebkitFullscreen_(),i.triggerReady(),i}return D(e,t),e.prototype.dispose=function(){this.el_&&this.el_.resetSourceset_&&this.el_.resetSourceset_(),e.disposeMediaElement(this.el_),this.options_=null,t.prototype.dispose.call(this)},e.prototype.setupSourcesetHandling_=function(){Oi(this)},e.prototype.restoreMetadataTracksInIOSNativePlayer_=function(){var t=this.textTracks(),e=void 0,n=function(){e=[];for(var n=0;n<t.length;n++){var r=t[n];"metadata"===r.kind&&e.push({track:r,storedMode:r.mode})}};n(),t.addEventListener("change",n),this.on("dispose",(function(){return t.removeEventListener("change",n)}));var r=function n(){for(var r=0;r<e.length;r++){var i=e[r];"disabled"===i.track.mode&&i.track.mode!==i.storedMode&&(i.track.mode=i.storedMode)}t.removeEventListener("change",n)};this.on("webkitbeginfullscreen",(function(){t.removeEventListener("change",n),t.removeEventListener("change",r),t.addEventListener("change",r)})),this.on("webkitendfullscreen",(function(){t.removeEventListener("change",n),t.addEventListener("change",n),t.removeEventListener("change",r)}))},e.prototype.proxyNativeTracks_=function(){var t=this;yn.names.forEach((function(e){var n=yn[e],r=t.el()[n.getterName],i=t[n.getterName]();if(t["featuresNative"+n.capitalName+"Tracks"]&&r&&r.addEventListener){var a={change:function(t){i.trigger({type:"change",target:i,currentTarget:i,srcElement:i})},addtrack:function(t){i.addTrack(t.track)},removetrack:function(t){i.removeTrack(t.track)}},o=function(){for(var t=[],e=0;e<i.length;e++){for(var n=!1,a=0;a<r.length;a++)if(r[a]===i[e]){n=!0;break}n||t.push(i[e])}while(t.length)i.removeTrack(t.shift())};Object.keys(a).forEach((function(e){var n=a[e];r.addEventListener(e,n),t.on("dispose",(function(t){return r.removeEventListener(e,n)}))})),t.on("loadstart",o),t.on("dispose",(function(e){return t.off("loadstart",o)}))}}))},e.prototype.createEl=function(){var t=this.options_.tag;if(!t||!this.options_.playerElIngest&&!this.movingMediaElementInDOM){if(t){var n=t.cloneNode(!0);t.parentNode&&t.parentNode.insertBefore(n,t),e.disposeMediaElement(t),t=n}else{t=a.createElement("video");var r=this.options_.tag&&pt(this.options_.tag),i=ye({},r);P&&!0===this.options_.nativeControlsForTouch||delete i.controls,dt(t,U(i,{id:this.options_.techId,class:"vjs-tech"}))}t.playerId=this.options_.playerId}"undefined"!==typeof this.options_.preload&&gt(t,"preload",this.options_.preload);for(var o=["loop","muted","playsinline","autoplay"],s=0;s<o.length;s++){var c=o[s],l=this.options_[c];"undefined"!==typeof l&&(l?gt(t,c,c):mt(t,c),t[c]=l)}return t},e.prototype.handleLateInit_=function(t){if(0!==t.networkState&&3!==t.networkState){if(0===t.readyState){var e=!1,n=function(){e=!0};this.on("loadstart",n);var r=function(){e||this.trigger("loadstart")};return this.on("loadedmetadata",r),void this.ready((function(){this.off("loadstart",n),this.off("loadedmetadata",r),e||this.trigger("loadstart")}))}var i=["loadstart"];i.push("loadedmetadata"),t.readyState>=2&&i.push("loadeddata"),t.readyState>=3&&i.push("canplay"),t.readyState>=4&&i.push("canplaythrough"),this.ready((function(){i.forEach((function(t){this.trigger(t)}),this)}))}},e.prototype.setCurrentTime=function(t){try{this.el_.currentTime=t}catch(e){X(e,"Video is not ready. (Video.js)")}},e.prototype.duration=function(){var t=this;if(this.el_.duration===1/0&&b&&S&&0===this.el_.currentTime){var e=function e(){t.el_.currentTime>0&&(t.el_.duration===1/0&&t.trigger("durationchange"),t.off("timeupdate",e))};return this.on("timeupdate",e),NaN}return this.el_.duration||NaN},e.prototype.width=function(){return this.el_.offsetWidth},e.prototype.height=function(){return this.el_.offsetHeight},e.prototype.proxyWebkitFullscreen_=function(){var t=this;if("webkitDisplayingFullscreen"in this.el_){var e=function(){this.trigger("fullscreenchange",{isFullscreen:!1})},n=function(){"webkitPresentationMode"in this.el_&&"picture-in-picture"!==this.el_.webkitPresentationMode&&(this.one("webkitendfullscreen",e),this.trigger("fullscreenchange",{isFullscreen:!0}))};this.on("webkitbeginfullscreen",n),this.on("dispose",(function(){t.off("webkitbeginfullscreen",n),t.off("webkitendfullscreen",e)}))}},e.prototype.supportsFullScreen=function(){if("function"===typeof this.el_.webkitEnterFullScreen){var t=i.navigator&&i.navigator.userAgent||"";if(/Android/.test(t)||!/Chrome|Mac OS X 10.5/.test(t))return!0}return!1},e.prototype.enterFullScreen=function(){var t=this.el_;t.paused&&t.networkState<=t.HAVE_METADATA?(this.el_.play(),this.setTimeout((function(){t.pause(),t.webkitEnterFullScreen()}),0)):t.webkitEnterFullScreen()},e.prototype.exitFullScreen=function(){this.el_.webkitExitFullScreen()},e.prototype.src=function(t){if(void 0===t)return this.el_.src;this.setSrc(t)},e.prototype.reset=function(){e.resetMediaElement(this.el_)},e.prototype.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc},e.prototype.setControls=function(t){this.el_.controls=!!t},e.prototype.addTextTrack=function(e,n,r){return this.featuresNativeTextTracks?this.el_.addTextTrack(e,n,r):t.prototype.addTextTrack.call(this,e,n,r)},e.prototype.createRemoteTextTrack=function(e){if(!this.featuresNativeTextTracks)return t.prototype.createRemoteTextTrack.call(this,e);var n=a.createElement("track");return e.kind&&(n.kind=e.kind),e.label&&(n.label=e.label),(e.language||e.srclang)&&(n.srclang=e.language||e.srclang),e["default"]&&(n["default"]=e["default"]),e.id&&(n.id=e.id),e.src&&(n.src=e.src),n},e.prototype.addRemoteTextTrack=function(e,n){var r=t.prototype.addRemoteTextTrack.call(this,e,n);return this.featuresNativeTextTracks&&this.el().appendChild(r),r},e.prototype.removeRemoteTextTrack=function(e){if(t.prototype.removeRemoteTextTrack.call(this,e),this.featuresNativeTextTracks){var n=this.$$("track"),r=n.length;while(r--)e!==n[r]&&e!==n[r].track||this.el().removeChild(n[r])}},e.prototype.getVideoPlaybackQuality=function(){if("function"===typeof this.el().getVideoPlaybackQuality)return this.el().getVideoPlaybackQuality();var t={};return"undefined"!==typeof this.el().webkitDroppedFrameCount&&"undefined"!==typeof this.el().webkitDecodedFrameCount&&(t.droppedVideoFrames=this.el().webkitDroppedFrameCount,t.totalVideoFrames=this.el().webkitDecodedFrameCount),i.performance&&"function"===typeof i.performance.now?t.creationTime=i.performance.now():i.performance&&i.performance.timing&&"number"===typeof i.performance.timing.navigationStart&&(t.creationTime=i.Date.now()-i.performance.timing.navigationStart),t},e}(wn);if(nt()){Ei.TEST_VID=a.createElement("video");var Ai=a.createElement("track");Ai.kind="captions",Ai.srclang="en",Ai.label="English",Ei.TEST_VID.appendChild(Ai)}Ei.isSupported=function(){try{Ei.TEST_VID.volume=.5}catch(t){return!1}return!(!Ei.TEST_VID||!Ei.TEST_VID.canPlayType)},Ei.canPlayType=function(t){return Ei.TEST_VID.canPlayType(t)},Ei.canPlaySource=function(t,e){return Ei.canPlayType(t.type)},Ei.canControlVolume=function(){try{var t=Ei.TEST_VID.volume;return Ei.TEST_VID.volume=t/2+.1,t!==Ei.TEST_VID.volume}catch(e){return!1}},Ei.canMuteVolume=function(){try{var t=Ei.TEST_VID.muted;return Ei.TEST_VID.muted=!t,Ei.TEST_VID.muted?gt(Ei.TEST_VID,"muted","muted"):mt(Ei.TEST_VID,"muted","muted"),t!==Ei.TEST_VID.muted}catch(e){return!1}},Ei.canControlPlaybackRate=function(){if(b&&S&&T<58)return!1;try{var t=Ei.TEST_VID.playbackRate;return Ei.TEST_VID.playbackRate=t/2+.1,t!==Ei.TEST_VID.playbackRate}catch(e){return!1}},Ei.canOverrideAttributes=function(){if(O)return!1;try{var t=function(){};Object.defineProperty(a.createElement("video"),"src",{get:t,set:t}),Object.defineProperty(a.createElement("audio"),"src",{get:t,set:t}),Object.defineProperty(a.createElement("video"),"innerHTML",{get:t,set:t}),Object.defineProperty(a.createElement("audio"),"innerHTML",{get:t,set:t})}catch(e){return!1}return!0},Ei.supportsNativeTextTracks=function(){return A||m&&S},Ei.supportsNativeVideoTracks=function(){return!(!Ei.TEST_VID||!Ei.TEST_VID.videoTracks)},Ei.supportsNativeAudioTracks=function(){return!(!Ei.TEST_VID||!Ei.TEST_VID.audioTracks)},Ei.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],Ei.prototype.featuresVolumeControl=Ei.canControlVolume(),Ei.prototype.featuresMuteControl=Ei.canMuteVolume(),Ei.prototype.featuresPlaybackRate=Ei.canControlPlaybackRate(),Ei.prototype.featuresSourceset=Ei.canOverrideAttributes(),Ei.prototype.movingMediaElementInDOM=!m,Ei.prototype.featuresFullscreenResize=!0,Ei.prototype.featuresProgressEvents=!0,Ei.prototype.featuresTimeupdateEvents=!0,Ei.prototype.featuresNativeTextTracks=Ei.supportsNativeTextTracks(),Ei.prototype.featuresNativeVideoTracks=Ei.supportsNativeVideoTracks(),Ei.prototype.featuresNativeAudioTracks=Ei.supportsNativeAudioTracks();var Pi=Ei.TEST_VID&&Ei.TEST_VID.constructor.prototype.canPlayType,Li=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,Ii=/^video\/mp4/i;Ei.patchCanPlayType=function(){_>=4&&!k&&!S?Ei.TEST_VID.constructor.prototype.canPlayType=function(t){return t&&Li.test(t)?"maybe":Pi.call(this,t)}:x&&(Ei.TEST_VID.constructor.prototype.canPlayType=function(t){return t&&Ii.test(t)?"maybe":Pi.call(this,t)})},Ei.unpatchCanPlayType=function(){var t=Ei.TEST_VID.constructor.prototype.canPlayType;return Ei.TEST_VID.constructor.prototype.canPlayType=Pi,t},Ei.patchCanPlayType(),Ei.disposeMediaElement=function(t){if(t){t.parentNode&&t.parentNode.removeChild(t);while(t.hasChildNodes())t.removeChild(t.firstChild);t.removeAttribute("src"),"function"===typeof t.load&&function(){try{t.load()}catch(e){}}()}},Ei.resetMediaElement=function(t){if(t){var e=t.querySelectorAll("source"),n=e.length;while(n--)t.removeChild(e[n]);t.removeAttribute("src"),"function"===typeof t.load&&function(){try{t.load()}catch(e){}}()}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach((function(t){Ei.prototype[t]=function(){return this.el_[t]||this.el_.hasAttribute(t)}})),["muted","defaultMuted","autoplay","loop","playsinline"].forEach((function(t){Ei.prototype["set"+ge(t)]=function(e){this.el_[t]=e,e?this.el_.setAttribute(t,t):this.el_.removeAttribute(t)}})),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","played","networkState","readyState","videoWidth","videoHeight"].forEach((function(t){Ei.prototype[t]=function(){return this.el_[t]}})),["volume","src","poster","preload","playbackRate","defaultPlaybackRate"].forEach((function(t){Ei.prototype["set"+ge(t)]=function(e){this.el_[t]=e}})),["pause","load","play"].forEach((function(t){Ei.prototype[t]=function(){return this.el_[t]()}})),wn.withSourceHandlers(Ei),Ei.nativeSourceHandler={},Ei.nativeSourceHandler.canPlayType=function(t){try{return Ei.TEST_VID.canPlayType(t)}catch(e){return""}},Ei.nativeSourceHandler.canHandleSource=function(t,e){if(t.type)return Ei.nativeSourceHandler.canPlayType(t.type);if(t.src){var n=an(t.src);return Ei.nativeSourceHandler.canPlayType("video/"+n)}return""},Ei.nativeSourceHandler.handleSource=function(t,e,n){e.setSrc(t.src)},Ei.nativeSourceHandler.dispose=function(){},Ei.registerSourceHandler(Ei.nativeSourceHandler),wn.registerTech("Html5",Ei);var ji=R(["\n        Using the tech directly can be dangerous. I hope you know what you're doing.\n        See https://github.com/videojs/video.js/issues/2617 for more info.\n      "],["\n        Using the tech directly can be dangerous. I hope you know what you're doing.\n        See https://github.com/videojs/video.js/issues/2617 for more info.\n      "]),zi=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],Di={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},Ni=["tiny","xsmall","small","medium","large","xlarge","huge"],Ri={};Ni.forEach((function(t){var e="x"===t.charAt(0)?"x-"+t.substring(1):t;Ri[t]="vjs-layout-"+e}));var Vi={tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0},Fi=function(t){function e(n,r,i){if(z(this,e),n.id=n.id||r.id||"vjs_video_"+It(),r=U(e.getTagSettings(n),r),r.initChildren=!1,r.createEl=!1,r.evented=!1,r.reportTouchActivity=!1,!r.language)if("function"===typeof n.closest){var a=n.closest("[lang]");a&&a.getAttribute&&(r.language=a.getAttribute("lang"))}else{var o=n;while(o&&1===o.nodeType){if(pt(o).hasOwnProperty("lang")){r.language=o.getAttribute("lang");break}o=o.parentNode}}var s=N(this,t.call(this,null,r,i));if(s.log=G(s.id_),s.isPosterFromTech_=!1,s.queuedCallbacks_=[],s.isReady_=!1,s.hasStarted_=!1,s.userActive_=!1,!s.options_||!s.options_.techOrder||!s.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(s.tag=n,s.tagAttributes=n&&pt(n),s.language(s.options_.language),r.languages){var c={};Object.getOwnPropertyNames(r.languages).forEach((function(t){c[t.toLowerCase()]=r.languages[t]})),s.languages_=c}else s.languages_=e.prototype.options_.languages;s.cache_={},s.poster_=r.poster||"",s.controls_=!!r.controls,s.cache_.lastVolume=1,n.controls=!1,n.removeAttribute("controls"),n.hasAttribute("autoplay")?s.options_.autoplay=!0:s.autoplay(s.options_.autoplay),s.scrubbing_=!1,s.el_=s.createEl(),s.cache_.lastPlaybackRate=s.defaultPlaybackRate(),de(s,{eventBusKey:"el_"});var l=ye(s.options_);if(r.plugins){var h=r.plugins;Object.keys(h).forEach((function(t){if("function"!==typeof this[t])throw new Error('plugin "'+t+'" does not exist');this[t](h[t])}),s)}s.options_.playerOptions=l,s.middleware_=[],s.initChildren(),s.isAudio("audio"===n.nodeName.toLowerCase()),s.controls()?s.addClass("vjs-controls-enabled"):s.addClass("vjs-controls-disabled"),s.el_.setAttribute("role","region"),s.isAudio()?s.el_.setAttribute("aria-label",s.localize("Audio Player")):s.el_.setAttribute("aria-label",s.localize("Video Player")),s.isAudio()&&s.addClass("vjs-audio"),s.flexNotSupported_()&&s.addClass("vjs-no-flex"),m||s.addClass("vjs-workinghover"),e.players[s.id_]=s;var f=u.split(".")[0];return s.addClass("vjs-v"+f),s.userActive(!0),s.reportUserActivity(),s.one("play",s.listenForUserActivity_),s.on("fullscreenchange",s.handleFullscreenChange_),s.on("stageclick",s.handleStageClick_),s.breakpoints(s.options_.breakpoints),s.responsive(s.options_.responsive),s.changingSrc_=!1,s.playWaitingForReady_=!1,s.playOnLoadstart_=null,s}return D(e,t),e.prototype.dispose=function(){this.trigger("dispose"),this.off("dispose"),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),e.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),Nn(this),t.prototype.dispose.call(this)},e.prototype.createEl=function(){var e=this.tag,n=void 0,r=this.playerElIngest_=e.parentNode&&e.parentNode.hasAttribute&&e.parentNode.hasAttribute("data-vjs-player"),o="video-js"===this.tag.tagName.toLowerCase();r?n=this.el_=e.parentNode:o||(n=this.el_=t.prototype.createEl.call(this,"div"));var s=pt(e);if(o){n=this.el_=e,e=this.tag=a.createElement("video");while(n.children.length)e.appendChild(n.firstChild);lt(n,"video-js")||ut(n,"video-js"),n.appendChild(e),r=this.playerElIngest_=n,["autoplay","controls","crossOrigin","defaultMuted","defaultPlaybackRate","loop","muted","playbackRate","src","volume"].forEach((function(t){"undefined"!==typeof n[t]&&(e[t]=n[t])}))}if(e.setAttribute("tabindex","-1"),s.tabindex="-1",M&&(e.setAttribute("role","application"),s.role="application"),e.removeAttribute("width"),e.removeAttribute("height"),"width"in s&&delete s.width,"height"in s&&delete s.height,Object.getOwnPropertyNames(s).forEach((function(t){"class"===t?(n.className+=" "+s[t],o&&(e.className+=" "+s[t])):(n.setAttribute(t,s[t]),o&&e.setAttribute(t,s[t]))})),e.playerId=e.id,e.id+="_html5_api",e.className="vjs-tech",e.player=n.player=this,this.addClass("vjs-paused"),!0!==i.VIDEOJS_NO_DYNAMIC_STYLE){this.styleEl_=Jt("vjs-styles-dimensions");var c=Et(".vjs-styles-defaults"),l=Et("head");l.insertBefore(this.styleEl_,c?c.nextSibling:l.firstChild)}this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio);for(var u=e.getElementsByTagName("a"),h=0;h<u.length;h++){var f=u.item(h);ut(f,"vjs-hidden"),f.setAttribute("hidden","hidden")}return e.initNetworkState_=e.networkState,e.parentNode&&!r&&e.parentNode.insertBefore(n,e),ct(e,n),this.children_.unshift(e),this.el_.setAttribute("lang",this.language_),this.el_=n,n},e.prototype.width=function(t){return this.dimension("width",t)},e.prototype.height=function(t){return this.dimension("height",t)},e.prototype.dimension=function(t,e){var n=t+"_";if(void 0===e)return this[n]||0;if(""===e)return this[n]=void 0,void this.updateStyleEl_();var r=parseFloat(e);isNaN(r)?X.error('Improper value "'+e+'" supplied for for '+t):(this[n]=r,this.updateStyleEl_())},e.prototype.fluid=function(t){if(void 0===t)return!!this.fluid_;this.fluid_=!!t,t?(this.addClass("vjs-fluid"),this.fill(!1)):this.removeClass("vjs-fluid"),this.updateStyleEl_()},e.prototype.fill=function(t){if(void 0===t)return!!this.fill_;this.fill_=!!t,t?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")},e.prototype.aspectRatio=function(t){if(void 0===t)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(t))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=t,this.fluid(!0),this.updateStyleEl_()},e.prototype.updateStyleEl_=function(){if(!0!==i.VIDEOJS_NO_DYNAMIC_STYLE){var t=void 0,e=void 0,n=void 0,r=void 0;n=void 0!==this.aspectRatio_&&"auto"!==this.aspectRatio_?this.aspectRatio_:this.videoWidth()>0?this.videoWidth()+":"+this.videoHeight():"16:9";var a=n.split(":"),o=a[1]/a[0];t=void 0!==this.width_?this.width_:void 0!==this.height_?this.height_/o:this.videoWidth()||300,e=void 0!==this.height_?this.height_:t*o,r=/^[^a-zA-Z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addClass(r),te(this.styleEl_,"\n      ."+r+" {\n        width: "+t+"px;\n        height: "+e+"px;\n      }\n\n      ."+r+".vjs-fluid {\n        padding-top: "+100*o+"%;\n      }\n    ")}else{var s="number"===typeof this.width_?this.width_:this.options_.width,c="number"===typeof this.height_?this.height_:this.options_.height,l=this.tech_&&this.tech_.el();l&&(s>=0&&(l.width=s),c>=0&&(l.height=c))}},e.prototype.loadTech_=function(t,e){var n=this;this.tech_&&this.unloadTech_();var r=ge(t),i=t.charAt(0).toLowerCase()+t.slice(1);"Html5"!==r&&this.tag&&(wn.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=r,this.isReady_=!1;var a="string"!==typeof this.autoplay()&&this.autoplay(),o={source:e,autoplay:a,nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:this.id()+"_"+i+"_api",playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],canOverridePoster:!!this.options_.techCanOverridePoster,enableSourceset:this.options_.enableSourceset};_n.names.forEach((function(t){var e=_n[t];o[e.getterName]=n[e.privateName]})),U(o,this.options_[r]),U(o,this.options_[i]),U(o,this.options_[t.toLowerCase()]),this.tag&&(o.tag=this.tag),e&&e.src===this.cache_.src&&this.cache_.currentTime>0&&(o.startTime=this.cache_.currentTime);var s=wn.getTech(t);if(!s)throw new Error("No Tech named '"+r+"' exists! '"+r+"' should be registered using videojs.registerTech()'");this.tech_=new s(o),this.tech_.ready(ee(this,this.handleTechReady_),!0),Re.jsonToTextTracks(this.textTracksJson_||[],this.tech_),zi.forEach((function(t){n.on(n.tech_,t,n["handleTech"+ge(t)+"_"])})),Object.keys(Di).forEach((function(t){n.on(n.tech_,t,(function(e){0===n.tech_.playbackRate()&&n.tech_.seeking()?n.queuedCallbacks_.push({callback:n["handleTech"+Di[t]+"_"].bind(n),event:e}):n["handleTech"+Di[t]+"_"](e)}))})),this.on(this.tech_,"loadstart",this.handleTechLoadStart_),this.on(this.tech_,"sourceset",this.handleTechSourceset_),this.on(this.tech_,"waiting",this.handleTechWaiting_),this.on(this.tech_,"ended",this.handleTechEnded_),this.on(this.tech_,"seeking",this.handleTechSeeking_),this.on(this.tech_,"play",this.handleTechPlay_),this.on(this.tech_,"firstplay",this.handleTechFirstPlay_),this.on(this.tech_,"pause",this.handleTechPause_),this.on(this.tech_,"durationchange",this.handleTechDurationChange_),this.on(this.tech_,"fullscreenchange",this.handleTechFullscreenChange_),this.on(this.tech_,"error",this.handleTechError_),this.on(this.tech_,"loadedmetadata",this.updateStyleEl_),this.on(this.tech_,"posterchange",this.handleTechPosterChange_),this.on(this.tech_,"textdata",this.handleTechTextData_),this.on(this.tech_,"ratechange",this.handleTechRateChange_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||"Html5"===r&&this.tag||ct(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},e.prototype.unloadTech_=function(){var t=this;_n.names.forEach((function(e){var n=_n[e];t[n.privateName]=t[n.getterName]()})),this.textTracksJson_=Re.textTracksToJson(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1},e.prototype.tech=function(t){return void 0===t&&X.warn(o(ji)),this.tech_},e.prototype.addTechControlsListeners_=function(){this.removeTechControlsListeners_(),this.on(this.tech_,"mousedown",this.handleTechClick_),this.on(this.tech_,"touchstart",this.handleTechTouchStart_),this.on(this.tech_,"touchmove",this.handleTechTouchMove_),this.on(this.tech_,"touchend",this.handleTechTouchEnd_),this.on(this.tech_,"tap",this.handleTechTap_)},e.prototype.removeTechControlsListeners_=function(){this.off(this.tech_,"tap",this.handleTechTap_),this.off(this.tech_,"touchstart",this.handleTechTouchStart_),this.off(this.tech_,"touchmove",this.handleTechTouchMove_),this.off(this.tech_,"touchend",this.handleTechTouchEnd_),this.off(this.tech_,"mousedown",this.handleTechClick_)},e.prototype.handleTechReady_=function(){if(this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_(),(this.src()||this.currentSrc())&&this.tag&&this.options_.autoplay&&this.paused())try{delete this.tag.poster}catch(t){X("deleting tag.poster throws in some browsers",t)}},e.prototype.handleTechLoadStart_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-seeking"),this.error(null),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay")),this.manualAutoplay_(this.autoplay())},e.prototype.manualAutoplay_=function(t){var e=this;if(this.tech_&&"string"===typeof t){var n=function(){var t=e.muted();e.muted(!0);var n=e.play();if(n&&n.then&&n["catch"])return n["catch"]((function(n){e.muted(t)}))},r=void 0;if("any"===t?(r=this.play(),r&&r.then&&r["catch"]&&r["catch"]((function(){return n()}))):r="muted"===t?n():this.play(),r&&r.then&&r["catch"])return r.then((function(){e.trigger({type:"autoplay-success",autoplay:t})}))["catch"]((function(n){e.trigger({type:"autoplay-failure",autoplay:t})}))}},e.prototype.updateSourceCaches_=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=t,n="";"string"!==typeof e&&(e=t.src,n=t.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],e&&!n&&(n=Bn(this,e)),this.cache_.source=ye({},t,{src:e,type:n});for(var r=this.cache_.sources.filter((function(t){return t.src&&t.src===e})),i=[],a=this.$$("source"),o=[],s=0;s<a.length;s++){var c=pt(a[s]);i.push(c),c.src&&c.src===e&&o.push(c.src)}o.length&&!r.length?this.cache_.sources=i:r.length||(this.cache_.sources=[this.cache_.source]),this.cache_.src=e},e.prototype.handleTechSourceset_=function(t){var e=this;if(!this.changingSrc_){var n=function(t){return e.updateSourceCaches_(t)},r=this.currentSource().src,i=t.src;if(r&&!/^blob:/.test(r)&&/^blob:/.test(i)&&(!this.lastSource_||this.lastSource_.tech!==i&&this.lastSource_.player!==r)&&(n=function(){}),n(i),!t.src){var a=function t(n){if("sourceset"!==n.type){var r=e.techGet("currentSrc");e.lastSource_.tech=r,e.updateSourceCaches_(r)}e.tech_.off(["sourceset","loadstart"],t)};this.tech_.one(["sourceset","loadstart"],a)}}this.lastSource_={player:this.currentSource().src,tech:t.src},this.trigger({src:t.src,type:"sourceset"})},e.prototype.hasStarted=function(t){if(void 0===t)return this.hasStarted_;t!==this.hasStarted_&&(this.hasStarted_=t,this.hasStarted_?(this.addClass("vjs-has-started"),this.trigger("firstplay")):this.removeClass("vjs-has-started"))},e.prototype.handleTechPlay_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")},e.prototype.handleTechRateChange_=function(){this.tech_.playbackRate()>0&&0===this.cache_.lastPlaybackRate&&(this.queuedCallbacks_.forEach((function(t){return t.callback(t.event)})),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")},e.prototype.handleTechWaiting_=function(){var t=this;this.addClass("vjs-waiting"),this.trigger("waiting"),this.one("timeupdate",(function(){return t.removeClass("vjs-waiting")}))},e.prototype.handleTechCanPlay_=function(){this.removeClass("vjs-waiting"),this.trigger("canplay")},e.prototype.handleTechCanPlayThrough_=function(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")},e.prototype.handleTechPlaying_=function(){this.removeClass("vjs-waiting"),this.trigger("playing")},e.prototype.handleTechSeeking_=function(){this.addClass("vjs-seeking"),this.trigger("seeking")},e.prototype.handleTechSeeked_=function(){this.removeClass("vjs-seeking"),this.trigger("seeked")},e.prototype.handleTechFirstPlay_=function(){this.options_.starttime&&(X.warn("Passing the `starttime` option to the player will be deprecated in 6.0"),this.currentTime(this.options_.starttime)),this.addClass("vjs-has-started"),this.trigger("firstplay")},e.prototype.handleTechPause_=function(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")},e.prototype.handleTechEnded_=function(){this.addClass("vjs-ended"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},e.prototype.handleTechDurationChange_=function(){this.duration(this.techGet_("duration"))},e.prototype.handleTechClick_=function(t){Mt(t)&&this.controls_&&(this.paused()?je(this.play()):this.pause())},e.prototype.handleTechTap_=function(){this.userActive(!this.userActive())},e.prototype.handleTechTouchStart_=function(){this.userWasActive=this.userActive()},e.prototype.handleTechTouchMove_=function(){this.userWasActive&&this.reportUserActivity()},e.prototype.handleTechTouchEnd_=function(t){t.preventDefault()},e.prototype.handleFullscreenChange_=function(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")},e.prototype.handleStageClick_=function(){this.reportUserActivity()},e.prototype.handleTechFullscreenChange_=function(t,e){e&&this.isFullscreen(e.isFullscreen),this.trigger("fullscreenchange")},e.prototype.handleTechError_=function(){var t=this.tech_.error();this.error(t)},e.prototype.handleTechTextData_=function(){var t=null;arguments.length>1&&(t=arguments[1]),this.trigger("textdata",t)},e.prototype.getCache=function(){return this.cache_},e.prototype.techCall_=function(t,e){this.ready((function(){if(t in In)return An(this.middleware_,this.tech_,t,e);if(t in jn)return Pn(this.middleware_,this.tech_,t,e);try{this.tech_&&this.tech_[t](e)}catch(n){throw X(n),n}}),!0)},e.prototype.techGet_=function(t){if(this.tech_&&this.tech_.isReady_){if(t in Ln)return En(this.middleware_,this.tech_,t);if(t in jn)return Pn(this.middleware_,this.tech_,t);try{return this.tech_[t]()}catch(e){if(void 0===this.tech_[t])throw X("Video.js: "+t+" method not defined for "+this.techName_+" playback technology.",e),e;if("TypeError"===e.name)throw X("Video.js: "+t+" unavailable on "+this.techName_+" playback technology element.",e),this.tech_.isReady_=!1,e;throw X(e),e}}},e.prototype.play=function(){var t=this,e=this.options_.Promise||i.Promise;return e?new e((function(e){t.play_(e)})):this.play_()},e.prototype.play_=function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:je;if(this.playOnLoadstart_&&this.off("loadstart",this.playOnLoadstart_),this.isReady_){if(!this.changingSrc_&&(this.src()||this.currentSrc()))return void e(this.techGet_("play"));this.playOnLoadstart_=function(){t.playOnLoadstart_=null,e(t.play())},this.one("loadstart",this.playOnLoadstart_)}else{if(this.playWaitingForReady_)return;this.playWaitingForReady_=!0,this.ready((function(){t.playWaitingForReady_=!1,e(t.play())}))}},e.prototype.pause=function(){this.techCall_("pause")},e.prototype.paused=function(){return!1!==this.techGet_("paused")},e.prototype.played=function(){return this.techGet_("played")||ke(0,0)},e.prototype.scrubbing=function(t){if("undefined"===typeof t)return this.scrubbing_;this.scrubbing_=!!t,t?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")},e.prototype.currentTime=function(t){return"undefined"!==typeof t?(t<0&&(t=0),void this.techCall_("setCurrentTime",t)):(this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime)},e.prototype.duration=function(t){if(void 0===t)return void 0!==this.cache_.duration?this.cache_.duration:NaN;t=parseFloat(t),t<0&&(t=1/0),t!==this.cache_.duration&&(this.cache_.duration=t,t===1/0?this.addClass("vjs-live"):this.removeClass("vjs-live"),this.trigger("durationchange"))},e.prototype.remainingTime=function(){return this.duration()-this.currentTime()},e.prototype.remainingTimeDisplay=function(){return Math.floor(this.duration())-Math.floor(this.currentTime())},e.prototype.buffered=function(){var t=this.techGet_("buffered");return t&&t.length||(t=ke(0,0)),t},e.prototype.bufferedPercent=function(){return Ce(this.buffered(),this.duration())},e.prototype.bufferedEnd=function(){var t=this.buffered(),e=this.duration(),n=t.end(t.length-1);return n>e&&(n=e),n},e.prototype.volume=function(t){var e=void 0;return void 0!==t?(e=Math.max(0,Math.min(1,parseFloat(t))),this.cache_.volume=e,this.techCall_("setVolume",e),void(e>0&&this.lastVolume_(e))):(e=parseFloat(this.techGet_("volume")),isNaN(e)?1:e)},e.prototype.muted=function(t){if(void 0===t)return this.techGet_("muted")||!1;this.techCall_("setMuted",t)},e.prototype.defaultMuted=function(t){return void 0!==t?this.techCall_("setDefaultMuted",t):this.techGet_("defaultMuted")||!1},e.prototype.lastVolume_=function(t){if(void 0===t||0===t)return this.cache_.lastVolume;this.cache_.lastVolume=t},e.prototype.supportsFullScreen=function(){return this.techGet_("supportsFullScreen")||!1},e.prototype.isFullscreen=function(t){if(void 0===t)return!!this.isFullscreen_;this.isFullscreen_=!!t},e.prototype.requestFullscreen=function(){var t=Se;this.isFullscreen(!0),t.requestFullscreen?($t(a,t.fullscreenchange,ee(this,(function e(n){this.isFullscreen(a[t.fullscreenElement]),!1===this.isFullscreen()&&qt(a,t.fullscreenchange,e),this.trigger("fullscreenchange")}))),this.el_[t.requestFullscreen]()):this.tech_.supportsFullScreen()?this.techCall_("enterFullScreen"):(this.enterFullWindow(),this.trigger("fullscreenchange"))},e.prototype.exitFullscreen=function(){var t=Se;this.isFullscreen(!1),t.requestFullscreen?a[t.exitFullscreen]():this.tech_.supportsFullScreen()?this.techCall_("exitFullScreen"):(this.exitFullWindow(),this.trigger("fullscreenchange"))},e.prototype.enterFullWindow=function(){this.isFullWindow=!0,this.docOrigOverflow=a.documentElement.style.overflow,$t(a,"keydown",ee(this,this.fullWindowOnEscKey)),a.documentElement.style.overflow="hidden",ut(a.body,"vjs-full-window"),this.trigger("enterFullWindow")},e.prototype.fullWindowOnEscKey=function(t){27===t.keyCode&&(!0===this.isFullscreen()?this.exitFullscreen():this.exitFullWindow())},e.prototype.exitFullWindow=function(){this.isFullWindow=!1,qt(a,"keydown",this.fullWindowOnEscKey),a.documentElement.style.overflow=this.docOrigOverflow,ht(a.body,"vjs-full-window"),this.trigger("exitFullWindow")},e.prototype.canPlayType=function(t){for(var e=void 0,n=0,r=this.options_.techOrder;n<r.length;n++){var i=r[n],a=wn.getTech(i);if(a||(a=be.getComponent(i)),a){if(a.isSupported()&&(e=a.canPlayType(t),e))return e}else X.error('The "'+i+'" tech is undefined. Skipped browser support check for that tech.')}return""},e.prototype.selectSource=function(t){var e=this,n=this.options_.techOrder.map((function(t){return[t,wn.getTech(t)]})).filter((function(t){var e=t[0],n=t[1];return n?n.isSupported():(X.error('The "'+e+'" tech is undefined. Skipped browser support check for that tech.'),!1)})),r=function(t,e,n){var r=void 0;return t.some((function(t){return e.some((function(e){if(r=n(t,e),r)return!0}))})),r},i=void 0,a=function(t){return function(e,n){return t(n,e)}},o=function(t,n){var r=t[0],i=t[1];if(i.canPlaySource(n,e.options_[r.toLowerCase()]))return{source:n,tech:r}};return i=this.options_.sourceOrder?r(t,n,a(o)):r(n,t,o),i||!1},e.prototype.src=function(t){var e=this;if("undefined"===typeof t)return this.cache_.src||"";var n=Un(t);n.length?(this.changingSrc_=!0,this.cache_.sources=n,this.updateSourceCaches_(n[0]),On(this,n[0],(function(t,r){e.middleware_=r,e.cache_.sources=n,e.updateSourceCaches_(t);var i=e.src_(t);if(i)return n.length>1?e.src(n.slice(1)):(e.changingSrc_=!1,e.setTimeout((function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})}),0),void e.triggerReady());Mn(r,e.tech_)}))):this.setTimeout((function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})}),0)},e.prototype.src_=function(t){var e=this,n=this.selectSource([t]);return!n||(me(n.tech,this.techName_)?(this.ready((function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",t):this.techCall_("src",t.src),this.changingSrc_=!1}),!0),!1):(this.changingSrc_=!0,this.loadTech_(n.tech,n.source),this.tech_.ready((function(){e.changingSrc_=!1})),!1))},e.prototype.load=function(){this.techCall_("load")},e.prototype.reset=function(){this.tech_&&this.tech_.clearTracks("text"),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset")},e.prototype.currentSources=function(){var t=this.currentSource(),e=[];return 0!==Object.keys(t).length&&e.push(t),this.cache_.sources||e},e.prototype.currentSource=function(){return this.cache_.source||{}},e.prototype.currentSrc=function(){return this.currentSource()&&this.currentSource().src||""},e.prototype.currentType=function(){return this.currentSource()&&this.currentSource().type||""},e.prototype.preload=function(t){return void 0!==t?(this.techCall_("setPreload",t),void(this.options_.preload=t)):this.techGet_("preload")},e.prototype.autoplay=function(t){if(void 0===t)return this.options_.autoplay||!1;var e=void 0;"string"===typeof t&&/(any|play|muted)/.test(t)?(this.options_.autoplay=t,this.manualAutoplay_(t),e=!1):this.options_.autoplay=!!t,e=e||this.options_.autoplay,this.tech_&&this.techCall_("setAutoplay",e)},e.prototype.playsinline=function(t){return void 0!==t?(this.techCall_("setPlaysinline",t),this.options_.playsinline=t,this):this.techGet_("playsinline")},e.prototype.loop=function(t){return void 0!==t?(this.techCall_("setLoop",t),void(this.options_.loop=t)):this.techGet_("loop")},e.prototype.poster=function(t){if(void 0===t)return this.poster_;t||(t=""),t!==this.poster_&&(this.poster_=t,this.techCall_("setPoster",t),this.isPosterFromTech_=!1,this.trigger("posterchange"))},e.prototype.handleTechPosterChange_=function(){if((!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster){var t=this.tech_.poster()||"";t!==this.poster_&&(this.poster_=t,this.isPosterFromTech_=!0,this.trigger("posterchange"))}},e.prototype.controls=function(t){if(void 0===t)return!!this.controls_;t=!!t,this.controls_!==t&&(this.controls_=t,this.usingNativeControls()&&this.techCall_("setControls",t),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))},e.prototype.usingNativeControls=function(t){if(void 0===t)return!!this.usingNativeControls_;t=!!t,this.usingNativeControls_!==t&&(this.usingNativeControls_=t,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))},e.prototype.error=function(t){return void 0===t?this.error_||null:null===t?(this.error_=t,this.removeClass("vjs-error"),void(this.errorDisplay&&this.errorDisplay.close())):(this.error_=new Pe(t),this.addClass("vjs-error"),X.error("(CODE:"+this.error_.code+" "+Pe.errorTypes[this.error_.code]+")",this.error_.message,this.error_),void this.trigger("error"))},e.prototype.reportUserActivity=function(t){this.userActivity_=!0},e.prototype.userActive=function(t){if(void 0===t)return this.userActive_;if(t=!!t,t!==this.userActive_){if(this.userActive_=t,this.userActive_)return this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),void this.trigger("useractive");this.tech_&&this.tech_.one("mousemove",(function(t){t.stopPropagation(),t.preventDefault()})),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}},e.prototype.listenForUserActivity_=function(){var t=void 0,e=void 0,n=void 0,r=ee(this,this.reportUserActivity),i=function(t){t.screenX===e&&t.screenY===n||(e=t.screenX,n=t.screenY,r())},a=function(){r(),this.clearInterval(t),t=this.setInterval(r,250)},o=function(e){r(),this.clearInterval(t)};this.on("mousedown",a),this.on("mousemove",i),this.on("mouseup",o),this.on("keydown",r),this.on("keyup",r);var s=void 0;this.setInterval((function(){if(this.userActivity_){this.userActivity_=!1,this.userActive(!0),this.clearTimeout(s);var t=this.options_.inactivityTimeout;t<=0||(s=this.setTimeout((function(){this.userActivity_||this.userActive(!1)}),t))}}),250)},e.prototype.playbackRate=function(t){if(void 0===t)return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1;this.techCall_("setPlaybackRate",t)},e.prototype.defaultPlaybackRate=function(t){return void 0!==t?this.techCall_("setDefaultPlaybackRate",t):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1},e.prototype.isAudio=function(t){if(void 0===t)return!!this.isAudio_;this.isAudio_=!!t},e.prototype.addTextTrack=function(t,e,n){if(this.tech_)return this.tech_.addTextTrack(t,e,n)},e.prototype.addRemoteTextTrack=function(t,e){if(this.tech_)return this.tech_.addRemoteTextTrack(t,e)},e.prototype.removeRemoteTextTrack=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.track,n=void 0===e?arguments[0]:e;if(this.tech_)return this.tech_.removeRemoteTextTrack(n)},e.prototype.getVideoPlaybackQuality=function(){return this.techGet_("getVideoPlaybackQuality")},e.prototype.videoWidth=function(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0},e.prototype.videoHeight=function(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0},e.prototype.language=function(t){if(void 0===t)return this.language_;this.language_=String(t).toLowerCase()},e.prototype.languages=function(){return ye(e.prototype.options_.languages,this.languages_)},e.prototype.toJSON=function(){var t=ye(this.options_),e=t.tracks;t.tracks=[];for(var n=0;n<e.length;n++){var r=e[n];r=ye(r),r.player=void 0,t.tracks[n]=r}return t},e.prototype.createModal=function(t,e){var n=this;e=e||{},e.content=t||"";var r=new He(this,e);return this.addChild(r),r.on("dispose",(function(){n.removeChild(r)})),r.open(),r},e.prototype.updateCurrentBreakpoint_=function(){if(this.responsive())for(var t=this.currentBreakpoint(),e=this.currentWidth(),n=0;n<Ni.length;n++){var r=Ni[n],i=this.breakpoints_[r];if(e<=i){if(t===r)return;t&&this.removeClass(Ri[t]),this.addClass(Ri[r]),this.breakpoint_=r;break}}},e.prototype.removeCurrentBreakpoint_=function(){var t=this.currentBreakpointClass();this.breakpoint_="",t&&this.removeClass(t)},e.prototype.breakpoints=function(t){return void 0===t||(this.breakpoint_="",this.breakpoints_=U({},Vi,t),this.updateCurrentBreakpoint_()),U(this.breakpoints_)},e.prototype.responsive=function(t){if(void 0===t)return this.responsive_;t=Boolean(t);var e=this.responsive_;return t!==e?(this.responsive_=t,t?(this.on("playerresize",this.updateCurrentBreakpoint_),this.updateCurrentBreakpoint_()):(this.off("playerresize",this.updateCurrentBreakpoint_),this.removeCurrentBreakpoint_()),t):void 0},e.prototype.currentBreakpoint=function(){return this.breakpoint_},e.prototype.currentBreakpointClass=function(){return Ri[this.breakpoint_]||""},e.getTagSettings=function(t){var e={sources:[],tracks:[]},n=pt(t),r=n["data-setup"];if(lt(t,"vjs-fill")&&(n.fill=!0),lt(t,"vjs-fluid")&&(n.fluid=!0),null!==r){var i=s(r||"{}"),a=i[0],o=i[1];a&&X.error(a),U(n,o)}if(U(e,n),t.hasChildNodes())for(var c=t.childNodes,l=0,u=c.length;l<u;l++){var h=c[l],f=h.nodeName.toLowerCase();"source"===f?e.sources.push(pt(h)):"track"===f&&e.tracks.push(pt(h))}return e},e.prototype.flexNotSupported_=function(){var t=a.createElement("i");return!("flexBasis"in t.style||"webkitFlexBasis"in t.style||"mozFlexBasis"in t.style||"msFlexBasis"in t.style||"msFlexOrder"in t.style)},e}(be);_n.names.forEach((function(t){var e=_n[t];Fi.prototype[e.getterName]=function(){return this.tech_?this.tech_[e.getterName]():(this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName])}})),Fi.players={};var Hi=i.navigator;Fi.prototype.options_={techOrder:wn.defaultTechOrder_,html5:{},flash:{},inactivityTimeout:2e3,playbackRates:[],children:["mediaLoader","posterImage","textTrackDisplay","loadingSpinner","bigPlayButton","controlBar","errorDisplay","textTrackSettings"],language:Hi&&(Hi.languages&&Hi.languages[0]||Hi.userLanguage||Hi.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",breakpoints:{},responsive:!1},O||Fi.prototype.options_.children.push("resizeManager"),["ended","seeking","seekable","networkState","readyState"].forEach((function(t){Fi.prototype[t]=function(){return this.techGet_(t)}})),zi.forEach((function(t){Fi.prototype["handleTech"+ge(t)+"_"]=function(){return this.trigger(t)}})),be.registerComponent("Player",Fi);var Bi="plugin",Ui="activePlugins_",$i={},qi=function(t){return $i.hasOwnProperty(t)},Wi=function(t){return qi(t)?$i[t]:void 0},Yi=function(t,e){t[Ui]=t[Ui]||{},t[Ui][e]=!0},Ki=function(t,e,n){var r=(n?"before":"")+"pluginsetup";t.trigger(r,e),t.trigger(r+":"+e.name,e)},Xi=function(t,e){var n=function(){Ki(this,{name:t,plugin:e,instance:null},!0);var n=e.apply(this,arguments);return Yi(this,t),Ki(this,{name:t,plugin:e,instance:n}),n};return Object.keys(e).forEach((function(t){n[t]=e[t]})),n},Gi=function(t,e){return e.prototype.name=t,function(){Ki(this,{name:t,plugin:e,instance:null},!0);for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];var a=new(Function.prototype.bind.apply(e,[null].concat([this].concat(r))));return this[t]=function(){return a},Ki(this,a.getEventHash()),a}},Zi=function(){function t(e){if(z(this,t),this.constructor===t)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=e,de(this),delete this.trigger,ve(this,this.constructor.defaultState),Yi(e,this.name),this.dispose=ee(this,this.dispose),e.on("dispose",this.dispose)}return t.prototype.version=function(){return this.constructor.VERSION},t.prototype.getEventHash=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.name=this.name,t.plugin=this.constructor,t.instance=this,t},t.prototype.trigger=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Wt(this.eventBusEl_,t,this.getEventHash(e))},t.prototype.handleStateChanged=function(t){},t.prototype.dispose=function(){var t=this.name,e=this.player;this.trigger("dispose"),this.off(),e.off("dispose",this.dispose),e[Ui][t]=!1,this.player=this.state=null,e[t]=Gi(t,$i[t])},t.isBasic=function(e){var n="string"===typeof e?Wi(e):e;return"function"===typeof n&&!t.prototype.isPrototypeOf(n.prototype)},t.registerPlugin=function(e,n){if("string"!==typeof e)throw new Error('Illegal plugin name, "'+e+'", must be a string, was '+("undefined"===typeof e?"undefined":j(e))+".");if(qi(e))X.warn('A plugin named "'+e+'" already exists. You may want to avoid re-registering plugins!');else if(Fi.prototype.hasOwnProperty(e))throw new Error('Illegal plugin name, "'+e+'", cannot share a name with an existing player method!');if("function"!==typeof n)throw new Error('Illegal plugin for "'+e+'", must be a function, was '+("undefined"===typeof n?"undefined":j(n))+".");return $i[e]=n,e!==Bi&&(t.isBasic(n)?Fi.prototype[e]=Xi(e,n):Fi.prototype[e]=Gi(e,n)),n},t.deregisterPlugin=function(t){if(t===Bi)throw new Error("Cannot de-register base plugin.");qi(t)&&(delete $i[t],delete Fi.prototype[t])},t.getPlugins=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Object.keys($i),e=void 0;return t.forEach((function(t){var n=Wi(t);n&&(e=e||{},e[t]=n)})),e},t.getPluginVersion=function(t){var e=Wi(t);return e&&e.VERSION||""},t}();Zi.getPlugin=Wi,Zi.BASE_PLUGIN_NAME=Bi,Zi.registerPlugin(Bi,Zi),Fi.prototype.usingPlugin=function(t){return!!this[Ui]&&!0===this[Ui][t]},Fi.prototype.hasPlugin=function(t){return!!qi(t)};var Qi=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+("undefined"===typeof e?"undefined":j(e)));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(t.super_=e)},Ji=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=function(){t.apply(this,arguments)},r={};for(var i in"object"===("undefined"===typeof e?"undefined":j(e))?(e.constructor!==Object.prototype.constructor&&(n=e.constructor),r=e):"function"===typeof e&&(n=e),Qi(n,t),r)r.hasOwnProperty(i)&&(n.prototype[i]=r[i]);return n};"undefined"===typeof HTMLVideoElement&&nt()&&(a.createElement("video"),a.createElement("audio"),a.createElement("track"),a.createElement("video-js"));var ta=function(t){return 0===t.indexOf("#")?t.slice(1):t};function ea(t,e,n){var r=ea.getPlayer(t);if(r)return e&&X.warn('Player "'+t+'" is already initialised. Options will not be applied.'),n&&r.ready(n),r;var i="string"===typeof t?Et("#"+ta(t)):t;if(!rt(i))throw new TypeError("The element or ID supplied is not valid. (videojs)");a.body.contains(i)||X.warn("The element supplied is not included in the DOM"),e=e||{},ea.hooks("beforesetup").forEach((function(t){var n=t(i,ye(e));$(n)&&!Array.isArray(n)?e=ye(e,n):X.error("please return an object in beforesetup hooks")}));var o=be.getComponent("Player");return r=new o(i,e,n),ea.hooks("setup").forEach((function(t){return t(r)})),r}if(ea.hooks_={},ea.hooks=function(t,e){return ea.hooks_[t]=ea.hooks_[t]||[],e&&(ea.hooks_[t]=ea.hooks_[t].concat(e)),ea.hooks_[t]},ea.hook=function(t,e){ea.hooks(t,e)},ea.hookOnce=function(t,e){ea.hooks(t,[].concat(e).map((function(e){var n=function n(){return ea.removeHook(t,n),e.apply(void 0,arguments)};return n})))},ea.removeHook=function(t,e){var n=ea.hooks(t).indexOf(e);return!(n<=-1)&&(ea.hooks_[t]=ea.hooks_[t].slice(),ea.hooks_[t].splice(n,1),!0)},!0!==i.VIDEOJS_NO_DYNAMIC_STYLE&&nt()){var na=Et(".vjs-styles-defaults");if(!na){na=Jt("vjs-styles-defaults");var ra=Et("head");ra&&ra.insertBefore(na,ra.firstChild),te(na,"\n      .video-js {\n        width: 300px;\n        height: 150px;\n      }\n\n      .vjs-fluid {\n        padding-top: 56.25%\n      }\n    ")}}Qt(1,ea),ea.VERSION=u,ea.options=Fi.prototype.options_,ea.getPlayers=function(){return Fi.players},ea.getPlayer=function(t){var e=Fi.players,n=void 0;if("string"===typeof t){var r=ta(t),i=e[r];if(i)return i;n=Et("#"+r)}else n=t;if(rt(n)){var a=n,o=a.player,s=a.playerId;if(o||e[s])return o||e[s]}},ea.getAllPlayers=function(){return Object.keys(Fi.players).map((function(t){return Fi.players[t]})).filter(Boolean)},ea.players=Fi.players,ea.getComponent=be.getComponent,ea.registerComponent=function(t,e){wn.isTech(e)&&X.warn("The "+t+" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)"),be.registerComponent.call(be,t,e)},ea.getTech=wn.getTech,ea.registerTech=wn.registerTech,ea.use=Tn,!O&&Object.defineProperty?(Object.defineProperty(ea,"middleware",{value:{},writeable:!1,enumerable:!0}),Object.defineProperty(ea.middleware,"TERMINATOR",{value:Sn,writeable:!1,enumerable:!0})):ea.middleware={TERMINATOR:Sn},ea.browser=I,ea.TOUCH_ENABLED=P,ea.extend=Ji,ea.mergeOptions=ye,ea.bind=ee,ea.registerPlugin=Zi.registerPlugin,ea.deregisterPlugin=Zi.deregisterPlugin,ea.plugin=function(t,e){return X.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Zi.registerPlugin(t,e)},ea.getPlugins=Zi.getPlugins,ea.getPlugin=Zi.getPlugin,ea.getPluginVersion=Zi.getPluginVersion,ea.addLanguage=function(t,e){var n;return t=(""+t).toLowerCase(),ea.options.languages=ye(ea.options.languages,(n={},n[t]=e,n)),ea.options.languages[t]},ea.log=X,ea.createLogger=G,ea.createTimeRange=ea.createTimeRanges=ke,ea.formatTime=lr,ea.setFormatTime=sr,ea.resetFormatTime=cr,ea.parseUrl=nn,ea.isCrossOrigin=on,ea.EventTarget=ie,ea.on=$t,ea.one=Yt,ea.off=qt,ea.trigger=Wt,ea.xhr=c,ea.TextTrack=un,ea.AudioTrack=hn,ea.VideoTrack=fn,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach((function(t){ea[t]=function(){return X.warn("videojs."+t+"() is deprecated; use videojs.dom."+t+"() instead"),Pt[t].apply(null,arguments)}})),ea.computedStyle=Z,ea.dom=Pt,ea.url=sn,t.exports=ea},"3d8c":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("b24f"),o=n.n(a),s=n("4d91"),c=n("b488"),l=n("daa3"),u=n("c1df"),h=n.n(u),f=n("ba70"),d=n("65b8"),p=n("a020"),v=n("6201"),g=n("e9e0"),m={name:"CalendarHeader",mixins:[c["a"]],props:{value:s["a"].object,locale:s["a"].object,yearSelectOffset:s["a"].number.def(10),yearSelectTotal:s["a"].number.def(20),Select:s["a"].object,prefixCls:s["a"].string,type:s["a"].string,showTypeSwitch:s["a"].bool,headerComponents:s["a"].array},methods:{onYearChange:function(t){var e=this.value.clone();e.year(parseInt(t,10)),this.__emit("valueChange",e)},onMonthChange:function(t){var e=this.value.clone();e.month(parseInt(t,10)),this.__emit("valueChange",e)},yearSelectElement:function(t){for(var e=this.$createElement,n=this.yearSelectOffset,r=this.yearSelectTotal,i=this.prefixCls,a=this.Select,o=t-n,s=o+r,c=[],l=o;l<s;l++)c.push(e(a.Option,{key:""+l},[l]));return e(a,{class:i+"-header-year-select",on:{change:this.onYearChange},attrs:{dropdownStyle:{zIndex:2e3},dropdownMenuStyle:{maxHeight:"250px",overflow:"auto",fontSize:"12px"},optionLabelProp:"children",value:String(t),showSearch:!1}},[c])},monthSelectElement:function(t){for(var e=this.$createElement,n=this.value,r=this.Select,i=this.prefixCls,a=n.clone(),o=[],s=0;s<12;s++)a.month(s),o.push(e(r.Option,{key:""+s},[Object(g["b"])(a)]));return e(r,{class:i+"-header-month-select",attrs:{dropdownStyle:{zIndex:2e3},dropdownMenuStyle:{maxHeight:"250px",overflow:"auto",overflowX:"hidden",fontSize:"12px"},optionLabelProp:"children",value:String(t),showSearch:!1},on:{change:this.onMonthChange}},[o])},changeTypeToDate:function(){this.__emit("typeChange","date")},changeTypeToMonth:function(){this.__emit("typeChange","month")}},render:function(){var t=arguments[0],e=this.value,n=this.locale,r=this.prefixCls,i=this.type,a=this.showTypeSwitch,o=this.headerComponents,s=e.year(),c=e.month(),l=this.yearSelectElement(s),u="month"===i?null:this.monthSelectElement(c),h=r+"-header-switcher",f=a?t("span",{class:h},[t("span","date"===i?{class:h+"-focus"}:{on:{click:this.changeTypeToDate},class:h+"-normal"},[n.month]),t("span","month"===i?{class:h+"-focus"}:{on:{click:this.changeTypeToMonth},class:h+"-normal"},[n.year])]):null;return t("div",{class:r+"-header"},[f,u,l,o])}},y=m,b=n("f8d5"),_={name:"FullCalendar",props:{locale:s["a"].object.def(b["a"]),format:s["a"].oneOfType([s["a"].string,s["a"].array,s["a"].func]),visible:s["a"].bool.def(!0),prefixCls:s["a"].string.def("rc-calendar"),defaultType:s["a"].string.def("date"),type:s["a"].string,fullscreen:s["a"].bool.def(!1),monthCellRender:s["a"].func,dateCellRender:s["a"].func,showTypeSwitch:s["a"].bool.def(!0),Select:s["a"].object.isRequired,headerComponents:s["a"].array,headerComponent:s["a"].object,headerRender:s["a"].func,showHeader:s["a"].bool.def(!0),disabledDate:s["a"].func,value:s["a"].object,defaultValue:s["a"].object,selectedValue:s["a"].object,defaultSelectedValue:s["a"].object,renderFooter:s["a"].func.def((function(){return null})),renderSidebar:s["a"].func.def((function(){return null}))},mixins:[c["a"],v["a"],p["a"]],data:function(){var t=void 0;t=Object(l["s"])(this,"type")?this.type:this.defaultType;var e=this.$props;return{sType:t,sValue:e.value||e.defaultValue||h()(),sSelectedValue:e.selectedValue||e.defaultSelectedValue}},watch:{type:function(t){this.setState({sType:t})},value:function(t){var e=t||this.defaultValue||Object(p["b"])(this.sValue);this.setState({sValue:e})},selectedValue:function(t){this.setState({sSelectedValue:t})}},methods:{onMonthSelect:function(t){this.onSelect(t,{target:"month"})},setType:function(t){Object(l["s"])(this,"type")||this.setState({sType:t}),this.__emit("typeChange",t)}},render:function(){var t=arguments[0],e=Object(l["l"])(this),n=e.locale,r=e.prefixCls,a=e.fullscreen,o=e.showHeader,s=e.headerComponent,c=e.headerRender,u=e.disabledDate,h=this.sValue,p=this.sType,v=null;if(o)if(c)v=c(h,p,n);else{var g=s||y,m={props:i()({},e,{prefixCls:r+"-full",type:p,value:h}),on:i()({},Object(l["k"])(this),{typeChange:this.setType,valueChange:this.setValue}),key:"calendar-header"};v=t(g,m)}var b="date"===p?t(f["a"],{attrs:{dateRender:e.dateCellRender,contentRender:e.dateCellContentRender,locale:n,prefixCls:r,value:h,disabledDate:u},on:{select:this.onSelect}}):t(d["a"],{attrs:{cellRender:e.monthCellRender,contentRender:e.monthCellContentRender,locale:n,prefixCls:r+"-month-panel",value:h,disabledDate:u},on:{select:this.onMonthSelect}}),_=[v,t("div",{key:"calendar-body",class:r+"-calendar-body"},[b])],x=[r+"-full"];return a&&x.push(r+"-fullscreen"),this.renderRoot({children:_,class:x.join(" ")})}},x=_,w=n("9839"),k=n("89ee"),C=n("c0e4"),S=n("9cba"),T=w["c"].Option;function O(t){for(var e=t.clone(),n=t.localeData(),r=[],i=0;i<12;i++)e.month(i),r.push(n.monthsShort(e));return r}var M={prefixCls:s["a"].string,locale:s["a"].any,fullscreen:s["a"].boolean,yearSelectOffset:s["a"].number,yearSelectTotal:s["a"].number,type:s["a"].string,value:s["a"].any,validRange:s["a"].array,headerRender:s["a"].func},E={props:Object(l["t"])(M,{yearSelectOffset:10,yearSelectTotal:20}),inject:{configProvider:{default:function(){return S["a"]}}},methods:{getYearSelectElement:function(t,e){var n=this,r=this.$createElement,i=this.yearSelectOffset,a=this.yearSelectTotal,o=this.locale,s=void 0===o?{}:o,c=this.fullscreen,l=this.validRange,u=e-i,h=u+a;l&&(u=l[0].get("year"),h=l[1].get("year")+1);for(var f="年"===s.year?"年":"",d=[],p=u;p<h;p++)d.push(r(T,{key:""+p},[p+f]));return r(w["c"],{attrs:{size:c?"default":"small",dropdownMatchSelectWidth:!1,value:String(e),getPopupContainer:function(){return n.getCalenderHeaderNode()}},class:t+"-year-select",on:{change:this.onYearChange}},[d])},getMonthSelectElement:function(t,e,n){var r=this,i=this.$createElement,a=this.fullscreen,s=this.validRange,c=this.value,l=[],u=0,h=12;if(s){var f=o()(s,2),d=f[0],p=f[1],v=c.get("year");p.get("year")===v&&(h=p.get("month")+1),d.get("year")===v&&(u=d.get("month"))}for(var g=u;g<h;g++)l.push(i(T,{key:""+g},[n[g]]));return i(w["c"],{attrs:{size:a?"default":"small",dropdownMatchSelectWidth:!1,value:String(e),getPopupContainer:function(){return r.getCalenderHeaderNode()}},class:t+"-month-select",on:{change:this.onMonthChange}},[l])},onYearChange:function(t){var e=this.value,n=this.validRange,r=e.clone();if(r.year(parseInt(t,10)),n){var i=o()(n,2),a=i[0],s=i[1],c=r.get("year"),l=r.get("month");c===s.get("year")&&l>s.get("month")&&r.month(s.get("month")),c===a.get("year")&&l<a.get("month")&&r.month(a.get("month"))}this.$emit("valueChange",r)},onMonthChange:function(t){var e=this.value.clone();e.month(parseInt(t,10)),this.$emit("valueChange",e)},onInternalTypeChange:function(t){this.onTypeChange(t.target.value)},onTypeChange:function(t){this.$emit("typeChange",t)},getCalenderHeaderNode:function(){return this.$refs.calenderHeaderNode},getMonthYearSelections:function(t){var e=this.$props,n=e.prefixCls,r=e.type,i=e.value,a=t("fullcalendar",n),o=this.getYearSelectElement(a,i.year()),s="month"===r?this.getMonthSelectElement(a,i.month(),O(i)):null;return{yearReactNode:o,monthReactNode:s}},getTypeSwitch:function(){var t=this.$createElement,e=this.$props,n=e.locale,r=void 0===n?{}:n,i=e.type,a=e.fullscreen,o=a?"default":"small";return t(k["a"],{on:{change:this.onInternalTypeChange},attrs:{value:i,size:o}},[t(C["a"],{attrs:{value:"month"}},[r.month]),t(C["a"],{attrs:{value:"year"}},[r.year])])},onValueChange:function(){this.$emit.apply(this,["valueChange"].concat(Array.prototype.slice.call(arguments)))},headerRenderCustom:function(t){var e=this.$props,n=e.type,r=e.value;return t({value:r,type:n||"month",onChange:this.onValueChange,onTypeChange:this.onTypeChange})}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.headerRender,r=this.configProvider.getPrefixCls,i=r("fullcalendar",e),a=this.getTypeSwitch(),o=this.getMonthYearSelections(r),s=o.yearReactNode,c=o.monthReactNode;return n?this.headerRenderCustom(n):t("div",{class:i+"-header",ref:"calenderHeaderNode"},[s,c,a])}},A=n("e5cd"),P=n("2cf8"),L=n("3a8b"),I=n("db14"),j=n("1501");function z(){return null}function D(t){return t<10?"0"+t:""+t}function N(t){return Array.isArray(t)&&!!t.find((function(t){return u["isMoment"](t)}))}var R=s["a"].oneOf(["month","year"]),V=function(){return{prefixCls:s["a"].string,value:j["b"],defaultValue:j["b"],mode:R,fullscreen:s["a"].bool,locale:s["a"].object,disabledDate:s["a"].func,validRange:s["a"].custom(N),headerRender:s["a"].func,valueFormat:s["a"].string}},F={name:"ACalendar",mixins:[c["a"]],props:Object(l["t"])(V(),{locale:{},fullscreen:!0}),model:{prop:"value",event:"change"},inject:{configProvider:{default:function(){return S["a"]}}},data:function(){var t=this.value,e=this.defaultValue,n=this.valueFormat,r=t||e||Object(P["a"])(u)();return Object(j["d"])("Calendar",e,"defaultValue",n),Object(j["d"])("Calendar",t,"value",n),this._sPrefixCls=void 0,{sValue:Object(j["f"])(r,n),sMode:this.mode||"month"}},watch:{value:function(t){Object(j["d"])("Calendar",t,"value",this.valueFormat),this.setState({sValue:Object(j["f"])(t,this.valueFormat)})},mode:function(t){this.setState({sMode:t})}},methods:{onHeaderValueChange:function(t){this.setValue(t,"changePanel")},onHeaderTypeChange:function(t){this.sMode=t,this.onPanelChange(this.sValue,t)},onPanelChange:function(t,e){var n=this.valueFormat?Object(j["e"])(t,this.valueFormat):t;this.$emit("panelChange",n,e),t!==this.sValue&&this.$emit("change",n)},onSelect:function(t){this.setValue(t,"select")},setValue:function(t,e){var n=this.value?Object(j["f"])(this.value,this.valueFormat):this.sValue,r=this.sMode,i=this.valueFormat;Object(l["s"])(this,"value")||this.setState({sValue:t}),"select"===e?(n&&n.month()!==t.month()&&this.onPanelChange(t,r),this.$emit("select",i?Object(j["e"])(t,i):t)):"changePanel"===e&&this.onPanelChange(t,r)},getDateRange:function(t,e){return function(n){if(!n)return!1;var r=o()(t,2),i=r[0],a=r[1],s=!n.isBetween(i,a,"days","[]");return e&&e(n)||s}},getDefaultLocale:function(){var t=i()({},L["a"],this.$props.locale);return t.lang=i()({},t.lang,(this.$props.locale||{}).lang),t},monthCellRender2:function(t){var e=this.$createElement,n=this._sPrefixCls,r=this.$scopedSlots,i=this.monthCellRender||r.monthCellRender||z;return e("div",{class:n+"-month"},[e("div",{class:n+"-value"},[t.localeData().monthsShort(t)]),e("div",{class:n+"-content"},[i(t)])])},dateCellRender2:function(t){var e=this.$createElement,n=this._sPrefixCls,r=this.$scopedSlots,i=this.dateCellRender||r.dateCellRender||z;return e("div",{class:n+"-date"},[e("div",{class:n+"-value"},[D(t.date())]),e("div",{class:n+"-content"},[i(t)])])},renderCalendar:function(t,e){var n=this.$createElement,r=Object(l["l"])(this),a=this.sValue,o=this.sMode,s=this.$scopedSlots;a&&e&&a.locale(e);var c=r.prefixCls,u=r.fullscreen,h=r.dateFullCellRender,f=r.monthFullCellRender,d=this.headerRender||s.headerRender,p=this.configProvider.getPrefixCls,v=p("fullcalendar",c);this._sPrefixCls=v;var g="";u&&(g+=" "+v+"-fullscreen");var m=f||s.monthFullCellRender||this.monthCellRender2,y=h||s.dateFullCellRender||this.dateCellRender2,b=r.disabledDate;r.validRange&&(b=this.getDateRange(r.validRange,b));var _={props:i()({},r,{Select:{},locale:t.lang,type:"year"===o?"month":"date",prefixCls:v,showHeader:!1,value:a,monthCellRender:m,dateCellRender:y,disabledDate:b}),on:i()({},Object(l["k"])(this),{select:this.onSelect})};return n("div",{class:g},[n(E,{attrs:{fullscreen:u,type:o,headerRender:d,value:a,locale:t.lang,prefixCls:v,validRange:r.validRange},on:{typeChange:this.onHeaderTypeChange,valueChange:this.onHeaderValueChange}}),n(x,_)])}},render:function(){var t=arguments[0];return t(A["a"],{attrs:{componentName:"Calendar",defaultLocale:this.getDefaultLocale},scopedSlots:{default:this.renderCalendar}})},install:function(t){t.use(I["a"]),t.component(F.name,F)}};e["a"]=F},"3de4":function(t,e,n){},"3ea3":function(t,e,n){"use strict";var r=n("23e7"),i=n("f748"),a=Math.abs,o=Math.pow;r({target:"Math",stat:!0},{cbrt:function(t){var e=+t;return i(e)*o(a(e),1/3)}})},"3eea":function(t,e,n){var r=n("7948"),i=n("3818"),a=n("4bb5"),o=n("e2e4"),s=n("8eeb"),c=n("e0e7"),l=n("c6cf"),u=n("1bac"),h=1,f=2,d=4,p=l((function(t,e){var n={};if(null==t)return n;var l=!1;e=r(e,(function(e){return e=o(e,t),l||(l=e.length>1),e})),s(t,u(t),n),l&&(n=i(n,h|f|d,c));var p=e.length;while(p--)a(n,e[p]);return n}));t.exports=p},"3f1d":function(t,e,n){"use strict";(function(t){for(var r,i=n("be09"),a=n.n(i),o=n("ef34"),s=n.n(o),c=n("a559"),l=n.n(c),u=n("df33"),h=n.n(u),f=n("3c96"),d=n.n(f),p=n("55b5"),v=n.n(p),g=n("8c10"),m=n.n(g),y=n("3603"),b=n.n(y),_=n("8460"),x=n.n(_),w=n("b17c"),k=n.n(w),C=n("ed6d"),S=n.n(C),T=n("63ec"),O=n("d749"),M=n("17a3"),E=n("8b53"),A=n("de66"),P=n("8484"),L=n("0ca8"),I=n.n(L),j=n("321f"),z=n("f8a8"),D=n("1180"),N=n("a128"),R=n.n(N),V="7.21.5",F={},H=function(t,e){return F[t]=F[t]||[],e&&(F[t]=F[t].concat(e)),F[t]},B=function(t,e){H(t,e)},U=function(t,e){var n=H(t).indexOf(e);return!(n<=-1)&&(F[t]=F[t].slice(),F[t].splice(n,1),!0)},$=function(t,e){H(t,[].concat(e).map((function(e){var n=function n(){return U(t,n),e.apply(void 0,arguments)};return n})))},q={prefixed:!0},W=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror","fullscreen"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror","-webkit-full-screen"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror","-moz-full-screen"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError","-ms-fullscreen"]],Y=W[0],K=0;K<W.length;K++)if(W[K][1]in s.a){r=W[K];break}if(r){for(var X=0;X<r.length;X++)q[Y[X]]=r[X];q.prefixed=r[0]!==Y[0]}var G=[],Z=function(t,e){return function(n,r,i){var o=e.levels[r],s=new RegExp("^("+o+")$");if("log"!==n&&i.unshift(n.toUpperCase()+":"),i.unshift(t+":"),G){G.push([].concat(i));var c=G.length-1e3;G.splice(0,c>0?c:0)}if(a.a.console){var l=a.a.console[n];l||"debug"!==n||(l=a.a.console.info||a.a.console.log),l&&o&&s.test(n)&&l[Array.isArray(i)?"apply":"call"](a.a.console,i)}}};function Q(t){var e,n="info",r=function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];e("log",n,r)};return e=Z(t,r),r.createLogger=function(e){return Q(t+": "+e)},r.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:n},r.level=function(t){if("string"===typeof t){if(!r.levels.hasOwnProperty(t))throw new Error('"'+t+'" in not a valid log level');n=t}return n},r.history=function(){return G?[].concat(G):[]},r.history.filter=function(t){return(G||[]).filter((function(e){return new RegExp(".*"+t+".*").test(e[0])}))},r.history.clear=function(){G&&(G.length=0)},r.history.disable=function(){null!==G&&(G.length=0,G=null)},r.history.enable=function(){null===G&&(G=[])},r.error=function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return e("error",n,r)},r.warn=function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return e("warn",n,r)},r.debug=function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];return e("debug",n,r)},r}var J=Q("VIDEOJS"),tt=J.createLogger,et=Object.prototype.toString,nt=function(t){return ot(t)?Object.keys(t):[]};function rt(t,e){nt(t).forEach((function(n){return e(t[n],n)}))}function it(t,e,n){return void 0===n&&(n=0),nt(t).reduce((function(n,r){return e(n,t[r],r)}),n)}function at(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return Object.assign?l.a.apply(void 0,[t].concat(n)):(n.forEach((function(e){e&&rt(e,(function(e,n){t[n]=e}))})),t)}function ot(t){return!!t&&"object"===typeof t}function st(t){return ot(t)&&"[object Object]"===et.call(t)&&t.constructor===Object}function ct(t,e){if(!t||!e)return"";if("function"===typeof a.a.getComputedStyle){var n;try{n=a.a.getComputedStyle(t)}catch(r){return""}return n?n.getPropertyValue(e)||n[e]:""}return""}var lt=a.a.navigator&&a.a.navigator.userAgent||"",ut=/AppleWebKit\/([\d.]+)/i.exec(lt),ht=ut?parseFloat(ut.pop()):null,ft=/iPod/i.test(lt),dt=function(){var t=lt.match(/OS (\d+)_/i);return t&&t[1]?t[1]:null}(),pt=/Android/i.test(lt),vt=function(){var t=lt.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!t)return null;var e=t[1]&&parseFloat(t[1]),n=t[2]&&parseFloat(t[2]);return e&&n?parseFloat(t[1]+"."+t[2]):e||null}(),gt=pt&&vt<5&&ht<537,mt=/Firefox/i.test(lt),yt=/Edg/i.test(lt),bt=!yt&&(/Chrome/i.test(lt)||/CriOS/i.test(lt)),_t=function(){var t=lt.match(/(Chrome|CriOS)\/(\d+)/);return t&&t[2]?parseFloat(t[2]):null}(),xt=function(){var t=/MSIE\s(\d+)\.\d/.exec(lt),e=t&&parseFloat(t[1]);return!e&&/Trident\/7.0/i.test(lt)&&/rv:11.0/.test(lt)&&(e=11),e}(),wt=/Safari/i.test(lt)&&!bt&&!pt&&!yt,kt=/Windows/i.test(lt),Ct=Boolean(It()&&("ontouchstart"in a.a||a.a.navigator.maxTouchPoints||a.a.DocumentTouch&&a.a.document instanceof a.a.DocumentTouch)),St=/iPad/i.test(lt)||wt&&Ct&&!/iPhone/i.test(lt),Tt=/iPhone/i.test(lt)&&!St,Ot=Tt||St||ft,Mt=(wt||Ot)&&!bt,Et=Object.freeze({__proto__:null,IS_IPOD:ft,IOS_VERSION:dt,IS_ANDROID:pt,ANDROID_VERSION:vt,IS_NATIVE_ANDROID:gt,IS_FIREFOX:mt,IS_EDGE:yt,IS_CHROME:bt,CHROME_VERSION:_t,IE_VERSION:xt,IS_SAFARI:wt,IS_WINDOWS:kt,TOUCH_ENABLED:Ct,IS_IPAD:St,IS_IPHONE:Tt,IS_IOS:Ot,IS_ANY_SAFARI:Mt});function At(t){return"string"===typeof t&&Boolean(t.trim())}function Pt(t){if(t.indexOf(" ")>=0)throw new Error("class has illegal whitespace characters")}function Lt(t){return new RegExp("(^|\\s)"+t+"($|\\s)")}function It(){return s.a===a.a.document}function jt(t){return ot(t)&&1===t.nodeType}function zt(){try{return a.a.parent!==a.a.self}catch(t){return!0}}function Dt(t){return function(e,n){if(!At(e))return s.a[t](null);At(n)&&(n=s.a.querySelector(n));var r=jt(n)?n:s.a;return r[t]&&r[t](e)}}function Nt(t,e,n,r){void 0===t&&(t="div"),void 0===e&&(e={}),void 0===n&&(n={});var i=s.a.createElement(t);return Object.getOwnPropertyNames(e).forEach((function(t){var n=e[t];-1!==t.indexOf("aria-")||"role"===t||"type"===t?(J.warn("Setting attributes in the second argument of createEl()\nhas been deprecated. Use the third argument instead.\ncreateEl(type, properties, attributes). Attempting to set "+t+" to "+n+"."),i.setAttribute(t,n)):"textContent"===t?Rt(i,n):i[t]===n&&"tabIndex"!==t||(i[t]=n)})),Object.getOwnPropertyNames(n).forEach((function(t){i.setAttribute(t,n[t])})),r&&re(i,r),i}function Rt(t,e){return"undefined"===typeof t.textContent?t.innerText=e:t.textContent=e,t}function Vt(t,e){e.firstChild?e.insertBefore(t,e.firstChild):e.appendChild(t)}function Ft(t,e){return Pt(e),t.classList?t.classList.contains(e):Lt(e).test(t.className)}function Ht(t,e){return t.classList?t.classList.add(e):Ft(t,e)||(t.className=(t.className+" "+e).trim()),t}function Bt(t,e){return t?(t.classList?t.classList.remove(e):(Pt(e),t.className=t.className.split(/\s+/).filter((function(t){return t!==e})).join(" ")),t):(J.warn("removeClass was called with an element that doesn't exist"),null)}function Ut(t,e,n){var r=Ft(t,e);if("function"===typeof n&&(n=n(t,e)),"boolean"!==typeof n&&(n=!r),n!==r)return n?Ht(t,e):Bt(t,e),t}function $t(t,e){Object.getOwnPropertyNames(e).forEach((function(n){var r=e[n];null===r||"undefined"===typeof r||!1===r?t.removeAttribute(n):t.setAttribute(n,!0===r?"":r)}))}function qt(t){var e={},n=",autoplay,controls,playsinline,loop,muted,default,defaultMuted,";if(t&&t.attributes&&t.attributes.length>0)for(var r=t.attributes,i=r.length-1;i>=0;i--){var a=r[i].name,o=r[i].value;"boolean"!==typeof t[a]&&-1===n.indexOf(","+a+",")||(o=null!==o),e[a]=o}return e}function Wt(t,e){return t.getAttribute(e)}function Yt(t,e,n){t.setAttribute(e,n)}function Kt(t,e){t.removeAttribute(e)}function Xt(){s.a.body.focus(),s.a.onselectstart=function(){return!1}}function Gt(){s.a.onselectstart=function(){return!0}}function Zt(t){if(t&&t.getBoundingClientRect&&t.parentNode){var e=t.getBoundingClientRect(),n={};return["bottom","height","left","right","top","width"].forEach((function(t){void 0!==e[t]&&(n[t]=e[t])})),n.height||(n.height=parseFloat(ct(t,"height"))),n.width||(n.width=parseFloat(ct(t,"width"))),n}}function Qt(t){if(!t||t&&!t.offsetParent)return{left:0,top:0,width:0,height:0};var e=t.offsetWidth,n=t.offsetHeight,r=0,i=0;while(t.offsetParent&&t!==s.a[q.fullscreenElement])r+=t.offsetLeft,i+=t.offsetTop,t=t.offsetParent;return{left:r,top:i,width:e,height:n}}function Jt(t,e){var n={x:0,y:0};if(Ot){var r=t;while(r&&"html"!==r.nodeName.toLowerCase()){var i=ct(r,"transform");if(/^matrix/.test(i)){var a=i.slice(7,-1).split(/,\s/).map(Number);n.x+=a[4],n.y+=a[5]}else if(/^matrix3d/.test(i)){var o=i.slice(9,-1).split(/,\s/).map(Number);n.x+=o[12],n.y+=o[13]}r=r.parentNode}}var s={},c=Qt(e.target),l=Qt(t),u=l.width,h=l.height,f=e.offsetY-(l.top-c.top),d=e.offsetX-(l.left-c.left);return e.changedTouches&&(d=e.changedTouches[0].pageX-l.left,f=e.changedTouches[0].pageY+l.top,Ot&&(d-=n.x,f-=n.y)),s.y=1-Math.max(0,Math.min(1,f/h)),s.x=Math.max(0,Math.min(1,d/u)),s}function te(t){return ot(t)&&3===t.nodeType}function ee(t){while(t.firstChild)t.removeChild(t.firstChild);return t}function ne(t){return"function"===typeof t&&(t=t()),(Array.isArray(t)?t:[t]).map((function(t){return"function"===typeof t&&(t=t()),jt(t)||te(t)?t:"string"===typeof t&&/\S/.test(t)?s.a.createTextNode(t):void 0})).filter((function(t){return t}))}function re(t,e){return ne(e).forEach((function(e){return t.appendChild(e)})),t}function ie(t,e){return re(ee(t),e)}function ae(t){return void 0===t.button&&void 0===t.buttons||(0===t.button&&void 0===t.buttons||("mouseup"===t.type&&0===t.button&&0===t.buttons||0===t.button&&1===t.buttons))}var oe,se=Dt("querySelector"),ce=Dt("querySelectorAll"),le=Object.freeze({__proto__:null,isReal:It,isEl:jt,isInFrame:zt,createEl:Nt,textContent:Rt,prependTo:Vt,hasClass:Ft,addClass:Ht,removeClass:Bt,toggleClass:Ut,setAttributes:$t,getAttributes:qt,getAttribute:Wt,setAttribute:Yt,removeAttribute:Kt,blockTextSelection:Xt,unblockTextSelection:Gt,getBoundingClientRect:Zt,findPosition:Qt,getPointerPosition:Jt,isTextNode:te,emptyEl:ee,normalizeContent:ne,appendContent:re,insertContent:ie,isSingleLeftClick:ae,$:se,$$:ce}),ue=!1,he=function(){if(!1!==oe.options.autoSetup){var t=Array.prototype.slice.call(s.a.getElementsByTagName("video")),e=Array.prototype.slice.call(s.a.getElementsByTagName("audio")),n=Array.prototype.slice.call(s.a.getElementsByTagName("video-js")),r=t.concat(e,n);if(r&&r.length>0)for(var i=0,a=r.length;i<a;i++){var o=r[i];if(!o||!o.getAttribute){fe(1);break}if(void 0===o.player){var c=o.getAttribute("data-setup");null!==c&&oe(o)}}else ue||fe(1)}};function fe(t,e){It()&&(e&&(oe=e),a.a.setTimeout(he,t))}function de(){ue=!0,a.a.removeEventListener("load",de)}It()&&("complete"===s.a.readyState?de():a.a.addEventListener("load",de));var pe,ve=function(t){var e=s.a.createElement("style");return e.className=t,e},ge=function(t,e){t.styleSheet?t.styleSheet.cssText=e:t.textContent=e},me=3,ye=me;function be(){return ye++}a.a.WeakMap||(pe=function(){function t(){this.vdata="vdata"+Math.floor(a.a.performance&&a.a.performance.now()||Date.now()),this.data={}}var e=t.prototype;return e.set=function(t,e){var n=t[this.vdata]||be();return t[this.vdata]||(t[this.vdata]=n),this.data[n]=e,this},e.get=function(t){var e=t[this.vdata];if(e)return this.data[e];J("We have no data for this element",t)},e.has=function(t){var e=t[this.vdata];return e in this.data},e["delete"]=function(t){var e=t[this.vdata];e&&(delete this.data[e],delete t[this.vdata])},t}());var _e,xe=a.a.WeakMap?new WeakMap:new pe;function we(t,e){if(xe.has(t)){var n=xe.get(t);0===n.handlers[e].length&&(delete n.handlers[e],t.removeEventListener?t.removeEventListener(e,n.dispatcher,!1):t.detachEvent&&t.detachEvent("on"+e,n.dispatcher)),Object.getOwnPropertyNames(n.handlers).length<=0&&(delete n.handlers,delete n.dispatcher,delete n.disabled),0===Object.getOwnPropertyNames(n).length&&xe["delete"](t)}}function ke(t,e,n,r){n.forEach((function(n){t(e,n,r)}))}function Ce(t){if(t.fixed_)return t;function e(){return!0}function n(){return!1}if(!t||!t.isPropagationStopped||!t.isImmediatePropagationStopped){var r=t||a.a.event;for(var i in t={},r)"layerX"!==i&&"layerY"!==i&&"keyLocation"!==i&&"webkitMovementX"!==i&&"webkitMovementY"!==i&&"path"!==i&&("returnValue"===i&&r.preventDefault||(t[i]=r[i]));if(t.target||(t.target=t.srcElement||s.a),t.relatedTarget||(t.relatedTarget=t.fromElement===t.target?t.toElement:t.fromElement),t.preventDefault=function(){r.preventDefault&&r.preventDefault(),t.returnValue=!1,r.returnValue=!1,t.defaultPrevented=!0},t.defaultPrevented=!1,t.stopPropagation=function(){r.stopPropagation&&r.stopPropagation(),t.cancelBubble=!0,r.cancelBubble=!0,t.isPropagationStopped=e},t.isPropagationStopped=n,t.stopImmediatePropagation=function(){r.stopImmediatePropagation&&r.stopImmediatePropagation(),t.isImmediatePropagationStopped=e,t.stopPropagation()},t.isImmediatePropagationStopped=n,null!==t.clientX&&void 0!==t.clientX){var o=s.a.documentElement,c=s.a.body;t.pageX=t.clientX+(o&&o.scrollLeft||c&&c.scrollLeft||0)-(o&&o.clientLeft||c&&c.clientLeft||0),t.pageY=t.clientY+(o&&o.scrollTop||c&&c.scrollTop||0)-(o&&o.clientTop||c&&c.clientTop||0)}t.which=t.charCode||t.keyCode,null!==t.button&&void 0!==t.button&&(t.button=1&t.button?0:4&t.button?1:2&t.button?2:0)}return t.fixed_=!0,t}var Se=function(){if("boolean"!==typeof _e){_e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){_e=!0}});a.a.addEventListener("test",null,t),a.a.removeEventListener("test",null,t)}catch(e){}}return _e},Te=["touchstart","touchmove"];function Oe(t,e,n){if(Array.isArray(e))return ke(Oe,t,e,n);xe.has(t)||xe.set(t,{});var r=xe.get(t);if(r.handlers||(r.handlers={}),r.handlers[e]||(r.handlers[e]=[]),n.guid||(n.guid=be()),r.handlers[e].push(n),r.dispatcher||(r.disabled=!1,r.dispatcher=function(e,n){if(!r.disabled){e=Ce(e);var i=r.handlers[e.type];if(i)for(var a=i.slice(0),o=0,s=a.length;o<s;o++){if(e.isImmediatePropagationStopped())break;try{a[o].call(t,e,n)}catch(c){J.error(c)}}}}),1===r.handlers[e].length)if(t.addEventListener){var i=!1;Se()&&Te.indexOf(e)>-1&&(i={passive:!0}),t.addEventListener(e,r.dispatcher,i)}else t.attachEvent&&t.attachEvent("on"+e,r.dispatcher)}function Me(t,e,n){if(xe.has(t)){var r=xe.get(t);if(r.handlers){if(Array.isArray(e))return ke(Me,t,e,n);var i=function(t,e){r.handlers[e]=[],we(t,e)};if(void 0!==e){var a=r.handlers[e];if(a)if(n){if(n.guid)for(var o=0;o<a.length;o++)a[o].guid===n.guid&&a.splice(o--,1);we(t,e)}else i(t,e)}else for(var s in r.handlers)Object.prototype.hasOwnProperty.call(r.handlers||{},s)&&i(t,s)}}}function Ee(t,e,n){var r=xe.has(t)?xe.get(t):{},i=t.parentNode||t.ownerDocument;if("string"===typeof e?e={type:e,target:t}:e.target||(e.target=t),e=Ce(e),r.dispatcher&&r.dispatcher.call(t,e,n),i&&!e.isPropagationStopped()&&!0===e.bubbles)Ee.call(null,i,e,n);else if(!i&&!e.defaultPrevented&&e.target&&e.target[e.type]){xe.has(e.target)||xe.set(e.target,{});var a=xe.get(e.target);e.target[e.type]&&(a.disabled=!0,"function"===typeof e.target[e.type]&&e.target[e.type](),a.disabled=!1)}return!e.defaultPrevented}function Ae(t,e,n){if(Array.isArray(e))return ke(Ae,t,e,n);var r=function r(){Me(t,e,r),n.apply(this,arguments)};r.guid=n.guid=n.guid||be(),Oe(t,e,r)}function Pe(t,e,n){var r=function r(){Me(t,e,r),n.apply(this,arguments)};r.guid=n.guid=n.guid||be(),Oe(t,e,r)}var Le,Ie=Object.freeze({__proto__:null,fixEvent:Ce,on:Oe,off:Me,trigger:Ee,one:Ae,any:Pe}),je=30,ze=function(t,e,n){e.guid||(e.guid=be());var r=e.bind(t);return r.guid=n?n+"_"+e.guid:e.guid,r},De=function(t,e){var n=a.a.performance.now(),r=function(){var r=a.a.performance.now();r-n>=e&&(t.apply(void 0,arguments),n=r)};return r},Ne=function(t,e,n,r){var i;void 0===r&&(r=a.a);var o=function(){r.clearTimeout(i),i=null},s=function(){var a=this,o=arguments,s=function(){i=null,s=null,n||t.apply(a,o)};!i&&n&&t.apply(a,o),r.clearTimeout(i),i=r.setTimeout(s,e)};return s.cancel=o,s},Re=function(){};Re.prototype.allowedEvents_={},Re.prototype.on=function(t,e){var n=this.addEventListener;this.addEventListener=function(){},Oe(this,t,e),this.addEventListener=n},Re.prototype.addEventListener=Re.prototype.on,Re.prototype.off=function(t,e){Me(this,t,e)},Re.prototype.removeEventListener=Re.prototype.off,Re.prototype.one=function(t,e){var n=this.addEventListener;this.addEventListener=function(){},Ae(this,t,e),this.addEventListener=n},Re.prototype.any=function(t,e){var n=this.addEventListener;this.addEventListener=function(){},Pe(this,t,e),this.addEventListener=n},Re.prototype.trigger=function(t){var e=t.type||t;"string"===typeof t&&(t={type:e}),t=Ce(t),this.allowedEvents_[e]&&this["on"+e]&&this["on"+e](t),Ee(this,t)},Re.prototype.dispatchEvent=Re.prototype.trigger,Re.prototype.queueTrigger=function(t){var e=this;Le||(Le=new Map);var n=t.type||t,r=Le.get(this);r||(r=new Map,Le.set(this,r));var i=r.get(n);r["delete"](n),a.a.clearTimeout(i);var o=a.a.setTimeout((function(){r["delete"](n),0===r.size&&(r=null,Le["delete"](e)),e.trigger(t)}),0);r.set(n,o)};var Ve=function(t){return"function"===typeof t.name?t.name():"string"===typeof t.name?t.name:t.name_?t.name_:t.constructor&&t.constructor.name?t.constructor.name:typeof t},Fe=function(t){return t instanceof Re||!!t.eventBusEl_&&["on","one","off","trigger"].every((function(e){return"function"===typeof t[e]}))},He=function(t,e){Fe(t)?e():(t.eventedCallbacks||(t.eventedCallbacks=[]),t.eventedCallbacks.push(e))},Be=function(t){return"string"===typeof t&&/\S/.test(t)||Array.isArray(t)&&!!t.length},Ue=function(t,e,n){if(!t||!t.nodeName&&!Fe(t))throw new Error("Invalid target for "+Ve(e)+"#"+n+"; must be a DOM node or evented object.")},$e=function(t,e,n){if(!Be(t))throw new Error("Invalid event type for "+Ve(e)+"#"+n+"; must be a non-empty string or array.")},qe=function(t,e,n){if("function"!==typeof t)throw new Error("Invalid listener for "+Ve(e)+"#"+n+"; must be a function.")},We=function(t,e,n){var r,i,a,o=e.length<3||e[0]===t||e[0]===t.eventBusEl_;return o?(r=t.eventBusEl_,e.length>=3&&e.shift(),i=e[0],a=e[1]):(r=e[0],i=e[1],a=e[2]),Ue(r,t,n),$e(i,t,n),qe(a,t,n),a=ze(t,a),{isTargetingSelf:o,target:r,type:i,listener:a}},Ye=function(t,e,n,r){Ue(t,t,e),t.nodeName?Ie[e](t,n,r):t[e](n,r)},Ke={on:function(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=We(this,n,"on"),a=i.isTargetingSelf,o=i.target,s=i.type,c=i.listener;if(Ye(o,"on",s,c),!a){var l=function(){return t.off(o,s,c)};l.guid=c.guid;var u=function(){return t.off("dispose",l)};u.guid=c.guid,Ye(this,"on","dispose",l),Ye(o,"on","dispose",u)}},one:function(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=We(this,n,"one"),a=i.isTargetingSelf,o=i.target,s=i.type,c=i.listener;if(a)Ye(o,"one",s,c);else{var l=function e(){t.off(o,s,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];c.apply(null,r)};l.guid=c.guid,Ye(o,"one",s,l)}},any:function(){for(var t=this,e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];var i=We(this,n,"any"),a=i.isTargetingSelf,o=i.target,s=i.type,c=i.listener;if(a)Ye(o,"any",s,c);else{var l=function e(){t.off(o,s,e);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];c.apply(null,r)};l.guid=c.guid,Ye(o,"any",s,l)}},off:function(t,e,n){if(!t||Be(t))Me(this.eventBusEl_,t,e);else{var r=t,i=e;Ue(r,this,"off"),$e(i,this,"off"),qe(n,this,"off"),n=ze(this,n),this.off("dispose",n),r.nodeName?(Me(r,i,n),Me(r,"dispose",n)):Fe(r)&&(r.off(i,n),r.off("dispose",n))}},trigger:function(t,e){Ue(this.eventBusEl_,this,"trigger");var n=t&&"string"!==typeof t?t.type:t;if(!Be(n)){var r="Invalid event type for "+Ve(this)+"#trigger; must be a non-empty string or object with a type key that has a non-empty value.";if(!t)throw new Error(r);(this.log||J).error(r)}return Ee(this.eventBusEl_,t,e)}};function Xe(t,e){void 0===e&&(e={});var n=e,r=n.eventBusKey;if(r){if(!t[r].nodeName)throw new Error('The eventBusKey "'+r+'" does not refer to an element.');t.eventBusEl_=t[r]}else t.eventBusEl_=Nt("span",{className:"vjs-event-bus"});return at(t,Ke),t.eventedCallbacks&&t.eventedCallbacks.forEach((function(t){t()})),t.on("dispose",(function(){t.off(),[t,t.el_,t.eventBusEl_].forEach((function(t){t&&xe.has(t)&&xe["delete"](t)})),a.a.setTimeout((function(){t.eventBusEl_=null}),0)})),t}var Ge={state:{},setState:function(t){var e,n=this;return"function"===typeof t&&(t=t()),rt(t,(function(t,r){n.state[r]!==t&&(e=e||{},e[r]={from:n.state[r],to:t}),n.state[r]=t})),e&&Fe(this)&&this.trigger({changes:e,type:"statechanged"}),e}};function Ze(t,e){return at(t,Ge),t.state=at({},t.state,e),"function"===typeof t.handleStateChanged&&Fe(t)&&t.on("statechanged",t.handleStateChanged),t}var Qe=function(t){return"string"!==typeof t?t:t.replace(/./,(function(t){return t.toLowerCase()}))},Je=function(t){return"string"!==typeof t?t:t.replace(/./,(function(t){return t.toUpperCase()}))},tn=function(t,e){return Je(t)===Je(e)};function en(){for(var t={},e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return n.forEach((function(e){e&&rt(e,(function(e,n){st(e)?(st(t[n])||(t[n]={}),t[n]=en(t[n],e)):t[n]=e}))})),t}var nn=function(){function t(){this.map_={}}var e=t.prototype;return e.has=function(t){return t in this.map_},e["delete"]=function(t){var e=this.has(t);return delete this.map_[t],e},e.set=function(t,e){return this.map_[t]=e,this},e.forEach=function(t,e){for(var n in this.map_)t.call(e,this.map_[n],n,this)},t}(),rn=a.a.Map?a.a.Map:nn,an=function(){function t(){this.set_={}}var e=t.prototype;return e.has=function(t){return t in this.set_},e["delete"]=function(t){var e=this.has(t);return delete this.set_[t],e},e.add=function(t){return this.set_[t]=1,this},e.forEach=function(t,e){for(var n in this.set_)t.call(e,n,n,this)},t}(),on=a.a.Set?a.a.Set:an,sn=function(){function t(t,e,n){var r=this;if(!t&&this.play?this.player_=t=this:this.player_=t,this.isDisposed_=!1,this.parentComponent_=null,this.options_=en({},this.options_),e=this.options_=en(this.options_,e),this.id_=e.id||e.el&&e.el.id,!this.id_){var i=t&&t.id&&t.id()||"no_player";this.id_=i+"_component_"+be()}this.name_=e.name||null,e.el?this.el_=e.el:!1!==e.createEl&&(this.el_=this.createEl()),e.className&&this.el_&&e.className.split(" ").forEach((function(t){return r.addClass(t)})),!1!==e.evented&&(Xe(this,{eventBusKey:this.el_?"el_":null}),this.handleLanguagechange=this.handleLanguagechange.bind(this),this.on(this.player_,"languagechange",this.handleLanguagechange)),Ze(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},this.setTimeoutIds_=new on,this.setIntervalIds_=new on,this.rafIds_=new on,this.namedRafs_=new rn,this.clearingTimersOnDispose_=!1,!1!==e.initChildren&&this.initChildren(),this.ready(n),!1!==e.reportTouchActivity&&this.enableTouchActivity()}var e=t.prototype;return e.dispose=function(t){if(void 0===t&&(t={}),!this.isDisposed_){if(this.readyQueue_&&(this.readyQueue_.length=0),this.trigger({type:"dispose",bubbles:!1}),this.isDisposed_=!0,this.children_)for(var e=this.children_.length-1;e>=0;e--)this.children_[e].dispose&&this.children_[e].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.parentComponent_=null,this.el_&&(this.el_.parentNode&&(t.restoreEl?this.el_.parentNode.replaceChild(t.restoreEl,this.el_):this.el_.parentNode.removeChild(this.el_)),this.el_=null),this.player_=null}},e.isDisposed=function(){return Boolean(this.isDisposed_)},e.player=function(){return this.player_},e.options=function(t){return t?(this.options_=en(this.options_,t),this.options_):this.options_},e.el=function(){return this.el_},e.createEl=function(t,e,n){return Nt(t,e,n)},e.localize=function(t,e,n){void 0===n&&(n=t);var r=this.player_.language&&this.player_.language(),i=this.player_.languages&&this.player_.languages(),a=i&&i[r],o=r&&r.split("-")[0],s=i&&i[o],c=n;return a&&a[t]?c=a[t]:s&&s[t]&&(c=s[t]),e&&(c=c.replace(/\{(\d+)\}/g,(function(t,n){var r=e[n-1],i=r;return"undefined"===typeof r&&(i=t),i}))),c},e.handleLanguagechange=function(){},e.contentEl=function(){return this.contentEl_||this.el_},e.id=function(){return this.id_},e.name=function(){return this.name_},e.children=function(){return this.children_},e.getChildById=function(t){return this.childIndex_[t]},e.getChild=function(t){if(t)return this.childNameIndex_[t]},e.getDescendant=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e=e.reduce((function(t,e){return t.concat(e)}),[]);for(var r=this,i=0;i<e.length;i++)if(r=r.getChild(e[i]),!r||!r.getChild)return;return r},e.addChild=function(e,n,r){var i,a;if(void 0===n&&(n={}),void 0===r&&(r=this.children_.length),"string"===typeof e){a=Je(e);var o=n.componentClass||a;n.name=a;var s=t.getComponent(o);if(!s)throw new Error("Component "+o+" does not exist");if("function"!==typeof s)return null;i=new s(this.player_||this,n)}else i=e;if(i.parentComponent_&&i.parentComponent_.removeChild(i),this.children_.splice(r,0,i),i.parentComponent_=this,"function"===typeof i.id&&(this.childIndex_[i.id()]=i),a=a||i.name&&Je(i.name()),a&&(this.childNameIndex_[a]=i,this.childNameIndex_[Qe(a)]=i),"function"===typeof i.el&&i.el()){var c=null;this.children_[r+1]&&(this.children_[r+1].el_?c=this.children_[r+1].el_:jt(this.children_[r+1])&&(c=this.children_[r+1])),this.contentEl().insertBefore(i.el(),c)}return i},e.removeChild=function(t){if("string"===typeof t&&(t=this.getChild(t)),t&&this.children_){for(var e=!1,n=this.children_.length-1;n>=0;n--)if(this.children_[n]===t){e=!0,this.children_.splice(n,1);break}if(e){t.parentComponent_=null,this.childIndex_[t.id()]=null,this.childNameIndex_[Je(t.name())]=null,this.childNameIndex_[Qe(t.name())]=null;var r=t.el();r&&r.parentNode===this.contentEl()&&this.contentEl().removeChild(t.el())}}},e.initChildren=function(){var e=this,n=this.options_.children;if(n){var r,i=this.options_,a=function(t){var n=t.name,r=t.opts;if(void 0!==i[n]&&(r=i[n]),!1!==r){!0===r&&(r={}),r.playerOptions=e.options_.playerOptions;var a=e.addChild(n,r);a&&(e[n]=a)}},o=t.getComponent("Tech");r=Array.isArray(n)?n:Object.keys(n),r.concat(Object.keys(this.options_).filter((function(t){return!r.some((function(e){return"string"===typeof e?t===e:t===e.name}))}))).map((function(t){var r,i;return"string"===typeof t?(r=t,i=n[r]||e.options_[r]||{}):(r=t.name,i=t),{name:r,opts:i}})).filter((function(e){var n=t.getComponent(e.opts.componentClass||Je(e.name));return n&&!o.isTech(n)})).forEach(a)}},e.buildCSSClass=function(){return""},e.ready=function(t,e){if(void 0===e&&(e=!1),t)return this.isReady_?void(e?t.call(this):this.setTimeout(t,1)):(this.readyQueue_=this.readyQueue_||[],void this.readyQueue_.push(t))},e.triggerReady=function(){this.isReady_=!0,this.setTimeout((function(){var t=this.readyQueue_;this.readyQueue_=[],t&&t.length>0&&t.forEach((function(t){t.call(this)}),this),this.trigger("ready")}),1)},e.$=function(t,e){return se(t,e||this.contentEl())},e.$$=function(t,e){return ce(t,e||this.contentEl())},e.hasClass=function(t){return Ft(this.el_,t)},e.addClass=function(t){Ht(this.el_,t)},e.removeClass=function(t){Bt(this.el_,t)},e.toggleClass=function(t,e){Ut(this.el_,t,e)},e.show=function(){this.removeClass("vjs-hidden")},e.hide=function(){this.addClass("vjs-hidden")},e.lockShowing=function(){this.addClass("vjs-lock-showing")},e.unlockShowing=function(){this.removeClass("vjs-lock-showing")},e.getAttribute=function(t){return Wt(this.el_,t)},e.setAttribute=function(t,e){Yt(this.el_,t,e)},e.removeAttribute=function(t){Kt(this.el_,t)},e.width=function(t,e){return this.dimension("width",t,e)},e.height=function(t,e){return this.dimension("height",t,e)},e.dimensions=function(t,e){this.width(t,!0),this.height(e)},e.dimension=function(t,e,n){if(void 0!==e)return null!==e&&e===e||(e=0),-1!==(""+e).indexOf("%")||-1!==(""+e).indexOf("px")?this.el_.style[t]=e:this.el_.style[t]="auto"===e?"":e+"px",void(n||this.trigger("componentresize"));if(!this.el_)return 0;var r=this.el_.style[t],i=r.indexOf("px");return-1!==i?parseInt(r.slice(0,i),10):parseInt(this.el_["offset"+Je(t)],10)},e.currentDimension=function(t){var e=0;if("width"!==t&&"height"!==t)throw new Error("currentDimension only accepts width or height value");if(e=ct(this.el_,t),e=parseFloat(e),0===e||isNaN(e)){var n="offset"+Je(t);e=this.el_[n]}return e},e.currentDimensions=function(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}},e.currentWidth=function(){return this.currentDimension("width")},e.currentHeight=function(){return this.currentDimension("height")},e.focus=function(){this.el_.focus()},e.blur=function(){this.el_.blur()},e.handleKeyDown=function(t){this.player_&&(h.a.isEventKey(t,"Tab")||t.stopPropagation(),this.player_.handleKeyDown(t))},e.handleKeyPress=function(t){this.handleKeyDown(t)},e.emitTapEvents=function(){var t,e=0,n=null,r=10,i=200;this.on("touchstart",(function(r){1===r.touches.length&&(n={pageX:r.touches[0].pageX,pageY:r.touches[0].pageY},e=a.a.performance.now(),t=!0)})),this.on("touchmove",(function(e){if(e.touches.length>1)t=!1;else if(n){var i=e.touches[0].pageX-n.pageX,a=e.touches[0].pageY-n.pageY,o=Math.sqrt(i*i+a*a);o>r&&(t=!1)}}));var o=function(){t=!1};this.on("touchleave",o),this.on("touchcancel",o),this.on("touchend",(function(r){if(n=null,!0===t){var o=a.a.performance.now()-e;o<i&&(r.preventDefault(),this.trigger("tap"))}}))},e.enableTouchActivity=function(){if(this.player()&&this.player().reportUserActivity){var t,e=ze(this.player(),this.player().reportUserActivity);this.on("touchstart",(function(){e(),this.clearInterval(t),t=this.setInterval(e,250)}));var n=function(n){e(),this.clearInterval(t)};this.on("touchmove",e),this.on("touchend",n),this.on("touchcancel",n)}},e.setTimeout=function(t,e){var n,r=this;return t=ze(this,t),this.clearTimersOnDispose_(),n=a.a.setTimeout((function(){r.setTimeoutIds_.has(n)&&r.setTimeoutIds_["delete"](n),t()}),e),this.setTimeoutIds_.add(n),n},e.clearTimeout=function(t){return this.setTimeoutIds_.has(t)&&(this.setTimeoutIds_["delete"](t),a.a.clearTimeout(t)),t},e.setInterval=function(t,e){t=ze(this,t),this.clearTimersOnDispose_();var n=a.a.setInterval(t,e);return this.setIntervalIds_.add(n),n},e.clearInterval=function(t){return this.setIntervalIds_.has(t)&&(this.setIntervalIds_["delete"](t),a.a.clearInterval(t)),t},e.requestAnimationFrame=function(t){var e,n=this;return this.supportsRaf_?(this.clearTimersOnDispose_(),t=ze(this,t),e=a.a.requestAnimationFrame((function(){n.rafIds_.has(e)&&n.rafIds_["delete"](e),t()})),this.rafIds_.add(e),e):this.setTimeout(t,1e3/60)},e.requestNamedAnimationFrame=function(t,e){var n=this;if(!this.namedRafs_.has(t)){this.clearTimersOnDispose_(),e=ze(this,e);var r=this.requestAnimationFrame((function(){e(),n.namedRafs_.has(t)&&n.namedRafs_["delete"](t)}));return this.namedRafs_.set(t,r),t}},e.cancelNamedAnimationFrame=function(t){this.namedRafs_.has(t)&&(this.cancelAnimationFrame(this.namedRafs_.get(t)),this.namedRafs_["delete"](t))},e.cancelAnimationFrame=function(t){return this.supportsRaf_?(this.rafIds_.has(t)&&(this.rafIds_["delete"](t),a.a.cancelAnimationFrame(t)),t):this.clearTimeout(t)},e.clearTimersOnDispose_=function(){var t=this;this.clearingTimersOnDispose_||(this.clearingTimersOnDispose_=!0,this.one("dispose",(function(){[["namedRafs_","cancelNamedAnimationFrame"],["rafIds_","cancelAnimationFrame"],["setTimeoutIds_","clearTimeout"],["setIntervalIds_","clearInterval"]].forEach((function(e){var n=e[0],r=e[1];t[n].forEach((function(e,n){return t[r](n)}))})),t.clearingTimersOnDispose_=!1})))},t.registerComponent=function(e,n){if("string"!==typeof e||!e)throw new Error('Illegal component name, "'+e+'"; must be a non-empty string.');var r,i=t.getComponent("Tech"),a=i&&i.isTech(n),o=t===n||t.prototype.isPrototypeOf(n.prototype);if(a||!o)throw r=a?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error('Illegal component, "'+e+'"; '+r+".");e=Je(e),t.components_||(t.components_={});var s=t.getComponent("Player");if("Player"===e&&s&&s.players){var c=s.players,l=Object.keys(c);if(c&&l.length>0&&l.map((function(t){return c[t]})).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return t.components_[e]=n,t.components_[Qe(e)]=n,n},t.getComponent=function(e){if(e&&t.components_)return t.components_[e]},t}();function cn(t,e,n){if("number"!==typeof e||e<0||e>n)throw new Error("Failed to execute '"+t+"' on 'TimeRanges': The index provided ("+e+") is non-numeric or out of bounds (0-"+n+").")}function ln(t,e,n,r){return cn(t,r,n.length-1),n[r][e]}function un(t){var e;return e=void 0===t||0===t.length?{length:0,start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Error("This TimeRanges object is empty")}}:{length:t.length,start:ln.bind(null,"start",0,t),end:ln.bind(null,"end",1,t)},a.a.Symbol&&a.a.Symbol.iterator&&(e[a.a.Symbol.iterator]=function(){return(t||[]).values()}),e}function hn(t,e){return Array.isArray(t)?un(t):void 0===t||void 0===e?un():un([[t,e]])}function fn(t,e){var n,r,i=0;if(!e)return 0;t&&t.length||(t=hn(0,0));for(var a=0;a<t.length;a++)n=t.start(a),r=t.end(a),r>e&&(r=e),i+=r-n;return i/e}function dn(t){if(t instanceof dn)return t;"number"===typeof t?this.code=t:"string"===typeof t?this.message=t:ot(t)&&("number"===typeof t.code&&(this.code=t.code),at(this,t)),this.message||(this.message=dn.defaultMessages[this.code]||"")}sn.prototype.supportsRaf_="function"===typeof a.a.requestAnimationFrame&&"function"===typeof a.a.cancelAnimationFrame,sn.registerComponent("Component",sn),dn.prototype.code=0,dn.prototype.message="",dn.prototype.status=null,dn.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],dn.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};for(var pn=0;pn<dn.errorTypes.length;pn++)dn[dn.errorTypes[pn]]=pn,dn.prototype[dn.errorTypes[pn]]=pn;function vn(t){return void 0!==t&&null!==t&&"function"===typeof t.then}function gn(t){vn(t)&&t.then(null,(function(t){}))}var mn=function(t){var e=["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce((function(e,n,r){return t[n]&&(e[n]=t[n]),e}),{cues:t.cues&&Array.prototype.map.call(t.cues,(function(t){return{startTime:t.startTime,endTime:t.endTime,text:t.text,id:t.id}}))});return e},yn=function(t){var e=t.$$("track"),n=Array.prototype.map.call(e,(function(t){return t.track})),r=Array.prototype.map.call(e,(function(t){var e=mn(t.track);return t.src&&(e.src=t.src),e}));return r.concat(Array.prototype.filter.call(t.textTracks(),(function(t){return-1===n.indexOf(t)})).map(mn))},bn=function(t,e){return t.forEach((function(t){var n=e.addRemoteTextTrack(t).track;!t.src&&t.cues&&t.cues.forEach((function(t){return n.addCue(t)}))})),e.textTracks()},_n={textTracksToJson:yn,jsonToTextTracks:bn,trackToJson_:mn},xn="vjs-modal-dialog",wn=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.handleKeyDown_=function(t){return r.handleKeyDown(t)},r.close_=function(t){return r.close(t)},r.opened_=r.hasBeenOpened_=r.hasBeenFilled_=!1,r.closeable(!r.options_.uncloseable),r.content(r.options_.content),r.contentEl_=Nt("div",{className:xn+"-content"},{role:"document"}),r.descEl_=Nt("p",{className:xn+"-description vjs-control-text",id:r.el().getAttribute("aria-describedby")}),Rt(r.descEl_,r.description()),r.el_.appendChild(r.descEl_),r.el_.appendChild(r.contentEl_),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},n.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,t.prototype.dispose.call(this)},n.buildCSSClass=function(){return xn+" vjs-hidden "+t.prototype.buildCSSClass.call(this)},n.label=function(){return this.localize(this.options_.label||"Modal Window")},n.description=function(){var t=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(t+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),t},n.open=function(){if(!this.opened_){var t=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!t.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&t.pause(),this.on("keydown",this.handleKeyDown_),this.hadControls_=t.controls(),t.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}},n.opened=function(t){return"boolean"===typeof t&&this[t?"open":"close"](),this.opened_},n.close=function(){if(this.opened_){var t=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&t.play(),this.off("keydown",this.handleKeyDown_),this.hadControls_&&t.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger("modalclose"),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}},n.closeable=function(t){if("boolean"===typeof t){var e=this.closeable_=!!t,n=this.getChild("closeButton");if(e&&!n){var r=this.contentEl_;this.contentEl_=this.el_,n=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=r,this.on(n,"close",this.close_)}!e&&n&&(this.off(n,"close",this.close_),this.removeChild(n),n.dispose())}return this.closeable_},n.fill=function(){this.fillWith(this.content())},n.fillWith=function(t){var e=this.contentEl(),n=e.parentNode,r=e.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,n.removeChild(e),this.empty(),ie(e,t),this.trigger("modalfill"),r?n.insertBefore(e,r):n.appendChild(e);var i=this.getChild("closeButton");i&&n.appendChild(i.el_)},n.empty=function(){this.trigger("beforemodalempty"),ee(this.contentEl()),this.trigger("modalempty")},n.content=function(t){return"undefined"!==typeof t&&(this.content_=t),this.content_},n.conditionalFocus_=function(){var t=s.a.activeElement,e=this.player_.el_;this.previouslyActiveEl_=null,(e.contains(t)||e===t)&&(this.previouslyActiveEl_=t,this.focus())},n.conditionalBlur_=function(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null)},n.handleKeyDown=function(t){if(t.stopPropagation(),h.a.isEventKey(t,"Escape")&&this.closeable())return t.preventDefault(),void this.close();if(h.a.isEventKey(t,"Tab")){for(var e,n=this.focusableEls_(),r=this.el_.querySelector(":focus"),i=0;i<n.length;i++)if(r===n[i]){e=i;break}s.a.activeElement===this.el_&&(e=0),t.shiftKey&&0===e?(n[n.length-1].focus(),t.preventDefault()):t.shiftKey||e!==n.length-1||(n[0].focus(),t.preventDefault())}},n.focusableEls_=function(){var t=this.el_.querySelectorAll("*");return Array.prototype.filter.call(t,(function(t){return(t instanceof a.a.HTMLAnchorElement||t instanceof a.a.HTMLAreaElement)&&t.hasAttribute("href")||(t instanceof a.a.HTMLInputElement||t instanceof a.a.HTMLSelectElement||t instanceof a.a.HTMLTextAreaElement||t instanceof a.a.HTMLButtonElement)&&!t.hasAttribute("disabled")||t instanceof a.a.HTMLIFrameElement||t instanceof a.a.HTMLObjectElement||t instanceof a.a.HTMLEmbedElement||t.hasAttribute("tabindex")&&-1!==t.getAttribute("tabindex")||t.hasAttribute("contenteditable")}))},e}(sn);wn.prototype.options_={pauseOnOpen:!0,temporary:!0},sn.registerComponent("ModalDialog",wn);var kn=function(t){function e(e){var n;void 0===e&&(e=[]),n=t.call(this)||this,n.tracks_=[],Object.defineProperty(d()(n),"length",{get:function(){return this.tracks_.length}});for(var r=0;r<e.length;r++)n.addTrack(e[r]);return n}v()(e,t);var n=e.prototype;return n.addTrack=function(t){var e=this,n=this.tracks_.length;""+n in this||Object.defineProperty(this,n,{get:function(){return this.tracks_[n]}}),-1===this.tracks_.indexOf(t)&&(this.tracks_.push(t),this.trigger({track:t,type:"addtrack",target:this})),t.labelchange_=function(){e.trigger({track:t,type:"labelchange",target:e})},Fe(t)&&t.addEventListener("labelchange",t.labelchange_)},n.removeTrack=function(t){for(var e,n=0,r=this.length;n<r;n++)if(this[n]===t){e=this[n],e.off&&e.off(),this.tracks_.splice(n,1);break}e&&this.trigger({track:e,type:"removetrack",target:this})},n.getTrackById=function(t){for(var e=null,n=0,r=this.length;n<r;n++){var i=this[n];if(i.id===t){e=i;break}}return e},e}(Re);for(var Cn in kn.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack",labelchange:"labelchange"},kn.prototype.allowedEvents_)kn.prototype["on"+Cn]=null;var Sn=function(t,e){for(var n=0;n<t.length;n++)Object.keys(t[n]).length&&e.id!==t[n].id&&(t[n].enabled=!1)},Tn=function(t){function e(e){var n;void 0===e&&(e=[]);for(var r=e.length-1;r>=0;r--)if(e[r].enabled){Sn(e,e[r]);break}return n=t.call(this,e)||this,n.changing_=!1,n}v()(e,t);var n=e.prototype;return n.addTrack=function(e){var n=this;e.enabled&&Sn(this,e),t.prototype.addTrack.call(this,e),e.addEventListener&&(e.enabledChange_=function(){n.changing_||(n.changing_=!0,Sn(n,e),n.changing_=!1,n.trigger("change"))},e.addEventListener("enabledchange",e.enabledChange_))},n.removeTrack=function(e){t.prototype.removeTrack.call(this,e),e.removeEventListener&&e.enabledChange_&&(e.removeEventListener("enabledchange",e.enabledChange_),e.enabledChange_=null)},e}(kn),On=function(t,e){for(var n=0;n<t.length;n++)Object.keys(t[n]).length&&e.id!==t[n].id&&(t[n].selected=!1)},Mn=function(t){function e(e){var n;void 0===e&&(e=[]);for(var r=e.length-1;r>=0;r--)if(e[r].selected){On(e,e[r]);break}return n=t.call(this,e)||this,n.changing_=!1,Object.defineProperty(d()(n),"selectedIndex",{get:function(){for(var t=0;t<this.length;t++)if(this[t].selected)return t;return-1},set:function(){}}),n}v()(e,t);var n=e.prototype;return n.addTrack=function(e){var n=this;e.selected&&On(this,e),t.prototype.addTrack.call(this,e),e.addEventListener&&(e.selectedChange_=function(){n.changing_||(n.changing_=!0,On(n,e),n.changing_=!1,n.trigger("change"))},e.addEventListener("selectedchange",e.selectedChange_))},n.removeTrack=function(e){t.prototype.removeTrack.call(this,e),e.removeEventListener&&e.selectedChange_&&(e.removeEventListener("selectedchange",e.selectedChange_),e.selectedChange_=null)},e}(kn),En=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.addTrack=function(e){var n=this;t.prototype.addTrack.call(this,e),this.queueChange_||(this.queueChange_=function(){return n.queueTrigger("change")}),this.triggerSelectedlanguagechange||(this.triggerSelectedlanguagechange_=function(){return n.trigger("selectedlanguagechange")}),e.addEventListener("modechange",this.queueChange_);var r=["metadata","chapters"];-1===r.indexOf(e.kind)&&e.addEventListener("modechange",this.triggerSelectedlanguagechange_)},n.removeTrack=function(e){t.prototype.removeTrack.call(this,e),e.removeEventListener&&(this.queueChange_&&e.removeEventListener("modechange",this.queueChange_),this.selectedlanguagechange_&&e.removeEventListener("modechange",this.triggerSelectedlanguagechange_))},e}(kn),An=function(){function t(t){void 0===t&&(t=[]),this.trackElements_=[],Object.defineProperty(this,"length",{get:function(){return this.trackElements_.length}});for(var e=0,n=t.length;e<n;e++)this.addTrackElement_(t[e])}var e=t.prototype;return e.addTrackElement_=function(t){var e=this.trackElements_.length;""+e in this||Object.defineProperty(this,e,{get:function(){return this.trackElements_[e]}}),-1===this.trackElements_.indexOf(t)&&this.trackElements_.push(t)},e.getTrackElementByTrack_=function(t){for(var e,n=0,r=this.trackElements_.length;n<r;n++)if(t===this.trackElements_[n].track){e=this.trackElements_[n];break}return e},e.removeTrackElement_=function(t){for(var e=0,n=this.trackElements_.length;e<n;e++)if(t===this.trackElements_[e]){this.trackElements_[e].track&&"function"===typeof this.trackElements_[e].track.off&&this.trackElements_[e].track.off(),"function"===typeof this.trackElements_[e].off&&this.trackElements_[e].off(),this.trackElements_.splice(e,1);break}},t}(),Pn=function(){function t(e){t.prototype.setCues_.call(this,e),Object.defineProperty(this,"length",{get:function(){return this.length_}})}var e=t.prototype;return e.setCues_=function(t){var e=this.length||0,n=0,r=t.length;this.cues_=t,this.length_=t.length;var i=function(t){""+t in this||Object.defineProperty(this,""+t,{get:function(){return this.cues_[t]}})};if(e<r)for(n=e;n<r;n++)i.call(this,n)},e.getCueById=function(t){for(var e=null,n=0,r=this.length;n<r;n++){var i=this[n];if(i.id===t){e=i;break}}return e},t}(),Ln={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},In={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},jn={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},zn={disabled:"disabled",hidden:"hidden",showing:"showing"},Dn=function(t){function e(e){var n;void 0===e&&(e={}),n=t.call(this)||this;var r={id:e.id||"vjs_track_"+be(),kind:e.kind||"",language:e.language||""},i=e.label||"",a=function(t){Object.defineProperty(d()(n),t,{get:function(){return r[t]},set:function(){}})};for(var o in r)a(o);return Object.defineProperty(d()(n),"label",{get:function(){return i},set:function(t){t!==i&&(i=t,this.trigger("labelchange"))}}),n}return v()(e,t),e}(Re),Nn=function(t){var e=["protocol","hostname","port","pathname","search","hash","host"],n=s.a.createElement("a");n.href=t;for(var r={},i=0;i<e.length;i++)r[e[i]]=n[e[i]];return"http:"===r.protocol&&(r.host=r.host.replace(/:80$/,"")),"https:"===r.protocol&&(r.host=r.host.replace(/:443$/,"")),r.protocol||(r.protocol=a.a.location.protocol),r.host||(r.host=a.a.location.host),r},Rn=function(t){if(!t.match(/^https?:\/\//)){var e=s.a.createElement("a");e.href=t,t=e.href}return t},Vn=function(t){if("string"===typeof t){var e=/^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/,n=e.exec(t);if(n)return n.pop().toLowerCase()}return""},Fn=function(t,e){void 0===e&&(e=a.a.location);var n=Nn(t),r=":"===n.protocol?e.protocol:n.protocol,i=r+n.host!==e.protocol+e.host;return i},Hn=Object.freeze({__proto__:null,parseUrl:Nn,getAbsoluteURL:Rn,getFileExtension:Vn,isCrossOrigin:Fn}),Bn=function(t,e){var n=new a.a.WebVTT.Parser(a.a,a.a.vttjs,a.a.WebVTT.StringDecoder()),r=[];n.oncue=function(t){e.addCue(t)},n.onparsingerror=function(t){r.push(t)},n.onflush=function(){e.trigger({type:"loadeddata",target:e})},n.parse(t),r.length>0&&(a.a.console&&a.a.console.groupCollapsed&&a.a.console.groupCollapsed("Text Track parsing errors for "+e.src),r.forEach((function(t){return J.error(t)})),a.a.console&&a.a.console.groupEnd&&a.a.console.groupEnd()),n.flush()},Un=function(t,e){var n={uri:t},r=Fn(t);r&&(n.cors=r);var i="use-credentials"===e.tech_.crossOrigin();i&&(n.withCredentials=i),b()(n,ze(this,(function(t,n,r){if(t)return J.error(t,n);e.loaded_=!0,"function"!==typeof a.a.WebVTT?e.tech_&&e.tech_.any(["vttjsloaded","vttjserror"],(function(t){if("vttjserror"!==t.type)return Bn(r,e);J.error("vttjs failed to load, stopping trying to process "+e.src)})):Bn(r,e)})))},$n=function(t){function e(e){var n;if(void 0===e&&(e={}),!e.tech)throw new Error("A tech was not provided.");var r=en(e,{kind:jn[e.kind]||"subtitles",language:e.language||e.srclang||""}),i=zn[r.mode]||"disabled",a=r["default"];"metadata"!==r.kind&&"chapters"!==r.kind||(i="hidden"),n=t.call(this,r)||this,n.tech_=r.tech,n.cues_=[],n.activeCues_=[],n.preload_=!1!==n.tech_.preloadTextTracks;var o=new Pn(n.cues_),s=new Pn(n.activeCues_),c=!1;n.timeupdateHandler=ze(d()(n),(function(t){void 0===t&&(t={}),this.tech_.isDisposed()||(this.tech_.isReady_?(this.activeCues=this.activeCues,c&&(this.trigger("cuechange"),c=!1),"timeupdate"!==t.type&&(this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler))):"timeupdate"!==t.type&&(this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler)))}));var l=function(){n.stopTracking()};return n.tech_.one("dispose",l),"disabled"!==i&&n.startTracking(),Object.defineProperties(d()(n),{default:{get:function(){return a},set:function(){}},mode:{get:function(){return i},set:function(t){zn[t]&&i!==t&&(i=t,this.preload_||"disabled"===i||0!==this.cues.length||Un(this.src,this),this.stopTracking(),"disabled"!==i&&this.startTracking(),this.trigger("modechange"))}},cues:{get:function(){return this.loaded_?o:null},set:function(){}},activeCues:{get:function(){if(!this.loaded_)return null;if(0===this.cues.length)return s;for(var t=this.tech_.currentTime(),e=[],n=0,r=this.cues.length;n<r;n++){var i=this.cues[n];(i.startTime<=t&&i.endTime>=t||i.startTime===i.endTime&&i.startTime<=t&&i.startTime+.5>=t)&&e.push(i)}if(c=!1,e.length!==this.activeCues_.length)c=!0;else for(var a=0;a<e.length;a++)-1===this.activeCues_.indexOf(e[a])&&(c=!0);return this.activeCues_=e,s.setCues_(this.activeCues_),s},set:function(){}}}),r.src?(n.src=r.src,n.preload_||(n.loaded_=!0),(n.preload_||"subtitles"!==r.kind&&"captions"!==r.kind)&&Un(n.src,d()(n))):n.loaded_=!0,n}v()(e,t);var n=e.prototype;return n.startTracking=function(){this.rvf_=this.tech_.requestVideoFrameCallback(this.timeupdateHandler),this.tech_.on("timeupdate",this.timeupdateHandler)},n.stopTracking=function(){this.rvf_&&(this.tech_.cancelVideoFrameCallback(this.rvf_),this.rvf_=void 0),this.tech_.off("timeupdate",this.timeupdateHandler)},n.addCue=function(t){var e=t;if(e.constructor&&"VTTCue"!==e.constructor.name){for(var n in e=new a.a.vttjs.VTTCue(t.startTime,t.endTime,t.text),t)n in e||(e[n]=t[n]);e.id=t.id,e.originalCue_=t}for(var r=this.tech_.textTracks(),i=0;i<r.length;i++)r[i]!==this&&r[i].removeCue(e);this.cues_.push(e),this.cues.setCues_(this.cues_)},n.removeCue=function(t){var e=this.cues_.length;while(e--){var n=this.cues_[e];if(n===t||n.originalCue_&&n.originalCue_===t){this.cues_.splice(e,1),this.cues.setCues_(this.cues_);break}}},e}(Dn);$n.prototype.allowedEvents_={cuechange:"cuechange"};var qn=function(t){function e(e){var n;void 0===e&&(e={});var r=en(e,{kind:In[e.kind]||""});n=t.call(this,r)||this;var i=!1;return Object.defineProperty(d()(n),"enabled",{get:function(){return i},set:function(t){"boolean"===typeof t&&t!==i&&(i=t,this.trigger("enabledchange"))}}),r.enabled&&(n.enabled=r.enabled),n.loaded_=!0,n}return v()(e,t),e}(Dn),Wn=function(t){function e(e){var n;void 0===e&&(e={});var r=en(e,{kind:Ln[e.kind]||""});n=t.call(this,r)||this;var i=!1;return Object.defineProperty(d()(n),"selected",{get:function(){return i},set:function(t){"boolean"===typeof t&&t!==i&&(i=t,this.trigger("selectedchange"))}}),r.selected&&(n.selected=r.selected),n}return v()(e,t),e}(Dn),Yn=0,Kn=1,Xn=2,Gn=3,Zn=function(t){function e(e){var n,r;void 0===e&&(e={}),n=t.call(this)||this;var i=new $n(e);return n.kind=i.kind,n.src=i.src,n.srclang=i.language,n.label=i.label,n["default"]=i["default"],Object.defineProperties(d()(n),{readyState:{get:function(){return r}},track:{get:function(){return i}}}),r=Yn,i.addEventListener("loadeddata",(function(){r=Xn,n.trigger({type:"load",target:d()(n)})})),n}return v()(e,t),e}(Re);Zn.prototype.allowedEvents_={load:"load"},Zn.NONE=Yn,Zn.LOADING=Kn,Zn.LOADED=Xn,Zn.ERROR=Gn;var Qn={audio:{ListClass:Tn,TrackClass:qn,capitalName:"Audio"},video:{ListClass:Mn,TrackClass:Wn,capitalName:"Video"},text:{ListClass:En,TrackClass:$n,capitalName:"Text"}};Object.keys(Qn).forEach((function(t){Qn[t].getterName=t+"Tracks",Qn[t].privateName=t+"Tracks_"}));var Jn={remoteText:{ListClass:En,TrackClass:$n,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:An,TrackClass:Zn,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},tr=l()({},Qn,Jn);function er(t,e,n,r,i){void 0===i&&(i={});var a=t.textTracks();i.kind=e,n&&(i.label=n),r&&(i.language=r),i.tech=t;var o=new tr.text.TrackClass(i);return a.addTrack(o),o}Jn.names=Object.keys(Jn),Qn.names=Object.keys(Qn),tr.names=[].concat(Jn.names).concat(Qn.names);var nr=function(t){function e(e,n){var r;return void 0===e&&(e={}),void 0===n&&(n=function(){}),e.reportTouchActivity=!1,r=t.call(this,null,e,n)||this,r.onDurationChange_=function(t){return r.onDurationChange(t)},r.trackProgress_=function(t){return r.trackProgress(t)},r.trackCurrentTime_=function(t){return r.trackCurrentTime(t)},r.stopTrackingCurrentTime_=function(t){return r.stopTrackingCurrentTime(t)},r.disposeSourceHandler_=function(t){return r.disposeSourceHandler(t)},r.queuedHanders_=new Set,r.hasStarted_=!1,r.on("playing",(function(){this.hasStarted_=!0})),r.on("loadstart",(function(){this.hasStarted_=!1})),tr.names.forEach((function(t){var n=tr[t];e&&e[n.getterName]&&(r[n.privateName]=e[n.getterName])})),r.featuresProgressEvents||r.manualProgressOn(),r.featuresTimeupdateEvents||r.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach((function(t){!1===e["native"+t+"Tracks"]&&(r["featuresNative"+t+"Tracks"]=!1)})),!1===e.nativeCaptions||!1===e.nativeTextTracks?r.featuresNativeTextTracks=!1:!0!==e.nativeCaptions&&!0!==e.nativeTextTracks||(r.featuresNativeTextTracks=!0),r.featuresNativeTextTracks||r.emulateTextTracks(),r.preloadTextTracks=!1!==e.preloadTextTracks,r.autoRemoteTextTracks_=new tr.text.ListClass,r.initTrackListeners(),e.nativeControlsForTouch||r.emitTapEvents(),r.constructor&&(r.name_=r.constructor.name||"Unknown Tech"),r}v()(e,t);var n=e.prototype;return n.triggerSourceset=function(t){var e=this;this.isReady_||this.one("ready",(function(){return e.setTimeout((function(){return e.triggerSourceset(t)}),1)})),this.trigger({src:t,type:"sourceset"})},n.manualProgressOn=function(){this.on("durationchange",this.onDurationChange_),this.manualProgress=!0,this.one("ready",this.trackProgress_)},n.manualProgressOff=function(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange_)},n.trackProgress=function(t){this.stopTrackingProgress(),this.progressInterval=this.setInterval(ze(this,(function(){var t=this.bufferedPercent();this.bufferedPercent_!==t&&this.trigger("progress"),this.bufferedPercent_=t,1===t&&this.stopTrackingProgress()})),500)},n.onDurationChange=function(t){this.duration_=this.duration()},n.buffered=function(){return hn(0,0)},n.bufferedPercent=function(){return fn(this.buffered(),this.duration_)},n.stopTrackingProgress=function(){this.clearInterval(this.progressInterval)},n.manualTimeUpdatesOn=function(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime_),this.on("pause",this.stopTrackingCurrentTime_)},n.manualTimeUpdatesOff=function(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime_),this.off("pause",this.stopTrackingCurrentTime_)},n.trackCurrentTime=function(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval((function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})}),250)},n.stopTrackingCurrentTime=function(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},n.dispose=function(){this.clearTracks(Qn.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),t.prototype.dispose.call(this)},n.clearTracks=function(t){var e=this;t=[].concat(t),t.forEach((function(t){var n=e[t+"Tracks"]()||[],r=n.length;while(r--){var i=n[r];"text"===t&&e.removeRemoteTextTrack(i),n.removeTrack(i)}}))},n.cleanupAutoTextTracks=function(){var t=this.autoRemoteTextTracks_||[],e=t.length;while(e--){var n=t[e];this.removeRemoteTextTrack(n)}},n.reset=function(){},n.crossOrigin=function(){},n.setCrossOrigin=function(){},n.error=function(t){return void 0!==t&&(this.error_=new dn(t),this.trigger("error")),this.error_},n.played=function(){return this.hasStarted_?hn(0,0):hn()},n.play=function(){},n.setScrubbing=function(){},n.scrubbing=function(){},n.setCurrentTime=function(){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},n.initTrackListeners=function(){var t=this;Qn.names.forEach((function(e){var n=Qn[e],r=function(){t.trigger(e+"trackchange")},i=t[n.getterName]();i.addEventListener("removetrack",r),i.addEventListener("addtrack",r),t.on("dispose",(function(){i.removeEventListener("removetrack",r),i.removeEventListener("addtrack",r)}))}))},n.addWebVttScript_=function(){var t=this;if(!a.a.WebVTT)if(s.a.body.contains(this.el())){if(!this.options_["vtt.js"]&&st(x.a)&&Object.keys(x.a).length>0)return void this.trigger("vttjsloaded");var e=s.a.createElement("script");e.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.14.1/vtt.min.js",e.onload=function(){t.trigger("vttjsloaded")},e.onerror=function(){t.trigger("vttjserror")},this.on("dispose",(function(){e.onload=null,e.onerror=null})),a.a.WebVTT=!0,this.el().parentNode.appendChild(e)}else this.ready(this.addWebVttScript_)},n.emulateTextTracks=function(){var t=this,e=this.textTracks(),n=this.remoteTextTracks(),r=function(t){return e.addTrack(t.track)},i=function(t){return e.removeTrack(t.track)};n.on("addtrack",r),n.on("removetrack",i),this.addWebVttScript_();var a=function(){return t.trigger("texttrackchange")},o=function(){a();for(var t=0;t<e.length;t++){var n=e[t];n.removeEventListener("cuechange",a),"showing"===n.mode&&n.addEventListener("cuechange",a)}};o(),e.addEventListener("change",o),e.addEventListener("addtrack",o),e.addEventListener("removetrack",o),this.on("dispose",(function(){n.off("addtrack",r),n.off("removetrack",i),e.removeEventListener("change",o),e.removeEventListener("addtrack",o),e.removeEventListener("removetrack",o);for(var t=0;t<e.length;t++){var s=e[t];s.removeEventListener("cuechange",a)}}))},n.addTextTrack=function(t,e,n){if(!t)throw new Error("TextTrack kind is required but was not provided");return er(this,t,e,n)},n.createRemoteTextTrack=function(t){var e=en(t,{tech:this});return new Jn.remoteTextEl.TrackClass(e)},n.addRemoteTextTrack=function(t,e){var n=this;void 0===t&&(t={});var r=this.createRemoteTextTrack(t);return!0!==e&&!1!==e&&(J.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),e=!0),this.remoteTextTrackEls().addTrackElement_(r),this.remoteTextTracks().addTrack(r.track),!0!==e&&this.ready((function(){return n.autoRemoteTextTracks_.addTrack(r.track)})),r},n.removeRemoteTextTrack=function(t){var e=this.remoteTextTrackEls().getTrackElementByTrack_(t);this.remoteTextTrackEls().removeTrackElement_(e),this.remoteTextTracks().removeTrack(t),this.autoRemoteTextTracks_.removeTrack(t)},n.getVideoPlaybackQuality=function(){return{}},n.requestPictureInPicture=function(){var t=this.options_.Promise||a.a.Promise;if(t)return t.reject()},n.disablePictureInPicture=function(){return!0},n.setDisablePictureInPicture=function(){},n.requestVideoFrameCallback=function(t){var e=this,n=be();return!this.isReady_||this.paused()?(this.queuedHanders_.add(n),this.one("playing",(function(){e.queuedHanders_.has(n)&&(e.queuedHanders_["delete"](n),t())}))):this.requestNamedAnimationFrame(n,t),n},n.cancelVideoFrameCallback=function(t){this.queuedHanders_.has(t)?this.queuedHanders_["delete"](t):this.cancelNamedAnimationFrame(t)},n.setPoster=function(){},n.playsinline=function(){},n.setPlaysinline=function(){},n.overrideNativeAudioTracks=function(){},n.overrideNativeVideoTracks=function(){},n.canPlayType=function(){return""},e.canPlayType=function(){return""},e.canPlaySource=function(t,n){return e.canPlayType(t.type)},e.isTech=function(t){return t.prototype instanceof e||t instanceof e||t===e},e.registerTech=function(t,n){if(e.techs_||(e.techs_={}),!e.isTech(n))throw new Error("Tech "+t+" must be a Tech");if(!e.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!e.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return t=Je(t),e.techs_[t]=n,e.techs_[Qe(t)]=n,"Tech"!==t&&e.defaultTechOrder_.push(t),n},e.getTech=function(t){if(t)return e.techs_&&e.techs_[t]?e.techs_[t]:(t=Je(t),a.a&&a.a.videojs&&a.a.videojs[t]?(J.warn("The "+t+" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)"),a.a.videojs[t]):void 0)},e}(sn);tr.names.forEach((function(t){var e=tr[t];nr.prototype[e.getterName]=function(){return this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName]}})),nr.prototype.featuresVolumeControl=!0,nr.prototype.featuresMuteControl=!0,nr.prototype.featuresFullscreenResize=!1,nr.prototype.featuresPlaybackRate=!1,nr.prototype.featuresProgressEvents=!1,nr.prototype.featuresSourceset=!1,nr.prototype.featuresTimeupdateEvents=!1,nr.prototype.featuresNativeTextTracks=!1,nr.prototype.featuresVideoFrameCallback=!1,nr.withSourceHandlers=function(t){t.registerSourceHandler=function(e,n){var r=t.sourceHandlers;r||(r=t.sourceHandlers=[]),void 0===n&&(n=r.length),r.splice(n,0,e)},t.canPlayType=function(e){for(var n,r=t.sourceHandlers||[],i=0;i<r.length;i++)if(n=r[i].canPlayType(e),n)return n;return""},t.selectSourceHandler=function(e,n){for(var r,i=t.sourceHandlers||[],a=0;a<i.length;a++)if(r=i[a].canHandleSource(e,n),r)return i[a];return null},t.canPlaySource=function(e,n){var r=t.selectSourceHandler(e,n);return r?r.canHandleSource(e,n):""};var e=["seekable","seeking","duration"];e.forEach((function(t){var e=this[t];"function"===typeof e&&(this[t]=function(){return this.sourceHandler_&&this.sourceHandler_[t]?this.sourceHandler_[t].apply(this.sourceHandler_,arguments):e.apply(this,arguments)})}),t.prototype),t.prototype.setSource=function(e){var n=t.selectSourceHandler(e,this.options_);n||(t.nativeSourceHandler?n=t.nativeSourceHandler:J.error("No source handler found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler_),n!==t.nativeSourceHandler&&(this.currentSource_=e),this.sourceHandler_=n.handleSource(e,this,this.options_),this.one("dispose",this.disposeSourceHandler_)},t.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}},sn.registerComponent("Tech",nr),nr.registerTech("Tech",nr),nr.defaultTechOrder_=[];var rr={},ir={},ar={};function or(t,e){rr[t]=rr[t]||[],rr[t].push(e)}function sr(t,e,n){t.setTimeout((function(){return br(e,rr[e.type],n,t)}),1)}function cr(t,e){t.forEach((function(t){return t.setTech&&t.setTech(e)}))}function lr(t,e,n){return t.reduceRight(vr(n),e[n]())}function ur(t,e,n,r){return e[n](t.reduce(vr(n),r))}function hr(t,e,n,r){void 0===r&&(r=null);var i="call"+Je(n),a=t.reduce(vr(i),r),o=a===ar,s=o?null:e[n](a);return gr(t,n,s,o),s}var fr={buffered:1,currentTime:1,duration:1,muted:1,played:1,paused:1,seekable:1,volume:1,ended:1},dr={setCurrentTime:1,setMuted:1,setVolume:1},pr={play:1,pause:1};function vr(t){return function(e,n){return e===ar?ar:n[t]?n[t](e):e}}function gr(t,e,n,r){for(var i=t.length-1;i>=0;i--){var a=t[i];a[e]&&a[e](r,n)}}function mr(t){ir[t.id()]=null}function yr(t,e){var n=ir[t.id()],r=null;if(void 0===n||null===n)return r=e(t),ir[t.id()]=[[e,r]],r;for(var i=0;i<n.length;i++){var a=n[i],o=a[0],s=a[1];o===e&&(r=s)}return null===r&&(r=e(t),n.push([e,r])),r}function br(t,e,n,r,i,a){void 0===t&&(t={}),void 0===e&&(e=[]),void 0===i&&(i=[]),void 0===a&&(a=!1);var o=e,s=o[0],c=o.slice(1);if("string"===typeof s)br(t,rr[s],n,r,i,a);else if(s){var l=yr(r,s);if(!l.setSource)return i.push(l),br(t,c,n,r,i,a);l.setSource(at({},t),(function(e,o){if(e)return br(t,c,n,r,i,a);i.push(l),br(o,t.type===o.type?c:rr[o.type],n,r,i,a)}))}else c.length?br(t,c,n,r,i,a):a?n(t,i):br(t,rr["*"],n,r,i,!0)}var _r={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",m4a:"audio/mp4",mp3:"audio/mpeg",aac:"audio/aac",caf:"audio/x-caf",flac:"audio/flac",oga:"audio/ogg",wav:"audio/wav",m3u8:"application/x-mpegURL",mpd:"application/dash+xml",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",png:"image/png",svg:"image/svg+xml",webp:"image/webp"},xr=function(t){void 0===t&&(t="");var e=Vn(t),n=_r[e.toLowerCase()];return n||""},wr=function(t,e){if(!e)return"";if(t.cache_.source.src===e&&t.cache_.source.type)return t.cache_.source.type;var n=t.cache_.sources.filter((function(t){return t.src===e}));if(n.length)return n[0].type;for(var r=t.$$("source"),i=0;i<r.length;i++){var a=r[i];if(a.type&&a.src&&a.src===e)return a.type}return xr(e)},kr=function t(e){if(Array.isArray(e)){var n=[];e.forEach((function(e){e=t(e),Array.isArray(e)?n=n.concat(e):ot(e)&&n.push(e)})),e=n}else e="string"===typeof e&&e.trim()?[Cr({src:e})]:ot(e)&&"string"===typeof e.src&&e.src&&e.src.trim()?[Cr(e)]:[];return e};function Cr(t){if(!t.type){var e=xr(t.src);e&&(t.type=e)}return t}var Sr=function(t){function e(e,n,r){var i,a=en({createEl:!1},n);if(i=t.call(this,e,a,r)||this,n.playerOptions.sources&&0!==n.playerOptions.sources.length)e.src(n.playerOptions.sources);else for(var o=0,s=n.playerOptions.techOrder;o<s.length;o++){var c=Je(s[o]),l=nr.getTech(c);if(c||(l=sn.getComponent(c)),l&&l.isSupported()){e.loadTech_(c);break}}return i}return v()(e,t),e}(sn);sn.registerComponent("MediaLoader",Sr);var Tr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.options_.controlText&&r.controlText(r.options_.controlText),r.handleMouseOver_=function(t){return r.handleMouseOver(t)},r.handleMouseOut_=function(t){return r.handleMouseOut(t)},r.handleClick_=function(t){return r.handleClick(t)},r.handleKeyDown_=function(t){return r.handleKeyDown(t)},r.emitTapEvents(),r.enable(),r}v()(e,t);var n=e.prototype;return n.createEl=function(t,e,n){void 0===t&&(t="div"),void 0===e&&(e={}),void 0===n&&(n={}),e=at({className:this.buildCSSClass(),tabIndex:0},e),"button"===t&&J.error("Creating a ClickableComponent with an HTML element of "+t+" is not supported; use a Button instead."),n=at({role:"button"},n),this.tabIndex_=e.tabIndex;var r=Nt(t,e,n);return r.appendChild(Nt("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),this.createControlTextEl(r),r},n.dispose=function(){this.controlTextEl_=null,t.prototype.dispose.call(this)},n.createControlTextEl=function(t){return this.controlTextEl_=Nt("span",{className:"vjs-control-text"},{"aria-live":"polite"}),t&&t.appendChild(this.controlTextEl_),this.controlText(this.controlText_,t),this.controlTextEl_},n.controlText=function(t,e){if(void 0===e&&(e=this.el()),void 0===t)return this.controlText_||"Need Text";var n=this.localize(t);this.controlText_=t,Rt(this.controlTextEl_,n),this.nonIconControl||this.player_.options_.noUITitleAttributes||e.setAttribute("title",n)},n.buildCSSClass=function(){return"vjs-control vjs-button "+t.prototype.buildCSSClass.call(this)},n.enable=function(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),"undefined"!==typeof this.tabIndex_&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick_),this.on("keydown",this.handleKeyDown_))},n.disable=function(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),"undefined"!==typeof this.tabIndex_&&this.el_.removeAttribute("tabIndex"),this.off("mouseover",this.handleMouseOver_),this.off("mouseout",this.handleMouseOut_),this.off(["tap","click"],this.handleClick_),this.off("keydown",this.handleKeyDown_)},n.handleLanguagechange=function(){this.controlText(this.controlText_)},n.handleClick=function(t){this.options_.clickHandler&&this.options_.clickHandler.call(this,arguments)},n.handleKeyDown=function(e){h.a.isEventKey(e,"Space")||h.a.isEventKey(e,"Enter")?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):t.prototype.handleKeyDown.call(this,e)},e}(sn);sn.registerComponent("ClickableComponent",Tr);var Or=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update(),r.update_=function(t){return r.update(t)},e.on("posterchange",r.update_),r}v()(e,t);var n=e.prototype;return n.dispose=function(){this.player().off("posterchange",this.update_),t.prototype.dispose.call(this)},n.createEl=function(){var t=Nt("div",{className:"vjs-poster",tabIndex:-1});return t},n.update=function(t){var e=this.player().poster();this.setSrc(e),e?this.show():this.hide()},n.setSrc=function(t){var e="";t&&(e='url("'+t+'")'),this.el_.style.backgroundImage=e},n.handleClick=function(t){if(this.player_.controls()){var e=this.player_.usingPlugin("eme")&&this.player_.eme.sessions&&this.player_.eme.sessions.length>0;!this.player_.tech(!0)||(xt||yt)&&e||this.player_.tech(!0).focus(),this.player_.paused()?gn(this.player_.play()):this.player_.pause()}},e}(Tr);sn.registerComponent("PosterImage",Or);var Mr="#222",Er="#ccc",Ar={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'};function Pr(t,e){var n;if(4===t.length)n=t[1]+t[1]+t[2]+t[2]+t[3]+t[3];else{if(7!==t.length)throw new Error("Invalid color code provided, "+t+"; must be formatted as e.g. #f0e or #f604e2.");n=t.slice(1)}return"rgba("+parseInt(n.slice(0,2),16)+","+parseInt(n.slice(2,4),16)+","+parseInt(n.slice(4,6),16)+","+e+")"}function Lr(t,e,n){try{t.style[e]=n}catch(r){return}}var Ir=function(t){function e(e,n,r){var i;i=t.call(this,e,n,r)||this;var o=function(t){return i.updateDisplay(t)};return e.on("loadstart",(function(t){return i.toggleDisplay(t)})),e.on("texttrackchange",o),e.on("loadedmetadata",(function(t){return i.preselectTrack(t)})),e.ready(ze(d()(i),(function(){if(e.tech_&&e.tech_.featuresNativeTextTracks)this.hide();else{e.on("fullscreenchange",o),e.on("playerresize",o),a.a.addEventListener("orientationchange",o),e.on("dispose",(function(){return a.a.removeEventListener("orientationchange",o)}));for(var t=this.options_.playerOptions.tracks||[],n=0;n<t.length;n++)this.player_.addRemoteTextTrack(t[n],!0);this.preselectTrack()}}))),i}v()(e,t);var n=e.prototype;return n.preselectTrack=function(){for(var t,e,n,r={captions:1,subtitles:1},i=this.player_.textTracks(),a=this.player_.cache_.selectedLanguage,o=0;o<i.length;o++){var s=i[o];a&&a.enabled&&a.language&&a.language===s.language&&s.kind in r?s.kind===a.kind?n=s:n||(n=s):a&&!a.enabled?(n=null,t=null,e=null):s["default"]&&("descriptions"!==s.kind||t?s.kind in r&&!e&&(e=s):t=s)}n?n.mode="showing":e?e.mode="showing":t&&(t.mode="showing")},n.toggleDisplay=function(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()},n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-text-track-display"},{translate:"yes","aria-live":"off","aria-atomic":"true"})},n.clearDisplay=function(){"function"===typeof a.a.WebVTT&&a.a.WebVTT.processCues(a.a,[],this.el_)},n.updateDisplay=function(){var t=this.player_.textTracks(),e=this.options_.allowMultipleShowingTracks;if(this.clearDisplay(),e){for(var n=[],r=0;r<t.length;++r){var i=t[r];"showing"===i.mode&&n.push(i)}this.updateForTrack(n)}else{var a=null,o=null,s=t.length;while(s--){var c=t[s];"showing"===c.mode&&("descriptions"===c.kind?a=c:o=c)}o?("off"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","off"),this.updateForTrack(o)):a&&("assertive"!==this.getAttribute("aria-live")&&this.setAttribute("aria-live","assertive"),this.updateForTrack(a))}},n.updateDisplayState=function(t){var e=this.player_.textTrackSettings.getValues(),n=t.activeCues,r=n.length;while(r--){var i=n[r];if(i){var o=i.displayState;if(e.color&&(o.firstChild.style.color=e.color),e.textOpacity&&Lr(o.firstChild,"color",Pr(e.color||"#fff",e.textOpacity)),e.backgroundColor&&(o.firstChild.style.backgroundColor=e.backgroundColor),e.backgroundOpacity&&Lr(o.firstChild,"backgroundColor",Pr(e.backgroundColor||"#000",e.backgroundOpacity)),e.windowColor&&(e.windowOpacity?Lr(o,"backgroundColor",Pr(e.windowColor,e.windowOpacity)):o.style.backgroundColor=e.windowColor),e.edgeStyle&&("dropshadow"===e.edgeStyle?o.firstChild.style.textShadow="2px 2px 3px "+Mr+", 2px 2px 4px "+Mr+", 2px 2px 5px "+Mr:"raised"===e.edgeStyle?o.firstChild.style.textShadow="1px 1px "+Mr+", 2px 2px "+Mr+", 3px 3px "+Mr:"depressed"===e.edgeStyle?o.firstChild.style.textShadow="1px 1px "+Er+", 0 1px "+Er+", -1px -1px "+Mr+", 0 -1px "+Mr:"uniform"===e.edgeStyle&&(o.firstChild.style.textShadow="0 0 4px "+Mr+", 0 0 4px "+Mr+", 0 0 4px "+Mr+", 0 0 4px "+Mr)),e.fontPercent&&1!==e.fontPercent){var s=a.a.parseFloat(o.style.fontSize);o.style.fontSize=s*e.fontPercent+"px",o.style.height="auto",o.style.top="auto"}e.fontFamily&&"default"!==e.fontFamily&&("small-caps"===e.fontFamily?o.firstChild.style.fontVariant="small-caps":o.firstChild.style.fontFamily=Ar[e.fontFamily])}}},n.updateForTrack=function(t){if(Array.isArray(t)||(t=[t]),"function"===typeof a.a.WebVTT&&!t.every((function(t){return!t.activeCues}))){for(var e=[],n=0;n<t.length;++n)for(var r=t[n],i=0;i<r.activeCues.length;++i)e.push(r.activeCues[i]);a.a.WebVTT.processCues(a.a,e,this.el_);for(var o=0;o<t.length;++o){for(var s=t[o],c=0;c<s.activeCues.length;++c){var l=s.activeCues[c].displayState;Ht(l,"vjs-text-track-cue"),Ht(l,"vjs-text-track-cue-"+(s.language?s.language:o)),s.language&&Yt(l,"lang",s.language)}this.player_.textTrackSettings&&this.updateDisplayState(s)}}},e}(sn);sn.registerComponent("TextTrackDisplay",Ir);var jr=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=this.player_.isAudio(),n=this.localize(e?"Audio Player":"Video Player"),r=Nt("span",{className:"vjs-control-text",textContent:this.localize("{1} is loading.",[n])}),i=t.prototype.createEl.call(this,"div",{className:"vjs-loading-spinner",dir:"ltr"});return i.appendChild(r),i},e}(sn);sn.registerComponent("LoadingSpinner",jr);var zr=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(t,e,n){void 0===e&&(e={}),void 0===n&&(n={}),t="button",e=at({className:this.buildCSSClass()},e),n=at({type:"button"},n);var r=Nt(t,e,n);return r.appendChild(Nt("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),this.createControlTextEl(r),r},n.addChild=function(t,e){void 0===e&&(e={});var n=this.constructor.name;return J.warn("Adding an actionable (user controllable) child to a Button ("+n+") is not supported; use a ClickableComponent instead."),sn.prototype.addChild.call(this,t,e)},n.enable=function(){t.prototype.enable.call(this),this.el_.removeAttribute("disabled")},n.disable=function(){t.prototype.disable.call(this),this.el_.setAttribute("disabled","disabled")},n.handleKeyDown=function(e){h.a.isEventKey(e,"Space")||h.a.isEventKey(e,"Enter")?e.stopPropagation():t.prototype.handleKeyDown.call(this,e)},e}(Tr);sn.registerComponent("Button",zr);var Dr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.mouseused_=!1,r.on("mousedown",(function(t){return r.handleMouseDown(t)})),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-big-play-button"},n.handleClick=function(t){var e=this.player_.play();if(this.mouseused_&&t.clientX&&t.clientY){var n=this.player_.usingPlugin("eme")&&this.player_.eme.sessions&&this.player_.eme.sessions.length>0;return gn(e),void(!this.player_.tech(!0)||(xt||yt)&&n||this.player_.tech(!0).focus())}var r=this.player_.getChild("controlBar"),i=r&&r.getChild("playToggle");if(i){var a=function(){return i.focus()};vn(e)?e.then(a,(function(){})):this.setTimeout(a,1)}else this.player_.tech(!0).focus()},n.handleKeyDown=function(e){this.mouseused_=!1,t.prototype.handleKeyDown.call(this,e)},n.handleMouseDown=function(t){this.mouseused_=!0},e}(zr);Dr.prototype.controlText_="Play Video",sn.registerComponent("BigPlayButton",Dr);var Nr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.controlText(n&&n.controlText||r.localize("Close")),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-close-button "+t.prototype.buildCSSClass.call(this)},n.handleClick=function(t){this.trigger({type:"close",bubbles:!1})},n.handleKeyDown=function(e){h.a.isEventKey(e,"Esc")?(e.preventDefault(),e.stopPropagation(),this.trigger("click")):t.prototype.handleKeyDown.call(this,e)},e}(zr);sn.registerComponent("CloseButton",Nr);var Rr=function(t){function e(e,n){var r;return void 0===n&&(n={}),r=t.call(this,e,n)||this,n.replay=void 0===n.replay||n.replay,r.on(e,"play",(function(t){return r.handlePlay(t)})),r.on(e,"pause",(function(t){return r.handlePause(t)})),n.replay&&r.on(e,"ended",(function(t){return r.handleEnded(t)})),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-play-control "+t.prototype.buildCSSClass.call(this)},n.handleClick=function(t){this.player_.paused()?gn(this.player_.play()):this.player_.pause()},n.handleSeeked=function(t){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(t):this.handlePlay(t)},n.handlePlay=function(t){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.controlText("Pause")},n.handlePause=function(t){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.controlText("Play")},n.handleEnded=function(t){var e=this;this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.controlText("Replay"),this.one(this.player_,"seeked",(function(t){return e.handleSeeked(t)}))},e}(zr);Rr.prototype.controlText_="Play",sn.registerComponent("PlayToggle",Rr);var Vr=function(t,e){t=t<0?0:t;var n=Math.floor(t%60),r=Math.floor(t/60%60),i=Math.floor(t/3600),a=Math.floor(e/60%60),o=Math.floor(e/3600);return(isNaN(t)||t===1/0)&&(i=r=n="-"),i=i>0||o>0?i+":":"",r=((i||a>=10)&&r<10?"0"+r:r)+":",n=n<10?"0"+n:n,i+r+n},Fr=Vr;function Hr(t){Fr=t}function Br(){Fr=Vr}function Ur(t,e){return void 0===e&&(e=t),Fr(t,e)}var $r=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on(e,["timeupdate","ended"],(function(t){return r.updateContent(t)})),r.updateTextNode_(),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=this.buildCSSClass(),n=t.prototype.createEl.call(this,"div",{className:e+" vjs-time-control vjs-control"}),r=Nt("span",{className:"vjs-control-text",textContent:this.localize(this.labelText_)+" "},{role:"presentation"});return n.appendChild(r),this.contentEl_=Nt("span",{className:e+"-display"},{"aria-live":"off",role:"presentation"}),n.appendChild(this.contentEl_),n},n.dispose=function(){this.contentEl_=null,this.textNode_=null,t.prototype.dispose.call(this)},n.updateTextNode_=function(t){var e=this;void 0===t&&(t=0),t=Ur(t),this.formattedTime_!==t&&(this.formattedTime_=t,this.requestNamedAnimationFrame("TimeDisplay#updateTextNode_",(function(){if(e.contentEl_){var t=e.textNode_;t&&e.contentEl_.firstChild!==t&&(t=null,J.warn("TimeDisplay#updateTextnode_: Prevented replacement of text node element since it was no longer a child of this node. Appending a new node instead.")),e.textNode_=s.a.createTextNode(e.formattedTime_),e.textNode_&&(t?e.contentEl_.replaceChild(e.textNode_,t):e.contentEl_.appendChild(e.textNode_))}})))},n.updateContent=function(t){},e}(sn);$r.prototype.labelText_="Time",$r.prototype.controlText_="Time",sn.registerComponent("TimeDisplay",$r);var qr=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-current-time"},n.updateContent=function(t){var e;e=this.player_.ended()?this.player_.duration():this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime(),this.updateTextNode_(e)},e}($r);qr.prototype.labelText_="Current Time",qr.prototype.controlText_="Current Time",sn.registerComponent("CurrentTimeDisplay",qr);var Wr=function(t){function e(e,n){var r;r=t.call(this,e,n)||this;var i=function(t){return r.updateContent(t)};return r.on(e,"durationchange",i),r.on(e,"loadstart",i),r.on(e,"loadedmetadata",i),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-duration"},n.updateContent=function(t){var e=this.player_.duration();this.updateTextNode_(e)},e}($r);Wr.prototype.labelText_="Duration",Wr.prototype.controlText_="Duration",sn.registerComponent("DurationDisplay",Wr);var Yr=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-time-control vjs-time-divider"},{"aria-hidden":!0}),n=t.prototype.createEl.call(this,"div"),r=t.prototype.createEl.call(this,"span",{textContent:"/"});return n.appendChild(r),e.appendChild(n),e},e}(sn);sn.registerComponent("TimeDivider",Yr);var Kr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on(e,"durationchange",(function(t){return r.updateContent(t)})),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-remaining-time"},n.createEl=function(){var e=t.prototype.createEl.call(this);return!1!==this.options_.displayNegative&&e.insertBefore(Nt("span",{},{"aria-hidden":!0},"-"),this.contentEl_),e},n.updateContent=function(t){var e;"number"===typeof this.player_.duration()&&(e=this.player_.ended()?0:this.player_.remainingTimeDisplay?this.player_.remainingTimeDisplay():this.player_.remainingTime(),this.updateTextNode_(e))},e}($r);Kr.prototype.labelText_="Remaining Time",Kr.prototype.controlText_="Remaining Time",sn.registerComponent("RemainingTimeDisplay",Kr);var Xr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.updateShowing(),r.on(r.player(),"durationchange",(function(t){return r.updateShowing(t)})),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-live-control vjs-control"});return this.contentEl_=Nt("div",{className:"vjs-live-display"},{"aria-live":"off"}),this.contentEl_.appendChild(Nt("span",{className:"vjs-control-text",textContent:this.localize("Stream Type")+" "})),this.contentEl_.appendChild(s.a.createTextNode(this.localize("LIVE"))),e.appendChild(this.contentEl_),e},n.dispose=function(){this.contentEl_=null,t.prototype.dispose.call(this)},n.updateShowing=function(t){this.player().duration()===1/0?this.show():this.hide()},e}(sn);sn.registerComponent("LiveDisplay",Xr);var Gr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.updateLiveEdgeStatus(),r.player_.liveTracker&&(r.updateLiveEdgeStatusHandler_=function(t){return r.updateLiveEdgeStatus(t)},r.on(r.player_.liveTracker,"liveedgechange",r.updateLiveEdgeStatusHandler_)),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this,"button",{className:"vjs-seek-to-live-control vjs-control"});return this.textEl_=Nt("span",{className:"vjs-seek-to-live-text",textContent:this.localize("LIVE")},{"aria-hidden":"true"}),e.appendChild(this.textEl_),e},n.updateLiveEdgeStatus=function(){!this.player_.liveTracker||this.player_.liveTracker.atLiveEdge()?(this.setAttribute("aria-disabled",!0),this.addClass("vjs-at-live-edge"),this.controlText("Seek to live, currently playing live")):(this.setAttribute("aria-disabled",!1),this.removeClass("vjs-at-live-edge"),this.controlText("Seek to live, currently behind live"))},n.handleClick=function(){this.player_.liveTracker.seekToLiveEdge()},n.dispose=function(){this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.updateLiveEdgeStatusHandler_),this.textEl_=null,t.prototype.dispose.call(this)},e}(zr);Gr.prototype.controlText_="Seek to live, currently playing live",sn.registerComponent("SeekToLive",Gr);var Zr=function(t,e,n){return t=Number(t),Math.min(n,Math.max(e,isNaN(t)?e:t))},Qr=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.handleMouseDown_=function(t){return r.handleMouseDown(t)},r.handleMouseUp_=function(t){return r.handleMouseUp(t)},r.handleKeyDown_=function(t){return r.handleKeyDown(t)},r.handleClick_=function(t){return r.handleClick(t)},r.handleMouseMove_=function(t){return r.handleMouseMove(t)},r.update_=function(t){return r.update(t)},r.bar=r.getChild(r.options_.barName),r.vertical(!!r.options_.vertical),r.enable(),r}v()(e,t);var n=e.prototype;return n.enabled=function(){return this.enabled_},n.enable=function(){this.enabled()||(this.on("mousedown",this.handleMouseDown_),this.on("touchstart",this.handleMouseDown_),this.on("keydown",this.handleKeyDown_),this.on("click",this.handleClick_),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)},n.disable=function(){if(this.enabled()){var t=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown_),this.off("touchstart",this.handleMouseDown_),this.off("keydown",this.handleKeyDown_),this.off("click",this.handleClick_),this.off(this.player_,"controlsvisible",this.update_),this.off(t,"mousemove",this.handleMouseMove_),this.off(t,"mouseup",this.handleMouseUp_),this.off(t,"touchmove",this.handleMouseMove_),this.off(t,"touchend",this.handleMouseUp_),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}},n.createEl=function(e,n,r){return void 0===n&&(n={}),void 0===r&&(r={}),n.className=n.className+" vjs-slider",n=at({tabIndex:0},n),r=at({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},r),t.prototype.createEl.call(this,e,n,r)},n.handleMouseDown=function(t){var e=this.bar.el_.ownerDocument;"mousedown"===t.type&&t.preventDefault(),"touchstart"!==t.type||bt||t.preventDefault(),Xt(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(e,"mousemove",this.handleMouseMove_),this.on(e,"mouseup",this.handleMouseUp_),this.on(e,"touchmove",this.handleMouseMove_),this.on(e,"touchend",this.handleMouseUp_),this.handleMouseMove(t,!0)},n.handleMouseMove=function(t){},n.handleMouseUp=function(){var t=this.bar.el_.ownerDocument;Gt(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(t,"mousemove",this.handleMouseMove_),this.off(t,"mouseup",this.handleMouseUp_),this.off(t,"touchmove",this.handleMouseMove_),this.off(t,"touchend",this.handleMouseUp_),this.update()},n.update=function(){var t=this;if(this.el_&&this.bar){var e=this.getProgress();return e===this.progress_||(this.progress_=e,this.requestNamedAnimationFrame("Slider#update",(function(){var n=t.vertical()?"height":"width";t.bar.el().style[n]=(100*e).toFixed(2)+"%"}))),e}},n.getProgress=function(){return Number(Zr(this.getPercent(),0,1).toFixed(4))},n.calculateDistance=function(t){var e=Jt(this.el_,t);return this.vertical()?e.y:e.x},n.handleKeyDown=function(e){h.a.isEventKey(e,"Left")||h.a.isEventKey(e,"Down")?(e.preventDefault(),e.stopPropagation(),this.stepBack()):h.a.isEventKey(e,"Right")||h.a.isEventKey(e,"Up")?(e.preventDefault(),e.stopPropagation(),this.stepForward()):t.prototype.handleKeyDown.call(this,e)},n.handleClick=function(t){t.stopPropagation(),t.preventDefault()},n.vertical=function(t){if(void 0===t)return this.vertical_||!1;this.vertical_=!!t,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")},e}(sn);sn.registerComponent("Slider",Qr);var Jr=function(t,e){return Zr(t/e*100,0,100).toFixed(2)+"%"},ti=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.partEls_=[],r.on(e,"progress",(function(t){return r.update(t)})),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-load-progress"}),n=Nt("span",{className:"vjs-control-text"}),r=Nt("span",{textContent:this.localize("Loaded")}),i=s.a.createTextNode(": ");return this.percentageEl_=Nt("span",{className:"vjs-control-text-loaded-percentage",textContent:"0%"}),e.appendChild(n),n.appendChild(r),n.appendChild(i),n.appendChild(this.percentageEl_),e},n.dispose=function(){this.partEls_=null,this.percentageEl_=null,t.prototype.dispose.call(this)},n.update=function(t){var e=this;this.requestNamedAnimationFrame("LoadProgressBar#update",(function(){var t=e.player_.liveTracker,n=e.player_.buffered(),r=t&&t.isLive()?t.seekableEnd():e.player_.duration(),i=e.player_.bufferedEnd(),a=e.partEls_,o=Jr(i,r);e.percent_!==o&&(e.el_.style.width=o,Rt(e.percentageEl_,o),e.percent_=o);for(var s=0;s<n.length;s++){var c=n.start(s),l=n.end(s),u=a[s];u||(u=e.el_.appendChild(Nt()),a[s]=u),u.dataset.start===c&&u.dataset.end===l||(u.dataset.start=c,u.dataset.end=l,u.style.left=Jr(c,i),u.style.width=Jr(l-c,i))}for(var h=a.length;h>n.length;h--)e.el_.removeChild(a[h-1]);a.length=n.length}))},e}(sn);sn.registerComponent("LoadProgressBar",ti);var ei=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update=De(ze(d()(r),r.update),je),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"},{"aria-hidden":"true"})},n.update=function(t,e,n){var r=Qt(this.el_),i=Zt(this.player_.el()),a=t.width*e;if(i&&r){var o=t.left-i.left+a,s=t.width-a+(i.right-t.right),c=r.width/2;o<c?c+=c-o:s<c&&(c=s),c<0?c=0:c>r.width&&(c=r.width),c=Math.round(c),this.el_.style.right="-"+c+"px",this.write(n)}},n.write=function(t){Rt(this.el_,t)},n.updateTime=function(t,e,n,r){var i=this;this.requestNamedAnimationFrame("TimeTooltip#updateTime",(function(){var a,o=i.player_.duration();if(i.player_.liveTracker&&i.player_.liveTracker.isLive()){var s=i.player_.liveTracker.liveWindow(),c=s-e*s;a=(c<1?"":"-")+Ur(c,s)}else a=Ur(n,o);i.update(t,e,a),r&&r()}))},e}(sn);sn.registerComponent("TimeTooltip",ei);var ni=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update=De(ze(d()(r),r.update),je),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar"},{"aria-hidden":"true"})},n.update=function(t,e){var n=this.getChild("timeTooltip");if(n){var r=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();n.updateTime(t,e,r)}},e}(sn);ni.prototype.options_={children:[]},Ot||pt||ni.prototype.options_.children.push("timeTooltip"),sn.registerComponent("PlayProgressBar",ni);var ri=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update=De(ze(d()(r),r.update),je),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},n.update=function(t,e){var n=this,r=e*this.player_.duration();this.getChild("timeTooltip").updateTime(t,e,r,(function(){n.el_.style.left=t.width*e+"px"}))},e}(sn);ri.prototype.options_={children:["timeTooltip"]},sn.registerComponent("MouseTimeDisplay",ri);var ii=5,ai=12,oi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.setEventHandlers_(),r}v()(e,t);var n=e.prototype;return n.setEventHandlers_=function(){var t=this;this.update_=ze(this,this.update),this.update=De(this.update_,je),this.on(this.player_,["ended","durationchange","timeupdate"],this.update),this.player_.liveTracker&&this.on(this.player_.liveTracker,"liveedgechange",this.update),this.updateInterval=null,this.enableIntervalHandler_=function(e){return t.enableInterval_(e)},this.disableIntervalHandler_=function(e){return t.disableInterval_(e)},this.on(this.player_,["playing"],this.enableIntervalHandler_),this.on(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in s.a&&"visibilityState"in s.a&&this.on(s.a,"visibilitychange",this.toggleVisibility_)},n.toggleVisibility_=function(t){"hidden"===s.a.visibilityState?(this.cancelNamedAnimationFrame("SeekBar#update"),this.cancelNamedAnimationFrame("Slider#update"),this.disableInterval_(t)):(this.player_.ended()||this.player_.paused()||this.enableInterval_(),this.update())},n.enableInterval_=function(){this.updateInterval||(this.updateInterval=this.setInterval(this.update,je))},n.disableInterval_=function(t){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&t&&"ended"!==t.type||this.updateInterval&&(this.clearInterval(this.updateInterval),this.updateInterval=null)},n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},n.update=function(e){var n=this;if("hidden"!==s.a.visibilityState){var r=t.prototype.update.call(this);return this.requestNamedAnimationFrame("SeekBar#update",(function(){var t=n.player_.ended()?n.player_.duration():n.getCurrentTime_(),e=n.player_.liveTracker,i=n.player_.duration();e&&e.isLive()&&(i=n.player_.liveTracker.liveCurrentTime()),n.percent_!==r&&(n.el_.setAttribute("aria-valuenow",(100*r).toFixed(2)),n.percent_=r),n.currentTime_===t&&n.duration_===i||(n.el_.setAttribute("aria-valuetext",n.localize("progress bar timing: currentTime={1} duration={2}",[Ur(t,i),Ur(i,i)],"{1} of {2}")),n.currentTime_=t,n.duration_=i),n.bar&&n.bar.update(Zt(n.el()),n.getProgress())})),r}},n.userSeek_=function(t){this.player_.liveTracker&&this.player_.liveTracker.isLive()&&this.player_.liveTracker.nextSeekedFromUser(),this.player_.currentTime(t)},n.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},n.getPercent=function(){var t,e=this.getCurrentTime_(),n=this.player_.liveTracker;return n&&n.isLive()?(t=(e-n.seekableStart())/n.liveWindow(),n.atLiveEdge()&&(t=1)):t=e/this.player_.duration(),t},n.handleMouseDown=function(e){ae(e)&&(e.stopPropagation(),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),t.prototype.handleMouseDown.call(this,e))},n.handleMouseMove=function(t,e){if(void 0===e&&(e=!1),ae(t)){var n;e||this.player_.scrubbing()||this.player_.scrubbing(!0);var r=this.calculateDistance(t),i=this.player_.liveTracker;if(i&&i.isLive()){if(r>=.99)return void i.seekToLiveEdge();var a=i.seekableStart(),o=i.liveCurrentTime();if(n=a+r*i.liveWindow(),n>=o&&(n=o),n<=a&&(n=a+.1),n===1/0)return}else n=r*this.player_.duration(),n===this.player_.duration()&&(n-=.1);this.userSeek_(n)}},n.enable=function(){t.prototype.enable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.show()},n.disable=function(){t.prototype.disable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.hide()},n.handleMouseUp=function(e){t.prototype.handleMouseUp.call(this,e),e&&e.stopPropagation(),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying?gn(this.player_.play()):this.update_()},n.stepForward=function(){this.userSeek_(this.player_.currentTime()+ii)},n.stepBack=function(){this.userSeek_(this.player_.currentTime()-ii)},n.handleAction=function(t){this.player_.paused()?this.player_.play():this.player_.pause()},n.handleKeyDown=function(e){var n=this.player_.liveTracker;if(h.a.isEventKey(e,"Space")||h.a.isEventKey(e,"Enter"))e.preventDefault(),e.stopPropagation(),this.handleAction(e);else if(h.a.isEventKey(e,"Home"))e.preventDefault(),e.stopPropagation(),this.userSeek_(0);else if(h.a.isEventKey(e,"End"))e.preventDefault(),e.stopPropagation(),n&&n.isLive()?this.userSeek_(n.liveCurrentTime()):this.userSeek_(this.player_.duration());else if(/^[0-9]$/.test(h()(e))){e.preventDefault(),e.stopPropagation();var r=10*(h.a.codes[h()(e)]-h.a.codes["0"])/100;n&&n.isLive()?this.userSeek_(n.seekableStart()+n.liveWindow()*r):this.userSeek_(this.player_.duration()*r)}else h.a.isEventKey(e,"PgDn")?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()-ii*ai)):h.a.isEventKey(e,"PgUp")?(e.preventDefault(),e.stopPropagation(),this.userSeek_(this.player_.currentTime()+ii*ai)):t.prototype.handleKeyDown.call(this,e)},n.dispose=function(){this.disableInterval_(),this.off(this.player_,["ended","durationchange","timeupdate"],this.update),this.player_.liveTracker&&this.off(this.player_.liveTracker,"liveedgechange",this.update),this.off(this.player_,["playing"],this.enableIntervalHandler_),this.off(this.player_,["ended","pause","waiting"],this.disableIntervalHandler_),"hidden"in s.a&&"visibilityState"in s.a&&this.off(s.a,"visibilitychange",this.toggleVisibility_),t.prototype.dispose.call(this)},e}(Qr);oi.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},Ot||pt||oi.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),sn.registerComponent("SeekBar",oi);var si=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.handleMouseMove=De(ze(d()(r),r.handleMouseMove),je),r.throttledHandleMouseSeek=De(ze(d()(r),r.handleMouseSeek),je),r.handleMouseUpHandler_=function(t){return r.handleMouseUp(t)},r.handleMouseDownHandler_=function(t){return r.handleMouseDown(t)},r.enable(),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},n.handleMouseMove=function(t){var e=this.getChild("seekBar");if(e){var n=e.getChild("playProgressBar"),r=e.getChild("mouseTimeDisplay");if(n||r){var i=e.el(),a=Qt(i),o=Jt(i,t).x;o=Zr(o,0,1),r&&r.update(a,o),n&&n.update(a,e.getProgress())}}},n.handleMouseSeek=function(t){var e=this.getChild("seekBar");e&&e.handleMouseMove(t)},n.enabled=function(){return this.enabled_},n.disable=function(){if(this.children().forEach((function(t){return t.disable&&t.disable()})),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDownHandler_),this.off(this.el_,"mousemove",this.handleMouseMove),this.removeListenersAddedOnMousedownAndTouchstart(),this.addClass("disabled"),this.enabled_=!1,this.player_.scrubbing())){var t=this.getChild("seekBar");this.player_.scrubbing(!1),t.videoWasPlaying&&gn(this.player_.play())}},n.enable=function(){this.children().forEach((function(t){return t.enable&&t.enable()})),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDownHandler_),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},n.removeListenersAddedOnMousedownAndTouchstart=function(){var t=this.el_.ownerDocument;this.off(t,"mousemove",this.throttledHandleMouseSeek),this.off(t,"touchmove",this.throttledHandleMouseSeek),this.off(t,"mouseup",this.handleMouseUpHandler_),this.off(t,"touchend",this.handleMouseUpHandler_)},n.handleMouseDown=function(t){var e=this.el_.ownerDocument,n=this.getChild("seekBar");n&&n.handleMouseDown(t),this.on(e,"mousemove",this.throttledHandleMouseSeek),this.on(e,"touchmove",this.throttledHandleMouseSeek),this.on(e,"mouseup",this.handleMouseUpHandler_),this.on(e,"touchend",this.handleMouseUpHandler_)},n.handleMouseUp=function(t){var e=this.getChild("seekBar");e&&e.handleMouseUp(t),this.removeListenersAddedOnMousedownAndTouchstart()},e}(sn);si.prototype.options_={children:["seekBar"]},sn.registerComponent("ProgressControl",si);var ci=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on(e,["enterpictureinpicture","leavepictureinpicture"],(function(t){return r.handlePictureInPictureChange(t)})),r.on(e,["disablepictureinpicturechanged","loadedmetadata"],(function(t){return r.handlePictureInPictureEnabledChange(t)})),r.on(e,["loadedmetadata","audioonlymodechange","audiopostermodechange"],(function(){var t="audio"===e.currentType().substring(0,5);t||e.audioPosterMode()||e.audioOnlyMode()?(e.isInPictureInPicture()&&e.exitPictureInPicture(),r.hide()):r.show()})),r.disable(),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-picture-in-picture-control "+t.prototype.buildCSSClass.call(this)},n.handlePictureInPictureEnabledChange=function(){s.a.pictureInPictureEnabled&&!1===this.player_.disablePictureInPicture()?this.enable():this.disable()},n.handlePictureInPictureChange=function(t){this.player_.isInPictureInPicture()?this.controlText("Exit Picture-in-Picture"):this.controlText("Picture-in-Picture"),this.handlePictureInPictureEnabledChange()},n.handleClick=function(t){this.player_.isInPictureInPicture()?this.player_.exitPictureInPicture():this.player_.requestPictureInPicture()},e}(zr);ci.prototype.controlText_="Picture-in-Picture",sn.registerComponent("PictureInPictureToggle",ci);var li=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on(e,"fullscreenchange",(function(t){return r.handleFullscreenChange(t)})),!1===s.a[e.fsApi_.fullscreenEnabled]&&r.disable(),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-fullscreen-control "+t.prototype.buildCSSClass.call(this)},n.handleFullscreenChange=function(t){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},n.handleClick=function(t){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},e}(zr);li.prototype.controlText_="Fullscreen",sn.registerComponent("FullscreenToggle",li);var ui=function(t,e){e.tech_&&!e.tech_.featuresVolumeControl&&t.addClass("vjs-hidden"),t.on(e,"loadstart",(function(){e.tech_.featuresVolumeControl?t.removeClass("vjs-hidden"):t.addClass("vjs-hidden")}))},hi=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this,"div",{className:"vjs-volume-level"});return e.appendChild(t.prototype.createEl.call(this,"span",{className:"vjs-control-text"})),e},e}(sn);sn.registerComponent("VolumeLevel",hi);var fi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update=De(ze(d()(r),r.update),je),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-volume-tooltip"},{"aria-hidden":"true"})},n.update=function(t,e,n,r){if(!n){var i=Zt(this.el_),a=Zt(this.player_.el()),o=t.width*e;if(!a||!i)return;var s=t.left-a.left+o,c=t.width-o+(a.right-t.right),l=i.width/2;s<l?l+=l-s:c<l&&(l=c),l<0?l=0:l>i.width&&(l=i.width),this.el_.style.right="-"+l+"px"}this.write(r+"%")},n.write=function(t){Rt(this.el_,t)},n.updateVolume=function(t,e,n,r,i){var a=this;this.requestNamedAnimationFrame("VolumeLevelTooltip#updateVolume",(function(){a.update(t,e,n,r.toFixed(0)),i&&i()}))},e}(sn);sn.registerComponent("VolumeLevelTooltip",fi);var di=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.update=De(ze(d()(r),r.update),je),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},n.update=function(t,e,n){var r=this,i=100*e;this.getChild("volumeLevelTooltip").updateVolume(t,e,n,i,(function(){n?r.el_.style.bottom=t.height*e+"px":r.el_.style.left=t.width*e+"px"}))},e}(sn);di.prototype.options_={children:["volumeLevelTooltip"]},sn.registerComponent("MouseVolumeLevelDisplay",di);var pi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on("slideractive",(function(t){return r.updateLastVolume_(t)})),r.on(e,"volumechange",(function(t){return r.updateARIAAttributes(t)})),e.ready((function(){return r.updateARIAAttributes()})),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},n.handleMouseDown=function(e){ae(e)&&t.prototype.handleMouseDown.call(this,e)},n.handleMouseMove=function(t){var e=this.getChild("mouseVolumeLevelDisplay");if(e){var n=this.el(),r=Zt(n),i=this.vertical(),a=Jt(n,t);a=i?a.y:a.x,a=Zr(a,0,1),e.update(r,a,i)}ae(t)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(t)))},n.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},n.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},n.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},n.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},n.updateARIAAttributes=function(t){var e=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",e),this.el_.setAttribute("aria-valuetext",e+"%")},n.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},n.updateLastVolume_=function(){var t=this,e=this.player_.volume();this.one("sliderinactive",(function(){0===t.player_.volume()&&t.player_.lastVolume_(e)}))},e}(Qr);pi.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},Ot||pt||pi.prototype.options_.children.splice(0,0,"mouseVolumeLevelDisplay"),pi.prototype.playerEvent="volumechange",sn.registerComponent("VolumeBar",pi);var vi=function(t){function e(e,n){var r;return void 0===n&&(n={}),n.vertical=n.vertical||!1,("undefined"===typeof n.volumeBar||st(n.volumeBar))&&(n.volumeBar=n.volumeBar||{},n.volumeBar.vertical=n.vertical),r=t.call(this,e,n)||this,ui(d()(r),e),r.throttledHandleMouseMove=De(ze(d()(r),r.handleMouseMove),je),r.handleMouseUpHandler_=function(t){return r.handleMouseUp(t)},r.on("mousedown",(function(t){return r.handleMouseDown(t)})),r.on("touchstart",(function(t){return r.handleMouseDown(t)})),r.on("mousemove",(function(t){return r.handleMouseMove(t)})),r.on(r.volumeBar,["focus","slideractive"],(function(){r.volumeBar.addClass("vjs-slider-active"),r.addClass("vjs-slider-active"),r.trigger("slideractive")})),r.on(r.volumeBar,["blur","sliderinactive"],(function(){r.volumeBar.removeClass("vjs-slider-active"),r.removeClass("vjs-slider-active"),r.trigger("sliderinactive")})),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),t.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+e})},n.handleMouseDown=function(t){var e=this.el_.ownerDocument;this.on(e,"mousemove",this.throttledHandleMouseMove),this.on(e,"touchmove",this.throttledHandleMouseMove),this.on(e,"mouseup",this.handleMouseUpHandler_),this.on(e,"touchend",this.handleMouseUpHandler_)},n.handleMouseUp=function(t){var e=this.el_.ownerDocument;this.off(e,"mousemove",this.throttledHandleMouseMove),this.off(e,"touchmove",this.throttledHandleMouseMove),this.off(e,"mouseup",this.handleMouseUpHandler_),this.off(e,"touchend",this.handleMouseUpHandler_)},n.handleMouseMove=function(t){this.volumeBar.handleMouseMove(t)},e}(sn);vi.prototype.options_={children:["volumeBar"]},sn.registerComponent("VolumeControl",vi);var gi=function(t,e){e.tech_&&!e.tech_.featuresMuteControl&&t.addClass("vjs-hidden"),t.on(e,"loadstart",(function(){e.tech_.featuresMuteControl?t.removeClass("vjs-hidden"):t.addClass("vjs-hidden")}))},mi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,gi(d()(r),e),r.on(e,["loadstart","volumechange"],(function(t){return r.update(t)})),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-mute-control "+t.prototype.buildCSSClass.call(this)},n.handleClick=function(t){var e=this.player_.volume(),n=this.player_.lastVolume_();if(0===e){var r=n<.1?.1:n;this.player_.volume(r),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())},n.update=function(t){this.updateIcon_(),this.updateControlText_()},n.updateIcon_=function(){var t=this.player_.volume(),e=3;Ot&&this.player_.tech_&&this.player_.tech_.el_&&this.player_.muted(this.player_.tech_.el_.muted),0===t||this.player_.muted()?e=0:t<.33?e=1:t<.67&&(e=2);for(var n=0;n<4;n++)Bt(this.el_,"vjs-vol-"+n);Ht(this.el_,"vjs-vol-"+e)},n.updateControlText_=function(){var t=this.player_.muted()||0===this.player_.volume(),e=t?"Unmute":"Mute";this.controlText()!==e&&this.controlText(e)},e}(zr);mi.prototype.controlText_="Mute",sn.registerComponent("MuteToggle",mi);var yi=function(t){function e(e,n){var r;return void 0===n&&(n={}),"undefined"!==typeof n.inline?n.inline=n.inline:n.inline=!0,("undefined"===typeof n.volumeControl||st(n.volumeControl))&&(n.volumeControl=n.volumeControl||{},n.volumeControl.vertical=!n.inline),r=t.call(this,e,n)||this,r.handleKeyPressHandler_=function(t){return r.handleKeyPress(t)},r.on(e,["loadstart"],(function(t){return r.volumePanelState_(t)})),r.on(r.muteToggle,"keyup",(function(t){return r.handleKeyPress(t)})),r.on(r.volumeControl,"keyup",(function(t){return r.handleVolumeControlKeyUp(t)})),r.on("keydown",(function(t){return r.handleKeyPress(t)})),r.on("mouseover",(function(t){return r.handleMouseOver(t)})),r.on("mouseout",(function(t){return r.handleMouseOut(t)})),r.on(r.volumeControl,["slideractive"],r.sliderActive_),r.on(r.volumeControl,["sliderinactive"],r.sliderInactive_),r}v()(e,t);var n=e.prototype;return n.sliderActive_=function(){this.addClass("vjs-slider-active")},n.sliderInactive_=function(){this.removeClass("vjs-slider-active")},n.volumePanelState_=function(){this.volumeControl.hasClass("vjs-hidden")&&this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-hidden"),this.volumeControl.hasClass("vjs-hidden")&&!this.muteToggle.hasClass("vjs-hidden")&&this.addClass("vjs-mute-toggle-only")},n.createEl=function(){var e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),t.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+e})},n.dispose=function(){this.handleMouseOut(),t.prototype.dispose.call(this)},n.handleVolumeControlKeyUp=function(t){h.a.isEventKey(t,"Esc")&&this.muteToggle.focus()},n.handleMouseOver=function(t){this.addClass("vjs-hover"),Oe(s.a,"keyup",this.handleKeyPressHandler_)},n.handleMouseOut=function(t){this.removeClass("vjs-hover"),Me(s.a,"keyup",this.handleKeyPressHandler_)},n.handleKeyPress=function(t){h.a.isEventKey(t,"Esc")&&this.handleMouseOut()},e}(sn);yi.prototype.options_={children:["muteToggle","volumeControl"]},sn.registerComponent("VolumePanel",yi);var bi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,n&&(r.menuButton_=n.menuButton),r.focusedChild_=-1,r.on("keydown",(function(t){return r.handleKeyDown(t)})),r.boundHandleBlur_=function(t){return r.handleBlur(t)},r.boundHandleTapClick_=function(t){return r.handleTapClick(t)},r}v()(e,t);var n=e.prototype;return n.addEventListenerForItem=function(t){t instanceof sn&&(this.on(t,"blur",this.boundHandleBlur_),this.on(t,["tap","click"],this.boundHandleTapClick_))},n.removeEventListenerForItem=function(t){t instanceof sn&&(this.off(t,"blur",this.boundHandleBlur_),this.off(t,["tap","click"],this.boundHandleTapClick_))},n.removeChild=function(e){"string"===typeof e&&(e=this.getChild(e)),this.removeEventListenerForItem(e),t.prototype.removeChild.call(this,e)},n.addItem=function(t){var e=this.addChild(t);e&&this.addEventListenerForItem(e)},n.createEl=function(){var e=this.options_.contentElType||"ul";this.contentEl_=Nt(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");var n=t.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return n.appendChild(this.contentEl_),Oe(n,"click",(function(t){t.preventDefault(),t.stopImmediatePropagation()})),n},n.dispose=function(){this.contentEl_=null,this.boundHandleBlur_=null,this.boundHandleTapClick_=null,t.prototype.dispose.call(this)},n.handleBlur=function(t){var e=t.relatedTarget||s.a.activeElement;if(!this.children().some((function(t){return t.el()===e}))){var n=this.menuButton_;n&&n.buttonPressed_&&e!==n.el().firstChild&&n.unpressButton()}},n.handleTapClick=function(t){if(this.menuButton_){this.menuButton_.unpressButton();var e=this.children();if(!Array.isArray(e))return;var n=e.filter((function(e){return e.el()===t.target}))[0];if(!n)return;"CaptionSettingsMenuItem"!==n.name()&&this.menuButton_.focus()}},n.handleKeyDown=function(t){h.a.isEventKey(t,"Left")||h.a.isEventKey(t,"Down")?(t.preventDefault(),t.stopPropagation(),this.stepForward()):(h.a.isEventKey(t,"Right")||h.a.isEventKey(t,"Up"))&&(t.preventDefault(),t.stopPropagation(),this.stepBack())},n.stepForward=function(){var t=0;void 0!==this.focusedChild_&&(t=this.focusedChild_+1),this.focus(t)},n.stepBack=function(){var t=0;void 0!==this.focusedChild_&&(t=this.focusedChild_-1),this.focus(t)},n.focus=function(t){void 0===t&&(t=0);var e=this.children().slice(),n=e.length&&e[0].hasClass("vjs-menu-title");n&&e.shift(),e.length>0&&(t<0?t=0:t>=e.length&&(t=e.length-1),this.focusedChild_=t,e[t].el_.focus())},e}(sn);sn.registerComponent("Menu",bi);var _i=function(t){function e(e,n){var r;void 0===n&&(n={}),r=t.call(this,e,n)||this,r.menuButton_=new zr(e,n),r.menuButton_.controlText(r.controlText_),r.menuButton_.el_.setAttribute("aria-haspopup","true");var i=zr.prototype.buildCSSClass();r.menuButton_.el_.className=r.buildCSSClass()+" "+i,r.menuButton_.removeClass("vjs-control"),r.addChild(r.menuButton_),r.update(),r.enabled_=!0;var a=function(t){return r.handleClick(t)};return r.handleMenuKeyUp_=function(t){return r.handleMenuKeyUp(t)},r.on(r.menuButton_,"tap",a),r.on(r.menuButton_,"click",a),r.on(r.menuButton_,"keydown",(function(t){return r.handleKeyDown(t)})),r.on(r.menuButton_,"mouseenter",(function(){r.addClass("vjs-hover"),r.menu.show(),Oe(s.a,"keyup",r.handleMenuKeyUp_)})),r.on("mouseleave",(function(t){return r.handleMouseLeave(t)})),r.on("keydown",(function(t){return r.handleSubmenuKeyDown(t)})),r}v()(e,t);var n=e.prototype;return n.update=function(){var t=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=t,this.addChild(t),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?(this.hide(),this.menu.contentEl_.removeAttribute("role")):(this.show(),this.menu.contentEl_.setAttribute("role","menu"))},n.createMenu=function(){var t=new bi(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){var e=Nt("li",{className:"vjs-menu-title",textContent:Je(this.options_.title),tabIndex:-1}),n=new sn(this.player_,{el:e});t.addItem(n)}if(this.items=this.createItems(),this.items)for(var r=0;r<this.items.length;r++)t.addItem(this.items[r]);return t},n.createItems=function(){},n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildWrapperCSSClass()},{})},n.buildWrapperCSSClass=function(){var e="vjs-menu-button";!0===this.options_.inline?e+="-inline":e+="-popup";var n=zr.prototype.buildCSSClass();return"vjs-menu-button "+e+" "+n+" "+t.prototype.buildCSSClass.call(this)},n.buildCSSClass=function(){var e="vjs-menu-button";return!0===this.options_.inline?e+="-inline":e+="-popup","vjs-menu-button "+e+" "+t.prototype.buildCSSClass.call(this)},n.controlText=function(t,e){return void 0===e&&(e=this.menuButton_.el()),this.menuButton_.controlText(t,e)},n.dispose=function(){this.handleMouseLeave(),t.prototype.dispose.call(this)},n.handleClick=function(t){this.buttonPressed_?this.unpressButton():this.pressButton()},n.handleMouseLeave=function(t){this.removeClass("vjs-hover"),Me(s.a,"keyup",this.handleMenuKeyUp_)},n.focus=function(){this.menuButton_.focus()},n.blur=function(){this.menuButton_.blur()},n.handleKeyDown=function(t){h.a.isEventKey(t,"Esc")||h.a.isEventKey(t,"Tab")?(this.buttonPressed_&&this.unpressButton(),h.a.isEventKey(t,"Tab")||(t.preventDefault(),this.menuButton_.focus())):(h.a.isEventKey(t,"Up")||h.a.isEventKey(t,"Down"))&&(this.buttonPressed_||(t.preventDefault(),this.pressButton()))},n.handleMenuKeyUp=function(t){(h.a.isEventKey(t,"Esc")||h.a.isEventKey(t,"Tab"))&&this.removeClass("vjs-hover")},n.handleSubmenuKeyPress=function(t){this.handleSubmenuKeyDown(t)},n.handleSubmenuKeyDown=function(t){(h.a.isEventKey(t,"Esc")||h.a.isEventKey(t,"Tab"))&&(this.buttonPressed_&&this.unpressButton(),h.a.isEventKey(t,"Tab")||(t.preventDefault(),this.menuButton_.focus()))},n.pressButton=function(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.show(),this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),Ot&&zt())return;this.menu.focus()}},n.unpressButton=function(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menu.hide(),this.menuButton_.el_.setAttribute("aria-expanded","false"))},n.disable=function(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()},n.enable=function(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()},e}(sn);sn.registerComponent("MenuButton",_i);var xi=function(t){function e(e,n){var r,i=n.tracks;if(r=t.call(this,e,n)||this,r.items.length<=1&&r.hide(),!i)return d()(r);var a=ze(d()(r),r.update);return i.addEventListener("removetrack",a),i.addEventListener("addtrack",a),i.addEventListener("labelchange",a),r.player_.on("ready",a),r.player_.on("dispose",(function(){i.removeEventListener("removetrack",a),i.removeEventListener("addtrack",a),i.removeEventListener("labelchange",a)})),r}return v()(e,t),e}(_i);sn.registerComponent("TrackButton",xi);var wi=["Tab","Esc","Up","Down","Right","Left"],ki=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.selectable=n.selectable,r.isSelected_=n.selected||!1,r.multiSelectable=n.multiSelectable,r.selected(r.isSelected_),r.selectable?r.multiSelectable?r.el_.setAttribute("role","menuitemcheckbox"):r.el_.setAttribute("role","menuitemradio"):r.el_.setAttribute("role","menuitem"),r}v()(e,t);var n=e.prototype;return n.createEl=function(e,n,r){this.nonIconControl=!0;var i=t.prototype.createEl.call(this,"li",at({className:"vjs-menu-item",tabIndex:-1},n),r);return i.replaceChild(Nt("span",{className:"vjs-menu-item-text",textContent:this.localize(this.options_.label)}),i.querySelector(".vjs-icon-placeholder")),i},n.handleKeyDown=function(e){wi.some((function(t){return h.a.isEventKey(e,t)}))||t.prototype.handleKeyDown.call(this,e)},n.handleClick=function(t){this.selected(!0)},n.selected=function(t){this.selectable&&(t?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected"),this.isSelected_=!0):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText(""),this.isSelected_=!1))},e}(Tr);sn.registerComponent("MenuItem",ki);var Ci=function(t){function e(e,n){var r,i=n.track,o=e.textTracks();n.label=i.label||i.language||"Unknown",n.selected="showing"===i.mode,r=t.call(this,e,n)||this,r.track=i,r.kinds=(n.kinds||[n.kind||r.track.kind]).filter(Boolean);var c,l=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];r.handleTracksChange.apply(d()(r),e)},u=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];r.handleSelectedLanguageChange.apply(d()(r),e)};(e.on(["loadstart","texttrackchange"],l),o.addEventListener("change",l),o.addEventListener("selectedlanguagechange",u),r.on("dispose",(function(){e.off(["loadstart","texttrackchange"],l),o.removeEventListener("change",l),o.removeEventListener("selectedlanguagechange",u)})),void 0===o.onchange)&&r.on(["tap","click"],(function(){if("object"!==typeof a.a.Event)try{c=new a.a.Event("change")}catch(t){}c||(c=s.a.createEvent("Event"),c.initEvent("change",!0,!0)),o.dispatchEvent(c)}));return r.handleTracksChange(),r}v()(e,t);var n=e.prototype;return n.handleClick=function(e){var n=this.track,r=this.player_.textTracks();if(t.prototype.handleClick.call(this,e),r)for(var i=0;i<r.length;i++){var a=r[i];-1!==this.kinds.indexOf(a.kind)&&(a===n?"showing"!==a.mode&&(a.mode="showing"):"disabled"!==a.mode&&(a.mode="disabled"))}},n.handleTracksChange=function(t){var e="showing"===this.track.mode;e!==this.isSelected_&&this.selected(e)},n.handleSelectedLanguageChange=function(t){if("showing"===this.track.mode){var e=this.player_.cache_.selectedLanguage;if(e&&e.enabled&&e.language===this.track.language&&e.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}},n.dispose=function(){this.track=null,t.prototype.dispose.call(this)},e}(ki);sn.registerComponent("TextTrackMenuItem",Ci);var Si=function(t){function e(e,n){return n.track={player:e,kind:n.kind,kinds:n.kinds,default:!1,mode:"disabled"},n.kinds||(n.kinds=[n.kind]),n.label?n.track.label=n.label:n.track.label=n.kinds.join(" and ")+" off",n.selectable=!0,n.multiSelectable=!1,t.call(this,e,n)||this}v()(e,t);var n=e.prototype;return n.handleTracksChange=function(t){for(var e=this.player().textTracks(),n=!0,r=0,i=e.length;r<i;r++){var a=e[r];if(this.options_.kinds.indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n!==this.isSelected_&&this.selected(n)},n.handleSelectedLanguageChange=function(t){for(var e=this.player().textTracks(),n=!0,r=0,i=e.length;r<i;r++){var a=e[r];if(["captions","descriptions","subtitles"].indexOf(a.kind)>-1&&"showing"===a.mode){n=!1;break}}n&&(this.player_.cache_.selectedLanguage={enabled:!1})},e}(Ci);sn.registerComponent("OffTextTrackMenuItem",Si);var Ti=function(t){function e(e,n){return void 0===n&&(n={}),n.tracks=e.textTracks(),t.call(this,e,n)||this}v()(e,t);var n=e.prototype;return n.createItems=function(t,e){var n;void 0===t&&(t=[]),void 0===e&&(e=Ci),this.label_&&(n=this.label_+" off"),t.push(new Si(this.player_,{kinds:this.kinds_,kind:this.kind_,label:n})),this.hideThreshold_+=1;var r=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(var i=0;i<r.length;i++){var a=r[i];if(this.kinds_.indexOf(a.kind)>-1){var o=new e(this.player_,{track:a,kinds:this.kinds_,kind:this.kind_,selectable:!0,multiSelectable:!1});o.addClass("vjs-"+a.kind+"-menu-item"),t.push(o)}}return t},e}(xi);sn.registerComponent("TextTrackButton",Ti);var Oi=function(t){function e(e,n){var r,i=n.track,a=n.cue,o=e.currentTime();return n.selectable=!0,n.multiSelectable=!1,n.label=a.text,n.selected=a.startTime<=o&&o<a.endTime,r=t.call(this,e,n)||this,r.track=i,r.cue=a,r}v()(e,t);var n=e.prototype;return n.handleClick=function(e){t.prototype.handleClick.call(this),this.player_.currentTime(this.cue.startTime)},e}(ki);sn.registerComponent("ChaptersTrackMenuItem",Oi);var Mi=function(t){function e(e,n,r){var i;return i=t.call(this,e,n,r)||this,i.selectCurrentItem_=function(){i.items.forEach((function(t){t.selected(i.track_.activeCues[0]===t.cue)}))},i}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-chapters-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-chapters-button "+t.prototype.buildWrapperCSSClass.call(this)},n.update=function(e){if(!e||!e.track||"chapters"===e.track.kind){var n=this.findChaptersTrack();n!==this.track_?(this.setTrack(n),t.prototype.update.call(this)):(!this.items||n&&n.cues&&n.cues.length!==this.items.length)&&t.prototype.update.call(this)}},n.setTrack=function(t){if(this.track_!==t){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){var e=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);e&&e.removeEventListener("load",this.updateHandler_),this.track_.removeEventListener("cuechange",this.selectCurrentItem_),this.track_=null}if(this.track_=t,this.track_){this.track_.mode="hidden";var n=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);n&&n.addEventListener("load",this.updateHandler_),this.track_.addEventListener("cuechange",this.selectCurrentItem_)}}},n.findChaptersTrack=function(){for(var t=this.player_.textTracks()||[],e=t.length-1;e>=0;e--){var n=t[e];if(n.kind===this.kind_)return n}},n.getMenuCaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize(Je(this.kind_))},n.createMenu=function(){return this.options_.title=this.getMenuCaption(),t.prototype.createMenu.call(this)},n.createItems=function(){var t=[];if(!this.track_)return t;var e=this.track_.cues;if(!e)return t;for(var n=0,r=e.length;n<r;n++){var i=e[n],a=new Oi(this.player_,{track:this.track_,cue:i});t.push(a)}return t},e}(Ti);Mi.prototype.kind_="chapters",Mi.prototype.controlText_="Chapters",sn.registerComponent("ChaptersButton",Mi);var Ei=function(t){function e(e,n,r){var i;i=t.call(this,e,n,r)||this;var a=e.textTracks(),o=ze(d()(i),i.handleTracksChange);return a.addEventListener("change",o),i.on("dispose",(function(){a.removeEventListener("change",o)})),i}v()(e,t);var n=e.prototype;return n.handleTracksChange=function(t){for(var e=this.player().textTracks(),n=!1,r=0,i=e.length;r<i;r++){var a=e[r];if(a.kind!==this.kind_&&"showing"===a.mode){n=!0;break}}n?this.disable():this.enable()},n.buildCSSClass=function(){return"vjs-descriptions-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-descriptions-button "+t.prototype.buildWrapperCSSClass.call(this)},e}(Ti);Ei.prototype.kind_="descriptions",Ei.prototype.controlText_="Descriptions",sn.registerComponent("DescriptionsButton",Ei);var Ai=function(t){function e(e,n,r){return t.call(this,e,n,r)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-subtitles-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-subtitles-button "+t.prototype.buildWrapperCSSClass.call(this)},e}(Ti);Ai.prototype.kind_="subtitles",Ai.prototype.controlText_="Subtitles",sn.registerComponent("SubtitlesButton",Ai);var Pi=function(t){function e(e,n){var r;return n.track={player:e,kind:n.kind,label:n.kind+" settings",selectable:!1,default:!1,mode:"disabled"},n.selectable=!1,n.name="CaptionSettingsMenuItem",r=t.call(this,e,n)||this,r.addClass("vjs-texttrack-settings"),r.controlText(", opens "+n.kind+" settings dialog"),r}v()(e,t);var n=e.prototype;return n.handleClick=function(t){this.player().getChild("textTrackSettings").open()},e}(Ci);sn.registerComponent("CaptionSettingsMenuItem",Pi);var Li=function(t){function e(e,n,r){return t.call(this,e,n,r)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-captions-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-captions-button "+t.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(e.push(new Pi(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),t.prototype.createItems.call(this,e)},e}(Ti);Li.prototype.kind_="captions",Li.prototype.controlText_="Captions",sn.registerComponent("CaptionsButton",Li);var Ii=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(e,n,r){var i=t.prototype.createEl.call(this,e,n,r),a=i.querySelector(".vjs-menu-item-text");return"captions"===this.options_.track.kind&&(a.appendChild(Nt("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),a.appendChild(Nt("span",{className:"vjs-control-text",textContent:" "+this.localize("Captions")}))),i},e}(Ci);sn.registerComponent("SubsCapsMenuItem",Ii);var ji=function(t){function e(e,n){var r;return void 0===n&&(n={}),r=t.call(this,e,n)||this,r.label_="subtitles",["en","en-us","en-ca","fr-ca"].indexOf(r.player_.language_)>-1&&(r.label_="captions"),r.menuButton_.controlText(Je(r.label_)),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-subs-caps-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-subs-caps-button "+t.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||!this.player().getChild("textTrackSettings")||(e.push(new Pi(this.player_,{kind:this.label_})),this.hideThreshold_+=1),e=t.prototype.createItems.call(this,e,Ii),e},e}(Ti);ji.prototype.kinds_=["captions","subtitles"],ji.prototype.controlText_="Subtitles",sn.registerComponent("SubsCapsButton",ji);var zi=function(t){function e(e,n){var r,i=n.track,a=e.audioTracks();n.label=i.label||i.language||"Unknown",n.selected=i.enabled,r=t.call(this,e,n)||this,r.track=i,r.addClass("vjs-"+i.kind+"-menu-item");var o=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];r.handleTracksChange.apply(d()(r),e)};return a.addEventListener("change",o),r.on("dispose",(function(){a.removeEventListener("change",o)})),r}v()(e,t);var n=e.prototype;return n.createEl=function(e,n,r){var i=t.prototype.createEl.call(this,e,n,r),a=i.querySelector(".vjs-menu-item-text");return"main-desc"===this.options_.track.kind&&(a.appendChild(Nt("span",{className:"vjs-icon-placeholder"},{"aria-hidden":!0})),a.appendChild(Nt("span",{className:"vjs-control-text",textContent:" "+this.localize("Descriptions")}))),i},n.handleClick=function(e){if(t.prototype.handleClick.call(this,e),this.track.enabled=!0,this.player_.tech_.featuresNativeAudioTracks)for(var n=this.player_.audioTracks(),r=0;r<n.length;r++){var i=n[r];i!==this.track&&(i.enabled=i===this.track)}},n.handleTracksChange=function(t){this.selected(this.track.enabled)},e}(ki);sn.registerComponent("AudioTrackMenuItem",zi);var Di=function(t){function e(e,n){return void 0===n&&(n={}),n.tracks=e.audioTracks(),t.call(this,e,n)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-audio-button "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-audio-button "+t.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(t){void 0===t&&(t=[]),this.hideThreshold_=1;for(var e=this.player_.audioTracks(),n=0;n<e.length;n++){var r=e[n];t.push(new zi(this.player_,{track:r,selectable:!0,multiSelectable:!1}))}return t},e}(xi);Di.prototype.controlText_="Audio Track",sn.registerComponent("AudioTrackButton",Di);var Ni=function(t){function e(e,n){var r,i=n.rate,a=parseFloat(i,10);return n.label=i,n.selected=a===e.playbackRate(),n.selectable=!0,n.multiSelectable=!1,r=t.call(this,e,n)||this,r.label=i,r.rate=a,r.on(e,"ratechange",(function(t){return r.update(t)})),r}v()(e,t);var n=e.prototype;return n.handleClick=function(e){t.prototype.handleClick.call(this),this.player().playbackRate(this.rate)},n.update=function(t){this.selected(this.player().playbackRate()===this.rate)},e}(ki);Ni.prototype.contentElType="button",sn.registerComponent("PlaybackRateMenuItem",Ni);var Ri=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.menuButton_.el_.setAttribute("aria-describedby",r.labelElId_),r.updateVisibility(),r.updateLabel(),r.on(e,"loadstart",(function(t){return r.updateVisibility(t)})),r.on(e,"ratechange",(function(t){return r.updateLabel(t)})),r.on(e,"playbackrateschange",(function(t){return r.handlePlaybackRateschange(t)})),r}v()(e,t);var n=e.prototype;return n.createEl=function(){var e=t.prototype.createEl.call(this);return this.labelElId_="vjs-playback-rate-value-label-"+this.id_,this.labelEl_=Nt("div",{className:"vjs-playback-rate-value",id:this.labelElId_,textContent:"1x"}),e.appendChild(this.labelEl_),e},n.dispose=function(){this.labelEl_=null,t.prototype.dispose.call(this)},n.buildCSSClass=function(){return"vjs-playback-rate "+t.prototype.buildCSSClass.call(this)},n.buildWrapperCSSClass=function(){return"vjs-playback-rate "+t.prototype.buildWrapperCSSClass.call(this)},n.createItems=function(){for(var t=this.playbackRates(),e=[],n=t.length-1;n>=0;n--)e.push(new Ni(this.player(),{rate:t[n]+"x"}));return e},n.updateARIAAttributes=function(){this.el().setAttribute("aria-valuenow",this.player().playbackRate())},n.handleClick=function(t){var e=this.player().playbackRate(),n=this.playbackRates(),r=n.indexOf(e),i=(r+1)%n.length;this.player().playbackRate(n[i])},n.handlePlaybackRateschange=function(t){this.update()},n.playbackRates=function(){var t=this.player();return t.playbackRates&&t.playbackRates()||[]},n.playbackRateSupported=function(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0},n.updateVisibility=function(t){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")},n.updateLabel=function(t){this.playbackRateSupported()&&(this.labelEl_.textContent=this.player().playbackRate()+"x")},e}(_i);Ri.prototype.controlText_="Playback Rate",sn.registerComponent("PlaybackRateMenuButton",Ri);var Vi=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-spacer "+t.prototype.buildCSSClass.call(this)},n.createEl=function(e,n,r){return void 0===e&&(e="div"),void 0===n&&(n={}),void 0===r&&(r={}),n.className||(n.className=this.buildCSSClass()),t.prototype.createEl.call(this,e,n,r)},e}(sn);sn.registerComponent("Spacer",Vi);var Fi=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-custom-control-spacer "+t.prototype.buildCSSClass.call(this)},n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),textContent:" "})},e}(Vi);sn.registerComponent("CustomControlSpacer",Fi);var Hi=function(t){function e(){return t.apply(this,arguments)||this}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"div",{className:"vjs-control-bar",dir:"ltr"})},e}(sn);Hi.prototype.options_={children:["playToggle","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","progressControl","liveDisplay","seekToLive","remainingTimeDisplay","customControlSpacer","playbackRateMenuButton","chaptersButton","descriptionsButton","subsCapsButton","audioTrackButton","fullscreenToggle"]},"exitPictureInPicture"in s.a&&Hi.prototype.options_.children.splice(Hi.prototype.options_.children.length-1,0,"pictureInPictureToggle"),sn.registerComponent("ControlBar",Hi);var Bi=function(t){function e(e,n){var r;return r=t.call(this,e,n)||this,r.on(e,"error",(function(t){return r.open(t)})),r}v()(e,t);var n=e.prototype;return n.buildCSSClass=function(){return"vjs-error-display "+t.prototype.buildCSSClass.call(this)},n.content=function(){var t=this.player().error();return t?this.localize(t.message):""},e}(wn);Bi.prototype.options_=l()({},wn.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),sn.registerComponent("ErrorDisplay",Bi);var Ui="vjs-text-track-settings",$i=["#000","Black"],qi=["#00F","Blue"],Wi=["#0FF","Cyan"],Yi=["#0F0","Green"],Ki=["#F0F","Magenta"],Xi=["#F00","Red"],Gi=["#FFF","White"],Zi=["#FF0","Yellow"],Qi=["1","Opaque"],Ji=["0.5","Semi-Transparent"],ta=["0","Transparent"],ea={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[$i,Gi,Xi,Yi,qi,Zi,Ki,Wi]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[Qi,Ji,ta]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[Gi,$i,Xi,Yi,qi,Zi,Ki,Wi]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(t){return"1.00"===t?null:Number(t)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[Qi,Ji]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[ta,Ji,Qi]}};function na(t,e){if(e&&(t=e(t)),t&&"none"!==t)return t}function ra(t,e){var n=t.options[t.options.selectedIndex].value;return na(n,e)}function ia(t,e,n){if(e)for(var r=0;r<t.options.length;r++)if(na(t.options[r].value,n)===e){t.selectedIndex=r;break}}ea.windowColor.options=ea.backgroundColor.options;var aa=function(t){function e(e,n){var r;return n.temporary=!1,r=t.call(this,e,n)||this,r.updateDisplay=r.updateDisplay.bind(d()(r)),r.fill(),r.hasBeenOpened_=r.hasBeenFilled_=!0,r.endDialog=Nt("p",{className:"vjs-control-text",textContent:r.localize("End of dialog window.")}),r.el().appendChild(r.endDialog),r.setDefaults(),void 0===n.persistTextTrackSettings&&(r.options_.persistTextTrackSettings=r.options_.playerOptions.persistTextTrackSettings),r.on(r.$(".vjs-done-button"),"click",(function(){r.saveSettings(),r.close()})),r.on(r.$(".vjs-default-button"),"click",(function(){r.setDefaults(),r.updateDisplay()})),rt(ea,(function(t){r.on(r.$(t.selector),"change",r.updateDisplay)})),r.options_.persistTextTrackSettings&&r.restoreSettings(),r}v()(e,t);var n=e.prototype;return n.dispose=function(){this.endDialog=null,t.prototype.dispose.call(this)},n.createElSelect_=function(t,e,n){var r=this;void 0===e&&(e=""),void 0===n&&(n="label");var i=ea[t],a=i.id.replace("%s",this.id_),o=[e,a].join(" ").trim();return["<"+n+' id="'+a+'" class="'+("label"===n?"vjs-label":"")+'">',this.localize(i.label),"</"+n+">",'<select aria-labelledby="'+o+'">'].concat(i.options.map((function(t){var e=a+"-"+t[1].replace(/\W+/g,"");return['<option id="'+e+'" value="'+t[0]+'" ','aria-labelledby="'+o+" "+e+'">',r.localize(t[1]),"</option>"].join("")}))).concat("</select>").join("")},n.createElFgColor_=function(){var t="captions-text-legend-"+this.id_;return['<fieldset class="vjs-fg-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Text"),"</legend>",this.createElSelect_("color",t),'<span class="vjs-text-opacity vjs-opacity">',this.createElSelect_("textOpacity",t),"</span>","</fieldset>"].join("")},n.createElBgColor_=function(){var t="captions-background-"+this.id_;return['<fieldset class="vjs-bg-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Background"),"</legend>",this.createElSelect_("backgroundColor",t),'<span class="vjs-bg-opacity vjs-opacity">',this.createElSelect_("backgroundOpacity",t),"</span>","</fieldset>"].join("")},n.createElWinColor_=function(){var t="captions-window-"+this.id_;return['<fieldset class="vjs-window-color vjs-track-setting">','<legend id="'+t+'">',this.localize("Window"),"</legend>",this.createElSelect_("windowColor",t),'<span class="vjs-window-opacity vjs-opacity">',this.createElSelect_("windowOpacity",t),"</span>","</fieldset>"].join("")},n.createElColors_=function(){return Nt("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},n.createElFont_=function(){return Nt("div",{className:"vjs-track-settings-font",innerHTML:['<fieldset class="vjs-font-percent vjs-track-setting">',this.createElSelect_("fontPercent","","legend"),"</fieldset>",'<fieldset class="vjs-edge-style vjs-track-setting">',this.createElSelect_("edgeStyle","","legend"),"</fieldset>",'<fieldset class="vjs-font-family vjs-track-setting">',this.createElSelect_("fontFamily","","legend"),"</fieldset>"].join("")})},n.createElControls_=function(){var t=this.localize("restore all settings to the default values");return Nt("div",{className:"vjs-track-settings-controls",innerHTML:['<button type="button" class="vjs-default-button" title="'+t+'">',this.localize("Reset"),'<span class="vjs-control-text"> '+t+"</span>","</button>",'<button type="button" class="vjs-done-button">'+this.localize("Done")+"</button>"].join("")})},n.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},n.label=function(){return this.localize("Caption Settings Dialog")},n.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},n.buildCSSClass=function(){return t.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},n.getValues=function(){var t=this;return it(ea,(function(e,n,r){var i=ra(t.$(n.selector),n.parser);return void 0!==i&&(e[r]=i),e}),{})},n.setValues=function(t){var e=this;rt(ea,(function(n,r){ia(e.$(n.selector),t[r],n.parser)}))},n.setDefaults=function(){var t=this;rt(ea,(function(e){var n=e.hasOwnProperty("default")?e["default"]:0;t.$(e.selector).selectedIndex=n}))},n.restoreSettings=function(){var t;try{t=JSON.parse(a.a.localStorage.getItem(Ui))}catch(e){J.warn(e)}t&&this.setValues(t)},n.saveSettings=function(){if(this.options_.persistTextTrackSettings){var t=this.getValues();try{Object.keys(t).length?a.a.localStorage.setItem(Ui,JSON.stringify(t)):a.a.localStorage.removeItem(Ui)}catch(e){J.warn(e)}}},n.updateDisplay=function(){var t=this.player_.getChild("textTrackDisplay");t&&t.updateDisplay()},n.conditionalBlur_=function(){this.previouslyActiveEl_=null;var t=this.player_.controlBar,e=t&&t.subsCapsButton,n=t&&t.captionsButton;e?e.focus():n&&n.focus()},e}(wn);sn.registerComponent("TextTrackSettings",aa);var oa=function(t){function e(e,n){var r,i=n.ResizeObserver||a.a.ResizeObserver;null===n.ResizeObserver&&(i=!1);var o=en({createEl:!i,reportTouchActivity:!1},n);return r=t.call(this,e,o)||this,r.ResizeObserver=n.ResizeObserver||a.a.ResizeObserver,r.loadListener_=null,r.resizeObserver_=null,r.debouncedHandler_=Ne((function(){r.resizeHandler()}),100,!1,d()(r)),i?(r.resizeObserver_=new r.ResizeObserver(r.debouncedHandler_),r.resizeObserver_.observe(e.el())):(r.loadListener_=function(){if(r.el_&&r.el_.contentWindow){var t=r.debouncedHandler_,e=r.unloadListener_=function(){Me(this,"resize",t),Me(this,"unload",e),e=null};Oe(r.el_.contentWindow,"unload",e),Oe(r.el_.contentWindow,"resize",t)}},r.one("load",r.loadListener_)),r}v()(e,t);var n=e.prototype;return n.createEl=function(){return t.prototype.createEl.call(this,"iframe",{className:"vjs-resize-manager",tabIndex:-1,title:this.localize("No content")},{"aria-hidden":"true"})},n.resizeHandler=function(){this.player_&&this.player_.trigger&&this.player_.trigger("playerresize")},n.dispose=function(){this.debouncedHandler_&&this.debouncedHandler_.cancel(),this.resizeObserver_&&(this.player_.el()&&this.resizeObserver_.unobserve(this.player_.el()),this.resizeObserver_.disconnect()),this.loadListener_&&this.off("load",this.loadListener_),this.el_&&this.el_.contentWindow&&this.unloadListener_&&this.unloadListener_.call(this.el_.contentWindow),this.ResizeObserver=null,this.resizeObserver=null,this.debouncedHandler_=null,this.loadListener_=null,t.prototype.dispose.call(this)},e}(sn);sn.registerComponent("ResizeManager",oa);var sa={trackingThreshold:20,liveTolerance:15},ca=function(t){function e(e,n){var r,i=en(sa,n,{createEl:!1});return r=t.call(this,e,i)||this,r.handleVisibilityChange_=function(t){return r.handleVisibilityChange(t)},r.trackLiveHandler_=function(){return r.trackLive_()},r.handlePlay_=function(t){return r.handlePlay(t)},r.handleFirstTimeupdate_=function(t){return r.handleFirstTimeupdate(t)},r.handleSeeked_=function(t){return r.handleSeeked(t)},r.seekToLiveEdge_=function(t){return r.seekToLiveEdge(t)},r.reset_(),r.on(r.player_,"durationchange",(function(t){return r.handleDurationchange(t)})),r.on(r.player_,"canplay",(function(){return r.toggleTracking()})),xt&&"hidden"in s.a&&"visibilityState"in s.a&&r.on(s.a,"visibilitychange",r.handleVisibilityChange_),r}v()(e,t);var n=e.prototype;return n.handleVisibilityChange=function(){this.player_.duration()===1/0&&(s.a.hidden?this.stopTracking():this.startTracking())},n.trackLive_=function(){var t=this.player_.seekable();if(t&&t.length){var e=Number(a.a.performance.now().toFixed(4)),n=-1===this.lastTime_?0:(e-this.lastTime_)/1e3;this.lastTime_=e,this.pastSeekEnd_=this.pastSeekEnd()+n;var r=this.liveCurrentTime(),i=this.player_.currentTime(),o=this.player_.paused()||this.seekedBehindLive_||Math.abs(r-i)>this.options_.liveTolerance;this.timeupdateSeen_&&r!==1/0||(o=!1),o!==this.behindLiveEdge_&&(this.behindLiveEdge_=o,this.trigger("liveedgechange"))}},n.handleDurationchange=function(){this.toggleTracking()},n.toggleTracking=function(){this.player_.duration()===1/0&&this.liveWindow()>=this.options_.trackingThreshold?(this.player_.options_.liveui&&this.player_.addClass("vjs-liveui"),this.startTracking()):(this.player_.removeClass("vjs-liveui"),this.stopTracking())},n.startTracking=function(){this.isTracking()||(this.timeupdateSeen_||(this.timeupdateSeen_=this.player_.hasStarted()),this.trackingInterval_=this.setInterval(this.trackLiveHandler_,je),this.trackLive_(),this.on(this.player_,["play","pause"],this.trackLiveHandler_),this.timeupdateSeen_?this.on(this.player_,"seeked",this.handleSeeked_):(this.one(this.player_,"play",this.handlePlay_),this.one(this.player_,"timeupdate",this.handleFirstTimeupdate_)))},n.handleFirstTimeupdate=function(){this.timeupdateSeen_=!0,this.on(this.player_,"seeked",this.handleSeeked_)},n.handleSeeked=function(){var t=Math.abs(this.liveCurrentTime()-this.player_.currentTime());this.seekedBehindLive_=this.nextSeekedFromUser_&&t>2,this.nextSeekedFromUser_=!1,this.trackLive_()},n.handlePlay=function(){this.one(this.player_,"timeupdate",this.seekToLiveEdge_)},n.reset_=function(){this.lastTime_=-1,this.pastSeekEnd_=0,this.lastSeekEnd_=-1,this.behindLiveEdge_=!0,this.timeupdateSeen_=!1,this.seekedBehindLive_=!1,this.nextSeekedFromUser_=!1,this.clearInterval(this.trackingInterval_),this.trackingInterval_=null,this.off(this.player_,["play","pause"],this.trackLiveHandler_),this.off(this.player_,"seeked",this.handleSeeked_),this.off(this.player_,"play",this.handlePlay_),this.off(this.player_,"timeupdate",this.handleFirstTimeupdate_),this.off(this.player_,"timeupdate",this.seekToLiveEdge_)},n.nextSeekedFromUser=function(){this.nextSeekedFromUser_=!0},n.stopTracking=function(){this.isTracking()&&(this.reset_(),this.trigger("liveedgechange"))},n.seekableEnd=function(){var t=this.player_.seekable(),e=[],n=t?t.length:0;while(n--)e.push(t.end(n));return e.length?e.sort()[e.length-1]:1/0},n.seekableStart=function(){var t=this.player_.seekable(),e=[],n=t?t.length:0;while(n--)e.push(t.start(n));return e.length?e.sort()[0]:0},n.liveWindow=function(){var t=this.liveCurrentTime();return t===1/0?0:t-this.seekableStart()},n.isLive=function(){return this.isTracking()},n.atLiveEdge=function(){return!this.behindLiveEdge()},n.liveCurrentTime=function(){return this.pastSeekEnd()+this.seekableEnd()},n.pastSeekEnd=function(){var t=this.seekableEnd();return-1!==this.lastSeekEnd_&&t!==this.lastSeekEnd_&&(this.pastSeekEnd_=0),this.lastSeekEnd_=t,this.pastSeekEnd_},n.behindLiveEdge=function(){return this.behindLiveEdge_},n.isTracking=function(){return"number"===typeof this.trackingInterval_},n.seekToLiveEdge=function(){this.seekedBehindLive_=!1,this.atLiveEdge()||(this.nextSeekedFromUser_=!1,this.player_.currentTime(this.liveCurrentTime()))},n.dispose=function(){this.off(s.a,"visibilitychange",this.handleVisibilityChange_),this.stopTracking(),t.prototype.dispose.call(this)},e}(sn);sn.registerComponent("LiveTracker",ca);var la,ua=function(t){var e=t.el();if(e.hasAttribute("src"))return t.triggerSourceset(e.src),!0;var n=t.$$("source"),r=[],i="";if(!n.length)return!1;for(var a=0;a<n.length;a++){var o=n[a].src;o&&-1===r.indexOf(o)&&r.push(o)}return!!r.length&&(1===r.length&&(i=r[0]),t.triggerSourceset(i),!0)},ha=Object.defineProperty({},"innerHTML",{get:function(){return this.cloneNode(!0).innerHTML},set:function(t){var e=s.a.createElement(this.nodeName.toLowerCase());e.innerHTML=t;var n=s.a.createDocumentFragment();while(e.childNodes.length)n.appendChild(e.childNodes[0]);return this.innerText="",a.a.Element.prototype.appendChild.call(this,n),this.innerHTML}}),fa=function(t,e){for(var n={},r=0;r<t.length;r++)if(n=Object.getOwnPropertyDescriptor(t[r],e),n&&n.set&&n.get)break;return n.enumerable=!0,n.configurable=!0,n},da=function(t){return fa([t.el(),a.a.HTMLMediaElement.prototype,a.a.Element.prototype,ha],"innerHTML")},pa=function(t){var e=t.el();if(!e.resetSourceWatch_){var n={},r=da(t),i=function(n){return function(){for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];var o=n.apply(e,i);return ua(t),o}};["append","appendChild","insertAdjacentHTML"].forEach((function(t){e[t]&&(n[t]=e[t],e[t]=i(n[t]))})),Object.defineProperty(e,"innerHTML",en(r,{set:i(r.set)})),e.resetSourceWatch_=function(){e.resetSourceWatch_=null,Object.keys(n).forEach((function(t){e[t]=n[t]})),Object.defineProperty(e,"innerHTML",r)},t.one("sourceset",e.resetSourceWatch_)}},va=Object.defineProperty({},"src",{get:function(){return this.hasAttribute("src")?Rn(a.a.Element.prototype.getAttribute.call(this,"src")):""},set:function(t){return a.a.Element.prototype.setAttribute.call(this,"src",t),t}}),ga=function(t){return fa([t.el(),a.a.HTMLMediaElement.prototype,va],"src")},ma=function(t){if(t.featuresSourceset){var e=t.el();if(!e.resetSourceset_){var n=ga(t),r=e.setAttribute,i=e.load;Object.defineProperty(e,"src",en(n,{set:function(r){var i=n.set.call(e,r);return t.triggerSourceset(e.src),i}})),e.setAttribute=function(n,i){var a=r.call(e,n,i);return/src/i.test(n)&&t.triggerSourceset(e.src),a},e.load=function(){var n=i.call(e);return ua(t)||(t.triggerSourceset(""),pa(t)),n},e.currentSrc?t.triggerSourceset(e.currentSrc):ua(t)||pa(t),e.resetSourceset_=function(){e.resetSourceset_=null,e.load=i,e.setAttribute=r,Object.defineProperty(e,"src",n),e.resetSourceWatch_&&e.resetSourceWatch_()}}}},ya=function(t,e,n,r){void 0===r&&(r=!0);var i=function(n){return Object.defineProperty(t,e,{value:n,enumerable:!0,writable:!0})},a={configurable:!0,enumerable:!0,get:function(){var t=n();return i(t),t}};return r&&(a.set=i),Object.defineProperty(t,e,a)},ba=function(t){function e(e,n){var r;r=t.call(this,e,n)||this;var i=e.source,a=!1;if(r.featuresVideoFrameCallback=r.featuresVideoFrameCallback&&"VIDEO"===r.el_.tagName,i&&(r.el_.currentSrc!==i.src||e.tag&&3===e.tag.initNetworkState_)?r.setSource(i):r.handleLateInit_(r.el_),e.enableSourceset&&r.setupSourcesetHandling_(),r.isScrubbing_=!1,r.el_.hasChildNodes()){var o=r.el_.childNodes,s=o.length,c=[];while(s--){var l=o[s],u=l.nodeName.toLowerCase();"track"===u&&(r.featuresNativeTextTracks?(r.remoteTextTrackEls().addTrackElement_(l),r.remoteTextTracks().addTrack(l.track),r.textTracks().addTrack(l.track),a||r.el_.hasAttribute("crossorigin")||!Fn(l.src)||(a=!0)):c.push(l))}for(var h=0;h<c.length;h++)r.el_.removeChild(c[h])}return r.proxyNativeTracks_(),r.featuresNativeTextTracks&&a&&J.warn("Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\nThis may prevent text tracks from loading."),r.restoreMetadataTracksInIOSNativePlayer_(),(Ct||Tt||gt)&&!0===e.nativeControlsForTouch&&r.setControls(!0),r.proxyWebkitFullscreen_(),r.triggerReady(),r}v()(e,t);var n=e.prototype;return n.dispose=function(){this.el_&&this.el_.resetSourceset_&&this.el_.resetSourceset_(),e.disposeMediaElement(this.el_),this.options_=null,t.prototype.dispose.call(this)},n.setupSourcesetHandling_=function(){ma(this)},n.restoreMetadataTracksInIOSNativePlayer_=function(){var t,e=this.textTracks(),n=function(){t=[];for(var n=0;n<e.length;n++){var r=e[n];"metadata"===r.kind&&t.push({track:r,storedMode:r.mode})}};n(),e.addEventListener("change",n),this.on("dispose",(function(){return e.removeEventListener("change",n)}));var r=function n(){for(var r=0;r<t.length;r++){var i=t[r];"disabled"===i.track.mode&&i.track.mode!==i.storedMode&&(i.track.mode=i.storedMode)}e.removeEventListener("change",n)};this.on("webkitbeginfullscreen",(function(){e.removeEventListener("change",n),e.removeEventListener("change",r),e.addEventListener("change",r)})),this.on("webkitendfullscreen",(function(){e.removeEventListener("change",n),e.addEventListener("change",n),e.removeEventListener("change",r)}))},n.overrideNative_=function(t,e){var n=this;if(e===this["featuresNative"+t+"Tracks"]){var r=t.toLowerCase();this[r+"TracksListeners_"]&&Object.keys(this[r+"TracksListeners_"]).forEach((function(t){var e=n.el()[r+"Tracks"];e.removeEventListener(t,n[r+"TracksListeners_"][t])})),this["featuresNative"+t+"Tracks"]=!e,this[r+"TracksListeners_"]=null,this.proxyNativeTracksForType_(r)}},n.overrideNativeAudioTracks=function(t){this.overrideNative_("Audio",t)},n.overrideNativeVideoTracks=function(t){this.overrideNative_("Video",t)},n.proxyNativeTracksForType_=function(t){var e=this,n=Qn[t],r=this.el()[n.getterName],i=this[n.getterName]();if(this["featuresNative"+n.capitalName+"Tracks"]&&r&&r.addEventListener){var a={change:function(n){var r={type:"change",target:i,currentTarget:i,srcElement:i};i.trigger(r),"text"===t&&e[Jn.remoteText.getterName]().trigger(r)},addtrack:function(t){i.addTrack(t.track)},removetrack:function(t){i.removeTrack(t.track)}},o=function(){for(var t=[],e=0;e<i.length;e++){for(var n=!1,a=0;a<r.length;a++)if(r[a]===i[e]){n=!0;break}n||t.push(i[e])}while(t.length)i.removeTrack(t.shift())};this[n.getterName+"Listeners_"]=a,Object.keys(a).forEach((function(t){var n=a[t];r.addEventListener(t,n),e.on("dispose",(function(e){return r.removeEventListener(t,n)}))})),this.on("loadstart",o),this.on("dispose",(function(t){return e.off("loadstart",o)}))}},n.proxyNativeTracks_=function(){var t=this;Qn.names.forEach((function(e){t.proxyNativeTracksForType_(e)}))},n.createEl=function(){var t=this.options_.tag;if(!t||!this.options_.playerElIngest&&!this.movingMediaElementInDOM){if(t){var n=t.cloneNode(!0);t.parentNode&&t.parentNode.insertBefore(n,t),e.disposeMediaElement(t),t=n}else{t=s.a.createElement("video");var r=this.options_.tag&&qt(this.options_.tag),i=en({},r);Ct&&!0===this.options_.nativeControlsForTouch||delete i.controls,$t(t,at(i,{id:this.options_.techId,class:"vjs-tech"}))}t.playerId=this.options_.playerId}"undefined"!==typeof this.options_.preload&&Yt(t,"preload",this.options_.preload),void 0!==this.options_.disablePictureInPicture&&(t.disablePictureInPicture=this.options_.disablePictureInPicture);for(var a=["loop","muted","playsinline","autoplay"],o=0;o<a.length;o++){var c=a[o],l=this.options_[c];"undefined"!==typeof l&&(l?Yt(t,c,c):Kt(t,c),t[c]=l)}return t},n.handleLateInit_=function(t){if(0!==t.networkState&&3!==t.networkState){if(0===t.readyState){var e=!1,n=function(){e=!0};this.on("loadstart",n);var r=function(){e||this.trigger("loadstart")};return this.on("loadedmetadata",r),void this.ready((function(){this.off("loadstart",n),this.off("loadedmetadata",r),e||this.trigger("loadstart")}))}var i=["loadstart"];i.push("loadedmetadata"),t.readyState>=2&&i.push("loadeddata"),t.readyState>=3&&i.push("canplay"),t.readyState>=4&&i.push("canplaythrough"),this.ready((function(){i.forEach((function(t){this.trigger(t)}),this)}))}},n.setScrubbing=function(t){this.isScrubbing_=t},n.scrubbing=function(){return this.isScrubbing_},n.setCurrentTime=function(t){try{this.isScrubbing_&&this.el_.fastSeek&&Mt?this.el_.fastSeek(t):this.el_.currentTime=t}catch(e){J(e,"Video is not ready. (Video.js)")}},n.duration=function(){var t=this;if(this.el_.duration===1/0&&pt&&bt&&0===this.el_.currentTime){var e=function e(){t.el_.currentTime>0&&(t.el_.duration===1/0&&t.trigger("durationchange"),t.off("timeupdate",e))};return this.on("timeupdate",e),NaN}return this.el_.duration||NaN},n.width=function(){return this.el_.offsetWidth},n.height=function(){return this.el_.offsetHeight},n.proxyWebkitFullscreen_=function(){var t=this;if("webkitDisplayingFullscreen"in this.el_){var e=function(){this.trigger("fullscreenchange",{isFullscreen:!1}),this.el_.controls&&!this.options_.nativeControlsForTouch&&this.controls()&&(this.el_.controls=!1)},n=function(){"webkitPresentationMode"in this.el_&&"picture-in-picture"!==this.el_.webkitPresentationMode&&(this.one("webkitendfullscreen",e),this.trigger("fullscreenchange",{isFullscreen:!0,nativeIOSFullscreen:!0}))};this.on("webkitbeginfullscreen",n),this.on("dispose",(function(){t.off("webkitbeginfullscreen",n),t.off("webkitendfullscreen",e)}))}},n.supportsFullScreen=function(){if("function"===typeof this.el_.webkitEnterFullScreen){var t=a.a.navigator&&a.a.navigator.userAgent||"";if(/Android/.test(t)||!/Chrome|Mac OS X 10.5/.test(t))return!0}return!1},n.enterFullScreen=function(){var t=this.el_;if(t.paused&&t.networkState<=t.HAVE_METADATA)gn(this.el_.play()),this.setTimeout((function(){t.pause();try{t.webkitEnterFullScreen()}catch(e){this.trigger("fullscreenerror",e)}}),0);else try{t.webkitEnterFullScreen()}catch(e){this.trigger("fullscreenerror",e)}},n.exitFullScreen=function(){this.el_.webkitDisplayingFullscreen?this.el_.webkitExitFullScreen():this.trigger("fullscreenerror",new Error("The video is not fullscreen"))},n.requestPictureInPicture=function(){return this.el_.requestPictureInPicture()},n.requestVideoFrameCallback=function(e){return this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.requestVideoFrameCallback(e):t.prototype.requestVideoFrameCallback.call(this,e)},n.cancelVideoFrameCallback=function(e){this.featuresVideoFrameCallback&&!this.el_.webkitKeys?this.el_.cancelVideoFrameCallback(e):t.prototype.cancelVideoFrameCallback.call(this,e)},n.src=function(t){if(void 0===t)return this.el_.src;this.setSrc(t)},n.reset=function(){e.resetMediaElement(this.el_)},n.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc},n.setControls=function(t){this.el_.controls=!!t},n.addTextTrack=function(e,n,r){return this.featuresNativeTextTracks?this.el_.addTextTrack(e,n,r):t.prototype.addTextTrack.call(this,e,n,r)},n.createRemoteTextTrack=function(e){if(!this.featuresNativeTextTracks)return t.prototype.createRemoteTextTrack.call(this,e);var n=s.a.createElement("track");return e.kind&&(n.kind=e.kind),e.label&&(n.label=e.label),(e.language||e.srclang)&&(n.srclang=e.language||e.srclang),e["default"]&&(n["default"]=e["default"]),e.id&&(n.id=e.id),e.src&&(n.src=e.src),n},n.addRemoteTextTrack=function(e,n){var r=t.prototype.addRemoteTextTrack.call(this,e,n);return this.featuresNativeTextTracks&&this.el().appendChild(r),r},n.removeRemoteTextTrack=function(e){if(t.prototype.removeRemoteTextTrack.call(this,e),this.featuresNativeTextTracks){var n=this.$$("track"),r=n.length;while(r--)e!==n[r]&&e!==n[r].track||this.el().removeChild(n[r])}},n.getVideoPlaybackQuality=function(){if("function"===typeof this.el().getVideoPlaybackQuality)return this.el().getVideoPlaybackQuality();var t={};return"undefined"!==typeof this.el().webkitDroppedFrameCount&&"undefined"!==typeof this.el().webkitDecodedFrameCount&&(t.droppedVideoFrames=this.el().webkitDroppedFrameCount,t.totalVideoFrames=this.el().webkitDecodedFrameCount),a.a.performance&&"function"===typeof a.a.performance.now?t.creationTime=a.a.performance.now():a.a.performance&&a.a.performance.timing&&"number"===typeof a.a.performance.timing.navigationStart&&(t.creationTime=a.a.Date.now()-a.a.performance.timing.navigationStart),t},e}(nr);ya(ba,"TEST_VID",(function(){if(It()){var t=s.a.createElement("video"),e=s.a.createElement("track");return e.kind="captions",e.srclang="en",e.label="English",t.appendChild(e),t}})),ba.isSupported=function(){try{ba.TEST_VID.volume=.5}catch(t){return!1}return!(!ba.TEST_VID||!ba.TEST_VID.canPlayType)},ba.canPlayType=function(t){return ba.TEST_VID.canPlayType(t)},ba.canPlaySource=function(t,e){return ba.canPlayType(t.type)},ba.canControlVolume=function(){try{var t=ba.TEST_VID.volume;ba.TEST_VID.volume=t/2+.1;var e=t!==ba.TEST_VID.volume;return e&&Ot?(a.a.setTimeout((function(){ba&&ba.prototype&&(ba.prototype.featuresVolumeControl=t!==ba.TEST_VID.volume)})),!1):e}catch(n){return!1}},ba.canMuteVolume=function(){try{var t=ba.TEST_VID.muted;return ba.TEST_VID.muted=!t,ba.TEST_VID.muted?Yt(ba.TEST_VID,"muted","muted"):Kt(ba.TEST_VID,"muted","muted"),t!==ba.TEST_VID.muted}catch(e){return!1}},ba.canControlPlaybackRate=function(){if(pt&&bt&&_t<58)return!1;try{var t=ba.TEST_VID.playbackRate;return ba.TEST_VID.playbackRate=t/2+.1,t!==ba.TEST_VID.playbackRate}catch(e){return!1}},ba.canOverrideAttributes=function(){try{var t=function(){};Object.defineProperty(s.a.createElement("video"),"src",{get:t,set:t}),Object.defineProperty(s.a.createElement("audio"),"src",{get:t,set:t}),Object.defineProperty(s.a.createElement("video"),"innerHTML",{get:t,set:t}),Object.defineProperty(s.a.createElement("audio"),"innerHTML",{get:t,set:t})}catch(e){return!1}return!0},ba.supportsNativeTextTracks=function(){return Mt||Ot&&bt},ba.supportsNativeVideoTracks=function(){return!(!ba.TEST_VID||!ba.TEST_VID.videoTracks)},ba.supportsNativeAudioTracks=function(){return!(!ba.TEST_VID||!ba.TEST_VID.audioTracks)},ba.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],[["featuresMuteControl","canMuteVolume"],["featuresPlaybackRate","canControlPlaybackRate"],["featuresSourceset","canOverrideAttributes"],["featuresNativeTextTracks","supportsNativeTextTracks"],["featuresNativeVideoTracks","supportsNativeVideoTracks"],["featuresNativeAudioTracks","supportsNativeAudioTracks"]].forEach((function(t){var e=t[0],n=t[1];ya(ba.prototype,e,(function(){return ba[n]()}),!0)})),ba.prototype.featuresVolumeControl=ba.canControlVolume(),ba.prototype.movingMediaElementInDOM=!Ot,ba.prototype.featuresFullscreenResize=!0,ba.prototype.featuresProgressEvents=!0,ba.prototype.featuresTimeupdateEvents=!0,ba.prototype.featuresVideoFrameCallback=!(!ba.TEST_VID||!ba.TEST_VID.requestVideoFrameCallback),ba.patchCanPlayType=function(){vt>=4&&!mt&&!bt&&(la=ba.TEST_VID&&ba.TEST_VID.constructor.prototype.canPlayType,ba.TEST_VID.constructor.prototype.canPlayType=function(t){var e=/^application\/(?:x-|vnd\.apple\.)mpegurl/i;return t&&e.test(t)?"maybe":la.call(this,t)})},ba.unpatchCanPlayType=function(){var t=ba.TEST_VID.constructor.prototype.canPlayType;return la&&(ba.TEST_VID.constructor.prototype.canPlayType=la),t},ba.patchCanPlayType(),ba.disposeMediaElement=function(t){if(t){t.parentNode&&t.parentNode.removeChild(t);while(t.hasChildNodes())t.removeChild(t.firstChild);t.removeAttribute("src"),"function"===typeof t.load&&function(){try{t.load()}catch(e){}}()}},ba.resetMediaElement=function(t){if(t){var e=t.querySelectorAll("source"),n=e.length;while(n--)t.removeChild(e[n]);t.removeAttribute("src"),"function"===typeof t.load&&function(){try{t.load()}catch(e){}}()}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach((function(t){ba.prototype[t]=function(){return this.el_[t]||this.el_.hasAttribute(t)}})),["muted","defaultMuted","autoplay","loop","playsinline"].forEach((function(t){ba.prototype["set"+Je(t)]=function(e){this.el_[t]=e,e?this.el_.setAttribute(t,t):this.el_.removeAttribute(t)}})),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","disablePictureInPicture","played","networkState","readyState","videoWidth","videoHeight","crossOrigin"].forEach((function(t){ba.prototype[t]=function(){return this.el_[t]}})),["volume","src","poster","preload","playbackRate","defaultPlaybackRate","disablePictureInPicture","crossOrigin"].forEach((function(t){ba.prototype["set"+Je(t)]=function(e){this.el_[t]=e}})),["pause","load","play"].forEach((function(t){ba.prototype[t]=function(){return this.el_[t]()}})),nr.withSourceHandlers(ba),ba.nativeSourceHandler={},ba.nativeSourceHandler.canPlayType=function(t){try{return ba.TEST_VID.canPlayType(t)}catch(e){return""}},ba.nativeSourceHandler.canHandleSource=function(t,e){if(t.type)return ba.nativeSourceHandler.canPlayType(t.type);if(t.src){var n=Vn(t.src);return ba.nativeSourceHandler.canPlayType("video/"+n)}return""},ba.nativeSourceHandler.handleSource=function(t,e,n){e.setSrc(t.src)},ba.nativeSourceHandler.dispose=function(){},ba.registerSourceHandler(ba.nativeSourceHandler),nr.registerTech("Html5",ba);var _a=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","resize","volumechange","texttrackchange"],xa={canplay:"CanPlay",canplaythrough:"CanPlayThrough",playing:"Playing",seeked:"Seeked"},wa=["tiny","xsmall","small","medium","large","xlarge","huge"],ka={};wa.forEach((function(t){var e="x"===t.charAt(0)?"x-"+t.substring(1):t;ka[t]="vjs-layout-"+e}));var Ca={tiny:210,xsmall:320,small:425,medium:768,large:1440,xlarge:2560,huge:1/0},Sa=function(t){function e(n,r,i){var a;if(n.id=n.id||r.id||"vjs_video_"+be(),r=at(e.getTagSettings(n),r),r.initChildren=!1,r.createEl=!1,r.evented=!1,r.reportTouchActivity=!1,!r.language)if("function"===typeof n.closest){var o=n.closest("[lang]");o&&o.getAttribute&&(r.language=o.getAttribute("lang"))}else{var c=n;while(c&&1===c.nodeType){if(qt(c).hasOwnProperty("lang")){r.language=c.getAttribute("lang");break}c=c.parentNode}}if(a=t.call(this,null,r,i)||this,a.boundDocumentFullscreenChange_=function(t){return a.documentFullscreenChange_(t)},a.boundFullWindowOnEscKey_=function(t){return a.fullWindowOnEscKey(t)},a.boundUpdateStyleEl_=function(t){return a.updateStyleEl_(t)},a.boundApplyInitTime_=function(t){return a.applyInitTime_(t)},a.boundUpdateCurrentBreakpoint_=function(t){return a.updateCurrentBreakpoint_(t)},a.boundHandleTechClick_=function(t){return a.handleTechClick_(t)},a.boundHandleTechDoubleClick_=function(t){return a.handleTechDoubleClick_(t)},a.boundHandleTechTouchStart_=function(t){return a.handleTechTouchStart_(t)},a.boundHandleTechTouchMove_=function(t){return a.handleTechTouchMove_(t)},a.boundHandleTechTouchEnd_=function(t){return a.handleTechTouchEnd_(t)},a.boundHandleTechTap_=function(t){return a.handleTechTap_(t)},a.isFullscreen_=!1,a.log=tt(a.id_),a.fsApi_=q,a.isPosterFromTech_=!1,a.queuedCallbacks_=[],a.isReady_=!1,a.hasStarted_=!1,a.userActive_=!1,a.debugEnabled_=!1,a.audioOnlyMode_=!1,a.audioPosterMode_=!1,a.audioOnlyCache_={playerHeight:null,hiddenChildren:[]},!a.options_||!a.options_.techOrder||!a.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(a.tag=n,a.tagAttributes=n&&qt(n),a.language(a.options_.language),r.languages){var l={};Object.getOwnPropertyNames(r.languages).forEach((function(t){l[t.toLowerCase()]=r.languages[t]})),a.languages_=l}else a.languages_=e.prototype.options_.languages;a.resetCache_(),a.poster_=r.poster||"",a.controls_=!!r.controls,n.controls=!1,n.removeAttribute("controls"),a.changingSrc_=!1,a.playCallbacks_=[],a.playTerminatedQueue_=[],n.hasAttribute("autoplay")?a.autoplay(!0):a.autoplay(a.options_.autoplay),r.plugins&&Object.keys(r.plugins).forEach((function(t){if("function"!==typeof a[t])throw new Error('plugin "'+t+'" does not exist')})),a.scrubbing_=!1,a.el_=a.createEl(),Xe(d()(a),{eventBusKey:"el_"}),a.fsApi_.requestFullscreen&&(Oe(s.a,a.fsApi_.fullscreenchange,a.boundDocumentFullscreenChange_),a.on(a.fsApi_.fullscreenchange,a.boundDocumentFullscreenChange_)),a.fluid_&&a.on(["playerreset","resize"],a.boundUpdateStyleEl_);var u=en(a.options_);r.plugins&&Object.keys(r.plugins).forEach((function(t){a[t](r.plugins[t])})),r.debug&&a.debug(!0),a.options_.playerOptions=u,a.middleware_=[],a.playbackRates(r.playbackRates),a.initChildren(),a.isAudio("audio"===n.nodeName.toLowerCase()),a.controls()?a.addClass("vjs-controls-enabled"):a.addClass("vjs-controls-disabled"),a.el_.setAttribute("role","region"),a.isAudio()?a.el_.setAttribute("aria-label",a.localize("Audio Player")):a.el_.setAttribute("aria-label",a.localize("Video Player")),a.isAudio()&&a.addClass("vjs-audio"),a.flexNotSupported_()&&a.addClass("vjs-no-flex"),Ct&&a.addClass("vjs-touch-enabled"),Ot||a.addClass("vjs-workinghover"),e.players[a.id_]=d()(a);var h=V.split(".")[0];return a.addClass("vjs-v"+h),a.userActive(!0),a.reportUserActivity(),a.one("play",(function(t){return a.listenForUserActivity_(t)})),a.on("stageclick",(function(t){return a.handleStageClick_(t)})),a.on("keydown",(function(t){return a.handleKeyDown(t)})),a.on("languagechange",(function(t){return a.handleLanguagechange(t)})),a.breakpoints(a.options_.breakpoints),a.responsive(a.options_.responsive),a.on("ready",(function(){a.audioPosterMode(a.options_.audioPosterMode),a.audioOnlyMode(a.options_.audioOnlyMode)})),a}v()(e,t);var n=e.prototype;return n.dispose=function(){var n=this;this.trigger("dispose"),this.off("dispose"),Me(s.a,this.fsApi_.fullscreenchange,this.boundDocumentFullscreenChange_),Me(s.a,"keydown",this.boundFullWindowOnEscKey_),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),e.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&(this.tech_.dispose(),this.isPosterFromTech_=!1,this.poster_=""),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),mr(this),tr.names.forEach((function(t){var e=tr[t],r=n[e.getterName]();r&&r.off&&r.off()})),t.prototype.dispose.call(this,{restoreEl:this.options_.restoreEl})},n.createEl=function(){var e,n=this.tag,r=this.playerElIngest_=n.parentNode&&n.parentNode.hasAttribute&&n.parentNode.hasAttribute("data-vjs-player"),i="video-js"===this.tag.tagName.toLowerCase();r?e=this.el_=n.parentNode:i||(e=this.el_=t.prototype.createEl.call(this,"div"));var o=qt(n);if(i){e=this.el_=n,n=this.tag=s.a.createElement("video");while(e.children.length)n.appendChild(e.firstChild);Ft(e,"video-js")||Ht(e,"video-js"),e.appendChild(n),r=this.playerElIngest_=e,Object.keys(e).forEach((function(t){try{n[t]=e[t]}catch(r){}}))}if(n.setAttribute("tabindex","-1"),o.tabindex="-1",(xt||bt&&kt)&&(n.setAttribute("role","application"),o.role="application"),n.removeAttribute("width"),n.removeAttribute("height"),"width"in o&&delete o.width,"height"in o&&delete o.height,Object.getOwnPropertyNames(o).forEach((function(t){i&&"class"===t||e.setAttribute(t,o[t]),i&&n.setAttribute(t,o[t])})),n.playerId=n.id,n.id+="_html5_api",n.className="vjs-tech",n.player=e.player=this,this.addClass("vjs-paused"),!0!==a.a.VIDEOJS_NO_DYNAMIC_STYLE){this.styleEl_=ve("vjs-styles-dimensions");var c=se(".vjs-styles-defaults"),l=se("head");l.insertBefore(this.styleEl_,c?c.nextSibling:l.firstChild)}this.fill_=!1,this.fluid_=!1,this.width(this.options_.width),this.height(this.options_.height),this.fill(this.options_.fill),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio),this.crossOrigin(this.options_.crossOrigin||this.options_.crossorigin);for(var u=n.getElementsByTagName("a"),h=0;h<u.length;h++){var f=u.item(h);Ht(f,"vjs-hidden"),f.setAttribute("hidden","hidden")}return n.initNetworkState_=n.networkState,n.parentNode&&!r&&n.parentNode.insertBefore(e,n),Vt(n,e),this.children_.unshift(n),this.el_.setAttribute("lang",this.language_),this.el_.setAttribute("translate","no"),this.el_=e,e},n.crossOrigin=function(t){if(!t)return this.techGet_("crossOrigin");"anonymous"===t||"use-credentials"===t?this.techCall_("setCrossOrigin",t):J.warn('crossOrigin must be "anonymous" or "use-credentials", given "'+t+'"')},n.width=function(t){return this.dimension("width",t)},n.height=function(t){return this.dimension("height",t)},n.dimension=function(t,e){var n=t+"_";if(void 0===e)return this[n]||0;if(""===e||"auto"===e)return this[n]=void 0,void this.updateStyleEl_();var r=parseFloat(e);isNaN(r)?J.error('Improper value "'+e+'" supplied for for '+t):(this[n]=r,this.updateStyleEl_())},n.fluid=function(t){var e=this;if(void 0===t)return!!this.fluid_;this.fluid_=!!t,Fe(this)&&this.off(["playerreset","resize"],this.boundUpdateStyleEl_),t?(this.addClass("vjs-fluid"),this.fill(!1),He(this,(function(){e.on(["playerreset","resize"],e.boundUpdateStyleEl_)}))):this.removeClass("vjs-fluid"),this.updateStyleEl_()},n.fill=function(t){if(void 0===t)return!!this.fill_;this.fill_=!!t,t?(this.addClass("vjs-fill"),this.fluid(!1)):this.removeClass("vjs-fill")},n.aspectRatio=function(t){if(void 0===t)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(t))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=t,this.fluid(!0),this.updateStyleEl_()},n.updateStyleEl_=function(){if(!0!==a.a.VIDEOJS_NO_DYNAMIC_STYLE){var t,e,n,r;n=void 0!==this.aspectRatio_&&"auto"!==this.aspectRatio_?this.aspectRatio_:this.videoWidth()>0?this.videoWidth()+":"+this.videoHeight():"16:9";var i=n.split(":"),o=i[1]/i[0];t=void 0!==this.width_?this.width_:void 0!==this.height_?this.height_/o:this.videoWidth()||300,e=void 0!==this.height_?this.height_:t*o,r=/^[^a-zA-Z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addClass(r),ge(this.styleEl_,"\n      ."+r+" {\n        width: "+t+"px;\n        height: "+e+"px;\n      }\n\n      ."+r+".vjs-fluid:not(.vjs-audio-only-mode) {\n        padding-top: "+100*o+"%;\n      }\n    ")}else{var s="number"===typeof this.width_?this.width_:this.options_.width,c="number"===typeof this.height_?this.height_:this.options_.height,l=this.tech_&&this.tech_.el();l&&(s>=0&&(l.width=s),c>=0&&(l.height=c))}},n.loadTech_=function(t,e){var n=this;this.tech_&&this.unloadTech_();var r=Je(t),i=t.charAt(0).toLowerCase()+t.slice(1);"Html5"!==r&&this.tag&&(nr.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=r,this.isReady_=!1;var a=this.autoplay();("string"===typeof this.autoplay()||!0===this.autoplay()&&this.options_.normalizeAutoplay)&&(a=!1);var o={source:e,autoplay:a,nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:this.id()+"_"+i+"_api",playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,disablePictureInPicture:this.options_.disablePictureInPicture,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],canOverridePoster:!!this.options_.techCanOverridePoster,enableSourceset:this.options_.enableSourceset,Promise:this.options_.Promise};tr.names.forEach((function(t){var e=tr[t];o[e.getterName]=n[e.privateName]})),at(o,this.options_[r]),at(o,this.options_[i]),at(o,this.options_[t.toLowerCase()]),this.tag&&(o.tag=this.tag),e&&e.src===this.cache_.src&&this.cache_.currentTime>0&&(o.startTime=this.cache_.currentTime);var s=nr.getTech(t);if(!s)throw new Error("No Tech named '"+r+"' exists! '"+r+"' should be registered using videojs.registerTech()'");this.tech_=new s(o),this.tech_.ready(ze(this,this.handleTechReady_),!0),_n.jsonToTextTracks(this.textTracksJson_||[],this.tech_),_a.forEach((function(t){n.on(n.tech_,t,(function(e){return n["handleTech"+Je(t)+"_"](e)}))})),Object.keys(xa).forEach((function(t){n.on(n.tech_,t,(function(e){0===n.tech_.playbackRate()&&n.tech_.seeking()?n.queuedCallbacks_.push({callback:n["handleTech"+xa[t]+"_"].bind(n),event:e}):n["handleTech"+xa[t]+"_"](e)}))})),this.on(this.tech_,"loadstart",(function(t){return n.handleTechLoadStart_(t)})),this.on(this.tech_,"sourceset",(function(t){return n.handleTechSourceset_(t)})),this.on(this.tech_,"waiting",(function(t){return n.handleTechWaiting_(t)})),this.on(this.tech_,"ended",(function(t){return n.handleTechEnded_(t)})),this.on(this.tech_,"seeking",(function(t){return n.handleTechSeeking_(t)})),this.on(this.tech_,"play",(function(t){return n.handleTechPlay_(t)})),this.on(this.tech_,"firstplay",(function(t){return n.handleTechFirstPlay_(t)})),this.on(this.tech_,"pause",(function(t){return n.handleTechPause_(t)})),this.on(this.tech_,"durationchange",(function(t){return n.handleTechDurationChange_(t)})),this.on(this.tech_,"fullscreenchange",(function(t,e){return n.handleTechFullscreenChange_(t,e)})),this.on(this.tech_,"fullscreenerror",(function(t,e){return n.handleTechFullscreenError_(t,e)})),this.on(this.tech_,"enterpictureinpicture",(function(t){return n.handleTechEnterPictureInPicture_(t)})),this.on(this.tech_,"leavepictureinpicture",(function(t){return n.handleTechLeavePictureInPicture_(t)})),this.on(this.tech_,"error",(function(t){return n.handleTechError_(t)})),this.on(this.tech_,"posterchange",(function(t){return n.handleTechPosterChange_(t)})),this.on(this.tech_,"textdata",(function(t){return n.handleTechTextData_(t)})),this.on(this.tech_,"ratechange",(function(t){return n.handleTechRateChange_(t)})),this.on(this.tech_,"loadedmetadata",this.boundUpdateStyleEl_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||"Html5"===r&&this.tag||Vt(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},n.unloadTech_=function(){var t=this;tr.names.forEach((function(e){var n=tr[e];t[n.privateName]=t[n.getterName]()})),this.textTracksJson_=_n.textTracksToJson(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1,this.isPosterFromTech_&&(this.poster_="",this.trigger("posterchange")),this.isPosterFromTech_=!1},n.tech=function(t){return void 0===t&&J.warn("Using the tech directly can be dangerous. I hope you know what you're doing.\nSee https://github.com/videojs/video.js/issues/2617 for more info.\n"),this.tech_},n.addTechControlsListeners_=function(){this.removeTechControlsListeners_(),this.on(this.tech_,"click",this.boundHandleTechClick_),this.on(this.tech_,"dblclick",this.boundHandleTechDoubleClick_),this.on(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.on(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.on(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.on(this.tech_,"tap",this.boundHandleTechTap_)},n.removeTechControlsListeners_=function(){this.off(this.tech_,"tap",this.boundHandleTechTap_),this.off(this.tech_,"touchstart",this.boundHandleTechTouchStart_),this.off(this.tech_,"touchmove",this.boundHandleTechTouchMove_),this.off(this.tech_,"touchend",this.boundHandleTechTouchEnd_),this.off(this.tech_,"click",this.boundHandleTechClick_),this.off(this.tech_,"dblclick",this.boundHandleTechDoubleClick_)},n.handleTechReady_=function(){this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_()},n.handleTechLoadStart_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-seeking"),this.error(null),this.handleTechDurationChange_(),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay")),this.manualAutoplay_(!0===this.autoplay()&&this.options_.normalizeAutoplay?"play":this.autoplay())},n.manualAutoplay_=function(t){var e=this;if(this.tech_&&"string"===typeof t){var n,r=function(){var t=e.muted();e.muted(!0);var n=function(){e.muted(t)};e.playTerminatedQueue_.push(n);var r=e.play();if(vn(r))return r["catch"]((function(t){throw n(),new Error("Rejection at manualAutoplay. Restoring muted value. "+(t||""))}))};if("any"!==t||this.muted()?n="muted"!==t||this.muted()?this.play():r():(n=this.play(),vn(n)&&(n=n["catch"](r))),vn(n))return n.then((function(){e.trigger({type:"autoplay-success",autoplay:t})}))["catch"]((function(){e.trigger({type:"autoplay-failure",autoplay:t})}))}},n.updateSourceCaches_=function(t){void 0===t&&(t="");var e=t,n="";"string"!==typeof e&&(e=t.src,n=t.type),this.cache_.source=this.cache_.source||{},this.cache_.sources=this.cache_.sources||[],e&&!n&&(n=wr(this,e)),this.cache_.source=en({},t,{src:e,type:n});for(var r=this.cache_.sources.filter((function(t){return t.src&&t.src===e})),i=[],a=this.$$("source"),o=[],s=0;s<a.length;s++){var c=qt(a[s]);i.push(c),c.src&&c.src===e&&o.push(c.src)}o.length&&!r.length?this.cache_.sources=i:r.length||(this.cache_.sources=[this.cache_.source]),this.cache_.src=e},n.handleTechSourceset_=function(t){var e=this;if(!this.changingSrc_){var n=function(t){return e.updateSourceCaches_(t)},r=this.currentSource().src,i=t.src;r&&!/^blob:/.test(r)&&/^blob:/.test(i)&&(!this.lastSource_||this.lastSource_.tech!==i&&this.lastSource_.player!==r)&&(n=function(){}),n(i),t.src||this.tech_.any(["sourceset","loadstart"],(function(t){if("sourceset"!==t.type){var n=e.techGet("currentSrc");e.lastSource_.tech=n,e.updateSourceCaches_(n)}}))}this.lastSource_={player:this.currentSource().src,tech:t.src},this.trigger({src:t.src,type:"sourceset"})},n.hasStarted=function(t){if(void 0===t)return this.hasStarted_;t!==this.hasStarted_&&(this.hasStarted_=t,this.hasStarted_?(this.addClass("vjs-has-started"),this.trigger("firstplay")):this.removeClass("vjs-has-started"))},n.handleTechPlay_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")},n.handleTechRateChange_=function(){this.tech_.playbackRate()>0&&0===this.cache_.lastPlaybackRate&&(this.queuedCallbacks_.forEach((function(t){return t.callback(t.event)})),this.queuedCallbacks_=[]),this.cache_.lastPlaybackRate=this.tech_.playbackRate(),this.trigger("ratechange")},n.handleTechWaiting_=function(){var t=this;this.addClass("vjs-waiting"),this.trigger("waiting");var e=this.currentTime(),n=function n(){e!==t.currentTime()&&(t.removeClass("vjs-waiting"),t.off("timeupdate",n))};this.on("timeupdate",n)},n.handleTechCanPlay_=function(){this.removeClass("vjs-waiting"),this.trigger("canplay")},n.handleTechCanPlayThrough_=function(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")},n.handleTechPlaying_=function(){this.removeClass("vjs-waiting"),this.trigger("playing")},n.handleTechSeeking_=function(){this.addClass("vjs-seeking"),this.trigger("seeking")},n.handleTechSeeked_=function(){this.removeClass("vjs-seeking"),this.removeClass("vjs-ended"),this.trigger("seeked")},n.handleTechFirstPlay_=function(){this.options_.starttime&&(J.warn("Passing the `starttime` option to the player will be deprecated in 6.0"),this.currentTime(this.options_.starttime)),this.addClass("vjs-has-started"),this.trigger("firstplay")},n.handleTechPause_=function(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")},n.handleTechEnded_=function(){this.addClass("vjs-ended"),this.removeClass("vjs-waiting"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},n.handleTechDurationChange_=function(){this.duration(this.techGet_("duration"))},n.handleTechClick_=function(t){this.controls_&&(void 0!==this.options_&&void 0!==this.options_.userActions&&void 0!==this.options_.userActions.click&&!1===this.options_.userActions.click||(void 0!==this.options_&&void 0!==this.options_.userActions&&"function"===typeof this.options_.userActions.click?this.options_.userActions.click.call(this,t):this.paused()?gn(this.play()):this.pause()))},n.handleTechDoubleClick_=function(t){if(this.controls_){var e=Array.prototype.some.call(this.$$(".vjs-control-bar, .vjs-modal-dialog"),(function(e){return e.contains(t.target)}));e||void 0!==this.options_&&void 0!==this.options_.userActions&&void 0!==this.options_.userActions.doubleClick&&!1===this.options_.userActions.doubleClick||(void 0!==this.options_&&void 0!==this.options_.userActions&&"function"===typeof this.options_.userActions.doubleClick?this.options_.userActions.doubleClick.call(this,t):this.isFullscreen()?this.exitFullscreen():this.requestFullscreen())}},n.handleTechTap_=function(){this.userActive(!this.userActive())},n.handleTechTouchStart_=function(){this.userWasActive=this.userActive()},n.handleTechTouchMove_=function(){this.userWasActive&&this.reportUserActivity()},n.handleTechTouchEnd_=function(t){t.cancelable&&t.preventDefault()},n.handleStageClick_=function(){this.reportUserActivity()},n.toggleFullscreenClass_=function(){this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen")},n.documentFullscreenChange_=function(t){var e=t.target.player;if(!e||e===this){var n=this.el(),r=s.a[this.fsApi_.fullscreenElement]===n;!r&&n.matches?r=n.matches(":"+this.fsApi_.fullscreen):!r&&n.msMatchesSelector&&(r=n.msMatchesSelector(":"+this.fsApi_.fullscreen)),this.isFullscreen(r)}},n.handleTechFullscreenChange_=function(t,e){var n=this;e&&(e.nativeIOSFullscreen&&(this.addClass("vjs-ios-native-fs"),this.tech_.one("webkitendfullscreen",(function(){n.removeClass("vjs-ios-native-fs")}))),this.isFullscreen(e.isFullscreen))},n.handleTechFullscreenError_=function(t,e){this.trigger("fullscreenerror",e)},n.togglePictureInPictureClass_=function(){this.isInPictureInPicture()?this.addClass("vjs-picture-in-picture"):this.removeClass("vjs-picture-in-picture")},n.handleTechEnterPictureInPicture_=function(t){this.isInPictureInPicture(!0)},n.handleTechLeavePictureInPicture_=function(t){this.isInPictureInPicture(!1)},n.handleTechError_=function(){var t=this.tech_.error();this.error(t)},n.handleTechTextData_=function(){var t=null;arguments.length>1&&(t=arguments[1]),this.trigger("textdata",t)},n.getCache=function(){return this.cache_},n.resetCache_=function(){this.cache_={currentTime:0,initTime:0,inactivityTimeout:this.options_.inactivityTimeout,duration:NaN,lastVolume:1,lastPlaybackRate:this.defaultPlaybackRate(),media:null,src:"",source:{},sources:[],playbackRates:[],volume:1}},n.techCall_=function(t,e){this.ready((function(){if(t in dr)return ur(this.middleware_,this.tech_,t,e);if(t in pr)return hr(this.middleware_,this.tech_,t,e);try{this.tech_&&this.tech_[t](e)}catch(n){throw J(n),n}}),!0)},n.techGet_=function(t){if(this.tech_&&this.tech_.isReady_){if(t in fr)return lr(this.middleware_,this.tech_,t);if(t in pr)return hr(this.middleware_,this.tech_,t);try{return this.tech_[t]()}catch(e){if(void 0===this.tech_[t])throw J("Video.js: "+t+" method not defined for "+this.techName_+" playback technology.",e),e;if("TypeError"===e.name)throw J("Video.js: "+t+" unavailable on "+this.techName_+" playback technology element.",e),this.tech_.isReady_=!1,e;throw J(e),e}}},n.play=function(){var t=this,e=this.options_.Promise||a.a.Promise;return e?new e((function(e){t.play_(e)})):this.play_()},n.play_=function(t){var e=this;void 0===t&&(t=gn),this.playCallbacks_.push(t);var n=Boolean(!this.changingSrc_&&(this.src()||this.currentSrc())),r=Boolean(Mt||Ot);if(this.waitToPlay_&&(this.off(["ready","loadstart"],this.waitToPlay_),this.waitToPlay_=null),!this.isReady_||!n)return this.waitToPlay_=function(t){e.play_()},this.one(["ready","loadstart"],this.waitToPlay_),void(!n&&r&&this.load());var i=this.techGet_("play"),a=r&&this.hasClass("vjs-ended");a&&this.resetProgressBar_(),null===i?this.runPlayTerminatedQueue_():this.runPlayCallbacks_(i)},n.runPlayTerminatedQueue_=function(){var t=this.playTerminatedQueue_.slice(0);this.playTerminatedQueue_=[],t.forEach((function(t){t()}))},n.runPlayCallbacks_=function(t){var e=this.playCallbacks_.slice(0);this.playCallbacks_=[],this.playTerminatedQueue_=[],e.forEach((function(e){e(t)}))},n.pause=function(){this.techCall_("pause")},n.paused=function(){return!1!==this.techGet_("paused")},n.played=function(){return this.techGet_("played")||hn(0,0)},n.scrubbing=function(t){if("undefined"===typeof t)return this.scrubbing_;this.scrubbing_=!!t,this.techCall_("setScrubbing",this.scrubbing_),t?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")},n.currentTime=function(t){return"undefined"!==typeof t?(t<0&&(t=0),this.isReady_&&!this.changingSrc_&&this.tech_&&this.tech_.isReady_?(this.techCall_("setCurrentTime",t),void(this.cache_.initTime=0)):(this.cache_.initTime=t,this.off("canplay",this.boundApplyInitTime_),void this.one("canplay",this.boundApplyInitTime_))):(this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime)},n.applyInitTime_=function(){this.currentTime(this.cache_.initTime)},n.duration=function(t){if(void 0===t)return void 0!==this.cache_.duration?this.cache_.duration:NaN;t=parseFloat(t),t<0&&(t=1/0),t!==this.cache_.duration&&(this.cache_.duration=t,t===1/0?this.addClass("vjs-live"):this.removeClass("vjs-live"),isNaN(t)||this.trigger("durationchange"))},n.remainingTime=function(){return this.duration()-this.currentTime()},n.remainingTimeDisplay=function(){return Math.floor(this.duration())-Math.floor(this.currentTime())},n.buffered=function(){var t=this.techGet_("buffered");return t&&t.length||(t=hn(0,0)),t},n.bufferedPercent=function(){return fn(this.buffered(),this.duration())},n.bufferedEnd=function(){var t=this.buffered(),e=this.duration(),n=t.end(t.length-1);return n>e&&(n=e),n},n.volume=function(t){var e;return void 0!==t?(e=Math.max(0,Math.min(1,parseFloat(t))),this.cache_.volume=e,this.techCall_("setVolume",e),void(e>0&&this.lastVolume_(e))):(e=parseFloat(this.techGet_("volume")),isNaN(e)?1:e)},n.muted=function(t){if(void 0===t)return this.techGet_("muted")||!1;this.techCall_("setMuted",t)},n.defaultMuted=function(t){return void 0!==t?this.techCall_("setDefaultMuted",t):this.techGet_("defaultMuted")||!1},n.lastVolume_=function(t){if(void 0===t||0===t)return this.cache_.lastVolume;this.cache_.lastVolume=t},n.supportsFullScreen=function(){return this.techGet_("supportsFullScreen")||!1},n.isFullscreen=function(t){if(void 0!==t){var e=this.isFullscreen_;return this.isFullscreen_=Boolean(t),this.isFullscreen_!==e&&this.fsApi_.prefixed&&this.trigger("fullscreenchange"),void this.toggleFullscreenClass_()}return this.isFullscreen_},n.requestFullscreen=function(t){var e=this.options_.Promise||a.a.Promise;if(e){var n=this;return new e((function(e,r){function i(){n.off("fullscreenerror",o),n.off("fullscreenchange",a)}function a(){i(),e()}function o(t,e){i(),r(e)}n.one("fullscreenchange",a),n.one("fullscreenerror",o);var s=n.requestFullscreenHelper_(t);s&&(s.then(i,i),s.then(e,r))}))}return this.requestFullscreenHelper_()},n.requestFullscreenHelper_=function(t){var e,n=this;if(this.fsApi_.prefixed||(e=this.options_.fullscreen&&this.options_.fullscreen.options||{},void 0!==t&&(e=t)),this.fsApi_.requestFullscreen){var r=this.el_[this.fsApi_.requestFullscreen](e);return r&&r.then((function(){return n.isFullscreen(!0)}),(function(){return n.isFullscreen(!1)})),r}this.tech_.supportsFullScreen()&&!0===!this.options_.preferFullWindow?this.techCall_("enterFullScreen"):this.enterFullWindow()},n.exitFullscreen=function(){var t=this.options_.Promise||a.a.Promise;if(t){var e=this;return new t((function(t,n){function r(){e.off("fullscreenerror",a),e.off("fullscreenchange",i)}function i(){r(),t()}function a(t,e){r(),n(e)}e.one("fullscreenchange",i),e.one("fullscreenerror",a);var o=e.exitFullscreenHelper_();o&&(o.then(r,r),o.then(t,n))}))}return this.exitFullscreenHelper_()},n.exitFullscreenHelper_=function(){var t=this;if(this.fsApi_.requestFullscreen){var e=s.a[this.fsApi_.exitFullscreen]();return e&&gn(e.then((function(){return t.isFullscreen(!1)}))),e}this.tech_.supportsFullScreen()&&!0===!this.options_.preferFullWindow?this.techCall_("exitFullScreen"):this.exitFullWindow()},n.enterFullWindow=function(){this.isFullscreen(!0),this.isFullWindow=!0,this.docOrigOverflow=s.a.documentElement.style.overflow,Oe(s.a,"keydown",this.boundFullWindowOnEscKey_),s.a.documentElement.style.overflow="hidden",Ht(s.a.body,"vjs-full-window"),this.trigger("enterFullWindow")},n.fullWindowOnEscKey=function(t){h.a.isEventKey(t,"Esc")&&!0===this.isFullscreen()&&(this.isFullWindow?this.exitFullWindow():this.exitFullscreen())},n.exitFullWindow=function(){this.isFullscreen(!1),this.isFullWindow=!1,Me(s.a,"keydown",this.boundFullWindowOnEscKey_),s.a.documentElement.style.overflow=this.docOrigOverflow,Bt(s.a.body,"vjs-full-window"),this.trigger("exitFullWindow")},n.disablePictureInPicture=function(t){if(void 0===t)return this.techGet_("disablePictureInPicture");this.techCall_("setDisablePictureInPicture",t),this.options_.disablePictureInPicture=t,this.trigger("disablepictureinpicturechanged")},n.isInPictureInPicture=function(t){return void 0!==t?(this.isInPictureInPicture_=!!t,void this.togglePictureInPictureClass_()):!!this.isInPictureInPicture_},n.requestPictureInPicture=function(){if("pictureInPictureEnabled"in s.a&&!1===this.disablePictureInPicture())return this.techGet_("requestPictureInPicture")},n.exitPictureInPicture=function(){if("pictureInPictureEnabled"in s.a)return s.a.exitPictureInPicture()},n.handleKeyDown=function(t){var e=this.options_.userActions;if(e&&e.hotkeys){var n=function(t){var e=t.tagName.toLowerCase();if(t.isContentEditable)return!0;var n=["button","checkbox","hidden","radio","reset","submit"];if("input"===e)return-1===n.indexOf(t.type);var r=["textarea"];return-1!==r.indexOf(e)};n(this.el_.ownerDocument.activeElement)||("function"===typeof e.hotkeys?e.hotkeys.call(this,t):this.handleHotkeys(t))}},n.handleHotkeys=function(t){var e=this.options_.userActions?this.options_.userActions.hotkeys:{},n=e.fullscreenKey,r=void 0===n?function(t){return h.a.isEventKey(t,"f")}:n,i=e.muteKey,a=void 0===i?function(t){return h.a.isEventKey(t,"m")}:i,o=e.playPauseKey,c=void 0===o?function(t){return h.a.isEventKey(t,"k")||h.a.isEventKey(t,"Space")}:o;if(r.call(this,t)){t.preventDefault(),t.stopPropagation();var l=sn.getComponent("FullscreenToggle");!1!==s.a[this.fsApi_.fullscreenEnabled]&&l.prototype.handleClick.call(this,t)}else if(a.call(this,t)){t.preventDefault(),t.stopPropagation();var u=sn.getComponent("MuteToggle");u.prototype.handleClick.call(this,t)}else if(c.call(this,t)){t.preventDefault(),t.stopPropagation();var f=sn.getComponent("PlayToggle");f.prototype.handleClick.call(this,t)}},n.canPlayType=function(t){for(var e,n=0,r=this.options_.techOrder;n<r.length;n++){var i=r[n],a=nr.getTech(i);if(a||(a=sn.getComponent(i)),a){if(a.isSupported()&&(e=a.canPlayType(t),e))return e}else J.error('The "'+i+'" tech is undefined. Skipped browser support check for that tech.')}return""},n.selectSource=function(t){var e,n=this,r=this.options_.techOrder.map((function(t){return[t,nr.getTech(t)]})).filter((function(t){var e=t[0],n=t[1];return n?n.isSupported():(J.error('The "'+e+'" tech is undefined. Skipped browser support check for that tech.'),!1)})),i=function(t,e,n){var r;return t.some((function(t){return e.some((function(e){if(r=n(t,e),r)return!0}))})),r},a=function(t){return function(e,n){return t(n,e)}},o=function(t,e){var r=t[0],i=t[1];if(i.canPlaySource(e,n.options_[r.toLowerCase()]))return{source:e,tech:r}};return e=this.options_.sourceOrder?i(t,r,a(o)):i(r,t,o),e||!1},n.handleSrc_=function(t,e){var n=this;if("undefined"===typeof t)return this.cache_.src||"";this.resetRetryOnError_&&this.resetRetryOnError_();var r=kr(t);if(r.length){if(this.changingSrc_=!0,e||(this.cache_.sources=r),this.updateSourceCaches_(r[0]),sr(this,r[0],(function(t,i){n.middleware_=i,e||(n.cache_.sources=r),n.updateSourceCaches_(t);var a=n.src_(t);if(a)return r.length>1?n.handleSrc_(r.slice(1)):(n.changingSrc_=!1,n.setTimeout((function(){this.error({code:4,message:this.options_.notSupportedMessage})}),0),void n.triggerReady());cr(i,n.tech_)})),this.options_.retryOnError&&r.length>1){var i=function(){n.error(null),n.handleSrc_(r.slice(1),!0)},a=function(){n.off("error",i)};this.one("error",i),this.one("playing",a),this.resetRetryOnError_=function(){n.off("error",i),n.off("playing",a)}}}else this.setTimeout((function(){this.error({code:4,message:this.options_.notSupportedMessage})}),0)},n.src=function(t){return this.handleSrc_(t,!1)},n.src_=function(t){var e=this,n=this.selectSource([t]);return!n||(tn(n.tech,this.techName_)?(this.ready((function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",t):this.techCall_("src",t.src),this.changingSrc_=!1}),!0),!1):(this.changingSrc_=!0,this.loadTech_(n.tech,n.source),this.tech_.ready((function(){e.changingSrc_=!1})),!1))},n.load=function(){this.techCall_("load")},n.reset=function(){var t=this,e=this.options_.Promise||a.a.Promise;if(this.paused()||!e)this.doReset_();else{var n=this.play();gn(n.then((function(){return t.doReset_()})))}},n.doReset_=function(){this.tech_&&this.tech_.clearTracks("text"),this.resetCache_(),this.poster(""),this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset"),this.resetControlBarUI_(),Fe(this)&&this.trigger("playerreset")},n.resetControlBarUI_=function(){this.resetProgressBar_(),this.resetPlaybackRate_(),this.resetVolumeBar_()},n.resetProgressBar_=function(){this.currentTime(0);var t=this.controlBar||{},e=t.durationDisplay,n=t.remainingTimeDisplay;e&&e.updateContent(),n&&n.updateContent()},n.resetPlaybackRate_=function(){this.playbackRate(this.defaultPlaybackRate()),this.handleTechRateChange_()},n.resetVolumeBar_=function(){this.volume(1),this.trigger("volumechange")},n.currentSources=function(){var t=this.currentSource(),e=[];return 0!==Object.keys(t).length&&e.push(t),this.cache_.sources||e},n.currentSource=function(){return this.cache_.source||{}},n.currentSrc=function(){return this.currentSource()&&this.currentSource().src||""},n.currentType=function(){return this.currentSource()&&this.currentSource().type||""},n.preload=function(t){return void 0!==t?(this.techCall_("setPreload",t),void(this.options_.preload=t)):this.techGet_("preload")},n.autoplay=function(t){if(void 0===t)return this.options_.autoplay||!1;var e;"string"===typeof t&&/(any|play|muted)/.test(t)||!0===t&&this.options_.normalizeAutoplay?(this.options_.autoplay=t,this.manualAutoplay_("string"===typeof t?t:"play"),e=!1):this.options_.autoplay=!!t,e="undefined"===typeof e?this.options_.autoplay:e,this.tech_&&this.techCall_("setAutoplay",e)},n.playsinline=function(t){return void 0!==t?(this.techCall_("setPlaysinline",t),this.options_.playsinline=t,this):this.techGet_("playsinline")},n.loop=function(t){return void 0!==t?(this.techCall_("setLoop",t),void(this.options_.loop=t)):this.techGet_("loop")},n.poster=function(t){if(void 0===t)return this.poster_;t||(t=""),t!==this.poster_&&(this.poster_=t,this.techCall_("setPoster",t),this.isPosterFromTech_=!1,this.trigger("posterchange"))},n.handleTechPosterChange_=function(){if((!this.poster_||this.options_.techCanOverridePoster)&&this.tech_&&this.tech_.poster){var t=this.tech_.poster()||"";t!==this.poster_&&(this.poster_=t,this.isPosterFromTech_=!0,this.trigger("posterchange"))}},n.controls=function(t){if(void 0===t)return!!this.controls_;t=!!t,this.controls_!==t&&(this.controls_=t,this.usingNativeControls()&&this.techCall_("setControls",t),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))},n.usingNativeControls=function(t){if(void 0===t)return!!this.usingNativeControls_;t=!!t,this.usingNativeControls_!==t&&(this.usingNativeControls_=t,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))},n.error=function(t){var e=this;if(void 0===t)return this.error_||null;if(H("beforeerror").forEach((function(n){var r=n(e,t);ot(r)&&!Array.isArray(r)||"string"===typeof r||"number"===typeof r||null===r?t=r:e.log.error("please return a value that MediaError expects in beforeerror hooks")})),this.options_.suppressNotSupportedError&&t&&4===t.code){var n=function(){this.error(t)};return this.options_.suppressNotSupportedError=!1,this.any(["click","touchstart"],n),void this.one("loadstart",(function(){this.off(["click","touchstart"],n)}))}if(null===t)return this.error_=t,this.removeClass("vjs-error"),void(this.errorDisplay&&this.errorDisplay.close());this.error_=new dn(t),this.addClass("vjs-error"),J.error("(CODE:"+this.error_.code+" "+dn.errorTypes[this.error_.code]+")",this.error_.message,this.error_),this.trigger("error"),H("error").forEach((function(t){return t(e,e.error_)}))},n.reportUserActivity=function(t){this.userActivity_=!0},n.userActive=function(t){if(void 0===t)return this.userActive_;if(t=!!t,t!==this.userActive_){if(this.userActive_=t,this.userActive_)return this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),void this.trigger("useractive");this.tech_&&this.tech_.one("mousemove",(function(t){t.stopPropagation(),t.preventDefault()})),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}},n.listenForUserActivity_=function(){var t,e,n,r=ze(this,this.reportUserActivity),i=function(t){t.screenX===e&&t.screenY===n||(e=t.screenX,n=t.screenY,r())},a=function(){r(),this.clearInterval(t),t=this.setInterval(r,250)},o=function(e){r(),this.clearInterval(t)};this.on("mousedown",a),this.on("mousemove",i),this.on("mouseup",o),this.on("mouseleave",o);var s,c=this.getChild("controlBar");!c||Ot||pt||(c.on("mouseenter",(function(t){0!==this.player().options_.inactivityTimeout&&(this.player().cache_.inactivityTimeout=this.player().options_.inactivityTimeout),this.player().options_.inactivityTimeout=0})),c.on("mouseleave",(function(t){this.player().options_.inactivityTimeout=this.player().cache_.inactivityTimeout}))),this.on("keydown",r),this.on("keyup",r),this.setInterval((function(){if(this.userActivity_){this.userActivity_=!1,this.userActive(!0),this.clearTimeout(s);var t=this.options_.inactivityTimeout;t<=0||(s=this.setTimeout((function(){this.userActivity_||this.userActive(!1)}),t))}}),250)},n.playbackRate=function(t){if(void 0===t)return this.tech_&&this.tech_.featuresPlaybackRate?this.cache_.lastPlaybackRate||this.techGet_("playbackRate"):1;this.techCall_("setPlaybackRate",t)},n.defaultPlaybackRate=function(t){return void 0!==t?this.techCall_("setDefaultPlaybackRate",t):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1},n.isAudio=function(t){if(void 0===t)return!!this.isAudio_;this.isAudio_=!!t},n.enableAudioOnlyUI_=function(){var t=this;this.addClass("vjs-audio-only-mode");var e=this.children(),n=this.getChild("ControlBar"),r=n&&n.currentHeight();e.forEach((function(e){e!==n&&e.el_&&!e.hasClass("vjs-hidden")&&(e.hide(),t.audioOnlyCache_.hiddenChildren.push(e))})),this.audioOnlyCache_.playerHeight=this.currentHeight(),this.height(r),this.trigger("audioonlymodechange")},n.disableAudioOnlyUI_=function(){this.removeClass("vjs-audio-only-mode"),this.audioOnlyCache_.hiddenChildren.forEach((function(t){return t.show()})),this.height(this.audioOnlyCache_.playerHeight),this.trigger("audioonlymodechange")},n.audioOnlyMode=function(t){var e=this;if("boolean"!==typeof t||t===this.audioOnlyMode_)return this.audioOnlyMode_;this.audioOnlyMode_=t;var n=this.options_.Promise||a.a.Promise;if(n){if(t){var r=[];return this.isInPictureInPicture()&&r.push(this.exitPictureInPicture()),this.isFullscreen()&&r.push(this.exitFullscreen()),this.audioPosterMode()&&r.push(this.audioPosterMode(!1)),n.all(r).then((function(){return e.enableAudioOnlyUI_()}))}return n.resolve().then((function(){return e.disableAudioOnlyUI_()}))}t?(this.isInPictureInPicture()&&this.exitPictureInPicture(),this.isFullscreen()&&this.exitFullscreen(),this.enableAudioOnlyUI_()):this.disableAudioOnlyUI_()},n.enablePosterModeUI_=function(){var t=this.tech_&&this.tech_;t.hide(),this.addClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")},n.disablePosterModeUI_=function(){var t=this.tech_&&this.tech_;t.show(),this.removeClass("vjs-audio-poster-mode"),this.trigger("audiopostermodechange")},n.audioPosterMode=function(t){var e=this;if("boolean"!==typeof t||t===this.audioPosterMode_)return this.audioPosterMode_;this.audioPosterMode_=t;var n=this.options_.Promise||a.a.Promise;if(n){if(t){if(this.audioOnlyMode()){var r=this.audioOnlyMode(!1);return r.then((function(){e.enablePosterModeUI_()}))}return n.resolve().then((function(){e.enablePosterModeUI_()}))}return n.resolve().then((function(){e.disablePosterModeUI_()}))}if(t)return this.audioOnlyMode()&&this.audioOnlyMode(!1),void this.enablePosterModeUI_();this.disablePosterModeUI_()},n.addTextTrack=function(t,e,n){if(this.tech_)return this.tech_.addTextTrack(t,e,n)},n.addRemoteTextTrack=function(t,e){if(this.tech_)return this.tech_.addRemoteTextTrack(t,e)},n.removeRemoteTextTrack=function(t){void 0===t&&(t={});var e=t,n=e.track;if(n||(n=t),this.tech_)return this.tech_.removeRemoteTextTrack(n)},n.getVideoPlaybackQuality=function(){return this.techGet_("getVideoPlaybackQuality")},n.videoWidth=function(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0},n.videoHeight=function(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0},n.language=function(t){if(void 0===t)return this.language_;this.language_!==String(t).toLowerCase()&&(this.language_=String(t).toLowerCase(),Fe(this)&&this.trigger("languagechange"))},n.languages=function(){return en(e.prototype.options_.languages,this.languages_)},n.toJSON=function(){var t=en(this.options_),e=t.tracks;t.tracks=[];for(var n=0;n<e.length;n++){var r=e[n];r=en(r),r.player=void 0,t.tracks[n]=r}return t},n.createModal=function(t,e){var n=this;e=e||{},e.content=t||"";var r=new wn(this,e);return this.addChild(r),r.on("dispose",(function(){n.removeChild(r)})),r.open(),r},n.updateCurrentBreakpoint_=function(){if(this.responsive())for(var t=this.currentBreakpoint(),e=this.currentWidth(),n=0;n<wa.length;n++){var r=wa[n],i=this.breakpoints_[r];if(e<=i){if(t===r)return;t&&this.removeClass(ka[t]),this.addClass(ka[r]),this.breakpoint_=r;break}}},n.removeCurrentBreakpoint_=function(){var t=this.currentBreakpointClass();this.breakpoint_="",t&&this.removeClass(t)},n.breakpoints=function(t){return void 0===t||(this.breakpoint_="",this.breakpoints_=at({},Ca,t),this.updateCurrentBreakpoint_()),at(this.breakpoints_)},n.responsive=function(t){if(void 0===t)return this.responsive_;t=Boolean(t);var e=this.responsive_;return t!==e?(this.responsive_=t,t?(this.on("playerresize",this.boundUpdateCurrentBreakpoint_),this.updateCurrentBreakpoint_()):(this.off("playerresize",this.boundUpdateCurrentBreakpoint_),this.removeCurrentBreakpoint_()),t):void 0},n.currentBreakpoint=function(){return this.breakpoint_},n.currentBreakpointClass=function(){return ka[this.breakpoint_]||""},n.loadMedia=function(t,e){var n=this;if(t&&"object"===typeof t){this.reset(),this.cache_.media=en(t);var r=this.cache_.media,i=r.artwork,a=r.poster,o=r.src,s=r.textTracks;!i&&a&&(this.cache_.media.artwork=[{src:a,type:xr(a)}]),o&&this.src(o),a&&this.poster(a),Array.isArray(s)&&s.forEach((function(t){return n.addRemoteTextTrack(t,!1)})),this.ready(e)}},n.getMedia=function(){if(!this.cache_.media){var t=this.poster(),e=this.currentSources(),n=Array.prototype.map.call(this.remoteTextTracks(),(function(t){return{kind:t.kind,label:t.label,language:t.language,src:t.src}})),r={src:e,textTracks:n};return t&&(r.poster=t,r.artwork=[{src:r.poster,type:xr(r.poster)}]),r}return en(this.cache_.media)},e.getTagSettings=function(t){var e={sources:[],tracks:[]},n=qt(t),r=n["data-setup"];if(Ft(t,"vjs-fill")&&(n.fill=!0),Ft(t,"vjs-fluid")&&(n.fluid=!0),null!==r){var i=m()(r||"{}"),a=i[0],o=i[1];a&&J.error(a),at(n,o)}if(at(e,n),t.hasChildNodes())for(var s=t.childNodes,c=0,l=s.length;c<l;c++){var u=s[c],h=u.nodeName.toLowerCase();"source"===h?e.sources.push(qt(u)):"track"===h&&e.tracks.push(qt(u))}return e},n.flexNotSupported_=function(){var t=s.a.createElement("i");return!("flexBasis"in t.style||"webkitFlexBasis"in t.style||"mozFlexBasis"in t.style||"msFlexBasis"in t.style||"msFlexOrder"in t.style)},n.debug=function(t){if(void 0===t)return this.debugEnabled_;t?(this.trigger("debugon"),this.previousLogLevel_=this.log.level,this.log.level("debug"),this.debugEnabled_=!0):(this.trigger("debugoff"),this.log.level(this.previousLogLevel_),this.previousLogLevel_=void 0,this.debugEnabled_=!1)},n.playbackRates=function(t){if(void 0===t)return this.cache_.playbackRates;Array.isArray(t)&&t.every((function(t){return"number"===typeof t}))&&(this.cache_.playbackRates=t,this.trigger("playbackrateschange"))},e}(sn);tr.names.forEach((function(t){var e=tr[t];Sa.prototype[e.getterName]=function(){return this.tech_?this.tech_[e.getterName]():(this[e.privateName]=this[e.privateName]||new e.ListClass,this[e.privateName])}})),Sa.prototype.crossorigin=Sa.prototype.crossOrigin,Sa.players={};var Ta=a.a.navigator;Sa.prototype.options_={techOrder:nr.defaultTechOrder_,html5:{},inactivityTimeout:2e3,playbackRates:[],liveui:!1,children:["mediaLoader","posterImage","textTrackDisplay","loadingSpinner","bigPlayButton","liveTracker","controlBar","errorDisplay","textTrackSettings","resizeManager"],language:Ta&&(Ta.languages&&Ta.languages[0]||Ta.userLanguage||Ta.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media.",normalizeAutoplay:!1,fullscreen:{options:{navigationUI:"hide"}},breakpoints:{},responsive:!1,audioOnlyMode:!1,audioPosterMode:!1},["ended","seeking","seekable","networkState","readyState"].forEach((function(t){Sa.prototype[t]=function(){return this.techGet_(t)}})),_a.forEach((function(t){Sa.prototype["handleTech"+Je(t)+"_"]=function(){return this.trigger(t)}})),sn.registerComponent("Player",Sa);var Oa="plugin",Ma="activePlugins_",Ea={},Aa=function(t){return Ea.hasOwnProperty(t)},Pa=function(t){return Aa(t)?Ea[t]:void 0},La=function(t,e){t[Ma]=t[Ma]||{},t[Ma][e]=!0},Ia=function(t,e,n){var r=(n?"before":"")+"pluginsetup";t.trigger(r,e),t.trigger(r+":"+e.name,e)},ja=function(t,e){var n=function(){Ia(this,{name:t,plugin:e,instance:null},!0);var n=e.apply(this,arguments);return La(this,t),Ia(this,{name:t,plugin:e,instance:n}),n};return Object.keys(e).forEach((function(t){n[t]=e[t]})),n},za=function(t,e){return e.prototype.name=t,function(){Ia(this,{name:t,plugin:e,instance:null},!0);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];var a=k()(e,[this].concat(r));return this[t]=function(){return a},Ia(this,a.getEventHash()),a}},Da=function(){function t(e){if(this.constructor===t)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=e,this.log||(this.log=this.player.log.createLogger(this.name)),Xe(this),delete this.trigger,Ze(this,this.constructor.defaultState),La(e,this.name),this.dispose=this.dispose.bind(this),e.on("dispose",this.dispose)}var e=t.prototype;return e.version=function(){return this.constructor.VERSION},e.getEventHash=function(t){return void 0===t&&(t={}),t.name=this.name,t.plugin=this.constructor,t.instance=this,t},e.trigger=function(t,e){return void 0===e&&(e={}),Ee(this.eventBusEl_,t,this.getEventHash(e))},e.handleStateChanged=function(t){},e.dispose=function(){var t=this.name,e=this.player;this.trigger("dispose"),this.off(),e.off("dispose",this.dispose),e[Ma][t]=!1,this.player=this.state=null,e[t]=za(t,Ea[t])},t.isBasic=function(e){var n="string"===typeof e?Pa(e):e;return"function"===typeof n&&!t.prototype.isPrototypeOf(n.prototype)},t.registerPlugin=function(e,n){if("string"!==typeof e)throw new Error('Illegal plugin name, "'+e+'", must be a string, was '+typeof e+".");if(Aa(e))J.warn('A plugin named "'+e+'" already exists. You may want to avoid re-registering plugins!');else if(Sa.prototype.hasOwnProperty(e))throw new Error('Illegal plugin name, "'+e+'", cannot share a name with an existing player method!');if("function"!==typeof n)throw new Error('Illegal plugin for "'+e+'", must be a function, was '+typeof n+".");return Ea[e]=n,e!==Oa&&(t.isBasic(n)?Sa.prototype[e]=ja(e,n):Sa.prototype[e]=za(e,n)),n},t.deregisterPlugin=function(t){if(t===Oa)throw new Error("Cannot de-register base plugin.");Aa(t)&&(delete Ea[t],delete Sa.prototype[t])},t.getPlugins=function(t){var e;return void 0===t&&(t=Object.keys(Ea)),t.forEach((function(t){var n=Pa(t);n&&(e=e||{},e[t]=n)})),e},t.getPluginVersion=function(t){var e=Pa(t);return e&&e.VERSION||""},t}();Da.getPlugin=Pa,Da.BASE_PLUGIN_NAME=Oa,Da.registerPlugin(Oa,Da),Sa.prototype.usingPlugin=function(t){return!!this[Ma]&&!0===this[Ma][t]},Sa.prototype.hasPlugin=function(t){return!!Aa(t)};var Na=!1,Ra=function(t,e){void 0===e&&(e={}),Na||(J.warn("videojs.extend is deprecated as of Video.js 7.22.0 and will be removed in Video.js 8.0.0"),Na=!0);var n=function(){t.apply(this,arguments)},r={};for(var i in"object"===typeof e?(e.constructor!==Object.prototype.constructor&&(n=e.constructor),r=e):"function"===typeof e&&(n=e),S()(n,t),t&&(n.super_=t),r)r.hasOwnProperty(i)&&(n.prototype[i]=r[i]);return n},Va=function(t){return 0===t.indexOf("#")?t.slice(1):t};function Fa(t,e,n){var r=Fa.getPlayer(t);if(r)return e&&J.warn('Player "'+t+'" is already initialised. Options will not be applied.'),n&&r.ready(n),r;var i="string"===typeof t?se("#"+Va(t)):t;if(!jt(i))throw new TypeError("The element or ID supplied is not valid. (videojs)");i.ownerDocument.defaultView&&i.ownerDocument.body.contains(i)||J.warn("The element supplied is not included in the DOM"),e=e||{},!0===e.restoreEl&&(e.restoreEl=(i.parentNode&&i.parentNode.hasAttribute("data-vjs-player")?i.parentNode:i).cloneNode(!0)),H("beforesetup").forEach((function(t){var n=t(i,en(e));ot(n)&&!Array.isArray(n)?e=en(e,n):J.error("please return an object in beforesetup hooks")}));var a=sn.getComponent("Player");return r=new a(i,e,n),H("setup").forEach((function(t){return t(r)})),r}if(Fa.hooks_=F,Fa.hooks=H,Fa.hook=B,Fa.hookOnce=$,Fa.removeHook=U,!0!==a.a.VIDEOJS_NO_DYNAMIC_STYLE&&It()){var Ha=se(".vjs-styles-defaults");if(!Ha){Ha=ve("vjs-styles-defaults");var Ba=se("head");Ba&&Ba.insertBefore(Ha,Ba.firstChild),ge(Ha,"\n      .video-js {\n        width: 300px;\n        height: 150px;\n      }\n\n      .vjs-fluid:not(.vjs-audio-only-mode) {\n        padding-top: 56.25%\n      }\n    ")}}fe(1,Fa),Fa.VERSION=V,Fa.options=Sa.prototype.options_,Fa.getPlayers=function(){return Sa.players},Fa.getPlayer=function(t){var e,n=Sa.players;if("string"===typeof t){var r=Va(t),i=n[r];if(i)return i;e=se("#"+r)}else e=t;if(jt(e)){var a=e,o=a.player,s=a.playerId;if(o||n[s])return o||n[s]}},Fa.getAllPlayers=function(){return Object.keys(Sa.players).map((function(t){return Sa.players[t]})).filter(Boolean)},Fa.players=Sa.players,Fa.getComponent=sn.getComponent,Fa.registerComponent=function(t,e){nr.isTech(e)&&J.warn("The "+t+" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)"),sn.registerComponent.call(sn,t,e)},Fa.getTech=nr.getTech,Fa.registerTech=nr.registerTech,Fa.use=or,Object.defineProperty(Fa,"middleware",{value:{},writeable:!1,enumerable:!0}),Object.defineProperty(Fa.middleware,"TERMINATOR",{value:ar,writeable:!1,enumerable:!0}),Fa.browser=Et,Fa.TOUCH_ENABLED=Ct,Fa.extend=Ra,Fa.mergeOptions=en,Fa.bind=ze,Fa.registerPlugin=Da.registerPlugin,Fa.deregisterPlugin=Da.deregisterPlugin,Fa.plugin=function(t,e){return J.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Da.registerPlugin(t,e)},Fa.getPlugins=Da.getPlugins,Fa.getPlugin=Da.getPlugin,Fa.getPluginVersion=Da.getPluginVersion,Fa.addLanguage=function(t,e){var n;return t=(""+t).toLowerCase(),Fa.options.languages=en(Fa.options.languages,(n={},n[t]=e,n)),Fa.options.languages[t]},Fa.log=J,Fa.createLogger=tt,Fa.createTimeRange=Fa.createTimeRanges=hn,Fa.formatTime=Ur,Fa.setFormatTime=Hr,Fa.resetFormatTime=Br,Fa.parseUrl=Nn,Fa.isCrossOrigin=Fn,Fa.EventTarget=Re,Fa.on=Oe,Fa.one=Ae,Fa.off=Me,Fa.trigger=Ee,Fa.xhr=b.a,Fa.TextTrack=$n,Fa.AudioTrack=qn,Fa.VideoTrack=Wn,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach((function(t){Fa[t]=function(){return J.warn("videojs."+t+"() is deprecated; use videojs.dom."+t+"() instead"),le[t].apply(null,arguments)}})),Fa.computedStyle=ct,Fa.dom=le,Fa.url=Hn,Fa.defineLazyProperty=ya,Fa.addLanguage("en",{"Non-Fullscreen":"Exit Fullscreen"});
/*! @name @videojs/http-streaming @version 2.16.2 @license Apache-2.0 */
var Ua=T["a"],$a=function(t,e,n){return t&&n&&n.responseURL&&e!==n.responseURL?n.responseURL:e},qa=function(t){return Fa.log.debug?Fa.log.debug.bind(Fa,"VHS:",t+" >"):function(){}},Wa=1/30,Ya=3*Wa,Ka=function(t,e){var n,r=[];if(t&&t.length)for(n=0;n<t.length;n++)e(t.start(n),t.end(n))&&r.push([t.start(n),t.end(n)]);return Fa.createTimeRanges(r)},Xa=function(t,e){return Ka(t,(function(t,n){return t-Ya<=e&&n+Ya>=e}))},Ga=function(t,e){return Ka(t,(function(t){return t-Wa>=e}))},Za=function(t){if(t.length<2)return Fa.createTimeRanges();for(var e=[],n=1;n<t.length;n++){var r=t.end(n-1),i=t.start(n);e.push([r,i])}return Fa.createTimeRanges(e)},Qa=function(t,e){var n=null,r=null,i=0,a=[],o=[];if(!t||!t.length||!e||!e.length)return Fa.createTimeRange();var s=t.length;while(s--)a.push({time:t.start(s),type:"start"}),a.push({time:t.end(s),type:"end"});s=e.length;while(s--)a.push({time:e.start(s),type:"start"}),a.push({time:e.end(s),type:"end"});for(a.sort((function(t,e){return t.time-e.time})),s=0;s<a.length;s++)"start"===a[s].type?(i++,2===i&&(n=a[s].time)):"end"===a[s].type&&(i--,1===i&&(r=a[s].time)),null!==n&&null!==r&&(o.push([n,r]),n=null,r=null);return Fa.createTimeRanges(o)},Ja=function(t){var e=[];if(!t||!t.length)return"";for(var n=0;n<t.length;n++)e.push(t.start(n)+" => "+t.end(n));return e.join(", ")},to=function(t,e,n){void 0===n&&(n=1);var r=t.length?t.end(t.length-1):0;return(r-e)/n},eo=function(t){for(var e=[],n=0;n<t.length;n++)e.push({start:t.start(n),end:t.end(n)});return e},no=function(t,e){if(t===e)return!1;if(!t&&e||!e&&t)return!0;if(t.length!==e.length)return!0;for(var n=0;n<t.length;n++)if(t.start(n)!==e.start(n)||t.end(n)!==e.end(n))return!0;return!1},ro=function(t){if(t&&t.length&&t.end)return t.end(t.length-1)},io=function(t,e){var n=0;if(!t||!t.length)return n;for(var r=0;r<t.length;r++){var i=t.start(r),a=t.end(r);e>a||(n+=e>i&&e<=a?a-e:a-i)}return n},ao=Fa.createTimeRange,oo=function(t,e){if(!e.preload)return e.duration;var n=0;return(e.parts||[]).forEach((function(t){n+=t.duration})),(e.preloadHints||[]).forEach((function(e){"PART"===e.type&&(n+=t.partTargetDuration)})),n},so=function(t){return(t.segments||[]).reduce((function(t,e,n){return e.parts?e.parts.forEach((function(r,i){t.push({duration:r.duration,segmentIndex:n,partIndex:i,part:r,segment:e})})):t.push({duration:e.duration,segmentIndex:n,partIndex:null,segment:e,part:null}),t}),[])},co=function(t){var e=t.segments&&t.segments.length&&t.segments[t.segments.length-1];return e&&e.parts||[]},lo=function(t){var e=t.preloadSegment;if(e){var n=e.parts,r=e.preloadHints,i=(r||[]).reduce((function(t,e){return t+("PART"===e.type?1:0)}),0);return i+=n&&n.length?n.length:0,i}},uo=function(t,e){if(e.endList)return 0;if(t&&t.suggestedPresentationDelay)return t.suggestedPresentationDelay;var n=co(e).length>0;return n&&e.serverControl&&e.serverControl.partHoldBack?e.serverControl.partHoldBack:n&&e.partTargetDuration?3*e.partTargetDuration:e.serverControl&&e.serverControl.holdBack?e.serverControl.holdBack:e.targetDuration?3*e.targetDuration:0},ho=function(t,e){var n=0,r=e-t.mediaSequence,i=t.segments[r];if(i){if("undefined"!==typeof i.start)return{result:i.start,precise:!0};if("undefined"!==typeof i.end)return{result:i.end-i.duration,precise:!0}}while(r--){if(i=t.segments[r],"undefined"!==typeof i.end)return{result:n+i.end,precise:!0};if(n+=oo(t,i),"undefined"!==typeof i.start)return{result:n+i.start,precise:!0}}return{result:n,precise:!1}},fo=function(t,e){for(var n,r=0,i=e-t.mediaSequence;i<t.segments.length;i++){if(n=t.segments[i],"undefined"!==typeof n.start)return{result:n.start-r,precise:!0};if(r+=oo(t,n),"undefined"!==typeof n.end)return{result:n.end-r,precise:!0}}return{result:-1,precise:!1}},po=function(t,e,n){if("undefined"===typeof e&&(e=t.mediaSequence+t.segments.length),e<t.mediaSequence)return 0;var r=ho(t,e);if(r.precise)return r.result;var i=fo(t,e);return i.precise?i.result:r.result+n},vo=function(t,e,n){if(!t)return 0;if("number"!==typeof n&&(n=0),"undefined"===typeof e){if(t.totalDuration)return t.totalDuration;if(!t.endList)return a.a.Infinity}return po(t,e,n)},go=function(t){var e=t.defaultDuration,n=t.durationList,r=t.startIndex,i=t.endIndex,a=0;if(r>i){var o=[i,r];r=o[0],i=o[1]}if(r<0){for(var s=r;s<Math.min(0,i);s++)a+=e;r=0}for(var c=r;c<i;c++)a+=n[c].duration;return a},mo=function(t,e,n,r){if(!t||!t.segments)return null;if(t.endList)return vo(t);if(null===e)return null;e=e||0;var i=po(t,t.mediaSequence+t.segments.length,e);return n&&(r="number"===typeof r?r:uo(null,t),i-=r),Math.max(0,i)},yo=function(t,e,n){var r=!0,i=e||0,a=mo(t,e,r,n);return null===a?ao():ao(i,a)},bo=function(t){for(var e=t.playlist,n=t.currentTime,r=t.startingSegmentIndex,i=t.startingPartIndex,a=t.startTime,o=t.experimentalExactManifestTimings,s=n-a,c=so(e),l=0,u=0;u<c.length;u++){var h=c[u];if(r===h.segmentIndex&&("number"!==typeof i||"number"!==typeof h.partIndex||i===h.partIndex)){l=u;break}}if(s<0){if(l>0)for(var f=l-1;f>=0;f--){var d=c[f];if(s+=d.duration,o){if(s<0)continue}else if(s+Wa<=0)continue;return{partIndex:d.partIndex,segmentIndex:d.segmentIndex,startTime:a-go({defaultDuration:e.targetDuration,durationList:c,startIndex:l,endIndex:f})}}return{partIndex:c[0]&&c[0].partIndex||null,segmentIndex:c[0]&&c[0].segmentIndex||0,startTime:n}}if(l<0){for(var p=l;p<0;p++)if(s-=e.targetDuration,s<0)return{partIndex:c[0]&&c[0].partIndex||null,segmentIndex:c[0]&&c[0].segmentIndex||0,startTime:n};l=0}for(var v=l;v<c.length;v++){var g=c[v];if(s-=g.duration,o){if(s>0)continue}else if(s-Wa>=0)continue;return{partIndex:g.partIndex,segmentIndex:g.segmentIndex,startTime:a+go({defaultDuration:e.targetDuration,durationList:c,startIndex:l,endIndex:v})}}return{segmentIndex:c[c.length-1].segmentIndex,partIndex:c[c.length-1].partIndex,startTime:n}},_o=function(t){return t.excludeUntil&&t.excludeUntil>Date.now()},xo=function(t){return t.excludeUntil&&t.excludeUntil===1/0},wo=function(t){var e=_o(t);return!t.disabled&&!e},ko=function(t){return t.disabled},Co=function(t){for(var e=0;e<t.segments.length;e++)if(t.segments[e].key)return!0;return!1},So=function(t,e){return e.attributes&&e.attributes[t]},To=function(t,e,n,r){if(void 0===r&&(r=0),!So("BANDWIDTH",n))return NaN;var i=t*n.attributes.BANDWIDTH;return(i-8*r)/e},Oo=function(t,e){if(1===t.playlists.length)return!0;var n=e.attributes.BANDWIDTH||Number.MAX_VALUE;return 0===t.playlists.filter((function(t){return!!wo(t)&&(t.attributes.BANDWIDTH||0)<n})).length},Mo=function(t,e){return!(!t&&!e||!t&&e||t&&!e)&&(t===e||(!(!t.id||!e.id||t.id!==e.id)||(!(!t.resolvedUri||!e.resolvedUri||t.resolvedUri!==e.resolvedUri)||!(!t.uri||!e.uri||t.uri!==e.uri))))},Eo=function(t,e){var n=t&&t.mediaGroups&&t.mediaGroups.AUDIO||{},r=!1;for(var i in n){for(var a in n[i])if(r=e(n[i][a]),r)break;if(r)break}return!!r},Ao=function(t){if(!t||!t.playlists||!t.playlists.length){var e=Eo(t,(function(t){return t.playlists&&t.playlists.length||t.uri}));return e}for(var n=function(e){var n=t.playlists[e],r=n.attributes&&n.attributes.CODECS;if(r&&r.split(",").every((function(t){return Object(M["f"])(t)})))return"continue";var i=Eo(t,(function(t){return Mo(n,t)}));return i?"continue":{v:!1}},r=0;r<t.playlists.length;r++){var i=n(r);if("continue"!==i&&"object"===typeof i)return i.v}return!0},Po={liveEdgeDelay:uo,duration:vo,seekable:yo,getMediaInfoForTime:bo,isEnabled:wo,isDisabled:ko,isBlacklisted:_o,isIncompatible:xo,playlistEnd:mo,isAes:Co,hasAttribute:So,estimateSegmentRequestTime:To,isLowestEnabledRendition:Oo,isAudioOnly:Ao,playlistMatch:Mo,segmentDurationWithParts:oo},Lo=Fa.log,Io=function(t,e){return t+"-"+e},jo=function(t,e,n){return"placeholder-uri-"+t+"-"+e+"-"+n},zo=function(t){var e=t.onwarn,n=t.oninfo,r=t.manifestString,i=t.customTagParsers,a=void 0===i?[]:i,o=t.customTagMappers,s=void 0===o?[]:o,c=t.experimentalLLHLS,l=new O["a"];e&&l.on("warn",e),n&&l.on("info",n),a.forEach((function(t){return l.addParser(t)})),s.forEach((function(t){return l.addTagMapper(t)})),l.push(r),l.end();var u=l.manifest;if(c||(["preloadSegment","skip","serverControl","renditionReports","partInf","partTargetDuration"].forEach((function(t){u.hasOwnProperty(t)&&delete u[t]})),u.segments&&u.segments.forEach((function(t){["parts","preloadHints"].forEach((function(e){t.hasOwnProperty(e)&&delete t[e]}))}))),!u.targetDuration){var h=10;u.segments&&u.segments.length&&(h=u.segments.reduce((function(t,e){return Math.max(t,e.duration)}),0)),e&&e("manifest has no targetDuration defaulting to "+h),u.targetDuration=h}var f=co(u);if(f.length&&!u.partTargetDuration){var d=f.reduce((function(t,e){return Math.max(t,e.duration)}),0);e&&(e("manifest has no partTargetDuration defaulting to "+d),Lo.error("LL-HLS manifest has parts but lacks required #EXT-X-PART-INF:PART-TARGET value. See https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis-09#section-4.4.3.7. Playback is not guaranteed.")),u.partTargetDuration=d}return u},Do=function(t,e){t.mediaGroups&&["AUDIO","SUBTITLES"].forEach((function(n){if(t.mediaGroups[n])for(var r in t.mediaGroups[n])for(var i in t.mediaGroups[n][r]){var a=t.mediaGroups[n][r][i];e(a,n,r,i)}}))},No=function(t){var e=t.playlist,n=t.uri,r=t.id;e.id=r,e.playlistErrors_=0,n&&(e.uri=n),e.attributes=e.attributes||{}},Ro=function(t){var e=t.playlists.length;while(e--){var n=t.playlists[e];No({playlist:n,id:Io(e,n.uri)}),n.resolvedUri=Ua(t.uri,n.uri),t.playlists[n.id]=n,t.playlists[n.uri]=n,n.attributes.BANDWIDTH||Lo.warn("Invalid playlist STREAM-INF detected. Missing BANDWIDTH attribute.")}},Vo=function(t){Do(t,(function(e){e.uri&&(e.resolvedUri=Ua(t.uri,e.uri))}))},Fo=function(t,e){var n=Io(0,e),r={mediaGroups:{AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},uri:a.a.location.href,resolvedUri:a.a.location.href,playlists:[{uri:e,id:n,resolvedUri:e,attributes:{}}]};return r.playlists[n]=r.playlists[0],r.playlists[e]=r.playlists[0],r},Ho=function(t,e,n){void 0===n&&(n=jo),t.uri=e;for(var r=0;r<t.playlists.length;r++)if(!t.playlists[r].uri){var i="placeholder-uri-"+r;t.playlists[r].uri=i}var a=Ao(t);Do(t,(function(e,r,i,o){if(!e.playlists||!e.playlists.length){if(a&&"AUDIO"===r&&!e.uri)for(var s=0;s<t.playlists.length;s++){var c=t.playlists[s];if(c.attributes&&c.attributes.AUDIO&&c.attributes.AUDIO===i)return}e.playlists=[l()({},e)]}e.playlists.forEach((function(e,a){var s=n(r,i,o,e),c=Io(a,s);e.uri?e.resolvedUri=e.resolvedUri||Ua(t.uri,e.uri):(e.uri=0===a?s:c,e.resolvedUri=e.uri),e.id=e.id||c,e.attributes=e.attributes||{},t.playlists[e.id]=e,t.playlists[e.uri]=e}))})),Ro(t),Vo(t)},Bo=Fa.mergeOptions,Uo=Fa.EventTarget,$o=function(t,e){if(e.endList||!e.serverControl)return t;var n={};if(e.serverControl.canBlockReload){var r=e.preloadSegment,i=e.mediaSequence+e.segments.length;if(r){var o=r.parts||[],s=lo(e)-1;s>-1&&s!==o.length-1&&(n._HLS_part=s),(s>-1||o.length)&&i--}n._HLS_msn=i}if(e.serverControl&&e.serverControl.canSkipUntil&&(n._HLS_skip=e.serverControl.canSkipDateranges?"v2":"YES"),Object.keys(n).length){var c=new a.a.URL(t);["_HLS_skip","_HLS_msn","_HLS_part"].forEach((function(t){n.hasOwnProperty(t)&&c.searchParams.set(t,n[t])})),t=c.toString()}return t},qo=function(t,e){if(!t)return e;var n=Bo(t,e);if(t.preloadHints&&!e.preloadHints&&delete n.preloadHints,t.parts&&!e.parts)delete n.parts;else if(t.parts&&e.parts)for(var r=0;r<e.parts.length;r++)t.parts&&t.parts[r]&&(n.parts[r]=Bo(t.parts[r],e.parts[r]));return!t.skipped&&e.skipped&&(n.skipped=!1),t.preload&&!e.preload&&(n.preload=!1),n},Wo=function(t,e,n){var r=t.slice(),i=e.slice();n=n||0;for(var a,o=[],s=0;s<i.length;s++){var c=r[s+n],l=i[s];c?(a=c.map||a,o.push(qo(c,l))):(a&&!l.map&&(l.map=a),o.push(l))}return o},Yo=function(t,e){!t.resolvedUri&&t.uri&&(t.resolvedUri=Ua(e,t.uri)),t.key&&!t.key.resolvedUri&&(t.key.resolvedUri=Ua(e,t.key.uri)),t.map&&!t.map.resolvedUri&&(t.map.resolvedUri=Ua(e,t.map.uri)),t.map&&t.map.key&&!t.map.key.resolvedUri&&(t.map.key.resolvedUri=Ua(e,t.map.key.uri)),t.parts&&t.parts.length&&t.parts.forEach((function(t){t.resolvedUri||(t.resolvedUri=Ua(e,t.uri))})),t.preloadHints&&t.preloadHints.length&&t.preloadHints.forEach((function(t){t.resolvedUri||(t.resolvedUri=Ua(e,t.uri))}))},Ko=function(t){var e=t.segments||[],n=t.preloadSegment;if(n&&n.parts&&n.parts.length){if(n.preloadHints)for(var r=0;r<n.preloadHints.length;r++)if("MAP"===n.preloadHints[r].type)return e;n.duration=t.targetDuration,n.preload=!0,e.push(n)}return e},Xo=function(t,e){return t===e||t.segments&&e.segments&&t.segments.length===e.segments.length&&t.endList===e.endList&&t.mediaSequence===e.mediaSequence&&t.preloadSegment===e.preloadSegment},Go=function(t,e,n){void 0===n&&(n=Xo);var r=Bo(t,{}),i=r.playlists[e.id];if(!i)return null;if(n(i,e))return null;e.segments=Ko(e);var a=Bo(i,e);if(a.preloadSegment&&!e.preloadSegment&&delete a.preloadSegment,i.segments){if(e.skip){e.segments=e.segments||[];for(var o=0;o<e.skip.skippedSegments;o++)e.segments.unshift({skipped:!0})}a.segments=Wo(i.segments,e.segments,e.mediaSequence-i.mediaSequence)}a.segments.forEach((function(t){Yo(t,a.resolvedUri)}));for(var s=0;s<r.playlists.length;s++)r.playlists[s].id===e.id&&(r.playlists[s]=a);return r.playlists[e.id]=a,r.playlists[e.uri]=a,Do(t,(function(t,n,r,i){if(t.playlists)for(var o=0;o<t.playlists.length;o++)e.id===t.playlists[o].id&&(t.playlists[o]=a)})),r},Zo=function(t,e){var n=t.segments||[],r=n[n.length-1],i=r&&r.parts&&r.parts[r.parts.length-1],a=i&&i.duration||r&&r.duration;return e&&a?1e3*a:500*(t.partTargetDuration||t.targetDuration||10)},Qo=function(t){function e(e,n,r){var i;if(void 0===r&&(r={}),i=t.call(this)||this,!e)throw new Error("A non-empty playlist URL or object is required");i.logger_=qa("PlaylistLoader");var a=r,o=a.withCredentials,s=void 0!==o&&o,c=a.handleManifestRedirects,l=void 0!==c&&c;i.src=e,i.vhs_=n,i.withCredentials=s,i.handleManifestRedirects=l;var u=n.options_;return i.customTagParsers=u&&u.customTagParsers||[],i.customTagMappers=u&&u.customTagMappers||[],i.experimentalLLHLS=u&&u.experimentalLLHLS||!1,Fa.browser.IE_VERSION&&(i.experimentalLLHLS=!1),i.state="HAVE_NOTHING",i.handleMediaupdatetimeout_=i.handleMediaupdatetimeout_.bind(d()(i)),i.on("mediaupdatetimeout",i.handleMediaupdatetimeout_),i}v()(e,t);var n=e.prototype;return n.handleMediaupdatetimeout_=function(){var t=this;if("HAVE_METADATA"===this.state){var e=this.media(),n=Ua(this.master.uri,e.uri);this.experimentalLLHLS&&(n=$o(n,e)),this.state="HAVE_CURRENT_METADATA",this.request=this.vhs_.xhr({uri:n,withCredentials:this.withCredentials},(function(e,n){if(t.request)return e?t.playlistRequestError(t.request,t.media(),"HAVE_METADATA"):void t.haveMetadata({playlistString:t.request.responseText,url:t.media().uri,id:t.media().id})}))}},n.playlistRequestError=function(t,e,n){var r=e.uri,i=e.id;this.request=null,n&&(this.state=n),this.error={playlist:this.master.playlists[i],status:t.status,message:"HLS playlist request error at URL: "+r+".",responseText:t.responseText,code:t.status>=500?4:2},this.trigger("error")},n.parseManifest_=function(t){var e=this,n=t.url,r=t.manifestString;return zo({onwarn:function(t){var r=t.message;return e.logger_("m3u8-parser warn for "+n+": "+r)},oninfo:function(t){var r=t.message;return e.logger_("m3u8-parser info for "+n+": "+r)},manifestString:r,customTagParsers:this.customTagParsers,customTagMappers:this.customTagMappers,experimentalLLHLS:this.experimentalLLHLS})},n.haveMetadata=function(t){var e=t.playlistString,n=t.playlistObject,r=t.url,i=t.id;this.request=null,this.state="HAVE_METADATA";var a=n||this.parseManifest_({url:r,manifestString:e});a.lastRequest=Date.now(),No({playlist:a,uri:r,id:i});var o=Go(this.master,a);this.targetDuration=a.partTargetDuration||a.targetDuration,this.pendingMedia_=null,o?(this.master=o,this.media_=this.master.playlists[i]):this.trigger("playlistunchanged"),this.updateMediaUpdateTimeout_(Zo(this.media(),!!o)),this.trigger("loadedplaylist")},n.dispose=function(){this.trigger("dispose"),this.stopRequest(),a.a.clearTimeout(this.mediaUpdateTimeout),a.a.clearTimeout(this.finalRenditionTimeout),this.off()},n.stopRequest=function(){if(this.request){var t=this.request;this.request=null,t.onreadystatechange=null,t.abort()}},n.media=function(t,e){var n=this;if(!t)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);if("string"===typeof t){if(!this.master.playlists[t])throw new Error("Unknown playlist URI: "+t);t=this.master.playlists[t]}if(a.a.clearTimeout(this.finalRenditionTimeout),e){var r=(t.partTargetDuration||t.targetDuration)/2*1e3||5e3;this.finalRenditionTimeout=a.a.setTimeout(this.media.bind(this,t,!1),r)}else{var i=this.state,o=!this.media_||t.id!==this.media_.id,s=this.master.playlists[t.id];if(s&&s.endList||t.endList&&t.segments.length)return this.request&&(this.request.onreadystatechange=null,this.request.abort(),this.request=null),this.state="HAVE_METADATA",this.media_=t,void(o&&(this.trigger("mediachanging"),"HAVE_MASTER"===i?this.trigger("loadedmetadata"):this.trigger("mediachange")));if(this.updateMediaUpdateTimeout_(Zo(t,!0)),o){if(this.state="SWITCHING_MEDIA",this.request){if(t.resolvedUri===this.request.url)return;this.request.onreadystatechange=null,this.request.abort(),this.request=null}this.media_&&this.trigger("mediachanging"),this.pendingMedia_=t,this.request=this.vhs_.xhr({uri:t.resolvedUri,withCredentials:this.withCredentials},(function(e,r){if(n.request){if(t.lastRequest=Date.now(),t.resolvedUri=$a(n.handleManifestRedirects,t.resolvedUri,r),e)return n.playlistRequestError(n.request,t,i);n.haveMetadata({playlistString:r.responseText,url:t.uri,id:t.id}),"HAVE_MASTER"===i?n.trigger("loadedmetadata"):n.trigger("mediachange")}}))}}},n.pause=function(){this.mediaUpdateTimeout&&(a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null),this.stopRequest(),"HAVE_NOTHING"===this.state&&(this.started=!1),"SWITCHING_MEDIA"===this.state?this.media_?this.state="HAVE_METADATA":this.state="HAVE_MASTER":"HAVE_CURRENT_METADATA"===this.state&&(this.state="HAVE_METADATA")},n.load=function(t){var e=this;this.mediaUpdateTimeout&&(a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null);var n=this.media();if(t){var r=n?(n.partTargetDuration||n.targetDuration)/2*1e3:5e3;this.mediaUpdateTimeout=a.a.setTimeout((function(){e.mediaUpdateTimeout=null,e.load()}),r)}else this.started?n&&!n.endList?this.trigger("mediaupdatetimeout"):this.trigger("loadedplaylist"):this.start()},n.updateMediaUpdateTimeout_=function(t){var e=this;this.mediaUpdateTimeout&&(a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null),this.media()&&!this.media().endList&&(this.mediaUpdateTimeout=a.a.setTimeout((function(){e.mediaUpdateTimeout=null,e.trigger("mediaupdatetimeout"),e.updateMediaUpdateTimeout_(t)}),t))},n.start=function(){var t=this;if(this.started=!0,"object"===typeof this.src)return this.src.uri||(this.src.uri=a.a.location.href),this.src.resolvedUri=this.src.uri,void setTimeout((function(){t.setupInitialPlaylist(t.src)}),0);this.request=this.vhs_.xhr({uri:this.src,withCredentials:this.withCredentials},(function(e,n){if(t.request){if(t.request=null,e)return t.error={status:n.status,message:"HLS playlist request error at URL: "+t.src+".",responseText:n.responseText,code:2},"HAVE_NOTHING"===t.state&&(t.started=!1),t.trigger("error");t.src=$a(t.handleManifestRedirects,t.src,n);var r=t.parseManifest_({manifestString:n.responseText,url:t.src});t.setupInitialPlaylist(r)}}))},n.srcUri=function(){return"string"===typeof this.src?this.src:this.src.uri},n.setupInitialPlaylist=function(t){if(this.state="HAVE_MASTER",t.playlists)return this.master=t,Ho(this.master,this.srcUri()),t.playlists.forEach((function(t){t.segments=Ko(t),t.segments.forEach((function(e){Yo(e,t.resolvedUri)}))})),this.trigger("loadedplaylist"),void(this.request||this.media(this.master.playlists[0]));var e=this.srcUri()||a.a.location.href;this.master=Fo(t,e),this.haveMetadata({playlistObject:t,url:e,id:this.master.playlists[0].id}),this.trigger("loadedmetadata")},e}(Uo),Jo=Fa.xhr,ts=Fa.mergeOptions,es=function(t,e,n,r){var i="arraybuffer"===t.responseType?t.response:t.responseText;!e&&i&&(t.responseTime=Date.now(),t.roundTripTime=t.responseTime-t.requestTime,t.bytesReceived=i.byteLength||i.length,t.bandwidth||(t.bandwidth=Math.floor(t.bytesReceived/t.roundTripTime*8*1e3))),n.headers&&(t.responseHeaders=n.headers),e&&"ETIMEDOUT"===e.code&&(t.timedout=!0),e||t.aborted||200===n.statusCode||206===n.statusCode||0===n.statusCode||(e=new Error("XHR Failed with a response of: "+(t&&(i||t.responseText)))),r(e,t)},ns=function(){var t=function t(e,n){e=ts({timeout:45e3},e);var r=t.beforeRequest||Fa.Vhs.xhr.beforeRequest;if(r&&"function"===typeof r){var i=r(e);i&&(e=i)}var a=!0===Fa.Vhs.xhr.original?Jo:Fa.Vhs.xhr,o=a(e,(function(t,e){return es(o,t,e,n)})),s=o.abort;return o.abort=function(){return o.aborted=!0,s.apply(o,arguments)},o.uri=e.uri,o.requestTime=Date.now(),o};return t.original=!0,t},rs=function(t){var e,n=t.offset;return e="bigint"===typeof t.offset||"bigint"===typeof t.length?a.a.BigInt(t.offset)+a.a.BigInt(t.length)-a.a.BigInt(1):t.offset+t.length-1,"bytes="+n+"-"+e},is=function(t){var e={};return t.byterange&&(e.Range=rs(t.byterange)),e},as=function(t,e){return t.start(e)+"-"+t.end(e)},os=function(t,e){var n=t.toString(16);return"00".substring(0,2-n.length)+n+(e%2?" ":"")},ss=function(t){return t>=32&&t<126?String.fromCharCode(t):"."},cs=function(t){var e={};return Object.keys(t).forEach((function(n){var r=t[n];Object(A["e"])(r)?e[n]={bytes:r.buffer,byteOffset:r.byteOffset,byteLength:r.byteLength}:e[n]=r})),e},ls=function(t){var e=t.byterange||{length:1/0,offset:0};return[e.length,e.offset,t.resolvedUri].join(",")},us=function(t){return t.resolvedUri},hs=function(t){for(var e,n,r=Array.prototype.slice.call(t),i=16,a="",o=0;o<r.length/i;o++)e=r.slice(o*i,o*i+i).map(os).join(""),n=r.slice(o*i,o*i+i).map(ss).join(""),a+=e+" "+n+"\n";return a},fs=function(t){var e=t.bytes;return hs(e)},ds=function(t){var e,n="";for(e=0;e<t.length;e++)n+=as(t,e)+" ";return n},ps=Object.freeze({__proto__:null,createTransferableMessage:cs,initSegmentId:ls,segmentKeyId:us,hexDump:hs,tagDump:fs,textRanges:ds}),vs=.25,gs=function(t,e){if(!e.dateTimeObject)return null;var n=e.videoTimingInfo.transmuxerPrependedSeconds,r=e.videoTimingInfo.transmuxedPresentationStart,i=r+n,a=t-i;return new Date(e.dateTimeObject.getTime()+1e3*a)},ms=function(t){return t.transmuxedPresentationEnd-t.transmuxedPresentationStart-t.transmuxerPrependedSeconds},ys=function(t,e){var n;try{n=new Date(t)}catch(u){return null}if(!e||!e.segments||0===e.segments.length)return null;var r=e.segments[0];if(n<r.dateTimeObject)return null;for(var i=0;i<e.segments.length-1;i++){r=e.segments[i];var a=e.segments[i+1].dateTimeObject;if(n<a)break}var o=e.segments[e.segments.length-1],s=o.dateTimeObject,c=o.videoTimingInfo?ms(o.videoTimingInfo):o.duration+o.duration*vs,l=new Date(s.getTime()+1e3*c);return n>l?null:(n>s&&(r=o),{segment:r,estimatedStart:r.videoTimingInfo?r.videoTimingInfo.transmuxedPresentationStart:Po.duration(e,e.mediaSequence+e.segments.indexOf(r)),type:r.videoTimingInfo?"accurate":"estimate"})},bs=function(t,e){if(!e||!e.segments||0===e.segments.length)return null;for(var n,r=0,i=0;i<e.segments.length;i++)if(n=e.segments[i],r=n.videoTimingInfo?n.videoTimingInfo.transmuxedPresentationEnd:r+n.duration,t<=r)break;var a=e.segments[e.segments.length-1];if(a.videoTimingInfo&&a.videoTimingInfo.transmuxedPresentationEnd<t)return null;if(t>r){if(t>r+a.duration*vs)return null;n=a}return{segment:n,estimatedStart:n.videoTimingInfo?n.videoTimingInfo.transmuxedPresentationStart:r-n.duration,type:n.videoTimingInfo?"accurate":"estimate"}},_s=function(t,e){var n,r;try{n=new Date(t),r=new Date(e)}catch(o){}var i=n.getTime(),a=r.getTime();return(a-i)/1e3},xs=function(t){if(!t.segments||0===t.segments.length)return!1;for(var e=0;e<t.segments.length;e++){var n=t.segments[e];if(!n.dateTimeObject)return!1}return!0},ws=function(t){var e=t.playlist,n=t.time,r=void 0===n?void 0:n,i=t.callback;if(!i)throw new Error("getProgramTime: callback must be provided");if(!e||void 0===r)return i({message:"getProgramTime: playlist and time must be provided"});var a=bs(r,e);if(!a)return i({message:"valid programTime was not found"});if("estimate"===a.type)return i({message:"Accurate programTime could not be determined. Please seek to e.seekTime and try again",seekTime:a.estimatedStart});var o={mediaSeconds:r},s=gs(r,a.segment);return s&&(o.programDateTime=s.toISOString()),i(null,o)},ks=function t(e){var n=e.programTime,r=e.playlist,i=e.retryCount,a=void 0===i?2:i,o=e.seekTo,s=e.pauseAfterSeek,c=void 0===s||s,l=e.tech,u=e.callback;if(!u)throw new Error("seekToProgramTime: callback must be provided");if("undefined"===typeof n||!r||!o)return u({message:"seekToProgramTime: programTime, seekTo and playlist must be provided"});if(!r.endList&&!l.hasStarted_)return u({message:"player must be playing a live stream to start buffering"});if(!xs(r))return u({message:"programDateTime tags must be provided in the manifest "+r.resolvedUri});var h=ys(n,r);if(!h)return u({message:n+" was not found in the stream"});var f=h.segment,d=_s(f.dateTimeObject,n);if("estimate"===h.type)return 0===a?u({message:n+" is not buffered yet. Try again"}):(o(h.estimatedStart+d),void l.one("seeked",(function(){t({programTime:n,playlist:r,retryCount:a-1,seekTo:o,pauseAfterSeek:c,tech:l,callback:u})})));var p=f.start+d,v=function(){return u(null,l.currentTime())};l.one("seeked",v),c&&l.pause(),o(p)},Cs=function(t,e){if(4===t.readyState)return e()},Ss=function(t,e,n){var r,i=[],a=!1,o=function(t,e,r,i){return e.abort(),a=!0,n(t,e,r,i)},s=function(t,e){if(!a){if(t)return o(t,e,"",i);var n=e.responseText.substring(i&&i.byteLength||0,e.responseText.length);if(i=Object(A["d"])(i,Object(A["h"])(n,!0)),r=r||Object(j["a"])(i),i.length<10||r&&i.length<r+2)return Cs(e,(function(){return o(t,e,"",i)}));var s=Object(z["a"])(i);return"ts"===s&&i.length<188||!s&&i.length<376?Cs(e,(function(){return o(t,e,"",i)})):o(null,e,s,i)}},c={uri:t,beforeSend:function(t){t.overrideMimeType("text/plain; charset=x-user-defined"),t.addEventListener("progress",(function(e){return e.total,e.loaded,es(t,null,{statusCode:t.status},s)}))}},l=e(c,(function(t,e){return es(l,t,e,s)}));return l},Ts=Fa.EventTarget,Os=Fa.mergeOptions,Ms=function(t,e){if(!Xo(t,e))return!1;if(t.sidx&&e.sidx&&(t.sidx.offset!==e.sidx.offset||t.sidx.length!==e.sidx.length))return!1;if(!t.sidx&&e.sidx||t.sidx&&!e.sidx)return!1;if(t.segments&&!e.segments||!t.segments&&e.segments)return!1;if(!t.segments&&!e.segments)return!0;for(var n=0;n<t.segments.length;n++){var r=t.segments[n],i=e.segments[n];if(r.uri!==i.uri)return!1;if(r.byterange||i.byterange){var a=r.byterange,o=i.byterange;if(a&&!o||!a&&o)return!1;if(a.offset!==o.offset||a.length!==o.length)return!1}}return!0},Es=function(t,e,n,r){var i=r.attributes.NAME||n;return"placeholder-uri-"+t+"-"+e+"-"+i},As=function(t){var e=t.masterXml,n=t.srcUrl,r=t.clientOffset,i=t.sidxMapping,a=t.previousManifest,o=Object(P["c"])(e,{manifestUri:n,clientOffset:r,sidxMapping:i,previousManifest:a});return Ho(o,n,Es),o},Ps=function(t,e){Do(t,(function(n,r,i,a){a in e.mediaGroups[r][i]||delete t.mediaGroups[r][i][a]}))},Ls=function(t,e,n){for(var r=!0,i=Os(t,{duration:e.duration,minimumUpdatePeriod:e.minimumUpdatePeriod,timelineStarts:e.timelineStarts}),a=0;a<e.playlists.length;a++){var o=e.playlists[a];if(o.sidx){var s=Object(P["b"])(o.sidx);n&&n[s]&&n[s].sidx&&Object(P["a"])(o,n[s].sidx,o.sidx.resolvedUri)}var c=Go(i,o,Ms);c&&(i=c,r=!1)}return Do(e,(function(t,e,n,a){if(t.playlists&&t.playlists.length){var o=t.playlists[0].id,s=Go(i,t.playlists[0],Ms);s&&(i=s,a in i.mediaGroups[e][n]||(i.mediaGroups[e][n][a]=t),i.mediaGroups[e][n][a].playlists[0]=i.playlists[o],r=!1)}})),Ps(i,e),e.minimumUpdatePeriod!==t.minimumUpdatePeriod&&(r=!1),r?null:i},Is=function(t,e){var n=Boolean(!t.map&&!e.map),r=n||Boolean(t.map&&e.map&&t.map.byterange.offset===e.map.byterange.offset&&t.map.byterange.length===e.map.byterange.length);return r&&t.uri===e.uri&&t.byterange.offset===e.byterange.offset&&t.byterange.length===e.byterange.length},js=function(t,e){var n={};for(var r in t){var i=t[r],a=i.sidx;if(a){var o=Object(P["b"])(a);if(!e[o])break;var s=e[o].sidxInfo;Is(s,a)&&(n[o]=e[o])}}return n},zs=function(t,e){var n=js(t.playlists,e),r=n;return Do(t,(function(t,n,i,a){if(t.playlists&&t.playlists.length){var o=t.playlists;r=Os(r,js(o,e))}})),r},Ds=function(t){function e(e,n,r,i){var a;void 0===r&&(r={}),a=t.call(this)||this,a.masterPlaylistLoader_=i||d()(a),i||(a.isMaster_=!0);var o=r,s=o.withCredentials,c=void 0!==s&&s,l=o.handleManifestRedirects,u=void 0!==l&&l;if(a.vhs_=n,a.withCredentials=c,a.handleManifestRedirects=u,!e)throw new Error("A non-empty playlist URL or object is required");return a.on("minimumUpdatePeriod",(function(){a.refreshXml_()})),a.on("mediaupdatetimeout",(function(){a.refreshMedia_(a.media().id)})),a.state="HAVE_NOTHING",a.loadedPlaylists_={},a.logger_=qa("DashPlaylistLoader"),a.isMaster_?(a.masterPlaylistLoader_.srcUrl=e,a.masterPlaylistLoader_.sidxMapping_={}):a.childPlaylist_=e,a}v()(e,t);var n=e.prototype;return n.requestErrored_=function(t,e,n){return!this.request||(this.request=null,t?(this.error="object"!==typeof t||t instanceof Error?{status:e.status,message:"DASH request error at URL: "+e.uri,response:e.response,code:2}:t,n&&(this.state=n),this.trigger("error"),!0):void 0)},n.addSidxSegments_=function(t,e,n){var r=this,i=t.sidx&&Object(P["b"])(t.sidx);if(t.sidx&&i&&!this.masterPlaylistLoader_.sidxMapping_[i]){var o=$a(this.handleManifestRedirects,t.sidx.resolvedUri),s=function(a,o){if(!r.requestErrored_(a,o,e)){var s,c=r.masterPlaylistLoader_.sidxMapping_;try{s=I()(Object(A["k"])(o.response).subarray(8))}catch(l){return void r.requestErrored_(l,o,e)}return c[i]={sidxInfo:t.sidx,sidx:s},Object(P["a"])(t,s,t.sidx.resolvedUri),n(!0)}};this.request=Ss(o,this.vhs_.xhr,(function(e,n,i,a){if(e)return s(e,n);if(!i||"mp4"!==i)return s({status:n.status,message:"Unsupported "+(i||"unknown")+" container type for sidx segment at URL: "+o,response:"",playlist:t,internal:!0,blacklistDuration:1/0,code:2},n);var c=t.sidx.byterange,l=c.offset,u=c.length;if(a.length>=u+l)return s(e,{response:a.subarray(l,l+u),status:n.status,uri:n.uri});r.request=r.vhs_.xhr({uri:o,responseType:"arraybuffer",headers:is({byterange:t.sidx.byterange})},s)}))}else this.mediaRequest_=a.a.setTimeout((function(){return n(!1)}),0)},n.dispose=function(){this.trigger("dispose"),this.stopRequest(),this.loadedPlaylists_={},a.a.clearTimeout(this.minimumUpdatePeriodTimeout_),a.a.clearTimeout(this.mediaRequest_),a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.mediaRequest_=null,this.minimumUpdatePeriodTimeout_=null,this.masterPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.masterPlaylistLoader_.createMupOnMedia_),this.masterPlaylistLoader_.createMupOnMedia_=null),this.off()},n.hasPendingRequest=function(){return this.request||this.mediaRequest_},n.stopRequest=function(){if(this.request){var t=this.request;this.request=null,t.onreadystatechange=null,t.abort()}},n.media=function(t){var e=this;if(!t)return this.media_;if("HAVE_NOTHING"===this.state)throw new Error("Cannot switch media playlist from "+this.state);var n=this.state;if("string"===typeof t){if(!this.masterPlaylistLoader_.master.playlists[t])throw new Error("Unknown playlist URI: "+t);t=this.masterPlaylistLoader_.master.playlists[t]}var r=!this.media_||t.id!==this.media_.id;if(r&&this.loadedPlaylists_[t.id]&&this.loadedPlaylists_[t.id].endList)return this.state="HAVE_METADATA",this.media_=t,void(r&&(this.trigger("mediachanging"),this.trigger("mediachange")));r&&(this.media_&&this.trigger("mediachanging"),this.addSidxSegments_(t,n,(function(r){e.haveMetadata({startingState:n,playlist:t})})))},n.haveMetadata=function(t){var e=t.startingState,n=t.playlist;this.state="HAVE_METADATA",this.loadedPlaylists_[n.id]=n,this.mediaRequest_=null,this.refreshMedia_(n.id),"HAVE_MASTER"===e?this.trigger("loadedmetadata"):this.trigger("mediachange")},n.pause=function(){this.masterPlaylistLoader_.createMupOnMedia_&&(this.off("loadedmetadata",this.masterPlaylistLoader_.createMupOnMedia_),this.masterPlaylistLoader_.createMupOnMedia_=null),this.stopRequest(),a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null,this.isMaster_&&(a.a.clearTimeout(this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_),this.masterPlaylistLoader_.minimumUpdatePeriodTimeout_=null),"HAVE_NOTHING"===this.state&&(this.started=!1)},n.load=function(t){var e=this;a.a.clearTimeout(this.mediaUpdateTimeout),this.mediaUpdateTimeout=null;var n=this.media();if(t){var r=n?n.targetDuration/2*1e3:5e3;this.mediaUpdateTimeout=a.a.setTimeout((function(){return e.load()}),r)}else this.started?n&&!n.endList?(this.isMaster_&&!this.minimumUpdatePeriodTimeout_&&(this.trigger("minimumUpdatePeriod"),this.updateMinimumUpdatePeriodTimeout_()),this.trigger("mediaupdatetimeout")):this.trigger("loadedplaylist"):this.start()},n.start=function(){var t=this;this.started=!0,this.isMaster_?this.requestMaster_((function(e,n){t.haveMaster_(),t.hasPendingRequest()||t.media_||t.media(t.masterPlaylistLoader_.master.playlists[0])})):this.mediaRequest_=a.a.setTimeout((function(){return t.haveMaster_()}),0)},n.requestMaster_=function(t){var e=this;this.request=this.vhs_.xhr({uri:this.masterPlaylistLoader_.srcUrl,withCredentials:this.withCredentials},(function(n,r){if(!e.requestErrored_(n,r)){var i=r.responseText!==e.masterPlaylistLoader_.masterXml_;return e.masterPlaylistLoader_.masterXml_=r.responseText,r.responseHeaders&&r.responseHeaders.date?e.masterLoaded_=Date.parse(r.responseHeaders.date):e.masterLoaded_=Date.now(),e.masterPlaylistLoader_.srcUrl=$a(e.handleManifestRedirects,e.masterPlaylistLoader_.srcUrl,r),i?(e.handleMaster_(),void e.syncClientServerClock_((function(){return t(r,i)}))):t(r,i)}"HAVE_NOTHING"===e.state&&(e.started=!1)}))},n.syncClientServerClock_=function(t){var e=this,n=Object(P["d"])(this.masterPlaylistLoader_.masterXml_);return null===n?(this.masterPlaylistLoader_.clientOffset_=this.masterLoaded_-Date.now(),t()):"DIRECT"===n.method?(this.masterPlaylistLoader_.clientOffset_=n.value-Date.now(),t()):void(this.request=this.vhs_.xhr({uri:Ua(this.masterPlaylistLoader_.srcUrl,n.value),method:n.method,withCredentials:this.withCredentials},(function(r,i){if(e.request){if(r)return e.masterPlaylistLoader_.clientOffset_=e.masterLoaded_-Date.now(),t();var a;a="HEAD"===n.method?i.responseHeaders&&i.responseHeaders.date?Date.parse(i.responseHeaders.date):e.masterLoaded_:Date.parse(i.responseText),e.masterPlaylistLoader_.clientOffset_=a-Date.now(),t()}})))},n.haveMaster_=function(){this.state="HAVE_MASTER",this.isMaster_?this.trigger("loadedplaylist"):this.media_||this.media(this.childPlaylist_)},n.handleMaster_=function(){this.mediaRequest_=null;var t=this.masterPlaylistLoader_.master,e=As({masterXml:this.masterPlaylistLoader_.masterXml_,srcUrl:this.masterPlaylistLoader_.srcUrl,clientOffset:this.masterPlaylistLoader_.clientOffset_,sidxMapping:this.masterPlaylistLoader_.sidxMapping_,previousManifest:t});t&&(e=Ls(t,e,this.masterPlaylistLoader_.sidxMapping_)),this.masterPlaylistLoader_.master=e||t;var n=this.masterPlaylistLoader_.master.locations&&this.masterPlaylistLoader_.master.locations[0];return n&&n!==this.masterPlaylistLoader_.srcUrl&&(this.masterPlaylistLoader_.srcUrl=n),(!t||e&&e.minimumUpdatePeriod!==t.minimumUpdatePeriod)&&this.updateMinimumUpdatePeriodTimeout_(),Boolean(e)},n.updateMinimumUpdatePeriodTimeout_=function(){var t=this.masterPlaylistLoader_;t.createMupOnMedia_&&(t.off("loadedmetadata",t.createMupOnMedia_),t.createMupOnMedia_=null),t.minimumUpdatePeriodTimeout_&&(a.a.clearTimeout(t.minimumUpdatePeriodTimeout_),t.minimumUpdatePeriodTimeout_=null);var e=t.master&&t.master.minimumUpdatePeriod;0===e&&(t.media()?e=1e3*t.media().targetDuration:(t.createMupOnMedia_=t.updateMinimumUpdatePeriodTimeout_,t.one("loadedmetadata",t.createMupOnMedia_))),"number"!==typeof e||e<=0?e<0&&this.logger_("found invalid minimumUpdatePeriod of "+e+", not setting a timeout"):this.createMUPTimeout_(e)},n.createMUPTimeout_=function(t){var e=this.masterPlaylistLoader_;e.minimumUpdatePeriodTimeout_=a.a.setTimeout((function(){e.minimumUpdatePeriodTimeout_=null,e.trigger("minimumUpdatePeriod"),e.createMUPTimeout_(t)}),t)},n.refreshXml_=function(){var t=this;this.requestMaster_((function(e,n){n&&(t.media_&&(t.media_=t.masterPlaylistLoader_.master.playlists[t.media_.id]),t.masterPlaylistLoader_.sidxMapping_=zs(t.masterPlaylistLoader_.master,t.masterPlaylistLoader_.sidxMapping_),t.addSidxSegments_(t.media(),t.state,(function(e){t.refreshMedia_(t.media().id)})))}))},n.refreshMedia_=function(t){var e=this;if(!t)throw new Error("refreshMedia_ must take a media id");this.media_&&this.isMaster_&&this.handleMaster_();var n=this.masterPlaylistLoader_.master.playlists,r=!this.media_||this.media_!==n[t];if(r?this.media_=n[t]:this.trigger("playlistunchanged"),!this.mediaUpdateTimeout){var i=function t(){e.media().endList||(e.mediaUpdateTimeout=a.a.setTimeout((function(){e.trigger("mediaupdatetimeout"),t()}),Zo(e.media(),Boolean(r))))};i()}this.trigger("loadedplaylist")},e}(Ts),Ns={GOAL_BUFFER_LENGTH:30,MAX_GOAL_BUFFER_LENGTH:60,BACK_BUFFER_LENGTH:30,GOAL_BUFFER_LENGTH_RATE:1,INITIAL_BANDWIDTH:4194304,BANDWIDTH_VARIANCE:1.2,BUFFER_LOW_WATER_LINE:0,MAX_BUFFER_LOW_WATER_LINE:30,EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE:16,BUFFER_LOW_WATER_LINE_RATE:1,BUFFER_HIGH_WATER_LINE:30},Rs=function(t){for(var e=new Uint8Array(new ArrayBuffer(t.length)),n=0;n<t.length;n++)e[n]=t.charCodeAt(n);return e.buffer},Vs=function(t){return t.on=t.addEventListener,t.off=t.removeEventListener,t},Fs=function(t){try{return URL.createObjectURL(new Blob([t],{type:"application/javascript"}))}catch(n){var e=new BlobBuilder;return e.append(t),URL.createObjectURL(e.getBlob())}},Hs=function(t){return function(){var e=Fs(t),n=Vs(new Worker(e));n.objURL=e;var r=n.terminate;return n.on=n.addEventListener,n.off=n.removeEventListener,n.terminate=function(){return URL.revokeObjectURL(e),r.call(this)},n}},Bs=function(t){return"var browserWorkerPolyFill = "+Vs.toString()+";\nbrowserWorkerPolyFill(self);\n"+t},Us=function(t){return t.toString().replace(/^function.+?{/,"").slice(0,-1)},$s=Bs(Us((function(){var e=function(){this.init=function(){var t={};this.on=function(e,n){t[e]||(t[e]=[]),t[e]=t[e].concat(n)},this.off=function(e,n){var r;return!!t[e]&&(r=t[e].indexOf(n),t[e]=t[e].slice(),t[e].splice(r,1),r>-1)},this.trigger=function(e){var n,r,i,a;if(n=t[e],n)if(2===arguments.length)for(i=n.length,r=0;r<i;++r)n[r].call(this,arguments[1]);else{for(a=[],r=arguments.length,r=1;r<arguments.length;++r)a.push(arguments[r]);for(i=n.length,r=0;r<i;++r)n[r].apply(this,a)}},this.dispose=function(){t={}}}};e.prototype.pipe=function(t){return this.on("data",(function(e){t.push(e)})),this.on("done",(function(e){t.flush(e)})),this.on("partialdone",(function(e){t.partialFlush(e)})),this.on("endedtimeline",(function(e){t.endTimeline(e)})),this.on("reset",(function(e){t.reset(e)})),t},e.prototype.push=function(t){this.trigger("data",t)},e.prototype.flush=function(t){this.trigger("done",t)},e.prototype.partialFlush=function(t){this.trigger("partialdone",t)},e.prototype.endTimeline=function(t){this.trigger("endedtimeline",t)},e.prototype.reset=function(t){this.trigger("reset",t)};var n,r,i,a,o,s,c,l,u,h,f,d,p,v,g,m,y,b,_,x,w,k,C,S,T,O,M,E,A,P,L,I,j,z,D,N,R=e,V=Math.pow(2,32),F=function(t){var e,n=new DataView(t.buffer,t.byteOffset,t.byteLength);return n.getBigUint64?(e=n.getBigUint64(0),e<Number.MAX_SAFE_INTEGER?Number(e):e):n.getUint32(0)*V+n.getUint32(4)},H={getUint64:F,MAX_UINT32:V},B=H.MAX_UINT32;(function(){var t;if(C={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],mvex:[],mvhd:[],pasp:[],sdtp:[],smhd:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],styp:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[]},"undefined"!==typeof Uint8Array){for(t in C)C.hasOwnProperty(t)&&(C[t]=[t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2),t.charCodeAt(3)]);S=new Uint8Array(["i".charCodeAt(0),"s".charCodeAt(0),"o".charCodeAt(0),"m".charCodeAt(0)]),O=new Uint8Array(["a".charCodeAt(0),"v".charCodeAt(0),"c".charCodeAt(0),"1".charCodeAt(0)]),T=new Uint8Array([0,0,0,1]),M=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),E=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]),A={video:M,audio:E},I=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),L=new Uint8Array([0,0,0,0,0,0,0,0]),j=new Uint8Array([0,0,0,0,0,0,0,0]),z=j,D=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),N=j,P=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0])}})(),n=function(t){var e,n,r,i=[],a=0;for(e=1;e<arguments.length;e++)i.push(arguments[e]);e=i.length;while(e--)a+=i[e].byteLength;for(n=new Uint8Array(a+8),r=new DataView(n.buffer,n.byteOffset,n.byteLength),r.setUint32(0,n.byteLength),n.set(t,4),e=0,a=8;e<i.length;e++)n.set(i[e],a),a+=i[e].byteLength;return n},r=function(){return n(C.dinf,n(C.dref,I))},i=function(t){return n(C.esds,new Uint8Array([0,0,0,0,3,25,0,0,0,4,17,64,21,0,6,0,0,0,218,192,0,0,218,192,5,2,t.audioobjecttype<<3|t.samplingfrequencyindex>>>1,t.samplingfrequencyindex<<7|t.channelcount<<3,6,1,2]))},a=function(){return n(C.ftyp,S,T,S,O)},m=function(t){return n(C.hdlr,A[t])},o=function(t){return n(C.mdat,t)},g=function(t){var e=new Uint8Array([0,0,0,0,0,0,0,2,0,0,0,3,0,1,95,144,t.duration>>>24&255,t.duration>>>16&255,t.duration>>>8&255,255&t.duration,85,196,0,0]);return t.samplerate&&(e[12]=t.samplerate>>>24&255,e[13]=t.samplerate>>>16&255,e[14]=t.samplerate>>>8&255,e[15]=255&t.samplerate),n(C.mdhd,e)},v=function(t){return n(C.mdia,g(t),m(t.type),c(t))},s=function(t){return n(C.mfhd,new Uint8Array([0,0,0,0,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t]))},c=function(t){return n(C.minf,"video"===t.type?n(C.vmhd,P):n(C.smhd,L),r(),b(t))},l=function(t,e){var r=[],i=e.length;while(i--)r[i]=x(e[i]);return n.apply(null,[C.moof,s(t)].concat(r))},u=function(t){var e=t.length,r=[];while(e--)r[e]=d(t[e]);return n.apply(null,[C.moov,f(4294967295)].concat(r).concat(h(t)))},h=function(t){var e=t.length,r=[];while(e--)r[e]=w(t[e]);return n.apply(null,[C.mvex].concat(r))},f=function(t){var e=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,2,0,1,95,144,(4278190080&t)>>24,(16711680&t)>>16,(65280&t)>>8,255&t,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return n(C.mvhd,e)},y=function(t){var e,r,i=t.samples||[],a=new Uint8Array(4+i.length);for(r=0;r<i.length;r++)e=i[r].flags,a[r+4]=e.dependsOn<<4|e.isDependedOn<<2|e.hasRedundancy;return n(C.sdtp,a)},b=function(t){return n(C.stbl,_(t),n(C.stts,N),n(C.stsc,z),n(C.stsz,D),n(C.stco,j))},function(){var t,e;_=function(r){return n(C.stsd,new Uint8Array([0,0,0,0,0,0,0,1]),"video"===r.type?t(r):e(r))},t=function(t){var e,r,i=t.sps||[],a=t.pps||[],o=[],s=[];for(e=0;e<i.length;e++)o.push((65280&i[e].byteLength)>>>8),o.push(255&i[e].byteLength),o=o.concat(Array.prototype.slice.call(i[e]));for(e=0;e<a.length;e++)s.push((65280&a[e].byteLength)>>>8),s.push(255&a[e].byteLength),s=s.concat(Array.prototype.slice.call(a[e]));if(r=[C.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,(65280&t.width)>>8,255&t.width,(65280&t.height)>>8,255&t.height,0,72,0,0,0,72,0,0,0,0,0,0,0,1,19,118,105,100,101,111,106,115,45,99,111,110,116,114,105,98,45,104,108,115,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),n(C.avcC,new Uint8Array([1,t.profileIdc,t.profileCompatibility,t.levelIdc,255].concat([i.length],o,[a.length],s))),n(C.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192]))],t.sarRatio){var c=t.sarRatio[0],l=t.sarRatio[1];r.push(n(C.pasp,new Uint8Array([(4278190080&c)>>24,(16711680&c)>>16,(65280&c)>>8,255&c,(4278190080&l)>>24,(16711680&l)>>16,(65280&l)>>8,255&l])))}return n.apply(null,r)},e=function(t){return n(C.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,(65280&t.channelcount)>>8,255&t.channelcount,(65280&t.samplesize)>>8,255&t.samplesize,0,0,0,0,(65280&t.samplerate)>>8,255&t.samplerate,0,0]),i(t))}}(),p=function(t){var e=new Uint8Array([0,0,0,7,0,0,0,0,0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,0,(4278190080&t.duration)>>24,(16711680&t.duration)>>16,(65280&t.duration)>>8,255&t.duration,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,(65280&t.width)>>8,255&t.width,0,0,(65280&t.height)>>8,255&t.height,0,0]);return n(C.tkhd,e)},x=function(t){var e,r,i,a,o,s,c;return e=n(C.tfhd,new Uint8Array([0,0,0,58,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0])),s=Math.floor(t.baseMediaDecodeTime/B),c=Math.floor(t.baseMediaDecodeTime%B),r=n(C.tfdt,new Uint8Array([1,0,0,0,s>>>24&255,s>>>16&255,s>>>8&255,255&s,c>>>24&255,c>>>16&255,c>>>8&255,255&c])),o=92,"audio"===t.type?(i=k(t,o),n(C.traf,e,r,i)):(a=y(t),i=k(t,a.length+o),n(C.traf,e,r,i,a))},d=function(t){return t.duration=t.duration||4294967295,n(C.trak,p(t),v(t))},w=function(t){var e=new Uint8Array([0,0,0,0,(4278190080&t.id)>>24,(16711680&t.id)>>16,(65280&t.id)>>8,255&t.id,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]);return"video"!==t.type&&(e[e.length-1]=0),n(C.trex,e)},function(){var t,e,r;r=function(t,e){var n=0,r=0,i=0,a=0;return t.length&&(void 0!==t[0].duration&&(n=1),void 0!==t[0].size&&(r=2),void 0!==t[0].flags&&(i=4),void 0!==t[0].compositionTimeOffset&&(a=8)),[0,0,n|r|i|a,1,(4278190080&t.length)>>>24,(16711680&t.length)>>>16,(65280&t.length)>>>8,255&t.length,(4278190080&e)>>>24,(16711680&e)>>>16,(65280&e)>>>8,255&e]},e=function(t,e){var i,a,o,s,c,l;for(s=t.samples||[],e+=20+16*s.length,o=r(s,e),a=new Uint8Array(o.length+16*s.length),a.set(o),i=o.length,l=0;l<s.length;l++)c=s[l],a[i++]=(4278190080&c.duration)>>>24,a[i++]=(16711680&c.duration)>>>16,a[i++]=(65280&c.duration)>>>8,a[i++]=255&c.duration,a[i++]=(4278190080&c.size)>>>24,a[i++]=(16711680&c.size)>>>16,a[i++]=(65280&c.size)>>>8,a[i++]=255&c.size,a[i++]=c.flags.isLeading<<2|c.flags.dependsOn,a[i++]=c.flags.isDependedOn<<6|c.flags.hasRedundancy<<4|c.flags.paddingValue<<1|c.flags.isNonSyncSample,a[i++]=61440&c.flags.degradationPriority,a[i++]=15&c.flags.degradationPriority,a[i++]=(4278190080&c.compositionTimeOffset)>>>24,a[i++]=(16711680&c.compositionTimeOffset)>>>16,a[i++]=(65280&c.compositionTimeOffset)>>>8,a[i++]=255&c.compositionTimeOffset;return n(C.trun,a)},t=function(t,e){var i,a,o,s,c,l;for(s=t.samples||[],e+=20+8*s.length,o=r(s,e),i=new Uint8Array(o.length+8*s.length),i.set(o),a=o.length,l=0;l<s.length;l++)c=s[l],i[a++]=(4278190080&c.duration)>>>24,i[a++]=(16711680&c.duration)>>>16,i[a++]=(65280&c.duration)>>>8,i[a++]=255&c.duration,i[a++]=(4278190080&c.size)>>>24,i[a++]=(16711680&c.size)>>>16,i[a++]=(65280&c.size)>>>8,i[a++]=255&c.size;return n(C.trun,i)},k=function(n,r){return"audio"===n.type?t(n,r):e(n,r)}}();var U,$,q,W,Y,K,X,G,Z={ftyp:a,mdat:o,moof:l,moov:u,initSegment:function(t){var e,n=a(),r=u(t);return e=new Uint8Array(n.byteLength+r.byteLength),e.set(n),e.set(r,n.byteLength),e}},Q=function(t){var e,n,r=[],i=[];for(i.byteLength=0,i.nalCount=0,i.duration=0,r.byteLength=0,e=0;e<t.length;e++)n=t[e],"access_unit_delimiter_rbsp"===n.nalUnitType?(r.length&&(r.duration=n.dts-r.dts,i.byteLength+=r.byteLength,i.nalCount+=r.length,i.duration+=r.duration,i.push(r)),r=[n],r.byteLength=n.data.byteLength,r.pts=n.pts,r.dts=n.dts):("slice_layer_without_partitioning_rbsp_idr"===n.nalUnitType&&(r.keyFrame=!0),r.duration=n.dts-r.dts,r.byteLength+=n.data.byteLength,r.push(n));return i.length&&(!r.duration||r.duration<=0)&&(r.duration=i[i.length-1].duration),i.byteLength+=r.byteLength,i.nalCount+=r.length,i.duration+=r.duration,i.push(r),i},J=function(t){var e,n,r=[],i=[];for(r.byteLength=0,r.nalCount=0,r.duration=0,r.pts=t[0].pts,r.dts=t[0].dts,i.byteLength=0,i.nalCount=0,i.duration=0,i.pts=t[0].pts,i.dts=t[0].dts,e=0;e<t.length;e++)n=t[e],n.keyFrame?(r.length&&(i.push(r),i.byteLength+=r.byteLength,i.nalCount+=r.nalCount,i.duration+=r.duration),r=[n],r.nalCount=n.length,r.byteLength=n.byteLength,r.pts=n.pts,r.dts=n.dts,r.duration=n.duration):(r.duration+=n.duration,r.nalCount+=n.length,r.byteLength+=n.byteLength,r.push(n));return i.length&&r.duration<=0&&(r.duration=i[i.length-1].duration),i.byteLength+=r.byteLength,i.nalCount+=r.nalCount,i.duration+=r.duration,i.push(r),i},tt=function(t){var e;return!t[0][0].keyFrame&&t.length>1&&(e=t.shift(),t.byteLength-=e.byteLength,t.nalCount-=e.nalCount,t[0][0].dts=e.dts,t[0][0].pts=e.pts,t[0][0].duration+=e.duration),t},et=function(){return{size:0,flags:{isLeading:0,dependsOn:1,isDependedOn:0,hasRedundancy:0,degradationPriority:0,isNonSyncSample:1}}},nt=function(t,e){var n=et();return n.dataOffset=e,n.compositionTimeOffset=t.pts-t.dts,n.duration=t.duration,n.size=4*t.length,n.size+=t.byteLength,t.keyFrame&&(n.flags.dependsOn=2,n.flags.isNonSyncSample=0),n},rt=function(t,e){var n,r,i,a,o,s=e||0,c=[];for(n=0;n<t.length;n++)for(a=t[n],r=0;r<a.length;r++)o=a[r],i=nt(o,s),s+=i.size,c.push(i);return c},it=function(t){var e,n,r,i,a,o,s=0,c=t.byteLength,l=t.nalCount,u=c+4*l,h=new Uint8Array(u),f=new DataView(h.buffer);for(e=0;e<t.length;e++)for(i=t[e],n=0;n<i.length;n++)for(a=i[n],r=0;r<a.length;r++)o=a[r],f.setUint32(s,o.data.byteLength),s+=4,h.set(o.data,s),s+=o.data.byteLength;return h},at=function(t,e){var n,r=e||0,i=[];return n=nt(t,r),i.push(n),i},ot=function(t){var e,n,r=0,i=t.byteLength,a=t.length,o=i+4*a,s=new Uint8Array(o),c=new DataView(s.buffer);for(e=0;e<t.length;e++)n=t[e],c.setUint32(r,n.data.byteLength),r+=4,s.set(n.data,r),r+=n.data.byteLength;return s},st={groupNalsIntoFrames:Q,groupFramesIntoGops:J,extendFirstKeyFrame:tt,generateSampleTable:rt,concatenateNalData:it,generateSampleTableForFrame:at,concatenateNalDataForFrame:ot},ct=[33,16,5,32,164,27],lt=[33,65,108,84,1,2,4,8,168,2,4,8,17,191,252],ut=function(t){var e=[];while(t--)e.push(0);return e},ht=function(t){return Object.keys(t).reduce((function(e,n){return e[n]=new Uint8Array(t[n].reduce((function(t,e){return t.concat(e)}),[])),e}),{})},ft=function(){if(!U){var t={96e3:[ct,[227,64],ut(154),[56]],88200:[ct,[231],ut(170),[56]],64e3:[ct,[248,192],ut(240),[56]],48e3:[ct,[255,192],ut(268),[55,148,128],ut(54),[112]],44100:[ct,[255,192],ut(268),[55,163,128],ut(84),[112]],32e3:[ct,[255,192],ut(268),[55,234],ut(226),[112]],24e3:[ct,[255,192],ut(268),[55,255,128],ut(268),[111,112],ut(126),[224]],16e3:[ct,[255,192],ut(268),[55,255,128],ut(268),[111,255],ut(269),[223,108],ut(195),[1,192]],12e3:[lt,ut(268),[3,127,248],ut(268),[6,255,240],ut(268),[13,255,224],ut(268),[27,253,128],ut(259),[56]],11025:[lt,ut(268),[3,127,248],ut(268),[6,255,240],ut(268),[13,255,224],ut(268),[27,255,192],ut(268),[55,175,128],ut(108),[112]],8e3:[lt,ut(268),[3,121,16],ut(47),[7]]};U=ht(t)}return U},dt=9e4;$=function(t){return t*dt},q=function(t,e){return t*e},W=function(t){return t/dt},Y=function(t,e){return t/e},K=function(t,e){return $(Y(t,e))},X=function(t,e){return q(W(t),e)},G=function(t,e,n){return W(n?t:t-e)};var pt={ONE_SECOND_IN_TS:dt,secondsToVideoTs:$,secondsToAudioTs:q,videoTsToSeconds:W,audioTsToSeconds:Y,audioTsToVideoTs:K,videoTsToAudioTs:X,metadataTsToSeconds:G},vt=function(t){var e,n,r=0;for(e=0;e<t.length;e++)n=t[e],r+=n.data.byteLength;return r},gt=function(t,e,n,r){var i,a,o,s,c=0,l=0,u=0,h=0;if(e.length&&(i=pt.audioTsToVideoTs(t.baseMediaDecodeTime,t.samplerate),c=Math.ceil(pt.ONE_SECOND_IN_TS/(t.samplerate/1024)),n&&r&&(l=i-Math.max(n,r),u=Math.floor(l/c),h=u*c),!(u<1||h>pt.ONE_SECOND_IN_TS/2))){for(a=ft()[t.samplerate],a||(a=e[0].data),o=0;o<u;o++)s=e[0],e.splice(0,0,{data:a,dts:s.dts-c,pts:s.pts-c});return t.baseMediaDecodeTime-=Math.floor(pt.videoTsToAudioTs(h,t.samplerate)),h}},mt=function(t,e,n){return e.minSegmentDts>=n?t:(e.minSegmentDts=1/0,t.filter((function(t){return t.dts>=n&&(e.minSegmentDts=Math.min(e.minSegmentDts,t.dts),e.minSegmentPts=e.minSegmentDts,!0)})))},yt=function(t){var e,n,r=[];for(e=0;e<t.length;e++)n=t[e],r.push({size:n.data.byteLength,duration:1024});return r},bt=function(t){var e,n,r=0,i=new Uint8Array(vt(t));for(e=0;e<t.length;e++)n=t[e],i.set(n.data,r),r+=n.data.byteLength;return i},_t={prefixWithSilence:gt,trimAdtsFramesByEarliestDts:mt,generateSampleTable:yt,concatenateFrameData:bt},xt=pt.ONE_SECOND_IN_TS,wt=function(t,e){"number"===typeof e.pts&&(void 0===t.timelineStartInfo.pts&&(t.timelineStartInfo.pts=e.pts),void 0===t.minSegmentPts?t.minSegmentPts=e.pts:t.minSegmentPts=Math.min(t.minSegmentPts,e.pts),void 0===t.maxSegmentPts?t.maxSegmentPts=e.pts:t.maxSegmentPts=Math.max(t.maxSegmentPts,e.pts)),"number"===typeof e.dts&&(void 0===t.timelineStartInfo.dts&&(t.timelineStartInfo.dts=e.dts),void 0===t.minSegmentDts?t.minSegmentDts=e.dts:t.minSegmentDts=Math.min(t.minSegmentDts,e.dts),void 0===t.maxSegmentDts?t.maxSegmentDts=e.dts:t.maxSegmentDts=Math.max(t.maxSegmentDts,e.dts))},kt=function(t){delete t.minSegmentDts,delete t.maxSegmentDts,delete t.minSegmentPts,delete t.maxSegmentPts},Ct=function(t,e){var n,r,i=t.minSegmentDts;return e||(i-=t.timelineStartInfo.dts),n=t.timelineStartInfo.baseMediaDecodeTime,n+=i,n=Math.max(0,n),"audio"===t.type&&(r=t.samplerate/xt,n*=r,n=Math.floor(n)),n},St={clearDtsInfo:kt,calculateTrackBaseMediaDecodeTime:Ct,collectDtsInfo:wt},Tt=4,Ot=128,Mt=function(t){var e=0,n={payloadType:-1,payloadSize:0},r=0,i=0;while(e<t.byteLength){if(t[e]===Ot)break;while(255===t[e])r+=255,e++;r+=t[e++];while(255===t[e])i+=255,e++;if(i+=t[e++],!n.payload&&r===Tt){var a=String.fromCharCode(t[e+3],t[e+4],t[e+5],t[e+6]);if("GA94"===a){n.payloadType=r,n.payloadSize=i,n.payload=t.subarray(e,e+i);break}n.payload=void 0}e+=i,r=0,i=0}return n},Et=function(t){return 181!==t.payload[0]||49!==(t.payload[1]<<8|t.payload[2])||"GA94"!==String.fromCharCode(t.payload[3],t.payload[4],t.payload[5],t.payload[6])||3!==t.payload[7]?null:t.payload.subarray(8,t.payload.length-1)},At=function(t,e){var n,r,i,a,o=[];if(!(64&e[0]))return o;for(r=31&e[0],n=0;n<r;n++)i=3*n,a={type:3&e[i+2],pts:t},4&e[i+2]&&(a.ccData=e[i+3]<<8|e[i+4],o.push(a));return o},Pt=function(t){var e,n,r=t.byteLength,i=[],a=1;while(a<r-2)0===t[a]&&0===t[a+1]&&3===t[a+2]?(i.push(a+2),a+=2):a++;if(0===i.length)return t;e=r-i.length,n=new Uint8Array(e);var o=0;for(a=0;a<e;o++,a++)o===i[0]&&(o++,i.shift()),n[a]=t[o];return n},Lt={parseSei:Mt,parseUserData:Et,parseCaptionPackets:At,discardEmulationPreventionBytes:Pt,USER_DATA_REGISTERED_ITU_T_T35:Tt},It=function t(e){e=e||{},t.prototype.init.call(this),this.parse708captions_="boolean"!==typeof e.parse708captions||e.parse708captions,this.captionPackets_=[],this.ccStreams_=[new qt(0,0),new qt(0,1),new qt(1,0),new qt(1,1)],this.parse708captions_&&(this.cc708Stream_=new Vt({captionServices:e.captionServices})),this.reset(),this.ccStreams_.forEach((function(t){t.on("data",this.trigger.bind(this,"data")),t.on("partialdone",this.trigger.bind(this,"partialdone")),t.on("done",this.trigger.bind(this,"done"))}),this),this.parse708captions_&&(this.cc708Stream_.on("data",this.trigger.bind(this,"data")),this.cc708Stream_.on("partialdone",this.trigger.bind(this,"partialdone")),this.cc708Stream_.on("done",this.trigger.bind(this,"done")))};It.prototype=new R,It.prototype.push=function(t){var e,n,r;if("sei_rbsp"===t.nalUnitType&&(e=Lt.parseSei(t.escapedRBSP),e.payload&&e.payloadType===Lt.USER_DATA_REGISTERED_ITU_T_T35&&(n=Lt.parseUserData(e),n)))if(t.dts<this.latestDts_)this.ignoreNextEqualDts_=!0;else{if(t.dts===this.latestDts_&&this.ignoreNextEqualDts_)return this.numSameDts_--,void(this.numSameDts_||(this.ignoreNextEqualDts_=!1));r=Lt.parseCaptionPackets(t.pts,n),this.captionPackets_=this.captionPackets_.concat(r),this.latestDts_!==t.dts&&(this.numSameDts_=0),this.numSameDts_++,this.latestDts_=t.dts}},It.prototype.flushCCStreams=function(t){this.ccStreams_.forEach((function(e){return"flush"===t?e.flush():e.partialFlush()}),this)},It.prototype.flushStream=function(t){this.captionPackets_.length?(this.captionPackets_.forEach((function(t,e){t.presortIndex=e})),this.captionPackets_.sort((function(t,e){return t.pts===e.pts?t.presortIndex-e.presortIndex:t.pts-e.pts})),this.captionPackets_.forEach((function(t){t.type<2?this.dispatchCea608Packet(t):this.dispatchCea708Packet(t)}),this),this.captionPackets_.length=0,this.flushCCStreams(t)):this.flushCCStreams(t)},It.prototype.flush=function(){return this.flushStream("flush")},It.prototype.partialFlush=function(){return this.flushStream("partialFlush")},It.prototype.reset=function(){this.latestDts_=null,this.ignoreNextEqualDts_=!1,this.numSameDts_=0,this.activeCea608Channel_=[null,null],this.ccStreams_.forEach((function(t){t.reset()}))},It.prototype.dispatchCea608Packet=function(t){this.setsTextOrXDSActive(t)?this.activeCea608Channel_[t.type]=null:this.setsChannel1Active(t)?this.activeCea608Channel_[t.type]=0:this.setsChannel2Active(t)&&(this.activeCea608Channel_[t.type]=1),null!==this.activeCea608Channel_[t.type]&&this.ccStreams_[(t.type<<1)+this.activeCea608Channel_[t.type]].push(t)},It.prototype.setsChannel1Active=function(t){return 4096===(30720&t.ccData)},It.prototype.setsChannel2Active=function(t){return 6144===(30720&t.ccData)},It.prototype.setsTextOrXDSActive=function(t){return 256===(28928&t.ccData)||4138===(30974&t.ccData)||6186===(30974&t.ccData)},It.prototype.dispatchCea708Packet=function(t){this.parse708captions_&&this.cc708Stream_.push(t)};var jt={127:9834,4128:32,4129:160,4133:8230,4138:352,4140:338,4144:9608,4145:8216,4146:8217,4147:8220,4148:8221,4149:8226,4153:8482,4154:353,4156:339,4157:8480,4159:376,4214:8539,4215:8540,4216:8541,4217:8542,4218:9168,4219:9124,4220:9123,4221:9135,4222:9126,4223:9121,4256:12600},zt=function(t){var e=jt[t]||t;return 4096&t&&t===e?"":String.fromCharCode(e)},Dt=function(t){return 32<=t&&t<=127||160<=t&&t<=255},Nt=function(t){this.windowNum=t,this.reset()};Nt.prototype.reset=function(){this.clearText(),this.pendingNewLine=!1,this.winAttr={},this.penAttr={},this.penLoc={},this.penColor={},this.visible=0,this.rowLock=0,this.columnLock=0,this.priority=0,this.relativePositioning=0,this.anchorVertical=0,this.anchorHorizontal=0,this.anchorPoint=0,this.rowCount=1,this.virtualRowCount=this.rowCount+1,this.columnCount=41,this.windowStyle=0,this.penStyle=0},Nt.prototype.getText=function(){return this.rows.join("\n")},Nt.prototype.clearText=function(){this.rows=[""],this.rowIdx=0},Nt.prototype.newLine=function(t){this.rows.length>=this.virtualRowCount&&"function"===typeof this.beforeRowOverflow&&this.beforeRowOverflow(t),this.rows.length>0&&(this.rows.push(""),this.rowIdx++);while(this.rows.length>this.virtualRowCount)this.rows.shift(),this.rowIdx--},Nt.prototype.isEmpty=function(){return 0===this.rows.length||1===this.rows.length&&""===this.rows[0]},Nt.prototype.addText=function(t){this.rows[this.rowIdx]+=t},Nt.prototype.backspace=function(){if(!this.isEmpty()){var t=this.rows[this.rowIdx];this.rows[this.rowIdx]=t.substr(0,t.length-1)}};var Rt=function(t,e,n){this.serviceNum=t,this.text="",this.currentWindow=new Nt(-1),this.windows=[],this.stream=n,"string"===typeof e&&this.createTextDecoder(e)};Rt.prototype.init=function(t,e){this.startPts=t;for(var n=0;n<8;n++)this.windows[n]=new Nt(n),"function"===typeof e&&(this.windows[n].beforeRowOverflow=e)},Rt.prototype.setCurrentWindow=function(t){this.currentWindow=this.windows[t]},Rt.prototype.createTextDecoder=function(t){if("undefined"===typeof TextDecoder)this.stream.trigger("log",{level:"warn",message:"The `encoding` option is unsupported without TextDecoder support"});else try{this.textDecoder_=new TextDecoder(t)}catch(e){this.stream.trigger("log",{level:"warn",message:"TextDecoder could not be created with "+t+" encoding. "+e})}};var Vt=function t(e){e=e||{},t.prototype.init.call(this);var n,r=this,i=e.captionServices||{},a={};Object.keys(i).forEach((function(t){n=i[t],/^SERVICE/.test(t)&&(a[t]=n.encoding)})),this.serviceEncodings=a,this.current708Packet=null,this.services={},this.push=function(t){3===t.type?(r.new708Packet(),r.add708Bytes(t)):(null===r.current708Packet&&r.new708Packet(),r.add708Bytes(t))}};Vt.prototype=new R,Vt.prototype.new708Packet=function(){null!==this.current708Packet&&this.push708Packet(),this.current708Packet={data:[],ptsVals:[]}},Vt.prototype.add708Bytes=function(t){var e=t.ccData,n=e>>>8,r=255&e;this.current708Packet.ptsVals.push(t.pts),this.current708Packet.data.push(n),this.current708Packet.data.push(r)},Vt.prototype.push708Packet=function(){var t=this.current708Packet,e=t.data,n=null,r=null,i=0,a=e[i++];for(t.seq=a>>6,t.sizeCode=63&a;i<e.length;i++)a=e[i++],n=a>>5,r=31&a,7===n&&r>0&&(a=e[i++],n=a),this.pushServiceBlock(n,i,r),r>0&&(i+=r-1)},Vt.prototype.pushServiceBlock=function(t,e,n){var r,i=e,a=this.current708Packet.data,o=this.services[t];for(o||(o=this.initService(t,i));i<e+n&&i<a.length;i++)r=a[i],Dt(r)?i=this.handleText(i,o):24===r?i=this.multiByteCharacter(i,o):16===r?i=this.extendedCommands(i,o):128<=r&&r<=135?i=this.setCurrentWindow(i,o):152<=r&&r<=159?i=this.defineWindow(i,o):136===r?i=this.clearWindows(i,o):140===r?i=this.deleteWindows(i,o):137===r?i=this.displayWindows(i,o):138===r?i=this.hideWindows(i,o):139===r?i=this.toggleWindows(i,o):151===r?i=this.setWindowAttributes(i,o):144===r?i=this.setPenAttributes(i,o):145===r?i=this.setPenColor(i,o):146===r?i=this.setPenLocation(i,o):143===r?o=this.reset(i,o):8===r?o.currentWindow.backspace():12===r?o.currentWindow.clearText():13===r?o.currentWindow.pendingNewLine=!0:14===r?o.currentWindow.clearText():141===r&&i++},Vt.prototype.extendedCommands=function(t,e){var n=this.current708Packet.data,r=n[++t];return Dt(r)&&(t=this.handleText(t,e,{isExtended:!0})),t},Vt.prototype.getPts=function(t){return this.current708Packet.ptsVals[Math.floor(t/2)]},Vt.prototype.initService=function(t,e){var n,r="SERVICE"+t,i=this;return r in this.serviceEncodings&&(n=this.serviceEncodings[r]),this.services[t]=new Rt(t,n,i),this.services[t].init(this.getPts(e),(function(e){i.flushDisplayed(e,i.services[t])})),this.services[t]},Vt.prototype.handleText=function(t,e,n){var r,i,a=n&&n.isExtended,o=n&&n.isMultiByte,s=this.current708Packet.data,c=a?4096:0,l=s[t],u=s[t+1],h=e.currentWindow;return e.textDecoder_&&!a?(o?(i=[l,u],t++):i=[l],r=e.textDecoder_.decode(new Uint8Array(i))):r=zt(c|l),h.pendingNewLine&&!h.isEmpty()&&h.newLine(this.getPts(t)),h.pendingNewLine=!1,h.addText(r),t},Vt.prototype.multiByteCharacter=function(t,e){var n=this.current708Packet.data,r=n[t+1],i=n[t+2];return Dt(r)&&Dt(i)&&(t=this.handleText(++t,e,{isMultiByte:!0})),t},Vt.prototype.setCurrentWindow=function(t,e){var n=this.current708Packet.data,r=n[t],i=7&r;return e.setCurrentWindow(i),t},Vt.prototype.defineWindow=function(t,e){var n=this.current708Packet.data,r=n[t],i=7&r;e.setCurrentWindow(i);var a=e.currentWindow;return r=n[++t],a.visible=(32&r)>>5,a.rowLock=(16&r)>>4,a.columnLock=(8&r)>>3,a.priority=7&r,r=n[++t],a.relativePositioning=(128&r)>>7,a.anchorVertical=127&r,r=n[++t],a.anchorHorizontal=r,r=n[++t],a.anchorPoint=(240&r)>>4,a.rowCount=15&r,r=n[++t],a.columnCount=63&r,r=n[++t],a.windowStyle=(56&r)>>3,a.penStyle=7&r,a.virtualRowCount=a.rowCount+1,t},Vt.prototype.setWindowAttributes=function(t,e){var n=this.current708Packet.data,r=n[t],i=e.currentWindow.winAttr;return r=n[++t],i.fillOpacity=(192&r)>>6,i.fillRed=(48&r)>>4,i.fillGreen=(12&r)>>2,i.fillBlue=3&r,r=n[++t],i.borderType=(192&r)>>6,i.borderRed=(48&r)>>4,i.borderGreen=(12&r)>>2,i.borderBlue=3&r,r=n[++t],i.borderType+=(128&r)>>5,i.wordWrap=(64&r)>>6,i.printDirection=(48&r)>>4,i.scrollDirection=(12&r)>>2,i.justify=3&r,r=n[++t],i.effectSpeed=(240&r)>>4,i.effectDirection=(12&r)>>2,i.displayEffect=3&r,t},Vt.prototype.flushDisplayed=function(t,e){for(var n=[],r=0;r<8;r++)e.windows[r].visible&&!e.windows[r].isEmpty()&&n.push(e.windows[r].getText());e.endPts=t,e.text=n.join("\n\n"),this.pushCaption(e),e.startPts=t},Vt.prototype.pushCaption=function(t){""!==t.text&&(this.trigger("data",{startPts:t.startPts,endPts:t.endPts,text:t.text,stream:"cc708_"+t.serviceNum}),t.text="",t.startPts=t.endPts)},Vt.prototype.displayWindows=function(t,e){var n=this.current708Packet.data,r=n[++t],i=this.getPts(t);this.flushDisplayed(i,e);for(var a=0;a<8;a++)r&1<<a&&(e.windows[a].visible=1);return t},Vt.prototype.hideWindows=function(t,e){var n=this.current708Packet.data,r=n[++t],i=this.getPts(t);this.flushDisplayed(i,e);for(var a=0;a<8;a++)r&1<<a&&(e.windows[a].visible=0);return t},Vt.prototype.toggleWindows=function(t,e){var n=this.current708Packet.data,r=n[++t],i=this.getPts(t);this.flushDisplayed(i,e);for(var a=0;a<8;a++)r&1<<a&&(e.windows[a].visible^=1);return t},Vt.prototype.clearWindows=function(t,e){var n=this.current708Packet.data,r=n[++t],i=this.getPts(t);this.flushDisplayed(i,e);for(var a=0;a<8;a++)r&1<<a&&e.windows[a].clearText();return t},Vt.prototype.deleteWindows=function(t,e){var n=this.current708Packet.data,r=n[++t],i=this.getPts(t);this.flushDisplayed(i,e);for(var a=0;a<8;a++)r&1<<a&&e.windows[a].reset();return t},Vt.prototype.setPenAttributes=function(t,e){var n=this.current708Packet.data,r=n[t],i=e.currentWindow.penAttr;return r=n[++t],i.textTag=(240&r)>>4,i.offset=(12&r)>>2,i.penSize=3&r,r=n[++t],i.italics=(128&r)>>7,i.underline=(64&r)>>6,i.edgeType=(56&r)>>3,i.fontStyle=7&r,t},Vt.prototype.setPenColor=function(t,e){var n=this.current708Packet.data,r=n[t],i=e.currentWindow.penColor;return r=n[++t],i.fgOpacity=(192&r)>>6,i.fgRed=(48&r)>>4,i.fgGreen=(12&r)>>2,i.fgBlue=3&r,r=n[++t],i.bgOpacity=(192&r)>>6,i.bgRed=(48&r)>>4,i.bgGreen=(12&r)>>2,i.bgBlue=3&r,r=n[++t],i.edgeRed=(48&r)>>4,i.edgeGreen=(12&r)>>2,i.edgeBlue=3&r,t},Vt.prototype.setPenLocation=function(t,e){var n=this.current708Packet.data,r=n[t],i=e.currentWindow.penLoc;return e.currentWindow.pendingNewLine=!0,r=n[++t],i.row=15&r,r=n[++t],i.column=63&r,t},Vt.prototype.reset=function(t,e){var n=this.getPts(t);return this.flushDisplayed(n,e),this.initService(e.serviceNum,t)};var Ft={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,304:174,305:176,306:189,307:191,308:8482,309:162,310:163,311:9834,312:224,313:160,314:232,315:226,316:234,317:238,318:244,319:251,544:193,545:201,546:211,547:218,548:220,549:252,550:8216,551:161,552:42,553:39,554:8212,555:169,556:8480,557:8226,558:8220,559:8221,560:192,561:194,562:199,563:200,564:202,565:203,566:235,567:206,568:207,569:239,570:212,571:217,572:249,573:219,574:171,575:187,800:195,801:227,802:205,803:204,804:236,805:210,806:242,807:213,808:245,809:123,810:125,811:92,812:94,813:95,814:124,815:126,816:196,817:228,818:214,819:246,820:223,821:165,822:164,823:9474,824:197,825:229,826:216,827:248,828:9484,829:9488,830:9492,831:9496},Ht=function(t){return null===t?"":(t=Ft[t]||t,String.fromCharCode(t))},Bt=14,Ut=[4352,4384,4608,4640,5376,5408,5632,5664,5888,5920,4096,4864,4896,5120,5152],$t=function(){var t=[],e=Bt+1;while(e--)t.push("");return t},qt=function t(e,n){t.prototype.init.call(this),this.field_=e||0,this.dataChannel_=n||0,this.name_="CC"+(1+(this.field_<<1|this.dataChannel_)),this.setConstants(),this.reset(),this.push=function(t){var e,n,r,i,a;if(e=32639&t.ccData,e!==this.lastControlCode_){if(4096===(61440&e)?this.lastControlCode_=e:e!==this.PADDING_&&(this.lastControlCode_=null),r=e>>>8,i=255&e,e!==this.PADDING_)if(e===this.RESUME_CAPTION_LOADING_)this.mode_="popOn";else if(e===this.END_OF_CAPTION_)this.mode_="popOn",this.clearFormatting(t.pts),this.flushDisplayed(t.pts),n=this.displayed_,this.displayed_=this.nonDisplayed_,this.nonDisplayed_=n,this.startPts_=t.pts;else if(e===this.ROLL_UP_2_ROWS_)this.rollUpRows_=2,this.setRollUp(t.pts);else if(e===this.ROLL_UP_3_ROWS_)this.rollUpRows_=3,this.setRollUp(t.pts);else if(e===this.ROLL_UP_4_ROWS_)this.rollUpRows_=4,this.setRollUp(t.pts);else if(e===this.CARRIAGE_RETURN_)this.clearFormatting(t.pts),this.flushDisplayed(t.pts),this.shiftRowsUp_(),this.startPts_=t.pts;else if(e===this.BACKSPACE_)"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1);else if(e===this.ERASE_DISPLAYED_MEMORY_)this.flushDisplayed(t.pts),this.displayed_=$t();else if(e===this.ERASE_NON_DISPLAYED_MEMORY_)this.nonDisplayed_=$t();else if(e===this.RESUME_DIRECT_CAPTIONING_)"paintOn"!==this.mode_&&(this.flushDisplayed(t.pts),this.displayed_=$t()),this.mode_="paintOn",this.startPts_=t.pts;else if(this.isSpecialCharacter(r,i))r=(3&r)<<8,a=Ht(r|i),this[this.mode_](t.pts,a),this.column_++;else if(this.isExtCharacter(r,i))"popOn"===this.mode_?this.nonDisplayed_[this.row_]=this.nonDisplayed_[this.row_].slice(0,-1):this.displayed_[this.row_]=this.displayed_[this.row_].slice(0,-1),r=(3&r)<<8,a=Ht(r|i),this[this.mode_](t.pts,a),this.column_++;else if(this.isMidRowCode(r,i))this.clearFormatting(t.pts),this[this.mode_](t.pts," "),this.column_++,14===(14&i)&&this.addFormatting(t.pts,["i"]),1===(1&i)&&this.addFormatting(t.pts,["u"]);else if(this.isOffsetControlCode(r,i))this.column_+=3&i;else if(this.isPAC(r,i)){var o=Ut.indexOf(7968&e);"rollUp"===this.mode_&&(o-this.rollUpRows_+1<0&&(o=this.rollUpRows_-1),this.setRollUp(t.pts,o)),o!==this.row_&&(this.clearFormatting(t.pts),this.row_=o),1&i&&-1===this.formatting_.indexOf("u")&&this.addFormatting(t.pts,["u"]),16===(16&e)&&(this.column_=4*((14&e)>>1)),this.isColorPAC(i)&&14===(14&i)&&this.addFormatting(t.pts,["i"])}else this.isNormalChar(r)&&(0===i&&(i=null),a=Ht(r),a+=Ht(i),this[this.mode_](t.pts,a),this.column_+=a.length)}else this.lastControlCode_=null}};qt.prototype=new R,qt.prototype.flushDisplayed=function(t){var e=this.displayed_.map((function(t,e){try{return t.trim()}catch(n){return this.trigger("log",{level:"warn",message:"Skipping a malformed 608 caption at index "+e+"."}),""}}),this).join("\n").replace(/^\n+|\n+$/g,"");e.length&&this.trigger("data",{startPts:this.startPts_,endPts:t,text:e,stream:this.name_})},qt.prototype.reset=function(){this.mode_="popOn",this.topRow_=0,this.startPts_=0,this.displayed_=$t(),this.nonDisplayed_=$t(),this.lastControlCode_=null,this.column_=0,this.row_=Bt,this.rollUpRows_=2,this.formatting_=[]},qt.prototype.setConstants=function(){0===this.dataChannel_?(this.BASE_=16,this.EXT_=17,this.CONTROL_=(20|this.field_)<<8,this.OFFSET_=23):1===this.dataChannel_&&(this.BASE_=24,this.EXT_=25,this.CONTROL_=(28|this.field_)<<8,this.OFFSET_=31),this.PADDING_=0,this.RESUME_CAPTION_LOADING_=32|this.CONTROL_,this.END_OF_CAPTION_=47|this.CONTROL_,this.ROLL_UP_2_ROWS_=37|this.CONTROL_,this.ROLL_UP_3_ROWS_=38|this.CONTROL_,this.ROLL_UP_4_ROWS_=39|this.CONTROL_,this.CARRIAGE_RETURN_=45|this.CONTROL_,this.RESUME_DIRECT_CAPTIONING_=41|this.CONTROL_,this.BACKSPACE_=33|this.CONTROL_,this.ERASE_DISPLAYED_MEMORY_=44|this.CONTROL_,this.ERASE_NON_DISPLAYED_MEMORY_=46|this.CONTROL_},qt.prototype.isSpecialCharacter=function(t,e){return t===this.EXT_&&e>=48&&e<=63},qt.prototype.isExtCharacter=function(t,e){return(t===this.EXT_+1||t===this.EXT_+2)&&e>=32&&e<=63},qt.prototype.isMidRowCode=function(t,e){return t===this.EXT_&&e>=32&&e<=47},qt.prototype.isOffsetControlCode=function(t,e){return t===this.OFFSET_&&e>=33&&e<=35},qt.prototype.isPAC=function(t,e){return t>=this.BASE_&&t<this.BASE_+8&&e>=64&&e<=127},qt.prototype.isColorPAC=function(t){return t>=64&&t<=79||t>=96&&t<=127},qt.prototype.isNormalChar=function(t){return t>=32&&t<=127},qt.prototype.setRollUp=function(t,e){if("rollUp"!==this.mode_&&(this.row_=Bt,this.mode_="rollUp",this.flushDisplayed(t),this.nonDisplayed_=$t(),this.displayed_=$t()),void 0!==e&&e!==this.row_)for(var n=0;n<this.rollUpRows_;n++)this.displayed_[e-n]=this.displayed_[this.row_-n],this.displayed_[this.row_-n]="";void 0===e&&(e=this.row_),this.topRow_=e-this.rollUpRows_+1},qt.prototype.addFormatting=function(t,e){this.formatting_=this.formatting_.concat(e);var n=e.reduce((function(t,e){return t+"<"+e+">"}),"");this[this.mode_](t,n)},qt.prototype.clearFormatting=function(t){if(this.formatting_.length){var e=this.formatting_.reverse().reduce((function(t,e){return t+"</"+e+">"}),"");this.formatting_=[],this[this.mode_](t,e)}},qt.prototype.popOn=function(t,e){var n=this.nonDisplayed_[this.row_];n+=e,this.nonDisplayed_[this.row_]=n},qt.prototype.rollUp=function(t,e){var n=this.displayed_[this.row_];n+=e,this.displayed_[this.row_]=n},qt.prototype.shiftRowsUp_=function(){var t;for(t=0;t<this.topRow_;t++)this.displayed_[t]="";for(t=this.row_+1;t<Bt+1;t++)this.displayed_[t]="";for(t=this.topRow_;t<this.row_;t++)this.displayed_[t]=this.displayed_[t+1];this.displayed_[this.row_]=""},qt.prototype.paintOn=function(t,e){var n=this.displayed_[this.row_];n+=e,this.displayed_[this.row_]=n};var Wt={CaptionStream:It,Cea608Stream:qt,Cea708Stream:Vt},Yt={H264_STREAM_TYPE:27,ADTS_STREAM_TYPE:15,METADATA_STREAM_TYPE:21},Kt=8589934592,Xt=4294967296,Gt="shared",Zt=function(t,e){var n=1;t>e&&(n=-1);while(Math.abs(e-t)>Xt)t+=n*Kt;return t},Qt=function t(e){var n,r;t.prototype.init.call(this),this.type_=e||Gt,this.push=function(t){this.type_!==Gt&&t.type!==this.type_||(void 0===r&&(r=t.dts),t.dts=Zt(t.dts,r),t.pts=Zt(t.pts,r),n=t.dts,this.trigger("data",t))},this.flush=function(){r=n,this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")},this.discontinuity=function(){r=void 0,n=void 0},this.reset=function(){this.discontinuity(),this.trigger("reset")}};Qt.prototype=new R;var Jt,te={TimestampRolloverStream:Qt,handleRollover:Zt},ee=function(t,e,n){var r,i="";for(r=e;r<n;r++)i+="%"+("00"+t[r].toString(16)).slice(-2);return i},ne=function(t,e,n){return decodeURIComponent(ee(t,e,n))},re=function(t,e,n){return unescape(ee(t,e,n))},ie=function(t){return t[0]<<21|t[1]<<14|t[2]<<7|t[3]},ae={TXXX:function(t){var e;if(3===t.data[0]){for(e=1;e<t.data.length;e++)if(0===t.data[e]){t.description=ne(t.data,1,e),t.value=ne(t.data,e+1,t.data.length).replace(/\0*$/,"");break}t.data=t.value}},WXXX:function(t){var e;if(3===t.data[0])for(e=1;e<t.data.length;e++)if(0===t.data[e]){t.description=ne(t.data,1,e),t.url=ne(t.data,e+1,t.data.length);break}},PRIV:function(t){var e;for(e=0;e<t.data.length;e++)if(0===t.data[e]){t.owner=re(t.data,0,e);break}t.privateData=t.data.subarray(e+1),t.data=t.privateData}};Jt=function(t){var e,n={descriptor:t&&t.descriptor},r=0,i=[],a=0;if(Jt.prototype.init.call(this),this.dispatchType=Yt.METADATA_STREAM_TYPE.toString(16),n.descriptor)for(e=0;e<n.descriptor.length;e++)this.dispatchType+=("00"+n.descriptor[e].toString(16)).slice(-2);this.push=function(t){var e,n,o,s,c,l;if("timed-metadata"===t.type)if(t.dataAlignmentIndicator&&(a=0,i.length=0),0===i.length&&(t.data.length<10||t.data[0]!=="I".charCodeAt(0)||t.data[1]!=="D".charCodeAt(0)||t.data[2]!=="3".charCodeAt(0)))this.trigger("log",{level:"warn",message:"Skipping unrecognized metadata packet"});else if(i.push(t),a+=t.data.byteLength,1===i.length&&(r=ie(t.data.subarray(6,10)),r+=10),!(a<r)){for(e={data:new Uint8Array(r),frames:[],pts:i[0].pts,dts:i[0].dts},c=0;c<r;)e.data.set(i[0].data.subarray(0,r-c),c),c+=i[0].data.byteLength,a-=i[0].data.byteLength,i.shift();n=10,64&e.data[5]&&(n+=4,n+=ie(e.data.subarray(10,14)),r-=ie(e.data.subarray(16,20)));do{if(o=ie(e.data.subarray(n+4,n+8)),o<1)return void this.trigger("log",{level:"warn",message:"Malformed ID3 frame encountered. Skipping metadata parsing."});if(l=String.fromCharCode(e.data[n],e.data[n+1],e.data[n+2],e.data[n+3]),s={id:l,data:e.data.subarray(n+10,n+o+10)},s.key=s.id,ae[s.id]&&(ae[s.id](s),"com.apple.streaming.transportStreamTimestamp"===s.owner)){var u=s.data,h=(1&u[3])<<30|u[4]<<22|u[5]<<14|u[6]<<6|u[7]>>>2;h*=4,h+=3&u[7],s.timeStamp=h,void 0===e.pts&&void 0===e.dts&&(e.pts=s.timeStamp,e.dts=s.timeStamp),this.trigger("timestamp",s)}e.frames.push(s),n+=10,n+=o}while(n<r);this.trigger("data",e)}}},Jt.prototype=new R;var oe,se,ce,le=Jt,ue=te.TimestampRolloverStream,he=188,fe=71;oe=function(){var t=new Uint8Array(he),e=0;oe.prototype.init.call(this),this.push=function(n){var r,i=0,a=he;e?(r=new Uint8Array(n.byteLength+e),r.set(t.subarray(0,e)),r.set(n,e),e=0):r=n;while(a<r.byteLength)r[i]!==fe||r[a]!==fe?(i++,a++):(this.trigger("data",r.subarray(i,a)),i+=he,a+=he);i<r.byteLength&&(t.set(r.subarray(i),0),e=r.byteLength-i)},this.flush=function(){e===he&&t[0]===fe&&(this.trigger("data",t),e=0),this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")},this.reset=function(){e=0,this.trigger("reset")}},oe.prototype=new R,se=function(){var t,e,n,r;se.prototype.init.call(this),r=this,this.packetsWaitingForPmt=[],this.programMapTable=void 0,t=function(t,r){var i=0;r.payloadUnitStartIndicator&&(i+=t[i]+1),"pat"===r.type?e(t.subarray(i),r):n(t.subarray(i),r)},e=function(t,e){e.section_number=t[7],e.last_section_number=t[8],r.pmtPid=(31&t[10])<<8|t[11],e.pmtPid=r.pmtPid},n=function(t,e){var n,i,a,o;if(1&t[5]){r.programMapTable={video:null,audio:null,"timed-metadata":{}},n=(15&t[1])<<8|t[2],i=3+n-4,a=(15&t[10])<<8|t[11],o=12+a;while(o<i){var s=t[o],c=(31&t[o+1])<<8|t[o+2];s===Yt.H264_STREAM_TYPE&&null===r.programMapTable.video?r.programMapTable.video=c:s===Yt.ADTS_STREAM_TYPE&&null===r.programMapTable.audio?r.programMapTable.audio=c:s===Yt.METADATA_STREAM_TYPE&&(r.programMapTable["timed-metadata"][c]=s),o+=5+((15&t[o+3])<<8|t[o+4])}e.programMapTable=r.programMapTable}},this.push=function(e){var n={},r=4;if(n.payloadUnitStartIndicator=!!(64&e[1]),n.pid=31&e[1],n.pid<<=8,n.pid|=e[2],(48&e[3])>>>4>1&&(r+=e[r]+1),0===n.pid)n.type="pat",t(e.subarray(r),n),this.trigger("data",n);else if(n.pid===this.pmtPid){n.type="pmt",t(e.subarray(r),n),this.trigger("data",n);while(this.packetsWaitingForPmt.length)this.processPes_.apply(this,this.packetsWaitingForPmt.shift())}else void 0===this.programMapTable?this.packetsWaitingForPmt.push([e,r,n]):this.processPes_(e,r,n)},this.processPes_=function(t,e,n){n.pid===this.programMapTable.video?n.streamType=Yt.H264_STREAM_TYPE:n.pid===this.programMapTable.audio?n.streamType=Yt.ADTS_STREAM_TYPE:n.streamType=this.programMapTable["timed-metadata"][n.pid],n.type="pes",n.data=t.subarray(e),this.trigger("data",n)}},se.prototype=new R,se.STREAM_TYPES={h264:27,adts:15},ce=function(){var t,e=this,n=!1,r={data:[],size:0},i={data:[],size:0},a={data:[],size:0},o=function(t,e){var n,r=t[0]<<16|t[1]<<8|t[2];e.data=new Uint8Array,1===r&&(e.packetLength=6+(t[4]<<8|t[5]),e.dataAlignmentIndicator=0!==(4&t[6]),n=t[7],192&n&&(e.pts=(14&t[9])<<27|(255&t[10])<<20|(254&t[11])<<12|(255&t[12])<<5|(254&t[13])>>>3,e.pts*=4,e.pts+=(6&t[13])>>>1,e.dts=e.pts,64&n&&(e.dts=(14&t[14])<<27|(255&t[15])<<20|(254&t[16])<<12|(255&t[17])<<5|(254&t[18])>>>3,e.dts*=4,e.dts+=(6&t[18])>>>1)),e.data=t.subarray(9+t[8]))},s=function(t,n,r){var i,a=new Uint8Array(t.size),s={type:n},c=0,l=0,u=!1;if(t.data.length&&!(t.size<9)){for(s.trackId=t.data[0].pid,c=0;c<t.data.length;c++)i=t.data[c],a.set(i.data,l),l+=i.data.byteLength;o(a,s),u="video"===n||s.packetLength<=t.size,(r||u)&&(t.size=0,t.data.length=0),u&&e.trigger("data",s)}};ce.prototype.init.call(this),this.push=function(o){({pat:function(){},pes:function(){var t,e;switch(o.streamType){case Yt.H264_STREAM_TYPE:t=r,e="video";break;case Yt.ADTS_STREAM_TYPE:t=i,e="audio";break;case Yt.METADATA_STREAM_TYPE:t=a,e="timed-metadata";break;default:return}o.payloadUnitStartIndicator&&s(t,e,!0),t.data.push(o),t.size+=o.data.byteLength},pmt:function(){var r={type:"metadata",tracks:[]};t=o.programMapTable,null!==t.video&&r.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.video,codec:"avc",type:"video"}),null!==t.audio&&r.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.audio,codec:"adts",type:"audio"}),n=!0,e.trigger("data",r)}})[o.type]()},this.reset=function(){r.size=0,r.data.length=0,i.size=0,i.data.length=0,this.trigger("reset")},this.flushStreams_=function(){s(r,"video"),s(i,"audio"),s(a,"timed-metadata")},this.flush=function(){if(!n&&t){var r={type:"metadata",tracks:[]};null!==t.video&&r.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.video,codec:"avc",type:"video"}),null!==t.audio&&r.tracks.push({timelineStartInfo:{baseMediaDecodeTime:0},id:+t.audio,codec:"adts",type:"audio"}),e.trigger("data",r)}n=!1,this.flushStreams_(),this.trigger("done")}},ce.prototype=new R;var de={PAT_PID:0,MP2T_PACKET_LENGTH:he,TransportPacketStream:oe,TransportParseStream:se,ElementaryStream:ce,TimestampRolloverStream:ue,CaptionStream:Wt.CaptionStream,Cea608Stream:Wt.Cea608Stream,Cea708Stream:Wt.Cea708Stream,MetadataStream:le};for(var pe in Yt)Yt.hasOwnProperty(pe)&&(de[pe]=Yt[pe]);var ve,ge=de,me=pt.ONE_SECOND_IN_TS,ye=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];ve=function(t){var e,n=0;ve.prototype.init.call(this),this.skipWarn_=function(t,e){this.trigger("log",{level:"warn",message:"adts skiping bytes "+t+" to "+e+" in frame "+n+" outside syncword"})},this.push=function(r){var i,a,o,s,c,l=0;if(t||(n=0),"audio"===r.type){var u;e&&e.length?(o=e,e=new Uint8Array(o.byteLength+r.data.byteLength),e.set(o),e.set(r.data,o.byteLength)):e=r.data;while(l+7<e.length)if(255===e[l]&&240===(246&e[l+1])){if("number"===typeof u&&(this.skipWarn_(u,l),u=null),a=2*(1&~e[l+1]),i=(3&e[l+3])<<11|e[l+4]<<3|(224&e[l+5])>>5,s=1024*(1+(3&e[l+6])),c=s*me/ye[(60&e[l+2])>>>2],e.byteLength-l<i)break;this.trigger("data",{pts:r.pts+n*c,dts:r.dts+n*c,sampleCount:s,audioobjecttype:1+(e[l+2]>>>6&3),channelcount:(1&e[l+2])<<2|(192&e[l+3])>>>6,samplerate:ye[(60&e[l+2])>>>2],samplingfrequencyindex:(60&e[l+2])>>>2,samplesize:16,data:e.subarray(l+7+a,l+i)}),n++,l+=i}else"number"!==typeof u&&(u=l),l++;"number"===typeof u&&(this.skipWarn_(u,l),u=null),e=e.subarray(l)}},this.flush=function(){n=0,this.trigger("done")},this.reset=function(){e=void 0,this.trigger("reset")},this.endTimeline=function(){e=void 0,this.trigger("endedtimeline")}},ve.prototype=new R;var be,_e=ve;be=function(t){var e=t.byteLength,n=0,r=0;this.length=function(){return 8*e},this.bitsAvailable=function(){return 8*e+r},this.loadWord=function(){var i=t.byteLength-e,a=new Uint8Array(4),o=Math.min(4,e);if(0===o)throw new Error("no bytes available");a.set(t.subarray(i,i+o)),n=new DataView(a.buffer).getUint32(0),r=8*o,e-=o},this.skipBits=function(t){var i;r>t?(n<<=t,r-=t):(t-=r,i=Math.floor(t/8),t-=8*i,e-=i,this.loadWord(),n<<=t,r-=t)},this.readBits=function(t){var i=Math.min(r,t),a=n>>>32-i;return r-=i,r>0?n<<=i:e>0&&this.loadWord(),i=t-i,i>0?a<<i|this.readBits(i):a},this.skipLeadingZeros=function(){var t;for(t=0;t<r;++t)if(0!==(n&2147483648>>>t))return n<<=t,r-=t,t;return this.loadWord(),t+this.skipLeadingZeros()},this.skipUnsignedExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.skipExpGolomb=function(){this.skipBits(1+this.skipLeadingZeros())},this.readUnsignedExpGolomb=function(){var t=this.skipLeadingZeros();return this.readBits(t+1)-1},this.readExpGolomb=function(){var t=this.readUnsignedExpGolomb();return 1&t?1+t>>>1:-1*(t>>>1)},this.readBoolean=function(){return 1===this.readBits(1)},this.readUnsignedByte=function(){return this.readBits(8)},this.loadWord()};var xe,we,ke,Ce=be;we=function(){var t,e,n=0;we.prototype.init.call(this),this.push=function(r){var i;e?(i=new Uint8Array(e.byteLength+r.data.byteLength),i.set(e),i.set(r.data,e.byteLength),e=i):e=r.data;for(var a=e.byteLength;n<a-3;n++)if(1===e[n+2]){t=n+5;break}while(t<a)switch(e[t]){case 0:if(0!==e[t-1]){t+=2;break}if(0!==e[t-2]){t++;break}n+3!==t-2&&this.trigger("data",e.subarray(n+3,t-2));do{t++}while(1!==e[t]&&t<a);n=t-2,t+=3;break;case 1:if(0!==e[t-1]||0!==e[t-2]){t+=3;break}this.trigger("data",e.subarray(n+3,t-2)),n=t-2,t+=3;break;default:t+=3;break}e=e.subarray(n),t-=n,n=0},this.reset=function(){e=null,n=0,this.trigger("reset")},this.flush=function(){e&&e.byteLength>3&&this.trigger("data",e.subarray(n+3)),e=null,n=0,this.trigger("done")},this.endTimeline=function(){this.flush(),this.trigger("endedtimeline")}},we.prototype=new R,ke={100:!0,110:!0,122:!0,244:!0,44:!0,83:!0,86:!0,118:!0,128:!0,138:!0,139:!0,134:!0},xe=function(){var t,e,n,r,i,a,o,s=new we;xe.prototype.init.call(this),t=this,this.push=function(t){"video"===t.type&&(e=t.trackId,n=t.pts,r=t.dts,s.push(t))},s.on("data",(function(o){var s={trackId:e,pts:n,dts:r,data:o,nalUnitTypeCode:31&o[0]};switch(s.nalUnitTypeCode){case 5:s.nalUnitType="slice_layer_without_partitioning_rbsp_idr";break;case 6:s.nalUnitType="sei_rbsp",s.escapedRBSP=i(o.subarray(1));break;case 7:s.nalUnitType="seq_parameter_set_rbsp",s.escapedRBSP=i(o.subarray(1)),s.config=a(s.escapedRBSP);break;case 8:s.nalUnitType="pic_parameter_set_rbsp";break;case 9:s.nalUnitType="access_unit_delimiter_rbsp";break}t.trigger("data",s)})),s.on("done",(function(){t.trigger("done")})),s.on("partialdone",(function(){t.trigger("partialdone")})),s.on("reset",(function(){t.trigger("reset")})),s.on("endedtimeline",(function(){t.trigger("endedtimeline")})),this.flush=function(){s.flush()},this.partialFlush=function(){s.partialFlush()},this.reset=function(){s.reset()},this.endTimeline=function(){s.endTimeline()},o=function(t,e){var n,r,i=8,a=8;for(n=0;n<t;n++)0!==a&&(r=e.readExpGolomb(),a=(i+r+256)%256),i=0===a?i:a},i=function(t){var e,n,r=t.byteLength,i=[],a=1;while(a<r-2)0===t[a]&&0===t[a+1]&&3===t[a+2]?(i.push(a+2),a+=2):a++;if(0===i.length)return t;e=r-i.length,n=new Uint8Array(e);var o=0;for(a=0;a<e;o++,a++)o===i[0]&&(o++,i.shift()),n[a]=t[o];return n},a=function(t){var e,n,r,i,a,s,c,l,u,h,f,d,p,v=0,g=0,m=0,y=0,b=[1,1];if(e=new Ce(t),n=e.readUnsignedByte(),i=e.readUnsignedByte(),r=e.readUnsignedByte(),e.skipUnsignedExpGolomb(),ke[n]&&(a=e.readUnsignedExpGolomb(),3===a&&e.skipBits(1),e.skipUnsignedExpGolomb(),e.skipUnsignedExpGolomb(),e.skipBits(1),e.readBoolean()))for(f=3!==a?8:12,p=0;p<f;p++)e.readBoolean()&&o(p<6?16:64,e);if(e.skipUnsignedExpGolomb(),s=e.readUnsignedExpGolomb(),0===s)e.readUnsignedExpGolomb();else if(1===s)for(e.skipBits(1),e.skipExpGolomb(),e.skipExpGolomb(),c=e.readUnsignedExpGolomb(),p=0;p<c;p++)e.skipExpGolomb();if(e.skipUnsignedExpGolomb(),e.skipBits(1),l=e.readUnsignedExpGolomb(),u=e.readUnsignedExpGolomb(),h=e.readBits(1),0===h&&e.skipBits(1),e.skipBits(1),e.readBoolean()&&(v=e.readUnsignedExpGolomb(),g=e.readUnsignedExpGolomb(),m=e.readUnsignedExpGolomb(),y=e.readUnsignedExpGolomb()),e.readBoolean()&&e.readBoolean()){switch(d=e.readUnsignedByte(),d){case 1:b=[1,1];break;case 2:b=[12,11];break;case 3:b=[10,11];break;case 4:b=[16,11];break;case 5:b=[40,33];break;case 6:b=[24,11];break;case 7:b=[20,11];break;case 8:b=[32,11];break;case 9:b=[80,33];break;case 10:b=[18,11];break;case 11:b=[15,11];break;case 12:b=[64,33];break;case 13:b=[160,99];break;case 14:b=[4,3];break;case 15:b=[3,2];break;case 16:b=[2,1];break;case 255:b=[e.readUnsignedByte()<<8|e.readUnsignedByte(),e.readUnsignedByte()<<8|e.readUnsignedByte()];break}b&&(b[0],b[1])}return{profileIdc:n,levelIdc:r,profileCompatibility:i,width:16*(l+1)-2*v-2*g,height:(2-h)*(u+1)*16-2*m-2*y,sarRatio:b}}},xe.prototype=new R;var Se,Te={H264Stream:xe,NalByteStream:we},Oe=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350],Me=function(t,e){var n=t[e+6]<<21|t[e+7]<<14|t[e+8]<<7|t[e+9],r=t[e+5],i=(16&r)>>4;return n=n>=0?n:0,i?n+20:n+10},Ee=function t(e,n){return e.length-n<10||e[n]!=="I".charCodeAt(0)||e[n+1]!=="D".charCodeAt(0)||e[n+2]!=="3".charCodeAt(0)?n:(n+=Me(e,n),t(e,n))},Ae=function(t){var e=Ee(t,0);return t.length>=e+2&&255===(255&t[e])&&240===(240&t[e+1])&&16===(22&t[e+1])},Pe=function(t){return t[0]<<21|t[1]<<14|t[2]<<7|t[3]},Le=function(t,e,n){var r,i="";for(r=e;r<n;r++)i+="%"+("00"+t[r].toString(16)).slice(-2);return i},Ie=function(t,e,n){return unescape(Le(t,e,n))},je=function(t,e){var n=(224&t[e+5])>>5,r=t[e+4]<<3,i=6144&t[e+3];return i|r|n},ze=function(t,e){return t[e]==="I".charCodeAt(0)&&t[e+1]==="D".charCodeAt(0)&&t[e+2]==="3".charCodeAt(0)?"timed-metadata":!0&t[e]&&240===(240&t[e+1])?"audio":null},De=function(t){var e=0;while(e+5<t.length){if(255===t[e]&&240===(246&t[e+1]))return Oe[(60&t[e+2])>>>2];e++}return null},Ne=function(t){var e,n,r,i;e=10,64&t[5]&&(e+=4,e+=Pe(t.subarray(10,14)));do{if(n=Pe(t.subarray(e+4,e+8)),n<1)return null;if(i=String.fromCharCode(t[e],t[e+1],t[e+2],t[e+3]),"PRIV"===i){r=t.subarray(e+10,e+n+10);for(var a=0;a<r.byteLength;a++)if(0===r[a]){var o=Ie(r,0,a);if("com.apple.streaming.transportStreamTimestamp"===o){var s=r.subarray(a+1),c=(1&s[3])<<30|s[4]<<22|s[5]<<14|s[6]<<6|s[7]>>>2;return c*=4,c+=3&s[7],c}break}}e+=10,e+=n}while(e<t.byteLength);return null},Re={isLikelyAacData:Ae,parseId3TagSize:Me,parseAdtsSize:je,parseType:ze,parseSampleRate:De,parseAacTimestamp:Ne};Se=function(){var t=new Uint8Array,e=0;Se.prototype.init.call(this),this.setTimestamp=function(t){e=t},this.push=function(n){var r,i,a,o,s=0,c=0;t.length?(o=t.length,t=new Uint8Array(n.byteLength+o),t.set(t.subarray(0,o)),t.set(n,o)):t=n;while(t.length-c>=3)if(t[c]!=="I".charCodeAt(0)||t[c+1]!=="D".charCodeAt(0)||t[c+2]!=="3".charCodeAt(0))if(255!==(255&t[c])||240!==(240&t[c+1]))c++;else{if(t.length-c<7)break;if(s=Re.parseAdtsSize(t,c),c+s>t.length)break;a={type:"audio",data:t.subarray(c,c+s),pts:e,dts:e},this.trigger("data",a),c+=s}else{if(t.length-c<10)break;if(s=Re.parseId3TagSize(t,c),c+s>t.length)break;i={type:"timed-metadata",data:t.subarray(c,c+s)},this.trigger("data",i),c+=s}r=t.length-c,t=r>0?t.subarray(c):new Uint8Array},this.reset=function(){t=new Uint8Array,this.trigger("reset")},this.endTimeline=function(){t=new Uint8Array,this.trigger("endedtimeline")}},Se.prototype=new R;var Ve,Fe,He,Be,Ue=Se,$e=["audioobjecttype","channelcount","samplerate","samplingfrequencyindex","samplesize"],qe=$e,We=["width","height","profileIdc","levelIdc","profileCompatibility","sarRatio"],Ye=We,Ke=Te.H264Stream,Xe=Re.isLikelyAacData,Ge=pt.ONE_SECOND_IN_TS,Ze=function(t,e){e.stream=t,this.trigger("log",e)},Qe=function(t,e){for(var n=Object.keys(e),r=0;r<n.length;r++){var i=n[r];"headOfPipeline"!==i&&e[i].on&&e[i].on("log",Ze.bind(t,i))}},Je=function(t,e){var n;if(t.length!==e.length)return!1;for(n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0},tn=function(t,e,n,r,i,a){var o=n-e,s=r-e,c=i-n;return{start:{dts:t,pts:t+o},end:{dts:t+s,pts:t+c},prependedContentDuration:a,baseMediaDecodeTime:t}};Fe=function(t,e){var n,r=[],i=0,a=0,o=1/0;e=e||{},n=e.firstSequenceNumber||0,Fe.prototype.init.call(this),this.push=function(e){St.collectDtsInfo(t,e),t&&qe.forEach((function(n){t[n]=e[n]})),r.push(e)},this.setEarliestDts=function(t){i=t},this.setVideoBaseMediaDecodeTime=function(t){o=t},this.setAudioAppendStart=function(t){a=t},this.flush=function(){var s,c,l,u,h,f,d;0!==r.length?(s=_t.trimAdtsFramesByEarliestDts(r,t,i),t.baseMediaDecodeTime=St.calculateTrackBaseMediaDecodeTime(t,e.keepOriginalTimestamps),d=_t.prefixWithSilence(t,s,a,o),t.samples=_t.generateSampleTable(s),l=Z.mdat(_t.concatenateFrameData(s)),r=[],c=Z.moof(n,[t]),u=new Uint8Array(c.byteLength+l.byteLength),n++,u.set(c),u.set(l,c.byteLength),St.clearDtsInfo(t),h=Math.ceil(1024*Ge/t.samplerate),s.length&&(f=s.length*h,this.trigger("segmentTimingInfo",tn(pt.audioTsToVideoTs(t.baseMediaDecodeTime,t.samplerate),s[0].dts,s[0].pts,s[0].dts+f,s[0].pts+f,d||0)),this.trigger("timingInfo",{start:s[0].pts,end:s[0].pts+f})),this.trigger("data",{track:t,boxes:u}),this.trigger("done","AudioSegmentStream")):this.trigger("done","AudioSegmentStream")},this.reset=function(){St.clearDtsInfo(t),r=[],this.trigger("reset")}},Fe.prototype=new R,Ve=function(t,e){var n,r,i,a=[],o=[];e=e||{},n=e.firstSequenceNumber||0,Ve.prototype.init.call(this),delete t.minPTS,this.gopCache_=[],this.push=function(e){St.collectDtsInfo(t,e),"seq_parameter_set_rbsp"!==e.nalUnitType||r||(r=e.config,t.sps=[e.data],Ye.forEach((function(e){t[e]=r[e]}),this)),"pic_parameter_set_rbsp"!==e.nalUnitType||i||(i=e.data,t.pps=[e.data]),a.push(e)},this.flush=function(){var r,i,s,c,l,u,h,f,d=0;while(a.length){if("access_unit_delimiter_rbsp"===a[0].nalUnitType)break;a.shift()}if(0===a.length)return this.resetStream_(),void this.trigger("done","VideoSegmentStream");if(r=st.groupNalsIntoFrames(a),s=st.groupFramesIntoGops(r),s[0][0].keyFrame||(i=this.getGopForFusion_(a[0],t),i?(d=i.duration,s.unshift(i),s.byteLength+=i.byteLength,s.nalCount+=i.nalCount,s.pts=i.pts,s.dts=i.dts,s.duration+=i.duration):s=st.extendFirstKeyFrame(s)),o.length){var p;if(p=e.alignGopsAtEnd?this.alignGopsAtEnd_(s):this.alignGopsAtStart_(s),!p)return this.gopCache_.unshift({gop:s.pop(),pps:t.pps,sps:t.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.resetStream_(),void this.trigger("done","VideoSegmentStream");St.clearDtsInfo(t),s=p}St.collectDtsInfo(t,s),t.samples=st.generateSampleTable(s),l=Z.mdat(st.concatenateNalData(s)),t.baseMediaDecodeTime=St.calculateTrackBaseMediaDecodeTime(t,e.keepOriginalTimestamps),this.trigger("processedGopsInfo",s.map((function(t){return{pts:t.pts,dts:t.dts,byteLength:t.byteLength}}))),h=s[0],f=s[s.length-1],this.trigger("segmentTimingInfo",tn(t.baseMediaDecodeTime,h.dts,h.pts,f.dts+f.duration,f.pts+f.duration,d)),this.trigger("timingInfo",{start:s[0].pts,end:s[s.length-1].pts+s[s.length-1].duration}),this.gopCache_.unshift({gop:s.pop(),pps:t.pps,sps:t.sps}),this.gopCache_.length=Math.min(6,this.gopCache_.length),a=[],this.trigger("baseMediaDecodeTime",t.baseMediaDecodeTime),this.trigger("timelineStartInfo",t.timelineStartInfo),c=Z.moof(n,[t]),u=new Uint8Array(c.byteLength+l.byteLength),n++,u.set(c),u.set(l,c.byteLength),this.trigger("data",{track:t,boxes:u}),this.resetStream_(),this.trigger("done","VideoSegmentStream")},this.reset=function(){this.resetStream_(),a=[],this.gopCache_.length=0,o.length=0,this.trigger("reset")},this.resetStream_=function(){St.clearDtsInfo(t),r=void 0,i=void 0},this.getGopForFusion_=function(e){var n,r,i,a,o,s=45e3,c=1e4,l=1/0;for(o=0;o<this.gopCache_.length;o++)a=this.gopCache_[o],i=a.gop,t.pps&&Je(t.pps[0],a.pps[0])&&t.sps&&Je(t.sps[0],a.sps[0])&&(i.dts<t.timelineStartInfo.dts||(n=e.dts-i.dts-i.duration,n>=-c&&n<=s&&(!r||l>n)&&(r=a,l=n)));return r?r.gop:null},this.alignGopsAtStart_=function(t){var e,n,r,i,a,s,c,l;a=t.byteLength,s=t.nalCount,c=t.duration,e=n=0;while(e<o.length&&n<t.length){if(r=o[e],i=t[n],r.pts===i.pts)break;i.pts>r.pts?e++:(n++,a-=i.byteLength,s-=i.nalCount,c-=i.duration)}return 0===n?t:n===t.length?null:(l=t.slice(n),l.byteLength=a,l.duration=c,l.nalCount=s,l.pts=l[0].pts,l.dts=l[0].dts,l)},this.alignGopsAtEnd_=function(t){var e,n,r,i,a,s,c;e=o.length-1,n=t.length-1,a=null,s=!1;while(e>=0&&n>=0){if(r=o[e],i=t[n],r.pts===i.pts){s=!0;break}r.pts>i.pts?e--:(e===o.length-1&&(a=n),n--)}if(!s&&null===a)return null;if(c=s?n:a,0===c)return t;var l=t.slice(c),u=l.reduce((function(t,e){return t.byteLength+=e.byteLength,t.duration+=e.duration,t.nalCount+=e.nalCount,t}),{byteLength:0,duration:0,nalCount:0});return l.byteLength=u.byteLength,l.duration=u.duration,l.nalCount=u.nalCount,l.pts=l[0].pts,l.dts=l[0].dts,l},this.alignGopsWith=function(t){o=t}},Ve.prototype=new R,Be=function(t,e){this.numberOfTracks=0,this.metadataStream=e,t=t||{},"undefined"!==typeof t.remux?this.remuxTracks=!!t.remux:this.remuxTracks=!0,"boolean"===typeof t.keepOriginalTimestamps?this.keepOriginalTimestamps=t.keepOriginalTimestamps:this.keepOriginalTimestamps=!1,this.pendingTracks=[],this.videoTrack=null,this.pendingBoxes=[],this.pendingCaptions=[],this.pendingMetadata=[],this.pendingBytes=0,this.emittedTracks=0,Be.prototype.init.call(this),this.push=function(t){return t.text?this.pendingCaptions.push(t):t.frames?this.pendingMetadata.push(t):(this.pendingTracks.push(t.track),this.pendingBytes+=t.boxes.byteLength,"video"===t.track.type&&(this.videoTrack=t.track,this.pendingBoxes.push(t.boxes)),void("audio"===t.track.type&&(this.audioTrack=t.track,this.pendingBoxes.unshift(t.boxes))))}},Be.prototype=new R,Be.prototype.flush=function(t){var e,n,r,i,a=0,o={captions:[],captionStreams:{},metadata:[],info:{}},s=0;if(this.pendingTracks.length<this.numberOfTracks){if("VideoSegmentStream"!==t&&"AudioSegmentStream"!==t)return;if(this.remuxTracks)return;if(0===this.pendingTracks.length)return this.emittedTracks++,void(this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0))}if(this.videoTrack?(s=this.videoTrack.timelineStartInfo.pts,Ye.forEach((function(t){o.info[t]=this.videoTrack[t]}),this)):this.audioTrack&&(s=this.audioTrack.timelineStartInfo.pts,qe.forEach((function(t){o.info[t]=this.audioTrack[t]}),this)),this.videoTrack||this.audioTrack){for(1===this.pendingTracks.length?o.type=this.pendingTracks[0].type:o.type="combined",this.emittedTracks+=this.pendingTracks.length,r=Z.initSegment(this.pendingTracks),o.initSegment=new Uint8Array(r.byteLength),o.initSegment.set(r),o.data=new Uint8Array(this.pendingBytes),i=0;i<this.pendingBoxes.length;i++)o.data.set(this.pendingBoxes[i],a),a+=this.pendingBoxes[i].byteLength;for(i=0;i<this.pendingCaptions.length;i++)e=this.pendingCaptions[i],e.startTime=pt.metadataTsToSeconds(e.startPts,s,this.keepOriginalTimestamps),e.endTime=pt.metadataTsToSeconds(e.endPts,s,this.keepOriginalTimestamps),o.captionStreams[e.stream]=!0,o.captions.push(e);for(i=0;i<this.pendingMetadata.length;i++)n=this.pendingMetadata[i],n.cueTime=pt.metadataTsToSeconds(n.pts,s,this.keepOriginalTimestamps),o.metadata.push(n);for(o.metadata.dispatchType=this.metadataStream.dispatchType,this.pendingTracks.length=0,this.videoTrack=null,this.pendingBoxes.length=0,this.pendingCaptions.length=0,this.pendingBytes=0,this.pendingMetadata.length=0,this.trigger("data",o),i=0;i<o.captions.length;i++)e=o.captions[i],this.trigger("caption",e);for(i=0;i<o.metadata.length;i++)n=o.metadata[i],this.trigger("id3Frame",n)}this.emittedTracks>=this.numberOfTracks&&(this.trigger("done"),this.emittedTracks=0)},Be.prototype.setRemux=function(t){this.remuxTracks=t},He=function(t){var e,n,r=this,i=!0;He.prototype.init.call(this),t=t||{},this.baseMediaDecodeTime=t.baseMediaDecodeTime||0,this.transmuxPipeline_={},this.setupAacPipeline=function(){var i={};this.transmuxPipeline_=i,i.type="aac",i.metadataStream=new ge.MetadataStream,i.aacStream=new Ue,i.audioTimestampRolloverStream=new ge.TimestampRolloverStream("audio"),i.timedMetadataTimestampRolloverStream=new ge.TimestampRolloverStream("timed-metadata"),i.adtsStream=new _e,i.coalesceStream=new Be(t,i.metadataStream),i.headOfPipeline=i.aacStream,i.aacStream.pipe(i.audioTimestampRolloverStream).pipe(i.adtsStream),i.aacStream.pipe(i.timedMetadataTimestampRolloverStream).pipe(i.metadataStream).pipe(i.coalesceStream),i.metadataStream.on("timestamp",(function(t){i.aacStream.setTimestamp(t.timeStamp)})),i.aacStream.on("data",(function(a){"timed-metadata"!==a.type&&"audio"!==a.type||i.audioSegmentStream||(n=n||{timelineStartInfo:{baseMediaDecodeTime:r.baseMediaDecodeTime},codec:"adts",type:"audio"},i.coalesceStream.numberOfTracks++,i.audioSegmentStream=new Fe(n,t),i.audioSegmentStream.on("log",r.getLogTrigger_("audioSegmentStream")),i.audioSegmentStream.on("timingInfo",r.trigger.bind(r,"audioTimingInfo")),i.adtsStream.pipe(i.audioSegmentStream).pipe(i.coalesceStream),r.trigger("trackinfo",{hasAudio:!!n,hasVideo:!!e}))})),i.coalesceStream.on("data",this.trigger.bind(this,"data")),i.coalesceStream.on("done",this.trigger.bind(this,"done")),Qe(this,i)},this.setupTsPipeline=function(){var i={};this.transmuxPipeline_=i,i.type="ts",i.metadataStream=new ge.MetadataStream,i.packetStream=new ge.TransportPacketStream,i.parseStream=new ge.TransportParseStream,i.elementaryStream=new ge.ElementaryStream,i.timestampRolloverStream=new ge.TimestampRolloverStream,i.adtsStream=new _e,i.h264Stream=new Ke,i.captionStream=new ge.CaptionStream(t),i.coalesceStream=new Be(t,i.metadataStream),i.headOfPipeline=i.packetStream,i.packetStream.pipe(i.parseStream).pipe(i.elementaryStream).pipe(i.timestampRolloverStream),i.timestampRolloverStream.pipe(i.h264Stream),i.timestampRolloverStream.pipe(i.adtsStream),i.timestampRolloverStream.pipe(i.metadataStream).pipe(i.coalesceStream),i.h264Stream.pipe(i.captionStream).pipe(i.coalesceStream),i.elementaryStream.on("data",(function(a){var o;if("metadata"===a.type){o=a.tracks.length;while(o--)e||"video"!==a.tracks[o].type?n||"audio"!==a.tracks[o].type||(n=a.tracks[o],n.timelineStartInfo.baseMediaDecodeTime=r.baseMediaDecodeTime):(e=a.tracks[o],e.timelineStartInfo.baseMediaDecodeTime=r.baseMediaDecodeTime);e&&!i.videoSegmentStream&&(i.coalesceStream.numberOfTracks++,i.videoSegmentStream=new Ve(e,t),i.videoSegmentStream.on("log",r.getLogTrigger_("videoSegmentStream")),i.videoSegmentStream.on("timelineStartInfo",(function(e){n&&!t.keepOriginalTimestamps&&(n.timelineStartInfo=e,i.audioSegmentStream.setEarliestDts(e.dts-r.baseMediaDecodeTime))})),i.videoSegmentStream.on("processedGopsInfo",r.trigger.bind(r,"gopInfo")),i.videoSegmentStream.on("segmentTimingInfo",r.trigger.bind(r,"videoSegmentTimingInfo")),i.videoSegmentStream.on("baseMediaDecodeTime",(function(t){n&&i.audioSegmentStream.setVideoBaseMediaDecodeTime(t)})),i.videoSegmentStream.on("timingInfo",r.trigger.bind(r,"videoTimingInfo")),i.h264Stream.pipe(i.videoSegmentStream).pipe(i.coalesceStream)),n&&!i.audioSegmentStream&&(i.coalesceStream.numberOfTracks++,i.audioSegmentStream=new Fe(n,t),i.audioSegmentStream.on("log",r.getLogTrigger_("audioSegmentStream")),i.audioSegmentStream.on("timingInfo",r.trigger.bind(r,"audioTimingInfo")),i.audioSegmentStream.on("segmentTimingInfo",r.trigger.bind(r,"audioSegmentTimingInfo")),i.adtsStream.pipe(i.audioSegmentStream).pipe(i.coalesceStream)),r.trigger("trackinfo",{hasAudio:!!n,hasVideo:!!e})}})),i.coalesceStream.on("data",this.trigger.bind(this,"data")),i.coalesceStream.on("id3Frame",(function(t){t.dispatchType=i.metadataStream.dispatchType,r.trigger("id3Frame",t)})),i.coalesceStream.on("caption",this.trigger.bind(this,"caption")),i.coalesceStream.on("done",this.trigger.bind(this,"done")),Qe(this,i)},this.setBaseMediaDecodeTime=function(r){var i=this.transmuxPipeline_;t.keepOriginalTimestamps||(this.baseMediaDecodeTime=r),n&&(n.timelineStartInfo.dts=void 0,n.timelineStartInfo.pts=void 0,St.clearDtsInfo(n),i.audioTimestampRolloverStream&&i.audioTimestampRolloverStream.discontinuity()),e&&(i.videoSegmentStream&&(i.videoSegmentStream.gopCache_=[]),e.timelineStartInfo.dts=void 0,e.timelineStartInfo.pts=void 0,St.clearDtsInfo(e),i.captionStream.reset()),i.timestampRolloverStream&&i.timestampRolloverStream.discontinuity()},this.setAudioAppendStart=function(t){n&&this.transmuxPipeline_.audioSegmentStream.setAudioAppendStart(t)},this.setRemux=function(e){var n=this.transmuxPipeline_;t.remux=e,n&&n.coalesceStream&&n.coalesceStream.setRemux(e)},this.alignGopsWith=function(t){e&&this.transmuxPipeline_.videoSegmentStream&&this.transmuxPipeline_.videoSegmentStream.alignGopsWith(t)},this.getLogTrigger_=function(t){var e=this;return function(n){n.stream=t,e.trigger("log",n)}},this.push=function(t){if(i){var e=Xe(t);e&&"aac"!==this.transmuxPipeline_.type?this.setupAacPipeline():e||"ts"===this.transmuxPipeline_.type||this.setupTsPipeline(),i=!1}this.transmuxPipeline_.headOfPipeline.push(t)},this.flush=function(){i=!0,this.transmuxPipeline_.headOfPipeline.flush()},this.endTimeline=function(){this.transmuxPipeline_.headOfPipeline.endTimeline()},this.reset=function(){this.transmuxPipeline_.headOfPipeline&&this.transmuxPipeline_.headOfPipeline.reset()},this.resetCaptions=function(){this.transmuxPipeline_.captionStream&&this.transmuxPipeline_.captionStream.reset()}},He.prototype=new R;var en,nn={Transmuxer:He,VideoSegmentStream:Ve,AudioSegmentStream:Fe,AUDIO_PROPERTIES:qe,VIDEO_PROPERTIES:Ye,generateSegmentTimingInfo:tn},rn=function(t){return t>>>0},an=function(t){return("00"+t.toString(16)).slice(-2)},on={toUnsigned:rn,toHexString:an},sn=function(t){var e="";return e+=String.fromCharCode(t[0]),e+=String.fromCharCode(t[1]),e+=String.fromCharCode(t[2]),e+=String.fromCharCode(t[3]),e},cn=sn,ln=on.toUnsigned,un=function t(e,n){var r,i,a,o,s,c=[];if(!n.length)return null;for(r=0;r<e.byteLength;)i=ln(e[r]<<24|e[r+1]<<16|e[r+2]<<8|e[r+3]),a=cn(e.subarray(r+4,r+8)),o=i>1?r+i:e.byteLength,a===n[0]&&(1===n.length?c.push(e.subarray(r+8,o)):(s=t(e.subarray(r+8,o),n.slice(1)),s.length&&(c=c.concat(s)))),r=o;return c},hn=un,fn=on.toUnsigned,dn=H.getUint64,pn=function(t){var e={version:t[0],flags:new Uint8Array(t.subarray(1,4))};return 1===e.version?e.baseMediaDecodeTime=dn(t.subarray(4)):e.baseMediaDecodeTime=fn(t[4]<<24|t[5]<<16|t[6]<<8|t[7]),e},vn=pn,gn=function(t){return{isLeading:(12&t[0])>>>2,dependsOn:3&t[0],isDependedOn:(192&t[1])>>>6,hasRedundancy:(48&t[1])>>>4,paddingValue:(14&t[1])>>>1,isNonSyncSample:1&t[1],degradationPriority:t[2]<<8|t[3]}},mn=gn,yn=function(t){var e,n={version:t[0],flags:new Uint8Array(t.subarray(1,4)),samples:[]},r=new DataView(t.buffer,t.byteOffset,t.byteLength),i=1&n.flags[2],a=4&n.flags[2],o=1&n.flags[1],s=2&n.flags[1],c=4&n.flags[1],l=8&n.flags[1],u=r.getUint32(4),h=8;i&&(n.dataOffset=r.getInt32(h),h+=4),a&&u&&(e={flags:mn(t.subarray(h,h+4))},h+=4,o&&(e.duration=r.getUint32(h),h+=4),s&&(e.size=r.getUint32(h),h+=4),l&&(1===n.version?e.compositionTimeOffset=r.getInt32(h):e.compositionTimeOffset=r.getUint32(h),h+=4),n.samples.push(e),u--);while(u--)e={},o&&(e.duration=r.getUint32(h),h+=4),s&&(e.size=r.getUint32(h),h+=4),c&&(e.flags=mn(t.subarray(h,h+4)),h+=4),l&&(1===n.version?e.compositionTimeOffset=r.getInt32(h):e.compositionTimeOffset=r.getUint32(h),h+=4),n.samples.push(e);return n},bn=yn,_n=function(t){var e,n=new DataView(t.buffer,t.byteOffset,t.byteLength),r={version:t[0],flags:new Uint8Array(t.subarray(1,4)),trackId:n.getUint32(4)},i=1&r.flags[2],a=2&r.flags[2],o=8&r.flags[2],s=16&r.flags[2],c=32&r.flags[2],l=65536&r.flags[0],u=131072&r.flags[0];return e=8,i&&(e+=4,r.baseDataOffset=n.getUint32(12),e+=4),a&&(r.sampleDescriptionIndex=n.getUint32(e),e+=4),o&&(r.defaultSampleDuration=n.getUint32(e),e+=4),s&&(r.defaultSampleSize=n.getUint32(e),e+=4),c&&(r.defaultSampleFlags=n.getUint32(e)),l&&(r.durationIsEmpty=!0),!i&&u&&(r.baseDataOffsetIsMoof=!0),r},xn=_n,wn="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof t?t:"undefined"!==typeof self?self:{};en="undefined"!==typeof window?window:"undefined"!==typeof wn?wn:"undefined"!==typeof self?self:{};var kn,Cn,Sn,Tn,On,Mn,En=en,An=Lt.discardEmulationPreventionBytes,Pn=Wt.CaptionStream,Ln=function(t,e){for(var n=t,r=0;r<e.length;r++){var i=e[r];if(n<i.size)return i;n-=i.size}return null},In=function(t,e,n){var r,i,a,o,s=new DataView(t.buffer,t.byteOffset,t.byteLength),c={logs:[],seiNals:[]};for(i=0;i+4<t.length;i+=a)if(a=s.getUint32(i),i+=4,!(a<=0))switch(31&t[i]){case 6:var l=t.subarray(i+1,i+1+a),u=Ln(i,e);if(r={nalUnitType:"sei_rbsp",size:a,data:l,escapedRBSP:An(l),trackId:n},u)r.pts=u.pts,r.dts=u.dts,o=u;else{if(!o){c.logs.push({level:"warn",message:"We've encountered a nal unit without data at "+i+" for trackId "+n+". See mux.js#223."});break}r.pts=o.pts,r.dts=o.dts}c.seiNals.push(r);break}return c},jn=function(t,e,n){var r=e,i=n.defaultSampleDuration||0,a=n.defaultSampleSize||0,o=n.trackId,s=[];return t.forEach((function(t){var e=bn(t),n=e.samples;n.forEach((function(t){void 0===t.duration&&(t.duration=i),void 0===t.size&&(t.size=a),t.trackId=o,t.dts=r,void 0===t.compositionTimeOffset&&(t.compositionTimeOffset=0),"bigint"===typeof r?(t.pts=r+En.BigInt(t.compositionTimeOffset),r+=En.BigInt(t.duration)):(t.pts=r+t.compositionTimeOffset,r+=t.duration)})),s=s.concat(n)})),s},zn=function(t,e){var n=hn(t,["moof","traf"]),r=hn(t,["mdat"]),i={},a=[];return r.forEach((function(t,e){var r=n[e];a.push({mdat:t,traf:r})})),a.forEach((function(t){var n,r,a=t.mdat,o=t.traf,s=hn(o,["tfhd"]),c=xn(s[0]),l=c.trackId,u=hn(o,["tfdt"]),h=u.length>0?vn(u[0]).baseMediaDecodeTime:0,f=hn(o,["trun"]);e===l&&f.length>0&&(n=jn(f,h,c),r=In(a,n,l),i[l]||(i[l]={seiNals:[],logs:[]}),i[l].seiNals=i[l].seiNals.concat(r.seiNals),i[l].logs=i[l].logs.concat(r.logs))})),i},Dn=function(t,e,n){var r;if(null===e)return null;r=zn(t,e);var i=r[e]||{};return{seiNals:i.seiNals,logs:i.logs,timescale:n}},Nn=function(){var t,e,n,r,i,a,o=!1;this.isInitialized=function(){return o},this.init=function(e){t=new Pn,o=!0,a=!!e&&e.isPartial,t.on("data",(function(t){t.startTime=t.startPts/r,t.endTime=t.endPts/r,i.captions.push(t),i.captionStreams[t.stream]=!0})),t.on("log",(function(t){i.logs.push(t)}))},this.isNewInit=function(t,e){return!(t&&0===t.length||e&&"object"===typeof e&&0===Object.keys(e).length)&&(n!==t[0]||r!==e[n])},this.parse=function(t,a,o){var s;if(!this.isInitialized())return null;if(!a||!o)return null;if(this.isNewInit(a,o))n=a[0],r=o[n];else if(null===n||!r)return e.push(t),null;while(e.length>0){var c=e.shift();this.parse(c,a,o)}return s=Dn(t,n,r),s&&s.logs&&(i.logs=i.logs.concat(s.logs)),null!==s&&s.seiNals?(this.pushNals(s.seiNals),this.flushStream(),i):i.logs.length?{logs:i.logs,captions:[],captionStreams:[]}:null},this.pushNals=function(e){if(!this.isInitialized()||!e||0===e.length)return null;e.forEach((function(e){t.push(e)}))},this.flushStream=function(){if(!this.isInitialized())return null;a?t.partialFlush():t.flush()},this.clearParsedCaptions=function(){i.captions=[],i.captionStreams={},i.logs=[]},this.resetCaptionStream=function(){if(!this.isInitialized())return null;t.reset()},this.clearAllCaptions=function(){this.clearParsedCaptions(),this.resetCaptionStream()},this.reset=function(){e=[],n=null,r=null,i?this.clearParsedCaptions():i={captions:[],captionStreams:{},logs:[]},this.resetCaptionStream()},this.reset()},Rn=Nn,Vn=on.toUnsigned,Fn=on.toHexString,Hn=H.getUint64;kn=function(t){var e={},n=hn(t,["moov","trak"]);return n.reduce((function(t,e){var n,r,i,a,o;return n=hn(e,["tkhd"])[0],n?(r=n[0],i=0===r?12:20,a=Vn(n[i]<<24|n[i+1]<<16|n[i+2]<<8|n[i+3]),o=hn(e,["mdia","mdhd"])[0],o?(r=o[0],i=0===r?12:20,t[a]=Vn(o[i]<<24|o[i+1]<<16|o[i+2]<<8|o[i+3]),t):null):null}),e)},Cn=function(t,e){var n;n=hn(e,["moof","traf"]);var r=n.reduce((function(e,n){var r,i,a=hn(n,["tfhd"])[0],o=Vn(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),s=t[o]||9e4,c=hn(n,["tfdt"])[0],l=new DataView(c.buffer,c.byteOffset,c.byteLength);return r=1===c[0]?Hn(c.subarray(4,12)):l.getUint32(4),"bigint"===typeof r?i=r/En.BigInt(s):"number"!==typeof r||isNaN(r)||(i=r/s),i<Number.MAX_SAFE_INTEGER&&(i=Number(i)),i<e&&(e=i),e}),1/0);return"bigint"===typeof r||isFinite(r)?r:0},Sn=function(t,e){var n,r=hn(e,["moof","traf"]),i=0,a=0;if(r&&r.length){var o=hn(r[0],["tfhd"])[0],s=hn(r[0],["trun"])[0],c=hn(r[0],["tfdt"])[0];if(o){var l=xn(o);n=l.trackId}if(c){var u=vn(c);i=u.baseMediaDecodeTime}if(s){var h=bn(s);h.samples&&h.samples.length&&(a=h.samples[0].compositionTimeOffset||0)}}var f=t[n]||9e4;"bigint"===typeof i&&(a=En.BigInt(a),f=En.BigInt(f));var d=(i+a)/f;return"bigint"===typeof d&&d<Number.MAX_SAFE_INTEGER&&(d=Number(d)),d},Tn=function(t){var e=hn(t,["moov","trak"]),n=[];return e.forEach((function(t){var e=hn(t,["mdia","hdlr"]),r=hn(t,["tkhd"]);e.forEach((function(t,e){var i,a,o,s=cn(t.subarray(8,12)),c=r[e];"vide"===s&&(i=new DataView(c.buffer,c.byteOffset,c.byteLength),a=i.getUint8(0),o=0===a?i.getUint32(12):i.getUint32(20),n.push(o))}))})),n},Mn=function(t){var e=t[0],n=0===e?12:20;return Vn(t[n]<<24|t[n+1]<<16|t[n+2]<<8|t[n+3])},On=function(t){var e=hn(t,["moov","trak"]),n=[];return e.forEach((function(t){var e,r,i={},a=hn(t,["tkhd"])[0];a&&(e=new DataView(a.buffer,a.byteOffset,a.byteLength),r=e.getUint8(0),i.id=0===r?e.getUint32(12):e.getUint32(20));var o=hn(t,["mdia","hdlr"])[0];if(o){var s=cn(o.subarray(8,12));i.type="vide"===s?"video":"soun"===s?"audio":s}var c=hn(t,["mdia","minf","stbl","stsd"])[0];if(c){var l=c.subarray(8);i.codec=cn(l.subarray(4,8));var u,h,f=hn(l,[i.codec])[0];f&&(/^[asm]vc[1-9]$/i.test(i.codec)?(u=f.subarray(78),h=cn(u.subarray(4,8)),"avcC"===h&&u.length>11?(i.codec+=".",i.codec+=Fn(u[9]),i.codec+=Fn(u[10]),i.codec+=Fn(u[11])):i.codec="avc1.4d400d"):/^mp4[a,v]$/i.test(i.codec)?(u=f.subarray(28),h=cn(u.subarray(4,8)),"esds"===h&&u.length>20&&0!==u[19]?(i.codec+="."+Fn(u[19]),i.codec+="."+Fn(u[20]>>>2&63).replace(/^0/,"")):i.codec="mp4a.40.2"):i.codec=i.codec.toLowerCase())}var d=hn(t,["mdia","mdhd"])[0];d&&(i.timescale=Mn(d)),n.push(i)})),n};var Bn={findBox:hn,parseType:cn,timescale:kn,startTime:Cn,compositionStartTime:Sn,videoTrackIds:Tn,tracks:On,getTimescaleFromMediaHeader:Mn},Un=function(t){var e=31&t[1];return e<<=8,e|=t[2],e},$n=function(t){return!!(64&t[1])},qn=function(t){var e=0;return(48&t[3])>>>4>1&&(e+=t[4]+1),e},Wn=function(t,e){var n=Un(t);return 0===n?"pat":n===e?"pmt":e?"pes":null},Yn=function(t){var e=$n(t),n=4+qn(t);return e&&(n+=t[n]+1),(31&t[n+10])<<8|t[n+11]},Kn=function(t){var e={},n=$n(t),r=4+qn(t);if(n&&(r+=t[r]+1),1&t[r+5]){var i,a,o;i=(15&t[r+1])<<8|t[r+2],a=3+i-4,o=(15&t[r+10])<<8|t[r+11];var s=12+o;while(s<a){var c=r+s;e[(31&t[c+1])<<8|t[c+2]]=t[c],s+=5+((15&t[c+3])<<8|t[c+4])}return e}},Xn=function(t,e){var n=Un(t),r=e[n];switch(r){case Yt.H264_STREAM_TYPE:return"video";case Yt.ADTS_STREAM_TYPE:return"audio";case Yt.METADATA_STREAM_TYPE:return"timed-metadata";default:return null}},Gn=function(t){var e=$n(t);if(!e)return null;var n=4+qn(t);if(n>=t.byteLength)return null;var r,i=null;return r=t[n+7],192&r&&(i={},i.pts=(14&t[n+9])<<27|(255&t[n+10])<<20|(254&t[n+11])<<12|(255&t[n+12])<<5|(254&t[n+13])>>>3,i.pts*=4,i.pts+=(6&t[n+13])>>>1,i.dts=i.pts,64&r&&(i.dts=(14&t[n+14])<<27|(255&t[n+15])<<20|(254&t[n+16])<<12|(255&t[n+17])<<5|(254&t[n+18])>>>3,i.dts*=4,i.dts+=(6&t[n+18])>>>1)),i},Zn=function(t){switch(t){case 5:return"slice_layer_without_partitioning_rbsp_idr";case 6:return"sei_rbsp";case 7:return"seq_parameter_set_rbsp";case 8:return"pic_parameter_set_rbsp";case 9:return"access_unit_delimiter_rbsp";default:return null}},Qn=function(t){for(var e,n=4+qn(t),r=t.subarray(n),i=0,a=0,o=!1;a<r.byteLength-3;a++)if(1===r[a+2]){i=a+5;break}while(i<r.byteLength)switch(r[i]){case 0:if(0!==r[i-1]){i+=2;break}if(0!==r[i-2]){i++;break}a+3!==i-2&&(e=Zn(31&r[a+3]),"slice_layer_without_partitioning_rbsp_idr"===e&&(o=!0));do{i++}while(1!==r[i]&&i<r.length);a=i-2,i+=3;break;case 1:if(0!==r[i-1]||0!==r[i-2]){i+=3;break}e=Zn(31&r[a+3]),"slice_layer_without_partitioning_rbsp_idr"===e&&(o=!0),a=i-2,i+=3;break;default:i+=3;break}return r=r.subarray(a),i-=a,a=0,r&&r.byteLength>3&&(e=Zn(31&r[a+3]),"slice_layer_without_partitioning_rbsp_idr"===e&&(o=!0)),o},Jn={parseType:Wn,parsePat:Yn,parsePmt:Kn,parsePayloadUnitStartIndicator:$n,parsePesType:Xn,parsePesTime:Gn,videoPacketContainsKeyFrame:Qn},tr=te.handleRollover,er={};er.ts=Jn,er.aac=Re;var nr=pt.ONE_SECOND_IN_TS,rr=188,ir=71,ar=function(t,e){var n,r,i=0,a=rr;while(a<t.byteLength)if(t[i]!==ir||t[a]!==ir)i++,a++;else{switch(n=t.subarray(i,a),r=er.ts.parseType(n,e.pid),r){case"pat":e.pid=er.ts.parsePat(n);break;case"pmt":var o=er.ts.parsePmt(n);e.table=e.table||{},Object.keys(o).forEach((function(t){e.table[t]=o[t]}));break}i+=rr,a+=rr}},or=function(t,e,n){var r,i,a,o,s,c=0,l=rr,u=!1;while(l<=t.byteLength)if(t[c]!==ir||t[l]!==ir&&l!==t.byteLength)c++,l++;else{switch(r=t.subarray(c,l),i=er.ts.parseType(r,e.pid),i){case"pes":a=er.ts.parsePesType(r,e.table),o=er.ts.parsePayloadUnitStartIndicator(r),"audio"===a&&o&&(s=er.ts.parsePesTime(r),s&&(s.type="audio",n.audio.push(s),u=!0));break}if(u)break;c+=rr,l+=rr}l=t.byteLength,c=l-rr,u=!1;while(c>=0)if(t[c]!==ir||t[l]!==ir&&l!==t.byteLength)c--,l--;else{switch(r=t.subarray(c,l),i=er.ts.parseType(r,e.pid),i){case"pes":a=er.ts.parsePesType(r,e.table),o=er.ts.parsePayloadUnitStartIndicator(r),"audio"===a&&o&&(s=er.ts.parsePesTime(r),s&&(s.type="audio",n.audio.push(s),u=!0));break}if(u)break;c-=rr,l-=rr}},sr=function(t,e,n){var r,i,a,o,s,c,l,u,h=0,f=rr,d=!1,p={data:[],size:0};while(f<t.byteLength)if(t[h]!==ir||t[f]!==ir)h++,f++;else{switch(r=t.subarray(h,f),i=er.ts.parseType(r,e.pid),i){case"pes":if(a=er.ts.parsePesType(r,e.table),o=er.ts.parsePayloadUnitStartIndicator(r),"video"===a&&(o&&!d&&(s=er.ts.parsePesTime(r),s&&(s.type="video",n.video.push(s),d=!0)),!n.firstKeyFrame)){if(o&&0!==p.size){c=new Uint8Array(p.size),l=0;while(p.data.length)u=p.data.shift(),c.set(u,l),l+=u.byteLength;if(er.ts.videoPacketContainsKeyFrame(c)){var v=er.ts.parsePesTime(c);v?(n.firstKeyFrame=v,n.firstKeyFrame.type="video"):console.warn("Failed to extract PTS/DTS from PES at first keyframe. This could be an unusual TS segment, or else mux.js did not parse your TS segment correctly. If you know your TS segments do contain PTS/DTS on keyframes please file a bug report! You can try ffprobe to double check for yourself.")}p.size=0}p.data.push(r),p.size+=r.byteLength}break}if(d&&n.firstKeyFrame)break;h+=rr,f+=rr}f=t.byteLength,h=f-rr,d=!1;while(h>=0)if(t[h]!==ir||t[f]!==ir)h--,f--;else{switch(r=t.subarray(h,f),i=er.ts.parseType(r,e.pid),i){case"pes":a=er.ts.parsePesType(r,e.table),o=er.ts.parsePayloadUnitStartIndicator(r),"video"===a&&o&&(s=er.ts.parsePesTime(r),s&&(s.type="video",n.video.push(s),d=!0));break}if(d)break;h-=rr,f-=rr}},cr=function(t,e){if(t.audio&&t.audio.length){var n=e;("undefined"===typeof n||isNaN(n))&&(n=t.audio[0].dts),t.audio.forEach((function(t){t.dts=tr(t.dts,n),t.pts=tr(t.pts,n),t.dtsTime=t.dts/nr,t.ptsTime=t.pts/nr}))}if(t.video&&t.video.length){var r=e;if(("undefined"===typeof r||isNaN(r))&&(r=t.video[0].dts),t.video.forEach((function(t){t.dts=tr(t.dts,r),t.pts=tr(t.pts,r),t.dtsTime=t.dts/nr,t.ptsTime=t.pts/nr})),t.firstKeyFrame){var i=t.firstKeyFrame;i.dts=tr(i.dts,r),i.pts=tr(i.pts,r),i.dtsTime=i.dts/nr,i.ptsTime=i.pts/nr}}},lr=function(t){var e,n=!1,r=0,i=null,a=null,o=0,s=0;while(t.length-s>=3){var c=er.aac.parseType(t,s);switch(c){case"timed-metadata":if(t.length-s<10){n=!0;break}if(o=er.aac.parseId3TagSize(t,s),o>t.length){n=!0;break}null===a&&(e=t.subarray(s,s+o),a=er.aac.parseAacTimestamp(e)),s+=o;break;case"audio":if(t.length-s<7){n=!0;break}if(o=er.aac.parseAdtsSize(t,s),o>t.length){n=!0;break}null===i&&(e=t.subarray(s,s+o),i=er.aac.parseSampleRate(e)),r++,s+=o;break;default:s++;break}if(n)return null}if(null===i||null===a)return null;var l=nr/i,u={audio:[{type:"audio",dts:a,pts:a},{type:"audio",dts:a+1024*r*l,pts:a+1024*r*l}]};return u},ur=function(t){var e={pid:null,table:null},n={};for(var r in ar(t,e),e.table)if(e.table.hasOwnProperty(r)){var i=e.table[r];switch(i){case Yt.H264_STREAM_TYPE:n.video=[],sr(t,e,n),0===n.video.length&&delete n.video;break;case Yt.ADTS_STREAM_TYPE:n.audio=[],or(t,e,n),0===n.audio.length&&delete n.audio;break}}return n},hr=function(t,e){var n,r=er.aac.isLikelyAacData(t);return n=r?lr(t):ur(t),n&&(n.audio||n.video)?(cr(n,e),n):null},fr={inspect:hr,parseAudioPes_:or},dr=function(t,e){e.on("data",(function(e){var n=e.initSegment;e.initSegment={data:n.buffer,byteOffset:n.byteOffset,byteLength:n.byteLength};var r=e.data;e.data=r.buffer,t.postMessage({action:"data",segment:e,byteOffset:r.byteOffset,byteLength:r.byteLength},[e.data])})),e.on("done",(function(e){t.postMessage({action:"done"})})),e.on("gopInfo",(function(e){t.postMessage({action:"gopInfo",gopInfo:e})})),e.on("videoSegmentTimingInfo",(function(e){var n={start:{decode:pt.videoTsToSeconds(e.start.dts),presentation:pt.videoTsToSeconds(e.start.pts)},end:{decode:pt.videoTsToSeconds(e.end.dts),presentation:pt.videoTsToSeconds(e.end.pts)},baseMediaDecodeTime:pt.videoTsToSeconds(e.baseMediaDecodeTime)};e.prependedContentDuration&&(n.prependedContentDuration=pt.videoTsToSeconds(e.prependedContentDuration)),t.postMessage({action:"videoSegmentTimingInfo",videoSegmentTimingInfo:n})})),e.on("audioSegmentTimingInfo",(function(e){var n={start:{decode:pt.videoTsToSeconds(e.start.dts),presentation:pt.videoTsToSeconds(e.start.pts)},end:{decode:pt.videoTsToSeconds(e.end.dts),presentation:pt.videoTsToSeconds(e.end.pts)},baseMediaDecodeTime:pt.videoTsToSeconds(e.baseMediaDecodeTime)};e.prependedContentDuration&&(n.prependedContentDuration=pt.videoTsToSeconds(e.prependedContentDuration)),t.postMessage({action:"audioSegmentTimingInfo",audioSegmentTimingInfo:n})})),e.on("id3Frame",(function(e){t.postMessage({action:"id3Frame",id3Frame:e})})),e.on("caption",(function(e){t.postMessage({action:"caption",caption:e})})),e.on("trackinfo",(function(e){t.postMessage({action:"trackinfo",trackInfo:e})})),e.on("audioTimingInfo",(function(e){t.postMessage({action:"audioTimingInfo",audioTimingInfo:{start:pt.videoTsToSeconds(e.start),end:pt.videoTsToSeconds(e.end)}})})),e.on("videoTimingInfo",(function(e){t.postMessage({action:"videoTimingInfo",videoTimingInfo:{start:pt.videoTsToSeconds(e.start),end:pt.videoTsToSeconds(e.end)}})})),e.on("log",(function(e){t.postMessage({action:"log",log:e})}))},pr=function(){function t(t,e){this.options=e||{},this.self=t,this.init()}var e=t.prototype;return e.init=function(){this.transmuxer&&this.transmuxer.dispose(),this.transmuxer=new nn.Transmuxer(this.options),dr(this.self,this.transmuxer)},e.pushMp4Captions=function(t){this.captionParser||(this.captionParser=new Rn,this.captionParser.init());var e=new Uint8Array(t.data,t.byteOffset,t.byteLength),n=this.captionParser.parse(e,t.trackIds,t.timescales);this.self.postMessage({action:"mp4Captions",captions:n&&n.captions||[],logs:n&&n.logs||[],data:e.buffer},[e.buffer])},e.probeMp4StartTime=function(t){var e=t.timescales,n=t.data,r=Bn.startTime(e,n);this.self.postMessage({action:"probeMp4StartTime",startTime:r,data:n},[n.buffer])},e.probeMp4Tracks=function(t){var e=t.data,n=Bn.tracks(e);this.self.postMessage({action:"probeMp4Tracks",tracks:n,data:e},[e.buffer])},e.probeTs=function(t){var e=t.data,n=t.baseStartTime,r="number"!==typeof n||isNaN(n)?void 0:n*pt.ONE_SECOND_IN_TS,i=fr.inspect(e,r),a=null;i&&(a={hasVideo:i.video&&2===i.video.length||!1,hasAudio:i.audio&&2===i.audio.length||!1},a.hasVideo&&(a.videoStart=i.video[0].ptsTime),a.hasAudio&&(a.audioStart=i.audio[0].ptsTime)),this.self.postMessage({action:"probeTs",result:a,data:e},[e.buffer])},e.clearAllMp4Captions=function(){this.captionParser&&this.captionParser.clearAllCaptions()},e.clearParsedMp4Captions=function(){this.captionParser&&this.captionParser.clearParsedCaptions()},e.push=function(t){var e=new Uint8Array(t.data,t.byteOffset,t.byteLength);this.transmuxer.push(e)},e.reset=function(){this.transmuxer.reset()},e.setTimestampOffset=function(t){var e=t.timestampOffset||0;this.transmuxer.setBaseMediaDecodeTime(Math.round(pt.secondsToVideoTs(e)))},e.setAudioAppendStart=function(t){this.transmuxer.setAudioAppendStart(Math.ceil(pt.secondsToVideoTs(t.appendStart)))},e.setRemux=function(t){this.transmuxer.setRemux(t.remux)},e.flush=function(t){this.transmuxer.flush(),self.postMessage({action:"done",type:"transmuxed"})},e.endTimeline=function(){this.transmuxer.endTimeline(),self.postMessage({action:"endedtimeline",type:"transmuxed"})},e.alignGopsWith=function(t){this.transmuxer.alignGopsWith(t.gopsToAlignWith.slice())},t}();self.onmessage=function(t){"init"===t.data.action&&t.data.options?this.messageHandlers=new pr(self,t.data.options):(this.messageHandlers||(this.messageHandlers=new pr(self)),t.data&&t.data.action&&"init"!==t.data.action&&this.messageHandlers[t.data.action]&&this.messageHandlers[t.data.action](t.data))}}))),qs=Hs($s),Ws=function(t,e,n){var r=t.data.segment,i=r.type,a=r.initSegment,o=r.captions,s=r.captionStreams,c=r.metadata,l=r.videoFrameDtsTime,u=r.videoFramePtsTime;e.buffer.push({captions:o,captionStreams:s,metadata:c});var h=t.data.segment.boxes||{data:t.data.segment.data},f={type:i,data:new Uint8Array(h.data,h.data.byteOffset,h.data.byteLength),initSegment:new Uint8Array(a.data,a.byteOffset,a.byteLength)};"undefined"!==typeof l&&(f.videoFrameDtsTime=l),"undefined"!==typeof u&&(f.videoFramePtsTime=u),n(f)},Ys=function(t){var e=t.transmuxedData,n=t.callback;e.buffer=[],n(e)},Ks=function(t,e){e.gopInfo=t.data.gopInfo},Xs=function(t){var e=t.transmuxer,n=t.bytes,r=t.audioAppendStart,i=t.gopsToAlignWith,a=t.remux,o=t.onData,s=t.onTrackInfo,c=t.onAudioTimingInfo,l=t.onVideoTimingInfo,u=t.onVideoSegmentTimingInfo,h=t.onAudioSegmentTimingInfo,f=t.onId3,d=t.onCaptions,p=t.onDone,v=t.onEndedTimeline,g=t.onTransmuxerLog,m=t.isEndOfTimeline,y={buffer:[]},b=m,_=function(n){e.currentTransmux===t&&("data"===n.data.action&&Ws(n,y,o),"trackinfo"===n.data.action&&s(n.data.trackInfo),"gopInfo"===n.data.action&&Ks(n,y),"audioTimingInfo"===n.data.action&&c(n.data.audioTimingInfo),"videoTimingInfo"===n.data.action&&l(n.data.videoTimingInfo),"videoSegmentTimingInfo"===n.data.action&&u(n.data.videoSegmentTimingInfo),"audioSegmentTimingInfo"===n.data.action&&h(n.data.audioSegmentTimingInfo),"id3Frame"===n.data.action&&f([n.data.id3Frame],n.data.id3Frame.dispatchType),"caption"===n.data.action&&d(n.data.caption),"endedtimeline"===n.data.action&&(b=!1,v()),"log"===n.data.action&&g(n.data.log),"transmuxed"===n.data.type&&(b||(e.onmessage=null,Ys({transmuxedData:y,callback:p}),Gs(e))))};if(e.onmessage=_,r&&e.postMessage({action:"setAudioAppendStart",appendStart:r}),Array.isArray(i)&&e.postMessage({action:"alignGopsWith",gopsToAlignWith:i}),"undefined"!==typeof a&&e.postMessage({action:"setRemux",remux:a}),n.byteLength){var x=n instanceof ArrayBuffer?n:n.buffer,w=n instanceof ArrayBuffer?0:n.byteOffset;e.postMessage({action:"push",data:x,byteOffset:w,byteLength:n.byteLength},[x])}m&&e.postMessage({action:"endTimeline"}),e.postMessage({action:"flush"})},Gs=function(t){t.currentTransmux=null,t.transmuxQueue.length&&(t.currentTransmux=t.transmuxQueue.shift(),"function"===typeof t.currentTransmux?t.currentTransmux():Xs(t.currentTransmux))},Zs=function(t,e){t.postMessage({action:e}),Gs(t)},Qs=function(t,e){if(!e.currentTransmux)return e.currentTransmux=t,void Zs(e,t);e.transmuxQueue.push(Zs.bind(null,e,t))},Js=function(t){Qs("reset",t)},tc=function(t){Qs("endTimeline",t)},ec=function(t){if(!t.transmuxer.currentTransmux)return t.transmuxer.currentTransmux=t,void Xs(t);t.transmuxer.transmuxQueue.push(t)},nc=function(t){var e=new qs;e.currentTransmux=null,e.transmuxQueue=[];var n=e.terminate;return e.terminate=function(){return e.currentTransmux=null,e.transmuxQueue.length=0,n.call(e)},e.postMessage({action:"init",options:t}),e},rc={reset:Js,endTimeline:tc,transmux:ec,createTransmuxer:nc},ic=function(t){var e=t.transmuxer,n=t.endAction||t.action,r=t.callback,i=l()({},t,{endAction:null,transmuxer:null,callback:null}),a=function i(a){a.data.action===n&&(e.removeEventListener("message",i),a.data.data&&(a.data.data=new Uint8Array(a.data.data,t.byteOffset||0,t.byteLength||a.data.data.byteLength),t.data&&(t.data=a.data.data)),r(a.data))};if(e.addEventListener("message",a),t.data){var o=t.data instanceof ArrayBuffer;i.byteOffset=o?0:t.data.byteOffset,i.byteLength=t.data.byteLength;var s=[o?t.data:t.data.buffer];e.postMessage(i,s)}else e.postMessage(i)},ac={FAILURE:2,TIMEOUT:-101,ABORTED:-102},oc=function(t){t.forEach((function(t){t.abort()}))},sc=function(t){return{bandwidth:t.bandwidth,bytesReceived:t.bytesReceived||0,roundTripTime:t.roundTripTime||0}},cc=function(t){var e=t.target,n=Date.now()-e.requestTime,r={bandwidth:1/0,bytesReceived:0,roundTripTime:n||0};return r.bytesReceived=t.loaded,r.bandwidth=Math.floor(r.bytesReceived/r.roundTripTime*8*1e3),r},lc=function(t,e){return e.timedout?{status:e.status,message:"HLS request timed-out at URL: "+e.uri,code:ac.TIMEOUT,xhr:e}:e.aborted?{status:e.status,message:"HLS request aborted at URL: "+e.uri,code:ac.ABORTED,xhr:e}:t?{status:e.status,message:"HLS request errored at URL: "+e.uri,code:ac.FAILURE,xhr:e}:"arraybuffer"===e.responseType&&0===e.response.byteLength?{status:e.status,message:"Empty HLS response at URL: "+e.uri,code:ac.FAILURE,xhr:e}:null},uc=function(t,e,n){return function(r,i){var a=i.response,o=lc(r,i);if(o)return n(o,t);if(16!==a.byteLength)return n({status:i.status,message:"Invalid HLS key at URL: "+i.uri,code:ac.FAILURE,xhr:i},t);for(var s=new DataView(a),c=new Uint32Array([s.getUint32(0),s.getUint32(4),s.getUint32(8),s.getUint32(12)]),l=0;l<e.length;l++)e[l].bytes=c;return n(null,t)}},hc=function(t,e){var n=Object(z["a"])(t.map.bytes);if("mp4"!==n){var r=t.map.resolvedUri||t.map.uri;return e({internal:!0,message:"Found unsupported "+(n||"unknown")+" container for initialization segment at URL: "+r,code:ac.FAILURE})}ic({action:"probeMp4Tracks",data:t.map.bytes,transmuxer:t.transmuxer,callback:function(n){var r=n.tracks,i=n.data;return t.map.bytes=i,r.forEach((function(e){t.map.tracks=t.map.tracks||{},t.map.tracks[e.type]||(t.map.tracks[e.type]=e,"number"===typeof e.id&&e.timescale&&(t.map.timescales=t.map.timescales||{},t.map.timescales[e.id]=e.timescale))})),e(null)}})},fc=function(t){var e=t.segment,n=t.finishProcessingFn;return function(t,r){var i=lc(t,r);if(i)return n(i,e);var a=new Uint8Array(r.response);if(e.map.key)return e.map.encryptedBytes=a,n(null,e);e.map.bytes=a,hc(e,(function(t){if(t)return t.xhr=r,t.status=r.status,n(t,e);n(null,e)}))}},dc=function(t){var e=t.segment,n=t.finishProcessingFn,r=t.responseType;return function(t,i){var a=lc(t,i);if(a)return n(a,e);var o="arraybuffer"!==r&&i.responseText?Rs(i.responseText.substring(e.lastReachedChar||0)):i.response;return e.stats=sc(i),e.key?e.encryptedBytes=new Uint8Array(o):e.bytes=new Uint8Array(o),n(null,e)}},pc=function(t){var e=t.segment,n=t.bytes,r=t.trackInfoFn,i=t.timingInfoFn,a=t.videoSegmentTimingInfoFn,o=t.audioSegmentTimingInfoFn,s=t.id3Fn,c=t.captionsFn,l=t.isEndOfTimeline,u=t.endedTimelineFn,h=t.dataFn,f=t.doneFn,d=t.onTransmuxerLog,p=e.map&&e.map.tracks||{},v=Boolean(p.audio&&p.video),g=i.bind(null,e,"audio","start"),m=i.bind(null,e,"audio","end"),y=i.bind(null,e,"video","start"),b=i.bind(null,e,"video","end"),_=function(){return ec({bytes:n,transmuxer:e.transmuxer,audioAppendStart:e.audioAppendStart,gopsToAlignWith:e.gopsToAlignWith,remux:v,onData:function(t){t.type="combined"===t.type?"video":t.type,h(e,t)},onTrackInfo:function(t){r&&(v&&(t.isMuxed=!0),r(e,t))},onAudioTimingInfo:function(t){g&&"undefined"!==typeof t.start&&(g(t.start),g=null),m&&"undefined"!==typeof t.end&&m(t.end)},onVideoTimingInfo:function(t){y&&"undefined"!==typeof t.start&&(y(t.start),y=null),b&&"undefined"!==typeof t.end&&b(t.end)},onVideoSegmentTimingInfo:function(t){a(t)},onAudioSegmentTimingInfo:function(t){o(t)},onId3:function(t,n){s(e,t,n)},onCaptions:function(t){c(e,[t])},isEndOfTimeline:l,onEndedTimeline:function(){u()},onTransmuxerLog:d,onDone:function(t){f&&(t.type="combined"===t.type?"video":t.type,f(null,e,t))}})};ic({action:"probeTs",transmuxer:e.transmuxer,data:n,baseStartTime:e.baseStartTime,callback:function(t){e.bytes=n=t.data;var i=t.result;i&&(r(e,{hasAudio:i.hasAudio,hasVideo:i.hasVideo,isMuxed:v}),r=null,i.hasAudio&&!v&&g(i.audioStart),i.hasVideo&&y(i.videoStart),g=null,y=null),_()}})},vc=function(t){var e=t.segment,n=t.bytes,r=t.trackInfoFn,i=t.timingInfoFn,a=t.videoSegmentTimingInfoFn,o=t.audioSegmentTimingInfoFn,s=t.id3Fn,c=t.captionsFn,l=t.isEndOfTimeline,u=t.endedTimelineFn,h=t.dataFn,f=t.doneFn,d=t.onTransmuxerLog,p=new Uint8Array(n);if(Object(z["b"])(p)){e.isFmp4=!0;var v=e.map.tracks,g={isFmp4:!0,hasVideo:!!v.video,hasAudio:!!v.audio};v.audio&&v.audio.codec&&"enca"!==v.audio.codec&&(g.audioCodec=v.audio.codec),v.video&&v.video.codec&&"encv"!==v.video.codec&&(g.videoCodec=v.video.codec),v.video&&v.audio&&(g.isMuxed=!0),r(e,g);var m=function(t){h(e,{data:p,type:g.hasAudio&&!g.isMuxed?"audio":"video"}),t&&t.length&&c(e,t),f(null,e,{})};ic({action:"probeMp4StartTime",timescales:e.map.timescales,data:p,transmuxer:e.transmuxer,callback:function(t){var r=t.data,a=t.startTime;n=r.buffer,e.bytes=p=r,g.hasAudio&&!g.isMuxed&&i(e,"audio","start",a),g.hasVideo&&i(e,"video","start",a),v.video&&r.byteLength&&e.transmuxer?ic({action:"pushMp4Captions",endAction:"mp4Captions",transmuxer:e.transmuxer,data:p,timescales:e.map.timescales,trackIds:[v.video.id],callback:function(t){n=t.data.buffer,e.bytes=p=t.data,t.logs.forEach((function(t){d(Fa.mergeOptions(t,{stream:"mp4CaptionParser"}))})),m(t.captions)}}):m()}})}else if(e.transmuxer){if("undefined"===typeof e.container&&(e.container=Object(z["a"])(p)),"ts"!==e.container&&"aac"!==e.container)return r(e,{hasAudio:!1,hasVideo:!1}),void f(null,e,{});pc({segment:e,bytes:n,trackInfoFn:r,timingInfoFn:i,videoSegmentTimingInfoFn:a,audioSegmentTimingInfoFn:o,id3Fn:s,captionsFn:c,isEndOfTimeline:l,endedTimelineFn:u,dataFn:h,doneFn:f,onTransmuxerLog:d})}else f(null,e,{})},gc=function(t,e){var n,r=t.id,i=t.key,a=t.encryptedBytes,o=t.decryptionWorker,s=function t(n){if(n.data.source===r){o.removeEventListener("message",t);var i=n.data.decrypted;e(new Uint8Array(i.bytes,i.byteOffset,i.byteLength))}};o.addEventListener("message",s),n=i.bytes.slice?i.bytes.slice():new Uint32Array(Array.prototype.slice.call(i.bytes)),o.postMessage(cs({source:r,encrypted:a,key:n,iv:i.iv}),[a.buffer,n.buffer])},mc=function(t){var e=t.decryptionWorker,n=t.segment,r=t.trackInfoFn,i=t.timingInfoFn,a=t.videoSegmentTimingInfoFn,o=t.audioSegmentTimingInfoFn,s=t.id3Fn,c=t.captionsFn,l=t.isEndOfTimeline,u=t.endedTimelineFn,h=t.dataFn,f=t.doneFn,d=t.onTransmuxerLog;gc({id:n.requestId,key:n.key,encryptedBytes:n.encryptedBytes,decryptionWorker:e},(function(t){n.bytes=t,vc({segment:n,bytes:n.bytes,trackInfoFn:r,timingInfoFn:i,videoSegmentTimingInfoFn:a,audioSegmentTimingInfoFn:o,id3Fn:s,captionsFn:c,isEndOfTimeline:l,endedTimelineFn:u,dataFn:h,doneFn:f,onTransmuxerLog:d})}))},yc=function(t){var e=t.activeXhrs,n=t.decryptionWorker,r=t.trackInfoFn,i=t.timingInfoFn,a=t.videoSegmentTimingInfoFn,o=t.audioSegmentTimingInfoFn,s=t.id3Fn,c=t.captionsFn,l=t.isEndOfTimeline,u=t.endedTimelineFn,h=t.dataFn,f=t.doneFn,d=t.onTransmuxerLog,p=0,v=!1;return function(t,g){if(!v){if(t)return v=!0,oc(e),f(t,g);if(p+=1,p===e.length){var m=function(){if(g.encryptedBytes)return mc({decryptionWorker:n,segment:g,trackInfoFn:r,timingInfoFn:i,videoSegmentTimingInfoFn:a,audioSegmentTimingInfoFn:o,id3Fn:s,captionsFn:c,isEndOfTimeline:l,endedTimelineFn:u,dataFn:h,doneFn:f,onTransmuxerLog:d});vc({segment:g,bytes:g.bytes,trackInfoFn:r,timingInfoFn:i,videoSegmentTimingInfoFn:a,audioSegmentTimingInfoFn:o,id3Fn:s,captionsFn:c,isEndOfTimeline:l,endedTimelineFn:u,dataFn:h,doneFn:f,onTransmuxerLog:d})};if(g.endOfAllRequests=Date.now(),g.map&&g.map.encryptedBytes&&!g.map.bytes)return gc({decryptionWorker:n,id:g.requestId+"-init",encryptedBytes:g.map.encryptedBytes,key:g.map.key},(function(t){g.map.bytes=t,hc(g,(function(t){if(t)return oc(e),f(t,g);m()}))}));m()}}}},bc=function(t){var e=t.loadendState,n=t.abortFn;return function(t){var r=t.target;r.aborted&&n&&!e.calledAbortFn&&(n(),e.calledAbortFn=!0)}},_c=function(t){var e=t.segment,n=t.progressFn;return t.trackInfoFn,t.timingInfoFn,t.videoSegmentTimingInfoFn,t.audioSegmentTimingInfoFn,t.id3Fn,t.captionsFn,t.isEndOfTimeline,t.endedTimelineFn,t.dataFn,function(t){var r=t.target;if(!r.aborted)return e.stats=Fa.mergeOptions(e.stats,cc(t)),!e.stats.firstBytesReceivedAt&&e.stats.bytesReceived&&(e.stats.firstBytesReceivedAt=Date.now()),n(t,e)}},xc=function(t){var e=t.xhr,n=t.xhrOptions,r=t.decryptionWorker,i=t.segment,a=t.abortFn,o=t.progressFn,s=t.trackInfoFn,c=t.timingInfoFn,l=t.videoSegmentTimingInfoFn,u=t.audioSegmentTimingInfoFn,h=t.id3Fn,f=t.captionsFn,d=t.isEndOfTimeline,p=t.endedTimelineFn,v=t.dataFn,g=t.doneFn,m=t.onTransmuxerLog,y=[],b=yc({activeXhrs:y,decryptionWorker:r,trackInfoFn:s,timingInfoFn:c,videoSegmentTimingInfoFn:l,audioSegmentTimingInfoFn:u,id3Fn:h,captionsFn:f,isEndOfTimeline:d,endedTimelineFn:p,dataFn:v,doneFn:g,onTransmuxerLog:m});if(i.key&&!i.key.bytes){var _=[i.key];i.map&&!i.map.bytes&&i.map.key&&i.map.key.resolvedUri===i.key.resolvedUri&&_.push(i.map.key);var x=Fa.mergeOptions(n,{uri:i.key.resolvedUri,responseType:"arraybuffer"}),w=uc(i,_,b),k=e(x,w);y.push(k)}if(i.map&&!i.map.bytes){var C=i.map.key&&(!i.key||i.key.resolvedUri!==i.map.key.resolvedUri);if(C){var S=Fa.mergeOptions(n,{uri:i.map.key.resolvedUri,responseType:"arraybuffer"}),T=uc(i,[i.map.key],b),O=e(S,T);y.push(O)}var M=Fa.mergeOptions(n,{uri:i.map.resolvedUri,responseType:"arraybuffer",headers:is(i.map)}),E=fc({segment:i,finishProcessingFn:b}),A=e(M,E);y.push(A)}var P=Fa.mergeOptions(n,{uri:i.part&&i.part.resolvedUri||i.resolvedUri,responseType:"arraybuffer",headers:is(i)}),L=dc({segment:i,finishProcessingFn:b,responseType:P.responseType}),I=e(P,L);I.addEventListener("progress",_c({segment:i,progressFn:o,trackInfoFn:s,timingInfoFn:c,videoSegmentTimingInfoFn:l,audioSegmentTimingInfoFn:u,id3Fn:h,captionsFn:f,isEndOfTimeline:d,endedTimelineFn:p,dataFn:v})),y.push(I);var j={};return y.forEach((function(t){t.addEventListener("loadend",bc({loadendState:j,abortFn:a}))})),function(){return oc(y)}},wc=qa("CodecUtils"),kc=function(t){var e=t.attributes||{};if(e.CODECS)return Object(M["h"])(e.CODECS)},Cc=function(t,e){var n=e.attributes||{};return t&&t.mediaGroups&&t.mediaGroups.AUDIO&&n.AUDIO&&t.mediaGroups.AUDIO[n.AUDIO]},Sc=function(t,e){if(!Cc(t,e))return!0;var n=e.attributes||{},r=t.mediaGroups.AUDIO[n.AUDIO];for(var i in r)if(!r[i].uri&&!r[i].playlists)return!0;return!1},Tc=function(t){var e={};return t.forEach((function(t){var n=t.mediaType,r=t.type,i=t.details;e[n]=e[n]||[],e[n].push(Object(M["i"])(""+r+i))})),Object.keys(e).forEach((function(t){if(e[t].length>1)return wc("multiple "+t+" codecs found as attributes: "+e[t].join(", ")+". Setting playlist codecs to null so that we wait for mux.js to probe segments for real codecs."),void(e[t]=null);e[t]=e[t][0]})),e},Oc=function(t){var e=0;return t.audio&&e++,t.video&&e++,e},Mc=function(t,e){var n=e.attributes||{},r=Tc(kc(e)||[]);if(Cc(t,e)&&!r.audio&&!Sc(t,e)){var i=Tc(Object(M["d"])(t,n.AUDIO)||[]);i.audio&&(r.audio=i.audio)}return r},Ec=qa("PlaylistSelector"),Ac=function(t){if(t&&t.playlist){var e=t.playlist;return JSON.stringify({id:e.id,bandwidth:t.bandwidth,width:t.width,height:t.height,codecs:e.attributes&&e.attributes.CODECS||""})}},Pc=function(t,e){if(!t)return"";var n=a.a.getComputedStyle(t);return n?n[e]:""},Lc=function(t,e){var n=t.slice();t.sort((function(t,r){var i=e(t,r);return 0===i?n.indexOf(t)-n.indexOf(r):i}))},Ic=function(t,e){var n,r;return t.attributes.BANDWIDTH&&(n=t.attributes.BANDWIDTH),n=n||a.a.Number.MAX_VALUE,e.attributes.BANDWIDTH&&(r=e.attributes.BANDWIDTH),r=r||a.a.Number.MAX_VALUE,n-r},jc=function(t,e){var n,r;return t.attributes.RESOLUTION&&t.attributes.RESOLUTION.width&&(n=t.attributes.RESOLUTION.width),n=n||a.a.Number.MAX_VALUE,e.attributes.RESOLUTION&&e.attributes.RESOLUTION.width&&(r=e.attributes.RESOLUTION.width),r=r||a.a.Number.MAX_VALUE,n===r&&t.attributes.BANDWIDTH&&e.attributes.BANDWIDTH?t.attributes.BANDWIDTH-e.attributes.BANDWIDTH:n-r},zc=function(t,e,n,r,i,o){if(t){var s={bandwidth:e,width:n,height:r,limitRenditionByPlayerDimensions:i},c=t.playlists;Po.isAudioOnly(t)&&(c=o.getAudioTrackPlaylists_(),s.audioOnly=!0);var l=c.map((function(t){var e,n=t.attributes&&t.attributes.RESOLUTION&&t.attributes.RESOLUTION.width,r=t.attributes&&t.attributes.RESOLUTION&&t.attributes.RESOLUTION.height;return e=t.attributes&&t.attributes.BANDWIDTH,e=e||a.a.Number.MAX_VALUE,{bandwidth:e,width:n,height:r,playlist:t}}));Lc(l,(function(t,e){return t.bandwidth-e.bandwidth})),l=l.filter((function(t){return!Po.isIncompatible(t.playlist)}));var u=l.filter((function(t){return Po.isEnabled(t.playlist)}));u.length||(u=l.filter((function(t){return!Po.isDisabled(t.playlist)})));var h=u.filter((function(t){return t.bandwidth*Ns.BANDWIDTH_VARIANCE<e})),f=h[h.length-1],d=h.filter((function(t){return t.bandwidth===f.bandwidth}))[0];if(!1===i){var p=d||u[0]||l[0];if(p&&p.playlist){var v="sortedPlaylistReps";return d&&(v="bandwidthBestRep"),u[0]&&(v="enabledPlaylistReps"),Ec("choosing "+Ac(p)+" using "+v+" with options",s),p.playlist}return Ec("could not choose a playlist with options",s),null}var g=h.filter((function(t){return t.width&&t.height}));Lc(g,(function(t,e){return t.width-e.width}));var m=g.filter((function(t){return t.width===n&&t.height===r}));f=m[m.length-1];var y,b,_,x,w=m.filter((function(t){return t.bandwidth===f.bandwidth}))[0];if(w||(y=g.filter((function(t){return t.width>n||t.height>r})),b=y.filter((function(t){return t.width===y[0].width&&t.height===y[0].height})),f=b[b.length-1],_=b.filter((function(t){return t.bandwidth===f.bandwidth}))[0]),o.experimentalLeastPixelDiffSelector){var k=g.map((function(t){return t.pixelDiff=Math.abs(t.width-n)+Math.abs(t.height-r),t}));Lc(k,(function(t,e){return t.pixelDiff===e.pixelDiff?e.bandwidth-t.bandwidth:t.pixelDiff-e.pixelDiff})),x=k[0]}var C=x||_||w||d||u[0]||l[0];if(C&&C.playlist){var S="sortedPlaylistReps";return x?S="leastPixelDiffRep":_?S="resolutionPlusOneRep":w?S="resolutionBestRep":d?S="bandwidthBestRep":u[0]&&(S="enabledPlaylistReps"),Ec("choosing "+Ac(C)+" using "+S+" with options",s),C.playlist}return Ec("could not choose a playlist with options",s),null}},Dc=function(){var t=this.useDevicePixelRatio&&a.a.devicePixelRatio||1;return zc(this.playlists.master,this.systemBandwidth,parseInt(Pc(this.tech_.el(),"width"),10)*t,parseInt(Pc(this.tech_.el(),"height"),10)*t,this.limitRenditionByPlayerDimensions,this.masterPlaylistController_)},Nc=function(t){var e=-1,n=-1;if(t<0||t>1)throw new Error("Moving average bandwidth decay must be between 0 and 1.");return function(){var r=this.useDevicePixelRatio&&a.a.devicePixelRatio||1;return e<0&&(e=this.systemBandwidth,n=this.systemBandwidth),this.systemBandwidth>0&&this.systemBandwidth!==n&&(e=t*this.systemBandwidth+(1-t)*e,n=this.systemBandwidth),zc(this.playlists.master,e,parseInt(Pc(this.tech_.el(),"width"),10)*r,parseInt(Pc(this.tech_.el(),"height"),10)*r,this.limitRenditionByPlayerDimensions,this.masterPlaylistController_)}},Rc=function(t){var e=t.master,n=t.currentTime,r=t.bandwidth,i=t.duration,a=t.segmentDuration,o=t.timeUntilRebuffer,s=t.currentTimeline,c=t.syncController,l=e.playlists.filter((function(t){return!Po.isIncompatible(t)})),u=l.filter(Po.isEnabled);u.length||(u=l.filter((function(t){return!Po.isDisabled(t)})));var h=u.filter(Po.hasAttribute.bind(null,"BANDWIDTH")),f=h.map((function(t){var e=c.getSyncPoint(t,i,s,n),l=e?1:2,u=Po.estimateSegmentRequestTime(a,r,t),h=u*l-o;return{playlist:t,rebufferingImpact:h}})),d=f.filter((function(t){return t.rebufferingImpact<=0}));return Lc(d,(function(t,e){return Ic(e.playlist,t.playlist)})),d.length?d[0]:(Lc(f,(function(t,e){return t.rebufferingImpact-e.rebufferingImpact})),f[0]||null)},Vc=function(){var t=this,e=this.playlists.master.playlists.filter(Po.isEnabled);Lc(e,(function(t,e){return Ic(t,e)}));var n=e.filter((function(e){return!!Mc(t.playlists.master,e).video}));return n[0]||null},Fc=function(t){var e,n=0;return t.bytes&&(e=new Uint8Array(t.bytes),t.segments.forEach((function(t){e.set(t,n),n+=t.byteLength}))),e},Hc=function(t,e,n){if(!t[n]){e.trigger({type:"usage",name:"vhs-608"}),e.trigger({type:"usage",name:"hls-608"});var r=n;/^cc708_/.test(n)&&(r="SERVICE"+n.split("_")[1]);var i=e.textTracks().getTrackById(r);if(i)t[n]=i;else{var a=e.options_.vhs&&e.options_.vhs.captionServices||{},o=n,s=n,c=!1,l=a[r];l&&(o=l.label,s=l.language,c=l["default"]),t[n]=e.addRemoteTextTrack({kind:"captions",id:r,default:c,label:o,language:s},!1).track}}},Bc=function(t){var e=t.inbandTextTracks,n=t.captionArray,r=t.timestampOffset;if(n){var i=a.a.WebKitDataCue||a.a.VTTCue;n.forEach((function(t){var n=t.stream;e[n].addCue(new i(t.startTime+r,t.endTime+r,t.text))}))}},Uc=function(t){Object.defineProperties(t.frame,{id:{get:function(){return Fa.log.warn("cue.frame.id is deprecated. Use cue.value.key instead."),t.value.key}},value:{get:function(){return Fa.log.warn("cue.frame.value is deprecated. Use cue.value.data instead."),t.value.data}},privateData:{get:function(){return Fa.log.warn("cue.frame.privateData is deprecated. Use cue.value.data instead."),t.value.data}}})},$c=function(t){var e=t.inbandTextTracks,n=t.metadataArray,r=t.timestampOffset,i=t.videoDuration;if(n){var o=a.a.WebKitDataCue||a.a.VTTCue,s=e.metadataTrack_;if(s&&(n.forEach((function(t){var e=t.cueTime+r;!("number"!==typeof e||a.a.isNaN(e)||e<0)&&e<1/0&&t.frames.forEach((function(t){var n=new o(e,e,t.value||t.url||t.data||"");n.frame=t,n.value=t,Uc(n),s.addCue(n)}))})),s.cues&&s.cues.length)){for(var c=s.cues,l=[],u=0;u<c.length;u++)c[u]&&l.push(c[u]);var h=l.reduce((function(t,e){var n=t[e.startTime]||[];return n.push(e),t[e.startTime]=n,t}),{}),f=Object.keys(h).sort((function(t,e){return Number(t)-Number(e)}));f.forEach((function(t,e){var n=h[t],r=Number(f[e+1])||i;n.forEach((function(t){t.endTime=r}))}))}}},qc=function(t,e,n){t.metadataTrack_||(t.metadataTrack_=n.addRemoteTextTrack({kind:"metadata",label:"Timed Metadata"},!1).track,t.metadataTrack_.inBandMetadataTrackDispatchType=e)},Wc=function(t,e,n){var r,i;if(n&&n.cues){r=n.cues.length;while(r--)i=n.cues[r],i.startTime>=t&&i.endTime<=e&&n.removeCue(i)}},Yc=function(t){var e=t.cues;if(e)for(var n=0;n<e.length;n++){for(var r=[],i=0,a=0;a<e.length;a++)e[n].startTime===e[a].startTime&&e[n].endTime===e[a].endTime&&e[n].text===e[a].text&&(i++,i>1&&r.push(e[a]));r.length&&r.forEach((function(e){return t.removeCue(e)}))}},Kc=function(t,e,n){if("undefined"===typeof e||null===e||!t.length)return[];var r,i=Math.ceil((e-n+3)*D["ONE_SECOND_IN_TS"]);for(r=0;r<t.length;r++)if(t[r].pts>i)break;return t.slice(r)},Xc=function(t,e,n){if(!e.length)return t;if(n)return e.slice();var r=e[0].pts,i=0;for(i;i<t.length;i++)if(t[i].pts>=r)break;return t.slice(0,i).concat(e)},Gc=function(t,e,n,r){var i=Math.ceil((e-r)*D["ONE_SECOND_IN_TS"]),a=Math.ceil((n-r)*D["ONE_SECOND_IN_TS"]),o=t.slice(),s=t.length;while(s--)if(t[s].pts<=a)break;if(-1===s)return o;var c=s+1;while(c--)if(t[c].pts<=i)break;return c=Math.max(c,0),o.splice(c,s-c+1),o},Zc=function(t,e){if(!t&&!e||!t&&e||t&&!e)return!1;if(t===e)return!0;var n=Object.keys(t).sort(),r=Object.keys(e).sort();if(n.length!==r.length)return!1;for(var i=0;i<n.length;i++){var a=n[i];if(a!==r[i])return!1;if(t[a]!==e[a])return!1}return!0},Qc=22,Jc=function(t,e,n){e=e||[];for(var r=[],i=0,a=0;a<e.length;a++){var o=e[a];if(t===o.timeline&&(r.push(a),i+=o.duration,i>n))return a}return 0===r.length?0:r[r.length-1]},tl=1,el=500,nl=function(t){return"number"===typeof t&&isFinite(t)},rl=1/60,il=function(t,e,n){return"main"===t&&e&&n?n.hasAudio||n.hasVideo?e.hasVideo&&!n.hasVideo?"Only audio found in segment when we expected video. We can't switch to audio only from a stream that had video. To get rid of this message, please add codec information to the manifest.":!e.hasVideo&&n.hasVideo?"Video found in segment when we expected only audio. We can't switch to a stream with video from an audio only stream. To get rid of this message, please add codec information to the manifest.":null:"Neither audio nor video found in segment.":null},al=function(t,e,n){var r=e-Ns.BACK_BUFFER_LENGTH;t.length&&(r=Math.max(r,t.start(0)));var i=e-n;return Math.min(i,r)},ol=function(t){var e=t.startOfSegment,n=t.duration,r=t.segment,i=t.part,a=t.playlist,o=a.mediaSequence,s=a.id,c=a.segments,l=void 0===c?[]:c,u=t.mediaIndex,h=t.partIndex,f=t.timeline,d=l.length-1,p="mediaIndex/partIndex increment";t.getMediaInfoForTime?p="getMediaInfoForTime ("+t.getMediaInfoForTime+")":t.isSyncRequest&&(p="getSyncSegmentCandidate (isSyncRequest)"),t.independent&&(p+=" with independent "+t.independent);var v="number"===typeof h,g=t.segment.uri?"segment":"pre-segment",m=v?lo({preloadSegment:r})-1:0;return g+" ["+(o+u)+"/"+(o+d)+"]"+(v?" part ["+h+"/"+m+"]":"")+" segment start/end ["+r.start+" => "+r.end+"]"+(v?" part start/end ["+i.start+" => "+i.end+"]":"")+" startOfSegment ["+e+"] duration ["+n+"] timeline ["+f+"] selected by ["+p+"] playlist ["+s+"]"},sl=function(t){return t+"TimingInfo"},cl=function(t){var e=t.segmentTimeline,n=t.currentTimeline,r=t.startOfSegment,i=t.buffered,a=t.overrideCheck;return a||e!==n?e<n?r:i.length?i.end(i.length-1):r:null},ll=function(t){var e=t.timelineChangeController,n=t.currentTimeline,r=t.segmentTimeline,i=t.loaderType,a=t.audioDisabled;if(n===r)return!1;if("audio"===i){var o=e.lastTimelineChange({type:"main"});return!o||o.to!==r}if("main"===i&&a){var s=e.pendingTimelineChange({type:"audio"});return!s||s.to!==r}return!1},ul=function(t){var e=0;return["video","audio"].forEach((function(n){var r=t[n+"TimingInfo"];if(r){var i,o=r.start,s=r.end;"bigint"===typeof o||"bigint"===typeof s?i=a.a.BigInt(s)-a.a.BigInt(o):"number"===typeof o&&"number"===typeof s&&(i=s-o),"undefined"!==typeof i&&i>e&&(e=i)}})),"bigint"===typeof e&&e<Number.MAX_SAFE_INTEGER&&(e=Number(e)),e},hl=function(t){var e=t.segmentDuration,n=t.maxDuration;return!!e&&Math.round(e)>n+Wa},fl=function(t,e){if("hls"!==e)return null;var n=ul({audioTimingInfo:t.audioTimingInfo,videoTimingInfo:t.videoTimingInfo});if(!n)return null;var r=t.playlist.targetDuration,i=hl({segmentDuration:n,maxDuration:2*r}),a=hl({segmentDuration:n,maxDuration:r}),o="Segment with index "+t.mediaIndex+" from playlist "+t.playlist.id+" has a duration of "+n+" when the reported duration is "+t.duration+" and the target duration is "+r+". For HLS content, a duration in excess of the target duration may result in playback issues. See the HLS specification section on EXT-X-TARGETDURATION for more details: https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.3.1";return i||a?{severity:i?"warn":"info",message:o}:null},dl=function(t){function e(e,n){var r;if(r=t.call(this)||this,!e)throw new TypeError("Initialization settings are required");if("function"!==typeof e.currentTime)throw new TypeError("No currentTime getter specified");if(!e.mediaSource)throw new TypeError("No MediaSource specified");return r.bandwidth=e.bandwidth,r.throughput={rate:0,count:0},r.roundTrip=NaN,r.resetStats_(),r.mediaIndex=null,r.partIndex=null,r.hasPlayed_=e.hasPlayed,r.currentTime_=e.currentTime,r.seekable_=e.seekable,r.seeking_=e.seeking,r.duration_=e.duration,r.mediaSource_=e.mediaSource,r.vhs_=e.vhs,r.loaderType_=e.loaderType,r.currentMediaInfo_=void 0,r.startingMediaInfo_=void 0,r.segmentMetadataTrack_=e.segmentMetadataTrack,r.goalBufferLength_=e.goalBufferLength,r.sourceType_=e.sourceType,r.sourceUpdater_=e.sourceUpdater,r.inbandTextTracks_=e.inbandTextTracks,r.state_="INIT",r.timelineChangeController_=e.timelineChangeController,r.shouldSaveSegmentTimingInfo_=!0,r.parse708captions_=e.parse708captions,r.useDtsForTimestampOffset_=e.useDtsForTimestampOffset,r.captionServices_=e.captionServices,r.experimentalExactManifestTimings=e.experimentalExactManifestTimings,r.checkBufferTimeout_=null,r.error_=void 0,r.currentTimeline_=-1,r.pendingSegment_=null,r.xhrOptions_=null,r.pendingSegments_=[],r.audioDisabled_=!1,r.isPendingTimestampOffset_=!1,r.gopBuffer_=[],r.timeMapping_=0,r.safeAppend_=Fa.browser.IE_VERSION>=11,r.appendInitSegment_={audio:!0,video:!0},r.playlistOfLastInitSegment_={audio:null,video:null},r.callQueue_=[],r.loadQueue_=[],r.metadataQueue_={id3:[],caption:[]},r.waitingOnRemove_=!1,r.quotaExceededErrorRetryTimeout_=null,r.activeInitSegmentId_=null,r.initSegments_={},r.cacheEncryptionKeys_=e.cacheEncryptionKeys,r.keyCache_={},r.decrypter_=e.decrypter,r.syncController_=e.syncController,r.syncPoint_={segmentIndex:0,time:0},r.transmuxer_=r.createTransmuxer_(),r.triggerSyncInfoUpdate_=function(){return r.trigger("syncinfoupdate")},r.syncController_.on("syncinfoupdate",r.triggerSyncInfoUpdate_),r.mediaSource_.addEventListener("sourceopen",(function(){r.isEndOfStream_()||(r.ended_=!1)})),r.fetchAtBuffer_=!1,r.logger_=qa("SegmentLoader["+r.loaderType_+"]"),Object.defineProperty(d()(r),"state",{get:function(){return this.state_},set:function(t){t!==this.state_&&(this.logger_(this.state_+" -> "+t),this.state_=t,this.trigger("statechange"))}}),r.sourceUpdater_.on("ready",(function(){r.hasEnoughInfoToAppend_()&&r.processCallQueue_()})),"main"===r.loaderType_&&r.timelineChangeController_.on("pendingtimelinechange",(function(){r.hasEnoughInfoToAppend_()&&r.processCallQueue_()})),"audio"===r.loaderType_&&r.timelineChangeController_.on("timelinechange",(function(){r.hasEnoughInfoToLoad_()&&r.processLoadQueue_(),r.hasEnoughInfoToAppend_()&&r.processCallQueue_()})),r}v()(e,t);var n=e.prototype;return n.createTransmuxer_=function(){return rc.createTransmuxer({remux:!1,alignGopsAtEnd:this.safeAppend_,keepOriginalTimestamps:!0,parse708captions:this.parse708captions_,captionServices:this.captionServices_})},n.resetStats_=function(){this.mediaBytesTransferred=0,this.mediaRequests=0,this.mediaRequestsAborted=0,this.mediaRequestsTimedout=0,this.mediaRequestsErrored=0,this.mediaTransferDuration=0,this.mediaSecondsLoaded=0,this.mediaAppends=0},n.dispose=function(){this.trigger("dispose"),this.state="DISPOSED",this.pause(),this.abort_(),this.transmuxer_&&this.transmuxer_.terminate(),this.resetStats_(),this.checkBufferTimeout_&&a.a.clearTimeout(this.checkBufferTimeout_),this.syncController_&&this.triggerSyncInfoUpdate_&&this.syncController_.off("syncinfoupdate",this.triggerSyncInfoUpdate_),this.off()},n.setAudio=function(t){this.audioDisabled_=!t,t?this.appendInitSegment_.audio=!0:this.sourceUpdater_.removeAudio(0,this.duration_())},n.abort=function(){"WAITING"===this.state?(this.abort_(),this.state="READY",this.paused()||this.monitorBuffer_()):this.pendingSegment_&&(this.pendingSegment_=null)},n.abort_=function(){this.pendingSegment_&&this.pendingSegment_.abortRequests&&this.pendingSegment_.abortRequests(),this.pendingSegment_=null,this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.timelineChangeController_.clearPendingTimelineChange(this.loaderType_),this.waitingOnRemove_=!1,a.a.clearTimeout(this.quotaExceededErrorRetryTimeout_),this.quotaExceededErrorRetryTimeout_=null},n.checkForAbort_=function(t){return"APPENDING"!==this.state||this.pendingSegment_?!this.pendingSegment_||this.pendingSegment_.requestId!==t:(this.state="READY",!0)},n.error=function(t){return"undefined"!==typeof t&&(this.logger_("error occurred:",t),this.error_=t),this.pendingSegment_=null,this.error_},n.endOfStream=function(){this.ended_=!0,this.transmuxer_&&rc.reset(this.transmuxer_),this.gopBuffer_.length=0,this.pause(),this.trigger("ended")},n.buffered_=function(){var t=this.getMediaInfo_();if(!this.sourceUpdater_||!t)return Fa.createTimeRanges();if("main"===this.loaderType_){var e=t.hasAudio,n=t.hasVideo,r=t.isMuxed;if(n&&e&&!this.audioDisabled_&&!r)return this.sourceUpdater_.buffered();if(n)return this.sourceUpdater_.videoBuffered()}return this.sourceUpdater_.audioBuffered()},n.initSegmentForMap=function(t,e){if(void 0===e&&(e=!1),!t)return null;var n=ls(t),r=this.initSegments_[n];return e&&!r&&t.bytes&&(this.initSegments_[n]=r={resolvedUri:t.resolvedUri,byterange:t.byterange,bytes:t.bytes,tracks:t.tracks,timescales:t.timescales}),r||t},n.segmentKey=function(t,e){if(void 0===e&&(e=!1),!t)return null;var n=us(t),r=this.keyCache_[n];this.cacheEncryptionKeys_&&e&&!r&&t.bytes&&(this.keyCache_[n]=r={resolvedUri:t.resolvedUri,bytes:t.bytes});var i={resolvedUri:(r||t).resolvedUri};return r&&(i.bytes=r.bytes),i},n.couldBeginLoading_=function(){return this.playlist_&&!this.paused()},n.load=function(){if(this.monitorBuffer_(),this.playlist_)return"INIT"===this.state&&this.couldBeginLoading_()?this.init_():void(!this.couldBeginLoading_()||"READY"!==this.state&&"INIT"!==this.state||(this.state="READY"))},n.init_=function(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()},n.playlist=function(t,e){if(void 0===e&&(e={}),t){var n=this.playlist_,r=this.pendingSegment_;this.playlist_=t,this.xhrOptions_=e,"INIT"===this.state&&(t.syncInfo={mediaSequence:t.mediaSequence,time:0},"main"===this.loaderType_&&this.syncController_.setDateTimeMappingForStart(t));var i=null;if(n&&(n.id?i=n.id:n.uri&&(i=n.uri)),this.logger_("playlist update ["+i+" => "+(t.id||t.uri)+"]"),this.trigger("syncinfoupdate"),"INIT"===this.state&&this.couldBeginLoading_())return this.init_();if(!n||n.uri!==t.uri)return null!==this.mediaIndex&&(t.endList?this.resyncLoader():this.resetLoader()),this.currentMediaInfo_=void 0,void this.trigger("playlistupdate");var a=t.mediaSequence-n.mediaSequence;if(this.logger_("live window shift ["+a+"]"),null!==this.mediaIndex)if(this.mediaIndex-=a,this.mediaIndex<0)this.mediaIndex=null,this.partIndex=null;else{var o=this.playlist_.segments[this.mediaIndex];if(this.partIndex&&(!o.parts||!o.parts.length||!o.parts[this.partIndex])){var s=this.mediaIndex;this.logger_("currently processing part (index "+this.partIndex+") no longer exists."),this.resetLoader(),this.mediaIndex=s}}r&&(r.mediaIndex-=a,r.mediaIndex<0?(r.mediaIndex=null,r.partIndex=null):(r.mediaIndex>=0&&(r.segment=t.segments[r.mediaIndex]),r.partIndex>=0&&r.segment.parts&&(r.part=r.segment.parts[r.partIndex]))),this.syncController_.saveExpiredSegmentInfo(n,t)}},n.pause=function(){this.checkBufferTimeout_&&(a.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=null)},n.paused=function(){return null===this.checkBufferTimeout_},n.resetEverything=function(t){this.ended_=!1,this.activeInitSegmentId_=null,this.appendInitSegment_={audio:!0,video:!0},this.resetLoader(),this.remove(0,1/0,t),this.transmuxer_&&(this.transmuxer_.postMessage({action:"clearAllMp4Captions"}),this.transmuxer_.postMessage({action:"reset"}))},n.resetLoader=function(){this.fetchAtBuffer_=!1,this.resyncLoader()},n.resyncLoader=function(){this.transmuxer_&&rc.reset(this.transmuxer_),this.mediaIndex=null,this.partIndex=null,this.syncPoint_=null,this.isPendingTimestampOffset_=!1,this.callQueue_=[],this.loadQueue_=[],this.metadataQueue_.id3=[],this.metadataQueue_.caption=[],this.abort(),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})},n.remove=function(t,e,n,r){if(void 0===n&&(n=function(){}),void 0===r&&(r=!1),e===1/0&&(e=this.duration_()),e<=t)this.logger_("skipping remove because end ${end} is <= start ${start}");else if(this.sourceUpdater_&&this.getMediaInfo_()){var i=1,a=function(){i--,0===i&&n()};for(var o in!r&&this.audioDisabled_||(i++,this.sourceUpdater_.removeAudio(t,e,a)),(r||"main"===this.loaderType_)&&(this.gopBuffer_=Gc(this.gopBuffer_,t,e,this.timeMapping_),i++,this.sourceUpdater_.removeVideo(t,e,a)),this.inbandTextTracks_)Wc(t,e,this.inbandTextTracks_[o]);Wc(t,e,this.segmentMetadataTrack_),a()}else this.logger_("skipping remove because no source updater or starting media info")},n.monitorBuffer_=function(){this.checkBufferTimeout_&&a.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=a.a.setTimeout(this.monitorBufferTick_.bind(this),1)},n.monitorBufferTick_=function(){"READY"===this.state&&this.fillBuffer_(),this.checkBufferTimeout_&&a.a.clearTimeout(this.checkBufferTimeout_),this.checkBufferTimeout_=a.a.setTimeout(this.monitorBufferTick_.bind(this),el)},n.fillBuffer_=function(){if(!this.sourceUpdater_.updating()){var t=this.chooseNextRequest_();t&&("number"===typeof t.timestampOffset&&(this.isPendingTimestampOffset_=!1,this.timelineChangeController_.pendingTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:t.timeline})),this.loadSegment_(t))}},n.isEndOfStream_=function(t,e,n){if(void 0===t&&(t=this.mediaIndex),void 0===e&&(e=this.playlist_),void 0===n&&(n=this.partIndex),!e||!this.mediaSource_)return!1;var r="number"===typeof t&&e.segments[t],i=t+1===e.segments.length,a=!r||!r.parts||n+1===r.parts.length;return e.endList&&"open"===this.mediaSource_.readyState&&i&&a},n.chooseNextRequest_=function(){var t=this.buffered_(),e=ro(t)||0,n=io(t,this.currentTime_()),r=!this.hasPlayed_()&&n>=1,i=n>=this.goalBufferLength_(),a=this.playlist_.segments;if(!a.length||r||i)return null;this.syncPoint_=this.syncPoint_||this.syncController_.getSyncPoint(this.playlist_,this.duration_(),this.currentTimeline_,this.currentTime_());var o={partIndex:null,mediaIndex:null,startOfSegment:null,playlist:this.playlist_,isSyncRequest:Boolean(!this.syncPoint_)};if(o.isSyncRequest)o.mediaIndex=Jc(this.currentTimeline_,a,e);else if(null!==this.mediaIndex){var s=a[this.mediaIndex],c="number"===typeof this.partIndex?this.partIndex:-1;o.startOfSegment=s.end?s.end:e,s.parts&&s.parts[c+1]?(o.mediaIndex=this.mediaIndex,o.partIndex=c+1):o.mediaIndex=this.mediaIndex+1}else{var l=Po.getMediaInfoForTime({experimentalExactManifestTimings:this.experimentalExactManifestTimings,playlist:this.playlist_,currentTime:this.fetchAtBuffer_?e:this.currentTime_(),startingPartIndex:this.syncPoint_.partIndex,startingSegmentIndex:this.syncPoint_.segmentIndex,startTime:this.syncPoint_.time}),u=l.segmentIndex,h=l.startTime,f=l.partIndex;o.getMediaInfoForTime=this.fetchAtBuffer_?"bufferedEnd "+e:"currentTime "+this.currentTime_(),o.mediaIndex=u,o.startOfSegment=h,o.partIndex=f}var d=a[o.mediaIndex],p=d&&"number"===typeof o.partIndex&&d.parts&&d.parts[o.partIndex];if(!d||"number"===typeof o.partIndex&&!p)return null;if("number"!==typeof o.partIndex&&d.parts&&(o.partIndex=0,p=d.parts[0]),!n&&p&&!p.independent)if(0===o.partIndex){var v=a[o.mediaIndex-1],g=v.parts&&v.parts.length&&v.parts[v.parts.length-1];g&&g.independent&&(o.mediaIndex-=1,o.partIndex=v.parts.length-1,o.independent="previous segment")}else d.parts[o.partIndex-1].independent&&(o.partIndex-=1,o.independent="previous part");var m=this.mediaSource_&&"ended"===this.mediaSource_.readyState;return o.mediaIndex>=a.length-1&&m&&!this.seeking_()?null:this.generateSegmentInfo_(o)},n.generateSegmentInfo_=function(t){var e=t.independent,n=t.playlist,r=t.mediaIndex,i=t.startOfSegment,a=t.isSyncRequest,o=t.partIndex,s=t.forceTimestampOffset,c=t.getMediaInfoForTime,l=n.segments[r],u="number"===typeof o&&l.parts[o],h={requestId:"segment-loader-"+Math.random(),uri:u&&u.resolvedUri||l.resolvedUri,mediaIndex:r,partIndex:u?o:null,isSyncRequest:a,startOfSegment:i,playlist:n,bytes:null,encryptedBytes:null,timestampOffset:null,timeline:l.timeline,duration:u&&u.duration||l.duration,segment:l,part:u,byteLength:0,transmuxer:this.transmuxer_,getMediaInfoForTime:c,independent:e},f="undefined"!==typeof s?s:this.isPendingTimestampOffset_;h.timestampOffset=this.timestampOffsetForSegment_({segmentTimeline:l.timeline,currentTimeline:this.currentTimeline_,startOfSegment:i,buffered:this.buffered_(),overrideCheck:f});var d=ro(this.sourceUpdater_.audioBuffered());return"number"===typeof d&&(h.audioAppendStart=d-this.sourceUpdater_.audioTimestampOffset()),this.sourceUpdater_.videoBuffered().length&&(h.gopsToAlignWith=Kc(this.gopBuffer_,this.currentTime_()-this.sourceUpdater_.videoTimestampOffset(),this.timeMapping_)),h},n.timestampOffsetForSegment_=function(t){return cl(t)},n.earlyAbortWhenNeeded_=function(t){if(!this.vhs_.tech_.paused()&&this.xhrOptions_.timeout&&this.playlist_.attributes.BANDWIDTH&&!(Date.now()-(t.firstBytesReceivedAt||Date.now())<1e3)){var e=this.currentTime_(),n=t.bandwidth,r=this.pendingSegment_.duration,i=Po.estimateSegmentRequestTime(r,n,this.playlist_,t.bytesReceived),a=to(this.buffered_(),e,this.vhs_.tech_.playbackRate())-1;if(!(i<=a)){var o=Rc({master:this.vhs_.playlists.master,currentTime:e,bandwidth:n,duration:this.duration_(),segmentDuration:r,timeUntilRebuffer:a,currentTimeline:this.currentTimeline_,syncController:this.syncController_});if(o){var s=i-a,c=s-o.rebufferingImpact,l=.5;a<=Wa&&(l=1),!o.playlist||o.playlist.uri===this.playlist_.uri||c<l||(this.bandwidth=o.playlist.attributes.BANDWIDTH*Ns.BANDWIDTH_VARIANCE+1,this.trigger("earlyabort"))}}}},n.handleAbort_=function(t){this.logger_("Aborting "+ol(t)),this.mediaRequestsAborted+=1},n.handleProgress_=function(t,e){this.earlyAbortWhenNeeded_(e.stats),this.checkForAbort_(e.requestId)||this.trigger("progress")},n.handleTrackInfo_=function(t,e){this.earlyAbortWhenNeeded_(t.stats),this.checkForAbort_(t.requestId)||this.checkForIllegalMediaSwitch(e)||(e=e||{},Zc(this.currentMediaInfo_,e)||(this.appendInitSegment_={audio:!0,video:!0},this.startingMediaInfo_=e,this.currentMediaInfo_=e,this.logger_("trackinfo update",e),this.trigger("trackinfo")),this.checkForAbort_(t.requestId)||(this.pendingSegment_.trackInfo=e,this.hasEnoughInfoToAppend_()&&this.processCallQueue_()))},n.handleTimingInfo_=function(t,e,n,r){if(this.earlyAbortWhenNeeded_(t.stats),!this.checkForAbort_(t.requestId)){var i=this.pendingSegment_,a=sl(e);i[a]=i[a]||{},i[a][n]=r,this.logger_("timinginfo: "+e+" - "+n+" - "+r),this.hasEnoughInfoToAppend_()&&this.processCallQueue_()}},n.handleCaptions_=function(t,e){var n=this;if(this.earlyAbortWhenNeeded_(t.stats),!this.checkForAbort_(t.requestId))if(0!==e.length){var r=this.pendingSegment_;if(r.hasAppendedData_){var i=null===this.sourceUpdater_.videoTimestampOffset()?this.sourceUpdater_.audioTimestampOffset():this.sourceUpdater_.videoTimestampOffset(),a={};e.forEach((function(t){a[t.stream]=a[t.stream]||{startTime:1/0,captions:[],endTime:0};var e=a[t.stream];e.startTime=Math.min(e.startTime,t.startTime+i),e.endTime=Math.max(e.endTime,t.endTime+i),e.captions.push(t)})),Object.keys(a).forEach((function(t){var e=a[t],r=e.startTime,o=e.endTime,s=e.captions,c=n.inbandTextTracks_;n.logger_("adding cues from "+r+" -> "+o+" for "+t),Hc(c,n.vhs_.tech_,t),Wc(r,o,c[t]),Bc({captionArray:s,inbandTextTracks:c,timestampOffset:i})})),this.transmuxer_&&this.transmuxer_.postMessage({action:"clearParsedMp4Captions"})}else this.metadataQueue_.caption.push(this.handleCaptions_.bind(this,t,e))}else this.logger_("SegmentLoader received no captions from a caption event")},n.handleId3_=function(t,e,n){if(this.earlyAbortWhenNeeded_(t.stats),!this.checkForAbort_(t.requestId)){var r=this.pendingSegment_;if(r.hasAppendedData_){var i=null===this.sourceUpdater_.videoTimestampOffset()?this.sourceUpdater_.audioTimestampOffset():this.sourceUpdater_.videoTimestampOffset();qc(this.inbandTextTracks_,n,this.vhs_.tech_),$c({inbandTextTracks:this.inbandTextTracks_,metadataArray:e,timestampOffset:i,videoDuration:this.duration_()})}else this.metadataQueue_.id3.push(this.handleId3_.bind(this,t,e,n))}},n.processMetadataQueue_=function(){this.metadataQueue_.id3.forEach((function(t){return t()})),this.metadataQueue_.caption.forEach((function(t){return t()})),this.metadataQueue_.id3=[],this.metadataQueue_.caption=[]},n.processCallQueue_=function(){var t=this.callQueue_;this.callQueue_=[],t.forEach((function(t){return t()}))},n.processLoadQueue_=function(){var t=this.loadQueue_;this.loadQueue_=[],t.forEach((function(t){return t()}))},n.hasEnoughInfoToLoad_=function(){if("audio"!==this.loaderType_)return!0;var t=this.pendingSegment_;return!!t&&(!this.getCurrentMediaInfo_()||!ll({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:t.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}))},n.getCurrentMediaInfo_=function(t){return void 0===t&&(t=this.pendingSegment_),t&&t.trackInfo||this.currentMediaInfo_},n.getMediaInfo_=function(t){return void 0===t&&(t=this.pendingSegment_),this.getCurrentMediaInfo_(t)||this.startingMediaInfo_},n.getPendingSegmentPlaylist=function(){return this.pendingSegment_?this.pendingSegment_.playlist:null},n.hasEnoughInfoToAppend_=function(){if(!this.sourceUpdater_.ready())return!1;if(this.waitingOnRemove_||this.quotaExceededErrorRetryTimeout_)return!1;var t=this.pendingSegment_,e=this.getCurrentMediaInfo_();if(!t||!e)return!1;var n=e.hasAudio,r=e.hasVideo,i=e.isMuxed;return!(r&&!t.videoTimingInfo)&&(!(n&&!this.audioDisabled_&&!i&&!t.audioTimingInfo)&&!ll({timelineChangeController:this.timelineChangeController_,currentTimeline:this.currentTimeline_,segmentTimeline:t.timeline,loaderType:this.loaderType_,audioDisabled:this.audioDisabled_}))},n.handleData_=function(t,e){if(this.earlyAbortWhenNeeded_(t.stats),!this.checkForAbort_(t.requestId))if(!this.callQueue_.length&&this.hasEnoughInfoToAppend_()){var n=this.pendingSegment_;if(this.setTimeMapping_(n.timeline),this.updateMediaSecondsLoaded_(n.part||n.segment),"closed"!==this.mediaSource_.readyState){if(t.map&&(t.map=this.initSegmentForMap(t.map,!0),n.segment.map=t.map),t.key&&this.segmentKey(t.key,!0),n.isFmp4=t.isFmp4,n.timingInfo=n.timingInfo||{},n.isFmp4)this.trigger("fmp4"),n.timingInfo.start=n[sl(e.type)].start;else{var r,i=this.getCurrentMediaInfo_(),a="main"===this.loaderType_&&i&&i.hasVideo;a&&(r=n.videoTimingInfo.start),n.timingInfo.start=this.trueSegmentStart_({currentStart:n.timingInfo.start,playlist:n.playlist,mediaIndex:n.mediaIndex,currentVideoTimestampOffset:this.sourceUpdater_.videoTimestampOffset(),useVideoTimingInfo:a,firstVideoFrameTimeForData:r,videoTimingInfo:n.videoTimingInfo,audioTimingInfo:n.audioTimingInfo})}if(this.updateAppendInitSegmentStatus(n,e.type),this.updateSourceBufferTimestampOffset_(n),n.isSyncRequest){this.updateTimingInfoEnd_(n),this.syncController_.saveSegmentTimingInfo({segmentInfo:n,shouldSaveTimelineMapping:"main"===this.loaderType_});var o=this.chooseNextRequest_();if(o.mediaIndex!==n.mediaIndex||o.partIndex!==n.partIndex)return void this.logger_("sync segment was incorrect, not appending");this.logger_("sync segment was correct, appending")}n.hasAppendedData_=!0,this.processMetadataQueue_(),this.appendData_(n,e)}}else this.callQueue_.push(this.handleData_.bind(this,t,e))},n.updateAppendInitSegmentStatus=function(t,e){"main"!==this.loaderType_||"number"!==typeof t.timestampOffset||t.changedTimestampOffset||(this.appendInitSegment_={audio:!0,video:!0}),this.playlistOfLastInitSegment_[e]!==t.playlist&&(this.appendInitSegment_[e]=!0)},n.getInitSegmentAndUpdateState_=function(t){var e=t.type,n=t.initSegment,r=t.map,i=t.playlist;if(r){var a=ls(r);if(this.activeInitSegmentId_===a)return null;n=this.initSegmentForMap(r,!0).bytes,this.activeInitSegmentId_=a}return n&&this.appendInitSegment_[e]?(this.playlistOfLastInitSegment_[e]=i,this.appendInitSegment_[e]=!1,this.activeInitSegmentId_=null,n):null},n.handleQuotaExceededError_=function(t,e){var n=this,r=t.segmentInfo,i=t.type,o=t.bytes,s=this.sourceUpdater_.audioBuffered(),c=this.sourceUpdater_.videoBuffered();s.length>1&&this.logger_("On QUOTA_EXCEEDED_ERR, found gaps in the audio buffer: "+eo(s).join(", ")),c.length>1&&this.logger_("On QUOTA_EXCEEDED_ERR, found gaps in the video buffer: "+eo(c).join(", "));var l=s.length?s.start(0):0,u=s.length?s.end(s.length-1):0,h=c.length?c.start(0):0,f=c.length?c.end(c.length-1):0;if(u-l<=tl&&f-h<=tl)return this.logger_("On QUOTA_EXCEEDED_ERR, single segment too large to append to buffer, triggering an error. Appended byte length: "+o.byteLength+", audio buffer: "+eo(s).join(", ")+", video buffer: "+eo(c).join(", ")+", "),this.error({message:"Quota exceeded error with append of a single segment of content",excludeUntil:1/0}),void this.trigger("error");this.waitingOnRemove_=!0,this.callQueue_.push(this.appendToSourceBuffer_.bind(this,{segmentInfo:r,type:i,bytes:o}));var d=this.currentTime_(),p=d-tl;this.logger_("On QUOTA_EXCEEDED_ERR, removing audio/video from 0 to "+p),this.remove(0,p,(function(){n.logger_("On QUOTA_EXCEEDED_ERR, retrying append in "+tl+"s"),n.waitingOnRemove_=!1,n.quotaExceededErrorRetryTimeout_=a.a.setTimeout((function(){n.logger_("On QUOTA_EXCEEDED_ERR, re-processing call queue"),n.quotaExceededErrorRetryTimeout_=null,n.processCallQueue_()}),1e3*tl)}),!0)},n.handleAppendError_=function(t,e){var n=t.segmentInfo,r=t.type,i=t.bytes;e&&(e.code!==Qc?(this.logger_("Received non QUOTA_EXCEEDED_ERR on append",e),this.error(r+" append of "+i.length+"b failed for segment #"+n.mediaIndex+" in playlist "+n.playlist.id),this.trigger("appenderror")):this.handleQuotaExceededError_({segmentInfo:n,type:r,bytes:i}))},n.appendToSourceBuffer_=function(t){var e=t.segmentInfo,n=t.type,r=t.initSegment,i=t.data,a=t.bytes;if(!a){var o=[i],s=i.byteLength;r&&(o.unshift(r),s+=r.byteLength),a=Fc({bytes:s,segments:o})}this.sourceUpdater_.appendBuffer({segmentInfo:e,type:n,bytes:a},this.handleAppendError_.bind(this,{segmentInfo:e,type:n,bytes:a}))},n.handleSegmentTimingInfo_=function(t,e,n){if(this.pendingSegment_&&e===this.pendingSegment_.requestId){var r=this.pendingSegment_.segment,i=t+"TimingInfo";r[i]||(r[i]={}),r[i].transmuxerPrependedSeconds=n.prependedContentDuration||0,r[i].transmuxedPresentationStart=n.start.presentation,r[i].transmuxedDecodeStart=n.start.decode,r[i].transmuxedPresentationEnd=n.end.presentation,r[i].transmuxedDecodeEnd=n.end.decode,r[i].baseMediaDecodeTime=n.baseMediaDecodeTime}},n.appendData_=function(t,e){var n=e.type,r=e.data;if(r&&r.byteLength&&("audio"!==n||!this.audioDisabled_)){var i=this.getInitSegmentAndUpdateState_({type:n,initSegment:e.initSegment,playlist:t.playlist,map:t.isFmp4?t.segment.map:null});this.appendToSourceBuffer_({segmentInfo:t,type:n,initSegment:i,data:r})}},n.loadSegment_=function(t){var e=this;this.state="WAITING",this.pendingSegment_=t,this.trimBackBuffer_(t),"number"===typeof t.timestampOffset&&this.transmuxer_&&this.transmuxer_.postMessage({action:"clearAllMp4Captions"}),this.hasEnoughInfoToLoad_()?this.updateTransmuxerAndRequestSegment_(t):this.loadQueue_.push((function(){var n=l()({},t,{forceTimestampOffset:!0});l()(t,e.generateSegmentInfo_(n)),e.isPendingTimestampOffset_=!1,e.updateTransmuxerAndRequestSegment_(t)}))},n.updateTransmuxerAndRequestSegment_=function(t){var e=this;this.shouldUpdateTransmuxerTimestampOffset_(t.timestampOffset)&&(this.gopBuffer_.length=0,t.gopsToAlignWith=[],this.timeMapping_=0,this.transmuxer_.postMessage({action:"reset"}),this.transmuxer_.postMessage({action:"setTimestampOffset",timestampOffset:t.timestampOffset}));var n=this.createSimplifiedSegmentObj_(t),r=this.isEndOfStream_(t.mediaIndex,t.playlist,t.partIndex),i=null!==this.mediaIndex,a=t.timeline!==this.currentTimeline_&&t.timeline>0,o=r||i&&a;this.logger_("Requesting "+ol(t)),n.map&&!n.map.bytes&&(this.logger_("going to request init segment."),this.appendInitSegment_={video:!0,audio:!0}),t.abortRequests=xc({xhr:this.vhs_.xhr,xhrOptions:this.xhrOptions_,decryptionWorker:this.decrypter_,segment:n,abortFn:this.handleAbort_.bind(this,t),progressFn:this.handleProgress_.bind(this),trackInfoFn:this.handleTrackInfo_.bind(this),timingInfoFn:this.handleTimingInfo_.bind(this),videoSegmentTimingInfoFn:this.handleSegmentTimingInfo_.bind(this,"video",t.requestId),audioSegmentTimingInfoFn:this.handleSegmentTimingInfo_.bind(this,"audio",t.requestId),captionsFn:this.handleCaptions_.bind(this),isEndOfTimeline:o,endedTimelineFn:function(){e.logger_("received endedtimeline callback")},id3Fn:this.handleId3_.bind(this),dataFn:this.handleData_.bind(this),doneFn:this.segmentRequestFinished_.bind(this),onTransmuxerLog:function(n){var r=n.message,i=n.level,a=n.stream;e.logger_(ol(t)+" logged from transmuxer stream "+a+" as a "+i+": "+r)}})},n.trimBackBuffer_=function(t){var e=al(this.seekable_(),this.currentTime_(),this.playlist_.targetDuration||10);e>0&&this.remove(0,e)},n.createSimplifiedSegmentObj_=function(t){var e=t.segment,n=t.part,r={resolvedUri:n?n.resolvedUri:e.resolvedUri,byterange:n?n.byterange:e.byterange,requestId:t.requestId,transmuxer:t.transmuxer,audioAppendStart:t.audioAppendStart,gopsToAlignWith:t.gopsToAlignWith,part:t.part},i=t.playlist.segments[t.mediaIndex-1];if(i&&i.timeline===e.timeline&&(i.videoTimingInfo?r.baseStartTime=i.videoTimingInfo.transmuxedDecodeEnd:i.audioTimingInfo&&(r.baseStartTime=i.audioTimingInfo.transmuxedDecodeEnd)),e.key){var a=e.key.iv||new Uint32Array([0,0,0,t.mediaIndex+t.playlist.mediaSequence]);r.key=this.segmentKey(e.key),r.key.iv=a}return e.map&&(r.map=this.initSegmentForMap(e.map)),r},n.saveTransferStats_=function(t){this.mediaRequests+=1,t&&(this.mediaBytesTransferred+=t.bytesReceived,this.mediaTransferDuration+=t.roundTripTime)},n.saveBandwidthRelatedStats_=function(t,e){this.pendingSegment_.byteLength=e.bytesReceived,t<rl?this.logger_("Ignoring segment's bandwidth because its duration of "+t+" is less than the min to record "+rl):(this.bandwidth=e.bandwidth,this.roundTrip=e.roundTripTime)},n.handleTimeout_=function(){this.mediaRequestsTimedout+=1,this.bandwidth=1,this.roundTrip=NaN,this.trigger("bandwidthupdate"),this.trigger("timeout")},n.segmentRequestFinished_=function(t,e,n){if(this.callQueue_.length)this.callQueue_.push(this.segmentRequestFinished_.bind(this,t,e,n));else if(this.saveTransferStats_(e.stats),this.pendingSegment_&&e.requestId===this.pendingSegment_.requestId){if(t){if(this.pendingSegment_=null,this.state="READY",t.code===ac.ABORTED)return;return this.pause(),t.code===ac.TIMEOUT?void this.handleTimeout_():(this.mediaRequestsErrored+=1,this.error(t),void this.trigger("error"))}var r=this.pendingSegment_;this.saveBandwidthRelatedStats_(r.duration,e.stats),r.endOfAllRequests=e.endOfAllRequests,n.gopInfo&&(this.gopBuffer_=Xc(this.gopBuffer_,n.gopInfo,this.safeAppend_)),this.state="APPENDING",this.trigger("appending"),this.waitForAppendsToComplete_(r)}},n.setTimeMapping_=function(t){var e=this.syncController_.mappingForTimeline(t);null!==e&&(this.timeMapping_=e)},n.updateMediaSecondsLoaded_=function(t){"number"===typeof t.start&&"number"===typeof t.end?this.mediaSecondsLoaded+=t.end-t.start:this.mediaSecondsLoaded+=t.duration},n.shouldUpdateTransmuxerTimestampOffset_=function(t){return null!==t&&("main"===this.loaderType_&&t!==this.sourceUpdater_.videoTimestampOffset()||!this.audioDisabled_&&t!==this.sourceUpdater_.audioTimestampOffset())},n.trueSegmentStart_=function(t){var e=t.currentStart,n=t.playlist,r=t.mediaIndex,i=t.firstVideoFrameTimeForData,a=t.currentVideoTimestampOffset,o=t.useVideoTimingInfo,s=t.videoTimingInfo,c=t.audioTimingInfo;if("undefined"!==typeof e)return e;if(!o)return c.start;var l=n.segments[r-1];return 0!==r&&l&&"undefined"!==typeof l.start&&l.end===i+a?s.start:i},n.waitForAppendsToComplete_=function(t){var e=this.getCurrentMediaInfo_(t);if(!e)return this.error({message:"No starting media returned, likely due to an unsupported media format.",blacklistDuration:1/0}),void this.trigger("error");var n=e.hasAudio,r=e.hasVideo,i=e.isMuxed,a="main"===this.loaderType_&&r,o=!this.audioDisabled_&&n&&!i;if(t.waitingOnAppends=0,!t.hasAppendedData_)return t.timingInfo||"number"!==typeof t.timestampOffset||(this.isPendingTimestampOffset_=!0),t.timingInfo={start:0},t.waitingOnAppends++,this.isPendingTimestampOffset_||(this.updateSourceBufferTimestampOffset_(t),this.processMetadataQueue_()),void this.checkAppendsDone_(t);a&&t.waitingOnAppends++,o&&t.waitingOnAppends++,a&&this.sourceUpdater_.videoQueueCallback(this.checkAppendsDone_.bind(this,t)),o&&this.sourceUpdater_.audioQueueCallback(this.checkAppendsDone_.bind(this,t))},n.checkAppendsDone_=function(t){this.checkForAbort_(t.requestId)||(t.waitingOnAppends--,0===t.waitingOnAppends&&this.handleAppendsDone_())},n.checkForIllegalMediaSwitch=function(t){var e=il(this.loaderType_,this.getCurrentMediaInfo_(),t);return!!e&&(this.error({message:e,blacklistDuration:1/0}),this.trigger("error"),!0)},n.updateSourceBufferTimestampOffset_=function(t){if(null!==t.timestampOffset&&"number"===typeof t.timingInfo.start&&!t.changedTimestampOffset&&"main"===this.loaderType_){var e=!1;t.timestampOffset-=this.getSegmentStartTimeForTimestampOffsetCalculation_({videoTimingInfo:t.segment.videoTimingInfo,audioTimingInfo:t.segment.audioTimingInfo,timingInfo:t.timingInfo}),t.changedTimestampOffset=!0,t.timestampOffset!==this.sourceUpdater_.videoTimestampOffset()&&(this.sourceUpdater_.videoTimestampOffset(t.timestampOffset),e=!0),t.timestampOffset!==this.sourceUpdater_.audioTimestampOffset()&&(this.sourceUpdater_.audioTimestampOffset(t.timestampOffset),e=!0),e&&this.trigger("timestampoffset")}},n.getSegmentStartTimeForTimestampOffsetCalculation_=function(t){var e=t.videoTimingInfo,n=t.audioTimingInfo,r=t.timingInfo;return this.useDtsForTimestampOffset_?e&&"number"===typeof e.transmuxedDecodeStart?e.transmuxedDecodeStart:n&&"number"===typeof n.transmuxedDecodeStart?n.transmuxedDecodeStart:r.start:r.start},n.updateTimingInfoEnd_=function(t){t.timingInfo=t.timingInfo||{};var e=this.getMediaInfo_(),n="main"===this.loaderType_&&e&&e.hasVideo,r=n&&t.videoTimingInfo?t.videoTimingInfo:t.audioTimingInfo;r&&(t.timingInfo.end="number"===typeof r.end?r.end:r.start+t.duration)},n.handleAppendsDone_=function(){if(this.pendingSegment_&&this.trigger("appendsdone"),!this.pendingSegment_)return this.state="READY",void(this.paused()||this.monitorBuffer_());var t=this.pendingSegment_;this.updateTimingInfoEnd_(t),this.shouldSaveSegmentTimingInfo_&&this.syncController_.saveSegmentTimingInfo({segmentInfo:t,shouldSaveTimelineMapping:"main"===this.loaderType_});var e=fl(t,this.sourceType_);if(e&&("warn"===e.severity?Fa.log.warn(e.message):this.logger_(e.message)),this.recordThroughput_(t),this.pendingSegment_=null,this.state="READY",!t.isSyncRequest||(this.trigger("syncinfoupdate"),t.hasAppendedData_)){this.logger_("Appended "+ol(t)),this.addSegmentMetadataCue_(t),this.fetchAtBuffer_=!0,this.currentTimeline_!==t.timeline&&(this.timelineChangeController_.lastTimelineChange({type:this.loaderType_,from:this.currentTimeline_,to:t.timeline}),"main"!==this.loaderType_||this.audioDisabled_||this.timelineChangeController_.lastTimelineChange({type:"audio",from:this.currentTimeline_,to:t.timeline})),this.currentTimeline_=t.timeline,this.trigger("syncinfoupdate");var n=t.segment,r=t.part,i=n.end&&this.currentTime_()-n.end>3*t.playlist.targetDuration,a=r&&r.end&&this.currentTime_()-r.end>3*t.playlist.partTargetDuration;if(i||a)return this.logger_("bad "+(i?"segment":"part")+" "+ol(t)),void this.resetEverything();var o=null!==this.mediaIndex;o&&this.trigger("bandwidthupdate"),this.trigger("progress"),this.mediaIndex=t.mediaIndex,this.partIndex=t.partIndex,this.isEndOfStream_(t.mediaIndex,t.playlist,t.partIndex)&&this.endOfStream(),this.trigger("appended"),t.hasAppendedData_&&this.mediaAppends++,this.paused()||this.monitorBuffer_()}else this.logger_("Throwing away un-appended sync request "+ol(t))},n.recordThroughput_=function(t){if(t.duration<rl)this.logger_("Ignoring segment's throughput because its duration of "+t.duration+" is less than the min to record "+rl);else{var e=this.throughput.rate,n=Date.now()-t.endOfAllRequests+1,r=Math.floor(t.byteLength/n*8*1e3);this.throughput.rate+=(r-e)/++this.throughput.count}},n.addSegmentMetadataCue_=function(t){if(this.segmentMetadataTrack_){var e=t.segment,n=e.start,r=e.end;if(nl(n)&&nl(r)){Wc(n,r,this.segmentMetadataTrack_);var i=a.a.WebKitDataCue||a.a.VTTCue,o={custom:e.custom,dateTimeObject:e.dateTimeObject,dateTimeString:e.dateTimeString,bandwidth:t.playlist.attributes.BANDWIDTH,resolution:t.playlist.attributes.RESOLUTION,codecs:t.playlist.attributes.CODECS,byteLength:t.byteLength,uri:t.uri,timeline:t.timeline,playlist:t.playlist.id,start:n,end:r},s=JSON.stringify(o),c=new i(n,r,s);c.value=o,this.segmentMetadataTrack_.addCue(c)}}},e}(Fa.EventTarget);function pl(){}var vl,gl=function(t){return"string"!==typeof t?t:t.replace(/./,(function(t){return t.toUpperCase()}))},ml=["video","audio"],yl=function(t,e){var n=e[t+"Buffer"];return n&&n.updating||e.queuePending[t]},bl=function(t,e){for(var n=0;n<e.length;n++){var r=e[n];if("mediaSource"===r.type)return null;if(r.type===t)return n}return null},_l=function t(e,n){if(0!==n.queue.length){var r=0,i=n.queue[r];if("mediaSource"!==i.type){if("mediaSource"!==e&&n.ready()&&"closed"!==n.mediaSource.readyState&&!yl(e,n)){if(i.type!==e){if(r=bl(e,n.queue),null===r)return;i=n.queue[r]}return n.queue.splice(r,1),n.queuePending[e]=i,i.action(e,n),i.doneFn?void 0:(n.queuePending[e]=null,void t(e,n))}}else n.updating()||"closed"===n.mediaSource.readyState||(n.queue.shift(),i.action(n),i.doneFn&&i.doneFn(),t("audio",n),t("video",n))}},xl=function(t,e){var n=e[t+"Buffer"],r=gl(t);n&&(n.removeEventListener("updateend",e["on"+r+"UpdateEnd_"]),n.removeEventListener("error",e["on"+r+"Error_"]),e.codecs[t]=null,e[t+"Buffer"]=null)},wl=function(t,e){return t&&e&&-1!==Array.prototype.indexOf.call(t.sourceBuffers,e)},kl={appendBuffer:function(t,e,n){return function(r,i){var a=i[r+"Buffer"];if(wl(i.mediaSource,a)){i.logger_("Appending segment "+e.mediaIndex+"'s "+t.length+" bytes to "+r+"Buffer");try{a.appendBuffer(t)}catch(o){i.logger_("Error with code "+o.code+" "+(o.code===Qc?"(QUOTA_EXCEEDED_ERR) ":"")+"when appending segment "+e.mediaIndex+" to "+r+"Buffer"),i.queuePending[r]=null,n(o)}}}},remove:function(t,e){return function(n,r){var i=r[n+"Buffer"];if(wl(r.mediaSource,i)){r.logger_("Removing "+t+" to "+e+" from "+n+"Buffer");try{i.remove(t,e)}catch(a){r.logger_("Remove "+t+" to "+e+" from "+n+"Buffer failed")}}}},timestampOffset:function(t){return function(e,n){var r=n[e+"Buffer"];wl(n.mediaSource,r)&&(n.logger_("Setting "+e+"timestampOffset to "+t),r.timestampOffset=t)}},callback:function(t){return function(e,n){t()}},endOfStream:function(t){return function(e){if("open"===e.mediaSource.readyState){e.logger_("Calling mediaSource endOfStream("+(t||"")+")");try{e.mediaSource.endOfStream(t)}catch(n){Fa.log.warn("Failed to call media source endOfStream",n)}}}},duration:function(t){return function(e){e.logger_("Setting mediaSource duration to "+t);try{e.mediaSource.duration=t}catch(n){Fa.log.warn("Failed to set media source duration",n)}}},abort:function(){return function(t,e){if("open"===e.mediaSource.readyState){var n=e[t+"Buffer"];if(wl(e.mediaSource,n)){e.logger_("calling abort on "+t+"Buffer");try{n.abort()}catch(r){Fa.log.warn("Failed to abort on "+t+"Buffer",r)}}}}},addSourceBuffer:function(t,e){return function(n){var r=gl(t),i=Object(M["e"])(e);n.logger_("Adding "+t+"Buffer with codec "+e+" to mediaSource");var a=n.mediaSource.addSourceBuffer(i);a.addEventListener("updateend",n["on"+r+"UpdateEnd_"]),a.addEventListener("error",n["on"+r+"Error_"]),n.codecs[t]=e,n[t+"Buffer"]=a}},removeSourceBuffer:function(t){return function(e){var n=e[t+"Buffer"];if(xl(t,e),wl(e.mediaSource,n)){e.logger_("Removing "+t+"Buffer with codec "+e.codecs[t]+" from mediaSource");try{e.mediaSource.removeSourceBuffer(n)}catch(r){Fa.log.warn("Failed to removeSourceBuffer "+t+"Buffer",r)}}}},changeType:function(t){return function(e,n){var r=n[e+"Buffer"],i=Object(M["e"])(t);wl(n.mediaSource,r)&&n.codecs[e]!==t&&(n.logger_("changing "+e+"Buffer codec from "+n.codecs[e]+" to "+t),r.changeType(i),n.codecs[e]=t)}}},Cl=function(t){var e=t.type,n=t.sourceUpdater,r=t.action,i=t.doneFn,a=t.name;n.queue.push({type:e,action:r,doneFn:i,name:a}),_l(e,n)},Sl=function(t,e){return function(n){if(e.queuePending[t]){var r=e.queuePending[t].doneFn;e.queuePending[t]=null,r&&r(e[t+"Error_"])}_l(t,e)}},Tl=function(t){function e(e){var n;return n=t.call(this)||this,n.mediaSource=e,n.sourceopenListener_=function(){return _l("mediaSource",d()(n))},n.mediaSource.addEventListener("sourceopen",n.sourceopenListener_),n.logger_=qa("SourceUpdater"),n.audioTimestampOffset_=0,n.videoTimestampOffset_=0,n.queue=[],n.queuePending={audio:null,video:null},n.delayedAudioAppendQueue_=[],n.videoAppendQueued_=!1,n.codecs={},n.onVideoUpdateEnd_=Sl("video",d()(n)),n.onAudioUpdateEnd_=Sl("audio",d()(n)),n.onVideoError_=function(t){n.videoError_=t},n.onAudioError_=function(t){n.audioError_=t},n.createdSourceBuffers_=!1,n.initializedEme_=!1,n.triggeredReady_=!1,n}v()(e,t);var n=e.prototype;return n.initializedEme=function(){this.initializedEme_=!0,this.triggerReady()},n.hasCreatedSourceBuffers=function(){return this.createdSourceBuffers_},n.hasInitializedAnyEme=function(){return this.initializedEme_},n.ready=function(){return this.hasCreatedSourceBuffers()&&this.hasInitializedAnyEme()},n.createSourceBuffers=function(t){this.hasCreatedSourceBuffers()||(this.addOrChangeSourceBuffers(t),this.createdSourceBuffers_=!0,this.trigger("createdsourcebuffers"),this.triggerReady())},n.triggerReady=function(){this.ready()&&!this.triggeredReady_&&(this.triggeredReady_=!0,this.trigger("ready"))},n.addSourceBuffer=function(t,e){Cl({type:"mediaSource",sourceUpdater:this,action:kl.addSourceBuffer(t,e),name:"addSourceBuffer"})},n.abort=function(t){Cl({type:t,sourceUpdater:this,action:kl.abort(t),name:"abort"})},n.removeSourceBuffer=function(t){this.canRemoveSourceBuffer()?Cl({type:"mediaSource",sourceUpdater:this,action:kl.removeSourceBuffer(t),name:"removeSourceBuffer"}):Fa.log.error("removeSourceBuffer is not supported!")},n.canRemoveSourceBuffer=function(){return!Fa.browser.IE_VERSION&&!Fa.browser.IS_FIREFOX&&a.a.MediaSource&&a.a.MediaSource.prototype&&"function"===typeof a.a.MediaSource.prototype.removeSourceBuffer},e.canChangeType=function(){return a.a.SourceBuffer&&a.a.SourceBuffer.prototype&&"function"===typeof a.a.SourceBuffer.prototype.changeType},n.canChangeType=function(){return this.constructor.canChangeType()},n.changeType=function(t,e){this.canChangeType()?Cl({type:t,sourceUpdater:this,action:kl.changeType(e),name:"changeType"}):Fa.log.error("changeType is not supported!")},n.addOrChangeSourceBuffers=function(t){var e=this;if(!t||"object"!==typeof t||0===Object.keys(t).length)throw new Error("Cannot addOrChangeSourceBuffers to undefined codecs");Object.keys(t).forEach((function(n){var r=t[n];if(!e.hasCreatedSourceBuffers())return e.addSourceBuffer(n,r);e.canChangeType()&&e.changeType(n,r)}))},n.appendBuffer=function(t,e){var n=this,r=t.segmentInfo,i=t.type,a=t.bytes;if(this.processedAppend_=!0,"audio"===i&&this.videoBuffer&&!this.videoAppendQueued_)return this.delayedAudioAppendQueue_.push([t,e]),void this.logger_("delayed audio append of "+a.length+" until video append");var o=e;if(Cl({type:i,sourceUpdater:this,action:kl.appendBuffer(a,r||{mediaIndex:-1},o),doneFn:e,name:"appendBuffer"}),"video"===i){if(this.videoAppendQueued_=!0,!this.delayedAudioAppendQueue_.length)return;var s=this.delayedAudioAppendQueue_.slice();this.logger_("queuing delayed audio "+s.length+" appendBuffers"),this.delayedAudioAppendQueue_.length=0,s.forEach((function(t){n.appendBuffer.apply(n,t)}))}},n.audioBuffered=function(){return wl(this.mediaSource,this.audioBuffer)&&this.audioBuffer.buffered?this.audioBuffer.buffered:Fa.createTimeRange()},n.videoBuffered=function(){return wl(this.mediaSource,this.videoBuffer)&&this.videoBuffer.buffered?this.videoBuffer.buffered:Fa.createTimeRange()},n.buffered=function(){var t=wl(this.mediaSource,this.videoBuffer)?this.videoBuffer:null,e=wl(this.mediaSource,this.audioBuffer)?this.audioBuffer:null;return e&&!t?this.audioBuffered():t&&!e?this.videoBuffered():Qa(this.audioBuffered(),this.videoBuffered())},n.setDuration=function(t,e){void 0===e&&(e=pl),Cl({type:"mediaSource",sourceUpdater:this,action:kl.duration(t),name:"duration",doneFn:e})},n.endOfStream=function(t,e){void 0===t&&(t=null),void 0===e&&(e=pl),"string"!==typeof t&&(t=void 0),Cl({type:"mediaSource",sourceUpdater:this,action:kl.endOfStream(t),name:"endOfStream",doneFn:e})},n.removeAudio=function(t,e,n){void 0===n&&(n=pl),this.audioBuffered().length&&0!==this.audioBuffered().end(0)?Cl({type:"audio",sourceUpdater:this,action:kl.remove(t,e),doneFn:n,name:"remove"}):n()},n.removeVideo=function(t,e,n){void 0===n&&(n=pl),this.videoBuffered().length&&0!==this.videoBuffered().end(0)?Cl({type:"video",sourceUpdater:this,action:kl.remove(t,e),doneFn:n,name:"remove"}):n()},n.updating=function(){return!(!yl("audio",this)&&!yl("video",this))},n.audioTimestampOffset=function(t){return"undefined"!==typeof t&&this.audioBuffer&&this.audioTimestampOffset_!==t&&(Cl({type:"audio",sourceUpdater:this,action:kl.timestampOffset(t),name:"timestampOffset"}),this.audioTimestampOffset_=t),this.audioTimestampOffset_},n.videoTimestampOffset=function(t){return"undefined"!==typeof t&&this.videoBuffer&&this.videoTimestampOffset!==t&&(Cl({type:"video",sourceUpdater:this,action:kl.timestampOffset(t),name:"timestampOffset"}),this.videoTimestampOffset_=t),this.videoTimestampOffset_},n.audioQueueCallback=function(t){this.audioBuffer&&Cl({type:"audio",sourceUpdater:this,action:kl.callback(t),name:"callback"})},n.videoQueueCallback=function(t){this.videoBuffer&&Cl({type:"video",sourceUpdater:this,action:kl.callback(t),name:"callback"})},n.dispose=function(){var t=this;this.trigger("dispose"),ml.forEach((function(e){t.abort(e),t.canRemoveSourceBuffer()?t.removeSourceBuffer(e):t[e+"QueueCallback"]((function(){return xl(e,t)}))})),this.videoAppendQueued_=!1,this.delayedAudioAppendQueue_.length=0,this.sourceopenListener_&&this.mediaSource.removeEventListener("sourceopen",this.sourceopenListener_),this.off()},e}(Fa.EventTarget),Ol=function(t){return decodeURIComponent(escape(String.fromCharCode.apply(null,t)))},Ml=new Uint8Array("\n\n".split("").map((function(t){return t.charCodeAt(0)}))),El=function(t){function e(){return t.call(this,"Trying to parse received VTT cues, but there is no WebVTT. Make sure vtt.js is loaded.")||this}return v()(e,t),e}(R()(Error)),Al=function(t){function e(e,n){var r;return void 0===n&&(n={}),r=t.call(this,e,n)||this,r.mediaSource_=null,r.subtitlesTrack_=null,r.loaderType_="subtitle",r.featuresNativeTextTracks_=e.featuresNativeTextTracks,r.loadVttJs=e.loadVttJs,r.shouldSaveSegmentTimingInfo_=!1,r}v()(e,t);var n=e.prototype;return n.createTransmuxer_=function(){return null},n.buffered_=function(){if(!this.subtitlesTrack_||!this.subtitlesTrack_.cues||!this.subtitlesTrack_.cues.length)return Fa.createTimeRanges();var t=this.subtitlesTrack_.cues,e=t[0].startTime,n=t[t.length-1].startTime;return Fa.createTimeRanges([[e,n]])},n.initSegmentForMap=function(t,e){if(void 0===e&&(e=!1),!t)return null;var n=ls(t),r=this.initSegments_[n];if(e&&!r&&t.bytes){var i=Ml.byteLength+t.bytes.byteLength,a=new Uint8Array(i);a.set(t.bytes),a.set(Ml,t.bytes.byteLength),this.initSegments_[n]=r={resolvedUri:t.resolvedUri,byterange:t.byterange,bytes:a}}return r||t},n.couldBeginLoading_=function(){return this.playlist_&&this.subtitlesTrack_&&!this.paused()},n.init_=function(){return this.state="READY",this.resetEverything(),this.monitorBuffer_()},n.track=function(t){return"undefined"===typeof t||(this.subtitlesTrack_=t,"INIT"===this.state&&this.couldBeginLoading_()&&this.init_()),this.subtitlesTrack_},n.remove=function(t,e){Wc(t,e,this.subtitlesTrack_)},n.fillBuffer_=function(){var t=this,e=this.chooseNextRequest_();if(e){if(null===this.syncController_.timestampOffsetForTimeline(e.timeline)){var n=function(){t.state="READY",t.paused()||t.monitorBuffer_()};return this.syncController_.one("timestampoffset",n),void(this.state="WAITING_ON_TIMELINE")}this.loadSegment_(e)}},n.timestampOffsetForSegment_=function(){return null},n.chooseNextRequest_=function(){return this.skipEmptySegments_(t.prototype.chooseNextRequest_.call(this))},n.skipEmptySegments_=function(t){while(t&&t.segment.empty){if(t.mediaIndex+1>=t.playlist.segments.length){t=null;break}t=this.generateSegmentInfo_({playlist:t.playlist,mediaIndex:t.mediaIndex+1,startOfSegment:t.startOfSegment+t.duration,isSyncRequest:t.isSyncRequest})}return t},n.stopForError=function(t){this.error(t),this.state="READY",this.pause(),this.trigger("error")},n.segmentRequestFinished_=function(t,e,n){var r=this;if(this.subtitlesTrack_){if(this.saveTransferStats_(e.stats),!this.pendingSegment_)return this.state="READY",void(this.mediaRequestsAborted+=1);if(t)return t.code===ac.TIMEOUT&&this.handleTimeout_(),t.code===ac.ABORTED?this.mediaRequestsAborted+=1:this.mediaRequestsErrored+=1,void this.stopForError(t);var i=this.pendingSegment_;this.saveBandwidthRelatedStats_(i.duration,e.stats),e.key&&this.segmentKey(e.key,!0),this.state="APPENDING",this.trigger("appending");var o=i.segment;if(o.map&&(o.map.bytes=e.map.bytes),i.bytes=e.bytes,"function"!==typeof a.a.WebVTT&&"function"===typeof this.loadVttJs)return this.state="WAITING_ON_VTTJS",void this.loadVttJs().then((function(){return r.segmentRequestFinished_(t,e,n)}),(function(){return r.stopForError({message:"Error loading vtt.js"})}));o.requested=!0;try{this.parseVTTCues_(i)}catch(s){return void this.stopForError({message:s.message})}if(this.updateTimeMapping_(i,this.syncController_.timelines[i.timeline],this.playlist_),i.cues.length?i.timingInfo={start:i.cues[0].startTime,end:i.cues[i.cues.length-1].endTime}:i.timingInfo={start:i.startOfSegment,end:i.startOfSegment+i.duration},i.isSyncRequest)return this.trigger("syncinfoupdate"),this.pendingSegment_=null,void(this.state="READY");i.byteLength=i.bytes.byteLength,this.mediaSecondsLoaded+=o.duration,i.cues.forEach((function(t){r.subtitlesTrack_.addCue(r.featuresNativeTextTracks_?new a.a.VTTCue(t.startTime,t.endTime,t.text):t)})),Yc(this.subtitlesTrack_),this.handleAppendsDone_()}else this.state="READY"},n.handleData_=function(){},n.updateTimingInfoEnd_=function(){},n.parseVTTCues_=function(t){var e,n=!1;if("function"!==typeof a.a.WebVTT)throw new El;"function"===typeof a.a.TextDecoder?e=new a.a.TextDecoder("utf8"):(e=a.a.WebVTT.StringDecoder(),n=!0);var r=new a.a.WebVTT.Parser(a.a,a.a.vttjs,e);if(t.cues=[],t.timestampmap={MPEGTS:0,LOCAL:0},r.oncue=t.cues.push.bind(t.cues),r.ontimestampmap=function(e){t.timestampmap=e},r.onparsingerror=function(t){Fa.log.warn("Error encountered when parsing cues: "+t.message)},t.segment.map){var i=t.segment.map.bytes;n&&(i=Ol(i)),r.parse(i)}var o=t.bytes;n&&(o=Ol(o)),r.parse(o),r.flush()},n.updateTimeMapping_=function(t,e,n){var r=t.segment;if(e)if(t.cues.length){var i=t.timestampmap,a=i.MPEGTS/D["ONE_SECOND_IN_TS"]-i.LOCAL+e.mapping;if(t.cues.forEach((function(t){t.startTime+=a,t.endTime+=a})),!n.syncInfo){var o=t.cues[0].startTime,s=t.cues[t.cues.length-1].startTime;n.syncInfo={mediaSequence:n.mediaSequence+t.mediaIndex,time:Math.min(o,s-r.duration)}}}else r.empty=!0},e}(dl),Pl=function(t,e){for(var n=t.cues,r=0;r<n.length;r++){var i=n[r];if(e>=i.adStartTime&&e<=i.adEndTime)return i}return null},Ll=function(t,e,n){if(void 0===n&&(n=0),t.segments)for(var r,i=n,o=0;o<t.segments.length;o++){var s=t.segments[o];if(r||(r=Pl(e,i+s.duration/2)),r){if("cueIn"in s){r.endTime=i,r.adEndTime=i,i+=s.duration,r=null;continue}if(i<r.endTime){i+=s.duration;continue}r.endTime+=s.duration}else if("cueOut"in s&&(r=new a.a.VTTCue(i,i+s.duration,s.cueOut),r.adStartTime=i,r.adEndTime=i+parseFloat(s.cueOut),e.addCue(r)),"cueOutCont"in s){var c=s.cueOutCont.split("/").map(parseFloat),l=c[0],u=c[1];r=new a.a.VTTCue(i,i+s.duration,""),r.adStartTime=i-l,r.adEndTime=r.adStartTime+u,e.addCue(r)}i+=s.duration}},Il=86400,jl=[{name:"VOD",run:function(t,e,n,r,i){if(n!==1/0){var a={time:0,segmentIndex:0,partIndex:null};return a}return null}},{name:"ProgramDateTime",run:function(t,e,n,r,i){if(!Object.keys(t.timelineToDatetimeMappings).length)return null;var a=null,o=null,s=so(e);i=i||0;for(var c=0;c<s.length;c++){var l=e.endList||0===i?c:s.length-(c+1),u=s[l],h=u.segment,f=t.timelineToDatetimeMappings[h.timeline];if(f&&h.dateTimeObject){var d=h.dateTimeObject.getTime()/1e3,p=d+f;if(h.parts&&"number"===typeof u.partIndex)for(var v=0;v<u.partIndex;v++)p+=h.parts[v].duration;var g=Math.abs(i-p);if(null!==o&&(0===g||o<g))break;o=g,a={time:p,segmentIndex:u.segmentIndex,partIndex:u.partIndex}}}return a}},{name:"Segment",run:function(t,e,n,r,i){var a=null,o=null;i=i||0;for(var s=so(e),c=0;c<s.length;c++){var l=e.endList||0===i?c:s.length-(c+1),u=s[l],h=u.segment,f=u.part&&u.part.start||h&&h.start;if(h.timeline===r&&"undefined"!==typeof f){var d=Math.abs(i-f);if(null!==o&&o<d)break;(!a||null===o||o>=d)&&(o=d,a={time:f,segmentIndex:u.segmentIndex,partIndex:u.partIndex})}}return a}},{name:"Discontinuity",run:function(t,e,n,r,i){var a=null;if(i=i||0,e.discontinuityStarts&&e.discontinuityStarts.length)for(var o=null,s=0;s<e.discontinuityStarts.length;s++){var c=e.discontinuityStarts[s],l=e.discontinuitySequence+s+1,u=t.discontinuities[l];if(u){var h=Math.abs(i-u.time);if(null!==o&&o<h)break;(!a||null===o||o>=h)&&(o=h,a={time:u.time,segmentIndex:c,partIndex:null})}}return a}},{name:"Playlist",run:function(t,e,n,r,i){if(e.syncInfo){var a={time:e.syncInfo.time,segmentIndex:e.syncInfo.mediaSequence-e.mediaSequence,partIndex:null};return a}return null}}],zl=function(t){function e(e){var n;return n=t.call(this)||this,n.timelines=[],n.discontinuities=[],n.timelineToDatetimeMappings={},n.logger_=qa("SyncController"),n}v()(e,t);var n=e.prototype;return n.getSyncPoint=function(t,e,n,r){var i=this.runStrategies_(t,e,n,r);return i.length?this.selectSyncPoint_(i,{key:"time",value:r}):null},n.getExpiredTime=function(t,e){if(!t||!t.segments)return null;var n=this.runStrategies_(t,e,t.discontinuitySequence,0);if(!n.length)return null;var r=this.selectSyncPoint_(n,{key:"segmentIndex",value:0});return r.segmentIndex>0&&(r.time*=-1),Math.abs(r.time+go({defaultDuration:t.targetDuration,durationList:t.segments,startIndex:r.segmentIndex,endIndex:0}))},n.runStrategies_=function(t,e,n,r){for(var i=[],a=0;a<jl.length;a++){var o=jl[a],s=o.run(this,t,e,n,r);s&&(s.strategy=o.name,i.push({strategy:o.name,syncPoint:s}))}return i},n.selectSyncPoint_=function(t,e){for(var n=t[0].syncPoint,r=Math.abs(t[0].syncPoint[e.key]-e.value),i=t[0].strategy,a=1;a<t.length;a++){var o=Math.abs(t[a].syncPoint[e.key]-e.value);o<r&&(r=o,n=t[a].syncPoint,i=t[a].strategy)}return this.logger_("syncPoint for ["+e.key+": "+e.value+"] chosen with strategy ["+i+"]: [time:"+n.time+", segmentIndex:"+n.segmentIndex+("number"===typeof n.partIndex?",partIndex:"+n.partIndex:"")+"]"),n},n.saveExpiredSegmentInfo=function(t,e){var n=e.mediaSequence-t.mediaSequence;if(n>Il)Fa.log.warn("Not saving expired segment info. Media sequence gap "+n+" is too large.");else for(var r=n-1;r>=0;r--){var i=t.segments[r];if(i&&"undefined"!==typeof i.start){e.syncInfo={mediaSequence:t.mediaSequence+r,time:i.start},this.logger_("playlist refresh sync: [time:"+e.syncInfo.time+", mediaSequence: "+e.syncInfo.mediaSequence+"]"),this.trigger("syncinfoupdate");break}}},n.setDateTimeMappingForStart=function(t){if(this.timelineToDatetimeMappings={},t.segments&&t.segments.length&&t.segments[0].dateTimeObject){var e=t.segments[0],n=e.dateTimeObject.getTime()/1e3;this.timelineToDatetimeMappings[e.timeline]=-n}},n.saveSegmentTimingInfo=function(t){var e=t.segmentInfo,n=t.shouldSaveTimelineMapping,r=this.calculateSegmentTimeMapping_(e,e.timingInfo,n),i=e.segment;r&&(this.saveDiscontinuitySyncInfo_(e),e.playlist.syncInfo||(e.playlist.syncInfo={mediaSequence:e.playlist.mediaSequence+e.mediaIndex,time:i.start}));var a=i.dateTimeObject;i.discontinuity&&n&&a&&(this.timelineToDatetimeMappings[i.timeline]=-a.getTime()/1e3)},n.timestampOffsetForTimeline=function(t){return"undefined"===typeof this.timelines[t]?null:this.timelines[t].time},n.mappingForTimeline=function(t){return"undefined"===typeof this.timelines[t]?null:this.timelines[t].mapping},n.calculateSegmentTimeMapping_=function(t,e,n){var r,i,a=t.segment,o=t.part,s=this.timelines[t.timeline];if("number"===typeof t.timestampOffset)s={time:t.startOfSegment,mapping:t.startOfSegment-e.start},n&&(this.timelines[t.timeline]=s,this.trigger("timestampoffset"),this.logger_("time mapping for timeline "+t.timeline+": [time: "+s.time+"] [mapping: "+s.mapping+"]")),r=t.startOfSegment,i=e.end+s.mapping;else{if(!s)return!1;r=e.start+s.mapping,i=e.end+s.mapping}return o&&(o.start=r,o.end=i),(!a.start||r<a.start)&&(a.start=r),a.end=i,!0},n.saveDiscontinuitySyncInfo_=function(t){var e=t.playlist,n=t.segment;if(n.discontinuity)this.discontinuities[n.timeline]={time:n.start,accuracy:0};else if(e.discontinuityStarts&&e.discontinuityStarts.length)for(var r=0;r<e.discontinuityStarts.length;r++){var i=e.discontinuityStarts[r],a=e.discontinuitySequence+r+1,o=i-t.mediaIndex,s=Math.abs(o);if(!this.discontinuities[a]||this.discontinuities[a].accuracy>s){var c=void 0;c=o<0?n.start-go({defaultDuration:e.targetDuration,durationList:e.segments,startIndex:t.mediaIndex,endIndex:i}):n.end+go({defaultDuration:e.targetDuration,durationList:e.segments,startIndex:t.mediaIndex+1,endIndex:i}),this.discontinuities[a]={time:c,accuracy:s}}}},n.dispose=function(){this.trigger("dispose"),this.off()},e}(Fa.EventTarget),Dl=function(t){function e(){var e;return e=t.call(this)||this,e.pendingTimelineChanges_={},e.lastTimelineChanges_={},e}v()(e,t);var n=e.prototype;return n.clearPendingTimelineChange=function(t){this.pendingTimelineChanges_[t]=null,this.trigger("pendingtimelinechange")},n.pendingTimelineChange=function(t){var e=t.type,n=t.from,r=t.to;return"number"===typeof n&&"number"===typeof r&&(this.pendingTimelineChanges_[e]={type:e,from:n,to:r},this.trigger("pendingtimelinechange")),this.pendingTimelineChanges_[e]},n.lastTimelineChange=function(t){var e=t.type,n=t.from,r=t.to;return"number"===typeof n&&"number"===typeof r&&(this.lastTimelineChanges_[e]={type:e,from:n,to:r},delete this.pendingTimelineChanges_[e],this.trigger("timelinechange")),this.lastTimelineChanges_[e]},n.dispose=function(){this.trigger("dispose"),this.pendingTimelineChanges_={},this.lastTimelineChanges_={},this.off()},e}(Fa.EventTarget),Nl=Bs(Us((function(){var e="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof t?t:"undefined"!==typeof self?self:{};function n(t,e,n){return n={path:e,exports:{},require:function(t,e){return r(t,void 0===e||null===e?n.path:e)}},t(n,n.exports),n.exports}function r(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var i=n((function(t){function e(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function n(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}t.exports=n,t.exports["default"]=t.exports,t.exports.__esModule=!0})),a=n((function(t){function e(n,r){return t.exports=e=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports["default"]=t.exports,t.exports.__esModule=!0,e(n,r)}t.exports=e,t.exports["default"]=t.exports,t.exports.__esModule=!0})),o=n((function(t){function e(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}t.exports=e,t.exports["default"]=t.exports,t.exports.__esModule=!0})),s=function(){function t(){this.listeners={}}var e=t.prototype;return e.on=function(t,e){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push(e)},e.off=function(t,e){if(!this.listeners[t])return!1;var n=this.listeners[t].indexOf(e);return this.listeners[t]=this.listeners[t].slice(0),this.listeners[t].splice(n,1),n>-1},e.trigger=function(t){var e=this.listeners[t];if(e)if(2===arguments.length)for(var n=e.length,r=0;r<n;++r)e[r].call(this,arguments[1]);else for(var i=Array.prototype.slice.call(arguments,1),a=e.length,o=0;o<a;++o)e[o].apply(this,i)},e.dispose=function(){this.listeners={}},e.pipe=function(t){this.on("data",(function(e){t.push(e)}))},t}();
/*! @name pkcs7 @version 1.0.4 @license Apache-2.0 */
function c(t){return t.subarray(0,t.byteLength-t[t.byteLength-1])}
/*! @name aes-decrypter @version 3.1.3 @license Apache-2.0 */var l,u=function(){var t,e,n,r,i,a,o,s,c,l=[[[],[],[],[],[]],[[],[],[],[],[]]],u=l[0],h=l[1],f=u[4],d=h[4],p=[],v=[];for(t=0;t<256;t++)v[(p[t]=t<<1^283*(t>>7))^t]=t;for(e=n=0;!f[e];e^=r||1,n=v[n]||1)for(o=n^n<<1^n<<2^n<<3^n<<4,o=o>>8^255&o^99,f[e]=o,d[o]=e,a=p[i=p[r=p[e]]],c=16843009*a^65537*i^257*r^16843008*e,s=257*p[o]^16843008*o,t=0;t<4;t++)u[t][e]=s=s<<24^s>>>8,h[t][o]=c=c<<24^c>>>8;for(t=0;t<5;t++)u[t]=u[t].slice(0),h[t]=h[t].slice(0);return l},h=null,f=function(){function t(t){var e,n,r;h||(h=u()),this._tables=[[h[0][0].slice(),h[0][1].slice(),h[0][2].slice(),h[0][3].slice(),h[0][4].slice()],[h[1][0].slice(),h[1][1].slice(),h[1][2].slice(),h[1][3].slice(),h[1][4].slice()]];var i=this._tables[0][4],a=this._tables[1],o=t.length,s=1;if(4!==o&&6!==o&&8!==o)throw new Error("Invalid aes key size");var c=t.slice(0),l=[];for(this._key=[c,l],e=o;e<4*o+28;e++)r=c[e-1],(e%o===0||8===o&&e%o===4)&&(r=i[r>>>24]<<24^i[r>>16&255]<<16^i[r>>8&255]<<8^i[255&r],e%o===0&&(r=r<<8^r>>>24^s<<24,s=s<<1^283*(s>>7))),c[e]=c[e-o]^r;for(n=0;e;n++,e--)r=c[3&n?e:e-4],l[n]=e<=4||n<4?r:a[0][i[r>>>24]]^a[1][i[r>>16&255]]^a[2][i[r>>8&255]]^a[3][i[255&r]]}var e=t.prototype;return e.decrypt=function(t,e,n,r,i,a){var o,s,c,l,u=this._key[1],h=t^u[0],f=r^u[1],d=n^u[2],p=e^u[3],v=u.length/4-2,g=4,m=this._tables[1],y=m[0],b=m[1],_=m[2],x=m[3],w=m[4];for(l=0;l<v;l++)o=y[h>>>24]^b[f>>16&255]^_[d>>8&255]^x[255&p]^u[g],s=y[f>>>24]^b[d>>16&255]^_[p>>8&255]^x[255&h]^u[g+1],c=y[d>>>24]^b[p>>16&255]^_[h>>8&255]^x[255&f]^u[g+2],p=y[p>>>24]^b[h>>16&255]^_[f>>8&255]^x[255&d]^u[g+3],g+=4,h=o,f=s,d=c;for(l=0;l<4;l++)i[(3&-l)+a]=w[h>>>24]<<24^w[f>>16&255]<<16^w[d>>8&255]<<8^w[255&p]^u[g++],o=h,h=f,f=d,d=p,p=o},t}(),d=function(t){function e(){var e;return e=t.call(this,s)||this,e.jobs=[],e.delay=1,e.timeout_=null,e}o(e,t);var n=e.prototype;return n.processJob_=function(){this.jobs.shift()(),this.jobs.length?this.timeout_=setTimeout(this.processJob_.bind(this),this.delay):this.timeout_=null},n.push=function(t){this.jobs.push(t),this.timeout_||(this.timeout_=setTimeout(this.processJob_.bind(this),this.delay))},e}(s),p=function(t){return t<<24|(65280&t)<<8|(16711680&t)>>8|t>>>24},v=function(t,e,n){var r,i,a,o,s,c,l,u,h,d=new Int32Array(t.buffer,t.byteOffset,t.byteLength>>2),v=new f(Array.prototype.slice.call(e)),g=new Uint8Array(t.byteLength),m=new Int32Array(g.buffer);for(r=n[0],i=n[1],a=n[2],o=n[3],h=0;h<d.length;h+=4)s=p(d[h]),c=p(d[h+1]),l=p(d[h+2]),u=p(d[h+3]),v.decrypt(s,c,l,u,m,h),m[h]=p(m[h]^r),m[h+1]=p(m[h+1]^i),m[h+2]=p(m[h+2]^a),m[h+3]=p(m[h+3]^o),r=s,i=c,a=l,o=u;return g},g=function(){function t(e,n,r,i){var a=t.STEP,o=new Int32Array(e.buffer),s=new Uint8Array(e.byteLength),l=0;for(this.asyncStream_=new d,this.asyncStream_.push(this.decryptChunk_(o.subarray(l,l+a),n,r,s)),l=a;l<o.length;l+=a)r=new Uint32Array([p(o[l-4]),p(o[l-3]),p(o[l-2]),p(o[l-1])]),this.asyncStream_.push(this.decryptChunk_(o.subarray(l,l+a),n,r,s));this.asyncStream_.push((function(){i(null,c(s))}))}var e=t.prototype;return e.decryptChunk_=function(t,e,n,r){return function(){var i=v(t,e,n);r.set(i,t.byteOffset)}},i(t,null,[{key:"STEP",get:function(){return 32e3}}]),t}();l="undefined"!==typeof window?window:"undefined"!==typeof e?e:"undefined"!==typeof self?self:{};var m=l,y=function(t){return"function"===ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer},b=m.BigInt||Number;b("0x1"),b("0x100"),b("0x10000"),b("0x1000000"),b("0x100000000"),b("0x10000000000"),b("0x1000000000000"),b("0x100000000000000"),b("0x10000000000000000");var _=function(t){var e={};return Object.keys(t).forEach((function(n){var r=t[n];y(r)?e[n]={bytes:r.buffer,byteOffset:r.byteOffset,byteLength:r.byteLength}:e[n]=r})),e};self.onmessage=function(t){var e=t.data,n=new Uint8Array(e.encrypted.bytes,e.encrypted.byteOffset,e.encrypted.byteLength),r=new Uint32Array(e.key.bytes,e.key.byteOffset,e.key.byteLength/4),i=new Uint32Array(e.iv.bytes,e.iv.byteOffset,e.iv.byteLength/4);new g(n,r,i,(function(t,n){self.postMessage(_({source:e.source,decrypted:n}),[n.buffer])}))}}))),Rl=Hs(Nl),Vl=function(t){var e=t["default"]?"main":"alternative";return t.characteristics&&t.characteristics.indexOf("public.accessibility.describes-video")>=0&&(e="main-desc"),e},Fl=function(t,e){t.abort(),t.pause(),e&&e.activePlaylistLoader&&(e.activePlaylistLoader.pause(),e.activePlaylistLoader=null)},Hl=function(t,e){e.activePlaylistLoader=t,t.load()},Bl=function(t,e){return function(){var n=e.segmentLoaders,r=n[t],i=n.main,a=e.mediaTypes[t],o=a.activeTrack(),s=a.getActiveGroup(),c=a.activePlaylistLoader,l=a.lastGroup_;s&&l&&s.id===l.id||(a.lastGroup_=s,a.lastTrack_=o,Fl(r,a),s&&!s.isMasterPlaylist&&(s.playlistLoader?(r.resyncLoader(),Hl(s.playlistLoader,a)):c&&i.resetEverything()))}},Ul=function(t,e){return function(){var n=e.segmentLoaders[t],r=e.mediaTypes[t];r.lastGroup_=null,n.abort(),n.pause()}},$l=function(t,e){return function(){var n=e.masterPlaylistLoader,r=e.segmentLoaders,i=r[t],a=r.main,o=e.mediaTypes[t],s=o.activeTrack(),c=o.getActiveGroup(),l=o.activePlaylistLoader,u=o.lastTrack_;if((!u||!s||u.id!==s.id)&&(o.lastGroup_=c,o.lastTrack_=s,Fl(i,o),c)){if(c.isMasterPlaylist){if(!s||!u||s.id===u.id)return;var h=e.vhs.masterPlaylistController_,f=h.selectPlaylist();if(h.media()===f)return;return o.logger_("track change. Switching master audio from "+u.id+" to "+s.id),n.pause(),a.resetEverything(),void h.fastQualityChange_(f)}if("AUDIO"===t){if(!c.playlistLoader)return a.setAudio(!0),void a.resetEverything();i.setAudio(!0),a.setAudio(!1)}l!==c.playlistLoader?(i.track&&i.track(s),i.resetEverything(),Hl(c.playlistLoader,o)):Hl(c.playlistLoader,o)}}},ql={AUDIO:function(t,e){return function(){var n=e.segmentLoaders[t],r=e.mediaTypes[t],i=e.blacklistCurrentPlaylist;Fl(n,r);var a=r.activeTrack(),o=r.activeGroup(),s=(o.filter((function(t){return t["default"]}))[0]||o[0]).id,c=r.tracks[s];if(a!==c){for(var l in Fa.log.warn("Problem encountered loading the alternate audio track.Switching back to default."),r.tracks)r.tracks[l].enabled=r.tracks[l]===c;r.onTrackChanged()}else i({message:"Problem encountered loading the default audio track."})}},SUBTITLES:function(t,e){return function(){var n=e.segmentLoaders[t],r=e.mediaTypes[t];Fa.log.warn("Problem encountered loading the subtitle track.Disabling subtitle track."),Fl(n,r);var i=r.activeTrack();i&&(i.mode="disabled"),r.onTrackChanged()}}},Wl={AUDIO:function(t,e,n){if(e){var r=n.tech,i=n.requestOptions,a=n.segmentLoaders[t];e.on("loadedmetadata",(function(){var t=e.media();a.playlist(t,i),(!r.paused()||t.endList&&"none"!==r.preload())&&a.load()})),e.on("loadedplaylist",(function(){a.playlist(e.media(),i),r.paused()||a.load()})),e.on("error",ql[t](t,n))}},SUBTITLES:function(t,e,n){var r=n.tech,i=n.requestOptions,a=n.segmentLoaders[t],o=n.mediaTypes[t];e.on("loadedmetadata",(function(){var t=e.media();a.playlist(t,i),a.track(o.activeTrack()),(!r.paused()||t.endList&&"none"!==r.preload())&&a.load()})),e.on("loadedplaylist",(function(){a.playlist(e.media(),i),r.paused()||a.load()})),e.on("error",ql[t](t,n))}},Yl={AUDIO:function(t,e){var n=e.vhs,r=e.sourceType,i=e.segmentLoaders[t],a=e.requestOptions,o=e.master.mediaGroups,s=e.mediaTypes[t],c=s.groups,l=s.tracks,u=s.logger_,h=e.masterPlaylistLoader,f=Ao(h.master);for(var d in o[t]&&0!==Object.keys(o[t]).length||(o[t]={main:{default:{default:!0}}},f&&(o[t].main["default"].playlists=h.master.playlists)),o[t])for(var p in c[d]||(c[d]=[]),o[t][d]){var v=o[t][d][p],g=void 0;if(f?(u("AUDIO group '"+d+"' label '"+p+"' is a master playlist"),v.isMasterPlaylist=!0,g=null):g="vhs-json"===r&&v.playlists?new Qo(v.playlists[0],n,a):v.resolvedUri?new Qo(v.resolvedUri,n,a):v.playlists&&"dash"===r?new Ds(v.playlists[0],n,a,h):null,v=Fa.mergeOptions({id:p,playlistLoader:g},v),Wl[t](t,v.playlistLoader,e),c[d].push(v),"undefined"===typeof l[p]){var m=new Fa.AudioTrack({id:p,kind:Vl(v),enabled:!1,language:v.language,default:v["default"],label:p});l[p]=m}}i.on("error",ql[t](t,e))},SUBTITLES:function(t,e){var n=e.tech,r=e.vhs,i=e.sourceType,a=e.segmentLoaders[t],o=e.requestOptions,s=e.master.mediaGroups,c=e.mediaTypes[t],l=c.groups,u=c.tracks,h=e.masterPlaylistLoader;for(var f in s[t])for(var d in l[f]||(l[f]=[]),s[t][f])if(!s[t][f][d].forced){var p=s[t][f][d],v=void 0;if("hls"===i)v=new Qo(p.resolvedUri,r,o);else if("dash"===i){var g=p.playlists.filter((function(t){return t.excludeUntil!==1/0}));if(!g.length)return;v=new Ds(p.playlists[0],r,o,h)}else"vhs-json"===i&&(v=new Qo(p.playlists?p.playlists[0]:p.resolvedUri,r,o));if(p=Fa.mergeOptions({id:d,playlistLoader:v},p),Wl[t](t,p.playlistLoader,e),l[f].push(p),"undefined"===typeof u[d]){var m=n.addRemoteTextTrack({id:d,kind:"subtitles",default:p["default"]&&p.autoselect,language:p.language,label:d},!1).track;u[d]=m}}a.on("error",ql[t](t,e))},"CLOSED-CAPTIONS":function(t,e){var n=e.tech,r=e.master.mediaGroups,i=e.mediaTypes[t],a=i.groups,o=i.tracks;for(var s in r[t])for(var c in a[s]||(a[s]=[]),r[t][s]){var l=r[t][s][c];if(/^(?:CC|SERVICE)/.test(l.instreamId)){var u=n.options_.vhs&&n.options_.vhs.captionServices||{},h={label:c,language:l.language,instreamId:l.instreamId,default:l["default"]&&l.autoselect};if(u[h.instreamId]&&(h=Fa.mergeOptions(h,u[h.instreamId])),void 0===h["default"]&&delete h["default"],a[s].push(Fa.mergeOptions({id:c},l)),"undefined"===typeof o[c]){var f=n.addRemoteTextTrack({id:h.instreamId,kind:"captions",default:h["default"],language:h.language,label:h.label},!1).track;o[c]=f}}}}},Kl=function t(e,n){for(var r=0;r<e.length;r++){if(Mo(n,e[r]))return!0;if(e[r].playlists&&t(e[r].playlists,n))return!0}return!1},Xl=function(t,e){return function(n){var r=e.masterPlaylistLoader,i=e.mediaTypes[t].groups,a=r.media();if(!a)return null;var o=null;a.attributes[t]&&(o=i[a.attributes[t]]);var s=Object.keys(i);if(!o)if("AUDIO"===t&&s.length>1&&Ao(e.master))for(var c=0;c<s.length;c++){var l=i[s[c]];if(Kl(l,a)){o=l;break}}else i.main?o=i.main:1===s.length&&(o=i[s[0]]);return"undefined"===typeof n?o:null!==n&&o&&o.filter((function(t){return t.id===n.id}))[0]||null}},Gl={AUDIO:function(t,e){return function(){var n=e.mediaTypes[t].tracks;for(var r in n)if(n[r].enabled)return n[r];return null}},SUBTITLES:function(t,e){return function(){var n=e.mediaTypes[t].tracks;for(var r in n)if("showing"===n[r].mode||"hidden"===n[r].mode)return n[r];return null}}},Zl=function(t,e){var n=e.mediaTypes;return function(){var e=n[t].activeTrack();return e?n[t].activeGroup(e):null}},Ql=function(t){["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((function(e){Yl[e](e,t)}));var e=t.mediaTypes,n=t.masterPlaylistLoader,r=t.tech,i=t.vhs,a=t.segmentLoaders,o=a["AUDIO"],s=a.main;["AUDIO","SUBTITLES"].forEach((function(n){e[n].activeGroup=Xl(n,t),e[n].activeTrack=Gl[n](n,t),e[n].onGroupChanged=Bl(n,t),e[n].onGroupChanging=Ul(n,t),e[n].onTrackChanged=$l(n,t),e[n].getActiveGroup=Zl(n,t)}));var c=e.AUDIO.activeGroup();if(c){var l=(c.filter((function(t){return t["default"]}))[0]||c[0]).id;e.AUDIO.tracks[l].enabled=!0,e.AUDIO.onGroupChanged(),e.AUDIO.onTrackChanged();var u=e.AUDIO.getActiveGroup();u.playlistLoader?(s.setAudio(!1),o.setAudio(!0)):s.setAudio(!0)}n.on("mediachange",(function(){["AUDIO","SUBTITLES"].forEach((function(t){return e[t].onGroupChanged()}))})),n.on("mediachanging",(function(){["AUDIO","SUBTITLES"].forEach((function(t){return e[t].onGroupChanging()}))}));var h=function(){e.AUDIO.onTrackChanged(),r.trigger({type:"usage",name:"vhs-audio-change"}),r.trigger({type:"usage",name:"hls-audio-change"})};for(var f in r.audioTracks().addEventListener("change",h),r.remoteTextTracks().addEventListener("change",e.SUBTITLES.onTrackChanged),i.on("dispose",(function(){r.audioTracks().removeEventListener("change",h),r.remoteTextTracks().removeEventListener("change",e.SUBTITLES.onTrackChanged)})),r.clearTracks("audio"),e.AUDIO.tracks)r.audioTracks().addTrack(e.AUDIO.tracks[f])},Jl=function(){var t={};return["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((function(e){t[e]={groups:{},tracks:{},activePlaylistLoader:null,activeGroup:pl,activeTrack:pl,getActiveGroup:pl,onGroupChanged:pl,onTrackChanged:pl,lastTrack_:null,logger_:qa("MediaGroups["+e+"]")}})),t},tu=120,eu=["mediaRequests","mediaRequestsAborted","mediaRequestsTimedout","mediaRequestsErrored","mediaTransferDuration","mediaBytesTransferred","mediaAppends"],nu=function(t){return this.audioSegmentLoader_[t]+this.mainSegmentLoader_[t]},ru=function(t){var e=t.currentPlaylist,n=t.buffered,r=t.currentTime,i=t.nextPlaylist,a=t.bufferLowWaterLine,o=t.bufferHighWaterLine,s=t.duration,c=t.experimentalBufferBasedABR,l=t.log;if(!i)return Fa.log.warn("We received no playlist to switch to. Please check your stream."),!1;var u="allowing switch "+(e&&e.id||"null")+" -> "+i.id;if(!e)return l(u+" as current playlist is not set"),!0;if(i.id===e.id)return!1;var h=Boolean(Xa(n,r).length);if(!e.endList)return h||"number"!==typeof e.partTargetDuration?(l(u+" as current playlist is live"),!0):(l("not "+u+" as current playlist is live llhls, but currentTime isn't in buffered."),!1);var f=io(n,r),d=c?Ns.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE:Ns.MAX_BUFFER_LOW_WATER_LINE;if(s<d)return l(u+" as duration < max low water line ("+s+" < "+d+")"),!0;var p=i.attributes.BANDWIDTH,v=e.attributes.BANDWIDTH;if(p<v&&(!c||f<o)){var g=u+" as next bandwidth < current bandwidth ("+p+" < "+v+")";return c&&(g+=" and forwardBuffer < bufferHighWaterLine ("+f+" < "+o+")"),l(g),!0}if((!c||p>v)&&f>=a){var m=u+" as forwardBuffer >= bufferLowWaterLine ("+f+" >= "+a+")";return c&&(m+=" and next bandwidth > current bandwidth ("+p+" > "+v+")"),l(m),!0}return l("not "+u+" as no switching criteria met"),!1},iu=function(t){function e(e){var n;n=t.call(this)||this;var r=e.src,i=e.handleManifestRedirects,o=e.withCredentials,s=e.tech,c=e.bandwidth,l=e.externVhs,u=e.useCueTags,h=e.blacklistDuration,f=e.enableLowInitialPlaylist,p=e.sourceType,v=e.cacheEncryptionKeys,g=e.experimentalBufferBasedABR,m=e.experimentalLeastPixelDiffSelector,y=e.captionServices;if(!r)throw new Error("A non-empty playlist URL or JSON manifest string is required");var b=e.maxPlaylistRetries;null!==b&&"undefined"!==typeof b||(b=1/0),vl=l,n.experimentalBufferBasedABR=Boolean(g),n.experimentalLeastPixelDiffSelector=Boolean(m),n.withCredentials=o,n.tech_=s,n.vhs_=s.vhs,n.sourceType_=p,n.useCueTags_=u,n.blacklistDuration=h,n.maxPlaylistRetries=b,n.enableLowInitialPlaylist=f,n.useCueTags_&&(n.cueTagsTrack_=n.tech_.addTextTrack("metadata","ad-cues"),n.cueTagsTrack_.inBandMetadataTrackDispatchType=""),n.requestOptions_={withCredentials:o,handleManifestRedirects:i,maxPlaylistRetries:b,timeout:null},n.on("error",n.pauseLoading),n.mediaTypes_=Jl(),n.mediaSource=new a.a.MediaSource,n.handleDurationChange_=n.handleDurationChange_.bind(d()(n)),n.handleSourceOpen_=n.handleSourceOpen_.bind(d()(n)),n.handleSourceEnded_=n.handleSourceEnded_.bind(d()(n)),n.mediaSource.addEventListener("durationchange",n.handleDurationChange_),n.mediaSource.addEventListener("sourceopen",n.handleSourceOpen_),n.mediaSource.addEventListener("sourceended",n.handleSourceEnded_),n.seekable_=Fa.createTimeRanges(),n.hasPlayed_=!1,n.syncController_=new zl(e),n.segmentMetadataTrack_=s.addRemoteTextTrack({kind:"metadata",label:"segment-metadata"},!1).track,n.decrypter_=new Rl,n.sourceUpdater_=new Tl(n.mediaSource),n.inbandTextTracks_={},n.timelineChangeController_=new Dl;var _={vhs:n.vhs_,parse708captions:e.parse708captions,useDtsForTimestampOffset:e.useDtsForTimestampOffset,captionServices:y,mediaSource:n.mediaSource,currentTime:n.tech_.currentTime.bind(n.tech_),seekable:function(){return n.seekable()},seeking:function(){return n.tech_.seeking()},duration:function(){return n.duration()},hasPlayed:function(){return n.hasPlayed_},goalBufferLength:function(){return n.goalBufferLength()},bandwidth:c,syncController:n.syncController_,decrypter:n.decrypter_,sourceType:n.sourceType_,inbandTextTracks:n.inbandTextTracks_,cacheEncryptionKeys:v,sourceUpdater:n.sourceUpdater_,timelineChangeController:n.timelineChangeController_,experimentalExactManifestTimings:e.experimentalExactManifestTimings};n.masterPlaylistLoader_="dash"===n.sourceType_?new Ds(r,n.vhs_,n.requestOptions_):new Qo(r,n.vhs_,n.requestOptions_),n.setupMasterPlaylistLoaderListeners_(),n.mainSegmentLoader_=new dl(Fa.mergeOptions(_,{segmentMetadataTrack:n.segmentMetadataTrack_,loaderType:"main"}),e),n.audioSegmentLoader_=new dl(Fa.mergeOptions(_,{loaderType:"audio"}),e),n.subtitleSegmentLoader_=new Al(Fa.mergeOptions(_,{loaderType:"vtt",featuresNativeTextTracks:n.tech_.featuresNativeTextTracks,loadVttJs:function(){return new Promise((function(t,e){function n(){s.off("vttjserror",r),t()}function r(){s.off("vttjsloaded",n),e()}s.one("vttjsloaded",n),s.one("vttjserror",r),s.addWebVttScript_()}))}}),e),n.setupSegmentLoaderListeners_(),n.experimentalBufferBasedABR&&(n.masterPlaylistLoader_.one("loadedplaylist",(function(){return n.startABRTimer_()})),n.tech_.on("pause",(function(){return n.stopABRTimer_()})),n.tech_.on("play",(function(){return n.startABRTimer_()}))),eu.forEach((function(t){n[t+"_"]=nu.bind(d()(n),t)})),n.logger_=qa("MPC"),n.triggeredFmp4Usage=!1,"none"===n.tech_.preload()?(n.loadOnPlay_=function(){n.loadOnPlay_=null,n.masterPlaylistLoader_.load()},n.tech_.one("play",n.loadOnPlay_)):n.masterPlaylistLoader_.load(),n.timeToLoadedData__=-1,n.mainAppendsToLoadedData__=-1,n.audioAppendsToLoadedData__=-1;var x="none"===n.tech_.preload()?"play":"loadstart";return n.tech_.one(x,(function(){var t=Date.now();n.tech_.one("loadeddata",(function(){n.timeToLoadedData__=Date.now()-t,n.mainAppendsToLoadedData__=n.mainSegmentLoader_.mediaAppends,n.audioAppendsToLoadedData__=n.audioSegmentLoader_.mediaAppends}))})),n}v()(e,t);var n=e.prototype;return n.mainAppendsToLoadedData_=function(){return this.mainAppendsToLoadedData__},n.audioAppendsToLoadedData_=function(){return this.audioAppendsToLoadedData__},n.appendsToLoadedData_=function(){var t=this.mainAppendsToLoadedData_(),e=this.audioAppendsToLoadedData_();return-1===t||-1===e?-1:t+e},n.timeToLoadedData_=function(){return this.timeToLoadedData__},n.checkABR_=function(t){void 0===t&&(t="abr");var e=this.selectPlaylist();e&&this.shouldSwitchToMedia_(e)&&this.switchMedia_(e,t)},n.switchMedia_=function(t,e,n){var r=this.media(),i=r&&(r.id||r.uri),a=t.id||t.uri;i&&i!==a&&(this.logger_("switch media "+i+" -> "+a+" from "+e),this.tech_.trigger({type:"usage",name:"vhs-rendition-change-"+e})),this.masterPlaylistLoader_.media(t,n)},n.startABRTimer_=function(){var t=this;this.stopABRTimer_(),this.abrTimer_=a.a.setInterval((function(){return t.checkABR_()}),250)},n.stopABRTimer_=function(){this.tech_.scrubbing&&this.tech_.scrubbing()||(a.a.clearInterval(this.abrTimer_),this.abrTimer_=null)},n.getAudioTrackPlaylists_=function(){var t=this.master(),e=t&&t.playlists||[];if(!t||!t.mediaGroups||!t.mediaGroups.AUDIO)return e;var n,r=t.mediaGroups.AUDIO,i=Object.keys(r);if(Object.keys(this.mediaTypes_.AUDIO.groups).length)n=this.mediaTypes_.AUDIO.activeTrack();else{var a=r.main||i.length&&r[i[0]];for(var o in a)if(a[o]["default"]){n={label:o};break}}if(!n)return e;var s=[];for(var c in r)if(r[c][n.label]){var l=r[c][n.label];if(l.playlists&&l.playlists.length)s.push.apply(s,l.playlists);else if(l.uri)s.push(l);else if(t.playlists.length)for(var u=0;u<t.playlists.length;u++){var h=t.playlists[u];h.attributes&&h.attributes.AUDIO&&h.attributes.AUDIO===c&&s.push(h)}}return s.length?s:e},n.setupMasterPlaylistLoaderListeners_=function(){var t=this;this.masterPlaylistLoader_.on("loadedmetadata",(function(){var e=t.masterPlaylistLoader_.media(),n=1.5*e.targetDuration*1e3;Oo(t.masterPlaylistLoader_.master,t.masterPlaylistLoader_.media())?t.requestOptions_.timeout=0:t.requestOptions_.timeout=n,e.endList&&"none"!==t.tech_.preload()&&(t.mainSegmentLoader_.playlist(e,t.requestOptions_),t.mainSegmentLoader_.load()),Ql({sourceType:t.sourceType_,segmentLoaders:{AUDIO:t.audioSegmentLoader_,SUBTITLES:t.subtitleSegmentLoader_,main:t.mainSegmentLoader_},tech:t.tech_,requestOptions:t.requestOptions_,masterPlaylistLoader:t.masterPlaylistLoader_,vhs:t.vhs_,master:t.master(),mediaTypes:t.mediaTypes_,blacklistCurrentPlaylist:t.blacklistCurrentPlaylist.bind(t)}),t.triggerPresenceUsage_(t.master(),e),t.setupFirstPlay(),!t.mediaTypes_.AUDIO.activePlaylistLoader||t.mediaTypes_.AUDIO.activePlaylistLoader.media()?t.trigger("selectedinitialmedia"):t.mediaTypes_.AUDIO.activePlaylistLoader.one("loadedmetadata",(function(){t.trigger("selectedinitialmedia")}))})),this.masterPlaylistLoader_.on("loadedplaylist",(function(){t.loadOnPlay_&&t.tech_.off("play",t.loadOnPlay_);var e=t.masterPlaylistLoader_.media();if(!e){var n;if(t.excludeUnsupportedVariants_(),t.enableLowInitialPlaylist&&(n=t.selectInitialPlaylist()),n||(n=t.selectPlaylist()),!n||!t.shouldSwitchToMedia_(n))return;t.initialMedia_=n,t.switchMedia_(t.initialMedia_,"initial");var r="vhs-json"===t.sourceType_&&t.initialMedia_.segments;if(!r)return;e=t.initialMedia_}t.handleUpdatedMediaPlaylist(e)})),this.masterPlaylistLoader_.on("error",(function(){t.blacklistCurrentPlaylist(t.masterPlaylistLoader_.error)})),this.masterPlaylistLoader_.on("mediachanging",(function(){t.mainSegmentLoader_.abort(),t.mainSegmentLoader_.pause()})),this.masterPlaylistLoader_.on("mediachange",(function(){var e=t.masterPlaylistLoader_.media(),n=1.5*e.targetDuration*1e3;Oo(t.masterPlaylistLoader_.master,t.masterPlaylistLoader_.media())?t.requestOptions_.timeout=0:t.requestOptions_.timeout=n,t.masterPlaylistLoader_.load(),t.mainSegmentLoader_.playlist(e,t.requestOptions_),t.mainSegmentLoader_.load(),t.tech_.trigger({type:"mediachange",bubbles:!0})})),this.masterPlaylistLoader_.on("playlistunchanged",(function(){var e=t.masterPlaylistLoader_.media();if("playlist-unchanged"!==e.lastExcludeReason_){var n=t.stuckAtPlaylistEnd_(e);n&&(t.blacklistCurrentPlaylist({message:"Playlist no longer updating.",reason:"playlist-unchanged"}),t.tech_.trigger("playliststuck"))}})),this.masterPlaylistLoader_.on("renditiondisabled",(function(){t.tech_.trigger({type:"usage",name:"vhs-rendition-disabled"}),t.tech_.trigger({type:"usage",name:"hls-rendition-disabled"})})),this.masterPlaylistLoader_.on("renditionenabled",(function(){t.tech_.trigger({type:"usage",name:"vhs-rendition-enabled"}),t.tech_.trigger({type:"usage",name:"hls-rendition-enabled"})}))},n.handleUpdatedMediaPlaylist=function(t){this.useCueTags_&&this.updateAdCues_(t),this.mainSegmentLoader_.playlist(t,this.requestOptions_),this.updateDuration(!t.endList),this.tech_.paused()||(this.mainSegmentLoader_.load(),this.audioSegmentLoader_&&this.audioSegmentLoader_.load())},n.triggerPresenceUsage_=function(t,e){var n=t.mediaGroups||{},r=!0,i=Object.keys(n.AUDIO);for(var a in n.AUDIO)for(var o in n.AUDIO[a]){var s=n.AUDIO[a][o];s.uri||(r=!1)}r&&(this.tech_.trigger({type:"usage",name:"vhs-demuxed"}),this.tech_.trigger({type:"usage",name:"hls-demuxed"})),Object.keys(n.SUBTITLES).length&&(this.tech_.trigger({type:"usage",name:"vhs-webvtt"}),this.tech_.trigger({type:"usage",name:"hls-webvtt"})),vl.Playlist.isAes(e)&&(this.tech_.trigger({type:"usage",name:"vhs-aes"}),this.tech_.trigger({type:"usage",name:"hls-aes"})),i.length&&Object.keys(n.AUDIO[i[0]]).length>1&&(this.tech_.trigger({type:"usage",name:"vhs-alternate-audio"}),this.tech_.trigger({type:"usage",name:"hls-alternate-audio"})),this.useCueTags_&&(this.tech_.trigger({type:"usage",name:"vhs-playlist-cue-tags"}),this.tech_.trigger({type:"usage",name:"hls-playlist-cue-tags"}))},n.shouldSwitchToMedia_=function(t){var e=this.masterPlaylistLoader_.media()||this.masterPlaylistLoader_.pendingMedia_,n=this.tech_.currentTime(),r=this.bufferLowWaterLine(),i=this.bufferHighWaterLine(),a=this.tech_.buffered();return ru({buffered:a,currentTime:n,currentPlaylist:e,nextPlaylist:t,bufferLowWaterLine:r,bufferHighWaterLine:i,duration:this.duration(),experimentalBufferBasedABR:this.experimentalBufferBasedABR,log:this.logger_})},n.setupSegmentLoaderListeners_=function(){var t=this;this.mainSegmentLoader_.on("bandwidthupdate",(function(){t.checkABR_("bandwidthupdate"),t.tech_.trigger("bandwidthupdate")})),this.mainSegmentLoader_.on("timeout",(function(){t.experimentalBufferBasedABR&&t.mainSegmentLoader_.load()})),this.experimentalBufferBasedABR||this.mainSegmentLoader_.on("progress",(function(){t.trigger("progress")})),this.mainSegmentLoader_.on("error",(function(){t.blacklistCurrentPlaylist(t.mainSegmentLoader_.error())})),this.mainSegmentLoader_.on("appenderror",(function(){t.error=t.mainSegmentLoader_.error_,t.trigger("error")})),this.mainSegmentLoader_.on("syncinfoupdate",(function(){t.onSyncInfoUpdate_()})),this.mainSegmentLoader_.on("timestampoffset",(function(){t.tech_.trigger({type:"usage",name:"vhs-timestamp-offset"}),t.tech_.trigger({type:"usage",name:"hls-timestamp-offset"})})),this.audioSegmentLoader_.on("syncinfoupdate",(function(){t.onSyncInfoUpdate_()})),this.audioSegmentLoader_.on("appenderror",(function(){t.error=t.audioSegmentLoader_.error_,t.trigger("error")})),this.mainSegmentLoader_.on("ended",(function(){t.logger_("main segment loader ended"),t.onEndOfStream()})),this.mainSegmentLoader_.on("earlyabort",(function(e){t.experimentalBufferBasedABR||(t.delegateLoaders_("all",["abort"]),t.blacklistCurrentPlaylist({message:"Aborted early because there isn't enough bandwidth to complete the request without rebuffering."},tu))}));var e=function(){if(!t.sourceUpdater_.hasCreatedSourceBuffers())return t.tryToCreateSourceBuffers_();var e=t.getCodecsOrExclude_();e&&t.sourceUpdater_.addOrChangeSourceBuffers(e)};this.mainSegmentLoader_.on("trackinfo",e),this.audioSegmentLoader_.on("trackinfo",e),this.mainSegmentLoader_.on("fmp4",(function(){t.triggeredFmp4Usage||(t.tech_.trigger({type:"usage",name:"vhs-fmp4"}),t.tech_.trigger({type:"usage",name:"hls-fmp4"}),t.triggeredFmp4Usage=!0)})),this.audioSegmentLoader_.on("fmp4",(function(){t.triggeredFmp4Usage||(t.tech_.trigger({type:"usage",name:"vhs-fmp4"}),t.tech_.trigger({type:"usage",name:"hls-fmp4"}),t.triggeredFmp4Usage=!0)})),this.audioSegmentLoader_.on("ended",(function(){t.logger_("audioSegmentLoader ended"),t.onEndOfStream()}))},n.mediaSecondsLoaded_=function(){return Math.max(this.audioSegmentLoader_.mediaSecondsLoaded+this.mainSegmentLoader_.mediaSecondsLoaded)},n.load=function(){this.mainSegmentLoader_.load(),this.mediaTypes_.AUDIO.activePlaylistLoader&&this.audioSegmentLoader_.load(),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&this.subtitleSegmentLoader_.load()},n.smoothQualityChange_=function(t){void 0===t&&(t=this.selectPlaylist()),this.fastQualityChange_(t)},n.fastQualityChange_=function(t){var e=this;void 0===t&&(t=this.selectPlaylist()),t!==this.masterPlaylistLoader_.media()?(this.switchMedia_(t,"fast-quality"),this.mainSegmentLoader_.resetEverything((function(){Fa.browser.IE_VERSION||Fa.browser.IS_EDGE?e.tech_.setCurrentTime(e.tech_.currentTime()+.04):e.tech_.setCurrentTime(e.tech_.currentTime())}))):this.logger_("skipping fastQualityChange because new media is same as old")},n.play=function(){if(!this.setupFirstPlay()){this.tech_.ended()&&this.tech_.setCurrentTime(0),this.hasPlayed_&&this.load();var t=this.tech_.seekable();return this.tech_.duration()===1/0&&this.tech_.currentTime()<t.start(0)?this.tech_.setCurrentTime(t.end(t.length-1)):void 0}},n.setupFirstPlay=function(){var t=this,e=this.masterPlaylistLoader_.media();if(!e||this.tech_.paused()||this.hasPlayed_)return!1;if(!e.endList){var n=this.seekable();if(!n.length)return!1;if(Fa.browser.IE_VERSION&&0===this.tech_.readyState())return this.tech_.one("loadedmetadata",(function(){t.trigger("firstplay"),t.tech_.setCurrentTime(n.end(0)),t.hasPlayed_=!0})),!1;this.trigger("firstplay"),this.tech_.setCurrentTime(n.end(0))}return this.hasPlayed_=!0,this.load(),!0},n.handleSourceOpen_=function(){if(this.tryToCreateSourceBuffers_(),this.tech_.autoplay()){var t=this.tech_.play();"undefined"!==typeof t&&"function"===typeof t.then&&t.then(null,(function(t){}))}this.trigger("sourceopen")},n.handleSourceEnded_=function(){if(this.inbandTextTracks_.metadataTrack_){var t=this.inbandTextTracks_.metadataTrack_.cues;if(t&&t.length){var e=this.duration();t[t.length-1].endTime=isNaN(e)||Math.abs(e)===1/0?Number.MAX_VALUE:e}}},n.handleDurationChange_=function(){this.tech_.trigger("durationchange")},n.onEndOfStream=function(){var t=this.mainSegmentLoader_.ended_;if(this.mediaTypes_.AUDIO.activePlaylistLoader){var e=this.mainSegmentLoader_.getCurrentMediaInfo_();t=!e||e.hasVideo?t&&this.audioSegmentLoader_.ended_:this.audioSegmentLoader_.ended_}t&&(this.stopABRTimer_(),this.sourceUpdater_.endOfStream())},n.stuckAtPlaylistEnd_=function(t){var e=this.seekable();if(!e.length)return!1;var n=this.syncController_.getExpiredTime(t,this.duration());if(null===n)return!1;var r=vl.Playlist.playlistEnd(t,n),i=this.tech_.currentTime(),a=this.tech_.buffered();if(!a.length)return r-i<=Ya;var o=a.end(a.length-1);return o-i<=Ya&&r-o<=Ya},n.blacklistCurrentPlaylist=function(t,e){void 0===t&&(t={});var n=t.playlist||this.masterPlaylistLoader_.media();if(e=e||t.blacklistDuration||this.blacklistDuration,!n)return this.error=t,void("open"!==this.mediaSource.readyState?this.trigger("error"):this.sourceUpdater_.endOfStream("network"));n.playlistErrors_++;var r,i=this.masterPlaylistLoader_.master.playlists,a=i.filter(wo),o=1===a.length&&a[0]===n;if(1===i.length&&e!==1/0)return Fa.log.warn("Problem encountered with playlist "+n.id+". Trying again since it is the only playlist."),this.tech_.trigger("retryplaylist"),this.masterPlaylistLoader_.load(o);if(o){var s=!1;i.forEach((function(t){if(t!==n){var e=t.excludeUntil;"undefined"!==typeof e&&e!==1/0&&(s=!0,delete t.excludeUntil)}})),s&&(Fa.log.warn("Removing other playlists from the exclusion list because the last rendition is about to be excluded."),this.tech_.trigger("retryplaylist"))}r=n.playlistErrors_>this.maxPlaylistRetries?1/0:Date.now()+1e3*e,n.excludeUntil=r,t.reason&&(n.lastExcludeReason_=t.reason),this.tech_.trigger("blacklistplaylist"),this.tech_.trigger({type:"usage",name:"vhs-rendition-blacklisted"}),this.tech_.trigger({type:"usage",name:"hls-rendition-blacklisted"});var c=this.selectPlaylist();if(!c)return this.error="Playback cannot continue. No available working or supported playlists.",void this.trigger("error");var l=t.internal?this.logger_:Fa.log.warn,u=t.message?" "+t.message:"";l((t.internal?"Internal problem":"Problem")+" encountered with playlist "+n.id+"."+u+" Switching to playlist "+c.id+"."),c.attributes.AUDIO!==n.attributes.AUDIO&&this.delegateLoaders_("audio",["abort","pause"]),c.attributes.SUBTITLES!==n.attributes.SUBTITLES&&this.delegateLoaders_("subtitle",["abort","pause"]),this.delegateLoaders_("main",["abort","pause"]);var h=c.targetDuration/2*1e3||5e3,f="number"===typeof c.lastRequest&&Date.now()-c.lastRequest<=h;return this.switchMedia_(c,"exclude",o||f)},n.pauseLoading=function(){this.delegateLoaders_("all",["abort","pause"]),this.stopABRTimer_()},n.delegateLoaders_=function(t,e){var n=this,r=[],i="all"===t;(i||"main"===t)&&r.push(this.masterPlaylistLoader_);var a=[];(i||"audio"===t)&&a.push("AUDIO"),(i||"subtitle"===t)&&(a.push("CLOSED-CAPTIONS"),a.push("SUBTITLES")),a.forEach((function(t){var e=n.mediaTypes_[t]&&n.mediaTypes_[t].activePlaylistLoader;e&&r.push(e)})),["main","audio","subtitle"].forEach((function(e){var i=n[e+"SegmentLoader_"];!i||t!==e&&"all"!==t||r.push(i)})),r.forEach((function(t){return e.forEach((function(e){"function"===typeof t[e]&&t[e]()}))}))},n.setCurrentTime=function(t){var e=Xa(this.tech_.buffered(),t);return this.masterPlaylistLoader_&&this.masterPlaylistLoader_.media()&&this.masterPlaylistLoader_.media().segments?e&&e.length?t:(this.mainSegmentLoader_.resetEverything(),this.mainSegmentLoader_.abort(),this.mediaTypes_.AUDIO.activePlaylistLoader&&(this.audioSegmentLoader_.resetEverything(),this.audioSegmentLoader_.abort()),this.mediaTypes_.SUBTITLES.activePlaylistLoader&&(this.subtitleSegmentLoader_.resetEverything(),this.subtitleSegmentLoader_.abort()),void this.load()):0},n.duration=function(){if(!this.masterPlaylistLoader_)return 0;var t=this.masterPlaylistLoader_.media();return t?t.endList?this.mediaSource?this.mediaSource.duration:vl.Playlist.duration(t):1/0:0},n.seekable=function(){return this.seekable_},n.onSyncInfoUpdate_=function(){var t;if(this.masterPlaylistLoader_){var e=this.masterPlaylistLoader_.media();if(e){var n=this.syncController_.getExpiredTime(e,this.duration());if(null!==n){var r=this.masterPlaylistLoader_.master,i=vl.Playlist.seekable(e,n,vl.Playlist.liveEdgeDelay(r,e));if(0!==i.length){if(this.mediaTypes_.AUDIO.activePlaylistLoader){if(e=this.mediaTypes_.AUDIO.activePlaylistLoader.media(),n=this.syncController_.getExpiredTime(e,this.duration()),null===n)return;if(t=vl.Playlist.seekable(e,n,vl.Playlist.liveEdgeDelay(r,e)),0===t.length)return}var a,o;this.seekable_&&this.seekable_.length&&(a=this.seekable_.end(0),o=this.seekable_.start(0)),t?t.start(0)>i.end(0)||i.start(0)>t.end(0)?this.seekable_=i:this.seekable_=Fa.createTimeRanges([[t.start(0)>i.start(0)?t.start(0):i.start(0),t.end(0)<i.end(0)?t.end(0):i.end(0)]]):this.seekable_=i,this.seekable_&&this.seekable_.length&&this.seekable_.end(0)===a&&this.seekable_.start(0)===o||(this.logger_("seekable updated ["+Ja(this.seekable_)+"]"),this.tech_.trigger("seekablechanged"))}}}}},n.updateDuration=function(t){if(this.updateDuration_&&(this.mediaSource.removeEventListener("sourceopen",this.updateDuration_),this.updateDuration_=null),"open"!==this.mediaSource.readyState)return this.updateDuration_=this.updateDuration.bind(this,t),void this.mediaSource.addEventListener("sourceopen",this.updateDuration_);if(t){var e=this.seekable();if(!e.length)return;(isNaN(this.mediaSource.duration)||this.mediaSource.duration<e.end(e.length-1))&&this.sourceUpdater_.setDuration(e.end(e.length-1))}else{var n=this.tech_.buffered(),r=vl.Playlist.duration(this.masterPlaylistLoader_.media());n.length>0&&(r=Math.max(r,n.end(n.length-1))),this.mediaSource.duration!==r&&this.sourceUpdater_.setDuration(r)}},n.dispose=function(){var t=this;this.trigger("dispose"),this.decrypter_.terminate(),this.masterPlaylistLoader_.dispose(),this.mainSegmentLoader_.dispose(),this.loadOnPlay_&&this.tech_.off("play",this.loadOnPlay_),["AUDIO","SUBTITLES"].forEach((function(e){var n=t.mediaTypes_[e].groups;for(var r in n)n[r].forEach((function(t){t.playlistLoader&&t.playlistLoader.dispose()}))})),this.audioSegmentLoader_.dispose(),this.subtitleSegmentLoader_.dispose(),this.sourceUpdater_.dispose(),this.timelineChangeController_.dispose(),this.stopABRTimer_(),this.updateDuration_&&this.mediaSource.removeEventListener("sourceopen",this.updateDuration_),this.mediaSource.removeEventListener("durationchange",this.handleDurationChange_),this.mediaSource.removeEventListener("sourceopen",this.handleSourceOpen_),this.mediaSource.removeEventListener("sourceended",this.handleSourceEnded_),this.off()},n.master=function(){return this.masterPlaylistLoader_.master},n.media=function(){return this.masterPlaylistLoader_.media()||this.initialMedia_},n.areMediaTypesKnown_=function(){var t=!!this.mediaTypes_.AUDIO.activePlaylistLoader,e=!!this.mainSegmentLoader_.getCurrentMediaInfo_(),n=!t||!!this.audioSegmentLoader_.getCurrentMediaInfo_();return!(!e||!n)},n.getCodecsOrExclude_=function(){var t=this,e={main:this.mainSegmentLoader_.getCurrentMediaInfo_()||{},audio:this.audioSegmentLoader_.getCurrentMediaInfo_()||{}},n=this.mainSegmentLoader_.getPendingSegmentPlaylist()||this.media();e.video=e.main;var r=Mc(this.master(),n),i={},a=!!this.mediaTypes_.AUDIO.activePlaylistLoader;if(e.main.hasVideo&&(i.video=r.video||e.main.videoCodec||M["b"]),e.main.isMuxed&&(i.video+=","+(r.audio||e.main.audioCodec||M["a"])),(e.main.hasAudio&&!e.main.isMuxed||e.audio.hasAudio||a)&&(i.audio=r.audio||e.main.audioCodec||e.audio.audioCodec||M["a"],e.audio.isFmp4=e.main.hasAudio&&!e.main.isMuxed?e.main.isFmp4:e.audio.isFmp4),i.audio||i.video){var o,s=function(t,e){return t?Object(M["c"])(e):Object(M["g"])(e)},c={};if(["video","audio"].forEach((function(t){if(i.hasOwnProperty(t)&&!s(e[t].isFmp4,i[t])){var n=e[t].isFmp4?"browser":"muxer";c[n]=c[n]||[],c[n].push(i[t]),"audio"===t&&(o=n)}})),a&&o&&n.attributes.AUDIO){var l=n.attributes.AUDIO;this.master().playlists.forEach((function(t){var e=t.attributes&&t.attributes.AUDIO;e===l&&t!==n&&(t.excludeUntil=1/0)})),this.logger_("excluding audio group "+l+" as "+o+' does not support codec(s): "'+i.audio+'"')}if(!Object.keys(c).length){if(this.sourceUpdater_.hasCreatedSourceBuffers()&&!this.sourceUpdater_.canChangeType()){var u=[];if(["video","audio"].forEach((function(e){var n=(Object(M["h"])(t.sourceUpdater_.codecs[e]||"")[0]||{}).type,r=(Object(M["h"])(i[e]||"")[0]||{}).type;n&&r&&n.toLowerCase()!==r.toLowerCase()&&u.push('"'+t.sourceUpdater_.codecs[e]+'" -> "'+i[e]+'"')})),u.length)return void this.blacklistCurrentPlaylist({playlist:n,message:"Codec switching not supported: "+u.join(", ")+".",blacklistDuration:1/0,internal:!0})}return i}var h=Object.keys(c).reduce((function(t,e){return t&&(t+=", "),t+=e+' does not support codec(s): "'+c[e].join(",")+'"',t}),"")+".";this.blacklistCurrentPlaylist({playlist:n,internal:!0,message:h,blacklistDuration:1/0})}else this.blacklistCurrentPlaylist({playlist:n,message:"Could not determine codecs for playlist.",blacklistDuration:1/0})},n.tryToCreateSourceBuffers_=function(){if("open"===this.mediaSource.readyState&&!this.sourceUpdater_.hasCreatedSourceBuffers()&&this.areMediaTypesKnown_()){var t=this.getCodecsOrExclude_();if(t){this.sourceUpdater_.createSourceBuffers(t);var e=[t.video,t.audio].filter(Boolean).join(",");this.excludeIncompatibleVariants_(e)}}},n.excludeUnsupportedVariants_=function(){var t=this,e=this.master().playlists,n=[];Object.keys(e).forEach((function(r){var i=e[r];if(-1===n.indexOf(i.id)){n.push(i.id);var a=Mc(t.master,i),o=[];!a.audio||Object(M["g"])(a.audio)||Object(M["c"])(a.audio)||o.push("audio codec "+a.audio),!a.video||Object(M["g"])(a.video)||Object(M["c"])(a.video)||o.push("video codec "+a.video),a.text&&"stpp.ttml.im1t"===a.text&&o.push("text codec "+a.text),o.length&&(i.excludeUntil=1/0,t.logger_("excluding "+i.id+" for unsupported: "+o.join(", ")))}}))},n.excludeIncompatibleVariants_=function(t){var e=this,n=[],r=this.master().playlists,i=Tc(Object(M["h"])(t)),a=Oc(i),o=i.video&&Object(M["h"])(i.video)[0]||null,s=i.audio&&Object(M["h"])(i.audio)[0]||null;Object.keys(r).forEach((function(t){var i=r[t];if(-1===n.indexOf(i.id)&&i.excludeUntil!==1/0){n.push(i.id);var c=[],l=Mc(e.masterPlaylistLoader_.master,i),u=Oc(l);if(l.audio||l.video){if(u!==a&&c.push('codec count "'+u+'" !== "'+a+'"'),!e.sourceUpdater_.canChangeType()){var h=l.video&&Object(M["h"])(l.video)[0]||null,f=l.audio&&Object(M["h"])(l.audio)[0]||null;h&&o&&h.type.toLowerCase()!==o.type.toLowerCase()&&c.push('video codec "'+h.type+'" !== "'+o.type+'"'),f&&s&&f.type.toLowerCase()!==s.type.toLowerCase()&&c.push('audio codec "'+f.type+'" !== "'+s.type+'"')}c.length&&(i.excludeUntil=1/0,e.logger_("blacklisting "+i.id+": "+c.join(" && ")))}}}))},n.updateAdCues_=function(t){var e=0,n=this.seekable();n.length&&(e=n.start(0)),Ll(t,this.cueTagsTrack_,e)},n.goalBufferLength=function(){var t=this.tech_.currentTime(),e=Ns.GOAL_BUFFER_LENGTH,n=Ns.GOAL_BUFFER_LENGTH_RATE,r=Math.max(e,Ns.MAX_GOAL_BUFFER_LENGTH);return Math.min(e+t*n,r)},n.bufferLowWaterLine=function(){var t=this.tech_.currentTime(),e=Ns.BUFFER_LOW_WATER_LINE,n=Ns.BUFFER_LOW_WATER_LINE_RATE,r=Math.max(e,Ns.MAX_BUFFER_LOW_WATER_LINE),i=Math.max(e,Ns.EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE);return Math.min(e+t*n,this.experimentalBufferBasedABR?i:r)},n.bufferHighWaterLine=function(){return Ns.BUFFER_HIGH_WATER_LINE},e}(Fa.EventTarget),au=function(t,e,n){return function(r){var i=t.master.playlists[e],a=xo(i),o=wo(i);return"undefined"===typeof r?o:(r?delete i.disabled:i.disabled=!0,r===o||a||(n(),r?t.trigger("renditionenabled"):t.trigger("renditiondisabled")),r)}},ou=function(t,e,n){var r=t.masterPlaylistController_,i=t.options_.smoothQualityChange,a=i?"smooth":"fast",o=r[a+"QualityChange_"].bind(r);if(e.attributes){var s=e.attributes.RESOLUTION;this.width=s&&s.width,this.height=s&&s.height,this.bandwidth=e.attributes.BANDWIDTH,this.frameRate=e.attributes["FRAME-RATE"]}this.codecs=Mc(r.master(),e),this.playlist=e,this.id=n,this.enabled=au(t.playlists,e.id,o)},su=function(t){t.representations=function(){var e=t.masterPlaylistController_.master(),n=Ao(e)?t.masterPlaylistController_.getAudioTrackPlaylists_():e.playlists;return n?n.filter((function(t){return!xo(t)})).map((function(e,n){return new ou(t,e,e.id)})):[]}},cu=["seeking","seeked","pause","playing","error"],lu=function(){function t(t){var e=this;this.masterPlaylistController_=t.masterPlaylistController,this.tech_=t.tech,this.seekable=t.seekable,this.allowSeeksWithinUnsafeLiveWindow=t.allowSeeksWithinUnsafeLiveWindow,this.liveRangeSafeTimeDelta=t.liveRangeSafeTimeDelta,this.media=t.media,this.consecutiveUpdates=0,this.lastRecordedTime=null,this.timer_=null,this.checkCurrentTimeTimeout_=null,this.logger_=qa("PlaybackWatcher"),this.logger_("initialize");var n=function(){return e.monitorCurrentTime_()},r=function(){return e.monitorCurrentTime_()},i=function(){return e.techWaiting_()},o=function(){return e.cancelTimer_()},s=this.masterPlaylistController_,c=["main","subtitle","audio"],l={};c.forEach((function(t){l[t]={reset:function(){return e.resetSegmentDownloads_(t)},updateend:function(){return e.checkSegmentDownloads_(t)}},s[t+"SegmentLoader_"].on("appendsdone",l[t].updateend),s[t+"SegmentLoader_"].on("playlistupdate",l[t].reset),e.tech_.on(["seeked","seeking"],l[t].reset)}));var u=function(t){["main","audio"].forEach((function(n){s[n+"SegmentLoader_"][t]("appended",e.seekingAppendCheck_)}))};this.seekingAppendCheck_=function(){e.fixesBadSeeks_()&&(e.consecutiveUpdates=0,e.lastRecordedTime=e.tech_.currentTime(),u("off"))},this.clearSeekingAppendCheck_=function(){return u("off")},this.watchForBadSeeking_=function(){e.clearSeekingAppendCheck_(),u("on")},this.tech_.on("seeked",this.clearSeekingAppendCheck_),this.tech_.on("seeking",this.watchForBadSeeking_),this.tech_.on("waiting",i),this.tech_.on(cu,o),this.tech_.on("canplay",r),this.tech_.one("play",n),this.dispose=function(){e.clearSeekingAppendCheck_(),e.logger_("dispose"),e.tech_.off("waiting",i),e.tech_.off(cu,o),e.tech_.off("canplay",r),e.tech_.off("play",n),e.tech_.off("seeking",e.watchForBadSeeking_),e.tech_.off("seeked",e.clearSeekingAppendCheck_),c.forEach((function(t){s[t+"SegmentLoader_"].off("appendsdone",l[t].updateend),s[t+"SegmentLoader_"].off("playlistupdate",l[t].reset),e.tech_.off(["seeked","seeking"],l[t].reset)})),e.checkCurrentTimeTimeout_&&a.a.clearTimeout(e.checkCurrentTimeTimeout_),e.cancelTimer_()}}var e=t.prototype;return e.monitorCurrentTime_=function(){this.checkCurrentTime_(),this.checkCurrentTimeTimeout_&&a.a.clearTimeout(this.checkCurrentTimeTimeout_),this.checkCurrentTimeTimeout_=a.a.setTimeout(this.monitorCurrentTime_.bind(this),250)},e.resetSegmentDownloads_=function(t){var e=this.masterPlaylistController_[t+"SegmentLoader_"];this[t+"StalledDownloads_"]>0&&this.logger_("resetting possible stalled download count for "+t+" loader"),this[t+"StalledDownloads_"]=0,this[t+"Buffered_"]=e.buffered_()},e.checkSegmentDownloads_=function(t){var e=this.masterPlaylistController_,n=e[t+"SegmentLoader_"],r=n.buffered_(),i=no(this[t+"Buffered_"],r);this[t+"Buffered_"]=r,i?this.resetSegmentDownloads_(t):(this[t+"StalledDownloads_"]++,this.logger_("found #"+this[t+"StalledDownloads_"]+" "+t+" appends that did not increase buffer (possible stalled download)",{playlistId:n.playlist_&&n.playlist_.id,buffered:eo(r)}),this[t+"StalledDownloads_"]<10||(this.logger_(t+" loader stalled download exclusion"),this.resetSegmentDownloads_(t),this.tech_.trigger({type:"usage",name:"vhs-"+t+"-download-exclusion"}),"subtitle"!==t&&e.blacklistCurrentPlaylist({message:"Excessive "+t+" segment downloading detected."},1/0)))},e.checkCurrentTime_=function(){if(!this.tech_.paused()&&!this.tech_.seeking()){var t=this.tech_.currentTime(),e=this.tech_.buffered();if(this.lastRecordedTime===t&&(!e.length||t+Ya>=e.end(e.length-1)))return this.techWaiting_();this.consecutiveUpdates>=5&&t===this.lastRecordedTime?(this.consecutiveUpdates++,this.waiting_()):t===this.lastRecordedTime?this.consecutiveUpdates++:(this.consecutiveUpdates=0,this.lastRecordedTime=t)}},e.cancelTimer_=function(){this.consecutiveUpdates=0,this.timer_&&(this.logger_("cancelTimer_"),clearTimeout(this.timer_)),this.timer_=null},e.fixesBadSeeks_=function(){var t=this.tech_.seeking();if(!t)return!1;var e,n=this.seekable(),r=this.tech_.currentTime(),i=this.afterSeekableWindow_(n,r,this.media(),this.allowSeeksWithinUnsafeLiveWindow);if(i){var a=n.end(n.length-1);e=a}if(this.beforeSeekableWindow_(n,r)){var o=n.start(0);e=o+(o===n.end(0)?0:Ya)}if("undefined"!==typeof e)return this.logger_("Trying to seek outside of seekable at time "+r+" with seekable range "+Ja(n)+". Seeking to "+e+"."),this.tech_.setCurrentTime(e),!0;for(var s=this.masterPlaylistController_.sourceUpdater_,c=this.tech_.buffered(),l=s.audioBuffer?s.audioBuffered():null,u=s.videoBuffer?s.videoBuffered():null,h=this.media(),f=h.partTargetDuration?h.partTargetDuration:2*(h.targetDuration-Wa),d=[l,u],p=0;p<d.length;p++)if(d[p]){var v=io(d[p],r);if(v<f)return!1}var g=Ga(c,r);return 0!==g.length&&(e=g.start(0)+Ya,this.logger_("Buffered region starts ("+g.start(0)+")  just beyond seek point ("+r+"). Seeking to "+e+"."),this.tech_.setCurrentTime(e),!0)},e.waiting_=function(){if(!this.techWaiting_()){var t=this.tech_.currentTime(),e=this.tech_.buffered(),n=Xa(e,t);return n.length&&t+3<=n.end(0)?(this.cancelTimer_(),this.tech_.setCurrentTime(t),this.logger_("Stopped at "+t+" while inside a buffered region ["+n.start(0)+" -> "+n.end(0)+"]. Attempting to resume playback by seeking to the current time."),this.tech_.trigger({type:"usage",name:"vhs-unknown-waiting"}),void this.tech_.trigger({type:"usage",name:"hls-unknown-waiting"})):void 0}},e.techWaiting_=function(){var t=this.seekable(),e=this.tech_.currentTime();if(this.tech_.seeking()||null!==this.timer_)return!0;if(this.beforeSeekableWindow_(t,e)){var n=t.end(t.length-1);return this.logger_("Fell out of live window at time "+e+". Seeking to live point (seekable end) "+n),this.cancelTimer_(),this.tech_.setCurrentTime(n),this.tech_.trigger({type:"usage",name:"vhs-live-resync"}),this.tech_.trigger({type:"usage",name:"hls-live-resync"}),!0}var r=this.tech_.vhs.masterPlaylistController_.sourceUpdater_,i=this.tech_.buffered(),a=this.videoUnderflow_({audioBuffered:r.audioBuffered(),videoBuffered:r.videoBuffered(),currentTime:e});if(a)return this.cancelTimer_(),this.tech_.setCurrentTime(e),this.tech_.trigger({type:"usage",name:"vhs-video-underflow"}),this.tech_.trigger({type:"usage",name:"hls-video-underflow"}),!0;var o=Ga(i,e);if(o.length>0){var s=o.start(0)-e;return this.logger_("Stopped at "+e+", setting timer for "+s+", seeking to "+o.start(0)),this.cancelTimer_(),this.timer_=setTimeout(this.skipTheGap_.bind(this),1e3*s,e),!0}return!1},e.afterSeekableWindow_=function(t,e,n,r){if(void 0===r&&(r=!1),!t.length)return!1;var i=t.end(t.length-1)+Ya,a=!n.endList;return a&&r&&(i=t.end(t.length-1)+3*n.targetDuration),e>i},e.beforeSeekableWindow_=function(t,e){return!!(t.length&&t.start(0)>0&&e<t.start(0)-this.liveRangeSafeTimeDelta)},e.videoUnderflow_=function(t){var e=t.videoBuffered,n=t.audioBuffered,r=t.currentTime;if(e){var i;if(e.length&&n.length){var a=Xa(e,r-3),o=Xa(e,r),s=Xa(n,r);s.length&&!o.length&&a.length&&(i={start:a.end(0),end:s.end(0)})}else{var c=Ga(e,r);c.length||(i=this.gapFromVideoUnderflow_(e,r))}return!!i&&(this.logger_("Encountered a gap in video from "+i.start+" to "+i.end+". Seeking to current time "+r),!0)}},e.skipTheGap_=function(t){var e=this.tech_.buffered(),n=this.tech_.currentTime(),r=Ga(e,n);this.cancelTimer_(),0!==r.length&&n===t&&(this.logger_("skipTheGap_:","currentTime:",n,"scheduled currentTime:",t,"nextRange start:",r.start(0)),this.tech_.setCurrentTime(r.start(0)+Wa),this.tech_.trigger({type:"usage",name:"vhs-gap-skip"}),this.tech_.trigger({type:"usage",name:"hls-gap-skip"}))},e.gapFromVideoUnderflow_=function(t,e){for(var n=Za(t),r=0;r<n.length;r++){var i=n.start(r),a=n.end(r);if(e-i<4&&e-i>2)return{start:i,end:a}}return null},t}(),uu={errorInterval:30,getSource:function(t){var e=this.tech({IWillNotUseThisInPlugins:!0}),n=e.currentSource_||this.currentSource();return t(n)}},hu=function t(e,n){var r=0,i=0,a=Fa.mergeOptions(uu,n);e.ready((function(){e.trigger({type:"usage",name:"vhs-error-reload-initialized"}),e.trigger({type:"usage",name:"hls-error-reload-initialized"})}));var o=function(){i&&e.currentTime(i)},s=function(t){null!==t&&void 0!==t&&(i=e.duration()!==1/0&&e.currentTime()||0,e.one("loadedmetadata",o),e.src(t),e.trigger({type:"usage",name:"vhs-error-reload"}),e.trigger({type:"usage",name:"hls-error-reload"}),e.play())},c=function(){return Date.now()-r<1e3*a.errorInterval?(e.trigger({type:"usage",name:"vhs-error-reload-canceled"}),void e.trigger({type:"usage",name:"hls-error-reload-canceled"})):a.getSource&&"function"===typeof a.getSource?(r=Date.now(),a.getSource.call(e,s)):void Fa.log.error("ERROR: reloadSourceOnError - The option getSource must be a function!")},l=function t(){e.off("loadedmetadata",o),e.off("error",c),e.off("dispose",t)},u=function(n){l(),t(e,n)};e.on("error",c),e.on("dispose",l),e.reloadSourceOnError=u},fu=function(t){hu(this,t)},du="2.16.2",pu="6.0.1",vu="0.22.1",gu="4.8.0",mu="3.1.3",yu={PlaylistLoader:Qo,Playlist:Po,utils:ps,STANDARD_PLAYLIST_SELECTOR:Dc,INITIAL_PLAYLIST_SELECTOR:Vc,lastBandwidthSelector:Dc,movingAverageBandwidthSelector:Nc,comparePlaylistBandwidth:Ic,comparePlaylistResolution:jc,xhr:ns()};Object.keys(Ns).forEach((function(t){Object.defineProperty(yu,t,{get:function(){return Fa.log.warn("using Vhs."+t+" is UNSAFE be sure you know what you are doing"),Ns[t]},set:function(e){Fa.log.warn("using Vhs."+t+" is UNSAFE be sure you know what you are doing"),"number"!==typeof e||e<0?Fa.log.warn("value of Vhs."+t+" must be greater than or equal to 0"):Ns[t]=e}})}));var bu="videojs-vhs",_u=function(t,e){for(var n=e.media(),r=-1,i=0;i<t.length;i++)if(t[i].id===n.id){r=i;break}t.selectedIndex_=r,t.trigger({selectedIndex:r,type:"change"})},xu=function(t,e){e.representations().forEach((function(e){t.addQualityLevel(e)})),_u(t,e.playlists)};yu.canPlaySource=function(){return Fa.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var wu=function(t,e,n){if(!t)return t;var r={};e&&e.attributes&&e.attributes.CODECS&&(r=Tc(Object(M["h"])(e.attributes.CODECS))),n&&n.attributes&&n.attributes.CODECS&&(r.audio=n.attributes.CODECS);var i=Object(M["e"])(r.video),a=Object(M["e"])(r.audio),o={};for(var s in t)o[s]={},a&&(o[s].audioContentType=a),i&&(o[s].videoContentType=i),e.contentProtection&&e.contentProtection[s]&&e.contentProtection[s].pssh&&(o[s].pssh=e.contentProtection[s].pssh),"string"===typeof t[s]&&(o[s].url=t[s]);return Fa.mergeOptions(t,o)},ku=function(t,e){return t.reduce((function(t,n){if(!n.contentProtection)return t;var r=e.reduce((function(t,e){var r=n.contentProtection[e];return r&&r.pssh&&(t[e]={pssh:r.pssh}),t}),{});return Object.keys(r).length&&t.push(r),t}),[])},Cu=function(t){var e=t.player,n=t.sourceKeySystems,r=t.audioMedia,i=t.mainPlaylists;if(!e.eme.initializeMediaKeys)return Promise.resolve();var a=r?i.concat([r]):i,o=ku(a,Object.keys(n)),s=[],c=[];return o.forEach((function(t){c.push(new Promise((function(t,n){e.tech_.one("keysessioncreated",t)}))),s.push(new Promise((function(n,r){e.eme.initializeMediaKeys({keySystems:t},(function(t){t?r(t):n()}))})))})),Promise.race([Promise.all(s),Promise.race(c)])},Su=function(t){var e=t.player,n=t.sourceKeySystems,r=t.media,i=t.audioMedia,a=wu(n,r,i);return!!a&&(e.currentSource().keySystems=a,!(a&&!e.eme)||(Fa.log.warn("DRM encrypted source cannot be decrypted without a DRM plugin"),!1))},Tu=function(){if(!a.a.localStorage)return null;var t=a.a.localStorage.getItem(bu);if(!t)return null;try{return JSON.parse(t)}catch(e){return null}},Ou=function(t){if(!a.a.localStorage)return!1;var e=Tu();e=e?Fa.mergeOptions(e,t):t;try{a.a.localStorage.setItem(bu,JSON.stringify(e))}catch(n){return!1}return e},Mu=function(t){return 0===t.toLowerCase().indexOf("data:application/vnd.videojs.vhs+json,")?JSON.parse(t.substring(t.indexOf(",")+1)):t};yu.supportsNativeHls=function(){if(!s.a||!s.a.createElement)return!1;var t=s.a.createElement("video");if(!Fa.getTech("Html5").isSupported())return!1;var e=["application/vnd.apple.mpegurl","audio/mpegurl","audio/x-mpegurl","application/x-mpegurl","video/x-mpegurl","video/mpegurl","application/mpegurl"];return e.some((function(e){return/maybe|probably/i.test(t.canPlayType(e))}))}(),yu.supportsNativeDash=function(){return!!(s.a&&s.a.createElement&&Fa.getTech("Html5").isSupported())&&/maybe|probably/i.test(s.a.createElement("video").canPlayType("application/dash+xml"))}(),yu.supportsTypeNatively=function(t){return"hls"===t?yu.supportsNativeHls:"dash"===t&&yu.supportsNativeDash},yu.isSupported=function(){return Fa.log.warn("HLS is no longer a tech. Please remove it from your player's techOrder.")};var Eu=Fa.getComponent("Component"),Au=function(t){function e(e,n,r){var i;if(i=t.call(this,n,Fa.mergeOptions(r.hls,r.vhs))||this,r.hls&&Object.keys(r.hls).length&&Fa.log.warn("Using hls options is deprecated. Please rename `hls` to `vhs` in your options object."),"number"===typeof r.initialBandwidth&&(i.options_.bandwidth=r.initialBandwidth),i.logger_=qa("VhsHandler"),n.options_&&n.options_.playerId){var a=Fa(n.options_.playerId);a.hasOwnProperty("hls")||Object.defineProperty(a,"hls",{get:function(){return Fa.log.warn("player.hls is deprecated. Use player.tech().vhs instead."),n.trigger({type:"usage",name:"hls-player-access"}),d()(i)},configurable:!0}),a.hasOwnProperty("vhs")||Object.defineProperty(a,"vhs",{get:function(){return Fa.log.warn("player.vhs is deprecated. Use player.tech().vhs instead."),n.trigger({type:"usage",name:"vhs-player-access"}),d()(i)},configurable:!0}),a.hasOwnProperty("dash")||Object.defineProperty(a,"dash",{get:function(){return Fa.log.warn("player.dash is deprecated. Use player.tech().vhs instead."),d()(i)},configurable:!0}),i.player_=a}if(i.tech_=n,i.source_=e,i.stats={},i.ignoreNextSeekingEvent_=!1,i.setOptions_(),i.options_.overrideNative&&n.overrideNativeAudioTracks&&n.overrideNativeVideoTracks)n.overrideNativeAudioTracks(!0),n.overrideNativeVideoTracks(!0);else if(i.options_.overrideNative&&(n.featuresNativeVideoTracks||n.featuresNativeAudioTracks))throw new Error("Overriding native HLS requires emulated tracks. See https://git.io/vMpjB");return i.on(s.a,["fullscreenchange","webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange"],(function(t){var e=s.a.fullscreenElement||s.a.webkitFullscreenElement||s.a.mozFullScreenElement||s.a.msFullscreenElement;e&&e.contains(i.tech_.el())?i.masterPlaylistController_.fastQualityChange_():i.masterPlaylistController_.checkABR_()})),i.on(i.tech_,"seeking",(function(){this.ignoreNextSeekingEvent_?this.ignoreNextSeekingEvent_=!1:this.setCurrentTime(this.tech_.currentTime())})),i.on(i.tech_,"error",(function(){this.tech_.error()&&this.masterPlaylistController_&&this.masterPlaylistController_.pauseLoading()})),i.on(i.tech_,"play",i.play),i}v()(e,t);var n=e.prototype;return n.setOptions_=function(){var t=this;if(this.options_.withCredentials=this.options_.withCredentials||!1,this.options_.handleManifestRedirects=!1!==this.options_.handleManifestRedirects,this.options_.limitRenditionByPlayerDimensions=!1!==this.options_.limitRenditionByPlayerDimensions,this.options_.useDevicePixelRatio=this.options_.useDevicePixelRatio||!1,this.options_.smoothQualityChange=this.options_.smoothQualityChange||!1,this.options_.useBandwidthFromLocalStorage="undefined"!==typeof this.source_.useBandwidthFromLocalStorage?this.source_.useBandwidthFromLocalStorage:this.options_.useBandwidthFromLocalStorage||!1,this.options_.useNetworkInformationApi=this.options_.useNetworkInformationApi||!1,this.options_.useDtsForTimestampOffset=this.options_.useDtsForTimestampOffset||!1,this.options_.customTagParsers=this.options_.customTagParsers||[],this.options_.customTagMappers=this.options_.customTagMappers||[],this.options_.cacheEncryptionKeys=this.options_.cacheEncryptionKeys||!1,"number"!==typeof this.options_.blacklistDuration&&(this.options_.blacklistDuration=300),"number"!==typeof this.options_.bandwidth&&this.options_.useBandwidthFromLocalStorage){var e=Tu();e&&e.bandwidth&&(this.options_.bandwidth=e.bandwidth,this.tech_.trigger({type:"usage",name:"vhs-bandwidth-from-local-storage"}),this.tech_.trigger({type:"usage",name:"hls-bandwidth-from-local-storage"})),e&&e.throughput&&(this.options_.throughput=e.throughput,this.tech_.trigger({type:"usage",name:"vhs-throughput-from-local-storage"}),this.tech_.trigger({type:"usage",name:"hls-throughput-from-local-storage"}))}"number"!==typeof this.options_.bandwidth&&(this.options_.bandwidth=Ns.INITIAL_BANDWIDTH),this.options_.enableLowInitialPlaylist=this.options_.enableLowInitialPlaylist&&this.options_.bandwidth===Ns.INITIAL_BANDWIDTH,["withCredentials","useDevicePixelRatio","limitRenditionByPlayerDimensions","bandwidth","smoothQualityChange","customTagParsers","customTagMappers","handleManifestRedirects","cacheEncryptionKeys","playlistSelector","initialPlaylistSelector","experimentalBufferBasedABR","liveRangeSafeTimeDelta","experimentalLLHLS","useNetworkInformationApi","useDtsForTimestampOffset","experimentalExactManifestTimings","experimentalLeastPixelDiffSelector"].forEach((function(e){"undefined"!==typeof t.source_[e]&&(t.options_[e]=t.source_[e])})),this.limitRenditionByPlayerDimensions=this.options_.limitRenditionByPlayerDimensions,this.useDevicePixelRatio=this.options_.useDevicePixelRatio},n.src=function(t,e){var n=this;if(t){this.setOptions_(),this.options_.src=Mu(this.source_.src),this.options_.tech=this.tech_,this.options_.externVhs=yu,this.options_.sourceType=Object(E["a"])(e),this.options_.seekTo=function(t){n.tech_.setCurrentTime(t)},this.options_.smoothQualityChange&&Fa.log.warn("smoothQualityChange is deprecated and will be removed in the next major version"),this.masterPlaylistController_=new iu(this.options_);var r=Fa.mergeOptions({liveRangeSafeTimeDelta:Ya},this.options_,{seekable:function(){return n.seekable()},media:function(){return n.masterPlaylistController_.media()},masterPlaylistController:this.masterPlaylistController_});this.playbackWatcher_=new lu(r),this.masterPlaylistController_.on("error",(function(){var t=Fa.players[n.tech_.options_.playerId],e=n.masterPlaylistController_.error;"object"!==typeof e||e.code?"string"===typeof e&&(e={message:e,code:3}):e.code=3,t.error(e)}));var i=this.options_.experimentalBufferBasedABR?yu.movingAverageBandwidthSelector(.55):yu.STANDARD_PLAYLIST_SELECTOR;this.masterPlaylistController_.selectPlaylist=this.selectPlaylist?this.selectPlaylist.bind(this):i.bind(this),this.masterPlaylistController_.selectInitialPlaylist=yu.INITIAL_PLAYLIST_SELECTOR.bind(this),this.playlists=this.masterPlaylistController_.masterPlaylistLoader_,this.mediaSource=this.masterPlaylistController_.mediaSource,Object.defineProperties(this,{selectPlaylist:{get:function(){return this.masterPlaylistController_.selectPlaylist},set:function(t){this.masterPlaylistController_.selectPlaylist=t.bind(this)}},throughput:{get:function(){return this.masterPlaylistController_.mainSegmentLoader_.throughput.rate},set:function(t){this.masterPlaylistController_.mainSegmentLoader_.throughput.rate=t,this.masterPlaylistController_.mainSegmentLoader_.throughput.count=1}},bandwidth:{get:function(){var t=this.masterPlaylistController_.mainSegmentLoader_.bandwidth,e=a.a.navigator.connection||a.a.navigator.mozConnection||a.a.navigator.webkitConnection,n=1e7;if(this.options_.useNetworkInformationApi&&e){var r=1e3*e.downlink*1e3;t=r>=n&&t>=n?Math.max(t,r):r}return t},set:function(t){this.masterPlaylistController_.mainSegmentLoader_.bandwidth=t,this.masterPlaylistController_.mainSegmentLoader_.throughput={rate:0,count:0}}},systemBandwidth:{get:function(){var t,e=1/(this.bandwidth||1);t=this.throughput>0?1/this.throughput:0;var n=Math.floor(1/(e+t));return n},set:function(){Fa.log.error('The "systemBandwidth" property is read-only')}}}),this.options_.bandwidth&&(this.bandwidth=this.options_.bandwidth),this.options_.throughput&&(this.throughput=this.options_.throughput),Object.defineProperties(this.stats,{bandwidth:{get:function(){return n.bandwidth||0},enumerable:!0},mediaRequests:{get:function(){return n.masterPlaylistController_.mediaRequests_()||0},enumerable:!0},mediaRequestsAborted:{get:function(){return n.masterPlaylistController_.mediaRequestsAborted_()||0},enumerable:!0},mediaRequestsTimedout:{get:function(){return n.masterPlaylistController_.mediaRequestsTimedout_()||0},enumerable:!0},mediaRequestsErrored:{get:function(){return n.masterPlaylistController_.mediaRequestsErrored_()||0},enumerable:!0},mediaTransferDuration:{get:function(){return n.masterPlaylistController_.mediaTransferDuration_()||0},enumerable:!0},mediaBytesTransferred:{get:function(){return n.masterPlaylistController_.mediaBytesTransferred_()||0},enumerable:!0},mediaSecondsLoaded:{get:function(){return n.masterPlaylistController_.mediaSecondsLoaded_()||0},enumerable:!0},mediaAppends:{get:function(){return n.masterPlaylistController_.mediaAppends_()||0},enumerable:!0},mainAppendsToLoadedData:{get:function(){return n.masterPlaylistController_.mainAppendsToLoadedData_()||0},enumerable:!0},audioAppendsToLoadedData:{get:function(){return n.masterPlaylistController_.audioAppendsToLoadedData_()||0},enumerable:!0},appendsToLoadedData:{get:function(){return n.masterPlaylistController_.appendsToLoadedData_()||0},enumerable:!0},timeToLoadedData:{get:function(){return n.masterPlaylistController_.timeToLoadedData_()||0},enumerable:!0},buffered:{get:function(){return eo(n.tech_.buffered())},enumerable:!0},currentTime:{get:function(){return n.tech_.currentTime()},enumerable:!0},currentSource:{get:function(){return n.tech_.currentSource_},enumerable:!0},currentTech:{get:function(){return n.tech_.name_},enumerable:!0},duration:{get:function(){return n.tech_.duration()},enumerable:!0},master:{get:function(){return n.playlists.master},enumerable:!0},playerDimensions:{get:function(){return n.tech_.currentDimensions()},enumerable:!0},seekable:{get:function(){return eo(n.tech_.seekable())},enumerable:!0},timestamp:{get:function(){return Date.now()},enumerable:!0},videoPlaybackQuality:{get:function(){return n.tech_.getVideoPlaybackQuality()},enumerable:!0}}),this.tech_.one("canplay",this.masterPlaylistController_.setupFirstPlay.bind(this.masterPlaylistController_)),this.tech_.on("bandwidthupdate",(function(){n.options_.useBandwidthFromLocalStorage&&Ou({bandwidth:n.bandwidth,throughput:Math.round(n.throughput)})})),this.masterPlaylistController_.on("selectedinitialmedia",(function(){su(n)})),this.masterPlaylistController_.sourceUpdater_.on("createdsourcebuffers",(function(){n.setupEme_()})),this.on(this.masterPlaylistController_,"progress",(function(){this.tech_.trigger("progress")})),this.on(this.masterPlaylistController_,"firstplay",(function(){this.ignoreNextSeekingEvent_=!0})),this.setupQualityLevels_(),this.tech_.el()&&(this.mediaSourceUrl_=a.a.URL.createObjectURL(this.masterPlaylistController_.mediaSource),this.tech_.src(this.mediaSourceUrl_))}},n.createKeySessions_=function(){var t=this,e=this.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader;this.logger_("waiting for EME key session creation"),Cu({player:this.player_,sourceKeySystems:this.source_.keySystems,audioMedia:e&&e.media(),mainPlaylists:this.playlists.master.playlists}).then((function(){t.logger_("created EME key session"),t.masterPlaylistController_.sourceUpdater_.initializedEme()}))["catch"]((function(e){t.logger_("error while creating EME key session",e),t.player_.error({message:"Failed to initialize media keys for EME",code:3})}))},n.handleWaitingForKey_=function(){this.logger_("waitingforkey fired, attempting to create any new key sessions"),this.createKeySessions_()},n.setupEme_=function(){var t=this,e=this.masterPlaylistController_.mediaTypes_.AUDIO.activePlaylistLoader,n=Su({player:this.player_,sourceKeySystems:this.source_.keySystems,media:this.playlists.media(),audioMedia:e&&e.media()});this.player_.tech_.on("keystatuschange",(function(e){if("output-restricted"===e.status){var n=t.masterPlaylistController_.master();if(n&&n.playlists){var r,i=[];if(n.playlists.forEach((function(t){t&&t.attributes&&t.attributes.RESOLUTION&&t.attributes.RESOLUTION.height>=720&&(!t.excludeUntil||t.excludeUntil<1/0)&&(t.excludeUntil=1/0,i.push(t))})),i.length)(r=Fa.log).warn.apply(r,['DRM keystatus changed to "output-restricted." Removing the following HD playlists that will most likely fail to play and clearing the buffer. This may be due to HDCP restrictions on the stream and the capabilities of the current device.'].concat(i)),t.masterPlaylistController_.fastQualityChange_()}}})),this.handleWaitingForKey_=this.handleWaitingForKey_.bind(this),this.player_.tech_.on("waitingforkey",this.handleWaitingForKey_),11!==Fa.browser.IE_VERSION&&n?this.createKeySessions_():this.masterPlaylistController_.sourceUpdater_.initializedEme()},n.setupQualityLevels_=function(){var t=this,e=Fa.players[this.tech_.options_.playerId];e&&e.qualityLevels&&!this.qualityLevels_&&(this.qualityLevels_=e.qualityLevels(),this.masterPlaylistController_.on("selectedinitialmedia",(function(){xu(t.qualityLevels_,t)})),this.playlists.on("mediachange",(function(){_u(t.qualityLevels_,t.playlists)})))},e.version=function(){return{"@videojs/http-streaming":du,"mux.js":pu,"mpd-parser":vu,"m3u8-parser":gu,"aes-decrypter":mu}},n.version=function(){return this.constructor.version()},n.canChangeType=function(){return Tl.canChangeType()},n.play=function(){this.masterPlaylistController_.play()},n.setCurrentTime=function(t){this.masterPlaylistController_.setCurrentTime(t)},n.duration=function(){return this.masterPlaylistController_.duration()},n.seekable=function(){return this.masterPlaylistController_.seekable()},n.dispose=function(){this.playbackWatcher_&&this.playbackWatcher_.dispose(),this.masterPlaylistController_&&this.masterPlaylistController_.dispose(),this.qualityLevels_&&this.qualityLevels_.dispose(),this.player_&&(delete this.player_.vhs,delete this.player_.dash,delete this.player_.hls),this.tech_&&this.tech_.vhs&&delete this.tech_.vhs,this.tech_&&delete this.tech_.hls,this.mediaSourceUrl_&&a.a.URL.revokeObjectURL&&(a.a.URL.revokeObjectURL(this.mediaSourceUrl_),this.mediaSourceUrl_=null),this.tech_&&this.tech_.off("waitingforkey",this.handleWaitingForKey_),t.prototype.dispose.call(this)},n.convertToProgramTime=function(t,e){return ws({playlist:this.masterPlaylistController_.media(),time:t,callback:e})},n.seekToProgramTime=function(t,e,n,r){return void 0===n&&(n=!0),void 0===r&&(r=2),ks({programTime:t,playlist:this.masterPlaylistController_.media(),retryCount:r,pauseAfterSeek:n,seekTo:this.options_.seekTo,tech:this.options_.tech,callback:e})},e}(Eu),Pu={name:"videojs-http-streaming",VERSION:du,canHandleSource:function(t,e){void 0===e&&(e={});var n=Fa.mergeOptions(Fa.options,e);return Pu.canPlayType(t.type,n)},handleSource:function(t,e,n){void 0===n&&(n={});var r=Fa.mergeOptions(Fa.options,n);return e.vhs=new Au(t,e,r),Fa.hasOwnProperty("hls")||Object.defineProperty(e,"hls",{get:function(){return Fa.log.warn("player.tech().hls is deprecated. Use player.tech().vhs instead."),e.vhs},configurable:!0}),e.vhs.xhr=ns(),e.vhs.src(t.src,t.type),e.vhs},canPlayType:function(t,e){var n=Object(E["a"])(t);if(!n)return"";var r=Pu.getOverrideNative(e),i=yu.supportsTypeNatively(n),a=!i||r;return a?"maybe":""},getOverrideNative:function(t){void 0===t&&(t={});var e=t,n=e.vhs,r=void 0===n?{}:n,i=e.hls,a=void 0===i?{}:i,o=!(Fa.browser.IS_ANY_SAFARI||Fa.browser.IS_IOS),s=r.overrideNative,c=void 0===s?o:s,l=a.overrideNative,u=void 0!==l&&l;return u||c}},Lu=function(){return Object(M["c"])("avc1.4d400d,mp4a.40.2")};if(Lu()&&Fa.getTech("Html5").registerSourceHandler(Pu,0),Fa.VhsHandler=Au,Object.defineProperty(Fa,"HlsHandler",{get:function(){return Fa.log.warn("videojs.HlsHandler is deprecated. Use videojs.VhsHandler instead."),Au},configurable:!0}),Fa.VhsSourceHandler=Pu,Object.defineProperty(Fa,"HlsSourceHandler",{get:function(){return Fa.log.warn("videojs.HlsSourceHandler is deprecated. Use videojs.VhsSourceHandler instead."),Pu},configurable:!0}),Fa.Vhs=yu,Object.defineProperty(Fa,"Hls",{get:function(){return Fa.log.warn("videojs.Hls is deprecated. Use videojs.Vhs instead."),yu},configurable:!0}),Fa.use||(Fa.registerComponent("Hls",yu),Fa.registerComponent("Vhs",yu)),Fa.options.vhs=Fa.options.vhs||{},Fa.options.hls=Fa.options.hls||{},!Fa.getPlugin||!Fa.getPlugin("reloadSourceOnError")){var Iu=Fa.registerPlugin||Fa.plugin;Iu("reloadSourceOnError",fu)}e["a"]=Fa}).call(this,n("c8ba"))},"3f3a":function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("825a"),o=n("a04b"),s=n("9bf2"),c=n("d039"),l=c((function(){Reflect.defineProperty(s.f({},1,{value:1}),1,{value:2})}));r({target:"Reflect",stat:!0,forced:l,sham:!i},{defineProperty:function(t,e,n){a(t);var r=o(e);a(n);try{return s.f(t,r,n),!0}catch(i){return!1}}})},"3f50":function(t,e,n){"use strict";function r(){var t=[].slice.call(arguments,0);return 1===t.length?t[0]:function(){for(var e=0;e<t.length;e++)t[e]&&t[e].apply&&t[e].apply(this,arguments)}}n.d(e,"a",(function(){return r}))},"3f6b":function(t,e,n){t.exports={default:n("b9c7"),__esModule:!0}},"3f8c":function(t,e,n){"use strict";t.exports={}},"3fcc":function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").map,a=n("b6b7"),o=r.aTypedArray,s=r.exportTypedArrayMethod;s("map",(function(t){return i(o(this),t,arguments.length>1?arguments[1]:void 0,(function(t,e){return new(a(t))(e)}))}))},4002:function(t,e,n){"use strict";n("3ca3");var r,i=n("23e7"),a=n("83ab"),o=n("f354"),s=n("da84"),c=n("0366"),l=n("e330"),u=n("cb2d"),h=n("edd0"),f=n("19aa"),d=n("1a2d"),p=n("60da"),v=n("4df4"),g=n("f36a"),m=n("6547").codeAt,y=n("5fb2"),b=n("577e"),_=n("d44e"),x=n("d6d6"),w=n("5352"),k=n("69f3"),C=k.set,S=k.getterFor("URL"),T=w.URLSearchParams,O=w.getState,M=s.URL,E=s.TypeError,A=s.parseInt,P=Math.floor,L=Math.pow,I=l("".charAt),j=l(/./.exec),z=l([].join),D=l(1..toString),N=l([].pop),R=l([].push),V=l("".replace),F=l([].shift),H=l("".split),B=l("".slice),U=l("".toLowerCase),$=l([].unshift),q="Invalid authority",W="Invalid scheme",Y="Invalid host",K="Invalid port",X=/[a-z]/i,G=/[\d+-.a-z]/i,Z=/\d/,Q=/^0x/i,J=/^[0-7]+$/,tt=/^\d+$/,et=/^[\da-f]+$/i,nt=/[\0\t\n\r #%/:<>?@[\\\]^|]/,rt=/[\0\t\n\r #/:<>?@[\\\]^|]/,it=/^[\u0000-\u0020]+/,at=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,ot=/[\t\n\r]/g,st=function(t){var e,n,r,i,a,o,s,c=H(t,".");if(c.length&&""===c[c.length-1]&&c.length--,e=c.length,e>4)return t;for(n=[],r=0;r<e;r++){if(i=c[r],""===i)return t;if(a=10,i.length>1&&"0"===I(i,0)&&(a=j(Q,i)?16:8,i=B(i,8===a?1:2)),""===i)o=0;else{if(!j(10===a?tt:8===a?J:et,i))return t;o=A(i,a)}R(n,o)}for(r=0;r<e;r++)if(o=n[r],r===e-1){if(o>=L(256,5-e))return null}else if(o>255)return null;for(s=N(n),r=0;r<n.length;r++)s+=n[r]*L(256,3-r);return s},ct=function(t){var e,n,r,i,a,o,s,c=[0,0,0,0,0,0,0,0],l=0,u=null,h=0,f=function(){return I(t,h)};if(":"===f()){if(":"!==I(t,1))return;h+=2,l++,u=l}while(f()){if(8===l)return;if(":"!==f()){e=n=0;while(n<4&&j(et,f()))e=16*e+A(f(),16),h++,n++;if("."===f()){if(0===n)return;if(h-=n,l>6)return;r=0;while(f()){if(i=null,r>0){if(!("."===f()&&r<4))return;h++}if(!j(Z,f()))return;while(j(Z,f())){if(a=A(f(),10),null===i)i=a;else{if(0===i)return;i=10*i+a}if(i>255)return;h++}c[l]=256*c[l]+i,r++,2!==r&&4!==r||l++}if(4!==r)return;break}if(":"===f()){if(h++,!f())return}else if(f())return;c[l++]=e}else{if(null!==u)return;h++,l++,u=l}}if(null!==u){o=l-u,l=7;while(0!==l&&o>0)s=c[l],c[l--]=c[u+o-1],c[u+--o]=s}else if(8!==l)return;return c},lt=function(t){for(var e=null,n=1,r=null,i=0,a=0;a<8;a++)0!==t[a]?(i>n&&(e=r,n=i),r=null,i=0):(null===r&&(r=a),++i);return i>n&&(e=r,n=i),e},ut=function(t){var e,n,r,i;if("number"==typeof t){for(e=[],n=0;n<4;n++)$(e,t%256),t=P(t/256);return z(e,".")}if("object"==typeof t){for(e="",r=lt(t),n=0;n<8;n++)i&&0===t[n]||(i&&(i=!1),r===n?(e+=n?":":"::",i=!0):(e+=D(t[n],16),n<7&&(e+=":")));return"["+e+"]"}return t},ht={},ft=p({},ht,{" ":1,'"':1,"<":1,">":1,"`":1}),dt=p({},ft,{"#":1,"?":1,"{":1,"}":1}),pt=p({},dt,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),vt=function(t,e){var n=m(t,0);return n>32&&n<127&&!d(e,t)?t:encodeURIComponent(t)},gt={ftp:21,file:null,http:80,https:443,ws:80,wss:443},mt=function(t,e){var n;return 2===t.length&&j(X,I(t,0))&&(":"===(n=I(t,1))||!e&&"|"===n)},yt=function(t){var e;return t.length>1&&mt(B(t,0,2))&&(2===t.length||"/"===(e=I(t,2))||"\\"===e||"?"===e||"#"===e)},bt=function(t){return"."===t||"%2e"===U(t)},_t=function(t){return t=U(t),".."===t||"%2e."===t||".%2e"===t||"%2e%2e"===t},xt={},wt={},kt={},Ct={},St={},Tt={},Ot={},Mt={},Et={},At={},Pt={},Lt={},It={},jt={},zt={},Dt={},Nt={},Rt={},Vt={},Ft={},Ht={},Bt=function(t,e,n){var r,i,a,o=b(t);if(e){if(i=this.parse(o),i)throw new E(i);this.searchParams=null}else{if(void 0!==n&&(r=new Bt(n,!0)),i=this.parse(o,null,r),i)throw new E(i);a=O(new T),a.bindURL(this),this.searchParams=a}};Bt.prototype={type:"URL",parse:function(t,e,n){var i,a,o,s,c=this,l=e||xt,u=0,h="",f=!1,p=!1,m=!1;t=b(t),e||(c.scheme="",c.username="",c.password="",c.host=null,c.port=null,c.path=[],c.query=null,c.fragment=null,c.cannotBeABaseURL=!1,t=V(t,it,""),t=V(t,at,"$1")),t=V(t,ot,""),i=v(t);while(u<=i.length){switch(a=i[u],l){case xt:if(!a||!j(X,a)){if(e)return W;l=kt;continue}h+=U(a),l=wt;break;case wt:if(a&&(j(G,a)||"+"===a||"-"===a||"."===a))h+=U(a);else{if(":"!==a){if(e)return W;h="",l=kt,u=0;continue}if(e&&(c.isSpecial()!==d(gt,h)||"file"===h&&(c.includesCredentials()||null!==c.port)||"file"===c.scheme&&!c.host))return;if(c.scheme=h,e)return void(c.isSpecial()&&gt[c.scheme]===c.port&&(c.port=null));h="","file"===c.scheme?l=jt:c.isSpecial()&&n&&n.scheme===c.scheme?l=Ct:c.isSpecial()?l=Mt:"/"===i[u+1]?(l=St,u++):(c.cannotBeABaseURL=!0,R(c.path,""),l=Vt)}break;case kt:if(!n||n.cannotBeABaseURL&&"#"!==a)return W;if(n.cannotBeABaseURL&&"#"===a){c.scheme=n.scheme,c.path=g(n.path),c.query=n.query,c.fragment="",c.cannotBeABaseURL=!0,l=Ht;break}l="file"===n.scheme?jt:Tt;continue;case Ct:if("/"!==a||"/"!==i[u+1]){l=Tt;continue}l=Et,u++;break;case St:if("/"===a){l=At;break}l=Rt;continue;case Tt:if(c.scheme=n.scheme,a===r)c.username=n.username,c.password=n.password,c.host=n.host,c.port=n.port,c.path=g(n.path),c.query=n.query;else if("/"===a||"\\"===a&&c.isSpecial())l=Ot;else if("?"===a)c.username=n.username,c.password=n.password,c.host=n.host,c.port=n.port,c.path=g(n.path),c.query="",l=Ft;else{if("#"!==a){c.username=n.username,c.password=n.password,c.host=n.host,c.port=n.port,c.path=g(n.path),c.path.length--,l=Rt;continue}c.username=n.username,c.password=n.password,c.host=n.host,c.port=n.port,c.path=g(n.path),c.query=n.query,c.fragment="",l=Ht}break;case Ot:if(!c.isSpecial()||"/"!==a&&"\\"!==a){if("/"!==a){c.username=n.username,c.password=n.password,c.host=n.host,c.port=n.port,l=Rt;continue}l=At}else l=Et;break;case Mt:if(l=Et,"/"!==a||"/"!==I(h,u+1))continue;u++;break;case Et:if("/"!==a&&"\\"!==a){l=At;continue}break;case At:if("@"===a){f&&(h="%40"+h),f=!0,o=v(h);for(var y=0;y<o.length;y++){var _=o[y];if(":"!==_||m){var x=vt(_,pt);m?c.password+=x:c.username+=x}else m=!0}h=""}else if(a===r||"/"===a||"?"===a||"#"===a||"\\"===a&&c.isSpecial()){if(f&&""===h)return q;u-=v(h).length+1,h="",l=Pt}else h+=a;break;case Pt:case Lt:if(e&&"file"===c.scheme){l=Dt;continue}if(":"!==a||p){if(a===r||"/"===a||"?"===a||"#"===a||"\\"===a&&c.isSpecial()){if(c.isSpecial()&&""===h)return Y;if(e&&""===h&&(c.includesCredentials()||null!==c.port))return;if(s=c.parseHost(h),s)return s;if(h="",l=Nt,e)return;continue}"["===a?p=!0:"]"===a&&(p=!1),h+=a}else{if(""===h)return Y;if(s=c.parseHost(h),s)return s;if(h="",l=It,e===Lt)return}break;case It:if(!j(Z,a)){if(a===r||"/"===a||"?"===a||"#"===a||"\\"===a&&c.isSpecial()||e){if(""!==h){var w=A(h,10);if(w>65535)return K;c.port=c.isSpecial()&&w===gt[c.scheme]?null:w,h=""}if(e)return;l=Nt;continue}return K}h+=a;break;case jt:if(c.scheme="file","/"===a||"\\"===a)l=zt;else{if(!n||"file"!==n.scheme){l=Rt;continue}switch(a){case r:c.host=n.host,c.path=g(n.path),c.query=n.query;break;case"?":c.host=n.host,c.path=g(n.path),c.query="",l=Ft;break;case"#":c.host=n.host,c.path=g(n.path),c.query=n.query,c.fragment="",l=Ht;break;default:yt(z(g(i,u),""))||(c.host=n.host,c.path=g(n.path),c.shortenPath()),l=Rt;continue}}break;case zt:if("/"===a||"\\"===a){l=Dt;break}n&&"file"===n.scheme&&!yt(z(g(i,u),""))&&(mt(n.path[0],!0)?R(c.path,n.path[0]):c.host=n.host),l=Rt;continue;case Dt:if(a===r||"/"===a||"\\"===a||"?"===a||"#"===a){if(!e&&mt(h))l=Rt;else if(""===h){if(c.host="",e)return;l=Nt}else{if(s=c.parseHost(h),s)return s;if("localhost"===c.host&&(c.host=""),e)return;h="",l=Nt}continue}h+=a;break;case Nt:if(c.isSpecial()){if(l=Rt,"/"!==a&&"\\"!==a)continue}else if(e||"?"!==a)if(e||"#"!==a){if(a!==r&&(l=Rt,"/"!==a))continue}else c.fragment="",l=Ht;else c.query="",l=Ft;break;case Rt:if(a===r||"/"===a||"\\"===a&&c.isSpecial()||!e&&("?"===a||"#"===a)){if(_t(h)?(c.shortenPath(),"/"===a||"\\"===a&&c.isSpecial()||R(c.path,"")):bt(h)?"/"===a||"\\"===a&&c.isSpecial()||R(c.path,""):("file"===c.scheme&&!c.path.length&&mt(h)&&(c.host&&(c.host=""),h=I(h,0)+":"),R(c.path,h)),h="","file"===c.scheme&&(a===r||"?"===a||"#"===a))while(c.path.length>1&&""===c.path[0])F(c.path);"?"===a?(c.query="",l=Ft):"#"===a&&(c.fragment="",l=Ht)}else h+=vt(a,dt);break;case Vt:"?"===a?(c.query="",l=Ft):"#"===a?(c.fragment="",l=Ht):a!==r&&(c.path[0]+=vt(a,ht));break;case Ft:e||"#"!==a?a!==r&&("'"===a&&c.isSpecial()?c.query+="%27":c.query+="#"===a?"%23":vt(a,ht)):(c.fragment="",l=Ht);break;case Ht:a!==r&&(c.fragment+=vt(a,ft));break}u++}},parseHost:function(t){var e,n,r;if("["===I(t,0)){if("]"!==I(t,t.length-1))return Y;if(e=ct(B(t,1,-1)),!e)return Y;this.host=e}else if(this.isSpecial()){if(t=y(t),j(nt,t))return Y;if(e=st(t),null===e)return Y;this.host=e}else{if(j(rt,t))return Y;for(e="",n=v(t),r=0;r<n.length;r++)e+=vt(n[r],ht);this.host=e}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"===this.scheme},includesCredentials:function(){return""!==this.username||""!==this.password},isSpecial:function(){return d(gt,this.scheme)},shortenPath:function(){var t=this.path,e=t.length;!e||"file"===this.scheme&&1===e&&mt(t[0],!0)||t.length--},serialize:function(){var t=this,e=t.scheme,n=t.username,r=t.password,i=t.host,a=t.port,o=t.path,s=t.query,c=t.fragment,l=e+":";return null!==i?(l+="//",t.includesCredentials()&&(l+=n+(r?":"+r:"")+"@"),l+=ut(i),null!==a&&(l+=":"+a)):"file"===e&&(l+="//"),l+=t.cannotBeABaseURL?o[0]:o.length?"/"+z(o,"/"):"",null!==s&&(l+="?"+s),null!==c&&(l+="#"+c),l},setHref:function(t){var e=this.parse(t);if(e)throw new E(e);this.searchParams.update()},getOrigin:function(){var t=this.scheme,e=this.port;if("blob"===t)try{return new Ut(t.path[0]).origin}catch(n){return"null"}return"file"!==t&&this.isSpecial()?t+"://"+ut(this.host)+(null!==e?":"+e:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(t){this.parse(b(t)+":",xt)},getUsername:function(){return this.username},setUsername:function(t){var e=v(b(t));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var n=0;n<e.length;n++)this.username+=vt(e[n],pt)}},getPassword:function(){return this.password},setPassword:function(t){var e=v(b(t));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var n=0;n<e.length;n++)this.password+=vt(e[n],pt)}},getHost:function(){var t=this.host,e=this.port;return null===t?"":null===e?ut(t):ut(t)+":"+e},setHost:function(t){this.cannotBeABaseURL||this.parse(t,Pt)},getHostname:function(){var t=this.host;return null===t?"":ut(t)},setHostname:function(t){this.cannotBeABaseURL||this.parse(t,Lt)},getPort:function(){var t=this.port;return null===t?"":b(t)},setPort:function(t){this.cannotHaveUsernamePasswordPort()||(t=b(t),""===t?this.port=null:this.parse(t,It))},getPathname:function(){var t=this.path;return this.cannotBeABaseURL?t[0]:t.length?"/"+z(t,"/"):""},setPathname:function(t){this.cannotBeABaseURL||(this.path=[],this.parse(t,Nt))},getSearch:function(){var t=this.query;return t?"?"+t:""},setSearch:function(t){t=b(t),""===t?this.query=null:("?"===I(t,0)&&(t=B(t,1)),this.query="",this.parse(t,Ft)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var t=this.fragment;return t?"#"+t:""},setHash:function(t){t=b(t),""!==t?("#"===I(t,0)&&(t=B(t,1)),this.fragment="",this.parse(t,Ht)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var Ut=function(t){var e=f(this,$t),n=x(arguments.length,1)>1?arguments[1]:void 0,r=C(e,new Bt(t,!1,n));a||(e.href=r.serialize(),e.origin=r.getOrigin(),e.protocol=r.getProtocol(),e.username=r.getUsername(),e.password=r.getPassword(),e.host=r.getHost(),e.hostname=r.getHostname(),e.port=r.getPort(),e.pathname=r.getPathname(),e.search=r.getSearch(),e.searchParams=r.getSearchParams(),e.hash=r.getHash())},$t=Ut.prototype,qt=function(t,e){return{get:function(){return S(this)[t]()},set:e&&function(t){return S(this)[e](t)},configurable:!0,enumerable:!0}};if(a&&(h($t,"href",qt("serialize","setHref")),h($t,"origin",qt("getOrigin")),h($t,"protocol",qt("getProtocol","setProtocol")),h($t,"username",qt("getUsername","setUsername")),h($t,"password",qt("getPassword","setPassword")),h($t,"host",qt("getHost","setHost")),h($t,"hostname",qt("getHostname","setHostname")),h($t,"port",qt("getPort","setPort")),h($t,"pathname",qt("getPathname","setPathname")),h($t,"search",qt("getSearch","setSearch")),h($t,"searchParams",qt("getSearchParams")),h($t,"hash",qt("getHash","setHash"))),u($t,"toJSON",(function(){return S(this).serialize()}),{enumerable:!0}),u($t,"toString",(function(){return S(this).serialize()}),{enumerable:!0}),M){var Wt=M.createObjectURL,Yt=M.revokeObjectURL;Wt&&u(Ut,"createObjectURL",c(Wt,M)),Yt&&u(Ut,"revokeObjectURL",c(Yt,M))}_(Ut,"URL"),i({global:!0,constructor:!0,forced:!o,sham:!a},{URL:Ut})},4039:function(t,e,n){"use strict";function r(){return!1}function i(){return!0}function a(){this.timeStamp=Date.now(),this.target=void 0,this.currentTarget=void 0}Object.defineProperty(e,"__esModule",{value:!0}),a.prototype={isEventObject:1,constructor:a,isDefaultPrevented:r,isPropagationStopped:r,isImmediatePropagationStopped:r,preventDefault:function(){this.isDefaultPrevented=i},stopPropagation:function(){this.isPropagationStopped=i},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=i,this.stopPropagation()},halt:function(t){t?this.stopImmediatePropagation():this.stopPropagation(),this.preventDefault()}},e["default"]=a,t.exports=e["default"]},4057:function(t,e,n){"use strict";var r=n("23e7"),i=Math.hypot,a=Math.abs,o=Math.sqrt,s=!!i&&i(1/0,NaN)!==1/0;r({target:"Math",stat:!0,arity:2,forced:s},{hypot:function(t,e){var n,r,i=0,s=0,c=arguments.length,l=0;while(s<c)n=a(arguments[s++]),l<n?(r=l/n,i=i*r*r+1,l=n):n>0?(r=n/l,i+=r*r):i+=n;return l===1/0?1/0:l*o(i)}})},4069:function(t,e,n){"use strict";var r=n("44d2");r("flat")},"407b":function(t,e,n){var r=n("ef34"),i=Object.create||function(){function t(){}return function(e){if(1!==arguments.length)throw new Error("Object.create shim only accepts one parameter.");return t.prototype=e,new t}}();function a(t,e){this.name="ParsingError",this.code=t.code,this.message=e||t.message}function o(t){function e(t,e,n,r){return 3600*(0|t)+60*(0|e)+(0|n)+(0|r)/1e3}var n=t.match(/^(\d+):(\d{1,2})(:\d{1,2})?\.(\d{3})/);return n?n[3]?e(n[1],n[2],n[3].replace(":",""),n[4]):n[1]>59?e(n[1],n[2],0,n[4]):e(0,n[1],n[2],n[4]):null}function s(){this.values=i(null)}function c(t,e,n,r){var i=r?t.split(r):[t];for(var a in i)if("string"===typeof i[a]){var o=i[a].split(n);if(2===o.length){var s=o[0].trim(),c=o[1].trim();e(s,c)}}}function l(t,e,n){var r=t;function i(){var e=o(t);if(null===e)throw new a(a.Errors.BadTimeStamp,"Malformed timestamp: "+r);return t=t.replace(/^[^\sa-zA-Z-]+/,""),e}function l(t,e){var r=new s;c(t,(function(t,e){switch(t){case"region":for(var i=n.length-1;i>=0;i--)if(n[i].id===e){r.set(t,n[i].region);break}break;case"vertical":r.alt(t,e,["rl","lr"]);break;case"line":var a=e.split(","),o=a[0];r.integer(t,o),r.percent(t,o)&&r.set("snapToLines",!1),r.alt(t,o,["auto"]),2===a.length&&r.alt("lineAlign",a[1],["start","center","end"]);break;case"position":a=e.split(","),r.percent(t,a[0]),2===a.length&&r.alt("positionAlign",a[1],["start","center","end"]);break;case"size":r.percent(t,e);break;case"align":r.alt(t,e,["start","center","end","left","right"]);break}}),/:/,/\s/),e.region=r.get("region",null),e.vertical=r.get("vertical","");try{e.line=r.get("line","auto")}catch(i){}e.lineAlign=r.get("lineAlign","start"),e.snapToLines=r.get("snapToLines",!0),e.size=r.get("size",100);try{e.align=r.get("align","center")}catch(i){e.align=r.get("align","middle")}try{e.position=r.get("position","auto")}catch(i){e.position=r.get("position",{start:0,left:0,center:50,middle:50,end:100,right:100},e.align)}e.positionAlign=r.get("positionAlign",{start:"start",left:"start",center:"center",middle:"center",end:"end",right:"end"},e.align)}function u(){t=t.replace(/^\s+/,"")}if(u(),e.startTime=i(),u(),"--\x3e"!==t.substr(0,3))throw new a(a.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '--\x3e'): "+r);t=t.substr(3),u(),e.endTime=i(),u(),l(t,e)}a.prototype=i(Error.prototype),a.prototype.constructor=a,a.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},s.prototype={set:function(t,e){this.get(t)||""===e||(this.values[t]=e)},get:function(t,e,n){return n?this.has(t)?this.values[t]:e[n]:this.has(t)?this.values[t]:e},has:function(t){return t in this.values},alt:function(t,e,n){for(var r=0;r<n.length;++r)if(e===n[r]){this.set(t,e);break}},integer:function(t,e){/^-?\d+$/.test(e)&&this.set(t,parseInt(e,10))},percent:function(t,e){return!!(e.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(e=parseFloat(e),e>=0&&e<=100))&&(this.set(t,e),!0)}};var u=r.createElement&&r.createElement("textarea"),h={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},f={white:"rgba(255,255,255,1)",lime:"rgba(0,255,0,1)",cyan:"rgba(0,255,255,1)",red:"rgba(255,0,0,1)",yellow:"rgba(255,255,0,1)",magenta:"rgba(255,0,255,1)",blue:"rgba(0,0,255,1)",black:"rgba(0,0,0,1)"},d={v:"title",lang:"lang"},p={rt:"ruby"};function v(t,e){function n(){if(!e)return null;function t(t){return e=e.substr(t.length),t}var n=e.match(/^([^<]*)(<[^>]*>?)?/);return t(n[1]?n[1]:n[2])}function r(t){return u.innerHTML=t,t=u.textContent,u.textContent="",t}function i(t,e){return!p[e.localName]||p[e.localName]===t.localName}function a(e,n){var r=h[e];if(!r)return null;var i=t.document.createElement(r),a=d[e];return a&&n&&(i[a]=n.trim()),i}var s,c=t.document.createElement("div"),l=c,v=[];while(null!==(s=n()))if("<"!==s[0])l.appendChild(t.document.createTextNode(r(s)));else{if("/"===s[1]){v.length&&v[v.length-1]===s.substr(2).replace(">","")&&(v.pop(),l=l.parentNode);continue}var g,m=o(s.substr(1,s.length-2));if(m){g=t.document.createProcessingInstruction("timestamp",m),l.appendChild(g);continue}var y=s.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!y)continue;if(g=a(y[1],y[3]),!g)continue;if(!i(l,g))continue;if(y[2]){var b=y[2].split(".");b.forEach((function(t){var e=/^bg_/.test(t),n=e?t.slice(3):t;if(f.hasOwnProperty(n)){var r=e?"background-color":"color",i=f[n];g.style[r]=i}})),g.className=b.join(" ")}v.push(y[1]),l.appendChild(g),l=g}return c}var g=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function m(t){for(var e=0;e<g.length;e++){var n=g[e];if(t>=n[0]&&t<=n[1])return!0}return!1}function y(t){var e,n=[],r="";if(!t||!t.childNodes)return"ltr";function i(t,e){for(var n=e.childNodes.length-1;n>=0;n--)t.push(e.childNodes[n])}function a(t){if(!t||!t.length)return null;var e=t.pop(),n=e.textContent||e.innerText;if(n){var r=n.match(/^.*(\n|\r)/);return r?(t.length=0,r[0]):n}return"ruby"===e.tagName?a(t):e.childNodes?(i(t,e),a(t)):void 0}i(n,t);while(r=a(n))for(var o=0;o<r.length;o++)if(e=r.charCodeAt(o),m(e))return"rtl";return"ltr"}function b(t){if("number"===typeof t.line&&(t.snapToLines||t.line>=0&&t.line<=100))return t.line;if(!t.track||!t.track.textTrackList||!t.track.textTrackList.mediaElement)return-1;for(var e=t.track,n=e.textTrackList,r=0,i=0;i<n.length&&n[i]!==e;i++)"showing"===n[i].mode&&r++;return-1*++r}function _(){}function x(t,e,n){_.call(this),this.cue=e,this.cueDiv=v(t,e.text);var r={color:"rgba(255, 255, 255, 1)",backgroundColor:"rgba(0, 0, 0, 0.8)",position:"relative",left:0,right:0,top:0,bottom:0,display:"inline",writingMode:""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext"};this.applyStyles(r,this.cueDiv),this.div=t.document.createElement("div"),r={direction:y(this.cueDiv),writingMode:""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl",unicodeBidi:"plaintext",textAlign:"middle"===e.align?"center":e.align,font:n.font,whiteSpace:"pre-line",position:"absolute"},this.applyStyles(r),this.div.appendChild(this.cueDiv);var i=0;switch(e.positionAlign){case"start":case"line-left":i=e.position;break;case"center":i=e.position-e.size/2;break;case"end":case"line-right":i=e.position-e.size;break}""===e.vertical?this.applyStyles({left:this.formatStyle(i,"%"),width:this.formatStyle(e.size,"%")}):this.applyStyles({top:this.formatStyle(i,"%"),height:this.formatStyle(e.size,"%")}),this.move=function(t){this.applyStyles({top:this.formatStyle(t.top,"px"),bottom:this.formatStyle(t.bottom,"px"),left:this.formatStyle(t.left,"px"),right:this.formatStyle(t.right,"px"),height:this.formatStyle(t.height,"px"),width:this.formatStyle(t.width,"px")})}}function w(t){var e,n,r,i;if(t.div){n=t.div.offsetHeight,r=t.div.offsetWidth,i=t.div.offsetTop;var a=(a=t.div.childNodes)&&(a=a[0])&&a.getClientRects&&a.getClientRects();t=t.div.getBoundingClientRect(),e=a?Math.max(a[0]&&a[0].height||0,t.height/a.length):0}this.left=t.left,this.right=t.right,this.top=t.top||i,this.height=t.height||n,this.bottom=t.bottom||i+(t.height||n),this.width=t.width||r,this.lineHeight=void 0!==e?e:t.lineHeight}function k(t,e,n,r){function i(t,e){for(var i,a=new w(t),o=1,s=0;s<e.length;s++){while(t.overlapsOppositeAxis(n,e[s])||t.within(n)&&t.overlapsAny(r))t.move(e[s]);if(t.within(n))return t;var c=t.intersectPercentage(n);o>c&&(i=new w(t),o=c),t=new w(a)}return i||a}var a=new w(e),o=e.cue,s=b(o),c=[];if(o.snapToLines){var l;switch(o.vertical){case"":c=["+y","-y"],l="height";break;case"rl":c=["+x","-x"],l="width";break;case"lr":c=["-x","+x"],l="width";break}var u=a.lineHeight,h=u*Math.round(s),f=n[l]+u,d=c[0];Math.abs(h)>f&&(h=h<0?-1:1,h*=Math.ceil(f/u)*u),s<0&&(h+=""===o.vertical?n.height:n.width,c=c.reverse()),a.move(d,h)}else{var p=a.lineHeight/n.height*100;switch(o.lineAlign){case"center":s-=p/2;break;case"end":s-=p;break}switch(o.vertical){case"":e.applyStyles({top:e.formatStyle(s,"%")});break;case"rl":e.applyStyles({left:e.formatStyle(s,"%")});break;case"lr":e.applyStyles({right:e.formatStyle(s,"%")});break}c=["+y","-x","+x","-y"],a=new w(e)}var v=i(a,c);e.move(v.toCSSCompatValues(n))}function C(){}_.prototype.applyStyles=function(t,e){for(var n in e=e||this.div,t)t.hasOwnProperty(n)&&(e.style[n]=t[n])},_.prototype.formatStyle=function(t,e){return 0===t?0:t+e},x.prototype=i(_.prototype),x.prototype.constructor=x,w.prototype.move=function(t,e){switch(e=void 0!==e?e:this.lineHeight,t){case"+x":this.left+=e,this.right+=e;break;case"-x":this.left-=e,this.right-=e;break;case"+y":this.top+=e,this.bottom+=e;break;case"-y":this.top-=e,this.bottom-=e;break}},w.prototype.overlaps=function(t){return this.left<t.right&&this.right>t.left&&this.top<t.bottom&&this.bottom>t.top},w.prototype.overlapsAny=function(t){for(var e=0;e<t.length;e++)if(this.overlaps(t[e]))return!0;return!1},w.prototype.within=function(t){return this.top>=t.top&&this.bottom<=t.bottom&&this.left>=t.left&&this.right<=t.right},w.prototype.overlapsOppositeAxis=function(t,e){switch(e){case"+x":return this.left<t.left;case"-x":return this.right>t.right;case"+y":return this.top<t.top;case"-y":return this.bottom>t.bottom}},w.prototype.intersectPercentage=function(t){var e=Math.max(0,Math.min(this.right,t.right)-Math.max(this.left,t.left)),n=Math.max(0,Math.min(this.bottom,t.bottom)-Math.max(this.top,t.top)),r=e*n;return r/(this.height*this.width)},w.prototype.toCSSCompatValues=function(t){return{top:this.top-t.top,bottom:t.bottom-this.bottom,left:this.left-t.left,right:t.right-this.right,height:this.height,width:this.width}},w.getSimpleBoxPosition=function(t){var e=t.div?t.div.offsetHeight:t.tagName?t.offsetHeight:0,n=t.div?t.div.offsetWidth:t.tagName?t.offsetWidth:0,r=t.div?t.div.offsetTop:t.tagName?t.offsetTop:0;t=t.div?t.div.getBoundingClientRect():t.tagName?t.getBoundingClientRect():t;var i={left:t.left,right:t.right,top:t.top||r,height:t.height||e,bottom:t.bottom||r+(t.height||e),width:t.width||n};return i},C.StringDecoder=function(){return{decode:function(t){if(!t)return"";if("string"!==typeof t)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}},C.convertCueToDOMTree=function(t,e){return t&&e?v(t,e):null};var S=.05,T="sans-serif",O="1.5%";C.processCues=function(t,e,n){if(!t||!e||!n)return null;while(n.firstChild)n.removeChild(n.firstChild);var r=t.document.createElement("div");function i(t){for(var e=0;e<t.length;e++)if(t[e].hasBeenReset||!t[e].displayState)return!0;return!1}if(r.style.position="absolute",r.style.left="0",r.style.right="0",r.style.top="0",r.style.bottom="0",r.style.margin=O,n.appendChild(r),i(e)){var a=[],o=w.getSimpleBoxPosition(r),s=Math.round(o.height*S*100)/100,c={font:s+"px "+T};(function(){for(var n,i,s=0;s<e.length;s++)i=e[s],n=new x(t,i,c),r.appendChild(n.div),k(t,n,o,a),i.displayState=n.div,a.push(w.getSimpleBoxPosition(n))})()}else for(var l=0;l<e.length;l++)r.appendChild(e[l].displayState)},C.Parser=function(t,e,n){n||(n=e,e={}),e||(e={}),this.window=t,this.vttjs=e,this.state="INITIAL",this.buffer="",this.decoder=n||new TextDecoder("utf8"),this.regionList=[]},C.Parser.prototype={reportOrThrowError:function(t){if(!(t instanceof a))throw t;this.onparsingerror&&this.onparsingerror(t)},parse:function(t){var e=this;function n(){var t=e.buffer,n=0;while(n<t.length&&"\r"!==t[n]&&"\n"!==t[n])++n;var r=t.substr(0,n);return"\r"===t[n]&&++n,"\n"===t[n]&&++n,e.buffer=t.substr(n),r}function r(t){var n=new s;if(c(t,(function(t,e){switch(t){case"id":n.set(t,e);break;case"width":n.percent(t,e);break;case"lines":n.integer(t,e);break;case"regionanchor":case"viewportanchor":var r=e.split(",");if(2!==r.length)break;var i=new s;if(i.percent("x",r[0]),i.percent("y",r[1]),!i.has("x")||!i.has("y"))break;n.set(t+"X",i.get("x")),n.set(t+"Y",i.get("y"));break;case"scroll":n.alt(t,e,["up"]);break}}),/=/,/\s/),n.has("id")){var r=new(e.vttjs.VTTRegion||e.window.VTTRegion);r.width=n.get("width",100),r.lines=n.get("lines",3),r.regionAnchorX=n.get("regionanchorX",0),r.regionAnchorY=n.get("regionanchorY",100),r.viewportAnchorX=n.get("viewportanchorX",0),r.viewportAnchorY=n.get("viewportanchorY",100),r.scroll=n.get("scroll",""),e.onregion&&e.onregion(r),e.regionList.push({id:n.get("id"),region:r})}}function i(t){var n=new s;c(t,(function(t,e){switch(t){case"MPEGT":n.integer(t+"S",e);break;case"LOCA":n.set(t+"L",o(e));break}}),/[^\d]:/,/,/),e.ontimestampmap&&e.ontimestampmap({MPEGTS:n.get("MPEGTS"),LOCAL:n.get("LOCAL")})}function u(t){t.match(/X-TIMESTAMP-MAP/)?c(t,(function(t,e){switch(t){case"X-TIMESTAMP-MAP":i(e);break}}),/=/):c(t,(function(t,e){switch(t){case"Region":r(e);break}}),/:/)}t&&(e.buffer+=e.decoder.decode(t,{stream:!0}));try{var h;if("INITIAL"===e.state){if(!/\r\n|\n/.test(e.buffer))return this;h=n();var f=h.match(/^WEBVTT([ \t].*)?$/);if(!f||!f[0])throw new a(a.Errors.BadSignature);e.state="HEADER"}var d=!1;while(e.buffer){if(!/\r\n|\n/.test(e.buffer))return this;switch(d?d=!1:h=n(),e.state){case"HEADER":/:/.test(h)?u(h):h||(e.state="ID");continue;case"NOTE":h||(e.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(h)){e.state="NOTE";break}if(!h)continue;e.cue=new(e.vttjs.VTTCue||e.window.VTTCue)(0,0,"");try{e.cue.align="center"}catch(v){e.cue.align="middle"}if(e.state="CUE",-1===h.indexOf("--\x3e")){e.cue.id=h;continue}case"CUE":try{l(h,e.cue,e.regionList)}catch(v){e.reportOrThrowError(v),e.cue=null,e.state="BADCUE";continue}e.state="CUETEXT";continue;case"CUETEXT":var p=-1!==h.indexOf("--\x3e");if(!h||p&&(d=!0)){e.oncue&&e.oncue(e.cue),e.cue=null,e.state="ID";continue}e.cue.text&&(e.cue.text+="\n"),e.cue.text+=h.replace(/\u2028/g,"\n").replace(/u2029/g,"\n");continue;case"BADCUE":h||(e.state="ID");continue}}}catch(v){e.reportOrThrowError(v),"CUETEXT"===e.state&&e.cue&&e.oncue&&e.oncue(e.cue),e.cue=null,e.state="INITIAL"===e.state?"BADWEBVTT":"BADCUE"}return this},flush:function(){var t=this;try{if(t.buffer+=t.decoder.decode(),(t.cue||"HEADER"===t.state)&&(t.buffer+="\n\n",t.parse()),"INITIAL"===t.state)throw new a(a.Errors.BadSignature)}catch(e){t.reportOrThrowError(e)}return t.onflush&&t.onflush(),this}},t.exports=C},"408a":function(t,e,n){"use strict";var r=n("e330");t.exports=r(1..valueOf)},"408c":function(t,e,n){var r=n("2b3e"),i=function(){return r.Date.now()};t.exports=i},"40cb":function(t,e,n){},"40d5":function(t,e,n){"use strict";var r=n("d039");t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},"40d9":function(t,e,n){"use strict";var r=n("23e7"),i=Math.floor,a=Math.log,o=Math.LOG2E;r({target:"Math",stat:!0},{clz32:function(t){var e=t>>>0;return e?31-i(a(e+.5)*o):32}})},4106:function(t,e,n){var r=n("4aad"),i=n("6751"),a=n("4b17"),o=n("76dd");function s(t,e,n){t=o(t),e=a(e);var s=e?i(t):0;return e&&s<e?r(e-s,n)+t:t}t.exports=s},"41b2":function(t,e,n){"use strict";e.__esModule=!0;var r=n("3f6b"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e.default=i.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}},"41c3":function(t,e,n){var r=n("1a8c"),i=n("eac55"),a=n("ec8c"),o=Object.prototype,s=o.hasOwnProperty;function c(t){if(!r(t))return a(t);var e=i(t),n=[];for(var o in t)("constructor"!=o||!e&&s.call(t,o))&&n.push(o);return n}t.exports=c},"420d":function(t,e,n){"use strict";n("b2a3"),n("778b"),n("2ef0f"),n("5783")},4245:function(t,e,n){var r=n("1290");function i(t,e){var n=t.__data__;return r(e)?n["string"==typeof e?"string":"hash"]:n.map}t.exports=i},42454:function(t,e,n){var r=n("f909"),i=n("2ec1"),a=i((function(t,e,n){r(t,e,n)}));t.exports=a},"426f":function(t,e,n){(function(e,n){t.exports=n()})("undefined"!==typeof self&&self,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"00ee":function(t,e,n){var r=n("b622"),i=r("toStringTag"),a={};a[i]="z",t.exports="[object z]"===String(a)},"06cf":function(t,e,n){var r=n("83ab"),i=n("d1e7"),a=n("5c6c"),o=n("fc6a"),s=n("c04e"),c=n("5135"),l=n("0cfb"),u=Object.getOwnPropertyDescriptor;e.f=r?u:function(t,e){if(t=o(t),e=s(e,!0),l)try{return u(t,e)}catch(n){}if(c(t,e))return a(!i.f.call(t,e),t[e])}},"0cfb":function(t,e,n){var r=n("83ab"),i=n("d039"),a=n("cc12");t.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},"19aa":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c7e":function(t,e,n){var r=n("b622"),i=r("iterator"),a=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){a=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}t.exports=function(t,e){if(!e&&!a)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(c){}return n}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"1dde":function(t,e,n){var r=n("d039"),i=n("b622"),a=n("60ae"),o=i("species");t.exports=function(t){return a>=51||!r((function(){var e=[],n=e.constructor={};return n[o]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},2266:function(t,e,n){var r=n("825a"),i=n("e95a"),a=n("50c4"),o=n("f8c2"),s=n("35a1"),c=n("9bdd"),l=function(t,e){this.stopped=t,this.result=e},u=t.exports=function(t,e,n,u,h){var f,d,p,v,g,m,y,b=o(e,n,u?2:1);if(h)f=t;else{if(d=s(t),"function"!=typeof d)throw TypeError("Target is not iterable");if(i(d)){for(p=0,v=a(t.length);v>p;p++)if(g=u?b(r(y=t[p])[0],y[1]):b(t[p]),g&&g instanceof l)return g;return new l(!1)}f=d.call(t)}m=f.next;while(!(y=m.call(f)).done)if(g=c(f,b,y.value,u),"object"==typeof g&&g&&g instanceof l)return g;return new l(!1)};u.stop=function(t){return new l(!0,t)}},"23cb":function(t,e,n){var r=n("a691"),i=Math.max,a=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):a(n,e)}},"23e7":function(t,e,n){var r=n("da84"),i=n("06cf").f,a=n("9112"),o=n("6eeb"),s=n("ce4e"),c=n("e893"),l=n("94ca");t.exports=function(t,e){var n,u,h,f,d,p,v=t.target,g=t.global,m=t.stat;if(u=g?r:m?r[v]||s(v,{}):(r[v]||{}).prototype,u)for(h in e){if(d=e[h],t.noTargetGet?(p=i(u,h),f=p&&p.value):f=u[h],n=l(g?h:v+(m?".":"#")+h,t.forced),!n&&void 0!==f){if(typeof d===typeof f)continue;c(d,f)}(t.sham||f&&f.sham)&&a(d,"sham",!0),o(u,h,d,t)}}},"241c":function(t,e,n){var r=n("ca84"),i=n("7839"),a=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,a)}},"24fb":function(t,e,n){"use strict";function r(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"===typeof btoa){var a=i(r),o=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot).concat(t," */")}));return[n].concat(o).concat([a]).join("\n")}return[n].join("\n")}function i(t){var e=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),n="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(e);return"/*# ".concat(n," */")}t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=r(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n){"string"===typeof t&&(t=[[null,t,""]]);for(var r=0;r<t.length;r++){var i=[].concat(t[r]);n&&(i[2]?i[2]="".concat(n," and ").concat(i[2]):i[2]=n),e.push(i)}},e}},2626:function(t,e,n){"use strict";var r=n("d066"),i=n("9bf2"),a=n("b622"),o=n("83ab"),s=a("species");t.exports=function(t){var e=r(t),n=i.f;o&&e&&!e[s]&&n(e,s,{configurable:!0,get:function(){return this}})}},"2cf4":function(t,e,n){var r,i,a,o=n("da84"),s=n("d039"),c=n("c6b6"),l=n("f8c2"),u=n("1be4"),h=n("cc12"),f=n("b629"),d=o.location,p=o.setImmediate,v=o.clearImmediate,g=o.process,m=o.MessageChannel,y=o.Dispatch,b=0,_={},x="onreadystatechange",w=function(t){if(_.hasOwnProperty(t)){var e=_[t];delete _[t],e()}},k=function(t){return function(){w(t)}},C=function(t){w(t.data)},S=function(t){o.postMessage(t+"",d.protocol+"//"+d.host)};p&&v||(p=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return _[++b]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(b),b},v=function(t){delete _[t]},"process"==c(g)?r=function(t){g.nextTick(k(t))}:y&&y.now?r=function(t){y.now(k(t))}:m&&!f?(i=new m,a=i.port2,i.port1.onmessage=C,r=l(a.postMessage,a,1)):!o.addEventListener||"function"!=typeof postMessage||o.importScripts||s(S)?r=x in h("script")?function(t){u.appendChild(h("script"))[x]=function(){u.removeChild(this),w(t)}}:function(t){setTimeout(k(t),0)}:(r=S,o.addEventListener("message",C,!1))),t.exports={set:p,clear:v}},"2e1a":function(t,e,n){"use strict";var r=n("db11"),i=n.n(r);i.a},"35a1":function(t,e,n){var r=n("f5df"),i=n("3f8c"),a=n("b622"),o=a("iterator");t.exports=function(t){if(void 0!=t)return t[o]||t["@@iterator"]||i[r(t)]}},"3f8c":function(t,e){t.exports={}},"428f":function(t,e,n){var r=n("da84");t.exports=r},"44ad":function(t,e,n){var r=n("d039"),i=n("c6b6"),a="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?a.call(t,""):Object(t)}:Object},"44de":function(t,e,n){var r=n("da84");t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},4840:function(t,e,n){var r=n("825a"),i=n("1c0b"),a=n("b622"),o=a("species");t.exports=function(t,e){var n,a=r(t).constructor;return void 0===a||void 0==(n=r(a)[o])?e:i(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},"499e":function(t,e,n){"use strict";function r(t,e){for(var n=[],r={},i=0;i<e.length;i++){var a=e[i],o=a[0],s=a[1],c=a[2],l=a[3],u={id:t+":"+i,css:s,media:c,sourceMap:l};r[o]?r[o].parts.push(u):n.push(r[o]={id:o,parts:[u]})}return n}n.r(e),n.d(e,"default",(function(){return p}));var i="undefined"!==typeof document;if("undefined"!==typeof DEBUG&&DEBUG&&!i)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var a={},o=i&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,l=!1,u=function(){},h=null,f="data-vue-ssr-id",d="undefined"!==typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function p(t,e,n,i){l=n,h=i||{};var o=r(t,e);return v(o),function(e){for(var n=[],i=0;i<o.length;i++){var s=o[i],c=a[s.id];c.refs--,n.push(c)}for(e?(o=r(t,e),v(o)):o=[],i=0;i<n.length;i++)if(c=n[i],0===c.refs){for(var l=0;l<c.parts.length;l++)c.parts[l]();delete a[c.id]}}}function v(t){for(var e=0;e<t.length;e++){var n=t[e],r=a[n.id];if(r){r.refs++;for(var i=0;i<r.parts.length;i++)r.parts[i](n.parts[i]);for(;i<n.parts.length;i++)r.parts.push(m(n.parts[i]));r.parts.length>n.parts.length&&(r.parts.length=n.parts.length)}else{var o=[];for(i=0;i<n.parts.length;i++)o.push(m(n.parts[i]));a[n.id]={id:n.id,refs:1,parts:o}}}}function g(){var t=document.createElement("style");return t.type="text/css",o.appendChild(t),t}function m(t){var e,n,r=document.querySelector("style["+f+'~="'+t.id+'"]');if(r){if(l)return u;r.parentNode.removeChild(r)}if(d){var i=c++;r=s||(s=g()),e=b.bind(null,r,i,!1),n=b.bind(null,r,i,!0)}else r=g(),e=_.bind(null,r),n=function(){r.parentNode.removeChild(r)};return e(t),function(r){if(r){if(r.css===t.css&&r.media===t.media&&r.sourceMap===t.sourceMap)return;e(t=r)}else n()}}var y=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function b(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=y(e,i);else{var a=document.createTextNode(i),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(a,o[e]):t.appendChild(a)}}function _(t,e){var n=e.css,r=e.media,i=e.sourceMap;if(r&&t.setAttribute("media",r),h.ssrId&&t.setAttribute(f,e.id),i&&(n+="\n/*# sourceURL="+i.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */"),t.styleSheet)t.styleSheet.cssText=n;else{while(t.firstChild)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},"4d64":function(t,e,n){var r=n("fc6a"),i=n("50c4"),a=n("23cb"),o=function(t){return function(e,n,o){var s,c=r(e),l=i(c.length),u=a(o,l);if(t&&n!=n){while(l>u)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},"50c4":function(t,e,n){var r=n("a691"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},5692:function(t,e,n){var r=n("c430"),i=n("c6cd");(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.5.0",mode:r?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,n){var r=n("d066"),i=n("241c"),a=n("7418"),o=n("825a");t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(o(t)),n=a.f;return n?e.concat(n(t)):e}},"5c6c":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"60ae":function(t,e,n){var r,i,a=n("da84"),o=n("b39a"),s=a.process,c=s&&s.versions,l=c&&c.v8;l?(r=l.split("."),i=r[0]+r[1]):o&&(r=o.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/),r&&(i=r[1]))),t.exports=i&&+i},"65f0":function(t,e,n){var r=n("861d"),i=n("e8b5"),a=n("b622"),o=a("species");t.exports=function(t,e){var n;return i(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?r(n)&&(n=n[o],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},"69f3":function(t,e,n){var r,i,a,o=n("7f9a"),s=n("da84"),c=n("861d"),l=n("9112"),u=n("5135"),h=n("f772"),f=n("d012"),d=s.WeakMap,p=function(t){return a(t)?i(t):r(t,{})},v=function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(o){var g=new d,m=g.get,y=g.has,b=g.set;r=function(t,e){return b.call(g,t,e),e},i=function(t){return m.call(g,t)||{}},a=function(t){return y.call(g,t)}}else{var _=h("state");f[_]=!0,r=function(t,e){return l(t,_,e),e},i=function(t){return u(t,_)?t[_]:{}},a=function(t){return u(t,_)}}t.exports={set:r,get:i,has:a,enforce:p,getterFor:v}},"6c26":function(t,e,n){var r=n("24fb");e=t.exports=r(!1),e.push([t.i,'.viewer-close[data-v-72628788]:before,.viewer-flip-horizontal[data-v-72628788]:before,.viewer-flip-vertical[data-v-72628788]:before,.viewer-fullscreen-exit[data-v-72628788]:before,.viewer-fullscreen[data-v-72628788]:before,.viewer-next[data-v-72628788]:before,.viewer-one-to-one[data-v-72628788]:before,.viewer-play[data-v-72628788]:before,.viewer-prev[data-v-72628788]:before,.viewer-reset[data-v-72628788]:before,.viewer-rotate-left[data-v-72628788]:before,.viewer-rotate-right[data-v-72628788]:before,.viewer-zoom-in[data-v-72628788]:before,.viewer-zoom-out[data-v-72628788]:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in[data-v-72628788]:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out[data-v-72628788]:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one[data-v-72628788]:before{background-position:-40px 0;content:"One to One"}.viewer-reset[data-v-72628788]:before{background-position:-60px 0;content:"Reset"}.viewer-prev[data-v-72628788]:before{background-position:-80px 0;content:"Previous"}.viewer-play[data-v-72628788]:before{background-position:-100px 0;content:"Play"}.viewer-next[data-v-72628788]:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left[data-v-72628788]:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right[data-v-72628788]:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal[data-v-72628788]:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical[data-v-72628788]:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen[data-v-72628788]:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit[data-v-72628788]:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close[data-v-72628788]:before{background-position:-260px 0;content:"Close"}.viewer-container[data-v-72628788]{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-webkit-touch-callout:none;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container[data-v-72628788]::-moz-selection,.viewer-container[data-v-72628788] ::-moz-selection{background-color:transparent}.viewer-container[data-v-72628788]::selection,.viewer-container[data-v-72628788] ::selection{background-color:transparent}.viewer-container img[data-v-72628788]{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas[data-v-72628788]{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img[data-v-72628788]{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer[data-v-72628788]{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar[data-v-72628788]{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list[data-v-72628788]{-webkit-box-sizing:content-box;box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li[data-v-72628788]{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;-webkit-transition:opacity .15s;transition:opacity .15s;width:30px}.viewer-list>li[data-v-72628788]:hover{opacity:.75}.viewer-list>li+li[data-v-72628788]{margin-left:1px}.viewer-list>.viewer-loading[data-v-72628788]{position:relative}.viewer-list>.viewer-loading[data-v-72628788]:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active[data-v-72628788],.viewer-list>.viewer-active[data-v-72628788]:hover{opacity:1}.viewer-player[data-v-72628788]{background-color:#000;bottom:0;cursor:none;display:none;right:0}.viewer-player[data-v-72628788],.viewer-player>img[data-v-72628788]{left:0;position:absolute;top:0}.viewer-toolbar>ul[data-v-72628788]{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:3px 0}.viewer-toolbar>ul>li[data-v-72628788]{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;-webkit-transition:background-color .15s;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li[data-v-72628788]:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li[data-v-72628788]:before{margin:2px}.viewer-toolbar>ul>li+li[data-v-72628788]{margin-left:1px}.viewer-toolbar>ul>.viewer-small[data-v-72628788]{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small[data-v-72628788]:before{margin:-1px}.viewer-toolbar>ul>.viewer-large[data-v-72628788]{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large[data-v-72628788]:before{margin:5px}.viewer-tooltip[data-v-72628788]{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title[data-v-72628788]{color:#ccc;display:inline-block;font-size:12px;line-height:1;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}.viewer-title[data-v-72628788]:hover{opacity:1}.viewer-button[data-v-72628788]{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;-webkit-transition:background-color .15s;transition:background-color .15s;width:80px}.viewer-button[data-v-72628788]:focus,.viewer-button[data-v-72628788]:hover{background-color:rgba(0,0,0,.8)}.viewer-button[data-v-72628788]:before{bottom:15px;left:15px;position:absolute}.viewer-fixed[data-v-72628788]{position:fixed}.viewer-open[data-v-72628788]{overflow:hidden}.viewer-show[data-v-72628788]{display:block}.viewer-hide[data-v-72628788]{display:none}.viewer-backdrop[data-v-72628788]{background-color:rgba(0,0,0,.5)}.viewer-invisible[data-v-72628788]{visibility:hidden}.viewer-move[data-v-72628788]{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade[data-v-72628788]{opacity:0}.viewer-in[data-v-72628788]{opacity:1}.viewer-transition[data-v-72628788]{-webkit-transition:all .3s;transition:all .3s}@-webkit-keyframes viewer-spinner-data-v-72628788{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes viewer-spinner-data-v-72628788{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.viewer-loading[data-v-72628788]:after{-webkit-animation:viewer-spinner-data-v-72628788 1s linear infinite;animation:viewer-spinner-data-v-72628788 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down[data-v-72628788]{display:none}}@media (max-width:991px){.viewer-hide-sm-down[data-v-72628788]{display:none}}@media (max-width:1199px){.viewer-hide-md-down[data-v-72628788]{display:none}}.full-image[data-v-72628788]{-webkit-transition:width .5s,height .5s;transition:width .5s,height .5s;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.full-image.animate-transform[data-v-72628788]{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}',""])},"6eeb":function(t,e,n){var r=n("da84"),i=n("9112"),a=n("5135"),o=n("ce4e"),s=n("8925"),c=n("69f3"),l=c.get,u=c.enforce,h=String(String).split("String");(t.exports=function(t,e,n,s){var c=!!s&&!!s.unsafe,l=!!s&&!!s.enumerable,f=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||a(n,"name")||i(n,"name",e),u(n).source=h.join("string"==typeof e?e:"")),t!==r?(c?!f&&t[e]&&(l=!0):delete t[e],l?t[e]=n:i(t,e,n)):l?t[e]=n:o(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&l(this).source||s(this)}))},7418:function(t,e){e.f=Object.getOwnPropertySymbols},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7f9a":function(t,e,n){var r=n("da84"),i=n("8925"),a=r.WeakMap;t.exports="function"===typeof a&&/native code/.test(i(a))},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},8418:function(t,e,n){"use strict";var r=n("c04e"),i=n("9bf2"),a=n("5c6c");t.exports=function(t,e,n){var o=r(e);o in t?i.f(t,o,a(0,n)):t[o]=n}},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},8925:function(t,e,n){var r=n("c6cd"),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return i.call(t)}),t.exports=r.inspectSource},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),i=n("9bf2"),a=n("5c6c");t.exports=r?function(t,e,n){return i.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t}},"94ca":function(t,e,n){var r=n("d039"),i=/#|\.prototype\./,a=function(t,e){var n=s[o(t)];return n==l||n!=c&&("function"==typeof e?r(e):!!e)},o=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",l=a.POLYFILL="P";t.exports=a},"99af":function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("e8b5"),o=n("861d"),s=n("7b0b"),c=n("50c4"),l=n("8418"),u=n("65f0"),h=n("1dde"),f=n("b622"),d=n("60ae"),p=f("isConcatSpreadable"),v=9007199254740991,g="Maximum allowed index exceeded",m=d>=51||!i((function(){var t=[];return t[p]=!1,t.concat()[0]!==t})),y=h("concat"),b=function(t){if(!o(t))return!1;var e=t[p];return void 0!==e?!!e:a(t)},_=!m||!y;r({target:"Array",proto:!0,forced:_},{concat:function(t){var e,n,r,i,a,o=s(this),h=u(o,0),f=0;for(e=-1,r=arguments.length;e<r;e++)if(a=-1===e?o:arguments[e],b(a)){if(i=c(a.length),f+i>v)throw TypeError(g);for(n=0;n<i;n++,f++)n in a&&l(h,f,a[n])}else{if(f>=v)throw TypeError(g);l(h,f++,a)}return h.length=f,h}})},"9bdd":function(t,e,n){var r=n("825a");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(o){var a=t["return"];throw void 0!==a&&r(a.call(t)),o}}},"9bf2":function(t,e,n){var r=n("83ab"),i=n("0cfb"),a=n("825a"),o=n("c04e"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(a(t),e=o(e,!0),a(n),i)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9ddc":function(t,e,n){var r=n("b61d");"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var i=n("499e").default;i("656c4d31",r,!0,{sourceMap:!1,shadowMode:!1})},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},b041:function(t,e,n){"use strict";var r=n("00ee"),i=n("f5df");t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b0c0:function(t,e,n){var r=n("83ab"),i=n("9bf2").f,a=Function.prototype,o=a.toString,s=/^\s*function ([^ (]*)/,c="name";!r||c in a||i(a,c,{configurable:!0,get:function(){try{return o.call(this).match(s)[1]}catch(t){return""}}})},b39a:function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},b575:function(t,e,n){var r,i,a,o,s,c,l,u,h=n("da84"),f=n("06cf").f,d=n("c6b6"),p=n("2cf4").set,v=n("b629"),g=h.MutationObserver||h.WebKitMutationObserver,m=h.process,y=h.Promise,b="process"==d(m),_=f(h,"queueMicrotask"),x=_&&_.value;x||(r=function(){var t,e;b&&(t=m.domain)&&t.exit();while(i){e=i.fn,i=i.next;try{e()}catch(n){throw i?o():a=void 0,n}}a=void 0,t&&t.enter()},b?o=function(){m.nextTick(r)}:g&&!v?(s=!0,c=document.createTextNode(""),new g(r).observe(c,{characterData:!0}),o=function(){c.data=s=!s}):y&&y.resolve?(l=y.resolve(void 0),u=l.then,o=function(){u.call(l,r)}):o=function(){p.call(h,r)}),t.exports=x||function(t){var e={fn:t,next:void 0};a&&(a.next=e),i||(i=e,o()),a=e}},b61d:function(t,e,n){var r=n("24fb");e=t.exports=r(!1),e.push([t.i,"/*!\n * vue2-animate\n * (c) 2018 Pavel Savushkin\n * Released under the MIT License.\n * Documentation: https://github.com/asika32764/vue2-animate\n */@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounce-enter-active,.bounce-leave-active,.bounceIn,.bounceOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounce-enter-active,.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounce-leave-active,.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}.bounceDown-enter-active,.bounceDown-leave-active,.bounceInDown,.bounceOutDown{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounceDown-enter-active,.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.bounceDown-leave-active,.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}.bounceInLeft,.bounceLeft-enter-active,.bounceLeft-leave-active,.bounceOutLeft{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounceInLeft,.bounceLeft-enter-active{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}.bounceLeft-leave-active,.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}.bounceInRight,.bounceOutRight,.bounceRight-enter-active,.bounceRight-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounceInRight,.bounceRight-enter-active{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.bounceOutRight,.bounceRight-leave-active{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}.bounceInUp,.bounceOutUp,.bounceUp-enter-active,.bounceUp-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.bounceInUp,.bounceUp-enter-active{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.bounceOutUp,.bounceUp-leave-active{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fade-enter-active,.fade-leave-active,.fadeIn,.fadeOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fade-enter-active,.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.fade-leave-active,.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.fadeDown-enter-active,.fadeDown-leave-active,.fadeInDown,.fadeOutDown{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeDown-enter-active,.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeDown-leave-active,.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.fadeDownBig-enter-active,.fadeDownBig-leave-active,.fadeInDownBig,.fadeOutDownBig{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeDownBig-enter-active,.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}.fadeDownBig-leave-active,.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}.fadeInLeft,.fadeLeft-enter-active,.fadeLeft-leave-active,.fadeOutLeft{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInLeft,.fadeLeft-enter-active{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.fadeLeft-leave-active,.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.fadeInLeftBig,.fadeLeftBig-enter-active,.fadeLeftBig-leave-active,.fadeOutLeftBig{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInLeftBig,.fadeLeftBig-enter-active{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}.fadeLeftBig-leave-active,.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}.fadeInRight,.fadeOutRight,.fadeRight-enter-active,.fadeRight-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInRight,.fadeRight-enter-active{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.fadeOutRight,.fadeRight-leave-active{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.fadeInRightBig,.fadeOutRightBig,.fadeRightBig-enter-active,.fadeRightBig-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInRightBig,.fadeRightBig-enter-active{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}.fadeOutRightBig,.fadeRightBig-leave-active{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}.fadeInUp,.fadeOutUp,.fadeUp-enter-active,.fadeUp-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInUp,.fadeUp-enter-active{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeOutUp,.fadeUp-leave-active{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.fadeInUpBig,.fadeOutUpBig,.fadeUpBig-enter-active,.fadeUpBig-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.fadeInUpBig,.fadeUpBig-enter-active{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.fadeOutUpBig,.fadeUpBig-leave-active{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotate-enter-active,.rotate-leave-active,.rotateIn,.rotateOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rotate-enter-active,.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}.rotate-leave-active,.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}.rotateDownLeft-enter-active,.rotateDownLeft-leave-active,.rotateInDownLeft,.rotateOutDownLeft{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rotateDownLeft-enter-active,.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}.rotateDownLeft-leave-active,.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}.rotateDownRight-enter-active,.rotateDownRight-leave-active,.rotateInDownRight,.rotateOutDownRight{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rotateDownRight-enter-active,.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}.rotateDownRight-leave-active,.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}.rotateInUpLeft,.rotateOutUpLeft,.rotateUpLeft-enter-active,.rotateUpLeft-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rotateInUpLeft,.rotateUpLeft-enter-active{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}.rotateOutUpLeft,.rotateUpLeft-leave-active{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}.rotateInUpRight,.rotateOutUpRight,.rotateUpRight-enter-active,.rotateUpRight-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.rotateInUpRight,.rotateUpRight-enter-active{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}.rotateOutUpRight,.rotateUpRight-leave-active{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slide-enter-active,.slide-leave-active,.slideIn,.slideOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slide-enter-active,.slideIn{-webkit-animation-name:slideIn;animation-name:slideIn}.slide-leave-active,.slideOut{-webkit-animation-name:slideOut;animation-name:slideOut}.slideDown-enter-active,.slideDown-leave-active,.slideInDown,.slideOutDown{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slideDown-enter-active,.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}.slideDown-leave-active,.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}.slideInLeft,.slideLeft-enter-active,.slideLeft-leave-active,.slideOutLeft{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slideInLeft,.slideLeft-enter-active{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}.slideLeft-leave-active,.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}.slideInRight,.slideOutRight,.slideRight-enter-active,.slideRight-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slideInRight,.slideRight-enter-active{-webkit-animation-name:slideInRight;animation-name:slideInRight}.slideOutRight,.slideRight-leave-active{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}.slideInUp,.slideOutUp,.slideUp-enter-active,.slideUp-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slideInUp,.slideUp-enter-active{-webkit-animation-name:slideInUp;animation-name:slideInUp}.slideOutUp,.slideUp-leave-active{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoom-enter-active,.zoom-leave-active,.zoomIn,.zoomOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.zoom-enter-active,.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.zoom-leave-active,.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}.zoomDown-enter-active,.zoomDown-leave-active,.zoomInDown,.zoomOutDown{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.zoomDown-enter-active,.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}.zoomDown-leave-active,.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}.zoomInLeft,.zoomLeft-enter-active,.zoomLeft-leave-active,.zoomOutLeft{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.zoomInLeft,.zoomLeft-enter-active{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}.zoomLeft-leave-active,.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}.zoomInRight,.zoomOutRight,.zoomRight-enter-active,.zoomRight-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.zoomInRight,.zoomRight-enter-active{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}.zoomOutRight,.zoomRight-leave-active{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}.zoomInUp,.zoomOutUp,.zoomUp-enter-active,.zoomUp-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.zoomInUp,.zoomUp-enter-active{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}.zoomOutUp,.zoomUp-leave-active{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes flipIn{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:.4}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.5}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.8}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}}@keyframes flipIn{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:.4}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.5}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.8}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}}@-webkit-keyframes flipOut{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}40%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.6}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.5}80%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:.2}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0}}@keyframes flipOut{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}40%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.6}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:.5}80%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:.2}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:0}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flip-enter-active,.flip-leave-active,.flipIn,.flipOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.flip-enter-active,.flipIn{-webkit-animation-name:flipIn;animation-name:flipIn}.flip-leave-active,.flipOut{-webkit-animation-name:flipOut;animation-name:flipOut}.flipInX,.flipOutX,.flipX-enter-active,.flipX-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.flipInX,.flipX-enter-active{-webkit-animation-name:flipInX;animation-name:flipInX}.flipOutX,.flipX-leave-active{-webkit-animation-name:flipOutX;animation-name:flipOutX}.flipInY,.flipOutY,.flipY-enter-active,.flipY-leave-active{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.flipInY,.flipY-enter-active{-webkit-animation-name:flipInY;animation-name:flipInY}.flipOutY,.flipY-leave-active{-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeed-enter-active,.lightSpeed-leave-active,.lightSpeedIn,.lightSpeedOut{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.lightSpeed-enter-active,.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn}.lightSpeed-leave-active,.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut}",""])},b622:function(t,e,n){var r=n("da84"),i=n("5692"),a=n("5135"),o=n("90e3"),s=n("4930"),c=n("fdbf"),l=i("wks"),u=r.Symbol,h=c?u:o;t.exports=function(t){return a(l,t)||(s&&a(u,t)?l[t]=u[t]:l[t]=h("Symbol."+t)),l[t]}},b629:function(t,e,n){var r=n("b39a");t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},c430:function(t,e){t.exports=!1},c6b6:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},c6cd:function(t,e,n){var r=n("da84"),i=n("ce4e"),a="__core-js_shared__",o=r[a]||i(a,{});t.exports=o},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},ca84:function(t,e,n){var r=n("5135"),i=n("fc6a"),a=n("4d64").indexOf,o=n("d012");t.exports=function(t,e){var n,s=i(t),c=0,l=[];for(n in s)!r(o,n)&&r(s,n)&&l.push(n);while(e.length>c)r(s,n=e[c++])&&(~a(l,n)||l.push(n));return l}},cc12:function(t,e,n){var r=n("da84"),i=n("861d"),a=r.document,o=i(a)&&i(a.createElement);t.exports=function(t){return o?a.createElement(t):{}}},cdf9:function(t,e,n){var r=n("825a"),i=n("861d"),a=n("f069");t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=a.f(t),o=n.resolve;return o(e),n.promise}},ce4e:function(t,e,n){var r=n("da84"),i=n("9112");t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),i=n("da84"),a=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?a(r[t])||a(i[t]):r[t]&&r[t][e]||i[t]&&i[t][e]}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);e.f=a?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},d3b7:function(t,e,n){var r=n("00ee"),i=n("6eeb"),a=n("b041");r||i(Object.prototype,"toString",a,{unsafe:!0})},d44e:function(t,e,n){var r=n("9bf2").f,i=n("5135"),a=n("b622"),o=a("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},db11:function(t,e,n){var r=n("6c26");"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var i=n("499e").default;i("3bc788c8",r,!0,{sourceMap:!1,shadowMode:!1})},e2cc:function(t,e,n){var r=n("6eeb");t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},e667:function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e6cf:function(t,e,n){"use strict";var r,i,a,o,s=n("23e7"),c=n("c430"),l=n("da84"),u=n("d066"),h=n("fea9"),f=n("6eeb"),d=n("e2cc"),p=n("d44e"),v=n("2626"),g=n("861d"),m=n("1c0b"),y=n("19aa"),b=n("c6b6"),_=n("8925"),x=n("2266"),w=n("1c7e"),k=n("4840"),C=n("2cf4").set,S=n("b575"),T=n("cdf9"),O=n("44de"),M=n("f069"),E=n("e667"),A=n("69f3"),P=n("94ca"),L=n("b622"),I=n("60ae"),j=L("species"),z="Promise",D=A.get,N=A.set,R=A.getterFor(z),V=h,F=l.TypeError,H=l.document,B=l.process,U=u("fetch"),$=M.f,q=$,W="process"==b(B),Y=!!(H&&H.createEvent&&l.dispatchEvent),K="unhandledrejection",X="rejectionhandled",G=0,Z=1,Q=2,J=1,tt=2,et=P(z,(function(){var t=_(V)!==String(V);if(!t){if(66===I)return!0;if(!W&&"function"!=typeof PromiseRejectionEvent)return!0}if(c&&!V.prototype["finally"])return!0;if(I>=51&&/native code/.test(V))return!1;var e=V.resolve(1),n=function(t){t((function(){}),(function(){}))},r=e.constructor={};return r[j]=n,!(e.then((function(){}))instanceof n)})),nt=et||!w((function(t){V.all(t)["catch"]((function(){}))})),rt=function(t){var e;return!(!g(t)||"function"!=typeof(e=t.then))&&e},it=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;S((function(){var i=e.value,a=e.state==Z,o=0;while(r.length>o){var s,c,l,u=r[o++],h=a?u.ok:u.fail,f=u.resolve,d=u.reject,p=u.domain;try{h?(a||(e.rejection===tt&&ct(t,e),e.rejection=J),!0===h?s=i:(p&&p.enter(),s=h(i),p&&(p.exit(),l=!0)),s===u.promise?d(F("Promise-chain cycle")):(c=rt(s))?c.call(s,f,d):f(s)):d(i)}catch(v){p&&!l&&p.exit(),d(v)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&ot(t,e)}))}},at=function(t,e,n){var r,i;Y?(r=H.createEvent("Event"),r.promise=e,r.reason=n,r.initEvent(t,!1,!0),l.dispatchEvent(r)):r={promise:e,reason:n},(i=l["on"+t])?i(r):t===K&&O("Unhandled promise rejection",n)},ot=function(t,e){C.call(l,(function(){var n,r=e.value,i=st(e);if(i&&(n=E((function(){W?B.emit("unhandledRejection",r,t):at(K,t,r)})),e.rejection=W||st(e)?tt:J,n.error))throw n.value}))},st=function(t){return t.rejection!==J&&!t.parent},ct=function(t,e){C.call(l,(function(){W?B.emit("rejectionHandled",t):at(X,t,e.value)}))},lt=function(t,e,n,r){return function(i){t(e,n,i,r)}},ut=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=Q,it(t,e,!0))},ht=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw F("Promise can't be resolved itself");var i=rt(n);i?S((function(){var r={done:!1};try{i.call(n,lt(ht,t,r,e),lt(ut,t,r,e))}catch(a){ut(t,r,a,e)}})):(e.value=n,e.state=Z,it(t,e,!1))}catch(a){ut(t,{done:!1},a,e)}}};et&&(V=function(t){y(this,V,z),m(t),r.call(this);var e=D(this);try{t(lt(ht,this,e),lt(ut,this,e))}catch(n){ut(this,e,n)}},r=function(t){N(this,{type:z,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:G,value:void 0})},r.prototype=d(V.prototype,{then:function(t,e){var n=R(this),r=$(k(this,V));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=W?B.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=G&&it(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r,e=D(t);this.promise=t,this.resolve=lt(ht,t,e),this.reject=lt(ut,t,e)},M.f=$=function(t){return t===V||t===a?new i(t):q(t)},c||"function"!=typeof h||(o=h.prototype.then,f(h.prototype,"then",(function(t,e){var n=this;return new V((function(t,e){o.call(n,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof U&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return T(V,U.apply(l,arguments))}}))),s({global:!0,wrap:!0,forced:et},{Promise:V}),p(V,z,!1,!0),v(z),a=u(z),s({target:z,stat:!0,forced:et},{reject:function(t){var e=$(this);return e.reject.call(void 0,t),e.promise}}),s({target:z,stat:!0,forced:c||et},{resolve:function(t){return T(c&&this===a?V:this,t)}}),s({target:z,stat:!0,forced:nt},{all:function(t){var e=this,n=$(e),r=n.resolve,i=n.reject,a=E((function(){var n=m(e.resolve),a=[],o=0,s=1;x(t,(function(t){var c=o++,l=!1;a.push(void 0),s++,n.call(e,t).then((function(t){l||(l=!0,a[c]=t,--s||r(a))}),i)})),--s||r(a)}));return a.error&&i(a.value),n.promise},race:function(t){var e=this,n=$(e),r=n.reject,i=E((function(){var i=m(e.resolve);x(t,(function(t){i.call(e,t).then(n.resolve,r)}))}));return i.error&&r(i.value),n.promise}})},e893:function(t,e,n){var r=n("5135"),i=n("56ef"),a=n("06cf"),o=n("9bf2");t.exports=function(t,e){for(var n=i(e),s=o.f,c=a.f,l=0;l<n.length;l++){var u=n[l];r(t,u)||s(t,u,c(e,u))}}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},e95a:function(t,e,n){var r=n("b622"),i=n("3f8c"),a=r("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||o[a]===t)}},f069:function(t,e,n){"use strict";var r=n("1c0b"),i=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new i(t)}},f5df:function(t,e,n){var r=n("00ee"),i=n("c6b6"),a=n("b622"),o=a("toStringTag"),s="Arguments"==i(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(n){}};t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=Object(t),o))?n:s?i(e):"Object"==(r=i(e))&&"function"==typeof e.callee?"Arguments":r}},f6fd:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(r){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(r.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},f772:function(t,e,n){var r=n("5692"),i=n("90e3"),a=r("keys");t.exports=function(t){return a[t]||(a[t]=i(t))}},f8c2:function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},fb15:function(t,e,n){"use strict";var r;n.r(e),"undefined"!==typeof window&&(n("f6fd"),(r=window.document.currentScript)&&(r=r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=r[1])),n("b0c0");var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",[Array.isArray(t.thumb)?[n("ul",{class:t.listUlClass},t._l(t.thumb,(function(e,r){return n("li",{key:r,staticStyle:{position:"relative"}},[n("img",{attrs:{width:"100",height:"80",src:e,alt:""},on:{click:function(e){return t.showFullViewer(r)}}}),t._t("default",null,{index:r})],2)})),0)]:[n("img",{attrs:{width:"100",height:"80",src:t.thumb,alt:""},on:{click:t.showFullViewer}})],n("transition",{attrs:{name:"fade","enter-active-class":"fadeIn","leave-active-class":"fadeOut"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.fullViewerVisible,expression:"fullViewerVisible"}],staticClass:"viewer-container viewer-backdrop viewer-fixed viewer-fade viewer-transition viewer-in",staticStyle:{"z-index":"2015"},attrs:{"touch-action":"none"}},[n("div",{staticClass:"viewer-canvas",attrs:{"data-viewer-action":"hide"}},[n("img",{ref:"fullImage",staticClass:"viewer-move full-image animate-transform",style:t.fullImageStyle,attrs:{src:Array.isArray(t.full)?t.full[t.listActiveIndex]:t.full,id:"full-image",alt:""},on:{mousewheel:t.toggleZoomFullImage}})]),n("div",{staticClass:"viewer-footer"},[n("div",{staticClass:"viewer-title"},[t._v(" "+t._s(t.multiple?t.title[t.listActiveIndex]||"-":t.title)+" ("+t._s(t.fullImageWidth)+" × "+t._s(t.fullImageHeight)+") ")]),n("div",{staticClass:"viewer-toolbar"},[n("ul",[n("li",{staticClass:"viewer-zoom-in",attrs:{role:"button","data-viewer-action":"zoom-in"},on:{click:t.zoomIn}}),n("li",{staticClass:"viewer-zoom-out",attrs:{role:"button","data-viewer-action":"zoom-out"},on:{click:t.zoomOut}}),n("li",{staticClass:"viewer-one-to-one",attrs:{role:"button","data-viewer-action":"one-to-one"},on:{click:t.resetFullImageSize}}),n("li",{staticClass:"viewer-reset",attrs:{role:"button","data-viewer-action":"reset"},on:{click:t.resetFullImage}}),t.multiple?n("li",{staticClass:"viewer-prev",attrs:{role:"button","data-viewer-action":"prev"},on:{click:t.prev}}):t._e(),t.multiple?n("li",{staticClass:"viewer-play viewer-large",attrs:{role:"button","data-viewer-action":"play"},on:{click:t.fullScreenPlay}}):t._e(),t.multiple?n("li",{staticClass:"viewer-next",attrs:{role:"button","data-viewer-action":"next"},on:{click:t.next}}):t._e(),n("li",{staticClass:"viewer-rotate-left",attrs:{role:"button","data-viewer-action":"rotate-left"},on:{click:t.fullImageRotateLeft}}),n("li",{staticClass:"viewer-rotate-right",attrs:{role:"button","data-viewer-action":"rotate-right"},on:{click:t.fullImageRotateRight}}),n("li",{staticClass:"viewer-flip-horizontal",attrs:{role:"button","data-viewer-action":"flip-horizontal"},on:{click:t.toggleFullImageScaleX}}),n("li",{staticClass:"viewer-flip-vertical",attrs:{role:"button","data-viewer-action":"flip-vertical"},on:{click:t.toggleFullImageScaleY}})])]),n("div",{directives:[{name:"show",rawName:"v-show",value:t.multiple,expression:"multiple"}],staticClass:"viewer-navbar"},[t.multiple?n("ul",{staticClass:"viewer-list viewer-transition",style:t.listStyle},t._l(t.thumb,(function(e,r){return n("li",{key:r,class:{"viewer-active":t.listActiveIndex===r},on:{click:function(e){return t.switchActiveIndex(r)}}},[n("img",{staticStyle:{width:"50px",height:"50px",transform:"translateX(-10px)"},attrs:{src:e,role:"button","data-viewer-action":"view","data-index":"0","data-original-url":"images/tibet-1.jpg",alt:"Cuo Na Lake","data-filled":"true"}})])})),0):t._e()])]),n("div",{staticClass:"viewer-tooltip viewer-show viewer-fade viewer-transition"},[t._v(" 1% ")]),n("div",{staticClass:"viewer-button viewer-close",attrs:{role:"button","data-viewer-action":"mix"},on:{click:t.hideFullViewer}}),n("div",{staticClass:"viewer-player"})])])],2)},a=[],o=(n("99af"),n("d3b7"),n("e6cf"),{methods:{fullScreen:function(t){var e=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen;e?document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen():t.requestFullscreen&&t.requestFullscreen()||t.mozRequestFullScreen&&t.mozRequestFullScreen()||t.webkitRequestFullscreen&&t.webkitRequestFullscreen()||t.msRequestFullscreen&&t.msRequestFullscreen()},resetFullImageStatus:function(t){var e=this;this.$data.listActiveIndex=t;var n=this.$refs["fullImage"];if(!n)return!1;n.style.display="none",setTimeout((function(){e.getImgNaturalStyle(n).then((function(t){var r=t.w,i=t.h;e.$data.fullImageWidth=r,e.$data.fullImageHeight=i,n.style.display=""}))}),300)},showFullViewer:function(t){this.$data.fullViewerVisible=!0,this.resetFullImageStatus(t)},switchActiveIndex:function(t){this.resetFullImageStatus(t)},hideFullViewer:function(){this.$data.fullViewerVisible=!1},zoomIn:function(){this.$data.fullViewZoom+=.1},zoomOut:function(){this.$data.fullViewZoom-=.1},toggleZoomFullImage:function(t){this.$data.animateTimer&&(clearTimeout(this.$data.animateTimer),this.$data.animateTimer=null),t.target.classList.remove("animate-transform");var e=t.wheelDelta/12;e>0?this.$data.fullViewZoom+=.1:this.$data.fullViewZoom>1&&(this.$data.fullViewZoom-=.1),this.$data.animateTimer=setTimeout((function(){t.target.classList.add("animate-transform")}),400)},resetFullImageSize:function(){this.$data.fullViewZoom=1},getImgNaturalStyle:function(t,e){return new Promise((function(e){var n,r;if(t.naturalWidth)n=t.naturalWidth,r=t.naturalHeight,e({w:n,h:r});else{var i=new Image;i.src=t.src,i.onload=function(){e({w:i.width,h:i.height})}}}))},mouseMove:function(t){t.preventDefault(),this.$data.fullImageMoveX+=t.movementX,this.$data.fullImageMoveY+=t.movementY},resetFullImage:function(){this.$data.fullViewZoom=1,this.$data.fullImageMoveX=0,this.$data.fullImageMoveY=0,this.$data.fullImageMoveX=0,this.$data.fullImageMoveY=0,this.$data.fullImageRotateX=0,this.$data.fullImageScaleX=0,this.$data.fullImageScaleY=0},fullImageRotateLeft:function(){this.$data.fullImageRotateX-=90},fullImageRotateRight:function(){this.$data.fullImageRotateX+=90},toggleFullImageScaleX:function(){this.$data.fullImageScaleX=0===this.$data.fullImageScaleX?-1:0},toggleFullImageScaleY:function(){this.$data.fullImageScaleY=0===this.$data.fullImageScaleY?-1:0},prev:function(){this.$data.listActiveIndex>=1&&(this.resetFullImage(),this.switchActiveIndex(this.$data.listActiveIndex-1))},next:function(){this.$data.listActiveIndex<this.thumb.length-1&&(this.resetFullImage(),this.switchActiveIndex(this.$data.listActiveIndex+1))},handleFullScreenChange:function(){var t=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen;!t&&this.$data.fullPlayTimer&&(clearInterval(this.$data.fullPlayTimer),this.$data.fullPlayTimer=null)},addFullScreenListener:function(){var t=this;document.addEventListener("fullscreenchange",(function(){t.handleFullScreenChange()})),document.addEventListener("mozfullscreenchange",(function(){t.handleFullScreenChange()})),document.addEventListener("webkitfullscreenchange",(function(){t.handleFullScreenChange()})),document.addEventListener("msfullscreenchange",(function(){t.handleFullScreenChange()}))},fullScreenPlay:function(){var t=this;this.fullScreen(this.$el.querySelector(".full-image")),this.$data.fullPlayTimer=setInterval((function(){var e=t.$data.listActiveIndex;e>=t.thumb.length-1?t.$data.listActiveIndex=0:t.$data.listActiveIndex=e+1,t.switchActiveIndex(t.$data.listActiveIndex)}),2e3)}}});n("9ddc");var s={name:"vue-viewer",mixins:[o],data:function(){return{animateTimer:null,fullPlayTimer:null,fullViewerVisible:!1,fullViewZoom:1,fullImageWidth:0,fullImageHeight:0,fullImageMoveX:0,fullImageMoveY:0,fullImageRotateX:0,fullImageRotateY:0,fullImageScaleX:0,fullImageScaleY:0,listActiveIndex:0}},props:{thumb:{required:!0},full:{required:!1},multiple:{type:Boolean,default:!1},listUlClass:{type:String,required:!1},title:{required:!1,default:"-"}},computed:{fullImageMarginLeft:function(){return 0-this.$data.fullImageWidth/2+this.$data.fullImageMoveX},fullImageMarginTop:function(){return 0-this.$data.fullImageHeight/2-87+this.$data.fullImageMoveY},fullImageStyle:function(){return{transform:"scale(".concat(this.$data.fullViewZoom,") rotate(").concat(this.$data.fullImageRotateX,"deg) ").concat(0===this.$data.fullImageScaleX?"":"scaleX(-1)"," ").concat(0===this.$data.fullImageScaleY?"":"scaleY(-1)"),width:this.$data.fullImageWidth+"px",height:this.$data.fullImageHeight+"px","margin-left":this.fullImageMarginLeft+"px","margin-top":this.fullImageMarginTop+"px",position:"absolute",left:"50%",top:"50%"}},listStyle:function(){return{width:Array.isArray(this.thumb)?31*this.thumb.length+"px":0,marginLeft:document.body.clientWidth/2-31*(this.$data.listActiveIndex+1)+"px"}}},methods:{},mounted:function(){var t=this;this.resetFullImage(),this.addFullScreenListener(),this.$refs["fullImage"].addEventListener("mousedown",(function(){document.body.addEventListener("mousemove",t.mouseMove)})),this.$refs["fullImage"].addEventListener("mouseup",(function(){document.body.removeEventListener("mousemove",t.mouseMove)}))}},c=s;function l(t,e,n,r,i,a,o,s){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:l}}n("2e1a");var u=l(c,i,a,!1,null,"72628788",null),h=u.exports,f={install:function(t){t.component(h.name,h)}},d=f.install;n.d(e,"VueViewer",(function(){return h})),e["default"]=d},fc6a:function(t,e,n){var r=n("44ad"),i=n("1d80");t.exports=function(t){return r(i(t))}},fdbf:function(t,e,n){var r=n("4930");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol()},fea9:function(t,e,n){var r=n("da84");t.exports=r.Promise}})}))},4284:function(t,e){function n(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(e(t[n],n,t))return!0;return!1}t.exports=n},"428f":function(t,e,n){"use strict";var r=n("da84");t.exports=r},"42a2":function(t,e,n){var r=n("b5a7"),i=n("79bc"),a=n("1cec"),o=n("c869"),s=n("39ff"),c=n("3729"),l=n("dc57"),u="[object Map]",h="[object Object]",f="[object Promise]",d="[object Set]",p="[object WeakMap]",v="[object DataView]",g=l(r),m=l(i),y=l(a),b=l(o),_=l(s),x=c;(r&&x(new r(new ArrayBuffer(1)))!=v||i&&x(new i)!=u||a&&x(a.resolve())!=f||o&&x(new o)!=d||s&&x(new s)!=p)&&(x=function(t){var e=c(t),n=e==h?t.constructor:void 0,r=n?l(n):"";if(r)switch(r){case g:return v;case m:return u;case y:return f;case b:return d;case _:return p}return e}),t.exports=x},4359:function(t,e){function n(t,e){var n=-1,r=t.length;e||(e=Array(r));while(++n<r)e[n]=t[n];return e}t.exports=n},4362:function(t,e,n){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},4416:function(t,e){function n(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}t.exports=n},4442:function(t,e,n){var r=n("3053"),i=r.Global;t.exports={name:"oldIE-userDataStorage",write:l,read:u,each:h,remove:f,clearAll:d};var a="storejs",o=i.document,s=g(),c=(i.navigator?i.navigator.userAgent:"").match(/ (MSIE 8|MSIE 9|MSIE 10)\./);function l(t,e){if(!c){var n=v(t);s((function(t){t.setAttribute(n,e),t.save(a)}))}}function u(t){if(!c){var e=v(t),n=null;return s((function(t){n=t.getAttribute(e)})),n}}function h(t){s((function(e){for(var n=e.XMLDocument.documentElement.attributes,r=n.length-1;r>=0;r--){var i=n[r];t(e.getAttribute(i.name),i.name)}}))}function f(t){var e=v(t);s((function(t){t.removeAttribute(e),t.save(a)}))}function d(){s((function(t){var e=t.XMLDocument.documentElement.attributes;t.load(a);for(var n=e.length-1;n>=0;n--)t.removeAttribute(e[n].name);t.save(a)}))}var p=new RegExp("[!\"#$%&'()*+,/\\\\:;<=>?@[\\]^`{|}~]","g");function v(t){return t.replace(/^\d/,"___$&").replace(p,"___")}function g(){if(!o||!o.documentElement||!o.documentElement.addBehavior)return null;var t,e,n,r="script";try{e=new ActiveXObject("htmlfile"),e.open(),e.write("<"+r+">document.w=window</"+r+'><iframe src="/favicon.ico"></iframe>'),e.close(),t=e.w.frames[0].document,n=t.createElement("div")}catch(i){n=o.createElement("div"),t=o.body}return function(e){var r=[].slice.call(arguments,0);r.unshift(n),t.appendChild(n),n.addBehavior("#default#userData"),n.load(a),e.apply(this,r),t.removeChild(n)}}},"44ad":function(t,e,n){"use strict";var r=n("e330"),i=n("d039"),a=n("c6b6"),o=Object,s=r("".split);t.exports=i((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"===a(t)?s(t,""):o(t)}:o},"44d2":function(t,e,n){"use strict";var r=n("b622"),i=n("7c73"),a=n("9bf2").f,o=r("unscopables"),s=Array.prototype;void 0===s[o]&&a(s,o,{configurable:!0,value:i(null)}),t.exports=function(t){s[o][t]=!0}},"44d29":function(t,e,n){},"44de":function(t,e,n){"use strict";t.exports=function(t,e){try{1===arguments.length?console.error(t):console.error(t,e)}catch(n){}}},"44e7":function(t,e,n){"use strict";var r=n("861d"),i=n("c6b6"),a=n("b622"),o=a("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"===i(t))}},"452c":function(t,e,n){"use strict";var r=n("8e8e"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("5efb"),c=n("b92b"),l=n("83ab2"),u=n("c1b3"),h=n("4d91"),f=n("daa3"),d=n("1d19"),p=n("9cba"),v=n("0c63"),g=Object(c["a"])(),m=Object(d["a"])(),y=s["a"].Group,b=o()({},l["a"],m,{type:h["a"].oneOf(["primary","ghost","dashed","danger","default"]).def("default"),size:h["a"].oneOf(["small","large","default"]).def("default"),htmlType:g.htmlType,href:h["a"].string,disabled:h["a"].bool,prefixCls:h["a"].string,placement:m.placement.def("bottomRight"),icon:h["a"].any,title:h["a"].string});e["a"]={name:"ADropdownButton",model:{prop:"visible",event:"visibleChange"},props:b,provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return p["a"]}}},methods:{savePopupRef:function(t){this.popupRef=t},onClick:function(t){this.$emit("click",t)},onVisibleChange:function(t){this.$emit("visibleChange",t)}},render:function(){var t=arguments[0],e=this.$props,n=e.type,r=e.disabled,a=e.htmlType,c=e.prefixCls,l=e.trigger,h=e.align,d=e.visible,p=e.placement,g=e.getPopupContainer,m=e.href,b=e.title,_=i()(e,["type","disabled","htmlType","prefixCls","trigger","align","visible","placement","getPopupContainer","href","title"]),x=Object(f["g"])(this,"icon")||t(v["a"],{attrs:{type:"ellipsis"}}),w=this.configProvider.getPopupContainer,k=this.configProvider.getPrefixCls,C=k("dropdown-button",c),S={props:{align:h,disabled:r,trigger:r?[]:l,placement:p,getPopupContainer:g||w},on:{visibleChange:this.onVisibleChange}};Object(f["s"])(this,"visible")&&(S.props.visible=d);var T={props:o()({},_),class:C};return t(y,T,[t(s["a"],{attrs:{type:n,disabled:r,htmlType:a,href:m,title:b},on:{click:this.onClick}},[this.$slots["default"]]),t(u["a"],S,[t("template",{slot:"overlay"},[Object(f["g"])(this,"overlay")]),t(s["a"],{attrs:{type:n}},[x])])])}}},"45fb":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));var r="data-__meta",i="data-__field"},4625:function(t,e,n){"use strict";var r=n("c6b6"),i=n("e330");t.exports=function(t){if("Function"===r(t))return i(t)}},"466d":function(t,e,n){"use strict";var r=n("c65b"),i=n("d784"),a=n("825a"),o=n("7234"),s=n("50c4"),c=n("577e"),l=n("1d80"),u=n("dc4a"),h=n("8aa5"),f=n("14c3");i("match",(function(t,e,n){return[function(e){var n=l(this),i=o(e)?void 0:u(e,t);return i?r(i,e,n):new RegExp(e)[t](c(n))},function(t){var r=a(this),i=c(t),o=n(e,r,i);if(o.done)return o.value;if(!r.global)return f(r,i);var l=r.unicode;r.lastIndex=0;var u,d=[],p=0;while(null!==(u=f(r,i))){var v=c(u[0]);d[p]=v,""===v&&(r.lastIndex=h(i,s(r.lastIndex),l)),p++}return 0===p?null:d}]}))},"467f":function(t,e,n){"use strict";var r=n("2d83");t.exports=function(t,e,n){var i=n.config.validateStatus;!i||i(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},"46cf":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={install:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.name||"ref";t.directive(n,{bind:function(e,n,r){t.nextTick((function(){n.value(r.componentInstance||e,r.key)})),n.value(r.componentInstance||e,r.key)},update:function(t,e,r,i){if(i.data&&i.data.directives){var a=i.data.directives.find((function(t){var e=t.name;return e===n}));if(a&&a.value!==e.value)return a&&a.value(null,i.key),void e.value(r.componentInstance||t,r.key)}r.componentInstance===i.componentInstance&&r.elm===i.elm||e.value(r.componentInstance||t,r.key)},unbind:function(t,e,n){e.value(null,n.key)}})}}},4738:function(t,e,n){"use strict";var r=n("da84"),i=n("d256"),a=n("1626"),o=n("94ca"),s=n("8925"),c=n("b622"),l=n("6069"),u=n("6c59"),h=n("c430"),f=n("2d00"),d=i&&i.prototype,p=c("species"),v=!1,g=a(r.PromiseRejectionEvent),m=o("Promise",(function(){var t=s(i),e=t!==String(i);if(!e&&66===f)return!0;if(h&&(!d["catch"]||!d["finally"]))return!0;if(!f||f<51||!/native code/.test(t)){var n=new i((function(t){t(1)})),r=function(t){t((function(){}),(function(){}))},a=n.constructor={};if(a[p]=r,v=n.then((function(){}))instanceof r,!v)return!0}return!e&&(l||u)&&!g}));t.exports={CONSTRUCTOR:m,REJECTION_EVENT:g,SUBCLASSING:v}},4754:function(t,e,n){"use strict";t.exports=function(t,e){return{value:t,done:e}}},"47f5":function(t,e,n){var r=n("2b03"),i=n("d9a8"),a=n("099a");function o(t,e,n){return e===e?a(t,e,n):r(t,i,n)}t.exports=o},4840:function(t,e,n){"use strict";var r=n("825a"),i=n("5087"),a=n("7234"),o=n("b622"),s=o("species");t.exports=function(t,e){var n,o=r(t).constructor;return void 0===o||a(n=r(o)[s])?e:i(n)}},4849:function(t,e,n){t.exports={default:n("3787"),__esModule:!0}},"485a":function(t,e,n){"use strict";var r=n("c65b"),i=n("1626"),a=n("861d"),o=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&i(n=t.toString)&&!a(s=r(n,t)))return s;if(i(n=t.valueOf)&&!a(s=r(n,t)))return s;if("string"!==e&&i(n=t.toString)&&!a(s=r(n,t)))return s;throw new o("Can't convert object to primitive value")}},"48a0":function(t,e,n){var r=n("242e"),i=n("950a"),a=i(r);t.exports=a},"498a":function(t,e,n){"use strict";var r=n("23e7"),i=n("58a8").trim,a=n("c8d2");r({target:"String",proto:!0,forced:a("trim")},{trim:function(){return i(this)}})},"49f4":function(t,e,n){var r=n("6044");function i(){this.__data__=r?r(null):{},this.size=0}t.exports=i},"4a15":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("4d91"),o=n("daa3"),s={name:"MenuItemGroup",props:{renderMenuItem:a["a"].func,index:a["a"].number,className:a["a"].string,subMenuKey:a["a"].string,rootPrefixCls:a["a"].string,disabled:a["a"].bool.def(!0),title:a["a"].any},isMenuItemGroup:!0,methods:{renderInnerMenuItem:function(t){var e=this.$props,n=e.renderMenuItem,r=e.index,i=e.subMenuKey;return n(t,r,i)}},render:function(){var t=arguments[0],e=i()({},this.$props),n=e.rootPrefixCls,r=e.title,a=n+"-item-group-title",s=n+"-item-group-list",c=i()({},Object(o["k"])(this));return delete c.click,t("li",{on:c,class:n+"-item-group"},[t("div",{class:a,attrs:{title:"string"===typeof r?r:void 0}},[Object(o["g"])(this,"title")]),t("ul",{class:s},[this.$slots["default"]&&this.$slots["default"].map(this.renderInnerMenuItem)])])}};e["a"]=s},"4a47":function(t,e,n){"use strict";var r=n("1a14"),i=n("10db");t.exports=function(t,e,n){e in t?r.f(t,e,i(0,n)):t[e]=n}},"4a4b":function(t,e,n){function r(e,n){return t.exports=r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports["default"]=t.exports,r(e,n)}n("1f68"),n("131a"),t.exports=r,t.exports.__esModule=!0,t.exports["default"]=t.exports},"4a7b":function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){e=e||{};var n={},i=["url","method","params","data"],a=["headers","auth","proxy"],o=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,(function(t){"undefined"!==typeof e[t]&&(n[t]=e[t])})),r.forEach(a,(function(i){r.isObject(e[i])?n[i]=r.deepMerge(t[i],e[i]):"undefined"!==typeof e[i]?n[i]=e[i]:r.isObject(t[i])?n[i]=r.deepMerge(t[i]):"undefined"!==typeof t[i]&&(n[i]=t[i])})),r.forEach(o,(function(r){"undefined"!==typeof e[r]?n[r]=e[r]:"undefined"!==typeof t[r]&&(n[r]=t[r])}));var s=i.concat(a).concat(o),c=Object.keys(e).filter((function(t){return-1===s.indexOf(t)}));return r.forEach(c,(function(r){"undefined"!==typeof e[r]?n[r]=e[r]:"undefined"!==typeof t[r]&&(n[r]=t[r])})),n}},"4a96":function(t,e,n){"use strict";n("b2a3"),n("5eb5")},"4a9b":function(t,e,n){"use strict";var r=n("74e8");r("Float64",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},"4aad":function(t,e,n){var r=n("b0a8"),i=n("ce86"),a=n("c32f"),o=n("aaec"),s=n("6751"),c=n("126d"),l=Math.ceil;function u(t,e){e=void 0===e?" ":i(e);var n=e.length;if(n<2)return n?r(e,t):e;var u=r(e,l(t/s(e)));return o(e)?a(c(u),0,t).join(""):u.slice(0,t)}t.exports=u},"4ae1":function(t,e,n){"use strict";var r=n("23e7"),i=n("d066"),a=n("2ba4"),o=n("0538"),s=n("5087"),c=n("825a"),l=n("861d"),u=n("7c73"),h=n("d039"),f=i("Reflect","construct"),d=Object.prototype,p=[].push,v=h((function(){function t(){}return!(f((function(){}),[],t)instanceof t)})),g=!h((function(){f((function(){}))})),m=v||g;r({target:"Reflect",stat:!0,forced:m,sham:m},{construct:function(t,e){s(t),c(e);var n=arguments.length<3?t:s(arguments[2]);if(g&&!v)return f(t,e,n);if(t===n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return a(p,r,e),new(a(o,t,r))}var i=n.prototype,h=u(l(i)?i:d),m=a(t,h,e);return l(m)?m:h}})},"4b11":function(t,e,n){"use strict";t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView},"4b17":function(t,e,n){var r=n("6428");function i(t){var e=r(t),n=e%1;return e===e?n?e-n:e:0}t.exports=i},"4b8b":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"4bb5":function(t,e,n){var r=n("e2e4"),i=n("4416"),a=n("8296"),o=n("f4d6");function s(t,e){return e=r(e,t),t=a(t,e),null==t||delete t[o(i(e))]}t.exports=s},"4bf8":function(t,e,n){"use strict";e["a"]={name:"MenuDivider",props:{disabled:{type:Boolean,default:!0},rootPrefixCls:String},render:function(){var t=arguments[0],e=this.$props.rootPrefixCls;return t("li",{class:e+"-item-divider"})}}},"4c53":function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("sub")},{sub:function(){return i(this,"sub","","")}})},"4cef":function(t,e){var n=/\s/;function r(t){var e=t.length;while(e--&&n.test(t.charAt(e)));return e}t.exports=r},"4d20":function(t,e,n){var r=n("1917"),i=n("10db"),a=n("6ca1"),o=n("3397"),s=n("9c0e"),c=n("faf5"),l=Object.getOwnPropertyDescriptor;e.f=n("0bad")?l:function(t,e){if(t=a(t),e=o(e,!0),c)try{return l(t,e)}catch(n){}if(s(t,e))return i(!r.f.call(t,e),t[e])}},"4d26":function(t,e,n){var r,i;
/*!
	Copyright (c) 2018 Jed Watson.
	Licensed under the MIT License (MIT), see
	http://jedwatson.github.io/classnames
*/(function(){"use strict";var n={}.hasOwnProperty;function a(){for(var t="",e=0;e<arguments.length;e++){var n=arguments[e];n&&(t=s(t,o(n)))}return t}function o(t){if("string"===typeof t||"number"===typeof t)return t;if("object"!==typeof t)return"";if(Array.isArray(t))return a.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var e="";for(var r in t)n.call(t,r)&&t[r]&&(e=s(e,r));return e}function s(t,e){return e?t?t+" "+e:t+e:t}t.exports?(a.default=a,t.exports=a):(r=[],i=function(){return a}.apply(e,r),void 0===i||(t.exports=i))})()},"4d63":function(t,e,n){"use strict";var r=n("83ab"),i=n("da84"),a=n("e330"),o=n("94ca"),s=n("7156"),c=n("9112"),l=n("7c73"),u=n("241c").f,h=n("3a9b"),f=n("44e7"),d=n("577e"),p=n("90d8"),v=n("9f7f"),g=n("aeb0"),m=n("cb2d"),y=n("d039"),b=n("1a2d"),_=n("69f3").enforce,x=n("2626"),w=n("b622"),k=n("fce3"),C=n("107c"),S=w("match"),T=i.RegExp,O=T.prototype,M=i.SyntaxError,E=a(O.exec),A=a("".charAt),P=a("".replace),L=a("".indexOf),I=a("".slice),j=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,z=/a/g,D=/a/g,N=new T(z)!==z,R=v.MISSED_STICKY,V=v.UNSUPPORTED_Y,F=r&&(!N||R||k||C||y((function(){return D[S]=!1,T(z)!==z||T(D)===D||"/a/i"!==String(T(z,"i"))}))),H=function(t){for(var e,n=t.length,r=0,i="",a=!1;r<=n;r++)e=A(t,r),"\\"!==e?a||"."!==e?("["===e?a=!0:"]"===e&&(a=!1),i+=e):i+="[\\s\\S]":i+=e+A(t,++r);return i},B=function(t){for(var e,n=t.length,r=0,i="",a=[],o=l(null),s=!1,c=!1,u=0,h="";r<=n;r++){if(e=A(t,r),"\\"===e)e+=A(t,++r);else if("]"===e)s=!1;else if(!s)switch(!0){case"["===e:s=!0;break;case"("===e:E(j,I(t,r+1))&&(r+=2,c=!0),i+=e,u++;continue;case">"===e&&c:if(""===h||b(o,h))throw new M("Invalid capture group name");o[h]=!0,a[a.length]=[h,u],c=!1,h="";continue}c?h+=e:i+=e}return[i,a]};if(o("RegExp",F)){for(var U=function(t,e){var n,r,i,a,o,l,u=h(O,this),v=f(t),g=void 0===e,m=[],y=t;if(!u&&v&&g&&t.constructor===U)return t;if((v||h(O,t))&&(t=t.source,g&&(e=p(y))),t=void 0===t?"":d(t),e=void 0===e?"":d(e),y=t,k&&"dotAll"in z&&(r=!!e&&L(e,"s")>-1,r&&(e=P(e,/s/g,""))),n=e,R&&"sticky"in z&&(i=!!e&&L(e,"y")>-1,i&&V&&(e=P(e,/y/g,""))),C&&(a=B(t),t=a[0],m=a[1]),o=s(T(t,e),u?this:O,U),(r||i||m.length)&&(l=_(o),r&&(l.dotAll=!0,l.raw=U(H(t),n)),i&&(l.sticky=!0),m.length&&(l.groups=m)),t!==y)try{c(o,"source",""===y?"(?:)":y)}catch(b){}return o},$=u(T),q=0;$.length>q;)g(U,T,$[q++]);O.constructor=U,U.prototype=O,m(i,"RegExp",U,{constructor:!0})}x("RegExp")},"4d64":function(t,e,n){"use strict";var r=n("fc6a"),i=n("23cb"),a=n("07fa"),o=function(t){return function(e,n,o){var s=r(e),c=a(s);if(0===c)return!t&&-1;var l,u=i(o,c);if(t&&n!==n){while(c>u)if(l=s[u++],l!==l)return!0}else for(;c>u;u++)if((t||u in s)&&s[u]===n)return t||u||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},"4d88":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"4d8c":function(t,e,n){var r=n("5c69");function i(t){var e=null==t?0:t.length;return e?r(t,1):[]}t.exports=i},"4d90":function(t,e,n){"use strict";var r=n("23e7"),i=n("0ccb").start,a=n("9a0c");r({target:"String",proto:!0,forced:a},{padStart:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},"4d91":function(t,e,n){"use strict";var r=n("1098"),i=n.n(r),a=n("60ed"),o=n.n(a),s=n("946a"),c={get any(){return Object(s["e"])("any",{type:null})},get func(){return Object(s["e"])("function",{type:Function}).def(u.func)},get bool(){return Object(s["e"])("boolean",{type:Boolean}).def(u.bool)},get string(){return Object(s["e"])("string",{type:String}).def(u.string)},get number(){return Object(s["e"])("number",{type:Number}).def(u.number)},get array(){return Object(s["e"])("array",{type:Array}).def(u.array)},get object(){return Object(s["e"])("object",{type:Object}).def(u.object)},get integer(){return Object(s["e"])("integer",{type:Number,validator:function(t){return Object(s["d"])(t)}}).def(u.integer)},get symbol(){return Object(s["e"])("symbol",{type:null,validator:function(t){return"symbol"===("undefined"===typeof t?"undefined":i()(t))}})},custom:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"custom validation failed";if("function"!==typeof t)throw new TypeError("[VueTypes error]: You must provide a function as argument");return Object(s["e"])(t.name||"<<anonymous function>>",{validator:function(){var n=t.apply(void 0,arguments);return n||Object(s["g"])(this._vueTypes_name+" - "+e),n}})},oneOf:function(t){if(!Object(s["b"])(t))throw new TypeError("[VueTypes error]: You must provide an array as argument");var e='oneOf - value should be one of "'+t.join('", "')+'"',n=t.reduce((function(t,e){return null!==e&&void 0!==e&&-1===t.indexOf(e.constructor)&&t.push(e.constructor),t}),[]);return Object(s["e"])("oneOf",{type:n.length>0?n:null,validator:function(n){var r=-1!==t.indexOf(n);return r||Object(s["g"])(e),r}})},instanceOf:function(t){return Object(s["e"])("instanceOf",{type:t})},oneOfType:function(t){if(!Object(s["b"])(t))throw new TypeError("[VueTypes error]: You must provide an array as argument");var e=!1,n=t.reduce((function(t,n){if(o()(n)){if("oneOf"===n._vueTypes_name)return t.concat(n.type||[]);if(n.type&&!Object(s["c"])(n.validator)){if(Object(s["b"])(n.type))return t.concat(n.type);t.push(n.type)}else Object(s["c"])(n.validator)&&(e=!0);return t}return t.push(n),t}),[]);if(!e)return Object(s["e"])("oneOfType",{type:n}).def(void 0);var r=t.map((function(t){return t&&Object(s["b"])(t.type)?t.type.map(s["a"]):Object(s["a"])(t)})).reduce((function(t,e){return t.concat(Object(s["b"])(e)?e:[e])}),[]).join('", "');return this.custom((function(e){var n=t.some((function(t){return"oneOf"===t._vueTypes_name?!t.type||Object(s["f"])(t.type,e,!0):Object(s["f"])(t,e,!0)}));return n||Object(s["g"])('oneOfType - value type should be one of "'+r+'"'),n})).def(void 0)},arrayOf:function(t){return Object(s["e"])("arrayOf",{type:Array,validator:function(e){var n=e.every((function(e){return Object(s["f"])(t,e)}));return n||Object(s["g"])('arrayOf - value must be an array of "'+Object(s["a"])(t)+'"'),n}})},objectOf:function(t){return Object(s["e"])("objectOf",{type:Object,validator:function(e){var n=Object.keys(e).every((function(n){return Object(s["f"])(t,e[n])}));return n||Object(s["g"])('objectOf - value must be an object of "'+Object(s["a"])(t)+'"'),n}})},shape:function(t){var e=Object.keys(t),n=e.filter((function(e){return t[e]&&!0===t[e].required})),r=Object(s["e"])("shape",{type:Object,validator:function(r){var i=this;if(!o()(r))return!1;var a=Object.keys(r);return n.length>0&&n.some((function(t){return-1===a.indexOf(t)}))?(Object(s["g"])('shape - at least one of required properties "'+n.join('", "')+'" is not present'),!1):a.every((function(n){if(-1===e.indexOf(n))return!0===i._vueTypes_isLoose||(Object(s["g"])('shape - object is missing "'+n+'" property'),!1);var a=t[n];return Object(s["f"])(a,r[n])}))}});return Object.defineProperty(r,"_vueTypes_isLoose",{enumerable:!1,writable:!0,value:!1}),Object.defineProperty(r,"loose",{get:function(){return this._vueTypes_isLoose=!0,this},enumerable:!1}),r}},l=function(){return{func:void 0,bool:void 0,string:void 0,number:void 0,array:void 0,object:void 0,integer:void 0}},u=l();Object.defineProperty(c,"sensibleDefaults",{enumerable:!1,set:function(t){!1===t?u={}:!0===t?u=l():o()(t)&&(u=t)},get:function(){return u}}),e["a"]=c},"4de4":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").filter,a=n("1dde"),o=a("filter");r({target:"Array",proto:!0,forced:!o},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(t,e,n){"use strict";var r=n("0366"),i=n("c65b"),a=n("7b0b"),o=n("9bdd"),s=n("e95a"),c=n("68ee"),l=n("07fa"),u=n("8418"),h=n("9a1f"),f=n("35a1"),d=Array;t.exports=function(t){var e=a(t),n=c(this),p=arguments.length,v=p>1?arguments[1]:void 0,g=void 0!==v;g&&(v=r(v,p>2?arguments[2]:void 0));var m,y,b,_,x,w,k=f(e),C=0;if(!k||this===d&&s(k))for(m=l(e),y=n?new this(m):d(m);m>C;C++)w=g?v(e[C],C):e[C],u(y,C,w);else for(y=n?new this:[],_=h(e,k),x=_.next;!(b=i(x,_)).done;C++)w=g?o(_,v,[b.value,C],!0):b.value,u(y,C,w);return y.length=C,y}},"4df5":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("2b0e"),o=n("4d91"),s=n("daa3"),c=n("c321"),l=n("db14"),u=n("c1df"),h=n("2cf8"),f=n("97e1"),d=n("6a21"),p="internalMark";function v(t){t&&t.locale?Object(h["a"])(u).locale(t.locale):Object(h["a"])(u).locale("en")}var g={name:"ALocaleProvider",props:{locale:o["a"].object.def((function(){return{}})),_ANT_MARK__:o["a"].string},data:function(){return Object(d["a"])(this._ANT_MARK__===p,"LocaleProvider","`LocaleProvider` is deprecated. Please use `locale` with `ConfigProvider` instead"),{antLocale:i()({},this.locale,{exist:!0})}},provide:function(){return{localeData:this.$data}},watch:{locale:function(t){this.antLocale=i()({},this.locale,{exist:!0}),v(t),Object(f["a"])(t&&t.Modal)}},created:function(){var t=this.locale;v(t),Object(f["a"])(t&&t.Modal)},beforeDestroy:function(){Object(f["a"])()},render:function(){return this.$slots["default"]?this.$slots["default"][0]:null},install:function(t){t.use(l["a"]),t.component(g.name,g)}},m=g,y=n("e5cd");function b(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e={};return t.forEach((function(t){e[t]=function(e){this._proxyVm._data[t]=e}})),e}var _={name:"AConfigProvider",props:{getPopupContainer:o["a"].func,prefixCls:o["a"].string,renderEmpty:o["a"].func,csp:o["a"].object,autoInsertSpaceInButton:o["a"].bool,locale:o["a"].object,pageHeader:o["a"].object,transformCellText:o["a"].func},provide:function(){var t=this;return this._proxyVm=new a["c"]({data:function(){return i()({},t.$props,{getPrefixCls:t.getPrefixCls,renderEmpty:t.renderEmptyComponent})}}),{configProvider:this._proxyVm._data}},watch:i()({},b(["prefixCls","csp","autoInsertSpaceInButton","locale","pageHeader","transformCellText"])),methods:{renderEmptyComponent:function(t,e){var n=Object(s["g"])(this,"renderEmpty",{},!1)||c["a"];return n(t,e)},getPrefixCls:function(t,e){var n=this.$props.prefixCls,r=void 0===n?"ant":n;return e||(t?r+"-"+t:r)},renderProvider:function(t){var e=this.$createElement;return e(m,{attrs:{locale:this.locale||t,_ANT_MARK__:p}},[this.$slots["default"]?Object(s["c"])(this.$slots["default"])[0]:null])}},render:function(){var t=this,e=arguments[0];return e(y["a"],{scopedSlots:{default:function(e,n,r){return t.renderProvider(r)}}})},install:function(t){t.use(l["a"]),t.component(_.name,_)}};e["a"]=_},"4e71":function(t,e,n){n("e198")("observable")},"4e82":function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("59ed"),o=n("7b0b"),s=n("07fa"),c=n("083a"),l=n("577e"),u=n("d039"),h=n("addb"),f=n("a640"),d=n("04d1"),p=n("d998"),v=n("2d00"),g=n("512ce"),m=[],y=i(m.sort),b=i(m.push),_=u((function(){m.sort(void 0)})),x=u((function(){m.sort(null)})),w=f("sort"),k=!u((function(){if(v)return v<70;if(!(d&&d>3)){if(p)return!0;if(g)return g<603;var t,e,n,r,i="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(r=0;r<47;r++)m.push({k:e+r,v:n})}for(m.sort((function(t,e){return e.v-t.v})),r=0;r<m.length;r++)e=m[r].k.charAt(0),i.charAt(i.length-1)!==e&&(i+=e);return"DGBEFHACIJK"!==i}})),C=_||!x||!w||!k,S=function(t){return function(e,n){return void 0===n?-1:void 0===e?1:void 0!==t?+t(e,n)||0:l(e)>l(n)?1:-1}};r({target:"Array",proto:!0,forced:C},{sort:function(t){void 0!==t&&a(t);var e=o(this);if(k)return void 0===t?y(e):y(e,t);var n,r,i=[],l=s(e);for(r=0;r<l;r++)r in e&&b(i,e[r]);h(i,S(t)),n=s(i),r=0;while(r<n)e[r]=i[r++];while(r<l)c(e,r++);return e}})},"4ebc":function(t,e,n){var r=n("4d88");t.exports=Array.isArray||function(t){return"Array"==r(t)}},"4ec9":function(t,e,n){"use strict";n("6f48")},"4f50":function(t,e,n){var r=n("b760"),i=n("e5383"),a=n("c8fe"),o=n("4359"),s=n("fa21"),c=n("d370"),l=n("6747"),u=n("dcbe"),h=n("0d24"),f=n("9520"),d=n("1a8c"),p=n("60ed"),v=n("73ac"),g=n("8adb"),m=n("8de2");function y(t,e,n,y,b,_,x){var w=g(t,n),k=g(e,n),C=x.get(k);if(C)r(t,n,C);else{var S=_?_(w,k,n+"",t,e,x):void 0,T=void 0===S;if(T){var O=l(k),M=!O&&h(k),E=!O&&!M&&v(k);S=k,O||M||E?l(w)?S=w:u(w)?S=o(w):M?(T=!1,S=i(k,!0)):E?(T=!1,S=a(k,!0)):S=[]:p(k)||c(k)?(S=w,c(w)?S=m(w):d(w)&&!f(w)||(S=s(k))):T=!1}T&&(x.set(k,S),b(S,k,y,_,x),x["delete"](k)),r(t,n,S)}}t.exports=y},"4fad":function(t,e,n){"use strict";var r=n("d039"),i=n("861d"),a=n("c6b6"),o=n("d86b"),s=Object.isExtensible,c=r((function(){s(1)}));t.exports=c||o?function(t){return!!i(t)&&((!o||"ArrayBuffer"!==a(t))&&(!s||s(t)))}:s},"4fadc":function(t,e,n){"use strict";var r=n("23e7"),i=n("6f53").entries;r({target:"Object",stat:!0},{entries:function(t){return i(t)}})},5087:function(t,e,n){"use strict";var r=n("68ee"),i=n("0d51"),a=TypeError;t.exports=function(t){if(r(t))return t;throw new a(i(t)+" is not a constructor")}},5091:function(t,e,n){"use strict";n.d(e,"b",(function(){return I})),n.d(e,"a",(function(){return j}));var r=n("8e8e"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("4d91"),c=n("9839"),l=n("daa3"),u={props:o()({},c["b"]),Option:c["c"].Option,render:function(){var t=arguments[0],e=Object(l["l"])(this),n={props:o()({},e,{size:"small"}),on:Object(l["k"])(this)};return t(c["c"],n,[Object(l["c"])(this.$slots["default"])])}},h=n("e5cd"),f=n("6042"),d=n.n(f),p=n("92fa"),v=n.n(p),g=n("9b57"),m=n.n(g),y=n("b488"),b=n("4d26"),_=n.n(b),x={name:"Pager",props:{rootPrefixCls:s["a"].string,page:s["a"].number,active:s["a"].bool,last:s["a"].bool,locale:s["a"].object,showTitle:s["a"].bool,itemRender:{type:Function,default:function(){}}},methods:{handleClick:function(){this.$emit("click",this.page)},handleKeyPress:function(t){this.$emit("keypress",t,this.handleClick,this.page)}},render:function(){var t,e=arguments[0],n=this.$props,r=n.rootPrefixCls+"-item",i=_()(r,r+"-"+n.page,(t={},d()(t,r+"-active",n.active),d()(t,r+"-disabled",!n.page),t));return e("li",{class:i,on:{click:this.handleClick,keypress:this.handleKeyPress},attrs:{title:this.showTitle?this.page:null,tabIndex:"0"}},[this.itemRender(this.page,"page",e("a",[this.page]))])}},w={ZERO:48,NINE:57,NUMPAD_ZERO:96,NUMPAD_NINE:105,BACKSPACE:8,DELETE:46,ENTER:13,ARROW_UP:38,ARROW_DOWN:40},k={mixins:[y["a"]],props:{disabled:s["a"].bool,changeSize:s["a"].func,quickGo:s["a"].func,selectComponentClass:s["a"].any,current:s["a"].number,pageSizeOptions:s["a"].array.def(["10","20","30","40"]),pageSize:s["a"].number,buildOptionText:s["a"].func,locale:s["a"].object,rootPrefixCls:s["a"].string,selectPrefixCls:s["a"].string,goButton:s["a"].any},data:function(){return{goInputText:""}},methods:{getValidValue:function(){var t=this.goInputText,e=this.current;return!t||isNaN(t)?e:Number(t)},defaultBuildOptionText:function(t){return t.value+" "+this.locale.items_per_page},handleChange:function(t){var e=t.target,n=e.value,r=e.composing;t.isComposing||r||this.goInputText===n||this.setState({goInputText:n})},handleBlur:function(t){var e=this.$props,n=e.goButton,r=e.quickGo,i=e.rootPrefixCls;n||t.relatedTarget&&(t.relatedTarget.className.indexOf(i+"-prev")>=0||t.relatedTarget.className.indexOf(i+"-next")>=0)||r(this.getValidValue())},go:function(t){var e=this.goInputText;""!==e&&(t.keyCode!==w.ENTER&&"click"!==t.type||(this.quickGo(this.getValidValue()),this.setState({goInputText:""})))}},render:function(){var t=this,e=arguments[0],n=this.rootPrefixCls,r=this.locale,i=this.changeSize,a=this.quickGo,o=this.goButton,s=this.selectComponentClass,c=this.defaultBuildOptionText,l=this.selectPrefixCls,u=this.pageSize,h=this.pageSizeOptions,f=this.goInputText,d=this.disabled,p=n+"-options",g=null,m=null,y=null;if(!i&&!a)return null;if(i&&s){var b=this.buildOptionText||c,_=h.map((function(t,n){return e(s.Option,{key:n,attrs:{value:t}},[b({value:t})])}));g=e(s,{attrs:{disabled:d,prefixCls:l,showSearch:!1,optionLabelProp:"children",dropdownMatchSelectWidth:!1,value:(u||h[0]).toString(),getPopupContainer:function(t){return t.parentNode}},class:p+"-size-changer",on:{change:function(e){return t.changeSize(Number(e))}}},[_])}return a&&(o&&(y="boolean"===typeof o?e("button",{attrs:{type:"button",disabled:d},on:{click:this.go,keyup:this.go}},[r.jump_to_confirm]):e("span",{on:{click:this.go,keyup:this.go}},[o])),m=e("div",{class:p+"-quick-jumper"},[r.jump_to,e("input",v()([{attrs:{disabled:d,type:"text"},domProps:{value:f},on:{input:this.handleChange,keyup:this.go,blur:this.handleBlur}},{directives:[{name:"ant-input"}]}])),r.page,y])),e("li",{class:""+p},[g,m])}},C=n("3579");function S(){}function T(t){return"number"===typeof t&&isFinite(t)&&Math.floor(t)===t}function O(t,e,n){return n}function M(t,e,n){var r=t;return"undefined"===typeof r&&(r=e.statePageSize),Math.floor((n.total-1)/r)+1}var E={name:"Pagination",mixins:[y["a"]],model:{prop:"current",event:"change.current"},props:{disabled:s["a"].bool,prefixCls:s["a"].string.def("rc-pagination"),selectPrefixCls:s["a"].string.def("rc-select"),current:s["a"].number,defaultCurrent:s["a"].number.def(1),total:s["a"].number.def(0),pageSize:s["a"].number,defaultPageSize:s["a"].number.def(10),hideOnSinglePage:s["a"].bool.def(!1),showSizeChanger:s["a"].bool.def(!1),showLessItems:s["a"].bool.def(!1),selectComponentClass:s["a"].any,showPrevNextJumpers:s["a"].bool.def(!0),showQuickJumper:s["a"].oneOfType([s["a"].bool,s["a"].object]).def(!1),showTitle:s["a"].bool.def(!0),pageSizeOptions:s["a"].arrayOf(s["a"].string),buildOptionText:s["a"].func,showTotal:s["a"].func,simple:s["a"].bool,locale:s["a"].object.def(C["a"]),itemRender:s["a"].func.def(O),prevIcon:s["a"].any,nextIcon:s["a"].any,jumpPrevIcon:s["a"].any,jumpNextIcon:s["a"].any},data:function(){var t=Object(l["l"])(this),e=this.onChange!==S,n="current"in t;n&&!e&&console.warn("Warning: You provided a `current` prop to a Pagination component without an `onChange` handler. This will render a read-only component.");var r=this.defaultCurrent;"current"in t&&(r=this.current);var i=this.defaultPageSize;return"pageSize"in t&&(i=this.pageSize),r=Math.min(r,M(i,void 0,t)),{stateCurrent:r,stateCurrentInputValue:r,statePageSize:i}},watch:{current:function(t){this.setState({stateCurrent:t,stateCurrentInputValue:t})},pageSize:function(t){var e={},n=this.stateCurrent,r=M(t,this.$data,this.$props);n=n>r?r:n,Object(l["s"])(this,"current")||(e.stateCurrent=n,e.stateCurrentInputValue=n),e.statePageSize=t,this.setState(e)},stateCurrent:function(t,e){var n=this;this.$nextTick((function(){if(n.$refs.paginationNode){var t=n.$refs.paginationNode.querySelector("."+n.prefixCls+"-item-"+e);t&&document.activeElement===t&&t.blur()}}))},total:function(){var t={},e=M(this.pageSize,this.$data,this.$props);if(Object(l["s"])(this,"current")){var n=Math.min(this.current,e);t.stateCurrent=n,t.stateCurrentInputValue=n}else{var r=this.stateCurrent;r=0===r&&e>0?1:Math.min(this.stateCurrent,e),t.stateCurrent=r}this.setState(t)}},methods:{getJumpPrevPage:function(){return Math.max(1,this.stateCurrent-(this.showLessItems?3:5))},getJumpNextPage:function(){return Math.min(M(void 0,this.$data,this.$props),this.stateCurrent+(this.showLessItems?3:5))},getItemIcon:function(t){var e=this.$createElement,n=this.$props.prefixCls,r=Object(l["g"])(this,t,this.$props)||e("a",{class:n+"-item-link"});return r},getValidValue:function(t){var e=t.target.value,n=M(void 0,this.$data,this.$props),r=this.$data.stateCurrentInputValue,i=void 0;return i=""===e?e:isNaN(Number(e))?r:e>=n?n:Number(e),i},isValid:function(t){return T(t)&&t!==this.stateCurrent},shouldDisplayQuickJumper:function(){var t=this.$props,e=t.showQuickJumper,n=t.pageSize,r=t.total;return!(r<=n)&&e},handleKeyDown:function(t){t.keyCode!==w.ARROW_UP&&t.keyCode!==w.ARROW_DOWN||t.preventDefault()},handleKeyUp:function(t){if(!t.isComposing&&!t.target.composing){var e=this.getValidValue(t),n=this.stateCurrentInputValue;e!==n&&this.setState({stateCurrentInputValue:e}),t.keyCode===w.ENTER?this.handleChange(e):t.keyCode===w.ARROW_UP?this.handleChange(e-1):t.keyCode===w.ARROW_DOWN&&this.handleChange(e+1)}},changePageSize:function(t){var e=this.stateCurrent,n=e,r=M(t,this.$data,this.$props);e=e>r?r:e,0===r&&(e=this.stateCurrent),"number"===typeof t&&(Object(l["s"])(this,"pageSize")||this.setState({statePageSize:t}),Object(l["s"])(this,"current")||this.setState({stateCurrent:e,stateCurrentInputValue:e})),this.$emit("update:pageSize",t),this.$emit("showSizeChange",e,t),e!==n&&this.$emit("change.current",e,t)},handleChange:function(t){var e=this.$props.disabled,n=t;if(this.isValid(n)&&!e){var r=M(void 0,this.$data,this.$props);return n>r?n=r:n<1&&(n=1),Object(l["s"])(this,"current")||this.setState({stateCurrent:n,stateCurrentInputValue:n}),this.$emit("change.current",n,this.statePageSize),this.$emit("change",n,this.statePageSize),n}return this.stateCurrent},prev:function(){this.hasPrev()&&this.handleChange(this.stateCurrent-1)},next:function(){this.hasNext()&&this.handleChange(this.stateCurrent+1)},jumpPrev:function(){this.handleChange(this.getJumpPrevPage())},jumpNext:function(){this.handleChange(this.getJumpNextPage())},hasPrev:function(){return this.stateCurrent>1},hasNext:function(){return this.stateCurrent<M(void 0,this.$data,this.$props)},runIfEnter:function(t,e){if("Enter"===t.key||13===t.charCode){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];e.apply(void 0,m()(r))}},runIfEnterPrev:function(t){this.runIfEnter(t,this.prev)},runIfEnterNext:function(t){this.runIfEnter(t,this.next)},runIfEnterJumpPrev:function(t){this.runIfEnter(t,this.jumpPrev)},runIfEnterJumpNext:function(t){this.runIfEnter(t,this.jumpNext)},handleGoTO:function(t){t.keyCode!==w.ENTER&&"click"!==t.type||this.handleChange(this.stateCurrentInputValue)}},render:function(){var t,e=arguments[0],n=this.$props,r=n.prefixCls,i=n.disabled;if(!0===this.hideOnSinglePage&&this.total<=this.statePageSize)return null;var a=this.$props,o=this.locale,s=M(void 0,this.$data,this.$props),c=[],l=null,u=null,h=null,f=null,p=null,g=this.showQuickJumper&&this.showQuickJumper.goButton,m=this.showLessItems?1:2,y=this.stateCurrent,b=this.statePageSize,_=y-1>0?y-1:0,w=y+1<s?y+1:s;if(this.simple){g&&(p="boolean"===typeof g?e("button",{attrs:{type:"button"},on:{click:this.handleGoTO,keyup:this.handleGoTO}},[o.jump_to_confirm]):e("span",{on:{click:this.handleGoTO,keyup:this.handleGoTO}},[g]),p=e("li",{attrs:{title:this.showTitle?""+o.jump_to+this.stateCurrent+"/"+s:null},class:r+"-simple-pager"},[p]));var C=this.hasPrev(),S=this.hasNext();return e("ul",{class:r+" "+r+"-simple"},[e("li",{attrs:{title:this.showTitle?o.prev_page:null,tabIndex:C?0:null,"aria-disabled":!this.hasPrev()},on:{click:this.prev,keypress:this.runIfEnterPrev},class:(C?"":r+"-disabled")+" "+r+"-prev"},[this.itemRender(_,"prev",this.getItemIcon("prevIcon"))]),e("li",{attrs:{title:this.showTitle?y+"/"+s:null},class:r+"-simple-pager"},[e("input",v()([{attrs:{type:"text",size:"3"},domProps:{value:this.stateCurrentInputValue},on:{keydown:this.handleKeyDown,keyup:this.handleKeyUp,input:this.handleKeyUp}},{directives:[{name:"ant-input"}]}])),e("span",{class:r+"-slash"},["／"]),s]),e("li",{attrs:{title:this.showTitle?o.next_page:null,tabIndex:this.hasNext?0:null,"aria-disabled":!this.hasNext()},on:{click:this.next,keypress:this.runIfEnterNext},class:(S?"":r+"-disabled")+" "+r+"-next"},[this.itemRender(w,"next",this.getItemIcon("nextIcon"))]),p])}if(s<=5+2*m){var T={props:{locale:o,rootPrefixCls:r,showTitle:a.showTitle,itemRender:a.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter}};s||c.push(e(x,v()([T,{key:"noPager",attrs:{page:s},class:r+"-disabled"}])));for(var O=1;O<=s;O++){var E=y===O;c.push(e(x,v()([T,{key:O,attrs:{page:O,active:E}}])))}}else{var A=this.showLessItems?o.prev_3:o.prev_5,P=this.showLessItems?o.next_3:o.next_5;if(this.showPrevNextJumpers){var L=r+"-jump-prev";a.jumpPrevIcon&&(L+=" "+r+"-jump-prev-custom-icon"),l=e("li",{attrs:{title:this.showTitle?A:null,tabIndex:"0"},key:"prev",on:{click:this.jumpPrev,keypress:this.runIfEnterJumpPrev},class:L},[this.itemRender(this.getJumpPrevPage(),"jump-prev",this.getItemIcon("jumpPrevIcon"))]);var I=r+"-jump-next";a.jumpNextIcon&&(I+=" "+r+"-jump-next-custom-icon"),u=e("li",{attrs:{title:this.showTitle?P:null,tabIndex:"0"},key:"next",on:{click:this.jumpNext,keypress:this.runIfEnterJumpNext},class:I},[this.itemRender(this.getJumpNextPage(),"jump-next",this.getItemIcon("jumpNextIcon"))])}f=e(x,{attrs:{locale:o,last:!0,rootPrefixCls:r,page:s,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:s}),h=e(x,{attrs:{locale:o,rootPrefixCls:r,page:1,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:1});var j=Math.max(1,y-m),z=Math.min(y+m,s);y-1<=m&&(z=1+2*m),s-y<=m&&(j=s-2*m);for(var D=j;D<=z;D++){var N=y===D;c.push(e(x,{attrs:{locale:o,rootPrefixCls:r,page:D,active:N,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:D}))}y-1>=2*m&&3!==y&&(c[0]=e(x,{attrs:{locale:o,rootPrefixCls:r,page:j,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:j,class:r+"-item-after-jump-prev"}),c.unshift(l)),s-y>=2*m&&y!==s-2&&(c[c.length-1]=e(x,{attrs:{locale:o,rootPrefixCls:r,page:z,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:z,class:r+"-item-before-jump-next"}),c.push(u)),1!==j&&c.unshift(h),z!==s&&c.push(f)}var R=null;this.showTotal&&(R=e("li",{class:r+"-total-text"},[this.showTotal(this.total,[0===this.total?0:(y-1)*b+1,y*b>this.total?this.total:y*b])]));var V=!this.hasPrev()||!s,F=!this.hasNext()||!s,H=this.buildOptionText||this.$scopedSlots.buildOptionText;return e("ul",{class:(t={},d()(t,""+r,!0),d()(t,r+"-disabled",i),t),attrs:{unselectable:"unselectable"},ref:"paginationNode"},[R,e("li",{attrs:{title:this.showTitle?o.prev_page:null,tabIndex:V?null:0,"aria-disabled":V},on:{click:this.prev,keypress:this.runIfEnterPrev},class:(V?r+"-disabled":"")+" "+r+"-prev"},[this.itemRender(_,"prev",this.getItemIcon("prevIcon"))]),c,e("li",{attrs:{title:this.showTitle?o.next_page:null,tabIndex:F?null:0,"aria-disabled":F},on:{click:this.next,keypress:this.runIfEnterNext},class:(F?r+"-disabled":"")+" "+r+"-next"},[this.itemRender(w,"next",this.getItemIcon("nextIcon"))]),e(k,{attrs:{disabled:i,locale:o,rootPrefixCls:r,selectComponentClass:this.selectComponentClass,selectPrefixCls:this.selectPrefixCls,changeSize:this.showSizeChanger?this.changePageSize:null,current:y,pageSize:b,pageSizeOptions:this.pageSizeOptions,buildOptionText:H||null,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:g}})])}},A=n("2deb"),P=n("0c63"),L=n("9cba"),I=function(){return{total:s["a"].number,defaultCurrent:s["a"].number,disabled:s["a"].bool,current:s["a"].number,defaultPageSize:s["a"].number,pageSize:s["a"].number,hideOnSinglePage:s["a"].bool,showSizeChanger:s["a"].bool,pageSizeOptions:s["a"].arrayOf(s["a"].oneOfType([s["a"].number,s["a"].string])),buildOptionText:s["a"].func,showSizeChange:s["a"].func,showQuickJumper:s["a"].oneOfType([s["a"].bool,s["a"].object]),showTotal:s["a"].any,size:s["a"].string,simple:s["a"].bool,locale:s["a"].object,prefixCls:s["a"].string,selectPrefixCls:s["a"].string,itemRender:s["a"].any,role:s["a"].string,showLessItems:s["a"].bool}},j=function(){return o()({},I(),{position:s["a"].oneOf(["top","bottom","both"])})};e["c"]={name:"APagination",model:{prop:"current",event:"change.current"},props:o()({},I()),inject:{configProvider:{default:function(){return L["a"]}}},methods:{getIconsProps:function(t){var e=this.$createElement,n=e("a",{class:t+"-item-link"},[e(P["a"],{attrs:{type:"left"}})]),r=e("a",{class:t+"-item-link"},[e(P["a"],{attrs:{type:"right"}})]),i=e("a",{class:t+"-item-link"},[e("div",{class:t+"-item-container"},[e(P["a"],{class:t+"-item-link-icon",attrs:{type:"double-left"}}),e("span",{class:t+"-item-ellipsis"},["•••"])])]),a=e("a",{class:t+"-item-link"},[e("div",{class:t+"-item-container"},[e(P["a"],{class:t+"-item-link-icon",attrs:{type:"double-right"}}),e("span",{class:t+"-item-ellipsis"},["•••"])])]);return{prevIcon:n,nextIcon:r,jumpPrevIcon:i,jumpNextIcon:a}},renderPagination:function(t){var e=this.$createElement,n=Object(l["l"])(this),r=n.prefixCls,a=n.selectPrefixCls,s=n.buildOptionText,h=n.size,f=n.locale,d=i()(n,["prefixCls","selectPrefixCls","buildOptionText","size","locale"]),p=this.configProvider.getPrefixCls,v=p("pagination",r),g=p("select",a),m="small"===h,y={props:o()({prefixCls:v,selectPrefixCls:g},d,this.getIconsProps(v),{selectComponentClass:m?u:c["c"],locale:o()({},t,f),buildOptionText:s||this.$scopedSlots.buildOptionText}),class:{mini:m},on:Object(l["k"])(this)};return e(E,y)}},render:function(){var t=arguments[0];return t(h["a"],{attrs:{componentName:"Pagination",defaultLocale:A["a"]},scopedSlots:{default:this.renderPagination}})}}},"50c4":function(t,e,n){"use strict";var r=n("5926"),i=Math.min;t.exports=function(t){var e=r(t);return e>0?i(e,9007199254740991):0}},"50c6":function(t,e,n){var r=n("a0c4"),i=n("243f"),a=n("badf"),o=n("6747");function s(t,e){return function(n,s){var c=o(n)?r:i,l=e?e():{};return c(n,t,a(s,2),l)}}t.exports=s},"50d8":function(t,e){function n(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}t.exports=n},"511f":function(t,e,n){n("0b99"),n("658f"),t.exports=n("fcd4").f("iterator")},"512c":function(t,e,n){var r=n("ef08"),i=n("5524"),a=n("9c0c"),o=n("051b"),s=n("9c0e"),c="prototype",l=function(t,e,n){var u,h,f,d=t&l.F,p=t&l.G,v=t&l.S,g=t&l.P,m=t&l.B,y=t&l.W,b=p?i:i[e]||(i[e]={}),_=b[c],x=p?r:v?r[e]:(r[e]||{})[c];for(u in p&&(n=e),n)h=!d&&x&&void 0!==x[u],h&&s(b,u)||(f=h?x[u]:n[u],b[u]=p&&"function"!=typeof x[u]?n[u]:m&&h?a(f,r):y&&x[u]==f?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e[c]=t[c],e}(f):g&&"function"==typeof f?a(Function.call,f):f,g&&((b.virtual||(b.virtual={}))[u]=f,t&l.R&&_&&!_[u]&&o(_,u,f)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},"512ce":function(t,e,n){"use strict";var r=n("342f"),i=r.match(/AppleWebKit\/(\d+)\./);t.exports=!!i&&+i[1]},5136:function(t,e,n){"use strict";n("b2a3"),n("8f3c")},"51eb":function(t,e,n){"use strict";var r=n("825a"),i=n("485a"),a=TypeError;t.exports=function(t){if(r(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new a("Incorrect hint");return i(this,t)}},"51f5":function(t,e,n){var r=n("2b03"),i=n("badf"),a=n("4b17"),o=Math.max;function s(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var c=null==n?0:a(n);return c<0&&(c=o(s+c,0)),r(t,i(e,3),c)}t.exports=s},5270:function(t,e,n){"use strict";var r=n("c532"),i=n("c401"),a=n("2e67"),o=n("2444");function s(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){s(t),t.headers=t.headers||{},t.data=i(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||o.adapter;return e(t).then((function(e){return s(t),e.data=i(e.data,e.headers,t.transformResponse),e}),(function(e){return a(e)||(s(t),e&&e.response&&(e.response.data=i(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},"528d":function(t,e,n){"use strict";n.d(e,"b",(function(){return g}));var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d91"),u=n("18a7"),h=n("b488"),f=n("ec44"),d=n("e90a"),p=n("2b89"),v=n("daa3"),g={attribute:l["a"].object,rootPrefixCls:l["a"].string,eventKey:l["a"].oneOfType([l["a"].string,l["a"].number]),active:l["a"].bool,selectedKeys:l["a"].array,disabled:l["a"].bool,title:l["a"].any,index:l["a"].number,inlineIndent:l["a"].number.def(24),level:l["a"].number.def(1),mode:l["a"].oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]).def("vertical"),parentMenu:l["a"].object,multiple:l["a"].bool,value:l["a"].any,isSelected:l["a"].bool,manualRef:l["a"].func.def(p["h"]),role:l["a"].any,subMenuKey:l["a"].string,itemIcon:l["a"].any},m={name:"MenuItem",props:g,mixins:[h["a"]],isMenuItem:!0,created:function(){this.prevActive=this.active,this.callRef()},updated:function(){var t=this;this.$nextTick((function(){var e=t.$props,n=e.active,r=e.parentMenu,i=e.eventKey;t.prevActive||!n||r&&r["scrolled-"+i]?r&&r["scrolled-"+i]&&delete r["scrolled-"+i]:(Object(f["a"])(t.$el,t.parentMenu.$el,{onlyScrollIfNeeded:!0}),r["scrolled-"+i]=!0),t.prevActive=n})),this.callRef()},beforeDestroy:function(){var t=this.$props;this.__emit("destroy",t.eventKey)},methods:{onKeyDown:function(t){var e=t.keyCode;if(e===u["a"].ENTER)return this.onClick(t),!0},onMouseLeave:function(t){var e=this.$props.eventKey;this.__emit("itemHover",{key:e,hover:!1}),this.__emit("mouseleave",{key:e,domEvent:t})},onMouseEnter:function(t){var e=this.eventKey;this.__emit("itemHover",{key:e,hover:!0}),this.__emit("mouseenter",{key:e,domEvent:t})},onClick:function(t){var e=this.$props,n=e.eventKey,r=e.multiple,i=e.isSelected,a={key:n,keyPath:[n],item:this,domEvent:t};this.__emit("click",a),r?i?this.__emit("deselect",a):this.__emit("select",a):i||this.__emit("select",a)},getPrefixCls:function(){return this.$props.rootPrefixCls+"-item"},getActiveClassName:function(){return this.getPrefixCls()+"-active"},getSelectedClassName:function(){return this.getPrefixCls()+"-selected"},getDisabledClassName:function(){return this.getPrefixCls()+"-disabled"},callRef:function(){this.manualRef&&this.manualRef(this)}},render:function(){var t,e=arguments[0],n=c()({},this.$props),r=(t={},o()(t,this.getPrefixCls(),!0),o()(t,this.getActiveClassName(),!n.disabled&&n.active),o()(t,this.getSelectedClassName(),n.isSelected),o()(t,this.getDisabledClassName(),n.disabled),t),a=c()({},n.attribute,{title:n.title,role:n.role||"menuitem","aria-disabled":n.disabled});"option"===n.role?a=c()({},a,{role:"option","aria-selected":n.isSelected}):null!==n.role&&"none"!==n.role||(a.role="none");var s={click:n.disabled?p["h"]:this.onClick,mouseleave:n.disabled?p["h"]:this.onMouseLeave,mouseenter:n.disabled?p["h"]:this.onMouseEnter},l={};"inline"===n.mode&&(l.paddingLeft=n.inlineIndent*n.level+"px");var u=c()({},Object(v["k"])(this));p["g"].props.forEach((function(t){return delete n[t]})),p["g"].on.forEach((function(t){return delete u[t]}));var h={attrs:c()({},n,a),on:c()({},u,s)};return e("li",i()([h,{style:l,class:r}]),[this.$slots["default"],Object(v["g"])(this,"itemIcon",n)])}},y=Object(d["a"])((function(t,e){var n=t.activeKey,r=t.selectedKeys,i=e.eventKey,a=e.subMenuKey;return{active:n[a]===i,isSelected:-1!==r.indexOf(i)}}))(m);e["a"]=y},5319:function(t,e,n){"use strict";var r=n("2ba4"),i=n("c65b"),a=n("e330"),o=n("d784"),s=n("d039"),c=n("825a"),l=n("1626"),u=n("7234"),h=n("5926"),f=n("50c4"),d=n("577e"),p=n("1d80"),v=n("8aa5"),g=n("dc4a"),m=n("0cb2"),y=n("14c3"),b=n("b622"),_=b("replace"),x=Math.max,w=Math.min,k=a([].concat),C=a([].push),S=a("".indexOf),T=a("".slice),O=function(t){return void 0===t?t:String(t)},M=function(){return"$0"==="a".replace(/./,"$0")}(),E=function(){return!!/./[_]&&""===/./[_]("a","$0")}(),A=!s((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}));o("replace",(function(t,e,n){var a=E?"$":"$0";return[function(t,n){var r=p(this),a=u(t)?void 0:g(t,_);return a?i(a,t,r,n):i(e,d(r),t,n)},function(t,i){var o=c(this),s=d(t);if("string"==typeof i&&-1===S(i,a)&&-1===S(i,"$<")){var u=n(e,o,s,i);if(u.done)return u.value}var p=l(i);p||(i=d(i));var g,b=o.global;b&&(g=o.unicode,o.lastIndex=0);var _,M=[];while(1){if(_=y(o,s),null===_)break;if(C(M,_),!b)break;var E=d(_[0]);""===E&&(o.lastIndex=v(s,f(o.lastIndex),g))}for(var A="",P=0,L=0;L<M.length;L++){_=M[L];for(var I,j=d(_[0]),z=x(w(h(_.index),s.length),0),D=[],N=1;N<_.length;N++)C(D,O(_[N]));var R=_.groups;if(p){var V=k([j],D,z,s);void 0!==R&&C(V,R),I=d(r(i,void 0,V))}else I=m(j,s,z,D,R,i);z>=P&&(A+=T(s,P,z)+I,P=z+j.length)}return A+T(s,P)}]}),!A||!M||E)},5327:function(t,e,n){"use strict";var r=n("23e7"),i=n("1ec1"),a=Math.acosh,o=Math.log,s=Math.sqrt,c=Math.LN2,l=!a||710!==Math.floor(a(Number.MAX_VALUE))||a(1/0)!==1/0;r({target:"Math",stat:!0,forced:l},{acosh:function(t){var e=+t;return e<1?NaN:e>94906265.62425156?o(e)+c:i(e-1+s(e-1)*s(e+1))}})},5352:function(t,e,n){"use strict";n("e260");var r=n("23e7"),i=n("da84"),a=n("157a"),o=n("c65b"),s=n("e330"),c=n("83ab"),l=n("f354"),u=n("cb2d"),h=n("edd0"),f=n("6964"),d=n("d44e"),p=n("dcc3"),v=n("69f3"),g=n("19aa"),m=n("1626"),y=n("1a2d"),b=n("0366"),_=n("f5df"),x=n("825a"),w=n("861d"),k=n("577e"),C=n("7c73"),S=n("5c6c"),T=n("9a1f"),O=n("35a1"),M=n("4754"),E=n("d6d6"),A=n("b622"),P=n("addb"),L=A("iterator"),I="URLSearchParams",j=I+"Iterator",z=v.set,D=v.getterFor(I),N=v.getterFor(j),R=a("fetch"),V=a("Request"),F=a("Headers"),H=V&&V.prototype,B=F&&F.prototype,U=i.RegExp,$=i.TypeError,q=i.decodeURIComponent,W=i.encodeURIComponent,Y=s("".charAt),K=s([].join),X=s([].push),G=s("".replace),Z=s([].shift),Q=s([].splice),J=s("".split),tt=s("".slice),et=/\+/g,nt=Array(4),rt=function(t){return nt[t-1]||(nt[t-1]=U("((?:%[\\da-f]{2}){"+t+"})","gi"))},it=function(t){try{return q(t)}catch(e){return t}},at=function(t){var e=G(t,et," "),n=4;try{return q(e)}catch(r){while(n)e=G(e,rt(n--),it);return e}},ot=/[!'()~]|%20/g,st={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},ct=function(t){return st[t]},lt=function(t){return G(W(t),ot,ct)},ut=p((function(t,e){z(this,{type:j,target:D(t).entries,index:0,kind:e})}),I,(function(){var t=N(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,M(void 0,!0);var r=e[n];switch(t.kind){case"keys":return M(r.key,!1);case"values":return M(r.value,!1)}return M([r.key,r.value],!1)}),!0),ht=function(t){this.entries=[],this.url=null,void 0!==t&&(w(t)?this.parseObject(t):this.parseQuery("string"==typeof t?"?"===Y(t,0)?tt(t,1):t:k(t)))};ht.prototype={type:I,bindURL:function(t){this.url=t,this.update()},parseObject:function(t){var e,n,r,i,a,s,c,l=this.entries,u=O(t);if(u){e=T(t,u),n=e.next;while(!(r=o(n,e)).done){if(i=T(x(r.value)),a=i.next,(s=o(a,i)).done||(c=o(a,i)).done||!o(a,i).done)throw new $("Expected sequence with length 2");X(l,{key:k(s.value),value:k(c.value)})}}else for(var h in t)y(t,h)&&X(l,{key:h,value:k(t[h])})},parseQuery:function(t){if(t){var e,n,r=this.entries,i=J(t,"&"),a=0;while(a<i.length)e=i[a++],e.length&&(n=J(e,"="),X(r,{key:at(Z(n)),value:at(K(n,"="))}))}},serialize:function(){var t,e=this.entries,n=[],r=0;while(r<e.length)t=e[r++],X(n,lt(t.key)+"="+lt(t.value));return K(n,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var ft=function(){g(this,dt);var t=arguments.length>0?arguments[0]:void 0,e=z(this,new ht(t));c||(this.size=e.entries.length)},dt=ft.prototype;if(f(dt,{append:function(t,e){var n=D(this);E(arguments.length,2),X(n.entries,{key:k(t),value:k(e)}),c||this.length++,n.updateURL()},delete:function(t){var e=D(this),n=E(arguments.length,1),r=e.entries,i=k(t),a=n<2?void 0:arguments[1],o=void 0===a?a:k(a),s=0;while(s<r.length){var l=r[s];if(l.key!==i||void 0!==o&&l.value!==o)s++;else if(Q(r,s,1),void 0!==o)break}c||(this.size=r.length),e.updateURL()},get:function(t){var e=D(this).entries;E(arguments.length,1);for(var n=k(t),r=0;r<e.length;r++)if(e[r].key===n)return e[r].value;return null},getAll:function(t){var e=D(this).entries;E(arguments.length,1);for(var n=k(t),r=[],i=0;i<e.length;i++)e[i].key===n&&X(r,e[i].value);return r},has:function(t){var e=D(this).entries,n=E(arguments.length,1),r=k(t),i=n<2?void 0:arguments[1],a=void 0===i?i:k(i),o=0;while(o<e.length){var s=e[o++];if(s.key===r&&(void 0===a||s.value===a))return!0}return!1},set:function(t,e){var n=D(this);E(arguments.length,1);for(var r,i=n.entries,a=!1,o=k(t),s=k(e),l=0;l<i.length;l++)r=i[l],r.key===o&&(a?Q(i,l--,1):(a=!0,r.value=s));a||X(i,{key:o,value:s}),c||(this.size=i.length),n.updateURL()},sort:function(){var t=D(this);P(t.entries,(function(t,e){return t.key>e.key?1:-1})),t.updateURL()},forEach:function(t){var e,n=D(this).entries,r=b(t,arguments.length>1?arguments[1]:void 0),i=0;while(i<n.length)e=n[i++],r(e.value,e.key,this)},keys:function(){return new ut(this,"keys")},values:function(){return new ut(this,"values")},entries:function(){return new ut(this,"entries")}},{enumerable:!0}),u(dt,L,dt.entries,{name:"entries"}),u(dt,"toString",(function(){return D(this).serialize()}),{enumerable:!0}),c&&h(dt,"size",{get:function(){return D(this).entries.length},configurable:!0,enumerable:!0}),d(ft,I),r({global:!0,constructor:!0,forced:!l},{URLSearchParams:ft}),!l&&m(F)){var pt=s(B.has),vt=s(B.set),gt=function(t){if(w(t)){var e,n=t.body;if(_(n)===I)return e=t.headers?new F(t.headers):new F,pt(e,"content-type")||vt(e,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),C(t,{body:S(0,k(n)),headers:S(0,e)})}return t};if(m(R)&&r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(t){return R(t,arguments.length>1?gt(arguments[1]):{})}}),m(V)){var mt=function(t){return g(this,H),new V(t,arguments.length>1?gt(arguments[1]):{})};H.constructor=mt,mt.prototype=H,r({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:mt})}}t.exports={URLSearchParams:ft,getState:D}},5377:function(t,e,n){"use strict";var r=n("da84"),i=n("83ab"),a=n("edd0"),o=n("ad6d"),s=n("d039"),c=r.RegExp,l=c.prototype,u=i&&s((function(){var t=!0;try{c(".","d")}catch(u){t=!1}var e={},n="",r=t?"dgimsy":"gimsy",i=function(t,r){Object.defineProperty(e,t,{get:function(){return n+=r,!0}})},a={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var o in t&&(a.hasIndices="d"),a)i(o,a[o]);var s=Object.getOwnPropertyDescriptor(l,"flags").get.call(e);return s!==r||n!==r}));u&&a(l,"flags",{configurable:!0,get:o})},"53a8":function(t,e){t.exports=r;var n=Object.prototype.hasOwnProperty;function r(){for(var t={},e=0;e<arguments.length;e++){var r=arguments[e];for(var i in r)n.call(r,i)&&(t[i]=r[i])}return t}},"53ca":function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));n("a4d3"),n("e01a"),n("d28b"),n("d3b7"),n("3ca3"),n("ddb0");function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}},"54eb":function(t,e,n){var r=n("8eeb"),i=n("32f4");function a(t,e){return r(t,i(t),e)}t.exports=a},5524:function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},5530:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));n("a4d3"),n("4de4"),n("e439"),n("dbb4"),n("b64b"),n("d3b7"),n("159b");var r=n("ade3");function i(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function a(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},"55a3":function(t,e){function n(t){return this.__data__.has(t)}t.exports=n},"55b5":function(t,e,n){var r=n("4a4b");function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,r(t,e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},"55ec":function(t,e,n){"use strict";n("b2a3"),n("9083")},"55f1":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("0464"),u=n("4bf8"),h=n("4a15"),f=n("da30"),d=n("a3a2"),p=n("daa3"),v=n("4d26"),g=n.n(v),m={name:"ASubMenu",isSubMenu:!0,props:c()({},d["a"].props),inject:{menuPropsContext:{default:function(){return{}}}},methods:{onKeyDown:function(t){this.$refs.subMenu.onKeyDown(t)}},render:function(){var t=arguments[0],e=this.$slots,n=this.$scopedSlots,r=this.$props,i=r.rootPrefixCls,a=r.popupClassName,o=this.menuPropsContext.theme,s={props:c()({},this.$props,{popupClassName:g()(i+"-"+o,a)}),ref:"subMenu",on:Object(p["k"])(this),scopedSlots:n},l=Object.keys(e);return t(d["a"],s,[l.length?l.map((function(n){return t("template",{slot:n},[e[n]])})):null])}},y=n("4d91"),b=n("3593"),_=n("6a21"),x=n("528d"),w=n("f933");function k(){}var C={name:"MenuItem",inheritAttrs:!1,props:x["b"],inject:{getInlineCollapsed:{default:function(){return k}},layoutSiderContext:{default:function(){return{}}}},isMenuItem:!0,methods:{onKeyDown:function(t){this.$refs.menuItem.onKeyDown(t)}},render:function(){var t=arguments[0],e=Object(p["l"])(this),n=e.level,r=e.title,a=e.rootPrefixCls,o=this.getInlineCollapsed,s=this.$slots,l=this.$attrs,u=o(),h=r;"undefined"===typeof r?h=1===n?s["default"]:"":!1===r&&(h="");var f={title:h},d=this.layoutSiderContext.sCollapsed;d||u||(f.title=null,f.visible=!1);var v={props:c()({},e,{title:r}),attrs:l,on:Object(p["k"])(this)},g={props:c()({},f,{placement:"right",overlayClassName:a+"-inline-collapsed-tooltip"})};return t(w["a"],g,[t(x["a"],i()([v,{ref:"menuItem"}]),[s["default"]])])}},S=n("b488"),T=n("22a4"),O=n("9cba"),M=n("db14"),E=y["a"].oneOf(["vertical","vertical-left","vertical-right","horizontal","inline"]),A=c()({},T["a"],{theme:y["a"].oneOf(["light","dark"]).def("light"),mode:E.def("vertical"),selectable:y["a"].bool,selectedKeys:y["a"].arrayOf(y["a"].oneOfType([y["a"].string,y["a"].number])),defaultSelectedKeys:y["a"].array,openKeys:y["a"].array,defaultOpenKeys:y["a"].array,openAnimation:y["a"].oneOfType([y["a"].string,y["a"].object]),openTransitionName:y["a"].string,prefixCls:y["a"].string,multiple:y["a"].bool,inlineIndent:y["a"].number.def(24),inlineCollapsed:y["a"].bool,isRootMenu:y["a"].bool.def(!0),focusable:y["a"].bool.def(!1)}),P={name:"AMenu",props:A,Divider:c()({},u["a"],{name:"AMenuDivider"}),Item:c()({},C,{name:"AMenuItem"}),SubMenu:c()({},m,{name:"ASubMenu"}),ItemGroup:c()({},h["a"],{name:"AMenuItemGroup"}),provide:function(){return{getInlineCollapsed:this.getInlineCollapsed,menuPropsContext:this.$props}},mixins:[S["a"]],inject:{layoutSiderContext:{default:function(){return{}}},configProvider:{default:function(){return O["a"]}}},model:{prop:"selectedKeys",event:"selectChange"},updated:function(){this.propsUpdating=!1},watch:{mode:function(t,e){"inline"===e&&"inline"!==t&&(this.switchingModeFromInline=!0)},openKeys:function(t){this.setState({sOpenKeys:t})},inlineCollapsed:function(t){this.collapsedChange(t)},"layoutSiderContext.sCollapsed":function(t){this.collapsedChange(t)}},data:function(){var t=Object(p["l"])(this);Object(_["a"])(!("inlineCollapsed"in t&&"inline"!==t.mode),"Menu","`inlineCollapsed` should only be used when Menu's `mode` is inline."),this.switchingModeFromInline=!1,this.leaveAnimationExecutedWhenInlineCollapsed=!1,this.inlineOpenKeys=[];var e=void 0;return"openKeys"in t?e=t.openKeys:"defaultOpenKeys"in t&&(e=t.defaultOpenKeys),{sOpenKeys:e}},methods:{collapsedChange:function(t){this.propsUpdating||(this.propsUpdating=!0,Object(p["s"])(this,"openKeys")?t&&(this.switchingModeFromInline=!0):t?(this.switchingModeFromInline=!0,this.inlineOpenKeys=this.sOpenKeys,this.setState({sOpenKeys:[]})):(this.setState({sOpenKeys:this.inlineOpenKeys}),this.inlineOpenKeys=[]))},restoreModeVerticalFromInline:function(){this.switchingModeFromInline&&(this.switchingModeFromInline=!1,this.$forceUpdate())},handleMouseEnter:function(t){this.restoreModeVerticalFromInline(),this.$emit("mouseenter",t)},handleTransitionEnd:function(t){var e="width"===t.propertyName&&t.target===t.currentTarget,n=t.target.className,r="[object SVGAnimatedString]"===Object.prototype.toString.call(n)?n.animVal:n,i="font-size"===t.propertyName&&r.indexOf("anticon")>=0;(e||i)&&this.restoreModeVerticalFromInline()},handleClick:function(t){this.handleOpenChange([]),this.$emit("click",t)},handleSelect:function(t){this.$emit("select",t),this.$emit("selectChange",t.selectedKeys)},handleDeselect:function(t){this.$emit("deselect",t),this.$emit("selectChange",t.selectedKeys)},handleOpenChange:function(t){this.setOpenKeys(t),this.$emit("openChange",t),this.$emit("update:openKeys",t)},setOpenKeys:function(t){Object(p["s"])(this,"openKeys")||this.setState({sOpenKeys:t})},getRealMenuMode:function(){var t=this.getInlineCollapsed();if(this.switchingModeFromInline&&t)return"inline";var e=this.$props.mode;return t?"vertical":e},getInlineCollapsed:function(){var t=this.$props.inlineCollapsed;return void 0!==this.layoutSiderContext.sCollapsed?this.layoutSiderContext.sCollapsed:t},getMenuOpenAnimation:function(t){var e=this.$props,n=e.openAnimation,r=e.openTransitionName,i=n||r;return void 0===n&&void 0===r&&("horizontal"===t?i="slide-up":"inline"===t?i={on:b["a"]}:this.switchingModeFromInline?(i="",this.switchingModeFromInline=!1):i="zoom-big"),i}},render:function(){var t,e=this,n=arguments[0],r=this.layoutSiderContext,a=this.$slots,s=r.collapsedWidth,u=this.configProvider.getPopupContainer,h=Object(p["l"])(this),d=h.prefixCls,v=h.theme,g=h.getPopupContainer,m=this.configProvider.getPrefixCls,y=m("menu",d),b=this.getRealMenuMode(),_=this.getMenuOpenAnimation(b),x=(t={},o()(t,y+"-"+v,!0),o()(t,y+"-inline-collapsed",this.getInlineCollapsed()),t),w={props:c()({},Object(l["a"])(h,["inlineCollapsed"]),{getPopupContainer:g||u,openKeys:this.sOpenKeys,mode:b,prefixCls:y}),on:c()({},Object(p["k"])(this),{select:this.handleSelect,deselect:this.handleDeselect,openChange:this.handleOpenChange,mouseenter:this.handleMouseEnter}),nativeOn:{transitionend:this.handleTransitionEnd}};Object(p["s"])(this,"selectedKeys")||delete w.props.selectedKeys,"inline"!==b?(w.on.click=this.handleClick,w.props.openTransitionName=_):(w.on.click=function(t){e.$emit("click",t)},w.props.openAnimation=_);var k=this.getInlineCollapsed()&&(0===s||"0"===s||"0px"===s);return k&&(w.props.openKeys=[]),n(f["a"],i()([w,{class:x}]),[a["default"]])},install:function(t){t.use(M["a"]),t.component(P.name,P),t.component(P.Item.name,P.Item),t.component(P.SubMenu.name,P.SubMenu),t.component(P.Divider.name,P.Divider),t.component(P.ItemGroup.name,P.ItemGroup)}};e["a"]=P},5669:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r={placeholder:"请选择时间"};e["default"]=r},5692:function(t,e,n){"use strict";var r=n("c6cd");t.exports=function(t,e){return r[t]||(r[t]=e||{})}},"56cd":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("2fcd"),o=n("0c63"),s={},c=4.5,l="24px",u="24px",h="topRight",f=function(){return document.body},d=null;function p(t){var e=t.duration,n=t.placement,r=t.bottom,i=t.top,a=t.getContainer,o=t.closeIcon;void 0!==e&&(c=e),void 0!==n&&(h=n),void 0!==r&&(u="number"===typeof r?r+"px":r),void 0!==i&&(l="number"===typeof i?i+"px":i),void 0!==a&&(f=a),void 0!==o&&(d=o)}function v(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u,r=void 0;switch(t){case"topLeft":r={left:0,top:e,bottom:"auto"};break;case"topRight":r={right:0,top:e,bottom:"auto"};break;case"bottomLeft":r={left:0,top:"auto",bottom:n};break;default:r={right:0,top:"auto",bottom:n};break}return r}function g(t,e){var n=t.prefixCls,r=t.placement,i=void 0===r?h:r,c=t.getContainer,l=void 0===c?f:c,u=t.top,p=t.bottom,g=t.closeIcon,m=void 0===g?d:g,y=n+"-"+i;s[y]?e(s[y]):a["a"].newInstance({prefixCls:n,class:n+"-"+i,style:v(i,u,p),getContainer:l,closeIcon:function(t){var e="function"===typeof m?m(t):m,r=t("span",{class:n+"-close-x"},[e||t(o["a"],{class:n+"-close-icon",attrs:{type:"close"}})]);return r}},(function(t){s[y]=t,e(t)}))}var m={success:"check-circle-o",info:"info-circle-o",error:"close-circle-o",warning:"exclamation-circle-o"};function y(t){var e=t.icon,n=t.type,r=t.description,i=t.message,a=t.btn,s=t.prefixCls||"ant-notification",l=s+"-notice",u=void 0===t.duration?c:t.duration,h=null;if(e)h=function(t){return t("span",{class:l+"-icon"},["function"===typeof e?e(t):e])};else if(n){var f=m[n];h=function(t){return t(o["a"],{class:l+"-icon "+l+"-icon-"+n,attrs:{type:f}})}}var d=t.placement,p=t.top,v=t.bottom,y=t.getContainer,b=t.closeIcon;g({prefixCls:s,placement:d,top:p,bottom:v,getContainer:y,closeIcon:b},(function(e){e.notice({content:function(t){return t("div",{class:h?l+"-with-icon":""},[h&&h(t),t("div",{class:l+"-message"},[!r&&h?t("span",{class:l+"-message-single-line-auto-margin"}):null,"function"===typeof i?i(t):i]),t("div",{class:l+"-description"},["function"===typeof r?r(t):r]),a?t("span",{class:l+"-btn"},["function"===typeof a?a(t):a]):null])},duration:u,closable:!0,onClose:t.onClose,onClick:t.onClick,key:t.key,style:t.style||{},class:t["class"]})}))}var b={open:y,close:function(t){Object.keys(s).forEach((function(e){return s[e].removeNotice(t)}))},config:p,destroy:function(){Object.keys(s).forEach((function(t){s[t].destroy(),delete s[t]}))}};["success","info","warning","error"].forEach((function(t){b[t]=function(e){return b.open(i()({},e,{type:t}))}})),b.warn=b.warning,e["a"]=b},"56ef":function(t,e,n){"use strict";var r=n("d066"),i=n("e330"),a=n("241c"),o=n("7418"),s=n("825a"),c=i([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=a.f(s(t)),n=o.f;return n?c(e,n(t)):e}},5704:function(t,e,n){"use strict";n("b2a3"),n("948e"),n("6ba6")},"577e":function(t,e,n){"use strict";var r=n("f5df"),i=String;t.exports=function(t){if("Symbol"===r(t))throw new TypeError("Cannot convert a Symbol value to a string");return i(t)}},5783:function(t,e,n){"use strict";n("b2a3"),n("40cb")},"57a5":function(t,e,n){var r=n("91e9"),i=r(Object.keys,Object);t.exports=i},"57b9":function(t,e,n){"use strict";var r=n("c65b"),i=n("d066"),a=n("b622"),o=n("cb2d");t.exports=function(){var t=i("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,s=a("toPrimitive");e&&!e[s]&&o(e,s,(function(t){return r(n,this)}),{arity:1})}},"57ba":function(t,e,n){"use strict";e.__esModule=!0;var r=n("4849"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e.default=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),(0,i.default)(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}()},"583b":function(t,e,n){"use strict";var r=n("23e7"),i=n("eac5"),a=Math.abs;r({target:"Number",stat:!0},{isSafeInteger:function(t){return i(t)&&a(t)<=9007199254740991}})},"585a":function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n("c8ba"))},5899:function(t,e,n){"use strict";t.exports="\t\n\v\f\r                　\u2028\u2029\ufeff"},"58a8":function(t,e,n){"use strict";var r=n("e330"),i=n("1d80"),a=n("577e"),o=n("5899"),s=r("".replace),c=RegExp("^["+o+"]+"),l=RegExp("(^|[^"+o+"])["+o+"]+$"),u=function(t){return function(e){var n=a(i(e));return 1&t&&(n=s(n,c,"")),2&t&&(n=s(n,l,"$1")),n}};t.exports={start:u(1),end:u(2),trim:u(3)}},"58c1":function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("4d91"),c=n("daa3");function l(t){return t.name||"Component"}function u(t){var e=t.props||{},n=t.methods||{},r={};Object.keys(e).forEach((function(t){r[t]=o()({},e[t],{required:!1})})),t.props.__propsSymbol__=s["a"].any,t.props.children=s["a"].array.def([]);var a={props:r,model:t.model,name:"Proxy_"+l(t),methods:{getProxyWrappedInstance:function(){return this.$refs.wrappedInstance}},render:function(){var e=arguments[0],n=this.$slots,r=void 0===n?{}:n,a=this.$scopedSlots,s=Object(c["l"])(this),l={props:o()({},s,{__propsSymbol__:Symbol(),componentWillReceiveProps:o()({},s),children:r["default"]||s.children||[]}),on:Object(c["k"])(this)};Object.keys(a).length&&(l.scopedSlots=a);var u=Object.keys(r);return e(t,i()([l,{ref:"wrappedInstance"}]),[u.length?u.map((function(t){return e("template",{slot:t},[r[t]])})):null])}};return Object.keys(n).map((function(t){a.methods[t]=function(){var e;return(e=this.getProxyWrappedInstance())[t].apply(e,arguments)}})),a}},5926:function(t,e,n){"use strict";var r=n("b42e");t.exports=function(t){var e=+t;return e!==e||0===e?0:r(e)}},"59a5":function(t,e,n){"use strict";var r=n("d338"),i=n("89ee"),a=n("c0e4"),o=n("db14");r["a"].Group=i["a"],r["a"].Button=a["a"],r["a"].install=function(t){t.use(o["a"]),t.component(r["a"].name,r["a"]),t.component(r["a"].Group.name,r["a"].Group),t.component(r["a"].Button.name,r["a"].Button)},e["a"]=r["a"]},"59ed":function(t,e,n){"use strict";var r=n("1626"),i=n("0d51"),a=TypeError;t.exports=function(t){if(r(t))return t;throw new a(i(t)+" is not a function")}},"5a34":function(t,e,n){"use strict";var r=n("44e7"),i=TypeError;t.exports=function(t){if(r(t))throw new i("The method doesn't accept regular expressions");return t}},"5a47":function(t,e,n){"use strict";var r=n("23e7"),i=n("04f8"),a=n("d039"),o=n("7418"),s=n("7b0b"),c=!i||a((function(){o.f(1)}));r({target:"Object",stat:!0,forced:c},{getOwnPropertySymbols:function(t){var e=o.f;return e?e(s(t)):[]}})},"5a94":function(t,e,n){var r=n("b367")("keys"),i=n("8b1a");t.exports=function(t){return r[t]||(r[t]=i(t))}},"5b01":function(t,e,n){var r=n("8eeb"),i=n("ec69");function a(t,e){return t&&r(e,i(e),t)}t.exports=a},"5b90":function(t,e,n){"use strict";function r(t,e){var n=window.Element.prototype,r=n.matches||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector;if(!t||1!==t.nodeType)return!1;var i=t.parentNode;if(r)return r.call(t,e);for(var a=i.querySelectorAll(e),o=a.length,s=0;s<o;s++)if(a[s]===t)return!0;return!1}t.exports=r},"5bf7":function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("eb1d"),o=n("7b0b"),s=n("a04b"),c=n("e163"),l=n("06cf").f;i&&r({target:"Object",proto:!0,forced:a},{__lookupSetter__:function(t){var e,n=o(this),r=s(t);do{if(e=l(n,r))return e.set}while(n=c(n))}})},"5c3a":function(t,e,n){(function(t,e){e(n("c1df"))})(0,(function(t){"use strict";
//! moment.js locale configuration
var e=t.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"下午"===e||"晚上"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,n){var r=100*t+e;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(t){return t.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(t){return this.week()!==t.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"周";default:return t}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return e}))},"5c69":function(t,e,n){var r=n("087d"),i=n("0621");function a(t,e,n,o,s){var c=-1,l=t.length;n||(n=i),s||(s=[]);while(++c<l){var u=t[c];e>0&&n(u)?e>1?a(u,e-1,n,o,s):r(s,u):o||(s[s.length]=u)}return s}t.exports=a},"5c6c":function(t,e,n){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"5ca0":function(t,e,n){var r=n("badf"),i=n("30c9"),a=n("ec69");function o(t){return function(e,n,o){var s=Object(e);if(!i(e)){var c=r(n,3);e=a(e),n=function(t){return c(s[t],t,s)}}var l=t(e,n,o);return l>-1?s[c?e[l]:l]:void 0}}t.exports=o},"5cc6":function(t,e,n){"use strict";var r=n("74e8");r("Uint8",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},"5cdc":function(t,e,n){},"5d41":function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b"),a=n("861d"),o=n("825a"),s=n("c60d"),c=n("06cf"),l=n("e163");function u(t,e){var n,r,h=arguments.length<3?t:arguments[2];return o(t)===h?t[e]:(n=c.f(t,e),n?s(n)?n.value:void 0===n.get?void 0:i(n.get,h):a(r=l(t))?u(r,e,h):void 0)}r({target:"Reflect",stat:!0},{get:u})},"5d89":function(t,e,n){var r=n("f8af");function i(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}t.exports=i},"5db7":function(t,e,n){"use strict";var r=n("23e7"),i=n("a2bf"),a=n("59ed"),o=n("7b0b"),s=n("07fa"),c=n("65f0");r({target:"Array",proto:!0},{flatMap:function(t){var e,n=o(this),r=s(n);return a(t),e=c(n,0),e.length=i(e,n,n,r,0,1,t,arguments.length>1?arguments[1]:void 0),e}})},"5ded":function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("68ee"),o=n("8418"),s=Array,c=i((function(){function t(){}return!(s.of.call(t)instanceof t)}));r({target:"Array",stat:!0,forced:c},{of:function(){var t=0,e=arguments.length,n=new(a(this)?this:s)(e);while(e>t)o(n,t,arguments[t++]);return n.length=e,n}})},"5e2e":function(t,e,n){var r=n("28c9"),i=n("69d5"),a=n("b4c0"),o=n("fba5"),s=n("67ca");function c(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype["delete"]=i,c.prototype.get=a,c.prototype.has=o,c.prototype.set=s,t.exports=c},"5e77":function(t,e,n){"use strict";var r=n("83ab"),i=n("1a2d"),a=Function.prototype,o=r&&Object.getOwnPropertyDescriptor,s=i(a,"name"),c=s&&"something"===function(){}.name,l=s&&(!r||r&&o(a,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:l}},"5e7e":function(t,e,n){"use strict";var r,i,a,o,s=n("23e7"),c=n("c430"),l=n("605d"),u=n("da84"),h=n("c65b"),f=n("cb2d"),d=n("d2bb"),p=n("d44e"),v=n("2626"),g=n("59ed"),m=n("1626"),y=n("861d"),b=n("19aa"),_=n("4840"),x=n("2cf4").set,w=n("b575"),k=n("44de"),C=n("e667"),S=n("01b4"),T=n("69f3"),O=n("d256"),M=n("4738"),E=n("f069"),A="Promise",P=M.CONSTRUCTOR,L=M.REJECTION_EVENT,I=M.SUBCLASSING,j=T.getterFor(A),z=T.set,D=O&&O.prototype,N=O,R=D,V=u.TypeError,F=u.document,H=u.process,B=E.f,U=B,$=!!(F&&F.createEvent&&u.dispatchEvent),q="unhandledrejection",W="rejectionhandled",Y=0,K=1,X=2,G=1,Z=2,Q=function(t){var e;return!(!y(t)||!m(e=t.then))&&e},J=function(t,e){var n,r,i,a=e.value,o=e.state===K,s=o?t.ok:t.fail,c=t.resolve,l=t.reject,u=t.domain;try{s?(o||(e.rejection===Z&&it(e),e.rejection=G),!0===s?n=a:(u&&u.enter(),n=s(a),u&&(u.exit(),i=!0)),n===t.promise?l(new V("Promise-chain cycle")):(r=Q(n))?h(r,n,c,l):c(n)):l(a)}catch(f){u&&!i&&u.exit(),l(f)}},tt=function(t,e){t.notified||(t.notified=!0,w((function(){var n,r=t.reactions;while(n=r.get())J(n,t);t.notified=!1,e&&!t.rejection&&nt(t)})))},et=function(t,e,n){var r,i;$?(r=F.createEvent("Event"),r.promise=e,r.reason=n,r.initEvent(t,!1,!0),u.dispatchEvent(r)):r={promise:e,reason:n},!L&&(i=u["on"+t])?i(r):t===q&&k("Unhandled promise rejection",n)},nt=function(t){h(x,u,(function(){var e,n=t.facade,r=t.value,i=rt(t);if(i&&(e=C((function(){l?H.emit("unhandledRejection",r,n):et(q,n,r)})),t.rejection=l||rt(t)?Z:G,e.error))throw e.value}))},rt=function(t){return t.rejection!==G&&!t.parent},it=function(t){h(x,u,(function(){var e=t.facade;l?H.emit("rejectionHandled",e):et(W,e,t.value)}))},at=function(t,e,n){return function(r){t(e,r,n)}},ot=function(t,e,n){t.done||(t.done=!0,n&&(t=n),t.value=e,t.state=X,tt(t,!0))},st=function(t,e,n){if(!t.done){t.done=!0,n&&(t=n);try{if(t.facade===e)throw new V("Promise can't be resolved itself");var r=Q(e);r?w((function(){var n={done:!1};try{h(r,e,at(st,n,t),at(ot,n,t))}catch(i){ot(n,i,t)}})):(t.value=e,t.state=K,tt(t,!1))}catch(i){ot({done:!1},i,t)}}};if(P&&(N=function(t){b(this,R),g(t),h(r,this);var e=j(this);try{t(at(st,e),at(ot,e))}catch(n){ot(e,n)}},R=N.prototype,r=function(t){z(this,{type:A,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:Y,value:void 0})},r.prototype=f(R,"then",(function(t,e){var n=j(this),r=B(_(this,N));return n.parent=!0,r.ok=!m(t)||t,r.fail=m(e)&&e,r.domain=l?H.domain:void 0,n.state===Y?n.reactions.add(r):w((function(){J(r,n)})),r.promise})),i=function(){var t=new r,e=j(t);this.promise=t,this.resolve=at(st,e),this.reject=at(ot,e)},E.f=B=function(t){return t===N||t===a?new i(t):U(t)},!c&&m(O)&&D!==Object.prototype)){o=D.then,I||f(D,"then",(function(t,e){var n=this;return new N((function(t,e){h(o,n,t,e)})).then(t,e)}),{unsafe:!0});try{delete D.constructor}catch(ct){}d&&d(D,R)}s({global:!0,constructor:!0,wrap:!0,forced:P},{Promise:N}),p(N,A,!1,!0),v(A)},"5eb5":function(t,e,n){},"5edf":function(t,e){function n(t,e,n){var r=-1,i=null==t?0:t.length;while(++r<i)if(n(e,t[r]))return!0;return!1}t.exports=n},"5eed":function(t,e,n){"use strict";var r=n("d256"),i=n("1c7e"),a=n("4738").CONSTRUCTOR;t.exports=a||!i((function(t){r.all(t).then(void 0,(function(){}))}))},"5efb":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("a9d4"),u=n("0c63"),h=n("b92b"),f=n("daa3"),d=n("9cba"),p=/^[\u4e00-\u9fa5]{2}$/,v=p.test.bind(p),g=Object(h["a"])(),m={name:"AButton",inheritAttrs:!1,__ANT_BUTTON:!0,props:g,inject:{configProvider:{default:function(){return d["a"]}}},data:function(){return{sizeMap:{large:"lg",small:"sm"},sLoading:!!this.loading,hasTwoCNChar:!1}},computed:{classes:function(){var t,e=this.prefixCls,n=this.type,r=this.shape,i=this.size,a=this.hasTwoCNChar,o=this.sLoading,s=this.ghost,l=this.block,u=this.icon,h=this.$slots,d=this.configProvider.getPrefixCls,p=d("btn",e),v=!1!==this.configProvider.autoInsertSpaceInButton,g="";switch(i){case"large":g="lg";break;case"small":g="sm";break;default:break}var m=o?"loading":u,y=Object(f["c"])(h["default"]);return t={},c()(t,""+p,!0),c()(t,p+"-"+n,n),c()(t,p+"-"+r,r),c()(t,p+"-"+g,g),c()(t,p+"-icon-only",0===y.length&&m),c()(t,p+"-loading",o),c()(t,p+"-background-ghost",s||"ghost"===n),c()(t,p+"-two-chinese-chars",a&&v),c()(t,p+"-block",l),t}},watch:{loading:function(t,e){var n=this;e&&"boolean"!==typeof e&&clearTimeout(this.delayTimeout),t&&"boolean"!==typeof t&&t.delay?this.delayTimeout=setTimeout((function(){n.sLoading=!!t}),t.delay):this.sLoading=!!t}},mounted:function(){this.fixTwoCNChar()},updated:function(){this.fixTwoCNChar()},beforeDestroy:function(){this.delayTimeout&&clearTimeout(this.delayTimeout)},methods:{fixTwoCNChar:function(){var t=this.$refs.buttonNode;if(t){var e=t.textContent;this.isNeedInserted()&&v(e)?this.hasTwoCNChar||(this.hasTwoCNChar=!0):this.hasTwoCNChar&&(this.hasTwoCNChar=!1)}},handleClick:function(t){var e=this.$data.sLoading;e||this.$emit("click",t)},insertSpace:function(t,e){var n=this.$createElement,r=e?" ":"";if("string"===typeof t.text){var i=t.text.trim();return v(i)&&(i=i.split("").join(r)),n("span",[i])}return t},isNeedInserted:function(){var t=this.$slots,e=this.type,n=Object(f["g"])(this,"icon");return t["default"]&&1===t["default"].length&&!n&&"link"!==e}},render:function(){var t=this,e=arguments[0],n=this.type,r=this.htmlType,a=this.classes,s=this.disabled,c=this.handleClick,h=this.sLoading,d=this.$slots,p=this.$attrs,v=Object(f["g"])(this,"icon"),g={attrs:o()({},p,{disabled:s}),class:a,on:o()({},Object(f["k"])(this),{click:c})},m=h?"loading":v,y=m?e(u["a"],{attrs:{type:m}}):null,b=Object(f["c"])(d["default"]),_=!1!==this.configProvider.autoInsertSpaceInButton,x=b.map((function(e){return t.insertSpace(e,t.isNeedInserted()&&_)}));if(void 0!==p.href)return e("a",i()([g,{ref:"buttonNode"}]),[y,x]);var w=e("button",i()([g,{ref:"buttonNode",attrs:{type:r||"button"}}]),[y,x]);return"link"===n?w:e(l["a"],[w])}},y=n("83ab2"),b=n("db14");m.Group=y["b"],m.install=function(t){t.use(b["a"]),t.component(m.name,m),t.component(y["b"].name,y["b"])};e["a"]=m},"5f58":function(t,e,n){},"5f96":function(t,e,n){"use strict";var r=n("ebb5"),i=n("e330"),a=r.aTypedArray,o=r.exportTypedArrayMethod,s=i([].join);o("join",(function(t){return s(a(this),t)}))},"5fb2":function(t,e,n){"use strict";var r=n("e330"),i=2147483647,a=36,o=1,s=26,c=38,l=700,u=72,h=128,f="-",d=/[^\0-\u007E]/,p=/[.\u3002\uFF0E\uFF61]/g,v="Overflow: input needs wider integers to process",g=a-o,m=RangeError,y=r(p.exec),b=Math.floor,_=String.fromCharCode,x=r("".charCodeAt),w=r([].join),k=r([].push),C=r("".replace),S=r("".split),T=r("".toLowerCase),O=function(t){var e=[],n=0,r=t.length;while(n<r){var i=x(t,n++);if(i>=55296&&i<=56319&&n<r){var a=x(t,n++);56320===(64512&a)?k(e,((1023&i)<<10)+(1023&a)+65536):(k(e,i),n--)}else k(e,i)}return e},M=function(t){return t+22+75*(t<26)},E=function(t,e,n){var r=0;t=n?b(t/l):t>>1,t+=b(t/e);while(t>g*s>>1)t=b(t/g),r+=a;return b(r+(g+1)*t/(t+c))},A=function(t){var e=[];t=O(t);var n,r,c=t.length,l=h,d=0,p=u;for(n=0;n<t.length;n++)r=t[n],r<128&&k(e,_(r));var g=e.length,y=g;g&&k(e,f);while(y<c){var x=i;for(n=0;n<t.length;n++)r=t[n],r>=l&&r<x&&(x=r);var C=y+1;if(x-l>b((i-d)/C))throw new m(v);for(d+=(x-l)*C,l=x,n=0;n<t.length;n++){if(r=t[n],r<l&&++d>i)throw new m(v);if(r===l){var S=d,T=a;while(1){var A=T<=p?o:T>=p+s?s:T-p;if(S<A)break;var P=S-A,L=a-A;k(e,_(M(A+P%L))),S=b(P/L),T+=a}k(e,_(M(S))),p=E(d,C,y===g),d=0,y++}}d++,l++}return w(e,"")};t.exports=function(t){var e,n,r=[],i=S(C(T(t),p,"."),".");for(e=0;e<i.length;e++)n=i[e],k(r,y(d,n)?"xn--"+A(n):n);return w(r,".")}},6042:function(t,e,n){"use strict";e.__esModule=!0;var r=n("4849"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e.default=function(t,e,n){return e in t?(0,i.default)(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},6044:function(t,e,n){var r=n("0b07"),i=r(Object,"create");t.exports=i},"605d":function(t,e,n){"use strict";var r=n("da84"),i=n("c6b6");t.exports="process"===i(r.process)},6062:function(t,e,n){"use strict";n("1c59")},6069:function(t,e,n){"use strict";var r=n("6c59"),i=n("605d");t.exports=!r&&!i&&"object"==typeof window&&"object"==typeof document},"60bd":function(t,e,n){"use strict";var r=n("da84"),i=n("d039"),a=n("e330"),o=n("ebb5"),s=n("e260"),c=n("b622"),l=c("iterator"),u=r.Uint8Array,h=a(s.values),f=a(s.keys),d=a(s.entries),p=o.aTypedArray,v=o.exportTypedArrayMethod,g=u&&u.prototype,m=!i((function(){g[l].call([1])})),y=!!g&&g.values&&g[l]===g.values&&"values"===g.values.name,b=function(){return h(p(this))};v("entries",(function(){return d(p(this))}),m),v("keys",(function(){return f(p(this))}),m),v("values",b,m||!y,{name:"values"}),v(l,b,m||!y,{name:"values"})},"60da":function(t,e,n){"use strict";var r=n("83ab"),i=n("e330"),a=n("c65b"),o=n("d039"),s=n("df75"),c=n("7418"),l=n("d1e7"),u=n("7b0b"),h=n("44ad"),f=Object.assign,d=Object.defineProperty,p=i([].concat);t.exports=!f||o((function(){if(r&&1!==f({b:1},f(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol("assign detection"),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!==f({},t)[n]||s(f({},e)).join("")!==i}))?function(t,e){var n=u(t),i=arguments.length,o=1,f=c.f,d=l.f;while(i>o){var v,g=h(arguments[o++]),m=f?p(s(g),f(g)):s(g),y=m.length,b=0;while(y>b)v=m[b++],r&&!a(d,g,v)||(n[v]=g[v])}return n}:f},"60ed":function(t,e,n){var r=n("3729"),i=n("2dcb"),a=n("1310"),o="[object Object]",s=Function.prototype,c=Object.prototype,l=s.toString,u=c.hasOwnProperty,h=l.call(Object);function f(t){if(!a(t)||r(t)!=o)return!1;var e=i(t);if(null===e)return!0;var n=u.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&l.call(n)==h}t.exports=f},"61fe":function(t,e,n){var r=n("5b90");t.exports=function(t,e,n){n=n||document,t={parentNode:t};while((t=t.parentNode)&&t!==n)if(r(t,e))return t}},6201:function(t,e,n){"use strict";e["a"]={methods:{getFormat:function(){var t=this.format,e=this.locale,n=this.timePicker;return t||(t=n?e.dateTimeFormat:e.dateFormat),t},focus:function(){this.focusElement?this.focusElement.focus():this.$refs.rootInstance&&this.$refs.rootInstance.focus()},saveFocusElement:function(t){this.focusElement=t}}}},"621a":function(t,e,n){"use strict";var r=n("da84"),i=n("e330"),a=n("83ab"),o=n("4b11"),s=n("5e77"),c=n("9112"),l=n("edd0"),u=n("6964"),h=n("d039"),f=n("19aa"),d=n("5926"),p=n("50c4"),v=n("0b25"),g=n("be8e"),m=n("77a7"),y=n("e163"),b=n("d2bb"),_=n("81d5"),x=n("f36a"),w=n("7156"),k=n("e893"),C=n("d44e"),S=n("69f3"),T=s.PROPER,O=s.CONFIGURABLE,M="ArrayBuffer",E="DataView",A="prototype",P="Wrong length",L="Wrong index",I=S.getterFor(M),j=S.getterFor(E),z=S.set,D=r[M],N=D,R=N&&N[A],V=r[E],F=V&&V[A],H=Object.prototype,B=r.Array,U=r.RangeError,$=i(_),q=i([].reverse),W=m.pack,Y=m.unpack,K=function(t){return[255&t]},X=function(t){return[255&t,t>>8&255]},G=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},Z=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},Q=function(t){return W(g(t),23,4)},J=function(t){return W(t,52,8)},tt=function(t,e,n){l(t[A],e,{configurable:!0,get:function(){return n(this)[e]}})},et=function(t,e,n,r){var i=j(t),a=v(n),o=!!r;if(a+e>i.byteLength)throw new U(L);var s=i.bytes,c=a+i.byteOffset,l=x(s,c,c+e);return o?l:q(l)},nt=function(t,e,n,r,i,a){var o=j(t),s=v(n),c=r(+i),l=!!a;if(s+e>o.byteLength)throw new U(L);for(var u=o.bytes,h=s+o.byteOffset,f=0;f<e;f++)u[h+f]=c[l?f:e-f-1]};if(o){var rt=T&&D.name!==M;h((function(){D(1)}))&&h((function(){new D(-1)}))&&!h((function(){return new D,new D(1.5),new D(NaN),1!==D.length||rt&&!O}))?rt&&O&&c(D,"name",M):(N=function(t){return f(this,R),w(new D(v(t)),this,N)},N[A]=R,R.constructor=N,k(N,D)),b&&y(F)!==H&&b(F,H);var it=new V(new N(2)),at=i(F.setInt8);it.setInt8(0,2147483648),it.setInt8(1,2147483649),!it.getInt8(0)&&it.getInt8(1)||u(F,{setInt8:function(t,e){at(this,t,e<<24>>24)},setUint8:function(t,e){at(this,t,e<<24>>24)}},{unsafe:!0})}else N=function(t){f(this,R);var e=v(t);z(this,{type:M,bytes:$(B(e),0),byteLength:e}),a||(this.byteLength=e,this.detached=!1)},R=N[A],V=function(t,e,n){f(this,F),f(t,R);var r=I(t),i=r.byteLength,o=d(e);if(o<0||o>i)throw new U("Wrong offset");if(n=void 0===n?i-o:p(n),o+n>i)throw new U(P);z(this,{type:E,buffer:t,byteLength:n,byteOffset:o,bytes:r.bytes}),a||(this.buffer=t,this.byteLength=n,this.byteOffset=o)},F=V[A],a&&(tt(N,"byteLength",I),tt(V,"buffer",j),tt(V,"byteLength",j),tt(V,"byteOffset",j)),u(F,{getInt8:function(t){return et(this,1,t)[0]<<24>>24},getUint8:function(t){return et(this,1,t)[0]},getInt16:function(t){var e=et(this,2,t,arguments.length>1&&arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=et(this,2,t,arguments.length>1&&arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return Z(et(this,4,t,arguments.length>1&&arguments[1]))},getUint32:function(t){return Z(et(this,4,t,arguments.length>1&&arguments[1]))>>>0},getFloat32:function(t){return Y(et(this,4,t,arguments.length>1&&arguments[1]),23)},getFloat64:function(t){return Y(et(this,8,t,arguments.length>1&&arguments[1]),52)},setInt8:function(t,e){nt(this,1,t,K,e)},setUint8:function(t,e){nt(this,1,t,K,e)},setInt16:function(t,e){nt(this,2,t,X,e,arguments.length>2&&arguments[2])},setUint16:function(t,e){nt(this,2,t,X,e,arguments.length>2&&arguments[2])},setInt32:function(t,e){nt(this,4,t,G,e,arguments.length>2&&arguments[2])},setUint32:function(t,e){nt(this,4,t,G,e,arguments.length>2&&arguments[2])},setFloat32:function(t,e){nt(this,4,t,Q,e,arguments.length>2&&arguments[2])},setFloat64:function(t,e){nt(this,8,t,J,e,arguments.length>2&&arguments[2])}});C(N,M),C(V,E),t.exports={ArrayBuffer:N,DataView:V}},"629a":function(t,e,n){},"62e4":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},6374:function(t,e,n){"use strict";var r=n("da84"),i=Object.defineProperty;t.exports=function(t,e){try{i(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},"63c4":function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("18a7"),c=n("4d91"),l={border:0,background:"transparent",padding:0,lineHeight:"inherit",display:"inline-block"},u={props:{noStyle:c["a"].bool},methods:{onKeyDown:function(t){var e=t.keyCode;e===s["a"].ENTER&&t.preventDefault()},onKeyUp:function(t){var e=t.keyCode;e===s["a"].ENTER&&this.$emit("click",t)},setRef:function(t){this.div=t},focus:function(){this.div&&this.div.focus()},blur:function(){this.div&&this.div.blur()}},render:function(){var t=arguments[0],e=this.$props.noStyle;return t("div",i()([{attrs:{role:"button",tabIndex:0}},{directives:[{name:"ant-ref",value:this.setRef}],on:o()({},this.$listeners,{keydown:this.onKeyDown,keyup:this.onKeyUp})},{style:o()({},e?null:l)}]),[this.$slots["default"]])}};e["a"]=u},"63ec":function(t,e,n){"use strict";var r=n("d136"),i=n.n(r),a=n("be09"),o=n.n(a),s="http://example.com",c=function(t,e){if(/^[a-z]+:/i.test(e))return e;/^data:/.test(t)&&(t=o.a.location&&o.a.location.href||"");var n="function"===typeof o.a.URL,r=/^\/\//.test(t),a=!o.a.location&&!/\/\//i.test(t);if(n?t=new o.a.URL(t,o.a.location||s):/\/\//i.test(t)||(t=i.a.buildAbsoluteURL(o.a.location&&o.a.location.href||"",t)),n){var c=new URL(e,t);return a?c.href.slice(s.length):r?c.href.slice(c.protocol.length):c.href}return i.a.buildAbsoluteURL(t,e)};e["a"]=c},6428:function(t,e,n){var r=n("b4b0"),i=1/0,a=17976931348623157e292;function o(t){if(!t)return 0===t?t:0;if(t=r(t),t===i||t===-i){var e=t<0?-1:1;return e*a}return t===t?t:0}t.exports=o},"642a":function(t,e,n){var r=n("966f"),i=n("3bb4"),a=n("20ec");function o(t){var e=i(t);return 1==e.length&&e[0][2]?a(e[0][0],e[0][1]):function(n){return n===t||r(n,t,e)}}t.exports=o},6438:function(t,e,n){var r=n("03d6"),i=n("9742").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},6444:function(t,e){var n=function(t){return t.replace(/^\s+|\s+$/g,"")},r=function(t){return"[object Array]"===Object.prototype.toString.call(t)};t.exports=function(t){if(!t)return{};for(var e={},i=n(t).split("\n"),a=0;a<i.length;a++){var o=i[a],s=o.indexOf(":"),c=n(o.slice(0,s)).toLowerCase(),l=n(o.slice(s+1));"undefined"===typeof e[c]?e[c]=l:r(e[c])?e[c].push(l):e[c]=[e[c],l]}return e}},"649e":function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").some,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("some",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},6547:function(t,e,n){"use strict";var r=n("e330"),i=n("5926"),a=n("577e"),o=n("1d80"),s=r("".charAt),c=r("".charCodeAt),l=r("".slice),u=function(t){return function(e,n){var r,u,h=a(o(e)),f=i(n),d=h.length;return f<0||f>=d?t?"":void 0:(r=c(h,f),r<55296||r>56319||f+1===d||(u=c(h,f+1))<56320||u>57343?t?s(h,f):r:t?l(h,f,f+2):u-56320+(r-55296<<10)+65536)}};t.exports={codeAt:u(!1),charAt:u(!0)}},6566:function(t,e,n){"use strict";var r=n("7c73"),i=n("edd0"),a=n("6964"),o=n("0366"),s=n("19aa"),c=n("7234"),l=n("2266"),u=n("c6d2"),h=n("4754"),f=n("2626"),d=n("83ab"),p=n("f183").fastKey,v=n("69f3"),g=v.set,m=v.getterFor;t.exports={getConstructor:function(t,e,n,u){var h=t((function(t,i){s(t,f),g(t,{type:e,index:r(null),first:void 0,last:void 0,size:0}),d||(t.size=0),c(i)||l(i,t[u],{that:t,AS_ENTRIES:n})})),f=h.prototype,v=m(e),y=function(t,e,n){var r,i,a=v(t),o=b(t,e);return o?o.value=n:(a.last=o={index:i=p(e,!0),key:e,value:n,previous:r=a.last,next:void 0,removed:!1},a.first||(a.first=o),r&&(r.next=o),d?a.size++:t.size++,"F"!==i&&(a.index[i]=o)),t},b=function(t,e){var n,r=v(t),i=p(e);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key===e)return n};return a(f,{clear:function(){var t=this,e=v(t),n=e.first;while(n)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),n=n.next;e.first=e.last=void 0,e.index=r(null),d?e.size=0:t.size=0},delete:function(t){var e=this,n=v(e),r=b(e,t);if(r){var i=r.next,a=r.previous;delete n.index[r.index],r.removed=!0,a&&(a.next=i),i&&(i.previous=a),n.first===r&&(n.first=i),n.last===r&&(n.last=a),d?n.size--:e.size--}return!!r},forEach:function(t){var e,n=v(this),r=o(t,arguments.length>1?arguments[1]:void 0);while(e=e?e.next:n.first){r(e.value,e.key,this);while(e&&e.removed)e=e.previous}},has:function(t){return!!b(this,t)}}),a(f,n?{get:function(t){var e=b(this,t);return e&&e.value},set:function(t,e){return y(this,0===t?0:t,e)}}:{add:function(t){return y(this,t=0===t?0:t,t)}}),d&&i(f,"size",{configurable:!0,get:function(){return v(this).size}}),h},setStrong:function(t,e,n){var r=e+" Iterator",i=m(e),a=m(r);u(t,e,(function(t,e){g(this,{type:r,target:t,state:i(t),kind:e,last:void 0})}),(function(){var t=a(this),e=t.kind,n=t.last;while(n&&n.removed)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?h("keys"===e?n.key:"values"===e?n.value:[n.key,n.value],!1):(t.target=void 0,h(void 0,!0))}),n?"entries":"values",!n,!0),f(e)}}},"656b":function(t,e,n){var r=n("e2e4"),i=n("f4d6");function a(t,e){e=r(e,t);var n=0,a=e.length;while(null!=t&&n<a)t=t[i(e[n++])];return n&&n==a?t:void 0}t.exports=a},"658f":function(t,e,n){n("6858");for(var r=n("ef08"),i=n("051b"),a=n("8a0d"),o=n("cc15")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c<s.length;c++){var l=s[c],u=r[l],h=u&&u.prototype;h&&!h[o]&&i(h,o,l),a[l]=a.Array}},"65b8":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("4d91"),o=n("b488"),s=n("e9e0"),c=4,l=3;function u(){}var h={name:"MonthTable",mixins:[o["a"]],props:{cellRender:a["a"].func,prefixCls:a["a"].string,value:a["a"].object,locale:a["a"].any,contentRender:a["a"].any,disabledDate:a["a"].func},data:function(){return{sValue:this.value}},watch:{value:function(t){this.setState({sValue:t})}},methods:{setAndSelectValue:function(t){this.setState({sValue:t}),this.__emit("select",t)},chooseMonth:function(t){var e=this.sValue.clone();e.month(t),this.setAndSelectValue(e)},months:function(){for(var t=this.sValue,e=t.clone(),n=[],r=0,i=0;i<c;i++){n[i]=[];for(var a=0;a<l;a++){e.month(r);var o=Object(s["b"])(e);n[i][a]={value:r,content:o,title:o},r++}}return n}},render:function(){var t=this,e=arguments[0],n=this.$props,r=this.sValue,a=Object(s["e"])(r),o=this.months(),c=r.month(),l=n.prefixCls,h=n.locale,f=n.contentRender,d=n.cellRender,p=n.disabledDate,v=o.map((function(n,o){var s=n.map((function(n){var o,s=!1;if(p){var v=r.clone();v.month(n.value),s=p(v)}var g=(o={},i()(o,l+"-cell",1),i()(o,l+"-cell-disabled",s),i()(o,l+"-selected-cell",n.value===c),i()(o,l+"-current-cell",a.year()===r.year()&&n.value===a.month()),o),m=void 0;if(d){var y=r.clone();y.month(n.value),m=d(y,h)}else{var b=void 0;if(f){var _=r.clone();_.month(n.value),b=f(_,h)}else b=n.content;m=e("a",{class:l+"-month"},[b])}return e("td",{attrs:{role:"gridcell",title:n.title},key:n.value,on:{click:s?u:function(){return t.chooseMonth(n.value)}},class:g},[m])}));return e("tr",{key:o,attrs:{role:"row"}},[s])}));return e("table",{class:l+"-table",attrs:{cellSpacing:"0",role:"grid"}},[e("tbody",{class:l+"-tbody"},[v])])}};e["a"]=h},"65f0":function(t,e,n){"use strict";var r=n("0b42");t.exports=function(t,e){return new(r(t))(0===e?0:e)}},6604:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",yearFormat:"YYYY年",dayFormat:"D日",dateFormat:"YYYY年M月D日",dateTimeFormat:"YYYY年M月D日 HH时mm分ss秒",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪"}},6634:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("6a21"),c=n("ae55"),l=n("9cba"),u=n("4d91"),h=n("daa3"),f={child:u["a"].any,bordered:u["a"].bool,colon:u["a"].bool,type:u["a"].oneOf(["label","content"]),layout:u["a"].oneOf(["horizontal","vertical"])},d={functional:!0,props:f,render:function(t,e){var n,r=e.props,a=r.child,o=r.bordered,s=r.colon,c=r.type,l=r.layout,u=Object(h["l"])(a),f=u.prefixCls,d=u.span,p=void 0===d?1:d,v=e.data.key,g=Object(h["g"])(a,"label"),m=Object(h["p"])(a),y={attrs:{},class:[f+"-item-label",(n={},i()(n,f+"-item-colon",s),i()(n,f+"-item-no-label",!g),n)],key:v+"-label"};return"vertical"===l&&(y.attrs.colSpan=2*p-1),o?"label"===c?t("th",y,[g]):t("td",{class:f+"-item-content",key:v+"-content",attrs:{colSpan:2*p-1}},[m["default"]]):t("td",{attrs:{colSpan:p},class:f+"-item"},"vertical"===l?"content"===c?[t("span",{class:f+"-item-content",key:v+"-content"},[m["default"]])]:[t("span",{class:[f+"-item-label",i()({},f+"-item-colon",s)],key:v+"-label"},[g])]:[t("span",y,[g]),t("span",{class:f+"-item-content",key:v+"-content"},[m["default"]])])}},p=d,v=n("b488"),g=n("db14"),m=n("7b05"),y={prefixCls:u["a"].string,label:u["a"].any,span:u["a"].number};function b(t){var e=t;return void 0===t?e=[]:Array.isArray(t)||(e=[t]),e}var _={name:"ADescriptionsItem",props:Object(h["t"])(y,{span:1})},x={prefixCls:u["a"].string,bordered:u["a"].bool,size:u["a"].oneOf(["default","middle","small"]).def("default"),title:u["a"].any,column:u["a"].oneOfType([u["a"].number,u["a"].object]),layout:u["a"].oneOf(["horizontal","vertical"]),colon:u["a"].bool},w=function(t,e){var n=[],r=null,i=void 0,a=b(t);return a.forEach((function(t,o){var c=Object(h["l"])(t),l=t;r||(i=e,r=[],n.push(r));var u=o===a.length-1,f=!0;u&&(f=!c.span||c.span===i,l=Object(m["a"])(l,{props:{span:i}}));var d=c.span,p=void 0===d?1:d;r.push(l),i-=p,i<=0&&(r=null,Object(s["a"])(0===i&&f,"Descriptions","Sum of column `span` in a line exceeds `column` of Descriptions."))})),n},k={xxl:3,xl:3,lg:3,md:3,sm:2,xs:1},C={name:"ADescriptions",Item:_,mixins:[v["a"]],inject:{configProvider:{default:function(){return l["a"]}}},props:Object(h["t"])(x,{column:k}),data:function(){return{screens:{},token:void 0}},methods:{getColumn:function(){var t=this.$props.column;if("object"===("undefined"===typeof t?"undefined":o()(t)))for(var e=0;e<c["b"].length;e++){var n=c["b"][e];if(this.screens[n]&&void 0!==t[n])return t[n]||k[n]}return"number"===typeof t?t:3},renderRow:function(t,e,n,r,i,a){var o=n.prefixCls,s=this.$createElement,c=function(t,e,n){return s(p,{attrs:{child:t,bordered:r,colon:a,type:e,layout:i},key:e+"-"+(t.key||n)})},l=[],u=[];return b(t).forEach((function(t,e){l.push(c(t,"label",e)),"vertical"===i?u.push(c(t,"content",e)):r&&l.push(c(t,"content",e))})),"vertical"===i?[s("tr",{class:o+"-row",key:"label-"+e},[l]),s("tr",{class:o+"-row",key:"content-"+e},[u])]:s("tr",{class:o+"-row",key:e},[l])}},mounted:function(){var t=this,e=this.$props.column;this.token=c["a"].subscribe((function(n){"object"===("undefined"===typeof e?"undefined":o()(e))&&t.setState({screens:n})}))},beforeDestroy:function(){c["a"].unsubscribe(this.token)},render:function(){var t,e=this,n=arguments[0],r=this.$props,a=r.prefixCls,o=r.size,s=r.bordered,c=void 0!==s&&s,l=r.layout,u=void 0===l?"horizontal":l,f=r.colon,d=void 0===f||f,p=Object(h["g"])(this,"title")||null,v=this.configProvider.getPrefixCls,g=v("descriptions",a),y=this.getColumn(),_=this.$slots["default"],x=b(_).map((function(t){return Object(h["w"])(t)?Object(m["a"])(t,{props:{prefixCls:g}}):null})).filter((function(t){return t})),k=w(x,y);return n("div",{class:[g,(t={},i()(t,g+"-"+o,"default"!==o),i()(t,g+"-bordered",!!c),t)]},[p&&n("div",{class:g+"-title"},[p]),n("div",{class:g+"-view"},[n("table",[n("tbody",[k.map((function(t,n){return e.renderRow(t,n,{prefixCls:g},c,u,d)}))])])])])},install:function(t){t.use(g["a"]),t.component(C.name,C),t.component(C.Item.name,C.Item)}};e["a"]=C},"664f":function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("sup")},{sup:function(){return i(this,"sup","","")}})},"672b":function(t,e,n){(function(e){var n;n="undefined"!==typeof window?window:"undefined"!==typeof e?e:"undefined"!==typeof self?self:{},t.exports=n}).call(this,n("c8ba"))},6747:function(t,e){var n=Array.isArray;t.exports=n},6751:function(t,e,n){var r=n("c9ca"),i=n("aaec"),a=n("ab81");function o(t){return i(t)?a(t):r(t)}t.exports=o},"677e":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("f6c0"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e["default"]=i["default"]},"67b6":function(t,e,n){"use strict";var r=n("58a8").start,i=n("c8d2");t.exports=i("trimStart")?function(){return r(this)}:"".trimStart},"67ca":function(t,e,n){var r=n("cb5a");function i(t,e){var n=this.__data__,i=r(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this}t.exports=i},"681b":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("f933"),o=n("f54f"),s=n("4d91"),c=n("daa3"),l=n("9cba"),u=n("db14"),h=Object(o["a"])(),f={name:"APopover",props:i()({},h,{prefixCls:s["a"].string,transitionName:s["a"].string.def("zoom-big"),content:s["a"].any,title:s["a"].any}),model:{prop:"visible",event:"visibleChange"},inject:{configProvider:{default:function(){return l["a"]}}},methods:{getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()}},render:function(){var t=arguments[0],e=this.title,n=this.prefixCls,r=this.$slots,o=this.configProvider.getPrefixCls,s=o("popover",n),l=Object(c["l"])(this);delete l.title,delete l.content;var u={props:i()({},l,{prefixCls:s}),ref:"tooltip",on:Object(c["k"])(this)};return t(a["a"],u,[t("template",{slot:"title"},[t("div",[(e||r.title)&&t("div",{class:s+"-title"},[Object(c["g"])(this,"title")]),t("div",{class:s+"-inner-content"},[Object(c["g"])(this,"content")])])]),this.$slots["default"]])},install:function(t){t.use(u["a"]),t.component(f.name,f)}};e["a"]=f},6858:function(t,e,n){"use strict";var r=n("2f9a"),i=n("ea344"),a=n("8a0d"),o=n("6ca1");t.exports=n("393a")(Array,"Array",(function(t,e){this._t=o(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):i(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},"68c4":function(t,e,n){},"68c7":function(t,e,n){"use strict";n("b2a3"),n("44d29"),n("2ef0f")},"68ee":function(t,e,n){"use strict";var r=n("e330"),i=n("d039"),a=n("1626"),o=n("f5df"),s=n("d066"),c=n("8925"),l=function(){},u=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,f=r(h.exec),d=!h.test(l),p=function(t){if(!a(t))return!1;try{return u(l,[],t),!0}catch(e){return!1}},v=function(t){if(!a(t))return!1;switch(o(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!f(h,c(t))}catch(e){return!0}};v.sham=!0,t.exports=!u||i((function(){var t;return p(p.call)||!p(Object)||!p((function(){t=!0}))||t}))?v:p},"693d":function(t,e,n){"use strict";var r=n("ef08"),i=n("9c0e"),a=n("0bad"),o=n("512c"),s=n("ba01"),c=n("e34a").KEY,l=n("4b8b"),u=n("b367"),h=n("92f0"),f=n("8b1a"),d=n("cc15"),p=n("fcd4"),v=n("e198"),g=n("0ae2"),m=n("4ebc"),y=n("77e9"),b=n("7a41"),_=n("0983"),x=n("6ca1"),w=n("3397"),k=n("10db"),C=n("6f4f"),S=n("1836"),T=n("4d20"),O=n("fed5"),M=n("1a14"),E=n("9876"),A=T.f,P=M.f,L=S.f,I=r.Symbol,j=r.JSON,z=j&&j.stringify,D="prototype",N=d("_hidden"),R=d("toPrimitive"),V={}.propertyIsEnumerable,F=u("symbol-registry"),H=u("symbols"),B=u("op-symbols"),U=Object[D],$="function"==typeof I&&!!O.f,q=r.QObject,W=!q||!q[D]||!q[D].findChild,Y=a&&l((function(){return 7!=C(P({},"a",{get:function(){return P(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=A(U,e);r&&delete U[e],P(t,e,n),r&&t!==U&&P(U,e,r)}:P,K=function(t){var e=H[t]=C(I[D]);return e._k=t,e},X=$&&"symbol"==typeof I.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof I},G=function(t,e,n){return t===U&&G(B,e,n),y(t),e=w(e,!0),y(n),i(H,e)?(n.enumerable?(i(t,N)&&t[N][e]&&(t[N][e]=!1),n=C(n,{enumerable:k(0,!1)})):(i(t,N)||P(t,N,k(1,{})),t[N][e]=!0),Y(t,e,n)):P(t,e,n)},Z=function(t,e){y(t);var n,r=g(e=x(e)),i=0,a=r.length;while(a>i)G(t,n=r[i++],e[n]);return t},Q=function(t,e){return void 0===e?C(t):Z(C(t),e)},J=function(t){var e=V.call(this,t=w(t,!0));return!(this===U&&i(H,t)&&!i(B,t))&&(!(e||!i(this,t)||!i(H,t)||i(this,N)&&this[N][t])||e)},tt=function(t,e){if(t=x(t),e=w(e,!0),t!==U||!i(H,e)||i(B,e)){var n=A(t,e);return!n||!i(H,e)||i(t,N)&&t[N][e]||(n.enumerable=!0),n}},et=function(t){var e,n=L(x(t)),r=[],a=0;while(n.length>a)i(H,e=n[a++])||e==N||e==c||r.push(e);return r},nt=function(t){var e,n=t===U,r=L(n?B:x(t)),a=[],o=0;while(r.length>o)!i(H,e=r[o++])||n&&!i(U,e)||a.push(H[e]);return a};$||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var t=f(arguments.length>0?arguments[0]:void 0),e=function(n){this===U&&e.call(B,n),i(this,N)&&i(this[N],t)&&(this[N][t]=!1),Y(this,t,k(1,n))};return a&&W&&Y(U,t,{configurable:!0,set:e}),K(t)},s(I[D],"toString",(function(){return this._k})),T.f=tt,M.f=G,n("6438").f=S.f=et,n("1917").f=J,O.f=nt,a&&!n("e444")&&s(U,"propertyIsEnumerable",J,!0),p.f=function(t){return K(d(t))}),o(o.G+o.W+o.F*!$,{Symbol:I});for(var rt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),it=0;rt.length>it;)d(rt[it++]);for(var at=E(d.store),ot=0;at.length>ot;)v(at[ot++]);o(o.S+o.F*!$,"Symbol",{for:function(t){return i(F,t+="")?F[t]:F[t]=I(t)},keyFor:function(t){if(!X(t))throw TypeError(t+" is not a symbol!");for(var e in F)if(F[e]===t)return e},useSetter:function(){W=!0},useSimple:function(){W=!1}}),o(o.S+o.F*!$,"Object",{create:Q,defineProperty:G,defineProperties:Z,getOwnPropertyDescriptor:tt,getOwnPropertyNames:et,getOwnPropertySymbols:nt});var st=l((function(){O.f(1)}));o(o.S+o.F*st,"Object",{getOwnPropertySymbols:function(t){return O.f(_(t))}}),j&&o(o.S+o.F*(!$||l((function(){var t=I();return"[null]"!=z([t])||"{}"!=z({a:t})||"{}"!=z(Object(t))}))),"JSON",{stringify:function(t){var e,n,r=[t],i=1;while(arguments.length>i)r.push(arguments[i++]);if(n=e=r[1],(b(e)||void 0!==t)&&!X(t))return m(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!X(e))return e}),r[1]=e,z.apply(j,r)}}),I[D][R]||n("051b")(I[D],R,I[D].valueOf),h(I,"Symbol"),h(Math,"Math",!0),h(r.JSON,"JSON",!0)},6964:function(t,e,n){"use strict";var r=n("cb2d");t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},"69d5":function(t,e,n){var r=n("cb5a"),i=Array.prototype,a=i.splice;function o(t){var e=this.__data__,n=r(e,t);if(n<0)return!1;var i=e.length-1;return n==i?e.pop():a.call(e,n,1),--this.size,!0}t.exports=o},"69f3":function(t,e,n){"use strict";var r,i,a,o=n("cdce"),s=n("da84"),c=n("861d"),l=n("9112"),u=n("1a2d"),h=n("c6cd"),f=n("f772"),d=n("d012"),p="Object already initialized",v=s.TypeError,g=s.WeakMap,m=function(t){return a(t)?i(t):r(t,{})},y=function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw new v("Incompatible receiver, "+t+" required");return n}};if(o||h.state){var b=h.state||(h.state=new g);b.get=b.get,b.has=b.has,b.set=b.set,r=function(t,e){if(b.has(t))throw new v(p);return e.facade=t,b.set(t,e),e},i=function(t){return b.get(t)||{}},a=function(t){return b.has(t)}}else{var _=f("state");d[_]=!0,r=function(t,e){if(u(t,_))throw new v(p);return e.facade=t,l(t,_,e),e},i=function(t){return u(t,_)?t[_]:{}},a=function(t){return u(t,_)}}t.exports={set:r,get:i,has:a,enforce:m,getterFor:y}},"6a21":function(t,e,n){"use strict";var r={};function i(t,e){0}function a(t,e,n){e||r[n]||(t(!1,n),r[n]=!0)}function o(t,e){a(i,t,e)}var s=o;e["a"]=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";s(t,"[antdv: "+e+"] "+n)}},"6a71":function(t,e,n){var r=n("a243"),i=n("13e8"),a=n("cfbe");t.exports={changer:r,varyColor:i,getElementUISeries:a}},"6aa8":function(t,e,n){var r=n("4d88"),i=n("cc15")("toStringTag"),a="Arguments"==r(function(){return arguments}()),o=function(t,e){try{return t[e]}catch(n){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=o(e=Object(t),i))?n:a?r(e):"Object"==(s=r(e))&&"function"==typeof e.callee?"Arguments":s}},"6b75":function(t,e,n){"use strict";function r(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}n.d(e,"a",(function(){return r}))},"6b93":function(t,e,n){"use strict";var r=n("23e7"),i=n("867a");r({target:"Math",stat:!0},{log10:i})},"6b9e":function(t,e,n){"use strict";var r=n("e065");r("search")},"6ba6":function(t,e,n){"use strict";n("b2a3"),n("e679")},"6bb4":function(t,e,n){"use strict";function r(t,e){var n=e;while(n){if(n===t)return!0;n=n.parentNode}return!1}n.d(e,"a",(function(){return r}))},"6c59":function(t,e,n){"use strict";t.exports="object"==typeof Deno&&Deno&&"object"==typeof Deno.version},"6ca1":function(t,e,n){var r=n("9fbb"),i=n("c901");t.exports=function(t){return r(i(t))}},"6cd5":function(t,e,n){},"6d08":function(t,e,n){(function(e){(function(){var n,r,i,a,o,s;"undefined"!==typeof performance&&null!==performance&&performance.now?t.exports=function(){return performance.now()}:"undefined"!==typeof e&&null!==e&&e.hrtime?(t.exports=function(){return(n()-o)/1e6},r=e.hrtime,n=function(){var t;return t=r(),1e9*t[0]+t[1]},a=n(),s=1e9*e.uptime(),o=a-s):Date.now?(t.exports=function(){return Date.now()-i},i=Date.now()):(t.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)}).call(this,n("4362"))},"6d2a":function(t,e,n){"use strict";n("b2a3"),n("5cdc")},"6d2f":function(t,e,n){var r=n("8a0d"),i=n("cc15")("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||a[i]===t)}},"6d61":function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("e330"),o=n("94ca"),s=n("cb2d"),c=n("f183"),l=n("2266"),u=n("19aa"),h=n("1626"),f=n("7234"),d=n("861d"),p=n("d039"),v=n("1c7e"),g=n("d44e"),m=n("7156");t.exports=function(t,e,n){var y=-1!==t.indexOf("Map"),b=-1!==t.indexOf("Weak"),_=y?"set":"add",x=i[t],w=x&&x.prototype,k=x,C={},S=function(t){var e=a(w[t]);s(w,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return b&&!d(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(b&&!d(t))&&e(this,0===t?0:t)}:function(t,n){return e(this,0===t?0:t,n),this})},T=o(t,!h(x)||!(b||w.forEach&&!p((function(){(new x).entries().next()}))));if(T)k=n.getConstructor(e,t,y,_),c.enable();else if(o(t,!0)){var O=new k,M=O[_](b?{}:-0,1)!==O,E=p((function(){O.has(1)})),A=v((function(t){new x(t)})),P=!b&&p((function(){var t=new x,e=5;while(e--)t[_](e,e);return!t.has(-0)}));A||(k=e((function(t,e){u(t,w);var n=m(new x,t,k);return f(e)||l(e,n[_],{that:n,AS_ENTRIES:y}),n})),k.prototype=w,w.constructor=k),(E||P)&&(S("delete"),S("has"),y&&S("get")),(P||M)&&S(_),b&&w.clear&&delete w.clear}return C[t]=k,r({global:!0,constructor:!0,forced:k!==x},C),g(k,t),b||n.setStrong(k,t,y),k}},"6da8":function(t,e){function n(t){return t.split("")}t.exports=n},"6dd8":function(t,e,n){"use strict";(function(t){var n=function(){if("undefined"!==typeof Map)return Map;function t(t,e){var n=-1;return t.some((function(t,r){return t[0]===e&&(n=r,!0)})),n}return function(){function e(){this.__entries__=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),e.prototype.get=function(e){var n=t(this.__entries__,e),r=this.__entries__[n];return r&&r[1]},e.prototype.set=function(e,n){var r=t(this.__entries__,e);~r?this.__entries__[r][1]=n:this.__entries__.push([e,n])},e.prototype.delete=function(e){var n=this.__entries__,r=t(n,e);~r&&n.splice(r,1)},e.prototype.has=function(e){return!!~t(this.__entries__,e)},e.prototype.clear=function(){this.__entries__.splice(0)},e.prototype.forEach=function(t,e){void 0===e&&(e=null);for(var n=0,r=this.__entries__;n<r.length;n++){var i=r[n];t.call(e,i[1],i[0])}},e}()}(),r="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,i=function(){return"undefined"!==typeof t&&t.Math===Math?t:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")()}(),a=function(){return"function"===typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(t){return setTimeout((function(){return t(Date.now())}),1e3/60)}}(),o=2;function s(t,e){var n=!1,r=!1,i=0;function s(){n&&(n=!1,t()),r&&l()}function c(){a(s)}function l(){var t=Date.now();if(n){if(t-i<o)return;r=!0}else n=!0,r=!1,setTimeout(c,e);i=t}return l}var c=20,l=["top","right","bottom","left","width","height","size","weight"],u="undefined"!==typeof MutationObserver,h=function(){function t(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=s(this.refresh.bind(this),c)}return t.prototype.addObserver=function(t){~this.observers_.indexOf(t)||this.observers_.push(t),this.connected_||this.connect_()},t.prototype.removeObserver=function(t){var e=this.observers_,n=e.indexOf(t);~n&&e.splice(n,1),!e.length&&this.connected_&&this.disconnect_()},t.prototype.refresh=function(){var t=this.updateObservers_();t&&this.refresh()},t.prototype.updateObservers_=function(){var t=this.observers_.filter((function(t){return t.gatherActive(),t.hasActive()}));return t.forEach((function(t){return t.broadcastActive()})),t.length>0},t.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},t.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},t.prototype.onTransitionEnd_=function(t){var e=t.propertyName,n=void 0===e?"":e,r=l.some((function(t){return!!~n.indexOf(t)}));r&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),f=function(t,e){for(var n=0,r=Object.keys(e);n<r.length;n++){var i=r[n];Object.defineProperty(t,i,{value:e[i],enumerable:!1,writable:!1,configurable:!0})}return t},d=function(t){var e=t&&t.ownerDocument&&t.ownerDocument.defaultView;return e||i},p=C(0,0,0,0);function v(t){return parseFloat(t)||0}function g(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return e.reduce((function(e,n){var r=t["border-"+n+"-width"];return e+v(r)}),0)}function m(t){for(var e=["top","right","bottom","left"],n={},r=0,i=e;r<i.length;r++){var a=i[r],o=t["padding-"+a];n[a]=v(o)}return n}function y(t){var e=t.getBBox();return C(0,0,e.width,e.height)}function b(t){var e=t.clientWidth,n=t.clientHeight;if(!e&&!n)return p;var r=d(t).getComputedStyle(t),i=m(r),a=i.left+i.right,o=i.top+i.bottom,s=v(r.width),c=v(r.height);if("border-box"===r.boxSizing&&(Math.round(s+a)!==e&&(s-=g(r,"left","right")+a),Math.round(c+o)!==n&&(c-=g(r,"top","bottom")+o)),!x(t)){var l=Math.round(s+a)-e,u=Math.round(c+o)-n;1!==Math.abs(l)&&(s-=l),1!==Math.abs(u)&&(c-=u)}return C(i.left,i.top,s,c)}var _=function(){return"undefined"!==typeof SVGGraphicsElement?function(t){return t instanceof d(t).SVGGraphicsElement}:function(t){return t instanceof d(t).SVGElement&&"function"===typeof t.getBBox}}();function x(t){return t===d(t).document.documentElement}function w(t){return r?_(t)?y(t):b(t):p}function k(t){var e=t.x,n=t.y,r=t.width,i=t.height,a="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,o=Object.create(a.prototype);return f(o,{x:e,y:n,width:r,height:i,top:n,right:e+r,bottom:i+n,left:e}),o}function C(t,e,n,r){return{x:t,y:e,width:n,height:r}}var S=function(){function t(t){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=C(0,0,0,0),this.target=t}return t.prototype.isActive=function(){var t=w(this.target);return this.contentRect_=t,t.width!==this.broadcastWidth||t.height!==this.broadcastHeight},t.prototype.broadcastRect=function(){var t=this.contentRect_;return this.broadcastWidth=t.width,this.broadcastHeight=t.height,t},t}(),T=function(){function t(t,e){var n=k(e);f(this,{target:t,contentRect:n})}return t}(),O=function(){function t(t,e,r){if(this.activeObservations_=[],this.observations_=new n,"function"!==typeof t)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=t,this.controller_=e,this.callbackCtx_=r}return t.prototype.observe=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(t instanceof d(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)||(e.set(t,new S(t)),this.controller_.addObserver(this),this.controller_.refresh())}},t.prototype.unobserve=function(t){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(t instanceof d(t).Element))throw new TypeError('parameter 1 is not of type "Element".');var e=this.observations_;e.has(t)&&(e.delete(t),e.size||this.controller_.removeObserver(this))}},t.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},t.prototype.gatherActive=function(){var t=this;this.clearActive(),this.observations_.forEach((function(e){e.isActive()&&t.activeObservations_.push(e)}))},t.prototype.broadcastActive=function(){if(this.hasActive()){var t=this.callbackCtx_,e=this.activeObservations_.map((function(t){return new T(t.target,t.broadcastRect())}));this.callback_.call(t,e,t),this.clearActive()}},t.prototype.clearActive=function(){this.activeObservations_.splice(0)},t.prototype.hasActive=function(){return this.activeObservations_.length>0},t}(),M="undefined"!==typeof WeakMap?new WeakMap:new n,E=function(){function t(e){if(!(this instanceof t))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=h.getInstance(),r=new O(e,n,this);M.set(this,r)}return t}();["observe","unobserve","disconnect"].forEach((function(t){E.prototype[t]=function(){var e;return(e=M.get(this))[t].apply(e,arguments)}}));var A=function(){return"undefined"!==typeof i.ResizeObserver?i.ResizeObserver:E}();e["a"]=A}).call(this,n("c8ba"))},"6f19":function(t,e,n){"use strict";var r=n("9112"),i=n("0d26"),a=n("b980"),o=Error.captureStackTrace;t.exports=function(t,e,n,s){a&&(o?o(t,e):r(t,"stack",i(n,s)))}},"6f48":function(t,e,n){"use strict";var r=n("6d61"),i=n("6566");r("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),i)},"6f4f":function(t,e,n){var r=n("77e9"),i=n("85e7"),a=n("9742"),o=n("5a94")("IE_PROTO"),s=function(){},c="prototype",l=function(){var t,e=n("05f5")("iframe"),r=a.length,i="<",o=">";e.style.display="none",n("9141").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+o+"document.F=Object"+i+"/script"+o),t.close(),l=t.F;while(r--)delete l[c][a[r]];return l()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[c]=r(t),n=new s,s[c]=null,n[o]=t):n=l(),void 0===e?n:i(n,e)}},"6f53":function(t,e,n){"use strict";var r=n("83ab"),i=n("d039"),a=n("e330"),o=n("e163"),s=n("df75"),c=n("fc6a"),l=n("d1e7").f,u=a(l),h=a([].push),f=r&&i((function(){var t=Object.create(null);return t[2]=2,!u(t,2)})),d=function(t){return function(e){var n,i=c(e),a=s(i),l=f&&null===o(i),d=a.length,p=0,v=[];while(d>p)n=a[p++],r&&!(l?n in i:u(i,n))||h(v,t?[n,i[n]]:i[n]);return v}};t.exports={entries:d(!0),values:d(!1)}},"6f6c":function(t,e){var n=/\w*$/;function r(t){var e=new t.constructor(t.source,n.exec(t));return e.lastIndex=t.lastIndex,e}t.exports=r},"6f7a":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=void 0;function i(t){if(t||void 0===r){var e=document.createElement("div");e.style.width="100%",e.style.height="200px";var n=document.createElement("div"),i=n.style;i.position="absolute",i.top=0,i.left=0,i.pointerEvents="none",i.visibility="hidden",i.width="200px",i.height="150px",i.overflow="hidden",n.appendChild(e),document.body.appendChild(n);var a=e.offsetWidth;n.style.overflow="scroll";var o=e.offsetWidth;a===o&&(o=n.clientWidth),document.body.removeChild(n),r=a-o}return r}},"6f8f":function(t,e,n){function r(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(t.exports=r=function(){return!!e},t.exports.__esModule=!0,t.exports["default"]=t.exports)()}n("4ae1"),t.exports=r,t.exports.__esModule=!0,t.exports["default"]=t.exports},"6fcd":function(t,e,n){var r=n("50d8"),i=n("d370"),a=n("6747"),o=n("0d24"),s=n("c098"),c=n("73ac"),l=Object.prototype,u=l.hasOwnProperty;function h(t,e){var n=a(t),l=!n&&i(t),h=!n&&!l&&o(t),f=!n&&!l&&!h&&c(t),d=n||l||h||f,p=d?r(t.length,String):[],v=p.length;for(var g in t)!e&&!u.call(t,g)||d&&("length"==g||h&&("offset"==g||"parent"==g)||f&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||s(g,v))||p.push(g);return p}t.exports=h},7039:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("057f").f,o=i((function(){return!Object.getOwnPropertyNames(1)}));r({target:"Object",stat:!0,forced:o},{getOwnPropertyNames:a})},7149:function(t,e,n){"use strict";var r=n("23e7"),i=n("d066"),a=n("c430"),o=n("d256"),s=n("4738").CONSTRUCTOR,c=n("cdf9"),l=i("Promise"),u=a&&!s;r({target:"Promise",stat:!0,forced:a||s},{resolve:function(t){return c(u&&this===l?o:this,t)}})},7156:function(t,e,n){"use strict";var r=n("1626"),i=n("861d"),a=n("d2bb");t.exports=function(t,e,n){var o,s;return a&&r(o=e.constructor)&&o!==n&&i(s=o.prototype)&&s!==n.prototype&&a(t,s),t}},7234:function(t,e,n){"use strict";t.exports=function(t){return null===t||void 0===t}},7276:function(t,e,n){"use strict";var r=n("6d61"),i=n("acac");r("WeakSet",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),i)},7282:function(t,e,n){"use strict";var r=n("e330"),i=n("59ed");t.exports=function(t,e,n){try{return r(i(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(a){}}},"72af":function(t,e,n){var r=n("99cd"),i=r();t.exports=i},"72f0":function(t,e){function n(t){return function(){return t}}t.exports=n},"72f7":function(t,e,n){"use strict";var r=n("ebb5").exportTypedArrayMethod,i=n("d039"),a=n("da84"),o=n("e330"),s=a.Uint8Array,c=s&&s.prototype||{},l=[].toString,u=o([].join);i((function(){l.call({})}))&&(l=function(){return u(this)});var h=c.toString!==l;r("toString",l,h)},7320:function(t,e,n){"use strict";var r=n("2deb"),i=n("b4a0"),a=n("01c2"),o=n("3a8b");e["a"]={locale:"en",Pagination:r["a"],DatePicker:i["a"],TimePicker:a["a"],Calendar:o["a"],global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",selectAll:"Select current page",selectInvert:"Invert current page",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No Data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},PageHeader:{back:"Back"}}},"735e":function(t,e,n){"use strict";var r=n("ebb5"),i=n("81d5"),a=n("f495"),o=n("f5df"),s=n("c65b"),c=n("e330"),l=n("d039"),u=r.aTypedArray,h=r.exportTypedArrayMethod,f=c("".slice),d=l((function(){var t=0;return new Int8Array(2).fill({valueOf:function(){return t++}}),1!==t}));h("fill",(function(t){var e=arguments.length;u(this);var n="Big"===f(o(this),0,3)?a(t):+t;return s(i,this,n,e>1?arguments[1]:void 0,e>2?arguments[2]:void 0)}),d)},"73ac":function(t,e,n){var r=n("743f"),i=n("b047f"),a=n("99d3"),o=a&&a.isTypedArray,s=o?i(o):r;t.exports=s},"73d9":function(t,e,n){"use strict";var r=n("44d2");r("flatMap")},7418:function(t,e,n){"use strict";e.f=Object.getOwnPropertySymbols},"743f":function(t,e,n){var r=n("3729"),i=n("b218"),a=n("1310"),o="[object Arguments]",s="[object Array]",c="[object Boolean]",l="[object Date]",u="[object Error]",h="[object Function]",f="[object Map]",d="[object Number]",p="[object Object]",v="[object RegExp]",g="[object Set]",m="[object String]",y="[object WeakMap]",b="[object ArrayBuffer]",_="[object DataView]",x="[object Float32Array]",w="[object Float64Array]",k="[object Int8Array]",C="[object Int16Array]",S="[object Int32Array]",T="[object Uint8Array]",O="[object Uint8ClampedArray]",M="[object Uint16Array]",E="[object Uint32Array]",A={};function P(t){return a(t)&&i(t.length)&&!!A[r(t)]}A[x]=A[w]=A[k]=A[C]=A[S]=A[T]=A[O]=A[M]=A[E]=!0,A[o]=A[s]=A[b]=A[c]=A[_]=A[l]=A[u]=A[h]=A[f]=A[d]=A[p]=A[v]=A[g]=A[m]=A[y]=!1,t.exports=P},"74e8":function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("c65b"),o=n("83ab"),s=n("8aa7"),c=n("ebb5"),l=n("621a"),u=n("19aa"),h=n("5c6c"),f=n("9112"),d=n("eac5"),p=n("50c4"),v=n("0b25"),g=n("182d"),m=n("13a6"),y=n("a04b"),b=n("1a2d"),_=n("f5df"),x=n("861d"),w=n("d9b5"),k=n("7c73"),C=n("3a9b"),S=n("d2bb"),T=n("241c").f,O=n("a078"),M=n("b727").forEach,E=n("2626"),A=n("edd0"),P=n("9bf2"),L=n("06cf"),I=n("dfb9"),j=n("69f3"),z=n("7156"),D=j.get,N=j.set,R=j.enforce,V=P.f,F=L.f,H=i.RangeError,B=l.ArrayBuffer,U=B.prototype,$=l.DataView,q=c.NATIVE_ARRAY_BUFFER_VIEWS,W=c.TYPED_ARRAY_TAG,Y=c.TypedArray,K=c.TypedArrayPrototype,X=c.isTypedArray,G="BYTES_PER_ELEMENT",Z="Wrong length",Q=function(t,e){A(t,e,{configurable:!0,get:function(){return D(this)[e]}})},J=function(t){var e;return C(U,t)||"ArrayBuffer"===(e=_(t))||"SharedArrayBuffer"===e},tt=function(t,e){return X(t)&&!w(e)&&e in t&&d(+e)&&e>=0},et=function(t,e){return e=y(e),tt(t,e)?h(2,t[e]):F(t,e)},nt=function(t,e,n){return e=y(e),!(tt(t,e)&&x(n)&&b(n,"value"))||b(n,"get")||b(n,"set")||n.configurable||b(n,"writable")&&!n.writable||b(n,"enumerable")&&!n.enumerable?V(t,e,n):(t[e]=n.value,t)};o?(q||(L.f=et,P.f=nt,Q(K,"buffer"),Q(K,"byteOffset"),Q(K,"byteLength"),Q(K,"length")),r({target:"Object",stat:!0,forced:!q},{getOwnPropertyDescriptor:et,defineProperty:nt}),t.exports=function(t,e,n){var o=t.match(/\d+/)[0]/8,c=t+(n?"Clamped":"")+"Array",l="get"+t,h="set"+t,d=i[c],y=d,b=y&&y.prototype,_={},w=function(t,e){var n=D(t);return n.view[l](e*o+n.byteOffset,!0)},C=function(t,e,r){var i=D(t);i.view[h](e*o+i.byteOffset,n?m(r):r,!0)},A=function(t,e){V(t,e,{get:function(){return w(this,e)},set:function(t){return C(this,e,t)},enumerable:!0})};q?s&&(y=e((function(t,e,n,r){return u(t,b),z(function(){return x(e)?J(e)?void 0!==r?new d(e,g(n,o),r):void 0!==n?new d(e,g(n,o)):new d(e):X(e)?I(y,e):a(O,y,e):new d(v(e))}(),t,y)})),S&&S(y,Y),M(T(d),(function(t){t in y||f(y,t,d[t])})),y.prototype=b):(y=e((function(t,e,n,r){u(t,b);var i,s,c,l=0,h=0;if(x(e)){if(!J(e))return X(e)?I(y,e):a(O,y,e);i=e,h=g(n,o);var f=e.byteLength;if(void 0===r){if(f%o)throw new H(Z);if(s=f-h,s<0)throw new H(Z)}else if(s=p(r)*o,s+h>f)throw new H(Z);c=s/o}else c=v(e),s=c*o,i=new B(s);N(t,{buffer:i,byteOffset:h,byteLength:s,length:c,view:new $(i)});while(l<c)A(t,l++)})),S&&S(y,Y),b=y.prototype=k(K)),b.constructor!==y&&f(b,"constructor",y),R(b).TypedArrayConstructor=y,W&&f(b,W,c);var P=y!==d;_[c]=y,r({global:!0,constructor:!0,forced:P,sham:!q},_),G in y||f(y,G,o),G in b||f(b,G,o),E(c)}):t.exports=function(){}},"750a":function(t,e,n){var r=n("c869"),i=n("bcdf"),a=n("ac41"),o=1/0,s=r&&1/a(new r([,-0]))[1]==o?function(t){return new r(t)}:i;t.exports=s},7530:function(t,e,n){var r=n("1a8c"),i=Object.create,a=function(){function t(){}return function(e){if(!r(e))return{};if(i)return i(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=a},7571:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("4d91"),c=n("0c63"),l=n("94eb"),u=n("0464"),h=n("a9d4"),f=n("daa3"),d=n("b488"),p=n("9cba"),v=n("6a21"),g=["pink","red","yellow","orange","cyan","green","blue","purple","geekblue","magenta","volcano","gold","lime"],m=new RegExp("^("+g.join("|")+")(-inverse)?$"),y={name:"ATag",mixins:[d["a"]],model:{prop:"visible",event:"close.visible"},props:{prefixCls:s["a"].string,color:s["a"].string,closable:s["a"].bool.def(!1),visible:s["a"].bool,afterClose:s["a"].func},inject:{configProvider:{default:function(){return p["a"]}}},data:function(){var t=!0,e=Object(f["l"])(this);return"visible"in e&&(t=this.visible),Object(v["a"])(!("afterClose"in e),"Tag","'afterClose' will be deprecated, please use 'close' event, we will remove this in the next version."),{_visible:t}},watch:{visible:function(t){this.setState({_visible:t})}},methods:{setVisible:function(t,e){this.$emit("close",e),this.$emit("close.visible",!1);var n=this.afterClose;n&&n(),e.defaultPrevented||Object(f["s"])(this,"visible")||this.setState({_visible:t})},handleIconClick:function(t){t.stopPropagation(),this.setVisible(!1,t)},isPresetColor:function(){var t=this.$props.color;return!!t&&m.test(t)},getTagStyle:function(){var t=this.$props.color,e=this.isPresetColor();return{backgroundColor:t&&!e?t:void 0}},getTagClassName:function(t){var e,n=this.$props.color,r=this.isPresetColor();return e={},o()(e,t,!0),o()(e,t+"-"+n,r),o()(e,t+"-has-color",n&&!r),e},renderCloseIcon:function(){var t=this.$createElement,e=this.$props.closable;return e?t(c["a"],{attrs:{type:"close"},on:{click:this.handleIconClick}}):null}},render:function(){var t=arguments[0],e=this.$props.prefixCls,n=this.configProvider.getPrefixCls,r=n("tag",e),a=this.$data._visible,o=t("span",i()([{directives:[{name:"show",value:a}]},{on:Object(u["a"])(Object(f["k"])(this),["close"])},{class:this.getTagClassName(r),style:this.getTagStyle()}]),[this.$slots["default"],this.renderCloseIcon()]),s=Object(l["a"])(r+"-zoom",{appear:!1});return t(h["a"],[t("transition",s,[o])])}},b={name:"ACheckableTag",model:{prop:"checked"},props:{prefixCls:s["a"].string,checked:Boolean},inject:{configProvider:{default:function(){return p["a"]}}},computed:{classes:function(){var t,e=this.checked,n=this.prefixCls,r=this.configProvider.getPrefixCls,i=r("tag",n);return t={},o()(t,""+i,!0),o()(t,i+"-checkable",!0),o()(t,i+"-checkable-checked",e),t}},methods:{handleClick:function(){var t=this.checked;this.$emit("input",!t),this.$emit("change",!t)}},render:function(){var t=arguments[0],e=this.classes,n=this.handleClick,r=this.$slots;return t("div",{class:e,on:{click:n}},[r["default"]])}},_=n("db14");y.CheckableTag=b,y.install=function(t){t.use(_["a"]),t.component(y.name,y),t.component(y.CheckableTag.name,y.CheckableTag)};e["a"]=y},"768f":function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("0464"),o=n("f933"),s=n("f54f"),c=n("4d91"),l=n("daa3"),u=n("b488"),h=n("b92b"),f=n("0c63"),d=n("5efb"),p=n("e5cd"),v=n("02ea"),g=n("9cba"),m=n("db14"),y=Object(s["a"])(),b=Object(h["a"])(),_={name:"APopconfirm",props:i()({},y,{prefixCls:c["a"].string,transitionName:c["a"].string.def("zoom-big"),content:c["a"].any,title:c["a"].any,trigger:y.trigger.def("click"),okType:b.type.def("primary"),disabled:c["a"].bool.def(!1),okText:c["a"].any,cancelText:c["a"].any,icon:c["a"].any,okButtonProps:c["a"].object,cancelButtonProps:c["a"].object}),mixins:[u["a"]],model:{prop:"visible",event:"visibleChange"},watch:{visible:function(t){this.sVisible=t}},inject:{configProvider:{default:function(){return g["a"]}}},data:function(){var t=Object(l["l"])(this),e={sVisible:!1};return"visible"in t&&(e.sVisible=t.visible),"defaultVisible"in t&&(e.sVisible=t.defaultVisible),e},methods:{onConfirm:function(t){this.setVisible(!1,t),this.$emit("confirm",t)},onCancel:function(t){this.setVisible(!1,t),this.$emit("cancel",t)},onVisibleChange:function(t){var e=this.$props.disabled;e||this.setVisible(t)},setVisible:function(t,e){Object(l["s"])(this,"visible")||this.setState({sVisible:t}),this.$emit("visibleChange",t,e)},getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()},renderOverlay:function(t,e){var n=this.$createElement,r=this.okType,i=this.okButtonProps,a=this.cancelButtonProps,o=Object(l["g"])(this,"icon")||n(f["a"],{attrs:{type:"exclamation-circle",theme:"filled"}}),s=Object(l["x"])({props:{size:"small"},on:{click:this.onCancel}},a),c=Object(l["x"])({props:{type:r,size:"small"},on:{click:this.onConfirm}},i);return n("div",{class:t+"-inner-content"},[n("div",{class:t+"-message"},[o,n("div",{class:t+"-message-title"},[Object(l["g"])(this,"title")])]),n("div",{class:t+"-buttons"},[n(d["a"],s,[Object(l["g"])(this,"cancelText")||e.cancelText]),n(d["a"],c,[Object(l["g"])(this,"okText")||e.okText])])])}},render:function(){var t=this,e=arguments[0],n=Object(l["l"])(this),r=n.prefixCls,s=this.configProvider.getPrefixCls,c=s("popover",r),u=Object(a["a"])(n,["title","content","cancelText","okText"]),h={props:i()({},u,{prefixCls:c,visible:this.sVisible}),ref:"tooltip",on:{visibleChange:this.onVisibleChange}},f=e(p["a"],{attrs:{componentName:"Popconfirm",defaultLocale:v["a"].Popconfirm},scopedSlots:{default:function(e){return t.renderOverlay(c,e)}}});return e(o["a"],h,[e("template",{slot:"title"},[f]),this.$slots["default"]])},install:function(t){t.use(m["a"]),t.component(_.name,_)}};e["a"]=_},"76dd":function(t,e,n){var r=n("ce86");function i(t){return null==t?"":r(t)}t.exports=i},"76fb":function(t,e,n){},7746:function(t,e,n){"use strict";var r=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var i=r(n("94c7")),a=2,o=16,s=5,c=5,l=15,u=5,h=4;function f(t,e,n){var r;return r=Math.round(t.h)>=60&&Math.round(t.h)<=240?n?Math.round(t.h)-a*e:Math.round(t.h)+a*e:n?Math.round(t.h)+a*e:Math.round(t.h)-a*e,r<0?r+=360:r>=360&&(r-=360),r}function d(t,e,n){return 0===t.h&&0===t.s?t.s:(r=n?Math.round(100*t.s)-o*e:e===h?Math.round(100*t.s)+o:Math.round(100*t.s)+s*e,r>100&&(r=100),n&&e===u&&r>10&&(r=10),r<6&&(r=6),r);var r}function p(t,e,n){return n?Math.round(100*t.v)+c*e:Math.round(100*t.v)-l*e}function v(t){for(var e=[],n=i.default(t),r=u;r>0;r-=1){var a=n.toHsv(),o=i.default({h:f(a,r,!0),s:d(a,r,!0),v:p(a,r,!0)}).toHexString();e.push(o)}e.push(n.toHexString());for(r=1;r<=h;r+=1){a=n.toHsv(),o=i.default({h:f(a,r),s:d(a,r),v:p(a,r)}).toHexString();e.push(o)}return e}e.default=v},"778b":function(t,e,n){},"77a7":function(t,e,n){"use strict";var r=Array,i=Math.abs,a=Math.pow,o=Math.floor,s=Math.log,c=Math.LN2,l=function(t,e,n){var l,u,h,f=r(n),d=8*n-e-1,p=(1<<d)-1,v=p>>1,g=23===e?a(2,-24)-a(2,-77):0,m=t<0||0===t&&1/t<0?1:0,y=0;t=i(t),t!==t||t===1/0?(u=t!==t?1:0,l=p):(l=o(s(t)/c),h=a(2,-l),t*h<1&&(l--,h*=2),t+=l+v>=1?g/h:g*a(2,1-v),t*h>=2&&(l++,h/=2),l+v>=p?(u=0,l=p):l+v>=1?(u=(t*h-1)*a(2,e),l+=v):(u=t*a(2,v-1)*a(2,e),l=0));while(e>=8)f[y++]=255&u,u/=256,e-=8;l=l<<e|u,d+=e;while(d>0)f[y++]=255&l,l/=256,d-=8;return f[--y]|=128*m,f},u=function(t,e){var n,r=t.length,i=8*r-e-1,o=(1<<i)-1,s=o>>1,c=i-7,l=r-1,u=t[l--],h=127&u;u>>=7;while(c>0)h=256*h+t[l--],c-=8;n=h&(1<<-c)-1,h>>=-c,c+=e;while(c>0)n=256*n+t[l--],c-=8;if(0===h)h=1-s;else{if(h===o)return n?NaN:u?-1/0:1/0;n+=a(2,e),h-=s}return(u?-1:1)*n*a(2,h-e)};t.exports={pack:l,unpack:u}},"77e9":function(t,e,n){var r=n("7a41");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},7839:function(t,e,n){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"785a":function(t,e,n){"use strict";var r=n("cc12"),i=r("span").classList,a=i&&i.constructor&&i.constructor.prototype;t.exports=a===Object.prototype?void 0:a},7898:function(t,e,n){"use strict";var r=n("23e7"),i=n("8eb5"),a=Math.exp;r({target:"Math",stat:!0},{tanh:function(t){var e=+t,n=i(e),r=i(-e);return n===1/0?1:r===1/0?-1:(n-r)/(a(e)+a(-e))}})},7948:function(t,e){function n(t,e){var n=-1,r=null==t?0:t.length,i=Array(r);while(++n<r)i[n]=e(t[n],n,t);return i}t.exports=n},"79a8":function(t,e,n){"use strict";var r=n("23e7"),i=Math.asinh,a=Math.log,o=Math.sqrt;function s(t){var e=+t;return isFinite(e)&&0!==e?e<0?-s(-e):a(e+o(e*e+1)):e}var c=!(i&&1/i(0)>0);r({target:"Math",stat:!0,forced:c},{asinh:s})},"79bc":function(t,e,n){var r=n("0b07"),i=n("2b3e"),a=r(i,"Map");t.exports=a},"7a41":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"7a48":function(t,e,n){var r=n("6044"),i=Object.prototype,a=i.hasOwnProperty;function o(t){var e=this.__data__;return r?void 0!==e[t]:a.call(e,t)}t.exports=o},"7a77":function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},"7aac":function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,i,a,o){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(a)&&s.push("domain="+a),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b05":function(t,e,n){"use strict";n.d(e,"b",(function(){return h})),n.d(e,"a",(function(){return f}));var r=n("9b57"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("daa3"),c=n("4d26"),l=n.n(c);function u(t,e){var n=t.componentOptions,r=t.data,i={};n&&n.listeners&&(i=o()({},n.listeners));var a={};r&&r.on&&(a=o()({},r.on));var s=new t.constructor(t.tag,r?o()({},r,{on:a}):r,t.children,t.text,t.elm,t.context,n?o()({},n,{listeners:i}):n,t.asyncFactory);return s.ns=t.ns,s.isStatic=t.isStatic,s.key=t.key,s.isComment=t.isComment,s.fnContext=t.fnContext,s.fnOptions=t.fnOptions,s.fnScopeId=t.fnScopeId,s.isCloned=!0,e&&(t.children&&(s.children=h(t.children,!0)),n&&n.children&&(n.children=h(n.children,!0))),s}function h(t,e){for(var n=t.length,r=new Array(n),i=0;i<n;i++)r[i]=u(t[i],e);return r}function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2],r=t;if(Array.isArray(t)&&(r=Object(s["c"])(t)[0]),!r)return null;var a=u(r,n),c=e.props,h=void 0===c?{}:c,f=e.key,d=e.on,p=void 0===d?{}:d,v=e.nativeOn,g=void 0===v?{}:v,m=e.children,y=e.directives,b=void 0===y?[]:y,_=a.data||{},x={},w={},k=e.attrs,C=void 0===k?{}:k,S=e.ref,T=e.domProps,O=void 0===T?{}:T,M=e.style,E=void 0===M?{}:M,A=e["class"],P=void 0===A?{}:A,L=e.scopedSlots,I=void 0===L?{}:L;return w="string"===typeof _.style?Object(s["y"])(_.style):o()({},_.style,w),w="string"===typeof E?o()({},w,Object(s["y"])(w)):o()({},w,E),"string"===typeof _["class"]&&""!==_["class"].trim()?_["class"].split(" ").forEach((function(t){x[t.trim()]=!0})):Array.isArray(_["class"])?l()(_["class"]).split(" ").forEach((function(t){x[t.trim()]=!0})):x=o()({},_["class"],x),"string"===typeof P&&""!==P.trim()?P.split(" ").forEach((function(t){x[t.trim()]=!0})):x=o()({},x,P),a.data=o()({},_,{style:w,attrs:o()({},_.attrs,C),class:x,domProps:o()({},_.domProps,O),scopedSlots:o()({},_.scopedSlots,I),directives:[].concat(i()(_.directives||[]),i()(b))}),a.componentOptions?(a.componentOptions.propsData=a.componentOptions.propsData||{},a.componentOptions.listeners=a.componentOptions.listeners||{},a.componentOptions.propsData=o()({},a.componentOptions.propsData,h),a.componentOptions.listeners=o()({},a.componentOptions.listeners,p),m&&(a.componentOptions.children=m)):(m&&(a.children=m),a.data.on=o()({},a.data.on||{},p)),a.data.on=o()({},a.data.on||{},g),void 0!==f&&(a.key=f,a.data.key=f),"string"===typeof S&&(a.data.ref=S),a}},"7b06":function(t){t.exports=JSON.parse('{"a":"5.4.2"}')},"7b0b":function(t,e,n){"use strict";var r=n("1d80"),i=Object;t.exports=function(t){return i(r(t))}},"7b83":function(t,e,n){var r=n("7c64"),i=n("93ed"),a=n("2478"),o=n("a524"),s=n("1fc8");function c(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype["delete"]=i,c.prototype.get=a,c.prototype.has=o,c.prototype.set=s,t.exports=c},"7b97":function(t,e,n){var r=n("7e64"),i=n("a2be"),a=n("1c3c"),o=n("b1e5"),s=n("42a2"),c=n("6747"),l=n("0d24"),u=n("73ac"),h=1,f="[object Arguments]",d="[object Array]",p="[object Object]",v=Object.prototype,g=v.hasOwnProperty;function m(t,e,n,v,m,y){var b=c(t),_=c(e),x=b?d:s(t),w=_?d:s(e);x=x==f?p:x,w=w==f?p:w;var k=x==p,C=w==p,S=x==w;if(S&&l(t)){if(!l(e))return!1;b=!0,k=!1}if(S&&!k)return y||(y=new r),b||u(t)?i(t,e,n,v,m,y):a(t,e,x,n,v,m,y);if(!(n&h)){var T=k&&g.call(t,"__wrapped__"),O=C&&g.call(e,"__wrapped__");if(T||O){var M=T?t.value():t,E=O?e.value():e;return y||(y=new r),m(M,E,n,v,y)}}return!!S&&(y||(y=new r),o(t,e,n,v,m,y))}t.exports=m},"7b9e":function(t,e,n){n("658f"),n("0b99"),t.exports=n("8aab")},"7bec":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("92fa"),u=n.n(l),h=n("9b57"),f=n.n(h),d=n("1b2b"),p=n.n(d),v=n("c449"),g=n.n(v),m=n("ec44"),y=n("d96e"),b=n.n(y),_=n("4d91"),x=n("18a7"),w=n("8496"),k=n("1098"),C=n.n(k),S=n("0464"),T=n("c9a4");function O(t,e){if(t.classList)return t.classList.contains(e);var n=t.className;return(" "+n+" ").indexOf(" "+e+" ")>-1}var M="SHOW_ALL",E="SHOW_PARENT",A="SHOW_CHILD",P=n("daa3"),L=!1;function I(t,e){var n=t;while(n){if(O(n,e))return n;n=n.parentNode}return null}function j(t){return"string"===typeof t?t:null}function z(t){return void 0===t||null===t?[]:Array.isArray(t)?t:[t]}function D(){var t=function(e){t.current=e};return t}var N={userSelect:"none",WebkitUserSelect:"none"},R={unselectable:"unselectable"};function V(t){if(!t.length)return[];var e={},n={},r=t.slice().map((function(t){var e=c()({},t,{fields:t.pos.split("-")});return delete e.children,e}));return r.forEach((function(t){n[t.pos]=t})),r.sort((function(t,e){return t.fields.length-e.fields.length})),r.forEach((function(t){var r=t.fields.slice(0,-1).join("-"),i=n[r];i?(i.children=i.children||[],i.children.push(t)):e[t.pos]=t,delete t.key,delete t.fields})),Object.keys(e).map((function(t){return e[t]}))}var F=0;function H(t){return F+=1,t+"_"+F}function B(t){var e=t.treeCheckable,n=t.treeCheckStrictly,r=t.labelInValue;return!(!e||!n)||(r||!1)}function U(t,e){var n=e.id,r=e.pId,i=e.rootPId,a={},o=[],s=t.map((function(t){var e=c()({},t),r=e[n];return a[r]=e,e.key=e.key||r,e}));return s.forEach((function(t){var e=t[r],n=a[e];n&&(n.children=n.children||[],n.children.push(t)),(e===i||!n&&null===i)&&o.push(t)})),o}function $(t,e){for(var n=t.split("-"),r=e.split("-"),i=Math.min(n.length,r.length),a=0;a<i;a+=1)if(n[a]!==r[a])return!1;return!0}function q(t){var e=t.node,n=t.pos,r=t.children,i={node:e,pos:n};return r&&(i.children=r.map(q)),i}function W(t,e,n,r,i,a){if(!n)return null;function o(e){if(!e||Object(P["u"])(e))return null;var s=!1;r(n,e)&&(s=!0);var c=Object(P["p"])(e)["default"];return c=(("function"===typeof c?c():c)||[]).map(o).filter((function(t){return t})),c.length||s?t(a,u()([e.data,{key:i[Object(P["m"])(e).value].key}]),[c]):null}return e.map(o).filter((function(t){return t}))}function Y(t,e){var n=z(t);return B(e)?n.map((function(t){return"object"===("undefined"===typeof t?"undefined":C()(t))&&t?t:{value:"",label:""}})):n.map((function(t){return{value:t}}))}function K(t,e,n){if(t.label)return t.label;if(e){var r=Object(P["m"])(e.node);if(Object.keys(r).length)return r[n]}return t.value}function X(t,e,n){var r=e.treeNodeLabelProp,i=e.treeCheckable,a=e.treeCheckStrictly,o=e.showCheckedStrategy;if(i&&!a){var s={};t.forEach((function(t){s[t.value]=t}));var c=V(t.map((function(t){var e=t.value;return n[e]})));if(o===E)return c.map((function(t){var e=t.node,i=Object(P["m"])(e).value;return{label:K(s[i],n[i],r),value:i}}));if(o===A){var l=[],u=function t(e){var i=e.node,a=e.children,o=Object(P["m"])(i).value;a&&0!==a.length?a.forEach((function(e){t(e)})):l.push({label:K(s[o],n[o],r),value:o})};return c.forEach((function(t){u(t)})),l}}return t.map((function(t){return{label:K(t,n[t.value],r),value:t.value}}))}function G(t){var e=t.title,n=t.label,r=t.value,i=t["class"],a=t.style,o=t.on,s=void 0===o?{}:o,c=t.key;c||void 0!==c&&null!==c||(c=r);var l={props:Object(S["a"])(t,["on","key","class","className","style"]),on:s,class:i||t.className,style:a,key:c};return n&&!e&&(L||(b()(!1,"'label' in treeData is deprecated. Please use 'title' instead."),L=!0),l.props.title=n),l}function Z(t,e){return Object(T["g"])(t,e,{processProps:G})}function Q(t){return c()({},t,{valueEntities:{}})}function J(t,e){var n=Object(P["m"])(t.node).value;t.value=n;var r=e.valueEntities[n];r&&b()(!1,"Conflict! value of node '"+t.key+"' ("+n+") has already used by node '"+r.key+"'."),e.valueEntities[n]=t}function tt(t){return Object(T["h"])(t,{initWrapper:Q,processEntity:J})}function et(t,e){var n={};return t.forEach((function(t){var e=t.value;n[e]=!1})),t.forEach((function(t){var r=t.value,i=e[r];while(i&&i.parent){var a=i.parent.value;if(a in n)break;n[a]=!0,i=i.parent}})),Object.keys(n).filter((function(t){return n[t]})).map((function(t){return e[t].key}))}var nt=T["e"],rt=n("4d26"),it=n.n(rt),at={bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:0,adjustY:1},ignoreShake:!0},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:0,adjustY:1},ignoreShake:!0}},ot={name:"SelectTrigger",props:{disabled:_["a"].bool,showSearch:_["a"].bool,prefixCls:_["a"].string,dropdownPopupAlign:_["a"].object,dropdownClassName:_["a"].string,dropdownStyle:_["a"].object,transitionName:_["a"].string,animation:_["a"].string,getPopupContainer:_["a"].func,dropdownMatchSelectWidth:_["a"].bool,isMultiple:_["a"].bool,dropdownPrefixCls:_["a"].string,dropdownVisibleChange:_["a"].func,popupElement:_["a"].node,open:_["a"].bool},created:function(){this.triggerRef=D()},methods:{getDropdownTransitionName:function(){var t=this.$props,e=t.transitionName,n=t.animation,r=t.dropdownPrefixCls;return!e&&n?r+"-"+n:e},forcePopupAlign:function(){var t=this.triggerRef.current;t&&t.forcePopupAlign()}},render:function(){var t,e=arguments[0],n=this.$props,r=n.disabled,a=n.isMultiple,o=n.dropdownPopupAlign,s=n.dropdownMatchSelectWidth,c=n.dropdownClassName,l=n.dropdownStyle,h=n.dropdownVisibleChange,f=n.getPopupContainer,d=n.dropdownPrefixCls,p=n.popupElement,v=n.open,g=void 0;return!1!==s&&(g=s?"width":"minWidth"),e(w["a"],u()([{directives:[{name:"ant-ref",value:this.triggerRef}]},{attrs:{action:r?[]:["click"],popupPlacement:"bottomLeft",builtinPlacements:at,popupAlign:o,prefixCls:d,popupTransitionName:this.getDropdownTransitionName(),popup:p,popupVisible:v,getPopupContainer:f,stretch:g,popupClassName:it()(c,(t={},i()(t,d+"--multiple",a),i()(t,d+"--single",!a),t)),popupStyle:l},on:{popupVisibleChange:h}}]),[this.$slots["default"]])}},st=ot,ct=n("b488"),lt=function(){return{prefixCls:_["a"].string,className:_["a"].string,open:_["a"].bool,selectorValueList:_["a"].array,allowClear:_["a"].bool,showArrow:_["a"].bool,removeSelected:_["a"].func,choiceTransitionName:_["a"].string,ariaId:_["a"].string,inputIcon:_["a"].any,clearIcon:_["a"].any,removeIcon:_["a"].any,placeholder:_["a"].any,disabled:_["a"].bool,focused:_["a"].bool}};function ut(){}var ht=function(t){var e={name:"BaseSelector",mixins:[ct["a"]],props:Object(P["t"])(c()({},lt(),{renderSelection:_["a"].func.isRequired,renderPlaceholder:_["a"].func,tabIndex:_["a"].number}),{tabIndex:0}),inject:{vcTreeSelect:{default:function(){return{}}}},created:function(){this.domRef=D()},methods:{onFocus:function(t){var e=this.$props.focused,n=this.vcTreeSelect.onSelectorFocus;e||n(),this.__emit("focus",t)},onBlur:function(t){var e=this.vcTreeSelect.onSelectorBlur;e(),this.__emit("blur",t)},focus:function(){this.domRef.current.focus()},blur:function(){this.domRef.current.blur()},renderClear:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.allowClear,i=e.selectorValueList,a=this.vcTreeSelect.onSelectorClear;if(!r||!i.length||!i[0].value)return null;var o=Object(P["g"])(this,"clearIcon");return t("span",{key:"clear",class:n+"-selection__clear",on:{click:a}},[o])},renderArrow:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.showArrow;if(!r)return null;var i=Object(P["g"])(this,"inputIcon");return t("span",{key:"arrow",class:n+"-arrow",style:{outline:"none"}},[i])}},render:function(){var e,n=arguments[0],r=this.$props,a=r.prefixCls,o=r.className,s=r.style,c=r.open,l=r.focused,h=r.disabled,f=r.allowClear,d=r.ariaId,p=r.renderSelection,v=r.renderPlaceholder,g=r.tabIndex,m=this.vcTreeSelect.onSelectorKeyDown,y=g;return h&&(y=null),n("span",u()([{style:s,on:{click:Object(P["k"])(this).click||ut},class:it()(o,a,(e={},i()(e,a+"-open",c),i()(e,a+"-focused",c||l),i()(e,a+"-disabled",h),i()(e,a+"-enabled",!h),i()(e,a+"-allow-clear",f),e))},{directives:[{name:"ant-ref",value:this.domRef}]},{attrs:{role:"combobox","aria-expanded":c,"aria-owns":c?d:void 0,"aria-controls":c?d:void 0,"aria-haspopup":"listbox","aria-disabled":h,tabIndex:y},on:{focus:this.onFocus,blur:this.onBlur,keydown:m}}]),[n("span",{key:"selection",class:it()(a+"-selection",a+"-selection--"+t)},[p(),this.renderClear(),this.renderArrow(),v&&v()])])}};return e},ft=ht("single"),dt={name:"SingleSelector",props:lt(),created:function(){this.selectorRef=D()},methods:{focus:function(){this.selectorRef.current.focus()},blur:function(){this.selectorRef.current.blur()},renderSelection:function(){var t=this.$createElement,e=this.$props,n=e.selectorValueList,r=e.placeholder,i=e.prefixCls,a=void 0;if(n.length){var o=n[0],s=o.label,c=o.value;a=t("span",{key:"value",attrs:{title:j(s)},class:i+"-selection-selected-value"},[s||c])}else a=t("span",{key:"placeholder",class:i+"-selection__placeholder"},[r]);return t("span",{class:i+"-selection__rendered"},[a])}},render:function(){var t=arguments[0],e=this.$props.showArrow,n=void 0===e||e,r={props:c()({},Object(P["l"])(this),{showArrow:n,renderSelection:this.renderSelection}),on:Object(P["k"])(this),directives:[{name:"ant-ref",value:this.selectorRef}]};return t(ft,r)}},pt=dt,vt={name:"SearchInput",props:{open:_["a"].bool,searchValue:_["a"].string,prefixCls:_["a"].string,disabled:_["a"].bool,renderPlaceholder:_["a"].func,needAlign:_["a"].bool,ariaId:_["a"].string},inject:{vcTreeSelect:{default:function(){return{}}}},data:function(){return{mirrorSearchValue:this.searchValue}},watch:{searchValue:function(t){this.mirrorSearchValue=t}},created:function(){this.inputRef=D(),this.mirrorInputRef=D(),this.prevProps=c()({},this.$props)},mounted:function(){var t=this;this.$nextTick((function(){var e=t.$props,n=e.open,r=e.needAlign;r&&t.alignInputWidth(),n&&t.focus(!0)}))},updated:function(){var t=this,e=this.$props,n=e.open,r=e.searchValue,i=e.needAlign,a=this.prevProps;this.$nextTick((function(){n&&a.open!==n&&t.focus(),i&&r!==a.searchValue&&t.alignInputWidth(),t.prevProps=c()({},t.$props)}))},methods:{alignInputWidth:function(){this.inputRef.current.style.width=(this.mirrorInputRef.current.clientWidth||this.mirrorInputRef.current.offsetWidth)+"px"},focus:function(t){var e=this;this.inputRef.current&&(t?setTimeout((function(){e.inputRef.current.focus()}),0):this.inputRef.current.focus())},blur:function(){this.inputRef.current&&this.inputRef.current.blur()},handleInputChange:function(t){var e=t.target,n=e.value,r=e.composing,i=this.searchValue,a=void 0===i?"":i;t.isComposing||r||a===n?this.mirrorSearchValue=n:this.vcTreeSelect.onSearchInputChange(t)}},render:function(){var t=arguments[0],e=this.$props,n=e.searchValue,r=e.prefixCls,i=e.disabled,a=e.renderPlaceholder,o=e.open,s=e.ariaId,c=this.vcTreeSelect.onSearchInputKeyDown,l=this.handleInputChange,h=this.mirrorSearchValue;return t("span",{class:r+"-search__field__wrap"},[t("input",u()([{attrs:{type:"text"}},{directives:[{name:"ant-ref",value:this.inputRef},{name:"ant-input"}]},{on:{input:l,keydown:c},domProps:{value:n},attrs:{disabled:i,"aria-label":"filter select","aria-autocomplete":"list","aria-controls":o?s:void 0,"aria-multiline":"false"},class:r+"-search__field"}])),t("span",u()([{directives:[{name:"ant-ref",value:this.mirrorInputRef}]},{class:r+"-search__field__mirror"}]),[h," "]),a&&!h?a():null])}},gt=vt,mt={mixins:[ct["a"]],props:{prefixCls:_["a"].string,maxTagTextLength:_["a"].number,label:_["a"].any,value:_["a"].oneOfType([_["a"].string,_["a"].number]),removeIcon:_["a"].any},methods:{onRemove:function(t){var e=this.$props.value;this.__emit("remove",t,e),t.stopPropagation()}},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.maxTagTextLength,i=e.label,a=e.value,o=i||a;return r&&"string"===typeof o&&o.length>r&&(o=o.slice(0,r)+"..."),t("li",u()([{style:N},{attrs:R},{attrs:{role:"menuitem",title:j(i)},class:n+"-selection__choice"}]),[Object(P["k"])(this).remove&&t("span",{class:n+"-selection__choice__remove",on:{click:this.onRemove}},[Object(P["g"])(this,"removeIcon")]),t("span",{class:n+"-selection__choice__content"},[o])])}},yt=mt,bt=n("94eb"),_t="RC_TREE_SELECT_EMPTY_VALUE_KEY",xt=ht("multiple"),wt={mixins:[ct["a"]],props:c()({},lt(),gt.props,{selectorValueList:_["a"].array,disabled:_["a"].bool,searchValue:_["a"].string,labelInValue:_["a"].bool,maxTagCount:_["a"].number,maxTagPlaceholder:_["a"].any}),inject:{vcTreeSelect:{default:function(){return{}}}},created:function(){this.inputRef=D()},methods:{onPlaceholderClick:function(){this.inputRef.current.focus()},focus:function(){this.inputRef.current.focus()},blur:function(){this.inputRef.current.blur()},_renderPlaceholder:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.placeholder,i=e.searchPlaceholder,a=e.searchValue,o=e.selectorValueList,s=r||i;if(!s)return null;var c=a||o.length;return t("span",{style:{display:c?"none":"block"},on:{click:this.onPlaceholderClick},class:n+"-search__field__placeholder"},[s])},onChoiceAnimationLeave:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];this.__emit.apply(this,["choiceAnimationLeave"].concat(f()(e)))},renderSelection:function(){var t=this,e=this.$createElement,n=this.$props,r=n.selectorValueList,i=n.choiceTransitionName,a=n.prefixCls,o=n.labelInValue,s=n.maxTagCount,l=this.vcTreeSelect.onMultipleSelectorRemove,h=this.$slots,f=Object(P["k"])(this),d=r;s>=0&&(d=r.slice(0,s));var p=d.map((function(n){var r=n.label,i=n.value;return e(yt,u()([{props:c()({},t.$props,{label:r,value:i}),on:c()({},f,{remove:l})},{key:i||_t}]),[h["default"]])}));if(s>=0&&s<r.length){var v="+ "+(r.length-s)+" ...",g=Object(P["g"])(this,"maxTagPlaceholder",{},!1);if("string"===typeof g)v=g;else if("function"===typeof g){var m=r.slice(s);v=g(o?m:m.map((function(t){var e=t.value;return e})))}var y=e(yt,u()([{props:c()({},this.$props,{label:v,value:null}),on:f},{key:"rc-tree-select-internal-max-tag-counter"}]),[h["default"]]);p.push(y)}p.push(e("li",{class:a+"-search "+a+"-search--inline",key:"__input"},[e(gt,{props:c()({},this.$props,{needAlign:!0}),on:f,directives:[{name:"ant-ref",value:this.inputRef}]},[h["default"]])]));var b=a+"-selection__rendered";if(i){var _=Object(bt["a"])(i,{tag:"ul",afterLeave:this.onChoiceAnimationLeave});return e("transition-group",u()([{class:b},_]),[p])}return e("ul",{class:b,attrs:{role:"menubar"}},[p])}},render:function(){var t=arguments[0],e=this.$slots,n=this.$props,r=Object(P["k"])(this),i=n.showArrow,a=void 0!==i&&i;return t(xt,{props:c()({},this.$props,{showArrow:a,tabIndex:-1,renderSelection:this.renderSelection,renderPlaceholder:this._renderPlaceholder}),on:r},[e["default"]])}},kt=wt,Ct=n("7d1c");function St(t,e){var n=e||{},r=n._prevProps,i=void 0===r?{}:r,a=n._loadedKeys,o=n._expandedKeyList,s=n._cachedExpandedKeyList,l=t.valueList,u=t.valueEntities,h=t.keyEntities,d=t.treeExpandedKeys,p=t.filteredTreeNodes,v=t.upperSearchValue,g={_prevProps:c()({},t)};return l!==i.valueList&&(g._keyList=l.map((function(t){var e=t.value;return u[e]})).filter((function(t){return t})).map((function(t){var e=t.key;return e}))),!d&&p&&p.length&&p!==i.filteredTreeNodes&&(g._expandedKeyList=[].concat(f()(h.keys()))),v&&!i.upperSearchValue?g._cachedExpandedKeyList=o:v||!i.upperSearchValue||d||(g._expandedKeyList=s||[],g._cachedExpandedKeyList=[]),i.treeExpandedKeys!==d&&(g._expandedKeyList=d),t.loadData&&(g._loadedKeys=a.filter((function(t){return h.has(t)}))),g}var Tt={mixins:[ct["a"]],name:"BasePopup",props:{prefixCls:_["a"].string,upperSearchValue:_["a"].string,valueList:_["a"].array,searchHalfCheckedKeys:_["a"].array,valueEntities:_["a"].object,keyEntities:Map,treeIcon:_["a"].bool,treeLine:_["a"].bool,treeNodeFilterProp:_["a"].string,treeCheckable:_["a"].any,treeCheckStrictly:_["a"].bool,treeDefaultExpandAll:_["a"].bool,treeDefaultExpandedKeys:_["a"].array,treeExpandedKeys:_["a"].array,loadData:_["a"].func,multiple:_["a"].bool,searchValue:_["a"].string,treeNodes:_["a"].any,filteredTreeNodes:_["a"].any,notFoundContent:_["a"].any,ariaId:_["a"].string,switcherIcon:_["a"].any,renderSearch:_["a"].func,__propsSymbol__:_["a"].any},inject:{vcTreeSelect:{default:function(){return{}}}},watch:{__propsSymbol__:function(){var t=St(this.$props,this.$data);this.setState(t)}},data:function(){this.treeRef=D(),b()(this.$props.__propsSymbol__,"must pass __propsSymbol__");var t=this.$props,e=t.treeDefaultExpandAll,n=t.treeDefaultExpandedKeys,r=t.keyEntities,i=n;e&&(i=[].concat(f()(r.keys())));var a={_keyList:[],_expandedKeyList:i,_cachedExpandedKeyList:[],_loadedKeys:[],_prevProps:{}};return c()({},a,St(this.$props,a))},methods:{onTreeExpand:function(t){var e=this,n=this.$props.treeExpandedKeys;n||this.setState({_expandedKeyList:t},(function(){e.__emit("treeExpanded")})),this.__emit("update:treeExpandedKeys",t),this.__emit("treeExpand",t)},onLoad:function(t){this.setState({_loadedKeys:t})},getTree:function(){return this.treeRef.current},getLoadData:function(){var t=this.$props,e=t.loadData,n=t.upperSearchValue;return n?null:e},filterTreeNode:function(t){var e=this.$props,n=e.upperSearchValue,r=e.treeNodeFilterProp,i=t[r];return"string"===typeof i&&(n&&-1!==i.toUpperCase().indexOf(n))},renderNotFound:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.notFoundContent;return t("span",{class:n+"-not-found"},[r])}},render:function(){var t=arguments[0],e=this.$data,n=e._keyList,r=e._expandedKeyList,i=e._loadedKeys,a=this.$props,o=a.prefixCls,s=a.treeNodes,l=a.filteredTreeNodes,u=a.treeIcon,h=a.treeLine,f=a.treeCheckable,d=a.treeCheckStrictly,p=a.multiple,v=a.ariaId,g=a.renderSearch,m=a.switcherIcon,y=a.searchHalfCheckedKeys,b=this.vcTreeSelect,_=b.onPopupKeyDown,x=b.onTreeNodeSelect,w=b.onTreeNodeCheck,k=this.getLoadData(),C={};f?C.checkedKeys=n:C.selectedKeys=n;var S=void 0,T=void 0;l?l.length?(C.checkStrictly=!0,T=l,f&&!d&&(C.checkedKeys={checked:n,halfChecked:y})):S=this.renderNotFound():s&&s.length?T=s:S=this.renderNotFound();var O=void 0;if(S)O=S;else{var M={props:c()({prefixCls:o+"-tree",showIcon:u,showLine:h,selectable:!f,checkable:f,checkStrictly:d,multiple:p,loadData:k,loadedKeys:i,expandedKeys:r,filterTreeNode:this.filterTreeNode,switcherIcon:m},C,{__propsSymbol__:Symbol(),children:T}),on:{select:x,check:w,expand:this.onTreeExpand,load:this.onLoad},directives:[{name:"ant-ref",value:this.treeRef}]};O=t(Ct["Tree"],M)}return t("div",{attrs:{role:"listbox",id:v,tabIndex:-1},on:{keydown:_}},[g?g():null,O])}},Ot=Tt,Mt={name:"SinglePopup",props:c()({},Ot.props,gt.props,{searchValue:_["a"].string,showSearch:_["a"].bool,dropdownPrefixCls:_["a"].string,disabled:_["a"].bool,searchPlaceholder:_["a"].string}),created:function(){this.inputRef=D(),this.searchRef=D(),this.popupRef=D()},methods:{onPlaceholderClick:function(){this.inputRef.current.focus()},getTree:function(){return this.popupRef.current&&this.popupRef.current.getTree()},_renderPlaceholder:function(){var t=this.$createElement,e=this.$props,n=e.searchPlaceholder,r=e.searchValue,i=e.prefixCls;return n?t("span",{style:{display:r?"none":"block"},on:{click:this.onPlaceholderClick},class:i+"-search__field__placeholder"},[n]):null},_renderSearch:function(){var t=this.$createElement,e=this.$props,n=e.showSearch,r=e.dropdownPrefixCls;return n?t("span",u()([{class:r+"-search"},{directives:[{name:"ant-ref",value:this.searchRef}]}]),[t(gt,{props:c()({},this.$props,{renderPlaceholder:this._renderPlaceholder}),on:Object(P["k"])(this),directives:[{name:"ant-ref",value:this.inputRef}]})]):null}},render:function(){var t=arguments[0];return t(Ot,{props:c()({},this.$props,{renderSearch:this._renderSearch,__propsSymbol__:Symbol()}),on:Object(P["k"])(this),directives:[{name:"ant-ref",value:this.popupRef}]})}},Et=Mt,At=Ot,Pt={name:"SelectNode",functional:!0,isTreeNode:!0,props:Ct["TreeNode"].props,render:function(t,e){var n=e.props,r=e.slots,i=e.listeners,a=e.data,o=e.scopedSlots,s=r()||{},l=s["default"],u=Object.keys(s),h={};u.forEach((function(t){h[t]=function(){return s[t]}}));var f=c()({},a,{on:c()({},i,a.nativeOn),props:n,scopedSlots:c()({},h,o)});return t(Ct["TreeNode"],f,[l])}};function Lt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e={};return t.forEach((function(t){e[t]=function(){this.needSyncKeys[t]=!0}})),e}var It={name:"Select",mixins:[ct["a"]],props:Object(P["t"])({prefixCls:_["a"].string,prefixAria:_["a"].string,multiple:_["a"].bool,showArrow:_["a"].bool,open:_["a"].bool,value:_["a"].any,autoFocus:_["a"].bool,defaultOpen:_["a"].bool,defaultValue:_["a"].any,showSearch:_["a"].bool,placeholder:_["a"].any,inputValue:_["a"].string,searchValue:_["a"].string,autoClearSearchValue:_["a"].bool,searchPlaceholder:_["a"].any,disabled:_["a"].bool,children:_["a"].any,labelInValue:_["a"].bool,maxTagCount:_["a"].number,maxTagPlaceholder:_["a"].oneOfType([_["a"].any,_["a"].func]),maxTagTextLength:_["a"].number,showCheckedStrategy:_["a"].oneOf([M,E,A]),dropdownClassName:_["a"].string,dropdownStyle:_["a"].object,dropdownVisibleChange:_["a"].func,dropdownMatchSelectWidth:_["a"].bool,treeData:_["a"].array,treeDataSimpleMode:_["a"].oneOfType([_["a"].bool,_["a"].object]),treeNodeFilterProp:_["a"].string,treeNodeLabelProp:_["a"].string,treeCheckable:_["a"].oneOfType([_["a"].any,_["a"].object,_["a"].bool]),treeCheckStrictly:_["a"].bool,treeIcon:_["a"].bool,treeLine:_["a"].bool,treeDefaultExpandAll:_["a"].bool,treeDefaultExpandedKeys:_["a"].array,treeExpandedKeys:_["a"].array,loadData:_["a"].func,filterTreeNode:_["a"].oneOfType([_["a"].func,_["a"].bool]),notFoundContent:_["a"].any,getPopupContainer:_["a"].func,allowClear:_["a"].bool,transitionName:_["a"].string,animation:_["a"].string,choiceTransitionName:_["a"].string,inputIcon:_["a"].any,clearIcon:_["a"].any,removeIcon:_["a"].any,switcherIcon:_["a"].any,__propsSymbol__:_["a"].any},{prefixCls:"rc-tree-select",prefixAria:"rc-tree-select",showSearch:!0,autoClearSearchValue:!0,showCheckedStrategy:A,treeNodeFilterProp:"value",treeNodeLabelProp:"title",treeIcon:!1,notFoundContent:"Not Found",dropdownStyle:{},dropdownVisibleChange:function(){return!0}}),data:function(){b()(this.$props.__propsSymbol__,"must pass __propsSymbol__");var t=this.$props,e=t.prefixAria,n=t.defaultOpen,r=t.open;this.needSyncKeys={},this.selectorRef=D(),this.selectTriggerRef=D(),this.ariaId=H(e+"-list");var i={_open:r||n,_valueList:[],_searchHalfCheckedKeys:[],_missValueList:[],_selectorValueList:[],_valueEntities:{},_posEntities:new Map,_keyEntities:new Map,_searchValue:"",_prevProps:{},_init:!0,_focused:void 0,_treeNodes:void 0,_filteredTreeNodes:void 0},a=this.getDerivedState(this.$props,i);return c()({},i,a)},provide:function(){return{vcTreeSelect:{onSelectorFocus:this.onSelectorFocus,onSelectorBlur:this.onSelectorBlur,onSelectorKeyDown:this.onComponentKeyDown,onSelectorClear:this.onSelectorClear,onMultipleSelectorRemove:this.onMultipleSelectorRemove,onTreeNodeSelect:this.onTreeNodeSelect,onTreeNodeCheck:this.onTreeNodeCheck,onPopupKeyDown:this.onComponentKeyDown,onSearchInputChange:this.onSearchInputChange,onSearchInputKeyDown:this.onSearchInputKeyDown}}},watch:c()({},Lt(["treeData","defaultValue","value"]),{__propsSymbol__:function(){var t=this.getDerivedState(this.$props,this.$data);this.setState(t),this.needSyncKeys={}},"$data._valueList":function(){var t=this;this.$nextTick((function(){t.forcePopupAlign()}))},"$data._open":function(t){var e=this;setTimeout((function(){var n=e.$props.prefixCls,r=e.$data,i=r._selectorValueList,a=r._valueEntities,o=e.isMultiple();if(!o&&i.length&&t&&e.popup){var s=i[0].value,c=e.popup.getTree(),l=c.domTreeNodes,u=a[s]||{},h=u.key,f=l[h];if(f){var d=f.$el;g()((function(){var t=e.popup.$el,r=I(t,n+"-dropdown"),i=e.popup.searchRef.current;d&&r&&i&&Object(m["a"])(d,r,{onlyScrollIfNeeded:!0,offsetTop:i.offsetHeight})}))}}}))}}),mounted:function(){var t=this;this.$nextTick((function(){var e=t.$props,n=e.autoFocus,r=e.disabled;n&&!r&&t.focus()}))},methods:{getDerivedState:function(t,e){var n=this.$createElement,r=e._prevProps,i=void 0===r?{}:r,a=t.treeCheckable,o=t.treeCheckStrictly,s=t.filterTreeNode,l=t.treeNodeFilterProp,u=t.treeDataSimpleMode,h={_prevProps:c()({},t),_init:!1},d=this;function v(e,n){return!(i[e]===t[e]&&!d.needSyncKeys[e])&&(n(t[e],i[e]),!0)}var g=!1;v("open",(function(t){h._open=t}));var m=void 0,y=!1,b=!1;if(v("treeData",(function(t){m=Z(n,t),y=!0})),v("treeDataSimpleMode",(function(t,e){if(t){var n=e&&!0!==e?e:{};p()(t,n)||(b=!0)}})),u&&(y||b)){var _=c()({id:"id",pId:"pId",rootPId:null},!0!==u?u:{});m=Z(n,U(t.treeData,_))}if(t.treeData||(m=Object(P["c"])(this.$slots["default"])),m){var x=tt(m);h._treeNodes=m,h._posEntities=x.posEntities,h._valueEntities=x.valueEntities,h._keyEntities=x.keyEntities,g=!0}if(e._init&&v("defaultValue",(function(e){h._valueList=Y(e,t),g=!0})),v("value",(function(e){h._valueList=Y(e,t),g=!0})),g){var w=[],k=[],C=[],S=h._valueList;S||(S=[].concat(f()(e._valueList),f()(e._missValueList)));var T={};if(S.forEach((function(t){var n=t.value,r=t.label,i=(h._valueEntities||e._valueEntities)[n];if(T[n]=r,i)return C.push(i.key),void k.push(t);w.push(t)})),a&&!o){var O=nt(C,!0,h._keyEntities||e._keyEntities),M=O.checkedKeys;h._valueList=M.map((function(t){var n=(h._keyEntities||e._keyEntities).get(t).value,r={value:n};return void 0!==T[n]&&(r.label=T[n]),r}))}else h._valueList=k;h._missValueList=w,h._selectorValueList=X(h._valueList,t,h._valueEntities||e._valueEntities)}if(v("inputValue",(function(t){null!==t&&(h._searchValue=t)})),v("searchValue",(function(t){h._searchValue=t})),void 0!==h._searchValue||e._searchValue&&m){var E=void 0!==h._searchValue?h._searchValue:e._searchValue,A=String(E).toUpperCase(),L=s;!1===s?L=function(){return!0}:"function"!==typeof L&&(L=function(t,e){var n=String(Object(P["m"])(e)[l]).toUpperCase();return-1!==n.indexOf(A)}),h._filteredTreeNodes=W(this.$createElement,h._treeNodes||e._treeNodes,E,L,h._valueEntities||e._valueEntities,Pt)}return g&&a&&!o&&(h._searchValue||e._searchValue)&&(h._searchHalfCheckedKeys=et(h._valueList,h._valueEntities||e._valueEntities)),v("showCheckedStrategy",(function(){h._selectorValueList=h._selectorValueList||X(h._valueList||e._valueList,t,h._valueEntities||e._valueEntities)})),h},onSelectorFocus:function(){this.setState({_focused:!0})},onSelectorBlur:function(){this.setState({_focused:!1})},onComponentKeyDown:function(t){var e=this.$data._open,n=t.keyCode;e?x["a"].ESC===n?this.setOpenState(!1):-1!==[x["a"].UP,x["a"].DOWN,x["a"].LEFT,x["a"].RIGHT].indexOf(n)&&t.stopPropagation():-1!==[x["a"].ENTER,x["a"].DOWN].indexOf(n)&&this.setOpenState(!0)},onDeselect:function(t,e,n){this.__emit("deselect",t,e,n)},onSelectorClear:function(t){var e=this.$props.disabled;e||(this.triggerChange([],[]),this.isSearchValueControlled()||this.setUncontrolledState({_searchValue:"",_filteredTreeNodes:null}),t.stopPropagation())},onMultipleSelectorRemove:function(t,e){t.stopPropagation();var n=this.$data,r=n._valueList,i=n._missValueList,a=n._valueEntities,o=this.$props,s=o.treeCheckable,c=o.treeCheckStrictly,l=o.treeNodeLabelProp,u=o.disabled;if(!u){var h=a[e],f=r;h&&(f=s&&!c?r.filter((function(t){var e=t.value,n=a[e];return!$(n.pos,h.pos)})):r.filter((function(t){var n=t.value;return n!==e})));var d=h?h.node:null,p={triggerValue:e,triggerNode:d},v={node:d};if(s){var g=f.map((function(t){var e=t.value;return a[e]}));v.event="check",v.checked=!1,v.checkedNodes=g.map((function(t){var e=t.node;return e})),v.checkedNodesPositions=g.map((function(t){var e=t.node,n=t.pos;return{node:e,pos:n}})),p.allCheckedNodes=c?v.checkedNodes:V(g).map((function(t){var e=t.node;return e}))}else v.event="select",v.selected=!1,v.selectedNodes=f.map((function(t){var e=t.value;return(a[e]||{}).node}));var m=i.filter((function(t){var n=t.value;return n!==e})),y=void 0;y=this.isLabelInValue()?{label:d?Object(P["m"])(d)[l]:null,value:e}:e,this.onDeselect(y,d,v),this.triggerChange(m,f,p)}},onValueTrigger:function(t,e,n,r){var i=n.node,a=i.$props.value,o=this.$data,s=o._missValueList,l=o._valueEntities,u=o._keyEntities,h=o._searchValue,f=this.$props,d=f.disabled,p=f.inputValue,v=f.treeNodeLabelProp,g=f.multiple,m=f.treeCheckable,y=f.treeCheckStrictly,b=f.autoClearSearchValue,_=i.$props[v];if(!d){var x=void 0;x=this.isLabelInValue()?{value:a,label:_}:a,t?this.__emit("select",x,i,n):this.__emit("deselect",x,i,n);var w=e.map((function(t){var e=Object(P["m"])(t);return{value:e.value,label:e[v]}}));if(m&&!y){var k=w.map((function(t){var e=t.value;return l[e].key}));k=t?nt(k,!0,u).checkedKeys:nt([l[a].key],!1,u,{checkedKeys:k}).checkedKeys,w=k.map((function(t){var e=Object(P["m"])(u.get(t).node);return{value:e.value,label:e[v]}}))}(b||null===p)&&(this.isSearchValueControlled()||!g&&!m||this.setUncontrolledState({_searchValue:"",_filteredTreeNodes:null}),h&&h.length&&(this.__emit("update:searchValue",""),this.__emit("search","")));var C=c()({},r,{triggerValue:a,triggerNode:i});this.triggerChange(s,w,C)}},onTreeNodeSelect:function(t,e){var n=this.$data,r=n._valueList,i=n._valueEntities,a=this.$props,o=a.treeCheckable,s=a.multiple;if(!o){s||this.setOpenState(!1);var c=e.selected,l=e.node.$props.value,u=void 0;s?(u=r.filter((function(t){var e=t.value;return e!==l})),c&&u.push({value:l})):u=[{value:l}];var h=u.map((function(t){var e=t.value;return i[e]})).filter((function(t){return t})).map((function(t){var e=t.node;return e}));this.onValueTrigger(c,h,e,{selected:c})}},onTreeNodeCheck:function(t,e){var n=this.$data,r=n._searchValue,i=n._keyEntities,a=n._valueEntities,o=n._valueList,s=this.$props.treeCheckStrictly,c=e.checkedNodes,l=e.checkedNodesPositions,u=e.checked,h={checked:u},d=c;if(r){var p=o.map((function(t){var e=t.value;return a[e]})).filter((function(t){return t})).map((function(t){var e=t.key;return e})),v=void 0;v=u?Array.from(new Set([].concat(f()(p),f()(d.map((function(t){var e=Object(P["m"])(t),n=e.value;return a[n].key})))))):nt([Object(P["m"])(e.node).eventKey],!1,i,{checkedKeys:p}).checkedKeys,d=v.map((function(t){return i.get(t).node})),h.allCheckedNodes=v.map((function(t){return q(i.get(t))}))}else h.allCheckedNodes=s?e.checkedNodes:V(l);this.onValueTrigger(u,d,e,h)},onDropdownVisibleChange:function(t){var e=this.$props,n=e.multiple,r=e.treeCheckable,i=this.$data._searchValue;t&&!n&&!r&&i&&this.setUncontrolledState({_searchValue:"",_filteredTreeNodes:null}),this.setOpenState(t,!0)},onSearchInputChange:function(t){var e=t.target.value,n=this.$data,r=n._treeNodes,i=n._valueEntities,a=this.$props,o=a.filterTreeNode,s=a.treeNodeFilterProp;this.__emit("update:searchValue",e),this.__emit("search",e);var c=!1;if(this.isSearchValueControlled()||(c=this.setUncontrolledState({_searchValue:e}),this.setOpenState(!0)),c){var l=String(e).toUpperCase(),u=o;!1===o?u=function(){return!0}:u||(u=function(t,e){var n=String(Object(P["m"])(e)[s]).toUpperCase();return-1!==n.indexOf(l)}),this.setState({_filteredTreeNodes:W(this.$createElement,r,e,u,i,Pt)})}},onSearchInputKeyDown:function(t){var e=this.$data,n=e._searchValue,r=e._valueList,i=t.keyCode;if(x["a"].BACKSPACE===i&&this.isMultiple()&&!n&&r.length){var a=r[r.length-1].value;this.onMultipleSelectorRemove(t,a)}},onChoiceAnimationLeave:function(){var t=this;g()((function(){t.forcePopupAlign()}))},setPopupRef:function(t){this.popup=t},setUncontrolledState:function(t){var e=!1,n={},r=Object(P["l"])(this);return Object.keys(t).forEach((function(i){i.slice(1)in r||(e=!0,n[i]=t[i])})),e&&this.setState(n),e},setOpenState:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.$props.dropdownVisibleChange;n&&!1===n(t,{documentClickClose:!t&&e})||this.setUncontrolledState({_open:t})},isMultiple:function(){var t=this.$props,e=t.multiple,n=t.treeCheckable;return!(!e&&!n)},isLabelInValue:function(){return B(this.$props)},isSearchValueControlled:function(){var t=Object(P["l"])(this),e=t.inputValue;return"searchValue"in t||"inputValue"in t&&null!==e},forcePopupAlign:function(){var t=this.selectTriggerRef.current;t&&t.forcePopupAlign()},delayForcePopupAlign:function(){var t=this;g()((function(){g()(t.forcePopupAlign)}))},triggerChange:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.$data,i=r._valueEntities,a=r._searchValue,o=r._selectorValueList,s=Object(P["l"])(this),l=s.disabled,u=s.treeCheckable,h=s.treeCheckStrictly;if(!l){var d=c()({preValue:o.map((function(t){var e=t.label,n=t.value;return{label:e,value:n}}))},n),p=X(e,s,i);if(!("value"in s)){var v={_missValueList:t,_valueList:e,_selectorValueList:p};a&&u&&!h&&(v._searchHalfCheckedKeys=et(e,i)),this.setState(v)}if(Object(P["k"])(this).change){var g=void 0;g=this.isMultiple()?[].concat(f()(t),f()(p)):p.slice(0,1);var m=null,y=void 0;this.isLabelInValue()?y=g.map((function(t){var e=t.label,n=t.value;return{label:e,value:n}})):(m=[],y=g.map((function(t){var e=t.label,n=t.value;return m.push(e),n}))),this.isMultiple()||(y=y[0]),this.__emit("change",y,m,d)}}},focus:function(){this.selectorRef.current.focus()},blur:function(){this.selectorRef.current.blur()}},render:function(){var t=arguments[0],e=this.$data,n=e._valueList,r=e._missValueList,i=e._selectorValueList,a=e._searchHalfCheckedKeys,o=e._valueEntities,s=e._keyEntities,l=e._searchValue,h=e._open,d=e._focused,p=e._treeNodes,v=e._filteredTreeNodes,g=Object(P["l"])(this),m=g.prefixCls,y=g.treeExpandedKeys,b=this.isMultiple(),_={props:c()({},g,{isMultiple:b,valueList:n,searchHalfCheckedKeys:a,selectorValueList:[].concat(f()(r),f()(i)),valueEntities:o,keyEntities:s,searchValue:l,upperSearchValue:(l||"").toUpperCase(),open:h,focused:d,dropdownPrefixCls:m+"-dropdown",ariaId:this.ariaId}),on:c()({},Object(P["k"])(this),{choiceAnimationLeave:this.onChoiceAnimationLeave}),scopedSlots:this.$scopedSlots},x=Object(P["x"])(_,{props:{treeNodes:p,filteredTreeNodes:v,treeExpandedKeys:y,__propsSymbol__:Symbol()},on:{treeExpanded:this.delayForcePopupAlign},directives:[{name:"ant-ref",value:this.setPopupRef}]}),w=b?At:Et,k=t(w,x),C=b?kt:pt,S=t(C,u()([_,{directives:[{name:"ant-ref",value:this.selectorRef}]}])),T=Object(P["x"])(_,{props:{popupElement:k,dropdownVisibleChange:this.onDropdownVisibleChange},directives:[{name:"ant-ref",value:this.selectTriggerRef}]});return t(st,T,[S])}};It.TreeNode=Pt,It.SHOW_ALL=M,It.SHOW_PARENT=E,It.SHOW_CHILD=A,It.name="TreeSelect";var jt=It,zt=Pt,Dt=jt,Nt=n("2b0e"),Rt=n("46cf"),Vt=n.n(Rt);Nt["c"].use(Vt.a,{name:"ant-ref"});var Ft=Dt,Ht=n("9839"),Bt=(_["a"].shape({key:_["a"].string,value:_["a"].string,label:_["a"].any,scopedSlots:_["a"].object,children:_["a"].array}).loose,function(){return c()({},Object(Ht["a"])(),{autoFocus:_["a"].bool,dropdownStyle:_["a"].object,filterTreeNode:_["a"].oneOfType([Function,Boolean]),getPopupContainer:_["a"].func,labelInValue:_["a"].bool,loadData:_["a"].func,maxTagCount:_["a"].number,maxTagPlaceholder:_["a"].any,value:_["a"].oneOfType([_["a"].string,_["a"].object,_["a"].array,_["a"].number]),defaultValue:_["a"].oneOfType([_["a"].string,_["a"].object,_["a"].array,_["a"].number]),multiple:_["a"].bool,notFoundContent:_["a"].any,searchPlaceholder:_["a"].string,searchValue:_["a"].string,showCheckedStrategy:_["a"].oneOf(["SHOW_ALL","SHOW_PARENT","SHOW_CHILD"]),suffixIcon:_["a"].any,treeCheckable:_["a"].oneOfType([_["a"].any,_["a"].bool]),treeCheckStrictly:_["a"].bool,treeData:_["a"].arrayOf(Object),treeDataSimpleMode:_["a"].oneOfType([Boolean,Object]),dropdownClassName:_["a"].string,dropdownMatchSelectWidth:_["a"].bool,treeDefaultExpandAll:_["a"].bool,treeExpandedKeys:_["a"].array,treeIcon:_["a"].bool,treeDefaultExpandedKeys:_["a"].array,treeNodeFilterProp:_["a"].string,treeNodeLabelProp:_["a"].string,replaceFields:_["a"].object.def({})})}),Ut=n("6a21"),$t=n("9cba"),qt=n("db14"),Wt=n("0c63"),Yt={TreeNode:c()({},zt,{name:"ATreeSelectNode"}),SHOW_ALL:M,SHOW_PARENT:E,SHOW_CHILD:A,name:"ATreeSelect",props:Object(P["t"])(Bt(),{transitionName:"slide-up",choiceTransitionName:"zoom",showSearch:!1}),model:{prop:"value",event:"change"},inject:{configProvider:{default:function(){return $t["a"]}}},created:function(){Object(Ut["a"])(!1!==this.multiple||!this.treeCheckable,"TreeSelect","`multiple` will alway be `true` when `treeCheckable` is true")},methods:{focus:function(){this.$refs.vcTreeSelect.focus()},blur:function(){this.$refs.vcTreeSelect.blur()},renderSwitcherIcon:function(t,e){var n=e.isLeaf,r=e.loading,i=this.$createElement;return r?i(Wt["a"],{attrs:{type:"loading"},class:t+"-switcher-loading-icon"}):n?null:i(Wt["a"],{attrs:{type:"caret-down"},class:t+"-switcher-icon"})},onChange:function(){this.$emit.apply(this,["change"].concat(Array.prototype.slice.call(arguments)))},updateTreeData:function(t){var e=this,n=this.$scopedSlots,r={children:"children",title:"title",key:"key",label:"label",value:"value"},i=c()({},r,this.$props.replaceFields);return t.map((function(t){var r=t.scopedSlots,a=void 0===r?{}:r,o=t[i.label],s=t[i.title],l=t[i.value],u=t[i.key],h=t[i.children],f="function"===typeof o?o(e.$createElement):o,d="function"===typeof s?s(e.$createElement):s;!f&&a.label&&n[a.label]&&(f=n[a.label](t)),!d&&a.title&&n[a.title]&&(d=n[a.title](t));var p=c()({},t,{title:d||f,value:l,dataRef:t,key:u});return h?c()({},p,{children:e.updateTreeData(h)}):p}))}},render:function(t){var e,n=this,r=Object(P["l"])(this),a=r.prefixCls,s=r.size,l=r.dropdownStyle,u=r.dropdownClassName,h=r.getPopupContainer,f=o()(r,["prefixCls","size","dropdownStyle","dropdownClassName","getPopupContainer"]),d=this.configProvider.getPrefixCls,p=d("select",a),v=this.configProvider.renderEmpty,g=Object(P["g"])(this,"notFoundContent"),m=Object(P["g"])(this,"removeIcon"),y=Object(P["g"])(this,"clearIcon"),b=this.configProvider.getPopupContainer,_=Object(S["a"])(f,["inputIcon","removeIcon","clearIcon","switcherIcon","suffixIcon"]),x=Object(P["g"])(this,"suffixIcon");x=Array.isArray(x)?x[0]:x;var w=r.treeData;w&&(w=this.updateTreeData(w));var k=(e={},i()(e,p+"-lg","large"===s),i()(e,p+"-sm","small"===s),e),C=f.showSearch;"showSearch"in f||(C=!(!f.multiple&&!f.treeCheckable));var T=Object(P["g"])(this,"treeCheckable");T&&(T=t("span",{class:p+"-tree-checkbox-inner"}));var O=x||t(Wt["a"],{attrs:{type:"down"},class:p+"-arrow-icon"}),M=m||t(Wt["a"],{attrs:{type:"close"},class:p+"-remove-icon"}),E=y||t(Wt["a"],{attrs:{type:"close-circle",theme:"filled"},class:p+"-clear-icon"}),A={props:c()(c()({switcherIcon:function(t){return n.renderSwitcherIcon(p,t)},inputIcon:O,removeIcon:M,clearIcon:E},_,{showSearch:C,getPopupContainer:h||b,dropdownClassName:it()(u,p+"-tree-dropdown"),prefixCls:p,dropdownStyle:c()({maxHeight:"100vh",overflow:"auto"},l),treeCheckable:T,notFoundContent:g||v(t,"Select"),__propsSymbol__:Symbol()}),w?{treeData:w}:{}),class:k,on:c()({},Object(P["k"])(this),{change:this.onChange}),ref:"vcTreeSelect",scopedSlots:this.$scopedSlots};return t(Ft,A,[Object(P["c"])(this.$slots["default"])])},install:function(t){t.use(qt["a"]),t.component(Yt.name,Yt),t.component(Yt.TreeNode.name,Yt.TreeNode)}};e["a"]=Yt},"7c64":function(t,e,n){var r=n("e24b"),i=n("5e2e"),a=n("79bc");function o(){this.size=0,this.__data__={hash:new r,map:new(a||i),string:new r}}t.exports=o},"7c73":function(t,e,n){"use strict";var r,i=n("825a"),a=n("37e8"),o=n("7839"),s=n("d012"),c=n("1be4"),l=n("cc12"),u=n("f772"),h=">",f="<",d="prototype",p="script",v=u("IE_PROTO"),g=function(){},m=function(t){return f+p+h+t+f+"/"+p+h},y=function(t){t.write(m("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=l("iframe"),n="java"+p+":";return e.style.display="none",c.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(m("document.F=Object")),t.close(),t.F},_=function(){try{r=new ActiveXObject("htmlfile")}catch(e){}_="undefined"!=typeof document?document.domain&&r?y(r):b():y(r);var t=o.length;while(t--)delete _[d][o[t]];return _()};s[v]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(g[d]=i(t),n=new g,g[d]=null,n[v]=t):n=_(),void 0===e?n:a.f(n,e)}},"7d1c":function(t,e,n){"use strict";t.exports=n("1d31")},"7d1f":function(t,e,n){var r=n("087d"),i=n("6747");function a(t,e,n){var a=e(t);return i(t)?a:r(a,n(t))}t.exports=a},"7d42":function(t,e,n){n("658f"),n("0b99"),t.exports=n("b1b3")},"7d8a":function(t,e,n){},"7db0":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").find,a=n("44d2"),o="find",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),a(o)},"7e12":function(t,e,n){"use strict";var r=n("da84"),i=n("d039"),a=n("e330"),o=n("577e"),s=n("58a8").trim,c=n("5899"),l=a("".charAt),u=r.parseFloat,h=r.Symbol,f=h&&h.iterator,d=1/u(c+"-0")!==-1/0||f&&!i((function(){u(Object(f))}));t.exports=d?function(t){var e=s(o(t)),n=u(e);return 0===n&&"-"===l(e,0)?-0:n}:u},"7e64":function(t,e,n){var r=n("5e2e"),i=n("efb6"),a=n("2fcc"),o=n("802a"),s=n("55a3"),c=n("d02c");function l(t){var e=this.__data__=new r(t);this.size=e.size}l.prototype.clear=i,l.prototype["delete"]=a,l.prototype.get=o,l.prototype.has=s,l.prototype.set=c,t.exports=l},"7e79":function(t,e,n){!function(e,n){t.exports=n()}(window,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=6)}([function(t,e,n){var r=n(2);"string"==typeof r&&(r=[[t.i,r,""]]);var i={hmr:!0,transform:void 0,insertInto:void 0};n(4)(r,i),r.locals&&(t.exports=r.locals)},function(t,e,n){"use strict";var r=n(0);n.n(r).a},function(t,e,n){(t.exports=n(3)(!1)).push([t.i,'\n.vue-cropper[data-v-6dae58fd] {\n  position: relative;\n  width: 100%;\n  height: 100%;\n  box-sizing: border-box;\n  user-select: none;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  direction: ltr;\n  touch-action: none;\n  text-align: left;\n  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");\n}\n.cropper-box[data-v-6dae58fd],\n.cropper-box-canvas[data-v-6dae58fd],\n.cropper-drag-box[data-v-6dae58fd],\n.cropper-crop-box[data-v-6dae58fd],\n.cropper-face[data-v-6dae58fd] {\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  user-select: none;\n}\n.cropper-box-canvas img[data-v-6dae58fd] {\n  position: relative;\n  text-align: left;\n  user-select: none;\n  transform: none;\n  max-width: none;\n  max-height: none;\n}\n.cropper-box[data-v-6dae58fd] {\n  overflow: hidden;\n}\n.cropper-move[data-v-6dae58fd] {\n  cursor: move;\n}\n.cropper-crop[data-v-6dae58fd] {\n  cursor: crosshair;\n}\n.cropper-modal[data-v-6dae58fd] {\n  background: rgba(0, 0, 0, 0.5);\n}\n.cropper-crop-box[data-v-6dae58fd] {\n  /*border: 2px solid #39f;*/\n}\n.cropper-view-box[data-v-6dae58fd] {\n  display: block;\n  overflow: hidden;\n  width: 100%;\n  height: 100%;\n  outline: 1px solid #39f;\n  outline-color: rgba(51, 153, 255, 0.75);\n  user-select: none;\n}\n.cropper-view-box img[data-v-6dae58fd] {\n  user-select: none;\n  text-align: left;\n  max-width: none;\n  max-height: none;\n}\n.cropper-face[data-v-6dae58fd] {\n  top: 0;\n  left: 0;\n  background-color: #fff;\n  opacity: 0.1;\n}\n.crop-info[data-v-6dae58fd] {\n  position: absolute;\n  left: 0px;\n  min-width: 65px;\n  text-align: center;\n  color: white;\n  line-height: 20px;\n  background-color: rgba(0, 0, 0, 0.8);\n  font-size: 12px;\n}\n.crop-line[data-v-6dae58fd] {\n  position: absolute;\n  display: block;\n  width: 100%;\n  height: 100%;\n  opacity: 0.1;\n}\n.line-w[data-v-6dae58fd] {\n  top: -3px;\n  left: 0;\n  height: 5px;\n  cursor: n-resize;\n}\n.line-a[data-v-6dae58fd] {\n  top: 0;\n  left: -3px;\n  width: 5px;\n  cursor: w-resize;\n}\n.line-s[data-v-6dae58fd] {\n  bottom: -3px;\n  left: 0;\n  height: 5px;\n  cursor: s-resize;\n}\n.line-d[data-v-6dae58fd] {\n  top: 0;\n  right: -3px;\n  width: 5px;\n  cursor: e-resize;\n}\n.crop-point[data-v-6dae58fd] {\n  position: absolute;\n  width: 8px;\n  height: 8px;\n  opacity: 0.75;\n  background-color: #39f;\n  border-radius: 100%;\n}\n.point1[data-v-6dae58fd] {\n  top: -4px;\n  left: -4px;\n  cursor: nw-resize;\n}\n.point2[data-v-6dae58fd] {\n  top: -5px;\n  left: 50%;\n  margin-left: -3px;\n  cursor: n-resize;\n}\n.point3[data-v-6dae58fd] {\n  top: -4px;\n  right: -4px;\n  cursor: ne-resize;\n}\n.point4[data-v-6dae58fd] {\n  top: 50%;\n  left: -4px;\n  margin-top: -3px;\n  cursor: w-resize;\n}\n.point5[data-v-6dae58fd] {\n  top: 50%;\n  right: -4px;\n  margin-top: -3px;\n  cursor: e-resize;\n}\n.point6[data-v-6dae58fd] {\n  bottom: -5px;\n  left: -4px;\n  cursor: sw-resize;\n}\n.point7[data-v-6dae58fd] {\n  bottom: -5px;\n  left: 50%;\n  margin-left: -3px;\n  cursor: s-resize;\n}\n.point8[data-v-6dae58fd] {\n  bottom: -5px;\n  right: -4px;\n  cursor: se-resize;\n}\n@media screen and (max-width: 500px) {\n.crop-point[data-v-6dae58fd] {\n    position: absolute;\n    width: 20px;\n    height: 20px;\n    opacity: 0.45;\n    background-color: #39f;\n    border-radius: 100%;\n}\n.point1[data-v-6dae58fd] {\n    top: -10px;\n    left: -10px;\n}\n.point2[data-v-6dae58fd],\n  .point4[data-v-6dae58fd],\n  .point5[data-v-6dae58fd],\n  .point7[data-v-6dae58fd] {\n    display: none;\n}\n.point3[data-v-6dae58fd] {\n    top: -10px;\n    right: -10px;\n}\n.point4[data-v-6dae58fd] {\n    top: 0;\n    left: 0;\n}\n.point6[data-v-6dae58fd] {\n    bottom: -10px;\n    left: -10px;\n}\n.point8[data-v-6dae58fd] {\n    bottom: -10px;\n    right: -10px;\n}\n}\n',""])},function(t,e){t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var i=function(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}(r),a=r.sources.map((function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"}));return[n].concat(a).concat([i]).join("\n")}return[n].join("\n")}(e,t);return e[2]?"@media "+e[2]+"{"+n+"}":n})).join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},i=0;i<this.length;i++){var a=this[i][0];"number"==typeof a&&(r[a]=!0)}for(i=0;i<t.length;i++){var o=t[i];"number"==typeof o[0]&&r[o[0]]||(n&&!o[2]?o[2]=n:n&&(o[2]="("+o[2]+") and ("+n+")"),e.push(o))}},e}},function(t,e,n){var r={},i=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}}((function(){return window&&document&&document.all&&!window.atob})),a=function(t){var e={};return function(t,n){if("function"==typeof t)return t();if(void 0===e[t]){var r=function(t,e){return e?e.querySelector(t):document.querySelector(t)}.call(this,t,n);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}e[t]=r}return e[t]}}(),o=null,s=0,c=[],l=n(5);function u(t,e){for(var n=0;n<t.length;n++){var i=t[n],a=r[i.id];if(a){a.refs++;for(var o=0;o<a.parts.length;o++)a.parts[o](i.parts[o]);for(;o<i.parts.length;o++)a.parts.push(g(i.parts[o],e))}else{var s=[];for(o=0;o<i.parts.length;o++)s.push(g(i.parts[o],e));r[i.id]={id:i.id,refs:1,parts:s}}}}function h(t,e){for(var n=[],r={},i=0;i<t.length;i++){var a=t[i],o=e.base?a[0]+e.base:a[0],s={css:a[1],media:a[2],sourceMap:a[3]};r[o]?r[o].parts.push(s):n.push(r[o]={id:o,parts:[s]})}return n}function f(t,e){var n=a(t.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var r=c[c.length-1];if("top"===t.insertAt)r?r.nextSibling?n.insertBefore(e,r.nextSibling):n.appendChild(e):n.insertBefore(e,n.firstChild),c.push(e);else if("bottom"===t.insertAt)n.appendChild(e);else{if("object"!=typeof t.insertAt||!t.insertAt.before)throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");var i=a(t.insertAt.before,n);n.insertBefore(e,i)}}function d(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var e=c.indexOf(t);e>=0&&c.splice(e,1)}function p(t){var e=document.createElement("style");if(void 0===t.attrs.type&&(t.attrs.type="text/css"),void 0===t.attrs.nonce){var r=function(){return n.nc}();r&&(t.attrs.nonce=r)}return v(e,t.attrs),f(t,e),e}function v(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}function g(t,e){var n,r,i,a;if(e.transform&&t.css){if(!(a="function"==typeof e.transform?e.transform(t.css):e.transform.default(t.css)))return function(){};t.css=a}if(e.singleton){var c=s++;n=o||(o=p(e)),r=y.bind(null,n,c,!1),i=y.bind(null,n,c,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(t){var e=document.createElement("link");return void 0===t.attrs.type&&(t.attrs.type="text/css"),t.attrs.rel="stylesheet",v(e,t.attrs),f(t,e),e}(e),r=function(t,e,n){var r=n.css,i=n.sourceMap,a=void 0===e.convertToAbsoluteUrls&&i;(e.convertToAbsoluteUrls||a)&&(r=l(r)),i&&(r+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(i))))+" */");var o=new Blob([r],{type:"text/css"}),s=t.href;t.href=URL.createObjectURL(o),s&&URL.revokeObjectURL(s)}.bind(null,n,e),i=function(){d(n),n.href&&URL.revokeObjectURL(n.href)}):(n=p(e),r=function(t,e){var n=e.css,r=e.media;if(r&&t.setAttribute("media",r),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}.bind(null,n),i=function(){d(n)});return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else i()}}t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(e=e||{}).attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||"boolean"==typeof e.singleton||(e.singleton=i()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var n=h(t,e);return u(n,e),function(t){for(var i=[],a=0;a<n.length;a++){var o=n[a];(s=r[o.id]).refs--,i.push(s)}for(t&&u(h(t,e),e),a=0;a<i.length;a++){var s;if(0===(s=i[a]).refs){for(var c=0;c<s.parts.length;c++)s.parts[c]();delete r[s.id]}}}};var m=function(){var t=[];return function(e,n){return t[e]=n,t.filter(Boolean).join("\n")}}();function y(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=m(e,i);else{var a=document.createTextNode(i),o=t.childNodes;o[e]&&t.removeChild(o[e]),o.length?t.insertBefore(a,o[e]):t.appendChild(a)}}},function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var n=e.protocol+"//"+e.host,r=n+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,(function(t,e){var i,a=e.trim().replace(/^"(.*)"$/,(function(t,e){return e})).replace(/^'(.*)'$/,(function(t,e){return e}));return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(a)?t:(i=0===a.indexOf("//")?a:0===a.indexOf("/")?n+a:r+a.replace(/^\.\//,""),"url("+JSON.stringify(i)+")")}))}},function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"cropper",staticClass:"vue-cropper",on:{mouseover:t.scaleImg,mouseout:t.cancelScale}},[n("div",{staticClass:"cropper-box"},[n("div",{directives:[{name:"show",rawName:"v-show",value:!t.loading,expression:"!loading"}],staticClass:"cropper-box-canvas",style:{width:t.trueWidth+"px",height:t.trueHeight+"px",transform:"scale("+t.scale+","+t.scale+") translate3d("+t.x/t.scale+"px,"+t.y/t.scale+"px,0)rotateZ("+90*t.rotate+"deg)"}},[n("img",{ref:"cropperImg",attrs:{src:t.imgs,alt:"cropper-img"}})])]),t._v(" "),n("div",{staticClass:"cropper-drag-box",class:{"cropper-move":t.move&&!t.crop,"cropper-crop":t.crop,"cropper-modal":t.cropping},on:{mousedown:t.startMove,touchstart:t.startMove}}),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.cropping,expression:"cropping"}],staticClass:"cropper-crop-box",style:{width:t.cropW+"px",height:t.cropH+"px",transform:"translate3d("+t.cropOffsertX+"px,"+t.cropOffsertY+"px,0)"}},[n("span",{staticClass:"cropper-view-box"},[n("img",{style:{width:t.trueWidth+"px",height:t.trueHeight+"px",transform:"scale("+t.scale+","+t.scale+") translate3d("+(t.x-t.cropOffsertX)/t.scale+"px,"+(t.y-t.cropOffsertY)/t.scale+"px,0)rotateZ("+90*t.rotate+"deg)"},attrs:{src:t.imgs,alt:"cropper-img"}})]),t._v(" "),n("span",{staticClass:"cropper-face cropper-move",on:{mousedown:t.cropMove,touchstart:t.cropMove}}),t._v(" "),t.info?n("span",{staticClass:"crop-info",style:{top:t.cropInfo.top}},[t._v(t._s(this.cropInfo.width)+" × "+t._s(this.cropInfo.height))]):t._e(),t._v(" "),t.fixedBox?t._e():n("span",[n("span",{staticClass:"crop-line line-w",on:{mousedown:function(e){t.changeCropSize(e,!1,!0,0,1)},touchstart:function(e){t.changeCropSize(e,!1,!0,0,1)}}}),t._v(" "),n("span",{staticClass:"crop-line line-a",on:{mousedown:function(e){t.changeCropSize(e,!0,!1,1,0)},touchstart:function(e){t.changeCropSize(e,!0,!1,1,0)}}}),t._v(" "),n("span",{staticClass:"crop-line line-s",on:{mousedown:function(e){t.changeCropSize(e,!1,!0,0,2)},touchstart:function(e){t.changeCropSize(e,!1,!0,0,2)}}}),t._v(" "),n("span",{staticClass:"crop-line line-d",on:{mousedown:function(e){t.changeCropSize(e,!0,!1,2,0)},touchstart:function(e){t.changeCropSize(e,!0,!1,2,0)}}}),t._v(" "),n("span",{staticClass:"crop-point point1",on:{mousedown:function(e){t.changeCropSize(e,!0,!0,1,1)},touchstart:function(e){t.changeCropSize(e,!0,!0,1,1)}}}),t._v(" "),n("span",{staticClass:"crop-point point2",on:{mousedown:function(e){t.changeCropSize(e,!1,!0,0,1)},touchstart:function(e){t.changeCropSize(e,!1,!0,0,1)}}}),t._v(" "),n("span",{staticClass:"crop-point point3",on:{mousedown:function(e){t.changeCropSize(e,!0,!0,2,1)},touchstart:function(e){t.changeCropSize(e,!0,!0,2,1)}}}),t._v(" "),n("span",{staticClass:"crop-point point4",on:{mousedown:function(e){t.changeCropSize(e,!0,!1,1,0)},touchstart:function(e){t.changeCropSize(e,!0,!1,1,0)}}}),t._v(" "),n("span",{staticClass:"crop-point point5",on:{mousedown:function(e){t.changeCropSize(e,!0,!1,2,0)},touchstart:function(e){t.changeCropSize(e,!0,!1,2,0)}}}),t._v(" "),n("span",{staticClass:"crop-point point6",on:{mousedown:function(e){t.changeCropSize(e,!0,!0,1,2)},touchstart:function(e){t.changeCropSize(e,!0,!0,1,2)}}}),t._v(" "),n("span",{staticClass:"crop-point point7",on:{mousedown:function(e){t.changeCropSize(e,!1,!0,0,2)},touchstart:function(e){t.changeCropSize(e,!1,!0,0,2)}}}),t._v(" "),n("span",{staticClass:"crop-point point8",on:{mousedown:function(e){t.changeCropSize(e,!0,!0,2,2)},touchstart:function(e){t.changeCropSize(e,!0,!0,2,2)}}})])])])};r._withStripped=!0;var i={getData:function(t){return new Promise((function(e,n){var r={};(function(t){var e=null;return new Promise((function(n,r){if(t.src)if(/^data\:/i.test(t.src))e=function(t){t=t.replace(/^data\:([^\;]+)\;base64,/gim,"");for(var e=atob(t),n=e.length,r=new ArrayBuffer(n),i=new Uint8Array(r),a=0;a<n;a++)i[a]=e.charCodeAt(a);return r}(t.src),n(e);else if(/^blob\:/i.test(t.src)){var i=new FileReader;i.onload=function(t){e=t.target.result,n(e)},function(t,e){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="blob",n.onload=function(t){200!=this.status&&0!==this.status||e(this.response)},n.send()}(t.src,(function(t){i.readAsArrayBuffer(t)}))}else{var a=new XMLHttpRequest;a.onload=function(){if(200!=this.status&&0!==this.status)throw"Could not load image";e=a.response,n(e),a=null},a.open("GET",t.src,!0),a.responseType="arraybuffer",a.send(null)}else r("img error")}))})(t).then((function(t){r.arrayBuffer=t,r.orientation=function(t){var e,n,r,i,a,o,s,c,l,u=new DataView(t),h=u.byteLength;if(255===u.getUint8(0)&&216===u.getUint8(1))for(c=2;c<h;){if(255===u.getUint8(c)&&225===u.getUint8(c+1)){o=c;break}c++}if(o&&(n=o+10,"Exif"===function(t,e,n){var r,i="";for(r=e,n+=e;r<n;r++)i+=String.fromCharCode(t.getUint8(r));return i}(u,o+4,4)&&(a=u.getUint16(n),((i=18761===a)||19789===a)&&42===u.getUint16(n+2,i)&&(r=u.getUint32(n+4,i))>=8&&(s=n+r))),s)for(h=u.getUint16(s,i),l=0;l<h;l++)if(c=s+12*l+2,274===u.getUint16(c,i)){c+=8,e=u.getUint16(c,i);break}return e}(t),e(r)})).catch((function(t){n(t)}))}))}},a=i,o={data:function(){return{w:0,h:0,scale:1,x:0,y:0,loading:!0,trueWidth:0,trueHeight:0,move:!0,moveX:0,moveY:0,crop:!1,cropping:!1,cropW:0,cropH:0,cropOldW:0,cropOldH:0,canChangeX:!1,canChangeY:!1,changeCropTypeX:1,changeCropTypeY:1,cropX:0,cropY:0,cropChangeX:0,cropChangeY:0,cropOffsertX:0,cropOffsertY:0,support:"",touches:[],touchNow:!1,rotate:0,isIos:!1,orientation:0,imgs:"",coe:.2,scaling:!1,scalingSet:"",coeStatus:"",isCanShow:!0}},props:{img:{type:[String,Blob,null,File],default:""},outputSize:{type:Number,default:1},outputType:{type:String,default:"jpeg"},info:{type:Boolean,default:!0},canScale:{type:Boolean,default:!0},autoCrop:{type:Boolean,default:!1},autoCropWidth:{type:[Number,String],default:0},autoCropHeight:{type:[Number,String],default:0},fixed:{type:Boolean,default:!1},fixedNumber:{type:Array,default:function(){return[1,1]}},fixedBox:{type:Boolean,default:!1},full:{type:Boolean,default:!1},canMove:{type:Boolean,default:!0},canMoveBox:{type:Boolean,default:!0},original:{type:Boolean,default:!1},centerBox:{type:Boolean,default:!1},high:{type:Boolean,default:!0},infoTrue:{type:Boolean,default:!1},maxImgSize:{type:Number,default:2e3},enlarge:{type:[Number,String],default:1},preW:{type:[Number,String],default:0},mode:{type:String,default:"contain"}},computed:{cropInfo:function(){var t={};if(t.top=this.cropOffsertY>21?"-21px":"0px",t.width=this.cropW>0?this.cropW:0,t.height=this.cropH>0?this.cropH:0,this.infoTrue){var e=1;this.high&&!this.full&&(e=window.devicePixelRatio),1!==this.enlarge&!this.full&&(e=Math.abs(Number(this.enlarge))),t.width=t.width*e,t.height=t.height*e,this.full&&(t.width=t.width/this.scale,t.height=t.height/this.scale)}return t.width=t.width.toFixed(0),t.height=t.height.toFixed(0),t},isIE:function(){var t=navigator.userAgent,e=t.indexOf("compatible")>-1&&t.indexOf("MSIE")>-1;return e}},watch:{img:function(){this.checkedImg()},imgs:function(t){""!==t&&this.reload()},cropW:function(){this.showPreview()},cropH:function(){this.showPreview()},cropOffsertX:function(){this.showPreview()},cropOffsertY:function(){this.showPreview()},scale:function(t,e){this.showPreview()},x:function(){this.showPreview()},y:function(){this.showPreview()},autoCrop:function(t){t&&this.goAutoCrop()},autoCropWidth:function(){this.autoCrop&&this.goAutoCrop()},autoCropHeight:function(){this.autoCrop&&this.goAutoCrop()},mode:function(){this.checkedImg()},rotate:function(){this.showPreview(),(this.autoCrop||this.cropW>0||this.cropH>0)&&this.goAutoCrop(this.cropW,this.cropH)}},methods:{checkOrientationImage:function(t,e,n,r){var i=this,a=document.createElement("canvas"),o=a.getContext("2d");switch(o.save(),e){case 2:a.width=n,a.height=r,o.translate(n,0),o.scale(-1,1);break;case 3:a.width=n,a.height=r,o.translate(n/2,r/2),o.rotate(180*Math.PI/180),o.translate(-n/2,-r/2);break;case 4:a.width=n,a.height=r,o.translate(0,r),o.scale(1,-1);break;case 5:a.height=n,a.width=r,o.rotate(.5*Math.PI),o.scale(1,-1);break;case 6:a.width=r,a.height=n,o.translate(r/2,n/2),o.rotate(90*Math.PI/180),o.translate(-n/2,-r/2);break;case 7:a.height=n,a.width=r,o.rotate(.5*Math.PI),o.translate(n,-r),o.scale(-1,1);break;case 8:a.height=n,a.width=r,o.translate(r/2,n/2),o.rotate(-90*Math.PI/180),o.translate(-n/2,-r/2);break;default:a.width=n,a.height=r}o.drawImage(t,0,0,n,r),o.restore(),a.toBlob((function(t){var e=URL.createObjectURL(t);i.imgs=e}),"image/"+this.outputType,1)},checkedImg:function(){var t=this;if(""!==this.img){this.loading=!0,this.scale=1,this.rotate=0,this.clearCrop();var e=new Image;if(e.onload=function(){if(""===t.img)return t.$emit("imgLoad","error"),t.$emit("img-load","error"),!1;var n=e.width,r=e.height;a.getData(e).then((function(i){t.orientation=i.orientation||1;var a=t.maxImgSize;!t.orientation&&n<a&r<a?t.imgs=t.img:(n>a&&(r=r/n*a,n=a),r>a&&(n=n/r*a,r=a),t.checkOrientationImage(e,t.orientation,n,r))}))},e.onerror=function(){t.$emit("imgLoad","error"),t.$emit("img-load","error")},"data"!==this.img.substr(0,4)&&(e.crossOrigin=""),this.isIE){var n=new XMLHttpRequest;n.onload=function(){var t=URL.createObjectURL(this.response);e.src=t},n.open("GET",this.img,!0),n.responseType="blob",n.send()}else e.src=this.img}},startMove:function(t){if(t.preventDefault(),this.move&&!this.crop){if(!this.canMove)return!1;this.moveX=(t.clientX?t.clientX:t.touches[0].clientX)-this.x,this.moveY=(t.clientY?t.clientY:t.touches[0].clientY)-this.y,t.touches?(window.addEventListener("touchmove",this.moveImg),window.addEventListener("touchend",this.leaveImg),2==t.touches.length&&(this.touches=t.touches,window.addEventListener("touchmove",this.touchScale),window.addEventListener("touchend",this.cancelTouchScale))):(window.addEventListener("mousemove",this.moveImg),window.addEventListener("mouseup",this.leaveImg)),this.$emit("imgMoving",{moving:!0,axis:this.getImgAxis()}),this.$emit("img-moving",{moving:!0,axis:this.getImgAxis()})}else this.cropping=!0,window.addEventListener("mousemove",this.createCrop),window.addEventListener("mouseup",this.endCrop),window.addEventListener("touchmove",this.createCrop),window.addEventListener("touchend",this.endCrop),this.cropOffsertX=t.offsetX?t.offsetX:t.touches[0].pageX-this.$refs.cropper.offsetLeft,this.cropOffsertY=t.offsetY?t.offsetY:t.touches[0].pageY-this.$refs.cropper.offsetTop,this.cropX=t.clientX?t.clientX:t.touches[0].clientX,this.cropY=t.clientY?t.clientY:t.touches[0].clientY,this.cropChangeX=this.cropOffsertX,this.cropChangeY=this.cropOffsertY,this.cropW=0,this.cropH=0},touchScale:function(t){var e=this;t.preventDefault();var n=this.scale,r=this.touches[0].clientX,i=this.touches[0].clientY,a=t.touches[0].clientX,o=t.touches[0].clientY,s=this.touches[1].clientX,c=this.touches[1].clientY,l=t.touches[1].clientX,u=t.touches[1].clientY,h=Math.sqrt(Math.pow(r-s,2)+Math.pow(i-c,2)),f=Math.sqrt(Math.pow(a-l,2)+Math.pow(o-u,2))-h,d=1,p=(d=(d=d/this.trueWidth>d/this.trueHeight?d/this.trueHeight:d/this.trueWidth)>.1?.1:d)*f;if(!this.touchNow){if(this.touchNow=!0,f>0?n+=Math.abs(p):f<0&&n>Math.abs(p)&&(n-=Math.abs(p)),this.touches=t.touches,setTimeout((function(){e.touchNow=!1}),8),!this.checkoutImgAxis(this.x,this.y,n))return!1;this.scale=n}},cancelTouchScale:function(t){window.removeEventListener("touchmove",this.touchScale)},moveImg:function(t){var e=this;if(t.preventDefault(),t.touches&&2===t.touches.length)return this.touches=t.touches,window.addEventListener("touchmove",this.touchScale),window.addEventListener("touchend",this.cancelTouchScale),window.removeEventListener("touchmove",this.moveImg),!1;var n,r,i=t.clientX?t.clientX:t.touches[0].clientX,a=t.clientY?t.clientY:t.touches[0].clientY;n=i-this.moveX,r=a-this.moveY,this.$nextTick((function(){if(e.centerBox){var t,i,a,o,s=e.getImgAxis(n,r,e.scale),c=e.getCropAxis(),l=e.trueHeight*e.scale,u=e.trueWidth*e.scale;switch(e.rotate){case 1:case-1:case 3:case-3:t=e.cropOffsertX-e.trueWidth*(1-e.scale)/2+(l-u)/2,i=e.cropOffsertY-e.trueHeight*(1-e.scale)/2+(u-l)/2,a=t-l+e.cropW,o=i-u+e.cropH;break;default:t=e.cropOffsertX-e.trueWidth*(1-e.scale)/2,i=e.cropOffsertY-e.trueHeight*(1-e.scale)/2,a=t-u+e.cropW,o=i-l+e.cropH}s.x1>=c.x1&&(n=t),s.y1>=c.y1&&(r=i),s.x2<=c.x2&&(n=a),s.y2<=c.y2&&(r=o)}e.x=n,e.y=r,e.$emit("imgMoving",{moving:!0,axis:e.getImgAxis()}),e.$emit("img-moving",{moving:!0,axis:e.getImgAxis()})}))},leaveImg:function(t){window.removeEventListener("mousemove",this.moveImg),window.removeEventListener("touchmove",this.moveImg),window.removeEventListener("mouseup",this.leaveImg),window.removeEventListener("touchend",this.leaveImg),this.$emit("imgMoving",{moving:!1,axis:this.getImgAxis()}),this.$emit("img-moving",{moving:!1,axis:this.getImgAxis()})},scaleImg:function(){this.canScale&&window.addEventListener(this.support,this.changeSize,{passive:!1})},cancelScale:function(){this.canScale&&window.removeEventListener(this.support,this.changeSize)},changeSize:function(t){var e=this;t.preventDefault();var n=this.scale,r=t.deltaY||t.wheelDelta;r=navigator.userAgent.indexOf("Firefox")>0?30*r:r,this.isIE&&(r=-r);var i=this.coe,a=(i=i/this.trueWidth>i/this.trueHeight?i/this.trueHeight:i/this.trueWidth)*r;a<0?n+=Math.abs(a):n>Math.abs(a)&&(n-=Math.abs(a));var o=a<0?"add":"reduce";if(o!==this.coeStatus&&(this.coeStatus=o,this.coe=.2),this.scaling||(this.scalingSet=setTimeout((function(){e.scaling=!1,e.coe=e.coe+=.01}),50)),this.scaling=!0,!this.checkoutImgAxis(this.x,this.y,n))return!1;this.scale=n},changeScale:function(t){var e=this.scale;t=t||1;var n=20;if((t*=n=n/this.trueWidth>n/this.trueHeight?n/this.trueHeight:n/this.trueWidth)>0?e+=Math.abs(t):e>Math.abs(t)&&(e-=Math.abs(t)),!this.checkoutImgAxis(this.x,this.y,e))return!1;this.scale=e},createCrop:function(t){var e=this;t.preventDefault();var n=t.clientX?t.clientX:t.touches?t.touches[0].clientX:0,r=t.clientY?t.clientY:t.touches?t.touches[0].clientY:0;this.$nextTick((function(){var t=n-e.cropX,i=r-e.cropY;if(t>0?(e.cropW=t+e.cropChangeX>e.w?e.w-e.cropChangeX:t,e.cropOffsertX=e.cropChangeX):(e.cropW=e.w-e.cropChangeX+Math.abs(t)>e.w?e.cropChangeX:Math.abs(t),e.cropOffsertX=e.cropChangeX+t>0?e.cropChangeX+t:0),e.fixed){var a=e.cropW/e.fixedNumber[0]*e.fixedNumber[1];a+e.cropOffsertY>e.h?(e.cropH=e.h-e.cropOffsertY,e.cropW=e.cropH/e.fixedNumber[1]*e.fixedNumber[0],e.cropOffsertX=t>0?e.cropChangeX:e.cropChangeX-e.cropW):e.cropH=a,e.cropOffsertY=e.cropOffsertY}else i>0?(e.cropH=i+e.cropChangeY>e.h?e.h-e.cropChangeY:i,e.cropOffsertY=e.cropChangeY):(e.cropH=e.h-e.cropChangeY+Math.abs(i)>e.h?e.cropChangeY:Math.abs(i),e.cropOffsertY=e.cropChangeY+i>0?e.cropChangeY+i:0)}))},changeCropSize:function(t,e,n,r,i){t.preventDefault(),window.addEventListener("mousemove",this.changeCropNow),window.addEventListener("mouseup",this.changeCropEnd),window.addEventListener("touchmove",this.changeCropNow),window.addEventListener("touchend",this.changeCropEnd),this.canChangeX=e,this.canChangeY=n,this.changeCropTypeX=r,this.changeCropTypeY=i,this.cropX=t.clientX?t.clientX:t.touches[0].clientX,this.cropY=t.clientY?t.clientY:t.touches[0].clientY,this.cropOldW=this.cropW,this.cropOldH=this.cropH,this.cropChangeX=this.cropOffsertX,this.cropChangeY=this.cropOffsertY,this.fixed&&this.canChangeX&&this.canChangeY&&(this.canChangeY=0)},changeCropNow:function(t){var e=this;t.preventDefault();var n=t.clientX?t.clientX:t.touches?t.touches[0].clientX:0,r=t.clientY?t.clientY:t.touches?t.touches[0].clientY:0,i=this.w,a=this.h,o=0,s=0;if(this.centerBox){var c=this.getImgAxis(),l=c.x2,u=c.y2;o=c.x1>0?c.x1:0,s=c.y1>0?c.y1:0,i>l&&(i=l),a>u&&(a=u)}this.$nextTick((function(){var t=n-e.cropX,c=r-e.cropY;if(e.canChangeX&&(1===e.changeCropTypeX?e.cropOldW-t>0?(e.cropW=i-e.cropChangeX-t<=i-o?e.cropOldW-t:e.cropOldW+e.cropChangeX-o,e.cropOffsertX=i-e.cropChangeX-t<=i-o?e.cropChangeX+t:o):(e.cropW=Math.abs(t)+e.cropChangeX<=i?Math.abs(t)-e.cropOldW:i-e.cropOldW-e.cropChangeX,e.cropOffsertX=e.cropChangeX+e.cropOldW):2===e.changeCropTypeX&&(e.cropOldW+t>0?(e.cropW=e.cropOldW+t+e.cropOffsertX<=i?e.cropOldW+t:i-e.cropOffsertX,e.cropOffsertX=e.cropChangeX):(e.cropW=i-e.cropChangeX+Math.abs(t+e.cropOldW)<=i-o?Math.abs(t+e.cropOldW):e.cropChangeX-o,e.cropOffsertX=i-e.cropChangeX+Math.abs(t+e.cropOldW)<=i-o?e.cropChangeX-Math.abs(t+e.cropOldW):o))),e.canChangeY&&(1===e.changeCropTypeY?e.cropOldH-c>0?(e.cropH=a-e.cropChangeY-c<=a-s?e.cropOldH-c:e.cropOldH+e.cropChangeY-s,e.cropOffsertY=a-e.cropChangeY-c<=a-s?e.cropChangeY+c:s):(e.cropH=Math.abs(c)+e.cropChangeY<=a?Math.abs(c)-e.cropOldH:a-e.cropOldH-e.cropChangeY,e.cropOffsertY=e.cropChangeY+e.cropOldH):2===e.changeCropTypeY&&(e.cropOldH+c>0?(e.cropH=e.cropOldH+c+e.cropOffsertY<=a?e.cropOldH+c:a-e.cropOffsertY,e.cropOffsertY=e.cropChangeY):(e.cropH=a-e.cropChangeY+Math.abs(c+e.cropOldH)<=a-s?Math.abs(c+e.cropOldH):e.cropChangeY-s,e.cropOffsertY=a-e.cropChangeY+Math.abs(c+e.cropOldH)<=a-s?e.cropChangeY-Math.abs(c+e.cropOldH):s))),e.canChangeX&&e.fixed){var l=e.cropW/e.fixedNumber[0]*e.fixedNumber[1];l+e.cropOffsertY>a?(e.cropH=a-e.cropOffsertY,e.cropW=e.cropH/e.fixedNumber[1]*e.fixedNumber[0]):e.cropH=l}if(e.canChangeY&&e.fixed){var u=e.cropH/e.fixedNumber[1]*e.fixedNumber[0];u+e.cropOffsertX>i?(e.cropW=i-e.cropOffsertX,e.cropH=e.cropW/e.fixedNumber[0]*e.fixedNumber[1]):e.cropW=u}}))},changeCropEnd:function(t){window.removeEventListener("mousemove",this.changeCropNow),window.removeEventListener("mouseup",this.changeCropEnd),window.removeEventListener("touchmove",this.changeCropNow),window.removeEventListener("touchend",this.changeCropEnd)},endCrop:function(){0===this.cropW&&0===this.cropH&&(this.cropping=!1),window.removeEventListener("mousemove",this.createCrop),window.removeEventListener("mouseup",this.endCrop),window.removeEventListener("touchmove",this.createCrop),window.removeEventListener("touchend",this.endCrop)},startCrop:function(){this.crop=!0},stopCrop:function(){this.crop=!1},clearCrop:function(){this.cropping=!1,this.cropW=0,this.cropH=0},cropMove:function(t){if(t.preventDefault(),!this.canMoveBox)return this.crop=!1,this.startMove(t),!1;if(t.touches&&2===t.touches.length)return this.crop=!1,this.startMove(t),this.leaveCrop(),!1;window.addEventListener("mousemove",this.moveCrop),window.addEventListener("mouseup",this.leaveCrop),window.addEventListener("touchmove",this.moveCrop),window.addEventListener("touchend",this.leaveCrop);var e,n,r=t.clientX?t.clientX:t.touches[0].clientX,i=t.clientY?t.clientY:t.touches[0].clientY;e=r-this.cropOffsertX,n=i-this.cropOffsertY,this.cropX=e,this.cropY=n,this.$emit("cropMoving",{moving:!0,axis:this.getCropAxis()}),this.$emit("crop-moving",{moving:!0,axis:this.getCropAxis()})},moveCrop:function(t,e){var n=this,r=0,i=0;t&&(t.preventDefault(),r=t.clientX?t.clientX:t.touches[0].clientX,i=t.clientY?t.clientY:t.touches[0].clientY),this.$nextTick((function(){var t,a,o=r-n.cropX,s=i-n.cropY;if(e&&(o=n.cropOffsertX,s=n.cropOffsertY),t=o<=0?0:o+n.cropW>n.w?n.w-n.cropW:o,a=s<=0?0:s+n.cropH>n.h?n.h-n.cropH:s,n.centerBox){var c=n.getImgAxis();t<=c.x1&&(t=c.x1),t+n.cropW>c.x2&&(t=c.x2-n.cropW),a<=c.y1&&(a=c.y1),a+n.cropH>c.y2&&(a=c.y2-n.cropH)}n.cropOffsertX=t,n.cropOffsertY=a,n.$emit("cropMoving",{moving:!0,axis:n.getCropAxis()}),n.$emit("crop-moving",{moving:!0,axis:n.getCropAxis()})}))},getImgAxis:function(t,e,n){t=t||this.x,e=e||this.y,n=n||this.scale;var r={x1:0,x2:0,y1:0,y2:0},i=this.trueWidth*n,a=this.trueHeight*n;switch(this.rotate){case 0:r.x1=t+this.trueWidth*(1-n)/2,r.x2=r.x1+this.trueWidth*n,r.y1=e+this.trueHeight*(1-n)/2,r.y2=r.y1+this.trueHeight*n;break;case 1:case-1:case 3:case-3:r.x1=t+this.trueWidth*(1-n)/2+(i-a)/2,r.x2=r.x1+this.trueHeight*n,r.y1=e+this.trueHeight*(1-n)/2+(a-i)/2,r.y2=r.y1+this.trueWidth*n;break;default:r.x1=t+this.trueWidth*(1-n)/2,r.x2=r.x1+this.trueWidth*n,r.y1=e+this.trueHeight*(1-n)/2,r.y2=r.y1+this.trueHeight*n}return r},getCropAxis:function(){var t={x1:0,x2:0,y1:0,y2:0};return t.x1=this.cropOffsertX,t.x2=t.x1+this.cropW,t.y1=this.cropOffsertY,t.y2=t.y1+this.cropH,t},leaveCrop:function(t){window.removeEventListener("mousemove",this.moveCrop),window.removeEventListener("mouseup",this.leaveCrop),window.removeEventListener("touchmove",this.moveCrop),window.removeEventListener("touchend",this.leaveCrop),this.$emit("cropMoving",{moving:!1,axis:this.getCropAxis()}),this.$emit("crop-moving",{moving:!1,axis:this.getCropAxis()})},getCropChecked:function(t){var e=this,n=document.createElement("canvas"),r=new Image,i=this.rotate,a=this.trueWidth,o=this.trueHeight,s=this.cropOffsertX,c=this.cropOffsertY;function l(t,e){n.width=Math.round(t),n.height=Math.round(e)}r.onload=function(){if(0!==e.cropW){var u=n.getContext("2d"),h=1;e.high&!e.full&&(h=window.devicePixelRatio),1!==e.enlarge&!e.full&&(h=Math.abs(Number(e.enlarge)),console.log(h));var f=e.cropW*h,d=e.cropH*h,p=a*e.scale*h,v=o*e.scale*h,g=(e.x-s+e.trueWidth*(1-e.scale)/2)*h,m=(e.y-c+e.trueHeight*(1-e.scale)/2)*h;switch(l(f,d),u.save(),i){case 0:e.full?(l(f/e.scale,d/e.scale),u.drawImage(r,g/e.scale,m/e.scale,p/e.scale,v/e.scale)):u.drawImage(r,g,m,p,v);break;case 1:case-3:e.full?(l(f/e.scale,d/e.scale),g=g/e.scale+(p/e.scale-v/e.scale)/2,m=m/e.scale+(v/e.scale-p/e.scale)/2,u.rotate(90*i*Math.PI/180),u.drawImage(r,m,-g-v/e.scale,p/e.scale,v/e.scale)):(g+=(p-v)/2,m+=(v-p)/2,u.rotate(90*i*Math.PI/180),u.drawImage(r,m,-g-v,p,v));break;case 2:case-2:e.full?(l(f/e.scale,d/e.scale),u.rotate(90*i*Math.PI/180),g/=e.scale,m/=e.scale,u.drawImage(r,-g-p/e.scale,-m-v/e.scale,p/e.scale,v/e.scale)):(u.rotate(90*i*Math.PI/180),u.drawImage(r,-g-p,-m-v,p,v));break;case 3:case-1:e.full?(l(f/e.scale,d/e.scale),g=g/e.scale+(p/e.scale-v/e.scale)/2,m=m/e.scale+(v/e.scale-p/e.scale)/2,u.rotate(90*i*Math.PI/180),u.drawImage(r,-m-p/e.scale,g,p/e.scale,v/e.scale)):(g+=(p-v)/2,m+=(v-p)/2,u.rotate(90*i*Math.PI/180),u.drawImage(r,-m-p,g,p,v));break;default:e.full?(l(f/e.scale,d/e.scale),u.drawImage(r,g/e.scale,m/e.scale,p/e.scale,v/e.scale)):u.drawImage(r,g,m,p,v)}u.restore()}else{var y=a*e.scale,b=o*e.scale,_=n.getContext("2d");switch(_.save(),i){case 0:l(y,b),_.drawImage(r,0,0,y,b);break;case 1:case-3:l(b,y),_.rotate(90*i*Math.PI/180),_.drawImage(r,0,-b,y,b);break;case 2:case-2:l(y,b),_.rotate(90*i*Math.PI/180),_.drawImage(r,-y,-b,y,b);break;case 3:case-1:l(b,y),_.rotate(90*i*Math.PI/180),_.drawImage(r,-y,0,y,b);break;default:l(y,b),_.drawImage(r,0,0,y,b)}_.restore()}t(n)},"data"!==this.img.substr(0,4)&&(r.crossOrigin="Anonymous"),r.src=this.imgs},getCropData:function(t){var e=this;this.getCropChecked((function(n){t(n.toDataURL("image/"+e.outputType,e.outputSize))}))},getCropBlob:function(t){var e=this;this.getCropChecked((function(n){n.toBlob((function(e){return t(e)}),"image/"+e.outputType,e.outputSize)}))},showPreview:function(){var t=this;if(!this.isCanShow)return!1;this.isCanShow=!1,setTimeout((function(){t.isCanShow=!0}),16);var e=this.cropW,n=this.cropH,r=this.scale,i={};i.div={width:"".concat(e,"px"),height:"".concat(n,"px")};var a=(this.x-this.cropOffsertX)/r,o=(this.y-this.cropOffsertY)/r;i.w=e,i.h=n,i.url=this.imgs,i.img={width:"".concat(this.trueWidth,"px"),height:"".concat(this.trueHeight,"px"),transform:"scale(".concat(r,")translate3d(").concat(a,"px, ").concat(o,"px, ").concat(0,"px)rotateZ(").concat(90*this.rotate,"deg)")},i.html='\n      <div class="show-preview" style="width: '.concat(i.w,"px; height: ").concat(i.h,'px,; overflow: hidden">\n        <div style="width: ').concat(e,"px; height: ").concat(n,'px">\n          <img src=').concat(i.url,' style="width: ').concat(this.trueWidth,"px; height: ").concat(this.trueHeight,"px; transform:\n          scale(").concat(r,")translate3d(").concat(a,"px, ").concat(o,"px, ").concat(0,"px)rotateZ(").concat(90*this.rotate,'deg)">\n        </div>\n      </div>'),this.$emit("realTime",i),this.$emit("real-time",i)},reload:function(){var t=this,e=new Image;e.onload=function(){t.w=parseFloat(window.getComputedStyle(t.$refs.cropper).width),t.h=parseFloat(window.getComputedStyle(t.$refs.cropper).height),t.trueWidth=e.width,t.trueHeight=e.height,t.original?t.scale=1:t.scale=t.checkedMode(),t.$nextTick((function(){t.x=-(t.trueWidth-t.trueWidth*t.scale)/2+(t.w-t.trueWidth*t.scale)/2,t.y=-(t.trueHeight-t.trueHeight*t.scale)/2+(t.h-t.trueHeight*t.scale)/2,t.loading=!1,t.autoCrop&&t.goAutoCrop(),t.$emit("img-load","success"),t.$emit("imgLoad","success"),setTimeout((function(){t.showPreview()}),20)}))},e.onerror=function(){t.$emit("imgLoad","error"),t.$emit("img-load","error")},e.src=this.imgs},checkedMode:function(){var t=1,e=(this.trueWidth,this.trueHeight),n=this.mode.split(" ");switch(n[0]){case"contain":this.trueWidth>this.w&&(t=this.w/this.trueWidth),this.trueHeight*t>this.h&&(t=this.h/this.trueHeight);break;case"cover":(e*=t=this.w/this.trueWidth)<this.h&&(t=(e=this.h)/this.trueHeight);break;default:try{var r=n[0];if(-1!==r.search("px")&&(r=r.replace("px",""),t=parseFloat(r)/this.trueWidth),-1!==r.search("%")&&(r=r.replace("%",""),t=parseFloat(r)/100*this.w/this.trueWidth),2===n.length&&"auto"===r){var i=n[1];-1!==i.search("px")&&(i=i.replace("px",""),t=(e=parseFloat(i))/this.trueHeight),-1!==i.search("%")&&(i=i.replace("%",""),t=(e=parseFloat(i)/100*this.h)/this.trueHeight)}}catch(e){t=1}}return t},goAutoCrop:function(t,e){this.clearCrop(),this.cropping=!0;var n=this.w,r=this.h;if(this.centerBox){var i=this.trueWidth*this.scale,a=this.trueHeight*this.scale;n=i<n?i:n,r=a<r?a:r}var o=t||parseFloat(this.autoCropWidth),s=e||parseFloat(this.autoCropHeight);0!==o&&0!==s||(o=.8*n,s=.8*r),o=o>n?n:o,s=s>r?r:s,this.fixed&&(s=o/this.fixedNumber[0]*this.fixedNumber[1]),s>this.h&&(o=(s=this.h)/this.fixedNumber[1]*this.fixedNumber[0]),this.changeCrop(o,s)},changeCrop:function(t,e){var n=this;if(this.centerBox){var r=this.getImgAxis();t>r.x2-r.x1&&(e=(t=r.x2-r.x1)/this.fixedNumber[0]*this.fixedNumber[1]),e>r.y2-r.y1&&(t=(e=r.y2-r.y1)/this.fixedNumber[1]*this.fixedNumber[0])}this.cropW=t,this.cropH=e,this.cropOffsertX=(this.w-t)/2,this.cropOffsertY=(this.h-e)/2,this.centerBox&&this.$nextTick((function(){n.moveCrop(null,!0)}))},refresh:function(){var t=this;this.img,this.imgs="",this.scale=1,this.crop=!1,this.rotate=0,this.w=0,this.h=0,this.trueWidth=0,this.trueHeight=0,this.clearCrop(),this.$nextTick((function(){t.checkedImg()}))},rotateLeft:function(){this.rotate=this.rotate<=-3?0:this.rotate-1},rotateRight:function(){this.rotate=this.rotate>=3?0:this.rotate+1},rotateClear:function(){this.rotate=0},checkoutImgAxis:function(t,e,n){t=t||this.x,e=e||this.y,n=n||this.scale;var r=!0;if(this.centerBox){var i=this.getImgAxis(t,e,n),a=this.getCropAxis();i.x1>=a.x1&&(r=!1),i.x2<=a.x2&&(r=!1),i.y1>=a.y1&&(r=!1),i.y2<=a.y2&&(r=!1)}return r}},mounted:function(){this.support="onwheel"in document.createElement("div")?"wheel":void 0!==document.onmousewheel?"mousewheel":"DOMMouseScroll";var t=this,e=navigator.userAgent;this.isIOS=!!e.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),HTMLCanvasElement.prototype.toBlob||Object.defineProperty(HTMLCanvasElement.prototype,"toBlob",{value:function(e,n,r){for(var i=atob(this.toDataURL(n,r).split(",")[1]),a=i.length,o=new Uint8Array(a),s=0;s<a;s++)o[s]=i.charCodeAt(s);e(new Blob([o],{type:t.type||"image/png"}))}}),this.showPreview(),this.checkedImg()},destroyed:function(){window.removeEventListener("mousemove",this.moveCrop),window.removeEventListener("mouseup",this.leaveCrop),window.removeEventListener("touchmove",this.moveCrop),window.removeEventListener("touchend",this.leaveCrop)}};n(1);var s=function(t,e,n,r,i,a,o,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:l}}(o,r,[],!1,null,"6dae58fd",null);s.options.__file="src/vue-cropper.vue";var c=s.exports;n.d(e,"VueCropper",(function(){return c}));var l=function(t){t.component("VueCropper",c)};"undefined"!=typeof window&&window.Vue&&l(window.Vue),e.default={version:"0.4.8",install:l,VueCropper:c,vueCropper:c}}])}))},"7ed2":function(t,e){var n="__lodash_hash_undefined__";function r(t){return this.__data__.set(t,n),this}t.exports=r},"7ed3":function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b"),a=n("825a"),o=n("861d"),s=n("c60d"),c=n("d039"),l=n("9bf2"),u=n("06cf"),h=n("e163"),f=n("5c6c");function d(t,e,n){var r,c,p,v=arguments.length<4?t:arguments[3],g=u.f(a(t),e);if(!g){if(o(c=h(t)))return d(c,e,n,v);g=f(0)}if(s(g)){if(!1===g.writable||!o(v))return!1;if(r=u.f(v,e)){if(r.get||r.set||!1===r.writable)return!1;r.value=n,l.f(v,e,r)}else l.f(v,e,f(0,n))}else{if(p=g.set,void 0===p)return!1;i(p,v,n)}return!0}var p=c((function(){var t=function(){},e=l.f(new t,"a",{configurable:!0});return!1!==Reflect.set(t.prototype,"a",1,e)}));r({target:"Reflect",stat:!0,forced:p},{set:d})},"7f1a":function(t,e,n){(function(e,n){t.exports=n()})("undefined"!==typeof self&&self,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=459)}([function(t,e,n){var r=n(143),i=n(18),a=r.mix({},r,{assign:r.mix,merge:r.deepMix,cloneDeep:r.clone,isFinite:isFinite,isNaN:isNaN,snapEqual:r.isNumberEqual,remove:r.pull,inArray:r.contains,toAllPadding:function(t){var e=0,n=0,r=0,i=0;return a.isNumber(t)||a.isString(t)?e=n=r=i=t:a.isArray(t)?(e=t[0],r=a.isNil(t[1])?t[0]:t[1],i=a.isNil(t[2])?t[0]:t[2],n=a.isNil(t[3])?r:t[3]):a.isObject(t)&&(e=t.top||0,r=t.right||0,i=t.bottom||0,n=t.left||0),[e,r,i,n]},getClipByRange:function(t){var e=t.tl,n=t.br,r=new i.Rect({attrs:{x:e.x,y:e.y,width:n.x-e.x,height:n.y-e.y}});return r}});a.Array={groupToMap:r.groupToMap,group:r.group,merge:r.merge,values:r.valuesOfKey,getRange:r.getRange,firstValue:r.firstValue,remove:r.pull},t.exports=a},function(t,e,n){var r=n(59),i={};r.merge(i,r,{isColorProp:function(t){return["fill","stroke","fillStyle","strokeStyle"].includes(t)},isGradientColor:function(t){return/^[r,R,L,l]{1}[\s]*\(/.test(t)},mixin:function(t,e){var n=t.CFG?"CFG":"ATTRS";if(t&&e){t._mixins=e,t[n]=t[n]||{};var r={};i.each(e,(function(e){i.augment(t,e);var a=e[n];a&&i.merge(r,a)})),t[n]=i.merge(r,t[n])}}}),t.exports=i},function(t,e,n){var r=n(169),i={};r.merge(i,r,{mixin:function(t,e){var n=t.CFG?"CFG":"ATTRS";if(t&&e){t._mixins=e,t[n]=t[n]||{};var r={};i.each(e,(function(e){i.augment(t,e);var a=e[n];a&&i.merge(r,a)})),t[n]=i.merge(r,t[n])}}}),t.exports=i},function(t,e,n){var r=n(22),i=n(5),a=function(t,e){if(t){var n=void 0;if(i(t)){for(var a=0,o=t.length;a<o;a++)if(n=e(t[a],a),!1===n)break}else if(r(t))for(var s in t)if(t.hasOwnProperty(s)&&(n=e(t[s],s),!1===n))break}};t.exports=a},function(t,e,n){var r=n(51),i=n(143),a=i.mix({assign:i.mix,isFinite:isFinite,isNaN:isNaN,Group:r.Group,Event:r.Event},i);t.exports=a},function(t,e,n){var r=n(14),i=Array.isArray?Array.isArray:function(t){return r(t,"Array")};t.exports=i},function(t,e){var n=function(t){return null===t||void 0===t};t.exports=n},function(t,e,n){var r=n(1),i=n(227),a=n(116),o=n(79),s=["zIndex","capture","visible"],c=function t(e){t.superclass.constructor.call(this,e)};c.ATTRS={},r.extend(c,a);var l={matrix:"matrix",path:"path",points:"points",lineDash:"lineDash"};function u(t){for(var e=[],n=0;n<t.length;n++)r.isArray(t[n])?e.push([].concat(t[n])):e.push(t[n]);return e}r.augment(c,i,{isShape:!0,drawInner:function(t){var e=this,n=e._attrs;e.createPath(t);var i=t.globalAlpha;if(e.hasFill()){var a=n.fillOpacity;r.isNil(a)||1===a?t.fill():(t.globalAlpha=a,t.fill(),t.globalAlpha=i)}if(e.hasStroke()){var o=e._attrs.lineWidth;if(o>0){var s=n.strokeOpacity;r.isNil(s)||1===s||(t.globalAlpha=s),t.stroke()}}e.afterPath(t)},afterPath:function(){},isHitBox:function(){return!0},isHit:function(t,e){var n=this,r=[t,e,1];if(n.invert(r),n.isHitBox()){var i=n.getBBox();if(i&&!o.box(i.minX,i.maxX,i.minY,i.maxY,r[0],r[1]))return!1}var a=n._attrs.clip;return a?(a.invert(r,n.get("canvas")),!!a.isPointInPath(r[0],r[1])&&n.isPointInPath(r[0],r[1])):n.isPointInPath(r[0],r[1])},calculateBox:function(){return null},getHitLineWidth:function(){var t=this._attrs,e=t.lineAppendWidth||0,n=t.lineWidth||0;return n+e},clearTotalMatrix:function(){this._cfg.totalMatrix=null,this._cfg.region=null},clearBBox:function(){this._cfg.box=null,this._cfg.region=null},getBBox:function(){var t=this._cfg.box;return t||(t=this.calculateBox(),t&&(t.x=t.minX,t.y=t.minY,t.width=t.maxX-t.minX,t.height=t.maxY-t.minY),this._cfg.box=t),t},clone:function(){var t=this,e=null,n=t._attrs,i={};return r.each(n,(function(t,e){l[e]&&r.isArray(n[e])?i[e]=u(n[e]):i[e]=n[e]})),e=new t.constructor({attrs:i}),r.each(s,(function(n){e._cfg[n]=t._cfg[n]})),e}}),t.exports=c},function(t,e,n){var r=n(0),i=n(167),a={version:"3.5.19",renderer:"canvas",trackingInfo:{},animate:!0,widthRatio:{column:.5,rose:.9999999,multiplePie:1/1.3},showSinglePoint:!1,connectNulls:!1,scales:{},registerTheme:function(t,e){i[t]=e},setTheme:function(t){var e={};e=r.isObject(t)?t:-1!==r.indexOf(Object.keys(i),t)?i[t]:i.default,r.deepMix(a,e)}};a.setTheme("default"),t.exports=a},function(t,e,n){var r=n(2),i=n(350),a=n(172),o=n(93),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={},r.extend(s,a);var c={matrix:"matrix",path:"path",points:"points",lineDash:"lineDash"};function l(t){for(var e=[],n=0;n<t.length;n++)r.isArray(t[n])?e.push([].concat(t[n])):e.push(t[n]);return e}r.augment(s,i,{isShape:!0,drawInner:function(t){var e=this,n=e._attrs;e.createPath(t);var i=t.globalAlpha;if(e.hasFill()){var a=n.fillOpacity;r.isNil(a)||1===a?t.fill():(t.globalAlpha=a,t.fill(),t.globalAlpha=i)}if(e.hasStroke()){var o=e._attrs.lineWidth;if(o>0){var s=n.strokeOpacity;r.isNil(s)||1===s||(t.globalAlpha=s),t.stroke()}}e.afterPath(t)},afterPath:function(){},isHitBox:function(){return!0},isHit:function(t,e){var n=this,r=[t,e,1];if(n.invert(r),n.isHitBox()){var i=n.getBBox();if(i&&!o.box(i.minX,i.maxX,i.minY,i.maxY,r[0],r[1]))return!1}var a=n._attrs.clip;return a?(a.invert(r,n.get("canvas")),!!a.isPointInPath(r[0],r[1])&&n.isPointInPath(r[0],r[1])):n.isPointInPath(r[0],r[1])},calculateBox:function(){return null},getHitLineWidth:function(){var t=this._attrs,e=t.lineAppendWidth||0,n=t.lineWidth||0;return n+e},clearTotalMatrix:function(){this._cfg.totalMatrix=null,this._cfg.region=null},clearBBox:function(){this._cfg.box=null,this._cfg.region=null},getBBox:function(){var t=this._cfg.box;return t||(t=this.calculateBox(),t&&(t.x=t.minX,t.y=t.minY,t.width=t.maxX-t.minX,t.height=t.maxY-t.minY),this._cfg.box=t),t},clone:function(){var t=this,e=null,n=t._attrs,i={};return r.each(n,(function(t,e){c[e]&&r.isArray(n[e])?i[e]=l(n[e]):i[e]=n[e]})),e=new t.constructor({attrs:i}),e._cfg.zIndex=t._cfg.zIndex,e}}),t.exports=s},function(t,e){function n(t,e){for(var n in e)e.hasOwnProperty(n)&&"constructor"!==n&&void 0!==e[n]&&(t[n]=e[n])}var r=function(t,e,r,i){return e&&n(t,e),r&&n(t,r),i&&n(t,i),t};t.exports=r},function(t,e,n){var r=n(14),i=function(t){return r(t,"Number")};t.exports=i},function(t,e,n){var r=n(14),i=function(t){return r(t,"String")};t.exports=i},function(t,e,n){var r=n(14),i=function(t){return r(t,"Function")};t.exports=i},function(t,e){var n={}.toString,r=function(t,e){return n.call(t)==="[object "+e+"]"};t.exports=r},function(t,e){var n=function(t){return null!==t&&"function"!==typeof t&&isFinite(t.length)};t.exports=n},function(t,e){t.exports={FONT_FAMILY:'BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, "sans-serif"'}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(190),s=n(36),c=["min","max","median","start","end"],l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{xScales:null,yScales:null,el:null})},n.render=function(){},n.clear=function(){var t=this,e=t.get("el");e&&e.remove(),this.set("el",null)},n.destroy=function(){this.clear(),t.prototype.destroy.call(this)},n.changeVisible=function(t){var e=this;e.set("visible",t);var n=e.get("el");n&&(n.set?n.set("visible",t):n.style.display=t?"":"none")},n.parsePoint=function(t,e){var n,r,i=this,s=i.get("xScales"),c=i.get("yScales");if(a.isFunction(e)&&(e=e(s,c)),a.isArray(e)&&a.isString(e[0])&&-1!==e[0].indexOf("%"))return this._parsePercentPoint(t,e);if(a.isArray(e))n=i._getNormalizedValue(e[0],o.getFirstScale(s)),r=i._getNormalizedValue(e[1],o.getFirstScale(c));else for(var l in e){var u=e[l];s[l]&&(n=i._getNormalizedValue(u,s[l])),c[l]&&(r=i._getNormalizedValue(u,c[l],"y"))}return a.isNil(n)||a.isNil(r)||isNaN(n)||isNaN(r)?null:t.convert({x:n,y:r})},n._getNormalizedValue=function(t,e){var n,r;-1!==a.indexOf(c,t)?"start"===t?n=0:"end"===t?n=1:"median"===t?(r=e.isCategory?(e.values.length-1)/2:(e.min+e.max)/2,n=e.scale(r)):(r=e.isCategory?"min"===t?0:e.values.length-1:e[t],n=e.scale(r)):n=e.scale(t);return n},n._parsePercentPoint=function(t,e){var n=parseFloat(e[0])/100,r=parseFloat(e[1])/100,i=t.start,a=t.end,o={x:Math.min(i.x,a.x),y:Math.min(i.y,a.y)},s=t.width*n+o.x,c=t.height*r+o.y;return{x:s,y:c}},e}(s);t.exports=l},function(t,e,n){var r=n(112);t.exports=r},function(t,e,n){"use strict";var r=n(85);n.d(e,"a",(function(){return r["e"]})),n.d(e,"f",(function(){return r["g"]})),n.d(e,"d",(function(){return r["f"]}));var i=n(241);n.d(e,"e",(function(){return i["a"]})),n.d(e,"c",(function(){return i["b"]}));var a=n(242);n.d(e,"b",(function(){return a["a"]}))},function(t,e,n){var r=n(10),i=n(3),a=n(22),o=n(6),s=function(){var t=e.prototype;function e(t){this._initDefaultCfg(),r(this,t),this.init()}return t._initDefaultCfg=function(){this.type="base",this.formatter=null,this.range=[0,1],this.ticks=null,this.values=[]},t.init=function(){},t.getTicks=function(){var t=this,e=t.ticks,n=[];return i(e,(function(e){var r;r=a(e)?e:{text:t.getText(e),tickValue:e,value:t.scale(e)},n.push(r)})),n},t.getText=function(t,e){var n=this.formatter;return t=n?n(t,e):t,!o(t)&&t.toString||(t=""),t.toString()},t.rangeMin=function(){return this.range[0]},t.rangeMax=function(){var t=this.range;return t[t.length-1]},t.invert=function(t){return t},t.translate=function(t){return t},t.scale=function(t){return t},t.clone=function(){var t=this,e=t.constructor,n={};return i(t,(function(e,r){n[r]=t[r]})),new e(n)},t.change=function(t){return this.ticks=null,r(this,t),this.init(),this},e}();t.exports=s},function(t,e,n){var r=n(0),i=n(25),a=r.PathUtil,o={},s={_coord:null,draw:function(t,e){return this.drawShape?this.drawShape(t,e):null},setCoord:function(t){this._coord=t},parsePath:function(t,e){var n=this._coord;return t=a.parsePathString(t),t=n.isPolar&&!1!==e?i.convertPolarPath(n,t):i.convertNormalPath(n,t),t},parsePoint:function(t){var e=this._coord;return e.convertPoint(t)},parsePoints:function(t){var e=this._coord,n=[];return r.each(t,(function(t){n.push(e.convertPoint(t))})),n}},c={defaultShapeType:null,setCoord:function(t){this._coord=t},getShape:function(t){var e=this;r.isArray(t)&&(t=t[0]);var n=e[t]||e[e.defaultShapeType];return n._coord=e._coord,n},getShapePoints:function(t,e){var n=this.getShape(t),r=n.getPoints||n.getShapePoints||this.getDefaultPoints,i=r(e);return i},getDefaultPoints:function(){return[]},getMarkerCfg:function(t,e){var n=this.getShape(t);if(!n.getMarkerCfg){var r=this.defaultShapeType;n=this.getShape(r)}return n.getMarkerCfg(e)},getSelectedCfg:function(){return{}},drawShape:function(t,e,n){var r=this.getShape(t),i=r.draw(e,n);return i&&(i.setSilent("origin",e.origin),i._id=e.yIndex?e._id+e.yIndex:e._id,i.name=this.name),i}};o.registerFactory=function(t,e){var n=r.upperFirst(t),i=r.assign({},c,e);return o[n]=i,i.name=t,i},o.registerShape=function(t,e,n){var i=r.upperFirst(t),a=o[i],c=r.assign({},s,n);return a[e]=c,c},o.getShapeFactory=function(t){var e=this;t=t||"point";var n=r.upperFirst(t);return e[n]},t.exports=o},function(t,e){var n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=function(t){var e="undefined"===typeof t?"undefined":n(t);return null!==t&&"object"===e||"function"===e};t.exports=r},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(104),s=n(335),c=n(164),l=n(0),u=n(8),h=n(343),f=n(21),d=n(395),p=n(396),v=n(397),g=n(398),m=["color","shape","size"],y="_origin";function b(t){return(l.isString(t)||l.isPlainObject(t))&&(t=[t]),l.each(t,(function(e,n){l.isObject(e)||(t[n]={type:e})})),t}var _=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,n.viewTheme=n.get("viewTheme"),l.assign(r(n),d,p,v),n.get("container")&&n._initContainer(),n._initOptions(),n}return e.getDefaultCfg=function(){return{_id:null,type:"base",coord:null,attrs:{},view:null,data:[],scales:{},container:null,labelContainer:null,shapeContainer:null,attrOptions:{},styleOptions:null,selectedOptions:null,activedOptions:null,hasDefaultAdjust:!1,adjusts:null,shapeType:null,generatePoints:!1,sortable:!1,labelCfg:null,shareTooltip:!0,tooltipCfg:null,animate:!0,animateCfg:null,visible:!0}},e._initOptions=function(){var t=this.get("adjusts");t&&(t=b(t),this.set("adjusts",t))},e._createScale=function(t,e){var n=this.get("scales"),r=n[t];return r||(r=this.get("view").createScale(t,e),n[t]=r),r},e._setAttrOptions=function(t,e){var n=this.get("attrOptions");n[t]=e},e._createAttrOption=function(t,e,n,r){var i={};i.field=e,n?l.isFunction(n)?i.callback=n:i.values=n:"color"!==t&&(i.values=r),this._setAttrOptions(t,i)},e.position=function(t){return this._setAttrOptions("position",{field:t}),this},e.color=function(t,e){var n=this.viewTheme||u;return this._createAttrOption("color",t,e,n.colors),this},e.size=function(t,e){var n=this.viewTheme||u;return this._createAttrOption("size",t,e,n.sizes),this},e.shape=function(t,e){var n=this.viewTheme||u,r=this.get("type"),i=n.shapes[r]||[];return this._createAttrOption("shape",t,e,i),this},e.opacity=function(t,e){var n=this.viewTheme||u;return this._createAttrOption("opacity",t,e,n.opacities),this},e.style=function(t,e){var n,r=this.get("styleOptions");return r||(r={},this.set("styleOptions",r)),l.isObject(t)&&(e=t,t=null),t&&(n=g(t)),r.fields=n,r.style=e,this},e.label=function(t,e,n){var r,i=this,a=i.get("labelCfg");return a||(a={},i.set("labelCfg",a)),t&&(r=g(t)),a.fields=r,l.isFunction(e)?(n||(n={}),a.callback=e):l.isObject(e)&&(n=e),a.globalCfg=n,this},e.tooltip=function(t,e){var n,r=this.get("tooltipCfg");(r||(r={}),!1===t)?this.set("tooltipCfg",!1):(t&&(n=g(t)),r.fields=n,r.cfg=e);return this.set("tooltipCfg",r),this},e.animate=function(t){return this.set("animateCfg",t),this},e.active=function(t,e){return!1===t?this.set("allowActive",!1):l.isObject(t)?(this.set("allowActive",!0),this.set("activedOptions",t)):(this.set("allowActive",!0),this.set("activedOptions",e)),this},e.adjust=function(t){return this.get("hasDefaultAdjust")||(t&&(t=b(t)),this.set("adjusts",t)),this},e.select=function(t,e){return!1===t?this.set("allowSelect",!1):l.isObject(t)?(this.set("allowSelect",!0),this.set("selectedOptions",t)):(this.set("allowSelect",!0),this.set("selectedOptions",e)),this},e.hasAdjust=function(t){var e=this,n=e.get("adjusts");if(!t)return!1;var r=!1;return l.each(n,(function(e){if(e.type===t)return r=!0,!1})),r},e.hasStack=function(){var t=this.get("isStacked");return l.isNil(t)&&(t=this.hasAdjust("stack"),this.set("isStacked",t)),t},e.isInCircle=function(){var t=this.get("coord");return t&&t.isPolar},e._initContainer=function(){var t=this,e=t.get("shapeContainer");if(!e){var n=t.get("container"),r=t.get("view"),i=r&&r.get("_id");e=n.addGroup({viewId:i,visible:t.get("visible")}),t.set("shapeContainer",e)}},e.init=function(){var t=this;if(t._initContainer(),t._initAttrs(),t.get("tooltipCfg")&&t.get("tooltipCfg").fields){var e=t.get("tooltipCfg").fields;l.each(e,(function(e){t._createScale(e)}))}var n=t._processData();t.get("adjusts")&&t._adjust(n),t.set("dataArray",n)},e._initAttrs=function(){var t=this,e=t.get("attrs"),n=t.get("attrOptions"),r=t.get("coord"),i=t.viewTheme||u,a=!1;for(var s in n)if(n.hasOwnProperty(s)){var c=n[s],h=l.upperFirst(s),f=g(c.field);"position"===s&&(c.coord=r,1===f.length&&"theta"===r.type&&(f.unshift("1"),a=!0));for(var d=[],p=0;p<f.length;p++){var v=f[p],m=t._createScale(v);"color"===s&&l.isNil(c.values)&&(m.values.length<=8?c.values=a?i.colors_pie:i.colors:m.values.length<=16?c.values=a?i.colors_pie_16:i.colors_16:c.values=i.colors_24,l.isNil(c.values)&&(c.values=i.colors)),d.push(m)}if("theta"===r.type&&"position"===s&&d.length>1){var y=d[1],b=0,_=Math.max.apply(null,y.values);isFinite(_)||(_=1),y.change({nice:!1,min:b,max:_})}c.scales=d;var x=new o[h](c);e[s]=x}},e._processData=function(){for(var t=this,e=this.get("data"),n=[],r=this._groupData(e),i=0;i<r.length;i++){var a=r[i],o=t._saveOrigin(a);n.push(t._numberic(o))}return n},e._groupData=function(t){var e=this._getGroupScales(),n=e.map((function(t){return t.field}));return l.Array.group(t,n)},e._saveOrigin=function(t){for(var e=[],n=0;n<t.length;n++){var r=t[n],i={};for(var a in r)i[a]=r[a];i[y]=r,e.push(i)}return e},e._numberic=function(t){for(var e=this.getAttr("position"),n=e.scales,r=[],i=0;i<t.length;i++){for(var a=t[i],o=!0,s=0;s<Math.min(2,n.length);s++){var c=n[s];if(c.isCategory){var l=c.field;a[l]=c.translate(a[l]),Number.isNaN(a[l])&&(o=!1)}}o&&r.push(a)}return r},e._getGroupScales=function(){var t=this,e=t.get("groupScales");if(!e){e=[];var n=t.get("attrs");l.each(n,(function(t){if(m.includes(t.type)){var n=t.scales;l.each(n,(function(t){t.isCategory&&-1===l.indexOf(e,t)&&e.push(t)}))}})),t.set("groupScales",e)}return e},e._updateStackRange=function(t,e,n){for(var r=l.Array.merge(n),i=e.min,a=e.max,o=0;o<r.length;o++){var s=r[o];if(l.isArray(s[t])){var c=Math.min.apply(null,s[t]),u=Math.max.apply(null,s[t]);c<i&&(i=c),u>a&&(a=u)}}(i<e.min||a>e.max)&&e.change({min:i,max:a})},e._adjust=function(t){if(t&&t.length){var e=this,n=e.get("adjusts"),r=this.viewTheme||u,i=e.getYScale(),a=e.getXScale(),o=a.field,c=i?i.field:null;l.each(n,(function(n){var u=l.mix({xField:o,yField:c},n),h=l.upperFirst(n.type);if("Dodge"===h){var f=[];if(a.isCategory||a.isIdentity)f.push("x");else{if(i)throw new Error("dodge is not support linear attribute, please use category attribute!");f.push("y")}u.adjustNames=f,u.dodgeRatio=u.dodgeRatio||r.widthRatio.column}else if("Stack"===h){var d=e.get("coord");if(!i){u.height=d.getHeight();var p=e.getDefaultValue("size")||3;u.size=p}!d.isTransposed&&l.isNil(u.reverseOrder)&&(u.reverseOrder=!0)}var v=new s[h](u);v.processAdjust(t),"Stack"===h&&i&&e._updateStackRange(c,i,t)}))}},e.setCoord=function(t){this.set("coord",t);var e=this.getAttr("position"),n=this.get("shapeContainer");n.setMatrix(t.matrix),e&&(e.coord=t)},e.paint=function(){var t=this,e=t.get("dataArray"),n=[],r=t.getShapeFactory();r.setCoord(t.get("coord")),t.set("shapeFactory",r);var i=t.get("shapeContainer");t._beforeMapping(e);for(var a=0;a<e.length;a++){var o=e[a],s=a;o=t._mapping(o),n.push(o),t.draw(o,i,r,s)}t.get("labelCfg")&&t._addLabels(l.union.apply(null,n),i.get("children")),t.get("sortable")?t.set("dataArray",n):t._sort(n)},e._sort=function(t){var e=this,n=e.getXScale(),r=n.field;l.each(t,(function(t){t.sort((function(t,e){return n.translate(t[y][r])-n.translate(e[y][r])}))})),e.set("dataArray",t)},e._beforeMapping=function(t){var e=this;if(e.get("sortable")){var n=e.getXScale(),r=n.field;l.each(t,(function(t){t.sort((function(t,e){return n.translate(t[r])-n.translate(e[r])}))}))}e.get("generatePoints")&&(l.each(t,(function(t){e._generatePoints(t)})),l.each(t,(function(e,n){var r=t[n+1];r&&(e[0].nextPoints=r[0].points)})))},e._addLabels=function(t,e){var n=this,r=n.get("type"),i=n.get("viewTheme")||u,a=n.get("coord"),o=h.getLabelsClass(a.type,r),s=n.get("container"),c=l.map(n.get("labelCfg").fields,(function(t){return n._createScale(t)})),f=s.addGroup(o,{_id:this.get("_id"),labelCfg:l.mix({scales:c},n.get("labelCfg")),coord:a,geom:n,geomType:r,yScale:n.getYScale(),viewTheme:i,visible:n.get("visible")});f.showLabels(t,e),n.set("labelContainer",f)},e.getShapeFactory=function(){var t=this.get("shapeFactory");if(!t){var e=this.get("shapeType");t=f.getShapeFactory(e),this.set("shapeFactory",t)}return t},e._generatePoints=function(t){for(var e=this,n=e.getShapeFactory(),r=e.getAttr("shape"),i=0;i<t.length;i++){var a=t[i],o=e.createShapePointsCfg(a),s=r?e._getAttrValues(r,a):null,c=n.getShapePoints(s,o);a.points=c}},e.createShapePointsCfg=function(t){var e,n=this.getXScale(),r=this.getYScale(),i=this._normalizeValues(t[n.field],n);return e=r?this._normalizeValues(t[r.field],r):t.y?t.y:.1,{x:i,y:e,y0:r?r.scale(this.getYMinValue()):void 0}},e.getYMinValue=function(){var t,e=this.getYScale(),n=e.min,r=e.max;return t=n>=0?n:r<=0?r:0,t},e._normalizeValues=function(t,e){var n=[];if(l.isArray(t))for(var r=0;r<t.length;r++){var i=t[r];n.push(e.scale(i))}else n=e.scale(t);return n},e._mapping=function(t){for(var e=this,n=e.get("attrs"),r=[],i=0;i<t.length;i++){var a=t[i],o={};for(var s in o[y]=a[y],o.points=a.points,o.nextPoints=a.nextPoints,n)if(n.hasOwnProperty(s)){var c=n[s],u=c.names,h=e._getAttrValues(c,a);if(u.length>1)for(var f=0;f<h.length;f++){var d=h[f],p=u[f];o[p]=l.isArray(d)&&1===d.length?d[0]:d}else o[u[0]]=1===h.length?h[0]:h}r.push(o)}return r},e._getAttrValues=function(t,e){for(var n=t.scales,r=[],i=0;i<n.length;i++){var a=n[i],o=a.field;"identity"===a.type?r.push(a.value):r.push(e[o])}var s=t.mapping.apply(t,r);return s},e.getAttrValue=function(t,e){var n=this.getAttr(t),r=null;if(n){var i=this._getAttrValues(n,e);r=i[0]}return r},e.getDefaultValue=function(t){var e=this.get(t),n=this.getAttr(t);if(n){var r=n.getScale(t);"identity"===r.type&&(e=r.value)}return e},e.draw=function(t,e,n,r){for(var i=this,a=0;a<t.length;a++){var o=t[a];i.drawPoint(o,e,n,r+a)}},e.getCallbackCfg=function(t,e,n){if(!t)return e;var r={},i=t.map((function(t){return n[t]}));return l.each(e,(function(t,e){l.isFunction(t)?r[e]=t.apply(null,i):r[e]=t})),r},e._getShapeId=function(t){var e=this.get("_id"),n=this.get("keyFields");if(n&&n.length>0)l.each(n,(function(n){e+="-"+t[n]}));else{var r,i=this.get("type"),a=this.getXScale(),o=this.getYScale(),s=a.field||"x",c=o.field||"y",u=t[c];r=a.isIdentity?a.value:t[s],e+="interval"===i||"schema"===i?"-"+r:"line"===i||"area"===i||"path"===i?"-"+i:"-"+r+"-"+u;var h=this._getGroupScales();l.isEmpty(h)||l.each(h,(function(n){var r=n.field;"identity"!==n.type&&(e+="-"+t[r])}))}return e},e.getDrawCfg=function(t){var e=this,n={origin:t,x:t.x,y:t.y,color:t.color,size:t.size,shape:t.shape,isInCircle:e.isInCircle(),opacity:t.opacity},r=e.get("styleOptions");return r&&r.style&&(n.style=e.getCallbackCfg(r.fields,r.style,t[y])),e.get("generatePoints")&&(n.points=t.points,n.nextPoints=t.nextPoints),e.get("animate")&&(n._id=e._getShapeId(t[y])),n},e.appendShapeInfo=function(t,e){t&&(t.setSilent("index",e),t.setSilent("coord",this.get("coord")),this.get("animate")&&this.get("animateCfg")&&t.setSilent("animateCfg",this.get("animateCfg")))},e._applyViewThemeShapeStyle=function(t,e,n){var r=this,i=r.viewTheme||u,a=n.name;e?e&&(e.indexOf("hollow")>-1||e.indexOf("liquid")>-1)&&(a="hollow"+l.upperFirst(a)):n.defaultShapeType.indexOf("hollow")>-1&&(a="hollow"+l.upperFirst(a));var o=i.shape[a]||{};t.style=l.mix({},o,t.style)},e.drawPoint=function(t,e,n,r){var i=this,a=t.shape,o=i.getDrawCfg(t);i._applyViewThemeShapeStyle(o,a,n);var s=n.drawShape(a,o,e);i.appendShapeInfo(s,r)},e.getAttr=function(t){return this.get("attrs")[t]},e.getXScale=function(){return this.getAttr("position").scales[0]},e.getYScale=function(){return this.getAttr("position").scales[1]},e.getShapes=function(){var t=[],e=this.get("shapeContainer"),n=e.get("children");return l.each(n,(function(e){e.get("origin")&&t.push(e)})),t},e.getAttrsForLegend=function(){var t=this.get("attrs"),e=[];return l.each(t,(function(t){m.includes(t.type)&&e.push(t)})),e},e.getFieldsForLegend=function(){var t=[],e=this.get("attrOptions");return l.each(m,(function(n){var r=e[n];r&&r.field&&l.isString(r.field)&&(t=t.concat(r.field.split("*")))})),l.uniq(t)},e.changeVisible=function(t,e){var n=this;n.set("visible",t);var r=this.get("shapeContainer");r&&r.set("visible",t);var i=this.get("labelContainer");if(i&&i.set("visible",t),!e&&r){var a=r.get("canvas");a.draw()}},e.reset=function(){this.set("attrOptions",{}),this.clearInner()},e.clearInner=function(){this.clearActivedShapes(),this.clearSelected();var t=this.get("shapeContainer");t&&t.clear();var e=this.get("labelContainer");e&&e.remove(),this.set("attrs",{}),this.set("groupScales",null),this.set("labelContainer",null),this.set("xDistance",null),this.set("isStacked",null)},e.clear=function(){this.clearInner(),this.set("scales",{})},e.destroy=function(){this.clear();var e=this.get("shapeContainer");e&&e.remove(),this.offEvents(),t.prototype.destroy.call(this)},e.bindEvents=function(){this.get("view")&&(this._bindActiveAction(),this._bindSelectedAction())},e.offEvents=function(){this.get("view")&&(this._offActiveAction(),this._offSelectedAction())},n}(c);t.exports=_},function(t,e,n){t.exports={Axis:n(344),Component:n(92),Guide:n(372),Label:n(381),Legend:n(382),Tooltip:n(388)}},function(t,e,n){var r=n(0),i=n(392);function a(t,e){if(!t.length)return[];for(var n=[],r=0,i=t.length;r<i;r++){var a=t[r];0===r?n.push(["M",a.x,a.y]):n.push(["L",a.x,a.y])}return e&&n.push(["Z"]),n}function o(t,e){var n=t.getCenter(),r=Math.sqrt(Math.pow(e.x-n.x,2)+Math.pow(e.y-n.y,2));return r}function s(t,e){for(var n=t.length,r=[t[0]],i=1;i<n;i+=2){var a=e.convertPoint({x:t[i],y:t[i+1]});r.push(a.x,a.y)}return r}function c(t,e,n){var r=n.isTransposed,i=n.startAngle,a=n.endAngle,s={x:t[1],y:t[2]},c={x:e[1],y:e[2]},l=[],u=r?"y":"x",h=Math.abs(c[u]-s[u])*(a-i),f=c[u]>=s[u]?1:0,d=h>Math.PI?1:0,p=n.convertPoint(c),v=o(n,p);if(v>=.5)if(h===2*Math.PI){var g={x:(c.x+s.x)/2,y:(c.y+s.y)/2},m=n.convertPoint(g);l.push(["A",v,v,0,d,f,m.x,m.y]),l.push(["A",v,v,0,d,f,p.x,p.y])}else l.push(["A",v,v,0,d,f,p.x,p.y]);return l}function l(t){r.each(t,(function(e,n){var r=e;if("a"===r[0].toLowerCase()){var i=t[n-1],a=t[n+1];a&&"a"===a[0].toLowerCase()?i&&"l"===i[0].toLowerCase()&&(i[0]="M"):i&&"a"===i[0].toLowerCase()&&a&&"l"===a[0].toLowerCase()&&(a[0]="M")}}))}var u={getLinePath:function(t,e){return a(t,e)},getSplinePath:function(t,e,n){var a=[],o=t[0],s=null;if(t.length<=2)return u.getLinePath(t,e);r.each(t,(function(t){s&&s.x===t.x&&s.y===t.y||(a.push(t.x),a.push(t.y),s=t)})),n=n||[[0,0],[1,1]];var c=i.catmullRom2bezier(a,e,n);return c.unshift(["M",o.x,o.y]),c},getPointRadius:function(t,e){var n=o(t,e);return n},getPointAngle:function(t,e){var n=t.getCenter(),r=Math.atan2(e.y-n.y,e.x-n.x);return r},convertNormalPath:function(t,e){var n=[];return r.each(e,(function(e){var r=e[0];switch(r.toLowerCase()){case"m":case"l":case"c":n.push(s(e,t));break;case"z":default:n.push(e);break}})),n},convertPolarPath:function(t,e){var n,i,a,o,u=[];return r.each(e,(function(r,l){var h=r[0];switch(h.toLowerCase()){case"m":case"c":case"q":u.push(s(r,t));break;case"l":n=e[l-1],i=r,a=t.isTransposed,o=a?n[n.length-2]===i[1]:n[n.length-1]===i[2],o?u=u.concat(c(n,i,t)):u.push(s(r,t));break;case"z":default:u.push(r);break}})),l(u),u}};t.exports=u},function(t,e,n){var r=n(6);function i(t){return r(t)?"":t.toString()}t.exports=i},function(t,e,n){var r=n(28),i=n(5),a=5;function o(t,e,n,s){for(var c in n=n||0,s=s||a,e)if(e.hasOwnProperty(c)){var l=e[c];null!==l&&r(l)?(r(t[c])||(t[c]={}),n<s?o(t[c],l,n+1,s):t[c]=e[c]):i(l)?(t[c]=[],t[c]=t[c].concat(l)):void 0!==l&&(t[c]=l)}}var s=function(){for(var t=new Array(arguments.length),e=t.length,n=0;n<e;n++)t[n]=arguments[n];for(var r=t[0],i=1;i<e;i++)o(r,t[i]);return r};t.exports=s},function(t,e,n){var r=n(63),i=n(14),a=function(t){if(!r(t)||!i(t,"Object"))return!1;if(null===Object.getPrototypeOf(t))return!0;var e=t;while(null!==Object.getPrototypeOf(e))e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e};t.exports=a},function(t,e,n){var r=n(15);function i(t){return r(t)?Array.prototype.slice.call(t):[]}t.exports=i},function(t,e){var n=1e-5;t.exports=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:n;return Math.abs(t-e)<r}},function(t,e,n){var r=n(1),i=/[MLHVQTCSAZ]([^MLHVQTCSAZ]*)/gi,a=/[^\s\,]+/gi;t.exports={parseRadius:function(t){var e=0,n=0,i=0,a=0;return r.isArray(t)?1===t.length?e=n=i=a=t[0]:2===t.length?(e=i=t[0],n=a=t[1]):3===t.length?(e=t[0],n=a=t[1],i=t[2]):(e=t[0],n=t[1],i=t[2],a=t[3]):e=n=i=a=t,{r1:e,r2:n,r3:i,r4:a}},parsePath:function(t){return t=t||[],r.isArray(t)?t:r.isString(t)?(t=t.match(i),r.each(t,(function(e,n){if(e=e.match(a),e[0].length>1){var i=e[0].charAt(0);e.splice(1,0,e[0].substr(1)),e[0]=i}r.each(e,(function(t,n){isNaN(t)||(e[n]=+t)})),t[n]=e})),t):void 0}}},function(t,e,n){"use strict";e["c"]=o,e["b"]=s,e["a"]=c;var r=n(137);function i(t,e){return function(n){return t+n*e}}function a(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}function o(t,e){var n=e-t;return n?i(t,n>180||n<-180?n-360*Math.round(n/360):n):Object(r["a"])(isNaN(t)?e:t)}function s(t){return 1===(t=+t)?c:function(e,n){return n-e?a(e,n,t):Object(r["a"])(isNaN(e)?n:e)}}function c(t,e){var n=e-t;return n?i(t,n):Object(r["a"])(isNaN(t)?e:t)}},function(t,e,n){var r=n(12),i=n(5),a=n(6),o=n(10),s=n(3);function c(t,e){return r(e)?e:t.invert(t.scale(e))}var l=function(){function t(t){var e=this;this.type="base",this.name=null,this.method=null,this.values=[],this.scales=[],this.linear=null;var n=null,r=this.callback;if(t.callback){var i=t.callback;n=function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];var s=i.apply(void 0,n);return a(s)&&(s=r.apply(e,n)),s}}o(this,t),n&&o(this,{callback:n})}var e=t.prototype;return e._getAttrValue=function(t,e){var n=this.values;if(t.isCategory&&!this.linear){var r=t.translate(e);return n[r%n.length]}var i=t.scale(e);return this.getLinearValue(i)},e.getLinearValue=function(t){var e=this.values,n=e.length-1,r=Math.floor(n*t),i=n*t-r,a=e[r],o=r===n?a:e[r+1],s=a+(o-a)*i;return s},e.callback=function(t){var e=this,n=e.scales[0],r=null;return r="identity"===n.type?n.value:e._getAttrValue(n,t),r},e.getNames=function(){for(var t=this.scales,e=this.names,n=Math.min(t.length,e.length),r=[],i=0;i<n;i++)r.push(e[i]);return r},e.getFields=function(){var t=this.scales,e=[];return s(t,(function(t){e.push(t.field)})),e},e.getScale=function(t){var e=this.scales,n=this.names,r=n.indexOf(t);return e[r]},e.mapping=function(){for(var t=this.scales,e=this.callback,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];var a=r;if(e){for(var o=0,s=r.length;o<s;o++)r[o]=this._toOriginParam(r[o],t[o]);a=e.apply(this,r)}return a=[].concat(a),a},e._toOriginParam=function(t,e){var n=t;if(!e.isLinear)if(i(t)){n=[];for(var r=0,a=t.length;r<a;r++)n.push(c(e,t[r]))}else n=c(e,t);return n},t}();t.exports=l},function(t,e,n){var r=n(10),i=function(){var t=e.prototype;function e(t){this._initDefaultCfg(),r(this,t)}return t._initDefaultCfg=function(){this.adjustNames=["x","y"]},t.processAdjust=function(){},e}();t.exports=i},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(36),o=n(4),s=n(187),c=n(188),l=n(16),u=l.FONT_FAMILY,h=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{_id:null,zIndex:4,ticks:null,line:null,tickLine:null,subTickCount:0,subTickLine:null,grid:null,label:{offset:0,offsetX:0,offsetY:0,textStyle:{},autoRotate:!0,autoHide:!1,formatter:null},labelItems:[],title:{autoRotate:!0,textStyle:{}},autoPaint:!0})},n.beforeRender=function(){var t=this,e=t.get("title"),n=t.get("label"),r=t.get("grid");e&&t.set("title",o.deepMix({autoRotate:!0,textStyle:{fontSize:12,fill:"#ccc",textBaseline:"middle",fontFamily:u,textAlign:"center"},offset:48},e)),n&&t.set("label",o.deepMix({autoRotate:!0,autoHide:!0,textStyle:{fontSize:12,fill:"#ccc",textBaseline:"middle",fontFamily:u},offset:10},n)),r&&t.set("grid",o.deepMix({lineStyle:{lineWidth:1,stroke:"#C0D0E0"}},r))},n.render=function(){var t=this;t.beforeRender();var e=t.get("label");e&&t.renderLabels(),t.get("autoPaint")&&t.paint(),o.isNil(t.get("title"))||t.renderTitle(),t.get("group").sort()},n.renderLabels=function(){var t=this,e=t.get("group"),n=t.get("label"),r=new c({name:"axis-label"});t.set("labelRenderer",r),r.set("labelCfg",n);var i=["formatter","htmlTemplate","labelLine","textStyle","useHtml"];o.each(i,(function(t){n[t]&&r.set(t,n[t])})),r.set("coord",t.get("coord")),r.set("group",e.addGroup()),r.set("canvas",t.get("canvas"))},n._parseTicks=function(t){t=t||[];for(var e=t.length,n=0;n<e;n++){var r=t[n];o.isObject(r)||(t[n]=this.parseTick(r,n,e))}return this.set("ticks",t),t},n._addTickItem=function(t,e,n,r){void 0===r&&(r="");var i=this.get("tickItems"),a=this.get("subTickItems"),o=this.getTickEnd(e,n,t),s={x1:e.x,y1:e.y,x2:o.x,y2:o.y};i||(i=[]),a||(a=[]),"sub"===r?a.push(s):i.push(s),this.set("tickItems",i),this.set("subTickItems",a)},n._renderLine=function(){var t,e=this,n=e.get("line");if(n){t=e.getLinePath(),n=o.mix({path:t},n);var r=e.get("group"),i=r.addShape("path",{attrs:n});i.name="axis-line",e.get("appendInfo")&&i.setSilent("appendInfo",e.get("appendInfo")),e.set("lineShape",i)}},n._processCatTicks=function(){var t=this,e=t.get("label"),n=t.get("tickLine"),r=t.get("ticks");r=t._parseTicks(r);for(var i=t._getNormalizedTicks(r),a=0;a<i.length;a+=3){var o=t.getTickPoint(i[a]),s=t.getTickPoint(i[a+1]),c=t.getTickPoint(i[a+2]),l=Math.floor(a/3),u=r[l];n&&(0===l&&t._addTickItem(l,s,n.length),t._addTickItem(l,c,n.length)),e&&t.addLabel(u,o,l)}},n._getNormalizedTicks=function(t){var e=0;t.length>1&&(e=(t[1].value-t[0].value)/2);for(var n=[],r=0;r<t.length;r++){var i=t[r],a=i.value,s=i.value-e,c=i.value+e;n.push(a,s,c)}var l=o.arrayUtil.getRange(n);return n.map((function(t){var e=(t-l.min)/(l.max-l.min);return e}))},n.addLabel=function(t,e,n){var r,i=this,a=i.get("labelItems"),s=i.get("labelRenderer"),c=o.deepMix({},i.get("label"));if(s){var l=i.get("_labelOffset");o.isNil(i.get("label").offset)||(l=i.get("label").offset);var u=i.getSideVector(l,e,n);e={x:e.x+u[0]+c.offsetX,y:e.y+u[1]+c.offsetY},c.text=t.text,c.x=e.x,c.y=e.y,c.point=e,c.textAlign=i.getTextAnchor(u),e.rotate&&(c.rotate=e.rotate),a.push(c)}return r},n._processTicks=function(){var t=this,e=t.get("label"),n=t.get("subTickCount"),r=t.get("tickLine"),i=t.get("ticks");if(i=t._parseTicks(i),o.each(i,(function(n,i){var a=t.getTickPoint(n.value,i);r&&t._addTickItem(i,a,r.length),e&&t.addLabel(n,a,i)})),n){var a=t.get("subTickLine");o.each(i,(function(e,o){if(o>0){var s=e.value-i[o-1].value;s/=t.get("subTickCount")+1;for(var c=1;c<=n;c++){var l={text:"",value:o?i[o-1].value+c*s:c*s},u=t.getTickPoint(l.value),h=void 0;h=a&&a.length?a.length:parseInt(.6*r.length,10),t._addTickItem(c-1,u,h,"sub")}}}))}},n._addTickLine=function(t,e){var n=this,r=o.mix({},e),i=[];o.each(t,(function(t){i.push(["M",t.x1,t.y1]),i.push(["L",t.x2,t.y2])})),delete r.length,r.path=i;var a=n.get("group"),s=a.addShape("path",{attrs:r});s.name="axis-ticks",s._id=n.get("_id")+"-ticks",s.set("coord",n.get("coord")),n.get("appendInfo")&&s.setSilent("appendInfo",n.get("appendInfo"))},n._renderTicks=function(){var t=this,e=t.get("tickItems"),n=t.get("subTickItems");if(!o.isEmpty(e)){var r=t.get("tickLine");t._addTickLine(e,r)}if(!o.isEmpty(n)){var i=t.get("subTickLine")||t.get("tickLine");t._addTickLine(n,i)}},n._renderGrid=function(){var t=this.get("grid");if(t){t.coord=this.get("coord"),t.appendInfo=this.get("appendInfo");var e=this.get("group");this.set("gridGroup",e.addGroup(s,t))}},n._renderLabels=function(){var t=this,e=t.get("labelRenderer"),n=t.get("labelItems");e&&(e.set("items",n),e._dryDraw())},n.paint=function(){var t=this,e=t.get("tickLine"),n=!0;e&&e.hasOwnProperty("alignWithLabel")&&(n=e.alignWithLabel),t._renderLine();var r=t.get("type"),i="cat"===r||"timeCat"===r;i&&!1===n?t._processCatTicks():t._processTicks(),t._renderTicks(),t._renderGrid(),t._renderLabels();var a=this.get("label");a&&a.autoRotate&&t.autoRotateLabels(),a&&a.autoHide&&t.autoHideLabels()},n.parseTick=function(t,e,n){return{text:t,value:e/(n-1)}},n.getTextAnchor=function(t){var e,n=Math.abs(t[1]/t[0]);return e=n>=1?"center":t[0]>0?"start":"end",e},n.getMaxLabelWidth=function(t){var e=t.getLabels(),n=0;return o.each(e,(function(t){var e=t.getBBox(),r=e.width;n<r&&(n=r)})),n},n.getMaxLabelHeight=function(t){var e=t.getLabels(),n=0;return o.each(e,(function(t){var e=t.getBBox(),r=e.height;n<r&&(n=r)})),n},n.destroy=function(){var e=this;if(!e.destroyed){var n=e.get("gridGroup");n&&n.remove();var r=this.get("labelRenderer");r&&r.destroy();var i=e.get("group");i.destroy(),t.prototype.destroy.call(this)}},n.clear=function(){var t=this,e=t.get("group");if(!e.get("destroyed")&&e.get("children").length){var n=t.get("gridGroup");n&&n.clear();var r=this.get("labelRenderer");r&&r.clear();var i=t.get("group");i.clear()}},n.autoRotateLabels=function(){},n.autoHideLabels=function(){},n.renderTitle=function(){},n.getLinePath=function(){},n.getTickPoint=function(){},n.getTickEnd=function(){},n.getSideVector=function(){},e}(a);t.exports=h},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(92),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){return{_id:null,canvas:null,container:null,group:null,capture:!1,coord:null,offset:[0,0],plotRange:null,position:[0,0],visible:!0,zIndex:1}},n._init=function(){},n.clear=function(){},n.destroy=function(){t.prototype.destroy.call(this)},n.beforeRender=function(){},n.render=function(){},n.afterRender=function(){},n.beforeDraw=function(){},n.draw=function(){},n.afterDraw=function(){},n.show=function(){},n.hide=function(){},n.setOffset=function(){},n.setPosition=function(){},n.setVisible=function(){},n.setZIndex=function(){},e}(a);t.exports=o},function(t,e,n){var r=n(2),i=/[MLHVQTCSAZ]([^MLHVQTCSAZ]*)/gi,a=/[^\s\,]+/gi,o={};t.exports={parseRadius:function(t){var e=0,n=0,i=0,a=0;return r.isArray(t)?1===t.length?e=n=i=a=t[0]:2===t.length?(e=i=t[0],n=a=t[1]):3===t.length?(e=t[0],n=a=t[1],i=t[2]):(e=t[0],n=t[1],i=t[2],a=t[3]):e=n=i=a=t,{r1:e,r2:n,r3:i,r4:a}},parsePath:function(t){return t=t||[],r.isArray(t)?t:r.isString(t)?(t=t.match(i),r.each(t,(function(e,n){if(e=e.match(a),e[0].length>1){var i=e[0].charAt(0);e.splice(1,0,e[0].substr(1)),e[0]=i}r.each(e,(function(t,n){isNaN(t)||(e[n]=+t)})),t[n]=e})),t):void 0},numberToColor:function(t){var e=o[t];if(!e){for(var n=t.toString(16),r=n.length;r<6;r++)n="0"+n;e="#"+n,o[t]=e}return e}}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(6),a=n(3),o=n(20),s=n(208),c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this);var e=this;e.type="linear",e.isLinear=!0,e.nice=!1,e.min=null,e.minLimit=null,e.max=null,e.maxLimit=null,e.tickCount=null,e.tickInterval=null,e.minTickInterval=null,e.snapArray=null},n.init=function(){var t=this;if(t.ticks){var e=t.ticks,n=t.translate(e[0]),r=t.translate(e[e.length-1]);(i(t.min)||t.min>n)&&(t.min=n),(i(t.max)||t.max<r)&&(t.max=r)}else t.min=t.translate(t.min),t.max=t.translate(t.max),t.initTicks()},n.calculateTicks=function(){var t=this.min,e=this.max,n=this.minLimit,r=this.maxLimit,i=this.tickCount,a=this.tickInterval,o=this.minTickInterval,c=this.snapArray;if(1===i)throw new Error("linear scale'tickCount should not be 1");if(e<t)throw new Error("max: "+e+" should not be less than min: "+t);var l=s({min:t,max:e,minLimit:n,maxLimit:r,minCount:i,maxCount:i,interval:a,minTickInterval:o,snapArray:c});return l.ticks},n.initTicks=function(){var t=this,e=t.calculateTicks();if(t.nice)t.ticks=e,t.min=e[0],t.max=e[e.length-1];else{var n=[];a(e,(function(e){e>=t.min&&e<=t.max&&n.push(e)})),n.length||(n.push(t.min),n.push(t.max)),t.ticks=n}},n.scale=function(t){if(i(t))return NaN;var e=this.max,n=this.min;if(e===n)return 0;var r=(t-n)/(e-n),a=this.rangeMin(),o=this.rangeMax();return a+r*(o-a)},n.invert=function(t){var e=(t-this.rangeMin())/(this.rangeMax()-this.rangeMin());return this.min+e*(this.max-this.min)},e}(o);o.Linear=c,t.exports=c},function(t,e,n){var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=n(5),a=function t(e){if("object"!==("undefined"===typeof e?"undefined":r(e))||null===e)return e;var n=void 0;if(i(e)){n=[];for(var a=0,o=e.length;a<o;a++)"object"===r(e[a])&&null!=e[a]?n[a]=t(e[a]):n[a]=e[a]}else for(var s in n={},e)"object"===r(e[s])&&null!=e[s]?n[s]=t(e[s]):n[s]=e[s];return n};t.exports=a},function(t,e,n){var r=n(63),i=n(15),a=n(12),o=function t(e,n){if(e===n)return!0;if(!e||!n)return!1;if(a(e)||a(n))return!1;if(i(e)||i(n)){if(e.length!==n.length)return!1;for(var o=!0,s=0;s<e.length;s++)if(o=t(e[s],n[s]),!o)break;return o}if(r(e)||r(n)){var c=Object.keys(e),l=Object.keys(n);if(c.length!==l.length)return!1;for(var u=!0,h=0;h<c.length;h++)if(u=t(e[c[h]],n[c[h]]),!u)break;return u}return!1};t.exports=o},function(t,e){var n=function(t,e,n){return t<e?e:t>n?n:t};t.exports=n},function(t,e,n){var r=n(218);r.translate=function(t,e,n){var i=new Array(9);return r.fromTranslation(i,n),r.multiply(t,i,e)},r.rotate=function(t,e,n){var i=new Array(9);return r.fromRotation(i,n),r.multiply(t,i,e)},r.scale=function(t,e,n){var i=new Array(9);return r.fromScaling(i,n),r.multiply(t,i,e)},t.exports=r},function(t,e,n){var r=n(1).vec2;t.exports={at:function(t,e,n){return(e-t)*n+t},pointDistance:function(t,e,n,i,a,o){var s=[n-t,i-e];if(r.exactEquals(s,[0,0]))return NaN;var c=[-s[1],s[0]];r.normalize(c,c);var l=[a-t,o-e];return Math.abs(r.dot(l,c))},box:function(t,e,n,r,i){var a=i/2,o=Math.min(t,n),s=Math.max(t,n),c=Math.min(e,r),l=Math.max(e,r);return{minX:o-a,minY:c-a,maxX:s+a,maxY:l+a}},len:function(t,e,n,r){return Math.sqrt((n-t)*(n-t)+(r-e)*(r-e))}}},function(t,e,n){var r=n(1);function i(t,e,n,r){return{x:Math.cos(r)*n+t,y:Math.sin(r)*n+e}}function a(t,e,n,r){var i,a;return r?t<e?(i=e-t,a=2*Math.PI-n+t):t>n&&(i=2*Math.PI-t+e,a=t-n):(i=t-e,a=n-t),i>a?n:e}function o(t,e,n,i){var o=0;return n-e>=2*Math.PI&&(o=2*Math.PI),e=r.mod(e,2*Math.PI),n=r.mod(n,2*Math.PI)+o,t=r.mod(t,2*Math.PI),i?e>=n?t>n&&t<e?t:a(t,n,e,!0):t<e||t>n?t:a(t,e,n):e<=n?e<t&&t<n?t:a(t,e,n,!0):t>e||t<n?t:a(t,n,e)}function s(t,e,n,i,a,s,c,l,u){var h=[c,l],f=[t,e],d=[1,0],p=r.vec2.subtract([],h,f),v=r.vec2.angleTo(d,p);v=o(v,i,a,s);var g=[n*Math.cos(v)+t,n*Math.sin(v)+e];u&&(u.x=g[0],u.y=g[1]);var m=r.vec2.distance(g,h);return m}function c(t,e,n,a,s,c){var l=0,u=Math.PI/2,h=Math.PI,f=3*Math.PI/2,d=[],p=o(l,a,s,c);p===l&&d.push(i(t,e,n,l)),p=o(u,a,s,c),p===u&&d.push(i(t,e,n,u)),p=o(h,a,s,c),p===h&&d.push(i(t,e,n,h)),p=o(f,a,s,c),p===f&&d.push(i(t,e,n,f)),d.push(i(t,e,n,a)),d.push(i(t,e,n,s));var v=1/0,g=-1/0,m=1/0,y=-1/0;return r.each(d,(function(t){v>t.x&&(v=t.x),g<t.x&&(g=t.x),m>t.y&&(m=t.y),y<t.y&&(y=t.y)})),{minX:v,minY:m,maxX:g,maxY:y}}t.exports={nearAngle:o,projectPoint:function(t,e,n,r,i,a,o,c){var l={};return s(t,e,n,r,i,a,o,c,l),l},pointDistance:s,box:c}},function(t,e,n){var r=n(31),i=n(46),a=Math.PI,o=Math.sin,s=Math.cos,c=Math.atan2,l=10,u=a/3;function h(t,e,n,r,i,h,f){var d,p,v,g,m,y,b;if(!e.fill){var _=e.arrowLength||l,x=e.arrowAngle?e.arrowAngle*a/180:u;b=c(r-h,n-i),m=Math.abs(e.lineWidth*s(b))/2,y=Math.abs(e.lineWidth*o(b))/2,f&&(m=-m,y=-y),d=i+_*s(b+x/2),p=h+_*o(b+x/2),v=i+_*s(b-x/2),g=h+_*o(b-x/2),t.beginPath(),t.moveTo(d-m,p-y),t.lineTo(i-m,h-y),t.lineTo(v-m,g-y),t.moveTo(i-m,h-y),t.lineTo(i+m,h+y),t.moveTo(i,h),t.stroke()}}function f(t){var e,n=[],a=r.parsePath(t.path);if(!Array.isArray(a)||0===a.length||"M"!==a[0][0]&&"m"!==a[0][0])return!1;for(var o=a.length,s=0;s<a.length;s++){var c=a[s];e=new i(c,e,s===o-1),n.push(e)}return n}function d(t,e,n,r,i){var a=Math.atan2(r-e,n-t);return{dx:s(a)*i,dy:o(a)*i}}function p(t,e,n,r,i,a,c){var l=c?e.startArrow:e.endArrow,u=l.d,h=i-n,d=a-r,p=Math.atan2(d,h),v=f(l);if(v){u&&(i-=s(p)*u,a-=o(p)*u),t.save(),t.beginPath(),t.translate(i,a),t.rotate(p);for(var g=0;g<v.length;g++)v[g].draw(t);t.setTransform(1,0,0,1,0,0),t.fillStyle=t.strokeStyle,t.fill(),t.restore()}}t.exports={addStartArrow:function(t,e,n,r,i,a){"object"===typeof e.startArrow?p(t,e,n,r,i,a,!0):e.startArrow&&h(t,e,n,r,i,a,!0)},addEndArrow:function(t,e,n,r,i,a){"object"===typeof e.endArrow?p(t,e,n,r,i,a,!1):e.endArrow&&h(t,e,n,r,i,a,!1)},getShortenOffset:d}},function(t,e,n){var r=n(1),i=n(79),a=n(80),o=n(118),s=n(119),c=r.vec3,l=r.mat3,u=["m","l","c","a","q","h","v","t","s","z"];function h(t,e,n){return{x:n.x+t,y:n.y+e}}function f(t,e){return{x:e.x+(e.x-t.x),y:e.y+(e.y-t.y)}}function d(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function p(t,e){return(t[0]*e[0]+t[1]*e[1])/(d(t)*d(e))}function v(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(p(t,e))}function g(t,e,n,i,a,o,s){var c=r.mod(r.toRadian(s),2*Math.PI),l=t.x,u=t.y,h=e.x,f=e.y,d=Math.cos(c)*(l-h)/2+Math.sin(c)*(u-f)/2,g=-1*Math.sin(c)*(l-h)/2+Math.cos(c)*(u-f)/2,m=d*d/(a*a)+g*g/(o*o);m>1&&(a*=Math.sqrt(m),o*=Math.sqrt(m));var y=a*a*(g*g)+o*o*(d*d),b=Math.sqrt((a*a*(o*o)-y)/y);n===i&&(b*=-1),isNaN(b)&&(b=0);var _=b*a*g/o,x=b*-o*d/a,w=(l+h)/2+Math.cos(c)*_-Math.sin(c)*x,k=(u+f)/2+Math.sin(c)*_+Math.cos(c)*x,C=v([1,0],[(d-_)/a,(g-x)/o]),S=[(d-_)/a,(g-x)/o],T=[(-1*d-_)/a,(-1*g-x)/o],O=v(S,T);return p(S,T)<=-1&&(O=Math.PI),p(S,T)>=1&&(O=0),0===i&&O>0&&(O-=2*Math.PI),1===i&&O<0&&(O+=2*Math.PI),[t,w,k,a,o,C,O,c,i]}var m=function(t,e,n){this.preSegment=e,this.isLast=n,this.init(t,e)};r.augment(m,{init:function(t,e){var n=t[0];e=e||{endPoint:{x:0,y:0}};var i,a,o,s,c=u.indexOf(n)>=0,l=c?n.toUpperCase():n,d=t,p=e.endPoint,v=d[1],m=d[2];switch(l){default:break;case"M":s=c?h(v,m,p):{x:v,y:m},this.command="M",this.params=[p,s],this.subStart=s,this.endPoint=s;break;case"L":s=c?h(v,m,p):{x:v,y:m},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"H":s=c?h(v,0,p):{x:v,y:p.y},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"V":s=c?h(0,v,p):{x:p.x,y:v},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"Q":c?(i=h(v,m,p),a=h(d[3],d[4],p)):(i={x:v,y:m},a={x:d[3],y:d[4]}),this.command="Q",this.params=[p,i,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-i.x,a.y-i.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]};break;case"T":a=c?h(v,m,p):{x:v,y:m},"Q"===e.command?(i=f(e.params[1],p),this.command="Q",this.params=[p,i,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-i.x,a.y-i.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]}):(this.command="TL",this.params=[p,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-p.x,a.y-p.y]},this.startTangent=function(){return[p.x-a.x,p.y-a.y]});break;case"C":c?(i=h(v,m,p),a=h(d[3],d[4],p),o=h(d[5],d[6],p)):(i={x:v,y:m},a={x:d[3],y:d[4]},o={x:d[5],y:d[6]}),this.command="C",this.params=[p,i,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]};break;case"S":c?(a=h(v,m,p),o=h(d[3],d[4],p)):(a={x:v,y:m},o={x:d[3],y:d[4]}),"C"===e.command?(i=f(e.params[2],p),this.command="C",this.params=[p,i,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]}):(this.command="SQ",this.params=[p,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-a.x,p.y-a.y]});break;case"A":var y=v,b=m,_=d[3],x=d[4],w=d[5];s=c?h(d[6],d[7],p):{x:d[6],y:d[7]},this.command="A";var k=g(p,s,x,w,y,b,_);this.params=k;var C=e.subStart;this.subStart=C,this.endPoint=s;var S=k[5]%(2*Math.PI);r.isNumberEqual(S,2*Math.PI)&&(S=0);var T=k[6]%(2*Math.PI);r.isNumberEqual(T,2*Math.PI)&&(T=0);var O=.001;this.startTangent=function(){0===w&&(O*=-1);var t=k[3]*Math.cos(S-O)+k[1],e=k[4]*Math.sin(S-O)+k[2];return[t-C.x,e-C.y]},this.endTangent=function(){var t=k[6];t-2*Math.PI<1e-4&&(t=0);var e=k[3]*Math.cos(S+t+O)+k[1],n=k[4]*Math.sin(S+t-O)+k[2];return[p.x-e,p.y-n]};break;case"Z":this.command="Z",this.params=[p,e.subStart],this.subStart=e.subStart,this.endPoint=e.subStart}},isInside:function(t,e,n){var r=this,a=r.command,o=r.params,s=r.box;if(s&&!i.box(s.minX,s.maxX,s.minY,s.maxY,t,e))return!1;switch(a){default:break;case"M":return!1;case"TL":case"L":case"Z":return i.line(o[0].x,o[0].y,o[1].x,o[1].y,n,t,e);case"SQ":case"Q":return i.quadraticline(o[0].x,o[0].y,o[1].x,o[1].y,o[2].x,o[2].y,n,t,e);case"C":return i.cubicline(o[0].x,o[0].y,o[1].x,o[1].y,o[2].x,o[2].y,o[3].x,o[3].y,n,t,e);case"A":var u=o,h=u[1],f=u[2],d=u[3],p=u[4],v=u[5],g=u[6],m=u[7],y=u[8],b=d>p?d:p,_=d>p?1:d/p,x=d>p?p/d:1;u=[t,e,1];var w=[1,0,0,0,1,0,0,0,1];return l.translate(w,w,[-h,-f]),l.rotate(w,w,-m),l.scale(w,w,[1/_,1/x]),c.transformMat3(u,u,w),i.arcline(0,0,b,v,v+g,1-y,n,u[0],u[1])}return!1},draw:function(t){var e,n,r,i=this.command,a=this.params;switch(i){default:break;case"M":t.moveTo(a[1].x,a[1].y);break;case"TL":case"L":t.lineTo(a[1].x,a[1].y);break;case"SQ":case"Q":e=a[1],n=a[2],t.quadraticCurveTo(e.x,e.y,n.x,n.y);break;case"C":e=a[1],n=a[2],r=a[3],t.bezierCurveTo(e.x,e.y,n.x,n.y,r.x,r.y);break;case"A":var o=a,s=o[1],c=o[2],l=s,u=c,h=o[3],f=o[4],d=o[5],p=o[6],v=o[7],g=o[8],m=h>f?h:f,y=h>f?1:h/f,b=h>f?f/h:1;t.translate(l,u),t.rotate(v),t.scale(y,b),t.arc(0,0,m,d,d+p,1-g),t.scale(1/y,1/b),t.rotate(-v),t.translate(-l,-u);break;case"Z":t.closePath();break}},shortenDraw:function(t,e,n){var r,i,a,o=this.command,s=this.params;switch(o){default:break;case"M":t.moveTo(s[1].x-e,s[1].y-n);break;case"TL":case"L":t.lineTo(s[1].x-e,s[1].y-n);break;case"SQ":case"Q":r=s[1],i=s[2],t.quadraticCurveTo(r.x,r.y,i.x-e,i.y-n);break;case"C":r=s[1],i=s[2],a=s[3],t.bezierCurveTo(r.x,r.y,i.x,i.y,a.x-e,a.y-n);break;case"A":var c=s,l=c[1],u=c[2],h=l,f=u,d=c[3],p=c[4],v=c[5],g=c[6],m=c[7],y=c[8],b=d>p?d:p,_=d>p?1:d/p,x=d>p?p/d:1;t.translate(h,f),t.rotate(m),t.scale(_,x),t.arc(0,0,b,v,v+g,1-y),t.scale(1/_,1/x),t.rotate(-m),t.translate(-h,-f);break;case"Z":t.closePath();break}},getBBox:function(t){var e,n,r,i,c=t/2,l=this.params;switch(this.command){default:case"M":case"Z":break;case"TL":case"L":this.box={minX:Math.min(l[0].x,l[1].x)-c,maxX:Math.max(l[0].x,l[1].x)+c,minY:Math.min(l[0].y,l[1].y)-c,maxY:Math.max(l[0].y,l[1].y)+c};break;case"SQ":case"Q":for(n=o.extrema(l[0].x,l[1].x,l[2].x),r=0,i=n.length;r<i;r++)n[r]=o.at(l[0].x,l[1].x,l[2].x,n[r]);for(n.push(l[0].x,l[2].x),e=o.extrema(l[0].y,l[1].y,l[2].y),r=0,i=e.length;r<i;r++)e[r]=o.at(l[0].y,l[1].y,l[2].y,e);e.push(l[0].y,l[2].y),this.box={minX:Math.min.apply(Math,n)-c,maxX:Math.max.apply(Math,n)+c,minY:Math.min.apply(Math,e)-c,maxY:Math.max.apply(Math,e)+c};break;case"C":for(n=a.extrema(l[0].x,l[1].x,l[2].x,l[3].x),r=0,i=n.length;r<i;r++)n[r]=a.at(l[0].x,l[1].x,l[2].x,l[3].x,n[r]);for(e=a.extrema(l[0].y,l[1].y,l[2].y,l[3].y),r=0,i=e.length;r<i;r++)e[r]=a.at(l[0].y,l[1].y,l[2].y,l[3].y,e[r]);n.push(l[0].x,l[3].x),e.push(l[0].y,l[3].y),this.box={minX:Math.min.apply(Math,n)-c,maxX:Math.max.apply(Math,n)+c,minY:Math.min.apply(Math,e)-c,maxY:Math.max.apply(Math,e)+c};break;case"A":var u=l,h=u[1],f=u[2],d=u[3],p=u[4],v=u[5],g=u[6],m=u[7],y=u[8],b=v,_=v+g,x=s.xExtrema(m,d,p),w=1/0,k=-1/0,C=[b,_];for(r=2*-Math.PI;r<=2*Math.PI;r+=Math.PI){var S=x+r;1===y?b<S&&S<_&&C.push(S):_<S&&S<b&&C.push(S)}for(r=0,i=C.length;r<i;r++){var T=s.xAt(m,d,p,h,C[r]);T<w&&(w=T),T>k&&(k=T)}var O=s.yExtrema(m,d,p),M=1/0,E=-1/0,A=[b,_];for(r=2*-Math.PI;r<=2*Math.PI;r+=Math.PI){var P=O+r;1===y?b<P&&P<_&&A.push(P):_<P&&P<b&&A.push(P)}for(r=0,i=A.length;r<i;r++){var L=s.yAt(m,d,p,f,A[r]);L<M&&(M=L),L>E&&(E=L)}this.box={minX:w-c,maxX:k+c,minY:M-c,maxY:E+c};break}}}),t.exports=m},function(t,e,n){"use strict";e["a"]=function(t,e){return t=+t,e-=t,function(n){return t+e*n}}},function(t,e,n){var r=n(15),i=Array.prototype.indexOf,a=function(t,e){return!!r(t)&&i.call(t,e)>-1};t.exports=a},function(t,e){var n=function(t){for(var e=[],n=0;n<t.length;n++)e=e.concat(t[n]);return e};t.exports=n},function(t,e,n){t.exports={mat3:n(42),vec2:n(75),vec3:n(76),transform:n(77)}},function(t,e,n){t.exports={Canvas:n(345),Group:n(171),Shape:n(9),Arc:n(175),Circle:n(176),Dom:n(177),Ellipse:n(178),Fan:n(179),Image:n(180),Line:n(181),Marker:n(95),Path:n(182),Polygon:n(183),Polyline:n(184),Rect:n(185),Text:n(186),PathSegment:n(55),PathUtil:n(96),Event:n(170),version:"3.3.6"}},function(t,e,n){var r=n(2).vec2;t.exports={at:function(t,e,n){return(e-t)*n+t},pointDistance:function(t,e,n,i,a,o){var s=[n-t,i-e];if(r.exactEquals(s,[0,0]))return NaN;var c=[-s[1],s[0]];r.normalize(c,c);var l=[a-t,o-e];return Math.abs(r.dot(l,c))},box:function(t,e,n,r,i){var a=i/2,o=Math.min(t,n),s=Math.max(t,n),c=Math.min(e,r),l=Math.max(e,r);return{minX:o-a,minY:c-a,maxX:s+a,maxY:l+a}},len:function(t,e,n,r){return Math.sqrt((n-t)*(n-t)+(r-e)*(r-e))}}},function(t,e,n){var r=n(2);function i(t,e,n,r){return{x:Math.cos(r)*n+t,y:Math.sin(r)*n+e}}function a(t,e,n,r){var i,a;return r?t<e?(i=e-t,a=2*Math.PI-n+t):t>n&&(i=2*Math.PI-t+e,a=t-n):(i=t-e,a=n-t),i>a?n:e}function o(t,e,n,i){var o=0;return n-e>=2*Math.PI&&(o=2*Math.PI),e=r.mod(e,2*Math.PI),n=r.mod(n,2*Math.PI)+o,t=r.mod(t,2*Math.PI),i?e>=n?t>n&&t<e?t:a(t,n,e,!0):t<e||t>n?t:a(t,e,n):e<=n?e<t&&t<n?t:a(t,e,n,!0):t>e||t<n?t:a(t,n,e)}function s(t,e,n,i,a,s,c,l,u){var h=[c,l],f=[t,e],d=[1,0],p=r.vec2.subtract([],h,f),v=r.vec2.angleTo(d,p);v=o(v,i,a,s);var g=[n*Math.cos(v)+t,n*Math.sin(v)+e];u&&(u.x=g[0],u.y=g[1]);var m=r.vec2.distance(g,h);return m}function c(t,e,n,a,s,c){var l=0,u=Math.PI/2,h=Math.PI,f=3*Math.PI/2,d=[],p=o(l,a,s,c);p===l&&d.push(i(t,e,n,l)),p=o(u,a,s,c),p===u&&d.push(i(t,e,n,u)),p=o(h,a,s,c),p===h&&d.push(i(t,e,n,h)),p=o(f,a,s,c),p===f&&d.push(i(t,e,n,f)),d.push(i(t,e,n,a)),d.push(i(t,e,n,s));var v=1/0,g=-1/0,m=1/0,y=-1/0;return r.each(d,(function(t){v>t.x&&(v=t.x),g<t.x&&(g=t.x),m>t.y&&(m=t.y),y<t.y&&(y=t.y)})),{minX:v,minY:m,maxX:g,maxY:y}}t.exports={nearAngle:o,projectPoint:function(t,e,n,r,i,a,o,c){var l={};return s(t,e,n,r,i,a,o,c,l),l},pointDistance:s,box:c}},function(t,e,n){var r=n(37),i=n(55),a=Math.PI,o=Math.sin,s=Math.cos,c=Math.atan2,l=10,u=a/3;function h(t,e,n,r,i,h,f){var d,p,v,g,m,y,b;if(!e.fill){var _=e.arrowLength||l,x=e.arrowAngle?e.arrowAngle*a/180:u;b=c(r-h,n-i),m=Math.abs(e.lineWidth*s(b))/2,y=Math.abs(e.lineWidth*o(b))/2,f&&(m=-m,y=-y),d=i+_*s(b+x/2),p=h+_*o(b+x/2),v=i+_*s(b-x/2),g=h+_*o(b-x/2),t.beginPath(),t.moveTo(d-m,p-y),t.lineTo(i-m,h-y),t.lineTo(v-m,g-y),t.moveTo(i-m,h-y),t.lineTo(i+m,h+y),t.moveTo(i,h),t.stroke()}}function f(t){var e,n=[],a=r.parsePath(t.path);if(!Array.isArray(a)||0===a.length||"M"!==a[0][0]&&"m"!==a[0][0])return!1;for(var o=a.length,s=0;s<a.length;s++){var c=a[s];e=new i(c,e,s===o-1),n.push(e)}return n}function d(t,e,n,r,i,a,o){var s=o?e.startArrow:e.endArrow,c=s.d,l=0,u=i-n,h=a-r,d=Math.atan(u/h);0===h&&u<0?l=Math.PI:u>0&&h>0?l=Math.PI/2-d:u<0&&h<0?l=-Math.PI/2-d:u>=0&&h<0?l=-d-Math.PI/2:u<=0&&h>0&&(l=Math.PI/2-d);var p=f(s);if(p){c&&(o?(i+=Math.sin(Math.abs(d))*c,a=a+Math.cos(Math.abs(d))*c-.5*t.lineWidth):(i-=Math.sin(Math.abs(d))*c,a=a-Math.cos(Math.abs(d))*c+.5*t.lineWidth)),t.save(),t.beginPath(),t.translate(i,a),t.rotate(l);for(var v=0;v<p.length;v++)p[v].draw(t);t.setTransform(1,0,0,1,0,0),t.fillStyle=t.strokeStyle,t.fill(),t.restore()}}t.exports={addStartArrow:function(t,e,n,r,i,a){"object"===typeof e.startArrow?d(t,e,n,r,i,a,!0):e.startArrow&&h(t,e,n,r,i,a,!0)},addEndArrow:function(t,e,n,r,i,a){"object"===typeof e.endArrow?d(t,e,n,r,i,a,!1):e.endArrow&&h(t,e,n,r,i,a,!1)}}},function(t,e,n){var r=n(2),i=n(93),a=n(94),o=n(173),s=n(174),c=r.vec3,l=r.mat3,u=["m","l","c","a","q","h","v","t","s","z"];function h(t,e,n){return{x:n.x+t,y:n.y+e}}function f(t,e){return{x:e.x+(e.x-t.x),y:e.y+(e.y-t.y)}}function d(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function p(t,e){return(t[0]*e[0]+t[1]*e[1])/(d(t)*d(e))}function v(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(p(t,e))}function g(t,e,n,i,a,o,s){var c=r.mod(r.toRadian(s),2*Math.PI),l=t.x,u=t.y,h=e.x,f=e.y,d=Math.cos(c)*(l-h)/2+Math.sin(c)*(u-f)/2,g=-1*Math.sin(c)*(l-h)/2+Math.cos(c)*(u-f)/2,m=d*d/(a*a)+g*g/(o*o);m>1&&(a*=Math.sqrt(m),o*=Math.sqrt(m));var y=a*a*(g*g)+o*o*(d*d),b=Math.sqrt((a*a*(o*o)-y)/y);n===i&&(b*=-1),isNaN(b)&&(b=0);var _=b*a*g/o,x=b*-o*d/a,w=(l+h)/2+Math.cos(c)*_-Math.sin(c)*x,k=(u+f)/2+Math.sin(c)*_+Math.cos(c)*x,C=v([1,0],[(d-_)/a,(g-x)/o]),S=[(d-_)/a,(g-x)/o],T=[(-1*d-_)/a,(-1*g-x)/o],O=v(S,T);return p(S,T)<=-1&&(O=Math.PI),p(S,T)>=1&&(O=0),0===i&&O>0&&(O-=2*Math.PI),1===i&&O<0&&(O+=2*Math.PI),[t,w,k,a,o,C,O,c,i]}var m=function(t,e,n){this.preSegment=e,this.isLast=n,this.init(t,e)};r.augment(m,{init:function(t,e){var n=t[0];e=e||{endPoint:{x:0,y:0}};var i,a,o,s,c=u.indexOf(n)>=0,l=c?n.toUpperCase():n,d=t,p=e.endPoint,v=d[1],m=d[2];switch(l){default:break;case"M":s=c?h(v,m,p):{x:v,y:m},this.command="M",this.params=[p,s],this.subStart=s,this.endPoint=s;break;case"L":s=c?h(v,m,p):{x:v,y:m},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"H":s=c?h(v,0,p):{x:v,y:p.y},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"V":s=c?h(0,v,p):{x:p.x,y:v},this.command="L",this.params=[p,s],this.subStart=e.subStart,this.endPoint=s,this.endTangent=function(){return[s.x-p.x,s.y-p.y]},this.startTangent=function(){return[p.x-s.x,p.y-s.y]};break;case"Q":c?(i=h(v,m,p),a=h(d[3],d[4],p)):(i={x:v,y:m},a={x:d[3],y:d[4]}),this.command="Q",this.params=[p,i,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-i.x,a.y-i.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]};break;case"T":a=c?h(v,m,p):{x:v,y:m},"Q"===e.command?(i=f(e.params[1],p),this.command="Q",this.params=[p,i,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-i.x,a.y-i.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]}):(this.command="TL",this.params=[p,a],this.subStart=e.subStart,this.endPoint=a,this.endTangent=function(){return[a.x-p.x,a.y-p.y]},this.startTangent=function(){return[p.x-a.x,p.y-a.y]});break;case"C":c?(i=h(v,m,p),a=h(d[3],d[4],p),o=h(d[5],d[6],p)):(i={x:v,y:m},a={x:d[3],y:d[4]},o={x:d[5],y:d[6]}),this.command="C",this.params=[p,i,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]};break;case"S":c?(a=h(v,m,p),o=h(d[3],d[4],p)):(a={x:v,y:m},o={x:d[3],y:d[4]}),"C"===e.command?(i=f(e.params[2],p),this.command="C",this.params=[p,i,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-i.x,p.y-i.y]}):(this.command="SQ",this.params=[p,a,o],this.subStart=e.subStart,this.endPoint=o,this.endTangent=function(){return[o.x-a.x,o.y-a.y]},this.startTangent=function(){return[p.x-a.x,p.y-a.y]});break;case"A":var y=v,b=m,_=d[3],x=d[4],w=d[5];s=c?h(d[6],d[7],p):{x:d[6],y:d[7]},this.command="A";var k=g(p,s,x,w,y,b,_);this.params=k;var C=e.subStart;this.subStart=C,this.endPoint=s;var S=k[5]%(2*Math.PI);r.isNumberEqual(S,2*Math.PI)&&(S=0);var T=k[6]%(2*Math.PI);r.isNumberEqual(T,2*Math.PI)&&(T=0);var O=.001;this.startTangent=function(){0===w&&(O*=-1);var t=k[3]*Math.cos(S-O)+k[1],e=k[4]*Math.sin(S-O)+k[2];return[t-C.x,e-C.y]},this.endTangent=function(){var t=k[6];t-2*Math.PI<1e-4&&(t=0);var e=k[3]*Math.cos(S+t+O)+k[1],n=k[4]*Math.sin(S+t-O)+k[2];return[p.x-e,p.y-n]};break;case"Z":this.command="Z",this.params=[p,e.subStart],this.subStart=e.subStart,this.endPoint=e.subStart}},isInside:function(t,e,n){var r=this,a=r.command,o=r.params,s=r.box;if(s&&!i.box(s.minX,s.maxX,s.minY,s.maxY,t,e))return!1;switch(a){default:break;case"M":return!1;case"TL":case"L":case"Z":return i.line(o[0].x,o[0].y,o[1].x,o[1].y,n,t,e);case"SQ":case"Q":return i.quadraticline(o[0].x,o[0].y,o[1].x,o[1].y,o[2].x,o[2].y,n,t,e);case"C":return i.cubicline(o[0].x,o[0].y,o[1].x,o[1].y,o[2].x,o[2].y,o[3].x,o[3].y,n,t,e);case"A":var u=o,h=u[1],f=u[2],d=u[3],p=u[4],v=u[5],g=u[6],m=u[7],y=u[8],b=d>p?d:p,_=d>p?1:d/p,x=d>p?p/d:1;u=[t,e,1];var w=[1,0,0,0,1,0,0,0,1];return l.translate(w,w,[-h,-f]),l.rotate(w,w,-m),l.scale(w,w,[1/_,1/x]),c.transformMat3(u,u,w),i.arcline(0,0,b,v,v+g,1-y,n,u[0],u[1])}return!1},draw:function(t){var e,n,r,i=this.command,a=this.params;switch(i){default:break;case"M":t.moveTo(a[1].x,a[1].y);break;case"TL":case"L":t.lineTo(a[1].x,a[1].y);break;case"SQ":case"Q":e=a[1],n=a[2],t.quadraticCurveTo(e.x,e.y,n.x,n.y);break;case"C":e=a[1],n=a[2],r=a[3],t.bezierCurveTo(e.x,e.y,n.x,n.y,r.x,r.y);break;case"A":var o=a,s=o[1],c=o[2],l=s,u=c,h=o[3],f=o[4],d=o[5],p=o[6],v=o[7],g=o[8],m=h>f?h:f,y=h>f?1:h/f,b=h>f?f/h:1;t.translate(l,u),t.rotate(v),t.scale(y,b),t.arc(0,0,m,d,d+p,1-g),t.scale(1/y,1/b),t.rotate(-v),t.translate(-l,-u);break;case"Z":t.closePath();break}},getBBox:function(t){var e,n,r,i,c=t/2,l=this.params;switch(this.command){default:case"M":case"Z":break;case"TL":case"L":this.box={minX:Math.min(l[0].x,l[1].x)-c,maxX:Math.max(l[0].x,l[1].x)+c,minY:Math.min(l[0].y,l[1].y)-c,maxY:Math.max(l[0].y,l[1].y)+c};break;case"SQ":case"Q":for(n=o.extrema(l[0].x,l[1].x,l[2].x),r=0,i=n.length;r<i;r++)n[r]=o.at(l[0].x,l[1].x,l[2].x,n[r]);for(n.push(l[0].x,l[2].x),e=o.extrema(l[0].y,l[1].y,l[2].y),r=0,i=e.length;r<i;r++)e[r]=o.at(l[0].y,l[1].y,l[2].y,e);e.push(l[0].y,l[2].y),this.box={minX:Math.min.apply(Math,n)-c,maxX:Math.max.apply(Math,n)+c,minY:Math.min.apply(Math,e)-c,maxY:Math.max.apply(Math,e)+c};break;case"C":for(n=a.extrema(l[0].x,l[1].x,l[2].x,l[3].x),r=0,i=n.length;r<i;r++)n[r]=a.at(l[0].x,l[1].x,l[2].x,l[3].x,n[r]);for(e=a.extrema(l[0].y,l[1].y,l[2].y,l[3].y),r=0,i=e.length;r<i;r++)e[r]=a.at(l[0].y,l[1].y,l[2].y,l[3].y,e[r]);n.push(l[0].x,l[3].x),e.push(l[0].y,l[3].y),this.box={minX:Math.min.apply(Math,n)-c,maxX:Math.max.apply(Math,n)+c,minY:Math.min.apply(Math,e)-c,maxY:Math.max.apply(Math,e)+c};break;case"A":var u=l,h=u[1],f=u[2],d=u[3],p=u[4],v=u[5],g=u[6],m=u[7],y=u[8],b=v,_=v+g,x=s.xExtrema(m,d,p),w=1/0,k=-1/0,C=[b,_];for(r=2*-Math.PI;r<=2*Math.PI;r+=Math.PI){var S=x+r;1===y?b<S&&S<_&&C.push(S):_<S&&S<b&&C.push(S)}for(r=0,i=C.length;r<i;r++){var T=s.xAt(m,d,p,h,C[r]);T<w&&(w=T),T>k&&(k=T)}var O=s.yExtrema(m,d,p),M=1/0,E=-1/0,A=[b,_];for(r=2*-Math.PI;r<=2*Math.PI;r+=Math.PI){var P=O+r;1===y?b<P&&P<_&&A.push(P):_<P&&P<b&&A.push(P)}for(r=0,i=A.length;r<i;r++){var L=s.yAt(m,d,p,f,A[r]);L<M&&(M=L),L>E&&(E=L)}this.box={minX:w-c,maxX:k+c,minY:M-c,maxY:E+c};break}}}),t.exports=m},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function a(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}var o=n(50),s=n(10),c=o.mat3,l=o.vec3,u=function(){function t(e){r(this,t);var n=this.getDefaultCfg();s(this,n,e),this.init()}return a(t,[{key:"getDefaultCfg",value:function(){return{isTransposed:!1,matrix:[1,0,0,0,1,0,0,0,1]}}}]),a(t,[{key:"init",value:function(){var t=this.start,e=this.end,n={x:(t.x+e.x)/2,y:(t.y+e.y)/2};this.center=n,this.width=Math.abs(e.x-t.x),this.height=Math.abs(e.y-t.y)}},{key:"_swapDim",value:function(t){var e=this[t];if(e){var n=e.start;e.start=e.end,e.end=n}}},{key:"getCenter",value:function(){return this.center}},{key:"getWidth",value:function(){return this.width}},{key:"getHeight",value:function(){return this.height}},{key:"convertDim",value:function(t,e){var n=this[e],r=n.start,i=n.end;return r+t*(i-r)}},{key:"invertDim",value:function(t,e){var n=this[e],r=n.start,i=n.end;return(t-r)/(i-r)}},{key:"convertPoint",value:function(t){return t}},{key:"invertPoint",value:function(t){return t}},{key:"applyMatrix",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=this.matrix,i=[t,e,n];return l.transformMat3(i,i,r),i}},{key:"invertMatrix",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=this.matrix,i=c.invert([],r),a=[t,e,n];return l.transformMat3(a,a,i),a}},{key:"convert",value:function(t){var e=this.convertPoint(t),n=e.x,r=e.y,i=this.applyMatrix(n,r,1);return{x:i[0],y:i[1]}}},{key:"invert",value:function(t){var e=this.invertMatrix(t.x,t.y,1);return this.invertPoint({x:e[0],y:e[1]})}},{key:"rotate",value:function(t){var e=this.matrix,n=this.center;return c.translate(e,e,[-n.x,-n.y]),c.rotate(e,e,t),c.translate(e,e,[n.x,n.y]),this}},{key:"reflect",value:function(t){switch(t){case"x":this._swapDim("x");break;case"y":this._swapDim("y");break;default:this._swapDim("y")}return this}},{key:"scale",value:function(t,e){var n=this.matrix,r=this.center;return c.translate(n,n,[-r.x,-r.y]),c.scale(n,n,[t,e]),c.translate(n,n,[r.x,r.y]),this}},{key:"translate",value:function(t,e){var n=this.matrix;return c.translate(n,n,[t,e]),this}},{key:"transpose",value:function(){return this.isTransposed=!this.isTransposed,this}}]),t}();t.exports=u},function(t,e,n){var r=n(0),i={splitPoints:function(t){var e=[],n=t.x,i=t.y;return i=r.isArray(i)?i:[i],r.each(i,(function(t,i){var a={x:r.isArray(n)?n[i]:n,y:t};e.push(a)})),e},addFillAttrs:function(t,e){e.color&&(t.fill=e.color),r.isNumber(e.opacity)&&(t.opacity=t.fillOpacity=e.opacity)},addStrokeAttrs:function(t,e){e.color&&(t.stroke=e.color),r.isNumber(e.opacity)&&(t.opacity=t.strokeOpacity=e.opacity)}};t.exports=i},function(t,e,n){"use strict";n.d(e,"c",(function(){return c})),n.d(e,"d",(function(){return l})),n.d(e,"b",(function(){return f})),n.d(e,"a",(function(){return d})),e["g"]=p,e["h"]=v,e["f"]=g;var r=n(509),i=n(101),a=Object(r["a"])("start","end","cancel","interrupt"),o=[],s=0,c=1,l=2,u=3,h=4,f=5,d=6;function p(t,e){var n=g(t,e);if(n.state>s)throw new Error("too late; already scheduled");return n}function v(t,e){var n=g(t,e);if(n.state>u)throw new Error("too late; already running");return n}function g(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function m(t,e,n){var r,a=t.__transition;function o(t){n.state=c,n.timer.restart(s,n.delay,n.time),n.delay<=t&&s(t-n.delay)}function s(o){var f,g,m,y;if(n.state!==c)return v();for(f in a)if(y=a[f],y.name===n.name){if(y.state===u)return Object(i["timeout"])(s);y.state===h?(y.state=d,y.timer.stop(),y.on.call("interrupt",t,t.__data__,y.index,y.group),delete a[f]):+f<e&&(y.state=d,y.timer.stop(),y.on.call("cancel",t,t.__data__,y.index,y.group),delete a[f])}if(Object(i["timeout"])((function(){n.state===u&&(n.state=h,n.timer.restart(p,n.delay,n.time),p(o))})),n.state=l,n.on.call("start",t,t.__data__,n.index,n.group),n.state===l){for(n.state=u,r=new Array(m=n.tween.length),f=0,g=-1;f<m;++f)(y=n.tween[f].value.call(t,t.__data__,n.index,n.group))&&(r[++g]=y);r.length=g+1}}function p(e){var i=e<n.duration?n.ease.call(null,e/n.duration):(n.timer.restart(v),n.state=f,1),a=-1,o=r.length;while(++a<o)r[a].call(t,i);n.state===f&&(n.on.call("end",t,t.__data__,n.index,n.group),v())}function v(){for(var r in n.state=d,n.timer.stop(),delete a[e],a)return;delete t.__transition}a[e]=n,n.timer=Object(i["timer"])(o,0,n.time)}e["e"]=function(t,e,n,r,i,c){var l=t.__transition;if(l){if(n in l)return}else t.__transition={};m(t,n,{name:e,index:r,group:i,on:a,tween:o,time:c.time,delay:c.delay,duration:c.duration,ease:c.ease,timer:null,state:s})}},function(t,e,n){t.exports={isFunction:n(13),isObject:n(22),isBoolean:n(60),isNil:n(6),isString:n(12),isArray:n(5),isNumber:n(11),isEmpty:n(61),uniqueId:n(62),clone:n(39),deepMix:n(27),assign:n(10),merge:n(27),upperFirst:n(64),each:n(3),isEqual:n(40),toArray:n(29),extend:n(65),augment:n(66),remove:n(67),isNumberEqual:n(30),toRadian:n(68),toDegree:n(69),mod:n(70),clamp:n(41),createDom:n(71),modifyCSS:n(72),requestAnimationFrame:n(73),getRatio:function(){return window.devicePixelRatio?window.devicePixelRatio:2},mat3:n(42),vec2:n(75),vec3:n(76),transform:n(77)}},function(t,e,n){var r=n(14),i=function(t){return r(t,"Boolean")};t.exports=i},function(t,e,n){var r=n(6),i=n(15),a=n(113),o=n(114),s=Object.prototype.hasOwnProperty;function c(t){if(r(t))return!0;if(i(t))return!t.length;var e=a(t);if("Map"===e||"Set"===e)return!t.size;if(o(t))return!Object.keys(t).length;for(var n in t)if(s.call(t,n))return!1;return!0}t.exports=c},function(t,e){var n=function(){var t={};return function(e){return e=e||"g",t[e]?t[e]+=1:t[e]=1,e+t[e]}}();t.exports=n},function(t,e){var n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=function(t){return"object"===("undefined"===typeof t?"undefined":n(t))&&null!==t};t.exports=r},function(t,e,n){var r=n(26),i=function(t){var e=r(t);return e.charAt(0).toUpperCase()+e.substring(1)};t.exports=i},function(t,e,n){var r=n(13),i=n(10),a=function(t,e,n,a){r(e)||(n=e,e=t,t=function(){});var o=Object.create?function(t,e){return Object.create(t,{constructor:{value:e}})}:function(t,e){function n(){}n.prototype=t;var r=new n;return r.constructor=e,r},s=o(e.prototype,t);return t.prototype=i(s,t.prototype),t.superclass=o(e.prototype,e),i(s,n),i(t,a),t};t.exports=a},function(t,e,n){var r=n(13),i=n(29),a=n(10),o=function(t){for(var e=i(arguments),n=1;n<e.length;n++){var o=e[n];r(o)&&(o=o.prototype),a(t.prototype,o)}};t.exports=o},function(t,e){var n=Array.prototype,r=n.splice,i=n.indexOf,a=n.slice,o=function(t){for(var e=a.call(arguments,1),n=0;n<e.length;n++){var o=e[n],s=-1;while((s=i.call(t,o))>-1)r.call(t,s,1)}return t};t.exports=o},function(t,e){var n=Math.PI/180,r=function(t){return n*t};t.exports=r},function(t,e){var n=180/Math.PI,r=function(t){return n*t};t.exports=r},function(t,e){var n=function(t,e){return(t%e+e)%e};t.exports=n},function(t,e){var n=document.createElement("table"),r=document.createElement("tr"),i=/^\s*<(\w+|!)[^>]*>/,a={tr:document.createElement("tbody"),tbody:n,thead:n,tfoot:n,td:r,th:r,"*":document.createElement("div")};t.exports=function(t){var e=i.test(t)&&RegExp.$1;e in a||(e="*");var n=a[e];t=t.replace(/(^\s*)|(\s*$)/g,""),n.innerHTML=""+t;var r=n.childNodes[0];return n.removeChild(r),r}},function(t,e){t.exports=function(t,e){if(t)for(var n in e)e.hasOwnProperty(n)&&(t.style[n]=e[n]);return t}},function(t,e){t.exports=function(t){var e=window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(t){return setTimeout(t,16)};return e(t)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setMatrixArrayType=i,e.toRadian=o,e.equals=s;var r=e.EPSILON=1e-6;e.ARRAY_TYPE="undefined"!==typeof Float32Array?Float32Array:Array,e.RANDOM=Math.random;function i(t){e.ARRAY_TYPE=t}var a=Math.PI/180;function o(t){return t*a}function s(t,e){return Math.abs(t-e)<=r*Math.max(1,Math.abs(t),Math.abs(e))}},function(t,e,n){var r=n(219),i=n(41);r.angle=function(t,e){var n=r.dot(t,e)/(r.length(t)*r.length(e));return Math.acos(i(n,-1,1))},r.direction=function(t,e){return t[0]*e[1]-e[0]*t[1]},r.angleTo=function(t,e,n){var i=r.angle(t,e),a=r.direction(t,e)>=0;return n?a?2*Math.PI-i:i:a?i:2*Math.PI-i},r.vertical=function(t,e,n){return n?(t[0]=e[1],t[1]=-1*e[0]):(t[0]=-1*e[1],t[1]=e[0]),t},t.exports=r},function(t,e,n){var r=n(220);t.exports=r},function(t,e,n){var r=n(39),i=n(3),a=n(42);t.exports=function(t,e){return t=r(t),i(e,(function(e){switch(e[0]){case"t":a.translate(t,t,[e[1],e[2]]);break;case"s":a.scale(t,t,[e[1],e[2]]);break;case"r":a.rotate(t,t,e[1]);break;case"m":a.multiply(t,t,e[1]);break;default:return!1}})),t}},function(t,e,n){var r=n(1),i=function(t,e,n,r){this.type=t,this.target=null,this.currentTarget=null,this.bubbles=n,this.cancelable=r,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.removed=!1,this.event=e};r.augment(i,{preventDefault:function(){this.defaultPrevented=this.cancelable&&!0},stopPropagation:function(){this.propagationStopped=!0},remove:function(){this.remove=!0},clone:function(){return r.clone(this)},toString:function(){return"[Event (type="+this.type+")]"}}),t.exports=i},function(t,e,n){var r=n(43),i=n(118),a=n(80),o=n(44);t.exports={line:function(t,e,n,i,a,o,s){var c=r.box(t,e,n,i,a);if(!this.box(c.minX,c.maxX,c.minY,c.maxY,o,s))return!1;var l=r.pointDistance(t,e,n,i,o,s);return!isNaN(l)&&l<=a/2},polyline:function(t,e,n,r){var i=t.length-1;if(i<1)return!1;for(var a=0;a<i;a++){var o=t[a][0],s=t[a][1],c=t[a+1][0],l=t[a+1][1];if(this.line(o,s,c,l,e,n,r))return!0}return!1},cubicline:function(t,e,n,r,i,o,s,c,l,u,h){return a.pointDistance(t,e,n,r,i,o,s,c,u,h)<=l/2},quadraticline:function(t,e,n,r,a,o,s,c,l){return i.pointDistance(t,e,n,r,a,o,c,l)<=s/2},arcline:function(t,e,n,r,i,a,s,c,l){return o.pointDistance(t,e,n,r,i,a,c,l)<=s/2},rect:function(t,e,n,r,i,a){return t<=i&&i<=t+n&&e<=a&&a<=e+r},circle:function(t,e,n,r,i){return Math.pow(r-t,2)+Math.pow(i-e,2)<=Math.pow(n,2)},box:function(t,e,n,r,i,a){return t<=i&&i<=e&&n<=a&&a<=r}}},function(t,e,n){var r=n(1),i=r.vec2;function a(t,e,n,r,i){var a=1-i;return a*a*(a*r+3*i*n)+i*i*(i*t+3*a*e)}function o(t,e,n,r,i){var a=1-i;return 3*(((e-t)*a+2*(n-e)*i)*a+(r-n)*i*i)}function s(t,e,n,r,o,s,c,l,u,h,f){var d,p,v,g,m,y,b,_,x=.005,w=1/0,k=1e-4,C=[u,h];for(p=0;p<1;p+=.05)v=[a(t,n,o,c,p),a(e,r,s,l,p)],g=i.squaredDistance(C,v),g<w&&(d=p,w=g);w=1/0;for(var S=0;S<32;S++){if(x<k)break;b=d-x,_=d+x,v=[a(t,n,o,c,b),a(e,r,s,l,b)],g=i.squaredDistance(C,v),b>=0&&g<w?(d=b,w=g):(y=[a(t,n,o,c,_),a(e,r,s,l,_)],m=i.squaredDistance(C,y),_<=1&&m<w?(d=_,w=m):x*=.5)}return f&&(f.x=a(t,n,o,c,d),f.y=a(e,r,s,l,d)),Math.sqrt(w)}function c(t,e,n,i){var a,o,s,c=3*t-9*e+9*n-3*i,l=6*e-12*n+6*i,u=3*n-3*i,h=[];if(r.isNumberEqual(c,0))r.isNumberEqual(l,0)||(a=-u/l,a>=0&&a<=1&&h.push(a));else{var f=l*l-4*c*u;r.isNumberEqual(f,0)?h.push(-l/(2*c)):f>0&&(s=Math.sqrt(f),a=(-l+s)/(2*c),o=(-l-s)/(2*c),a>=0&&a<=1&&h.push(a),o>=0&&o<=1&&h.push(o))}return h}function l(t,e,n,r,i){var a=-3*e+9*n-9*r+3*i,o=t*a+6*e-12*n+6*r;return t*o-3*e+3*n}function u(t,e,n,i,a,o,s,c,u){r.isNil(u)&&(u=1),u=u>1?1:u<0?0:u;for(var h=u/2,f=12,d=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],p=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],v=0,g=0;g<f;g++){var m=h*d[g]+h,y=l(m,t,n,a,s),b=l(m,e,i,o,c),_=y*y+b*b;v+=p[g]*Math.sqrt(_)}return h*v}t.exports={at:a,derivativeAt:o,projectPoint:function(t,e,n,r,i,a,o,c,l,u){var h={};return s(t,e,n,r,i,a,o,c,l,u,h),h},pointDistance:s,extrema:c,len:u}},function(t,e,n){var r=n(1),i=n(7),a=n(31),o=n(46),s=function t(e){t.superclass.constructor.call(this,e)};s.Symbols={circle:function(t,e,n){return[["M",t,e],["m",-n,0],["a",n,n,0,1,0,2*n,0],["a",n,n,0,1,0,2*-n,0]]},square:function(t,e,n){return[["M",t-n,e-n],["L",t+n,e-n],["L",t+n,e+n],["L",t-n,e+n],["Z"]]},diamond:function(t,e,n){return[["M",t-n,e],["L",t,e-n],["L",t+n,e],["L",t,e+n],["Z"]]},triangle:function(t,e,n){var r=n*Math.sin(1/3*Math.PI);return[["M",t-n,e+r],["L",t,e-r],["L",t+n,e+r],["z"]]},"triangle-down":function(t,e,n){var r=n*Math.sin(1/3*Math.PI);return[["M",t-n,e-r],["L",t+n,e-r],["L",t,e+r],["Z"]]}},s.ATTRS={path:null,lineWidth:1},r.extend(s,i),r.augment(s,{type:"marker",canFill:!0,canStroke:!0,getDefaultAttrs:function(){return{x:0,y:0,lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.radius||t.r,i=this.getHitLineWidth(),a=i/2+r;return{minX:e-a,minY:n-a,maxX:e+a,maxY:n+a}},_getPath:function(){var t,e=this._attrs,n=e.x,i=e.y,a=e.radius||e.r,o=e.symbol||"circle";return t=r.isFunction(o)?o:s.Symbols[o],t?t(n,i,a):(console.warn(o+" marker is not supported."),null)},createPath:function(t){var e=this._cfg.segments;if(!e||this._cfg.hasUpdate){var n,r=a.parsePath(this._getPath());t.beginPath(),e=[];for(var i=0;i<r.length;i++){var s=r[i];n=new o(s,n,i===r.length-1),e.push(n),n.draw(t)}this._cfg.segments=e,this._cfg.hasUpdate=!1}else{t.beginPath();for(var c=0;c<e.length;c++)e[c].draw(t)}}}),t.exports=s},function(t,e,n){var r=n(59),i="\t\n\v\f\r   ᠎             　\u2028\u2029",a=new RegExp("([a-z])["+i+",]*((-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?["+i+"]*,?["+i+"]*)+)","ig"),o=new RegExp("(-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?)["+i+"]*,?["+i+"]*","ig"),s=function(t){if(!t)return null;if(typeof t===typeof[])return t;var e={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},n=[];return String(t).replace(a,(function(t,r,i){var a=[],s=r.toLowerCase();if(i.replace(o,(function(t,e){e&&a.push(+e)})),"m"===s&&a.length>2&&(n.push([r].concat(a.splice(0,2))),s="l",r="m"===r?"l":"L"),"o"===s&&1===a.length&&n.push([r,a[0]]),"r"===s)n.push([r].concat(a));else while(a.length>=e[s])if(n.push([r].concat(a.splice(0,e[s]))),!e[s])break})),n},c=function(t,e){for(var n=[],r=0,i=t.length;i-2*!e>r;r+=2){var a=[{x:+t[r-2],y:+t[r-1]},{x:+t[r],y:+t[r+1]},{x:+t[r+2],y:+t[r+3]},{x:+t[r+4],y:+t[r+5]}];e?r?i-4===r?a[3]={x:+t[0],y:+t[1]}:i-2===r&&(a[2]={x:+t[0],y:+t[1]},a[3]={x:+t[2],y:+t[3]}):a[0]={x:+t[i-2],y:+t[i-1]}:i-4===r?a[3]=a[2]:r||(a[0]={x:+t[r],y:+t[r+1]}),n.push(["C",(-a[0].x+6*a[1].x+a[2].x)/6,(-a[0].y+6*a[1].y+a[2].y)/6,(a[1].x+6*a[2].x-a[3].x)/6,(a[1].y+6*a[2].y-a[3].y)/6,a[2].x,a[2].y])}return n},l=function(t,e,n,r,i){var a=[];if(null===i&&null===r&&(r=n),t=+t,e=+e,n=+n,r=+r,null!==i){var o=Math.PI/180,s=t+n*Math.cos(-r*o),c=t+n*Math.cos(-i*o),l=e+n*Math.sin(-r*o),u=e+n*Math.sin(-i*o);a=[["M",s,l],["A",n,n,0,+(i-r>180),0,c,u]]}else a=[["M",t,e],["m",0,-r],["a",n,r,0,1,1,0,2*r],["a",n,r,0,1,1,0,-2*r],["z"]];return a},u=function(t){if(t=s(t),!t||!t.length)return[["M",0,0]];var e,n,r=[],i=0,a=0,o=0,u=0,h=0;"M"===t[0][0]&&(i=+t[0][1],a=+t[0][2],o=i,u=a,h++,r[0]=["M",i,a]);for(var f,d,p=3===t.length&&"M"===t[0][0]&&"R"===t[1][0].toUpperCase()&&"Z"===t[2][0].toUpperCase(),v=h,g=t.length;v<g;v++){if(r.push(f=[]),d=t[v],e=d[0],e!==e.toUpperCase())switch(f[0]=e.toUpperCase(),f[0]){case"A":f[1]=d[1],f[2]=d[2],f[3]=d[3],f[4]=d[4],f[5]=d[5],f[6]=+d[6]+i,f[7]=+d[7]+a;break;case"V":f[1]=+d[1]+a;break;case"H":f[1]=+d[1]+i;break;case"R":n=[i,a].concat(d.slice(1));for(var m=2,y=n.length;m<y;m++)n[m]=+n[m]+i,n[++m]=+n[m]+a;r.pop(),r=r.concat(c(n,p));break;case"O":r.pop(),n=l(i,a,d[1],d[2]),n.push(n[0]),r=r.concat(n);break;case"U":r.pop(),r=r.concat(l(i,a,d[1],d[2],d[3])),f=["U"].concat(r[r.length-1].slice(-2));break;case"M":o=+d[1]+i,u=+d[2]+a;break;default:for(var b=1,_=d.length;b<_;b++)f[b]=+d[b]+(b%2?i:a)}else if("R"===e)n=[i,a].concat(d.slice(1)),r.pop(),r=r.concat(c(n,p)),f=["R"].concat(d.slice(-2));else if("O"===e)r.pop(),n=l(i,a,d[1],d[2]),n.push(n[0]),r=r.concat(n);else if("U"===e)r.pop(),r=r.concat(l(i,a,d[1],d[2],d[3])),f=["U"].concat(r[r.length-1].slice(-2));else for(var x=0,w=d.length;x<w;x++)f[x]=d[x];if(e=e.toUpperCase(),"O"!==e)switch(f[0]){case"Z":i=+o,a=+u;break;case"H":i=f[1];break;case"V":a=f[1];break;case"M":o=f[f.length-2],u=f[f.length-1];break;default:i=f[f.length-2],a=f[f.length-1]}}return r},h=function(t,e,n,r){return[t,e,n,r,n,r]},f=function(t,e,n,r,i,a){var o=1/3,s=2/3;return[o*t+s*n,o*e+s*r,o*i+s*n,o*a+s*r,i,a]},d=function t(e,n,r,i,a,o,s,c,l,u){r===i&&(r+=1);var h,f,d,p,v,g=120*Math.PI/180,m=Math.PI/180*(+a||0),y=[],b=function(t,e,n){var r=t*Math.cos(n)-e*Math.sin(n),i=t*Math.sin(n)+e*Math.cos(n);return{x:r,y:i}};if(u)f=u[0],d=u[1],p=u[2],v=u[3];else{h=b(e,n,-m),e=h.x,n=h.y,h=b(c,l,-m),c=h.x,l=h.y,e===c&&n===l&&(c+=1,l+=1);var _=(e-c)/2,x=(n-l)/2,w=_*_/(r*r)+x*x/(i*i);w>1&&(w=Math.sqrt(w),r*=w,i*=w);var k=r*r,C=i*i,S=(o===s?-1:1)*Math.sqrt(Math.abs((k*C-k*x*x-C*_*_)/(k*x*x+C*_*_)));p=S*r*x/i+(e+c)/2,v=S*-i*_/r+(n+l)/2,f=Math.asin(((n-v)/i).toFixed(9)),d=Math.asin(((l-v)/i).toFixed(9)),f=e<p?Math.PI-f:f,d=c<p?Math.PI-d:d,f<0&&(f=2*Math.PI+f),d<0&&(d=2*Math.PI+d),s&&f>d&&(f-=2*Math.PI),!s&&d>f&&(d-=2*Math.PI)}var T=d-f;if(Math.abs(T)>g){var O=d,M=c,E=l;d=f+g*(s&&d>f?1:-1),c=p+r*Math.cos(d),l=v+i*Math.sin(d),y=t(c,l,r,i,a,0,s,M,E,[d,O,p,v])}T=d-f;var A=Math.cos(f),P=Math.sin(f),L=Math.cos(d),I=Math.sin(d),j=Math.tan(T/4),z=4/3*r*j,D=4/3*i*j,N=[e,n],R=[e+z*P,n-D*A],V=[c+z*I,l-D*L],F=[c,l];if(R[0]=2*N[0]-R[0],R[1]=2*N[1]-R[1],u)return[R,V,F].concat(y);y=[R,V,F].concat(y).join().split(",");for(var H=[],B=0,U=y.length;B<U;B++)H[B]=B%2?b(y[B-1],y[B],m).y:b(y[B],y[B+1],m).x;return H},p=function(t,e){var n,r=u(t),i=e&&u(e),a={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},s=[],c=[],l="",p="",v=function(t,e,n){var r,i;if(!t)return["C",e.x,e.y,e.x,e.y,e.x,e.y];switch(!(t[0]in{T:1,Q:1})&&(e.qx=e.qy=null),t[0]){case"M":e.X=t[1],e.Y=t[2];break;case"A":t=["C"].concat(d.apply(0,[e.x,e.y].concat(t.slice(1))));break;case"S":"C"===n||"S"===n?(r=2*e.x-e.bx,i=2*e.y-e.by):(r=e.x,i=e.y),t=["C",r,i].concat(t.slice(1));break;case"T":"Q"===n||"T"===n?(e.qx=2*e.x-e.qx,e.qy=2*e.y-e.qy):(e.qx=e.x,e.qy=e.y),t=["C"].concat(f(e.x,e.y,e.qx,e.qy,t[1],t[2]));break;case"Q":e.qx=t[1],e.qy=t[2],t=["C"].concat(f(e.x,e.y,t[1],t[2],t[3],t[4]));break;case"L":t=["C"].concat(h(e.x,e.y,t[1],t[2]));break;case"H":t=["C"].concat(h(e.x,e.y,t[1],e.y));break;case"V":t=["C"].concat(h(e.x,e.y,e.x,t[1]));break;case"Z":t=["C"].concat(h(e.x,e.y,e.X,e.Y));break;default:break}return t},g=function(t,e){if(t[e].length>7){t[e].shift();var a=t[e];while(a.length)s[e]="A",i&&(c[e]="A"),t.splice(e++,0,["C"].concat(a.splice(0,6)));t.splice(e,1),n=Math.max(r.length,i&&i.length||0)}},m=function(t,e,a,o,s){t&&e&&"M"===t[s][0]&&"M"!==e[s][0]&&(e.splice(s,0,["M",o.x,o.y]),a.bx=0,a.by=0,a.x=t[s][1],a.y=t[s][2],n=Math.max(r.length,i&&i.length||0))};n=Math.max(r.length,i&&i.length||0);for(var y=0;y<n;y++){r[y]&&(l=r[y][0]),"C"!==l&&(s[y]=l,y&&(p=s[y-1])),r[y]=v(r[y],a,p),"A"!==s[y]&&"C"===l&&(s[y]="C"),g(r,y),i&&(i[y]&&(l=i[y][0]),"C"!==l&&(c[y]=l,y&&(p=c[y-1])),i[y]=v(i[y],o,p),"A"!==c[y]&&"C"===l&&(c[y]="C"),g(i,y)),m(r,i,a,o,y),m(i,r,o,a,y);var b=r[y],_=i&&i[y],x=b.length,w=i&&_.length;a.x=b[x-2],a.y=b[x-1],a.bx=parseFloat(b[x-4])||a.x,a.by=parseFloat(b[x-3])||a.y,o.bx=i&&(parseFloat(_[w-4])||o.x),o.by=i&&(parseFloat(_[w-3])||o.y),o.x=i&&_[w-2],o.y=i&&_[w-1]}return i?[r,i]:r},v=/,?([a-z]),?/gi,g=function(t){return t.join(",").replace(v,"$1")},m=function(t,e,n,r,i){var a=-3*e+9*n-9*r+3*i,o=t*a+6*e-12*n+6*r;return t*o-3*e+3*n},y=function(t,e,n,r,i,a,o,s,c){null===c&&(c=1),c=c>1?1:c<0?0:c;for(var l=c/2,u=12,h=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],d=0,p=0;p<u;p++){var v=l*h[p]+l,g=m(v,t,n,i,o),y=m(v,e,r,a,s),b=g*g+y*y;d+=f[p]*Math.sqrt(b)}return l*d},b=function(t,e,n,r,i,a,o,s){for(var c,l,u,h,f=[],d=[[],[]],p=0;p<2;++p)if(0===p?(l=6*t-12*n+6*i,c=-3*t+9*n-9*i+3*o,u=3*n-3*t):(l=6*e-12*r+6*a,c=-3*e+9*r-9*a+3*s,u=3*r-3*e),Math.abs(c)<1e-12){if(Math.abs(l)<1e-12)continue;h=-u/l,h>0&&h<1&&f.push(h)}else{var v=l*l-4*u*c,g=Math.sqrt(v);if(!(v<0)){var m=(-l+g)/(2*c);m>0&&m<1&&f.push(m);var y=(-l-g)/(2*c);y>0&&y<1&&f.push(y)}}var b,_=f.length,x=_;while(_--)h=f[_],b=1-h,d[0][_]=b*b*b*t+3*b*b*h*n+3*b*h*h*i+h*h*h*o,d[1][_]=b*b*b*e+3*b*b*h*r+3*b*h*h*a+h*h*h*s;return d[0][x]=t,d[1][x]=e,d[0][x+1]=o,d[1][x+1]=s,d[0].length=d[1].length=x+2,{min:{x:Math.min.apply(0,d[0]),y:Math.min.apply(0,d[1])},max:{x:Math.max.apply(0,d[0]),y:Math.max.apply(0,d[1])}}},_=function(t,e,n,r,i,a,o,s){if(!(Math.max(t,n)<Math.min(i,o)||Math.min(t,n)>Math.max(i,o)||Math.max(e,r)<Math.min(a,s)||Math.min(e,r)>Math.max(a,s))){var c=(t*r-e*n)*(i-o)-(t-n)*(i*s-a*o),l=(t*r-e*n)*(a-s)-(e-r)*(i*s-a*o),u=(t-n)*(a-s)-(e-r)*(i-o);if(u){var h=c/u,f=l/u,d=+h.toFixed(2),p=+f.toFixed(2);if(!(d<+Math.min(t,n).toFixed(2)||d>+Math.max(t,n).toFixed(2)||d<+Math.min(i,o).toFixed(2)||d>+Math.max(i,o).toFixed(2)||p<+Math.min(e,r).toFixed(2)||p>+Math.max(e,r).toFixed(2)||p<+Math.min(a,s).toFixed(2)||p>+Math.max(a,s).toFixed(2)))return{x:h,y:f}}}},x=function(t,e,n){return e>=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},w=function(t,e,n,r,i){if(i)return[["M",+t+ +i,e],["l",n-2*i,0],["a",i,i,0,0,1,i,i],["l",0,r-2*i],["a",i,i,0,0,1,-i,i],["l",2*i-n,0],["a",i,i,0,0,1,-i,-i],["l",0,2*i-r],["a",i,i,0,0,1,i,-i],["z"]];var a=[["M",t,e],["l",n,0],["l",0,r],["l",-n,0],["z"]];return a.parsePathArray=g,a},k=function(t,e,n,r){return null===t&&(t=e=n=r=0),null===e&&(e=t.y,n=t.width,r=t.height,t=t.x),{x:t,y:e,width:n,w:n,height:r,h:r,x2:t+n,y2:e+r,cx:t+n/2,cy:e+r/2,r1:Math.min(n,r)/2,r2:Math.max(n,r)/2,r0:Math.sqrt(n*n+r*r)/2,path:w(t,e,n,r),vb:[t,e,n,r].join(" ")}},C=function(t,e){return t=k(t),e=k(e),x(e,t.x,t.y)||x(e,t.x2,t.y)||x(e,t.x,t.y2)||x(e,t.x2,t.y2)||x(t,e.x,e.y)||x(t,e.x2,e.y)||x(t,e.x,e.y2)||x(t,e.x2,e.y2)||(t.x<e.x2&&t.x>e.x||e.x<t.x2&&e.x>t.x)&&(t.y<e.y2&&t.y>e.y||e.y<t.y2&&e.y>t.y)},S=function(t,e,n,i,a,o,s,c){r.isArray(t)||(t=[t,e,n,i,a,o,s,c]);var l=b.apply(null,t);return k(l.min.x,l.min.y,l.max.x-l.min.x,l.max.y-l.min.y)},T=function(t,e,n,r,i,a,o,s,c){var l=1-c,u=Math.pow(l,3),h=Math.pow(l,2),f=c*c,d=f*c,p=u*t+3*h*c*n+3*l*c*c*i+d*o,v=u*e+3*h*c*r+3*l*c*c*a+d*s,g=t+2*c*(n-t)+f*(i-2*n+t),m=e+2*c*(r-e)+f*(a-2*r+e),y=n+2*c*(i-n)+f*(o-2*i+n),b=r+2*c*(a-r)+f*(s-2*a+r),_=l*t+c*n,x=l*e+c*r,w=l*i+c*o,k=l*a+c*s,C=90-180*Math.atan2(g-y,m-b)/Math.PI;return{x:p,y:v,m:{x:g,y:m},n:{x:y,y:b},start:{x:_,y:x},end:{x:w,y:k},alpha:C}},O=function(t,e,n){var r=S(t),i=S(e);if(!C(r,i))return n?0:[];for(var a=y.apply(0,t),o=y.apply(0,e),s=~~(a/8),c=~~(o/8),l=[],u=[],h={},f=n?0:[],d=0;d<s+1;d++){var p=T.apply(0,t.concat(d/s));l.push({x:p.x,y:p.y,t:d/s})}for(var v=0;v<c+1;v++){var g=T.apply(0,e.concat(v/c));u.push({x:g.x,y:g.y,t:v/c})}for(var m=0;m<s;m++)for(var b=0;b<c;b++){var x=l[m],w=l[m+1],k=u[b],O=u[b+1],M=Math.abs(w.x-x.x)<.001?"y":"x",E=Math.abs(O.x-k.x)<.001?"y":"x",A=_(x.x,x.y,w.x,w.y,k.x,k.y,O.x,O.y);if(A){if(h[A.x.toFixed(4)]===A.y.toFixed(4))continue;h[A.x.toFixed(4)]=A.y.toFixed(4);var P=x.t+Math.abs((A[M]-x[M])/(w[M]-x[M]))*(w.t-x.t),L=k.t+Math.abs((A[E]-k[E])/(O[E]-k[E]))*(O.t-k.t);P>=0&&P<=1&&L>=0&&L<=1&&(n?f++:f.push({x:A.x,y:A.y,t1:P,t2:L}))}}return f},M=function(t,e,n){var r,i,a,o,s,c,l,u,h,f;t=p(t),e=p(e);for(var d=n?0:[],v=0,g=t.length;v<g;v++){var m=t[v];if("M"===m[0])r=s=m[1],i=c=m[2];else{"C"===m[0]?(h=[r,i].concat(m.slice(1)),r=h[6],i=h[7]):(h=[r,i,r,i,s,c,s,c],r=s,i=c);for(var y=0,b=e.length;y<b;y++){var _=e[y];if("M"===_[0])a=l=_[1],o=u=_[2];else{"C"===_[0]?(f=[a,o].concat(_.slice(1)),a=f[6],o=f[7]):(f=[a,o,a,o,l,u,l,u],a=l,o=u);var x=O(h,f,n);if(n)d+=x;else{for(var w=0,k=x.length;w<k;w++)x[w].segment1=v,x[w].segment2=y,x[w].bez1=h,x[w].bez2=f;d=d.concat(x)}}}}}return d},E=function(t,e){return M(t,e)};function A(t,e){var n=[],r=[];function i(t,e){if(1===t.length)n.push(t[0]),r.push(t[0]);else{for(var a=[],o=0;o<t.length-1;o++)0===o&&n.push(t[0]),o===t.length-2&&r.push(t[o+1]),a[o]=[(1-e)*t[o][0]+e*t[o+1][0],(1-e)*t[o][1]+e*t[o+1][1]];i(a,e)}}return t.length&&i(t,e),{left:n,right:r.reverse()}}function P(t,e,n){var r=[[t[1],t[2]]];n=n||2;var i=[];"A"===e[0]?(r.push(e[6]),r.push(e[7])):"C"===e[0]?(r.push([e[1],e[2]]),r.push([e[3],e[4]]),r.push([e[5],e[6]])):"S"===e[0]||"Q"===e[0]?(r.push([e[1],e[2]]),r.push([e[3],e[4]])):r.push([e[1],e[2]]);for(var a=r,o=1/n,s=0;s<n-1;s++){var c=o/(1-o*s),l=A(a,c);i.push(l.left),a=l.right}i.push(a);var u=i.map((function(t){var e=[];return 4===t.length&&(e.push("C"),e=e.concat(t[2])),t.length>=3&&(3===t.length&&e.push("Q"),e=e.concat(t[1])),2===t.length&&e.push("L"),e=e.concat(t[t.length-1]),e}));return u}var L=function(t,e,n){if(1===n)return[[].concat(t)];var r=[];if("L"===e[0]||"C"===e[0]||"Q"===e[0])r=r.concat(P(t,e,n));else{var i=[].concat(t);"M"===i[0]&&(i[0]="L");for(var a=0;a<=n-1;a++)r.push(i)}return r},I=function(t,e){if(1===t.length)return t;var n=t.length-1,r=e.length-1,i=n/r,a=[];if(1===t.length&&"M"===t[0][0]){for(var o=0;o<r-n;o++)t.push(t[0]);return t}for(var s=0;s<r;s++){var c=Math.floor(i*s);a[c]=(a[c]||0)+1}var l=a.reduce((function(e,r,i){return i===n?e.concat(t[n]):e.concat(L(t[i],t[i+1],r))}),[]);return l.unshift(t[0]),"Z"!==e[r]&&"z"!==e[r]||l.push("Z"),l},j=function(t,e){if(t.length!==e.length)return!1;var n=!0;return r.each(t,(function(t,r){if(t!==e[r])return n=!1,!1})),n};function z(t,e,n){var r=null,i=n;return e<i&&(i=e,r="add"),t<i&&(i=t,r="del"),{type:r,min:i}}var D=function(t,e){var n,r,i=t.length,a=e.length,o=0;if(0===i||0===a)return null;for(var s=[],c=0;c<=i;c++)s[c]=[],s[c][0]={min:c};for(var l=0;l<=a;l++)s[0][l]={min:l};for(var u=1;u<=i;u++){n=t[u-1];for(var h=1;h<=a;h++){r=e[h-1],o=j(n,r)?0:1;var f=s[u-1][h].min+1,d=s[u][h-1].min+1,p=s[u-1][h-1].min+o;s[u][h]=z(f,d,p)}}return s},N=function(t,e){var n=D(t,e),r=t.length,i=e.length,a=[],o=1,s=1;if(n[r][i]!==r){for(var c=1;c<=r;c++){var l=n[c][c].min;s=c;for(var u=o;u<=i;u++)n[c][u].min<l&&(l=n[c][u].min,s=u);o=s,n[c][o].type&&a.push({index:c-1,type:n[c][o].type})}for(var h=a.length-1;h>=0;h--)o=a[h].index,"add"===a[h].type?t.splice(o,0,[].concat(t[o])):t.splice(o,1)}r=t.length;var f=i-r;if(r<i)for(var d=0;d<f;d++)"z"===t[r-1][0]||"Z"===t[r-1][0]?t.splice(r-2,0,t[r-2]):t.push(t[r-1]),r+=1;return t};function R(t,e,n){for(var r,i=[].concat(t),a=1/(n+1),o=V(e)[0],s=1;s<=n;s++)a*=s,r=Math.floor(t.length*a),0===r?i.unshift([o[0]*a+t[r][0]*(1-a),o[1]*a+t[r][1]*(1-a)]):i.splice(r,0,[o[0]*a+t[r][0]*(1-a),o[1]*a+t[r][1]*(1-a)]);return i}function V(t){var e=[];switch(t[0]){case"M":e.push([t[1],t[2]]);break;case"L":e.push([t[1],t[2]]);break;case"A":e.push([t[6],t[7]]);break;case"Q":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"T":e.push([t[1],t[2]]);break;case"C":e.push([t[5],t[6]]),e.push([t[1],t[2]]),e.push([t[3],t[4]]);break;case"S":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"H":e.push([t[1],t[1]]);break;case"V":e.push([t[1],t[1]]);break;default:}return e}var F=function(t,e){if(t.length<=1)return t;for(var n,r=0;r<e.length;r++)if(t[r][0]!==e[r][0])switch(n=V(t[r]),e[r][0]){case"M":t[r]=["M"].concat(n[0]);break;case"L":t[r]=["L"].concat(n[0]);break;case"A":t[r]=[].concat(e[r]),t[r][6]=n[0][0],t[r][7]=n[0][1];break;case"Q":if(n.length<2){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],1)}t[r]=["Q"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;case"T":t[r]=["T"].concat(n[0]);break;case"C":if(n.length<3){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],2)}t[r]=["C"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;case"S":if(n.length<2){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],1)}t[r]=["S"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;default:t[r]=e[r]}return t};t.exports={parsePathString:s,parsePathArray:g,pathTocurve:p,pathToAbsolute:u,catmullRomToBezier:c,rectPath:w,fillPath:I,fillPathByDiff:N,formatPath:F,intersection:E}},function(t,e,n){"use strict";e["b"]=p,e["a"]=g,e["c"]=m,e["d"]=y;var r,i,a=0,o=0,s=0,c=1e3,l=0,u=0,h=0,f="object"===typeof performance&&performance.now?performance:Date,d="object"===typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function p(){return u||(d(v),u=f.now()+h)}function v(){u=0}function g(){this._call=this._time=this._next=null}function m(t,e,n){var r=new g;return r.restart(t,e,n),r}function y(){p(),++a;var t,e=r;while(e)(t=u-e._time)>=0&&e._call.call(null,t),e=e._next;--a}function b(){u=(l=f.now())+h,a=o=0;try{y()}finally{a=0,x(),u=0}}function _(){var t=f.now(),e=t-l;e>c&&(h-=e,l=t)}function x(){var t,e,n=r,a=1/0;while(n)n._call?(a>n._time&&(a=n._time),t=n,n=n._next):(e=n._next,n._next=null,n=t?t._next=e:r=e);i=t,w(a)}function w(t){if(!a){o&&(o=clearTimeout(o));var e=t-u;e>24?(t<1/0&&(o=setTimeout(b,t-f.now()-h)),s&&(s=clearInterval(s))):(s||(l=f.now(),s=setInterval(_,c)),a=1,d(b))}}g.prototype=m.prototype={constructor:g,restart:function(t,e,n){if("function"!==typeof t)throw new TypeError("callback is not a function");n=(null==n?p():+n)+(null==e?0:+e),this._next||i===this||(i?i._next=this:r=this,i=this),this._call=t,this._time=n,w()},stop:function(){this._call&&(this._call=null,this._time=1/0,w())}}},function(t,e,n){"use strict";var r=n(19),i=n(135),a=n(138),o=n(139),s=n(47),c=n(140),l=n(141),u=n(137);e["a"]=function(t,e){var n,h=typeof e;return null==e||"boolean"===h?Object(u["a"])(e):("number"===h?s["a"]:"string"===h?(n=Object(r["a"])(e))?(e=n,i["a"]):l["a"]:e instanceof r["a"]?i["a"]:e instanceof Date?o["a"]:Array.isArray(e)?a["a"]:"function"!==typeof e.valueOf&&"function"!==typeof e.toString||isNaN(e)?c["a"]:s["a"])(t,e)}},function(t,e,n){"use strict";e["a"]=i,n.d(e,"d",(function(){return a})),n.d(e,"c",(function(){return o})),e["e"]=x,e["h"]=C,e["g"]=S,e["b"]=T,e["f"]=L;var r=n(86);function i(){}var a=.7,o=1/a,s="\\s*([+-]?\\d+)\\s*",c="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\s*",l="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)%\\s*",u=/^#([0-9a-f]{3,8})$/,h=new RegExp("^rgb\\("+[s,s,s]+"\\)$"),f=new RegExp("^rgb\\("+[l,l,l]+"\\)$"),d=new RegExp("^rgba\\("+[s,s,s,c]+"\\)$"),p=new RegExp("^rgba\\("+[l,l,l,c]+"\\)$"),v=new RegExp("^hsl\\("+[c,l,l]+"\\)$"),g=new RegExp("^hsla\\("+[c,l,l,c]+"\\)$"),m={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function y(){return this.rgb().formatHex()}function b(){return P(this).formatHsl()}function _(){return this.rgb().formatRgb()}function x(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=u.exec(t))?(n=e[1].length,e=parseInt(e[1],16),6===n?w(e):3===n?new T(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===n?k(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===n?k(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=h.exec(t))?new T(e[1],e[2],e[3],1):(e=f.exec(t))?new T(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=d.exec(t))?k(e[1],e[2],e[3],e[4]):(e=p.exec(t))?k(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=v.exec(t))?A(e[1],e[2]/100,e[3]/100,1):(e=g.exec(t))?A(e[1],e[2]/100,e[3]/100,e[4]):m.hasOwnProperty(t)?w(m[t]):"transparent"===t?new T(NaN,NaN,NaN,0):null}function w(t){return new T(t>>16&255,t>>8&255,255&t,1)}function k(t,e,n,r){return r<=0&&(t=e=n=NaN),new T(t,e,n,r)}function C(t){return t instanceof i||(t=x(t)),t?(t=t.rgb(),new T(t.r,t.g,t.b,t.opacity)):new T}function S(t,e,n,r){return 1===arguments.length?C(t):new T(t,e,n,null==r?1:r)}function T(t,e,n,r){this.r=+t,this.g=+e,this.b=+n,this.opacity=+r}function O(){return"#"+E(this.r)+E(this.g)+E(this.b)}function M(){var t=this.opacity;return t=isNaN(t)?1:Math.max(0,Math.min(1,t)),(1===t?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===t?")":", "+t+")")}function E(t){return t=Math.max(0,Math.min(255,Math.round(t)||0)),(t<16?"0":"")+t.toString(16)}function A(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new I(t,e,n,r)}function P(t){if(t instanceof I)return new I(t.h,t.s,t.l,t.opacity);if(t instanceof i||(t=x(t)),!t)return new I;if(t instanceof I)return t;t=t.rgb();var e=t.r/255,n=t.g/255,r=t.b/255,a=Math.min(e,n,r),o=Math.max(e,n,r),s=NaN,c=o-a,l=(o+a)/2;return c?(s=e===o?(n-r)/c+6*(n<r):n===o?(r-e)/c+2:(e-n)/c+4,c/=l<.5?o+a:2-o-a,s*=60):c=l>0&&l<1?0:s,new I(s,c,l,t.opacity)}function L(t,e,n,r){return 1===arguments.length?P(t):new I(t,e,n,null==r?1:r)}function I(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}function j(t,e,n){return 255*(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)}Object(r["a"])(i,x,{copy:function(t){return Object.assign(new this.constructor,this,t)},displayable:function(){return this.rgb().displayable()},hex:y,formatHex:y,formatHsl:b,formatRgb:_,toString:_}),Object(r["a"])(T,S,Object(r["b"])(i,{brighter:function(t){return t=null==t?o:Math.pow(o,t),new T(this.r*t,this.g*t,this.b*t,this.opacity)},darker:function(t){return t=null==t?a:Math.pow(a,t),new T(this.r*t,this.g*t,this.b*t,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:O,formatHex:O,formatRgb:M,toString:M})),Object(r["a"])(I,L,Object(r["b"])(i,{brighter:function(t){return t=null==t?o:Math.pow(o,t),new I(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?a:Math.pow(a,t),new I(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*e,i=2*n-r;return new T(j(t>=240?t-240:t+120,i,r),j(t,i,r),j(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var t=this.opacity;return t=isNaN(t)?1:Math.max(0,Math.min(1,t)),(1===t?"hsl(":"hsla(")+(this.h||0)+", "+100*(this.s||0)+"%, "+100*(this.l||0)+"%"+(1===t?")":", "+t+")")}}))},function(t,e,n){"use strict";function r(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}e["b"]=r,e["a"]=function(t,e,n){t.prototype=e.prototype=n,n.constructor=t}},function(t,e,n){"use strict";function r(t,e,n,r,i){var a=t*t,o=a*t;return((1-3*t+3*a-o)*e+(4-6*a+3*o)*n+(1+3*t+3*a-3*o)*r+o*i)/6}e["a"]=r,e["b"]=function(t){var e=t.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,e-1):Math.floor(n*e),a=t[i],o=t[i+1],s=i>0?t[i-1]:2*a-o,c=i<e-1?t[i+2]:2*o-a;return r((n-i/e)*e,s,a,o,c)}}},function(t,e,n){var r=n(3),i=n(15),a=function(t,e){if(!i(t))return t;var n=[];return r(t,(function(t,r){e(t,r)&&n.push(t)})),n};t.exports=a},function(t,e,n){var r=n(6),i=n(5),a=n(3);t.exports=function(t,e){for(var n=[],o={},s=0;s<t.length;s++){var c=t[s],l=c[e];r(l)||(i(l)||(l=[l]),a(l,(function(t){o[t]||(n.push(t),o[t]=!0)})))}return n}},function(t,e,n){var r;
/*!
 * EventEmitter v5.1.0 - git.io/ee
 * Unlicense - http://unlicense.org/
 * Oliver Caldwell - http://oli.me.uk/
 * @preserve
 */(function(e){"use strict";function i(){}var a=i.prototype,o=e.EventEmitter;function s(t,e){var n=t.length;while(n--)if(t[n].listener===e)return n;return-1}function c(t){return function(){return this[t].apply(this,arguments)}}function l(t){return"function"===typeof t||t instanceof RegExp||!(!t||"object"!==typeof t)&&l(t.listener)}a.getListeners=function(t){var e,n,r=this._getEvents();if(t instanceof RegExp)for(n in e={},r)r.hasOwnProperty(n)&&t.test(n)&&(e[n]=r[n]);else e=r[t]||(r[t]=[]);return e},a.flattenListeners=function(t){var e,n=[];for(e=0;e<t.length;e+=1)n.push(t[e].listener);return n},a.getListenersAsObject=function(t){var e,n=this.getListeners(t);return n instanceof Array&&(e={},e[t]=n),e||n},a.addListener=function(t,e){if(!l(e))throw new TypeError("listener must be a function");var n,r=this.getListenersAsObject(t),i="object"===typeof e;for(n in r)r.hasOwnProperty(n)&&-1===s(r[n],e)&&r[n].push(i?e:{listener:e,once:!1});return this},a.on=c("addListener"),a.addOnceListener=function(t,e){return this.addListener(t,{listener:e,once:!0})},a.once=c("addOnceListener"),a.defineEvent=function(t){return this.getListeners(t),this},a.defineEvents=function(t){for(var e=0;e<t.length;e+=1)this.defineEvent(t[e]);return this},a.removeListener=function(t,e){var n,r,i=this.getListenersAsObject(t);for(r in i)i.hasOwnProperty(r)&&(n=s(i[r],e),-1!==n&&i[r].splice(n,1));return this},a.off=c("removeListener"),a.addListeners=function(t,e){return this.manipulateListeners(!1,t,e)},a.removeListeners=function(t,e){return this.manipulateListeners(!0,t,e)},a.manipulateListeners=function(t,e,n){var r,i,a=t?this.removeListener:this.addListener,o=t?this.removeListeners:this.addListeners;if("object"!==typeof e||e instanceof RegExp){r=n.length;while(r--)a.call(this,e,n[r])}else for(r in e)e.hasOwnProperty(r)&&(i=e[r])&&("function"===typeof i?a.call(this,r,i):o.call(this,r,i));return this},a.removeEvent=function(t){var e,n=typeof t,r=this._getEvents();if("string"===n)delete r[t];else if(t instanceof RegExp)for(e in r)r.hasOwnProperty(e)&&t.test(e)&&delete r[e];else delete this._events;return this},a.removeAllListeners=c("removeEvent"),a.emitEvent=function(t,e){var n,r,i,a,o,s=this.getListenersAsObject(t);for(a in s)if(s.hasOwnProperty(a))for(n=s[a].slice(0),i=0;i<n.length;i++)r=n[i],!0===r.once&&this.removeListener(t,r.listener),o=r.listener.apply(this,e||[]),o===this._getOnceReturnValue()&&this.removeListener(t,r.listener);return this},a.trigger=c("emitEvent"),a.emit=function(t){var e=Array.prototype.slice.call(arguments,1);return this.emitEvent(t,e)},a.setOnceReturnValue=function(t){return this._onceReturnValue=t,this},a._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},a._getEvents=function(){return this._events||(this._events={})},i.noConflict=function(){return e.EventEmitter=o,i},r=function(){return i}.call(e,n,e,t),void 0===r||(t.exports=r)})(this||{})},function(t,e,n){var r=n(18),i=r.Group,a=n(24),o=a.Label,s=n(8),c=n(0),l=["line","point","path"],u="_origin";function h(t){var e=0;return c.each(t,(function(t){e+=t})),e/t.length}function f(t,e){if(c.isNumber(t)&&c.isNumber(e))return[t,e];var n,r,i=-1,a=0,o=0,s=t.length-1,l=0;while(++i<t.length)n=s,s=i,l+=r=t[n]*e[s]-t[s]*e[n],a+=(t[n]+t[s])*r,o+=(e[n]+e[s])*r;return l*=3,[a/l,o/l]}var d=function t(e){t.superclass.constructor.call(this,e)};c.extend(d,i),c.augment(d,{getDefaultCfg:function(){return{label:s.label,labelCfg:null,coord:null,geomType:null,zIndex:6}},_renderUI:function(){d.superclass._renderUI.call(this),this.initLabelsCfg();var t=this.addGroup(),e=this.addGroup({elCls:"x-line-group"}),n=this.get("labelRenderer");this.set("labelsGroup",t),this.set("lineGroup",e),this.get("labelRenderer").set("group",t),n.set("group",t),n.set("lineGroup",e)},initLabelsCfg:function(){var t=this,e=new o,n=t.getDefaultLabelCfg(),r=t.get("labelCfg");c.deepMix(n,r.globalCfg||r.cfg),e.set("config",!1),n.labelLine&&e.set("labelLine",n.labelLine),e.set("coord",t.get("coord")),this.set("labelRenderer",e),t.set("label",n)},getDefaultLabelCfg:function(){var t=this,e=t.get("labelCfg").cfg||t.get("labelCfg").globalCfg,n=t.get("geomType"),r=t.get("viewTheme")||s;return"polygon"===n||e&&e.offset<0&&-1===c.indexOf(l,n)?c.deepMix({},t.get("label"),r.innerLabels,e):c.deepMix({},t.get("label"),r.label,e)},getLabelsItems:function(t,e){var n=this,r=[],i=n.get("geom"),a=n.get("coord");n._getLabelCfgs(t,e);var o=n.get("labelItemCfgs");return c.each(t,(function(t,e){var s=t[u],l=o[e];if(l){c.isArray(l.text)||(l.text=[l.text]);var h=l.text.length;c.each(l.text,(function(e,o){if(c.isNil(e)||""===e)r.push(null);else{var u=n.getLabelPoint(l,t,o);u=c.mix({},l,u),u.textAlign||(u.textAlign=n.getLabelAlign(u,o,h)),i&&(u._id=i._getShapeId(s)+"-glabel-"+o+"-"+u.text),u.coord=a,r.push(u)}}))}else r.push(null)})),r},adjustItems:function(t){return c.each(t,(function(t){t&&(t.offsetX&&(t.x+=t.offsetX),t.offsetY&&(t.y+=t.offsetY))})),t},drawLines:function(t){var e=this;c.each(t,(function(t){t&&t.offset>0&&e.lineToLabel(t)}))},lineToLabel:function(){},getLabelPoint:function(t,e,n){var r=this,i=r.get("coord"),a=t.text.length;function o(e,n){return c.isArray(e)&&(e=1===t.text.length?e.length<=2?e[e.length-1]:h(e):e[n]),e}var s={text:t.text[n]};if(e&&"polygon"===this.get("geomType")){var l=f(e.x,e.y);s.x=l[0],s.y=l[1]}else s.x=o(e.x,n),s.y=o(e.y,n);if(e&&e.nextPoints&&("funnel"===e.shape||"pyramid"===e.shape)){var u=-1/0;e.nextPoints.forEach((function(t){t=i.convert(t),t.x>u&&(u=t.x)})),s.x=(s.x+u)/2}"pyramid"===e.shape&&!e.nextPoints&&e.points&&e.points.forEach((function(t){t=i.convert(t),(c.isArray(t.x)&&!e.x.includes(t.x)||c.isNumber(t.x)&&e.x!==t.x)&&(s.x=(s.x+t.x)/2)})),t.position&&r.setLabelPosition(s,e,n,t.position);var d=r.getLabelOffset(t,n,a);return t.offsetX&&(d.x+=t.offsetX),t.offsetY&&(d.y+=t.offsetY),r.transLabelPoint(s),s.start={x:s.x,y:s.y},s.x+=d.x,s.y+=d.y,s.color=e.color,s},setLabelPosition:function(){},transLabelPoint:function(t){var e=this,n=e.get("coord"),r=n.applyMatrix(t.x,t.y,1);t.x=r[0],t.y=r[1]},getOffsetVector:function(t){var e,n=this,r=t.offset||0,i=n.get("coord");return e=i.isTransposed?i.applyMatrix(r,0):i.applyMatrix(0,r),e},getDefaultOffset:function(t){var e=this,n=0,r=e.get("coord"),i=e.getOffsetVector(t);n=r.isTransposed?i[0]:i[1];var a=this.get("yScale");if(a&&t.point){var o=t.point[a.field];o<0&&(n*=-1)}return n},getLabelOffset:function(t,e,n){var r=this,i=r.getDefaultOffset(t),a=r.get("coord"),o=a.isTransposed,s=o?"x":"y",c=o?1:-1,l={x:0,y:0};return l[s]=e>0||1===n?i*c:i*c*-1,l},getLabelAlign:function(t,e,n){var r=this,i="center",a=r.get("coord");if(a.isTransposed){var o=r.getDefaultOffset(t);i=o<0?"right":0===o?"center":"left",n>1&&0===e&&("right"===i?i="left":"left"===i&&(i="right"))}return i},_getLabelValue:function(t,e){c.isArray(e)||(e=[e]);var n=[];return c.each(e,(function(e){var r=t[e.field];if(c.isArray(r)){var i=[];c.each(r,(function(t){i.push(e.getText(t))})),r=i}else r=e.getText(r);(c.isNil(r)||""===r)&&n.push(null),n.push(r)})),n},_getLabelCfgs:function(t){var e=this,n=this.get("labelCfg"),r=n.scales,i=this.get("label"),a=e.get("viewTheme")||s,o=[];n.globalCfg&&n.globalCfg.type&&e.set("type",n.globalCfg.type),c.each(t,(function(t,s){var l={},h=t[u],f=e._getLabelValue(h,r);if(n.callback){var d=r.map((function(t){return h[t.field]}));l=n.callback.apply(null,[].concat(d,[t,s]))}if(l||0===l){if(c.isString(l)||c.isNumber(l)?l={text:l}:(l.text=l.content||f[0],delete l.content),l=c.mix({},i,n.globalCfg||{},l),t.point=h,l.point=h,l.htmlTemplate&&(l.useHtml=!0,l.text=l.htmlTemplate.call(null,l.text,t,s),delete l.htmlTemplate),l.formatter&&(l.text=l.formatter.call(null,l.text,t,s),delete l.formatter),l.label){var p=l.label;delete l.label,l=c.mix(l,p)}if(l.textStyle){delete l.textStyle.offset;var v=l.textStyle;c.isFunction(v)&&(l.textStyle=v.call(null,l.text,t,s))}l.labelLine&&(l.labelLine=c.mix({},i.labelLine,l.labelLine)),l.textStyle=c.mix({},i.textStyle,a.label.textStyle,l.textStyle),delete l.items,o.push(l)}else o.push(null)})),this.set("labelItemCfgs",o)},showLabels:function(t,e){var n=this,r=n.get("labelRenderer"),i=n.getLabelsItems(t,e);e=[].concat(e);var a=n.get("type");i=n.adjustItems(i,e),n.drawLines(i),r.set("items",i.filter((function(t,n){return!!t||(e.splice(n,1),!1)}))),a&&(r.set("shapes",e),r.set("type",a),r.set("points",t)),r.set("canvas",this.get("canvas")),r.draw()},destroy:function(){this.get("labelRenderer").destroy(),d.superclass.destroy.call(this)}}),t.exports=d},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(90),s=n(4),c=function(t){i(n,t);var e=n.prototype;function n(e){var n;n=t.call(this)||this;var i=r(n),a={visible:!0},o=i.getDefaultCfg();return i._attrs=a,s.deepMix(a,o,e),n}return e.getDefaultCfg=function(){return{}},e.get=function(t){return this._attrs[t]},e.set=function(t,e){this._attrs[t]=e},e.changeVisible=function(){},e.destroy=function(){var t=this;t._attrs={},t.removeAllListeners(),t.destroyed=!0},n}(o);t.exports=c},function(t,e,n){var r=n(52),i=n(173),a=n(94),o=n(53);t.exports={line:function(t,e,n,i,a,o,s){var c=r.box(t,e,n,i,a);if(!this.box(c.minX,c.maxX,c.minY,c.maxY,o,s))return!1;var l=r.pointDistance(t,e,n,i,o,s);return!isNaN(l)&&l<=a/2},polyline:function(t,e,n,r){var i=t.length-1;if(i<1)return!1;for(var a=0;a<i;a++){var o=t[a][0],s=t[a][1],c=t[a+1][0],l=t[a+1][1];if(this.line(o,s,c,l,e,n,r))return!0}return!1},cubicline:function(t,e,n,r,i,o,s,c,l,u,h){return a.pointDistance(t,e,n,r,i,o,s,c,u,h)<=l/2},quadraticline:function(t,e,n,r,a,o,s,c,l){return i.pointDistance(t,e,n,r,a,o,c,l)<=s/2},arcline:function(t,e,n,r,i,a,s,c,l){return o.pointDistance(t,e,n,r,i,a,c,l)<=s/2},rect:function(t,e,n,r,i,a){return t<=i&&i<=t+n&&e<=a&&a<=e+r},circle:function(t,e,n,r,i){return Math.pow(r-t,2)+Math.pow(i-e,2)<=Math.pow(n,2)},box:function(t,e,n,r,i,a){return t<=i&&i<=e&&n<=a&&a<=r}}},function(t,e,n){var r=n(2),i=r.vec2;function a(t,e,n,r,i){var a=1-i;return a*a*(a*r+3*i*n)+i*i*(i*t+3*a*e)}function o(t,e,n,r,i){var a=1-i;return 3*(((e-t)*a+2*(n-e)*i)*a+(r-n)*i*i)}function s(t,e,n,r,o,s,c,l,u,h,f){var d,p,v,g,m,y,b,_,x=.005,w=1/0,k=1e-4,C=[u,h];for(p=0;p<1;p+=.05)v=[a(t,n,o,c,p),a(e,r,s,l,p)],g=i.squaredDistance(C,v),g<w&&(d=p,w=g);w=1/0;for(var S=0;S<32;S++){if(x<k)break;b=d-x,_=d+x,v=[a(t,n,o,c,b),a(e,r,s,l,b)],g=i.squaredDistance(C,v),b>=0&&g<w?(d=b,w=g):(y=[a(t,n,o,c,_),a(e,r,s,l,_)],m=i.squaredDistance(C,y),_<=1&&m<w?(d=_,w=m):x*=.5)}return f&&(f.x=a(t,n,o,c,d),f.y=a(e,r,s,l,d)),Math.sqrt(w)}function c(t,e,n,i){var a,o,s,c=3*t-9*e+9*n-3*i,l=6*e-12*n+6*i,u=3*n-3*i,h=[];if(r.isNumberEqual(c,0))r.isNumberEqual(l,0)||(a=-u/l,a>=0&&a<=1&&h.push(a));else{var f=l*l-4*c*u;r.isNumberEqual(f,0)?h.push(-l/(2*c)):f>0&&(s=Math.sqrt(f),a=(-l+s)/(2*c),o=(-l-s)/(2*c),a>=0&&a<=1&&h.push(a),o>=0&&o<=1&&h.push(o))}return h}function l(t,e,n,r,i){var a=-3*e+9*n-9*r+3*i,o=t*a+6*e-12*n+6*r;return t*o-3*e+3*n}function u(t,e,n,i,a,o,s,c,u){r.isNil(u)&&(u=1),u=u>1?1:u<0?0:u;for(var h=u/2,f=12,d=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],p=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],v=0,g=0;g<f;g++){var m=h*d[g]+h,y=l(m,t,n,a,s),b=l(m,e,i,o,c),_=y*y+b*b;v+=p[g]*Math.sqrt(_)}return h*v}t.exports={at:a,derivativeAt:o,projectPoint:function(t,e,n,r,i,a,o,c,l,u){var h={};return s(t,e,n,r,i,a,o,c,l,u,h),h},pointDistance:s,extrema:c,len:u}},function(t,e,n){var r=n(2),i=n(9),a=n(37),o=n(55),s=function t(e){t.superclass.constructor.call(this,e)};s.Symbols={circle:function(t,e,n){return[["M",t,e],["m",-n,0],["a",n,n,0,1,0,2*n,0],["a",n,n,0,1,0,2*-n,0]]},square:function(t,e,n){return[["M",t-n,e-n],["L",t+n,e-n],["L",t+n,e+n],["L",t-n,e+n],["Z"]]},diamond:function(t,e,n){return[["M",t-n,e],["L",t,e-n],["L",t+n,e],["L",t,e+n],["Z"]]},triangle:function(t,e,n){var r=n*Math.sin(1/3*Math.PI);return[["M",t-n,e+r],["L",t,e-r],["L",t+n,e+r],["z"]]},"triangle-down":function(t,e,n){var r=n*Math.sin(1/3*Math.PI);return[["M",t-n,e-r],["L",t+n,e-r],["L",t,e+r],["Z"]]}},s.ATTRS={path:null,lineWidth:1},r.extend(s,i),r.augment(s,{type:"marker",canFill:!0,canStroke:!0,getDefaultAttrs:function(){return{x:0,y:0,lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.radius,i=this.getHitLineWidth(),a=i/2+r;return{minX:e-a,minY:n-a,maxX:e+a,maxY:n+a}},_getPath:function(){var t,e=this._attrs,n=e.x,i=e.y,a=e.radius||e.r,o=e.symbol||"circle";return t=r.isFunction(o)?o:s.Symbols[o],t?t(n,i,a):(console.warn(o+" marker is not supported."),null)},createPath:function(t){var e=this._cfg.segments;if(!e||this._cfg.hasUpdate){var n,r=a.parsePath(this._getPath());t.beginPath(),e=[];for(var i=0;i<r.length;i++){var s=r[i];n=new o(s,n,i===r.length-1),e.push(n),n.draw(t)}this._cfg.segments=e,this._cfg.hasUpdate=!1}else{t.beginPath();for(var c=0;c<e.length;c++)e[c].draw(t)}}}),t.exports=s},function(t,e,n){var r=n(169),i="\t\n\v\f\r   ᠎             　\u2028\u2029",a=new RegExp("([a-z])["+i+",]*((-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?["+i+"]*,?["+i+"]*)+)","ig"),o=new RegExp("(-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?)["+i+"]*,?["+i+"]*","ig"),s=function(t){if(!t)return null;if(typeof t===typeof[])return t;var e={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},n=[];return String(t).replace(a,(function(t,r,i){var a=[],s=r.toLowerCase();if(i.replace(o,(function(t,e){e&&a.push(+e)})),"m"===s&&a.length>2&&(n.push([r].concat(a.splice(0,2))),s="l",r="m"===r?"l":"L"),"o"===s&&1===a.length&&n.push([r,a[0]]),"r"===s)n.push([r].concat(a));else while(a.length>=e[s])if(n.push([r].concat(a.splice(0,e[s]))),!e[s])break})),n},c=function(t,e){for(var n=[],r=0,i=t.length;i-2*!e>r;r+=2){var a=[{x:+t[r-2],y:+t[r-1]},{x:+t[r],y:+t[r+1]},{x:+t[r+2],y:+t[r+3]},{x:+t[r+4],y:+t[r+5]}];e?r?i-4===r?a[3]={x:+t[0],y:+t[1]}:i-2===r&&(a[2]={x:+t[0],y:+t[1]},a[3]={x:+t[2],y:+t[3]}):a[0]={x:+t[i-2],y:+t[i-1]}:i-4===r?a[3]=a[2]:r||(a[0]={x:+t[r],y:+t[r+1]}),n.push(["C",(-a[0].x+6*a[1].x+a[2].x)/6,(-a[0].y+6*a[1].y+a[2].y)/6,(a[1].x+6*a[2].x-a[3].x)/6,(a[1].y+6*a[2].y-a[3].y)/6,a[2].x,a[2].y])}return n},l=function(t,e,n,r,i){var a=[];if(null===i&&null===r&&(r=n),t=+t,e=+e,n=+n,r=+r,null!==i){var o=Math.PI/180,s=t+n*Math.cos(-r*o),c=t+n*Math.cos(-i*o),l=e+n*Math.sin(-r*o),u=e+n*Math.sin(-i*o);a=[["M",s,l],["A",n,n,0,+(i-r>180),0,c,u]]}else a=[["M",t,e],["m",0,-r],["a",n,r,0,1,1,0,2*r],["a",n,r,0,1,1,0,-2*r],["z"]];return a},u=function(t){if(t=s(t),!t||!t.length)return[["M",0,0]];var e,n,r=[],i=0,a=0,o=0,u=0,h=0;"M"===t[0][0]&&(i=+t[0][1],a=+t[0][2],o=i,u=a,h++,r[0]=["M",i,a]);for(var f,d,p=3===t.length&&"M"===t[0][0]&&"R"===t[1][0].toUpperCase()&&"Z"===t[2][0].toUpperCase(),v=h,g=t.length;v<g;v++){if(r.push(f=[]),d=t[v],e=d[0],e!==e.toUpperCase())switch(f[0]=e.toUpperCase(),f[0]){case"A":f[1]=d[1],f[2]=d[2],f[3]=d[3],f[4]=d[4],f[5]=d[5],f[6]=+d[6]+i,f[7]=+d[7]+a;break;case"V":f[1]=+d[1]+a;break;case"H":f[1]=+d[1]+i;break;case"R":n=[i,a].concat(d.slice(1));for(var m=2,y=n.length;m<y;m++)n[m]=+n[m]+i,n[++m]=+n[m]+a;r.pop(),r=r.concat(c(n,p));break;case"O":r.pop(),n=l(i,a,d[1],d[2]),n.push(n[0]),r=r.concat(n);break;case"U":r.pop(),r=r.concat(l(i,a,d[1],d[2],d[3])),f=["U"].concat(r[r.length-1].slice(-2));break;case"M":o=+d[1]+i,u=+d[2]+a;break;default:for(var b=1,_=d.length;b<_;b++)f[b]=+d[b]+(b%2?i:a)}else if("R"===e)n=[i,a].concat(d.slice(1)),r.pop(),r=r.concat(c(n,p)),f=["R"].concat(d.slice(-2));else if("O"===e)r.pop(),n=l(i,a,d[1],d[2]),n.push(n[0]),r=r.concat(n);else if("U"===e)r.pop(),r=r.concat(l(i,a,d[1],d[2],d[3])),f=["U"].concat(r[r.length-1].slice(-2));else for(var x=0,w=d.length;x<w;x++)f[x]=d[x];if(e=e.toUpperCase(),"O"!==e)switch(f[0]){case"Z":i=+o,a=+u;break;case"H":i=f[1];break;case"V":a=f[1];break;case"M":o=f[f.length-2],u=f[f.length-1];break;default:i=f[f.length-2],a=f[f.length-1]}}return r},h=function(t,e,n,r){return[t,e,n,r,n,r]},f=function(t,e,n,r,i,a){var o=1/3,s=2/3;return[o*t+s*n,o*e+s*r,o*i+s*n,o*a+s*r,i,a]},d=function t(e,n,r,i,a,o,s,c,l,u){r===i&&(r+=1);var h,f,d,p,v,g=120*Math.PI/180,m=Math.PI/180*(+a||0),y=[],b=function(t,e,n){var r=t*Math.cos(n)-e*Math.sin(n),i=t*Math.sin(n)+e*Math.cos(n);return{x:r,y:i}};if(u)f=u[0],d=u[1],p=u[2],v=u[3];else{h=b(e,n,-m),e=h.x,n=h.y,h=b(c,l,-m),c=h.x,l=h.y,e===c&&n===l&&(c+=1,l+=1);var _=(e-c)/2,x=(n-l)/2,w=_*_/(r*r)+x*x/(i*i);w>1&&(w=Math.sqrt(w),r*=w,i*=w);var k=r*r,C=i*i,S=(o===s?-1:1)*Math.sqrt(Math.abs((k*C-k*x*x-C*_*_)/(k*x*x+C*_*_)));p=S*r*x/i+(e+c)/2,v=S*-i*_/r+(n+l)/2,f=Math.asin(((n-v)/i).toFixed(9)),d=Math.asin(((l-v)/i).toFixed(9)),f=e<p?Math.PI-f:f,d=c<p?Math.PI-d:d,f<0&&(f=2*Math.PI+f),d<0&&(d=2*Math.PI+d),s&&f>d&&(f-=2*Math.PI),!s&&d>f&&(d-=2*Math.PI)}var T=d-f;if(Math.abs(T)>g){var O=d,M=c,E=l;d=f+g*(s&&d>f?1:-1),c=p+r*Math.cos(d),l=v+i*Math.sin(d),y=t(c,l,r,i,a,0,s,M,E,[d,O,p,v])}T=d-f;var A=Math.cos(f),P=Math.sin(f),L=Math.cos(d),I=Math.sin(d),j=Math.tan(T/4),z=4/3*r*j,D=4/3*i*j,N=[e,n],R=[e+z*P,n-D*A],V=[c+z*I,l-D*L],F=[c,l];if(R[0]=2*N[0]-R[0],R[1]=2*N[1]-R[1],u)return[R,V,F].concat(y);y=[R,V,F].concat(y).join().split(",");for(var H=[],B=0,U=y.length;B<U;B++)H[B]=B%2?b(y[B-1],y[B],m).y:b(y[B],y[B+1],m).x;return H},p=function(t,e){var n,r=u(t),i=e&&u(e),a={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},o={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},s=[],c=[],l="",p="",v=function(t,e,n){var r,i;if(!t)return["C",e.x,e.y,e.x,e.y,e.x,e.y];switch(!(t[0]in{T:1,Q:1})&&(e.qx=e.qy=null),t[0]){case"M":e.X=t[1],e.Y=t[2];break;case"A":t=["C"].concat(d.apply(0,[e.x,e.y].concat(t.slice(1))));break;case"S":"C"===n||"S"===n?(r=2*e.x-e.bx,i=2*e.y-e.by):(r=e.x,i=e.y),t=["C",r,i].concat(t.slice(1));break;case"T":"Q"===n||"T"===n?(e.qx=2*e.x-e.qx,e.qy=2*e.y-e.qy):(e.qx=e.x,e.qy=e.y),t=["C"].concat(f(e.x,e.y,e.qx,e.qy,t[1],t[2]));break;case"Q":e.qx=t[1],e.qy=t[2],t=["C"].concat(f(e.x,e.y,t[1],t[2],t[3],t[4]));break;case"L":t=["C"].concat(h(e.x,e.y,t[1],t[2]));break;case"H":t=["C"].concat(h(e.x,e.y,t[1],e.y));break;case"V":t=["C"].concat(h(e.x,e.y,e.x,t[1]));break;case"Z":t=["C"].concat(h(e.x,e.y,e.X,e.Y));break;default:break}return t},g=function(t,e){if(t[e].length>7){t[e].shift();var a=t[e];while(a.length)s[e]="A",i&&(c[e]="A"),t.splice(e++,0,["C"].concat(a.splice(0,6)));t.splice(e,1),n=Math.max(r.length,i&&i.length||0)}},m=function(t,e,a,o,s){t&&e&&"M"===t[s][0]&&"M"!==e[s][0]&&(e.splice(s,0,["M",o.x,o.y]),a.bx=0,a.by=0,a.x=t[s][1],a.y=t[s][2],n=Math.max(r.length,i&&i.length||0))};n=Math.max(r.length,i&&i.length||0);for(var y=0;y<n;y++){r[y]&&(l=r[y][0]),"C"!==l&&(s[y]=l,y&&(p=s[y-1])),r[y]=v(r[y],a,p),"A"!==s[y]&&"C"===l&&(s[y]="C"),g(r,y),i&&(i[y]&&(l=i[y][0]),"C"!==l&&(c[y]=l,y&&(p=c[y-1])),i[y]=v(i[y],o,p),"A"!==c[y]&&"C"===l&&(c[y]="C"),g(i,y)),m(r,i,a,o,y),m(i,r,o,a,y);var b=r[y],_=i&&i[y],x=b.length,w=i&&_.length;a.x=b[x-2],a.y=b[x-1],a.bx=parseFloat(b[x-4])||a.x,a.by=parseFloat(b[x-3])||a.y,o.bx=i&&(parseFloat(_[w-4])||o.x),o.by=i&&(parseFloat(_[w-3])||o.y),o.x=i&&_[w-2],o.y=i&&_[w-1]}return i?[r,i]:r},v=/,?([a-z]),?/gi,g=function(t){return t.join(",").replace(v,"$1")},m=function(t,e,n,r,i){var a=-3*e+9*n-9*r+3*i,o=t*a+6*e-12*n+6*r;return t*o-3*e+3*n},y=function(t,e,n,r,i,a,o,s,c){null===c&&(c=1),c=c>1?1:c<0?0:c;for(var l=c/2,u=12,h=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],f=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],d=0,p=0;p<u;p++){var v=l*h[p]+l,g=m(v,t,n,i,o),y=m(v,e,r,a,s),b=g*g+y*y;d+=f[p]*Math.sqrt(b)}return l*d},b=function(t,e,n,r,i,a,o,s){for(var c,l,u,h,f=[],d=[[],[]],p=0;p<2;++p)if(0===p?(l=6*t-12*n+6*i,c=-3*t+9*n-9*i+3*o,u=3*n-3*t):(l=6*e-12*r+6*a,c=-3*e+9*r-9*a+3*s,u=3*r-3*e),Math.abs(c)<1e-12){if(Math.abs(l)<1e-12)continue;h=-u/l,h>0&&h<1&&f.push(h)}else{var v=l*l-4*u*c,g=Math.sqrt(v);if(!(v<0)){var m=(-l+g)/(2*c);m>0&&m<1&&f.push(m);var y=(-l-g)/(2*c);y>0&&y<1&&f.push(y)}}var b,_=f.length,x=_;while(_--)h=f[_],b=1-h,d[0][_]=b*b*b*t+3*b*b*h*n+3*b*h*h*i+h*h*h*o,d[1][_]=b*b*b*e+3*b*b*h*r+3*b*h*h*a+h*h*h*s;return d[0][x]=t,d[1][x]=e,d[0][x+1]=o,d[1][x+1]=s,d[0].length=d[1].length=x+2,{min:{x:Math.min.apply(0,d[0]),y:Math.min.apply(0,d[1])},max:{x:Math.max.apply(0,d[0]),y:Math.max.apply(0,d[1])}}},_=function(t,e,n,r,i,a,o,s){if(!(Math.max(t,n)<Math.min(i,o)||Math.min(t,n)>Math.max(i,o)||Math.max(e,r)<Math.min(a,s)||Math.min(e,r)>Math.max(a,s))){var c=(t*r-e*n)*(i-o)-(t-n)*(i*s-a*o),l=(t*r-e*n)*(a-s)-(e-r)*(i*s-a*o),u=(t-n)*(a-s)-(e-r)*(i-o);if(u){var h=c/u,f=l/u,d=+h.toFixed(2),p=+f.toFixed(2);if(!(d<+Math.min(t,n).toFixed(2)||d>+Math.max(t,n).toFixed(2)||d<+Math.min(i,o).toFixed(2)||d>+Math.max(i,o).toFixed(2)||p<+Math.min(e,r).toFixed(2)||p>+Math.max(e,r).toFixed(2)||p<+Math.min(a,s).toFixed(2)||p>+Math.max(a,s).toFixed(2)))return{x:h,y:f}}}},x=function(t,e,n){return e>=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},w=function(t,e,n,r,i){if(i)return[["M",+t+ +i,e],["l",n-2*i,0],["a",i,i,0,0,1,i,i],["l",0,r-2*i],["a",i,i,0,0,1,-i,i],["l",2*i-n,0],["a",i,i,0,0,1,-i,-i],["l",0,2*i-r],["a",i,i,0,0,1,i,-i],["z"]];var a=[["M",t,e],["l",n,0],["l",0,r],["l",-n,0],["z"]];return a.parsePathArray=g,a},k=function(t,e,n,r){return null===t&&(t=e=n=r=0),null===e&&(e=t.y,n=t.width,r=t.height,t=t.x),{x:t,y:e,width:n,w:n,height:r,h:r,x2:t+n,y2:e+r,cx:t+n/2,cy:e+r/2,r1:Math.min(n,r)/2,r2:Math.max(n,r)/2,r0:Math.sqrt(n*n+r*r)/2,path:w(t,e,n,r),vb:[t,e,n,r].join(" ")}},C=function(t,e){return t=k(t),e=k(e),x(e,t.x,t.y)||x(e,t.x2,t.y)||x(e,t.x,t.y2)||x(e,t.x2,t.y2)||x(t,e.x,e.y)||x(t,e.x2,e.y)||x(t,e.x,e.y2)||x(t,e.x2,e.y2)||(t.x<e.x2&&t.x>e.x||e.x<t.x2&&e.x>t.x)&&(t.y<e.y2&&t.y>e.y||e.y<t.y2&&e.y>t.y)},S=function(t,e,n,i,a,o,s,c){r.isArray(t)||(t=[t,e,n,i,a,o,s,c]);var l=b.apply(null,t);return k(l.min.x,l.min.y,l.max.x-l.min.x,l.max.y-l.min.y)},T=function(t,e,n,r,i,a,o,s,c){var l=1-c,u=Math.pow(l,3),h=Math.pow(l,2),f=c*c,d=f*c,p=u*t+3*h*c*n+3*l*c*c*i+d*o,v=u*e+3*h*c*r+3*l*c*c*a+d*s,g=t+2*c*(n-t)+f*(i-2*n+t),m=e+2*c*(r-e)+f*(a-2*r+e),y=n+2*c*(i-n)+f*(o-2*i+n),b=r+2*c*(a-r)+f*(s-2*a+r),_=l*t+c*n,x=l*e+c*r,w=l*i+c*o,k=l*a+c*s,C=90-180*Math.atan2(g-y,m-b)/Math.PI;return{x:p,y:v,m:{x:g,y:m},n:{x:y,y:b},start:{x:_,y:x},end:{x:w,y:k},alpha:C}},O=function(t,e,n){var r=S(t),i=S(e);if(!C(r,i))return n?0:[];for(var a=y.apply(0,t),o=y.apply(0,e),s=~~(a/8),c=~~(o/8),l=[],u=[],h={},f=n?0:[],d=0;d<s+1;d++){var p=T.apply(0,t.concat(d/s));l.push({x:p.x,y:p.y,t:d/s})}for(var v=0;v<c+1;v++){var g=T.apply(0,e.concat(v/c));u.push({x:g.x,y:g.y,t:v/c})}for(var m=0;m<s;m++)for(var b=0;b<c;b++){var x=l[m],w=l[m+1],k=u[b],O=u[b+1],M=Math.abs(w.x-x.x)<.001?"y":"x",E=Math.abs(O.x-k.x)<.001?"y":"x",A=_(x.x,x.y,w.x,w.y,k.x,k.y,O.x,O.y);if(A){if(h[A.x.toFixed(4)]===A.y.toFixed(4))continue;h[A.x.toFixed(4)]=A.y.toFixed(4);var P=x.t+Math.abs((A[M]-x[M])/(w[M]-x[M]))*(w.t-x.t),L=k.t+Math.abs((A[E]-k[E])/(O[E]-k[E]))*(O.t-k.t);P>=0&&P<=1&&L>=0&&L<=1&&(n?f++:f.push({x:A.x,y:A.y,t1:P,t2:L}))}}return f},M=function(t,e,n){var r,i,a,o,s,c,l,u,h,f;t=p(t),e=p(e);for(var d=n?0:[],v=0,g=t.length;v<g;v++){var m=t[v];if("M"===m[0])r=s=m[1],i=c=m[2];else{"C"===m[0]?(h=[r,i].concat(m.slice(1)),r=h[6],i=h[7]):(h=[r,i,r,i,s,c,s,c],r=s,i=c);for(var y=0,b=e.length;y<b;y++){var _=e[y];if("M"===_[0])a=l=_[1],o=u=_[2];else{"C"===_[0]?(f=[a,o].concat(_.slice(1)),a=f[6],o=f[7]):(f=[a,o,a,o,l,u,l,u],a=l,o=u);var x=O(h,f,n);if(n)d+=x;else{for(var w=0,k=x.length;w<k;w++)x[w].segment1=v,x[w].segment2=y,x[w].bez1=h,x[w].bez2=f;d=d.concat(x)}}}}}return d},E=function(t,e){return M(t,e)};function A(t,e){var n=[],r=[];function i(t,e){if(1===t.length)n.push(t[0]),r.push(t[0]);else{for(var a=[],o=0;o<t.length-1;o++)0===o&&n.push(t[0]),o===t.length-2&&r.push(t[o+1]),a[o]=[(1-e)*t[o][0]+e*t[o+1][0],(1-e)*t[o][1]+e*t[o+1][1]];i(a,e)}}return t.length&&i(t,e),{left:n,right:r.reverse()}}function P(t,e,n){var r=[[t[1],t[2]]];n=n||2;var i=[];"A"===e[0]?(r.push(e[6]),r.push(e[7])):"C"===e[0]?(r.push([e[1],e[2]]),r.push([e[3],e[4]]),r.push([e[5],e[6]])):"S"===e[0]||"Q"===e[0]?(r.push([e[1],e[2]]),r.push([e[3],e[4]])):r.push([e[1],e[2]]);for(var a=r,o=1/n,s=0;s<n-1;s++){var c=o/(1-o*s),l=A(a,c);i.push(l.left),a=l.right}i.push(a);var u=i.map((function(t){var e=[];return 4===t.length&&(e.push("C"),e=e.concat(t[2])),t.length>=3&&(3===t.length&&e.push("Q"),e=e.concat(t[1])),2===t.length&&e.push("L"),e=e.concat(t[t.length-1]),e}));return u}var L=function(t,e,n){if(1===n)return[[].concat(t)];var r=[];if("L"===e[0]||"C"===e[0]||"Q"===e[0])r=r.concat(P(t,e,n));else{var i=[].concat(t);"M"===i[0]&&(i[0]="L");for(var a=0;a<=n-1;a++)r.push(i)}return r},I=function(t,e){if(1===t.length)return t;var n=t.length-1,r=e.length-1,i=n/r,a=[];if(1===t.length&&"M"===t[0][0]){for(var o=0;o<r-n;o++)t.push(t[0]);return t}for(var s=0;s<r;s++){var c=Math.floor(i*s);a[c]=(a[c]||0)+1}var l=a.reduce((function(e,r,i){return i===n?e.concat(t[n]):e.concat(L(t[i],t[i+1],r))}),[]);return l.unshift(t[0]),"Z"!==e[r]&&"z"!==e[r]||l.push("Z"),l},j=function(t,e){if(t.length!==e.length)return!1;var n=!0;return r.each(t,(function(t,r){if(t!==e[r])return n=!1,!1})),n};function z(t,e,n){var r=null,i=n;return e<i&&(i=e,r="add"),t<i&&(i=t,r="del"),{type:r,min:i}}var D=function(t,e){var n,r,i=t.length,a=e.length,o=0;if(0===i||0===a)return null;for(var s=[],c=0;c<=i;c++)s[c]=[],s[c][0]={min:c};for(var l=0;l<=a;l++)s[0][l]={min:l};for(var u=1;u<=i;u++){n=t[u-1];for(var h=1;h<=a;h++){r=e[h-1],o=j(n,r)?0:1;var f=s[u-1][h].min+1,d=s[u][h-1].min+1,p=s[u-1][h-1].min+o;s[u][h]=z(f,d,p)}}return s},N=function(t,e){var n=D(t,e),r=t.length,i=e.length,a=[],o=1,s=1;if(n[r][i]!==r){for(var c=1;c<=r;c++){var l=n[c][c].min;s=c;for(var u=o;u<=i;u++)n[c][u].min<l&&(l=n[c][u].min,s=u);o=s,n[c][o].type&&a.push({index:c-1,type:n[c][o].type})}for(var h=a.length-1;h>=0;h--)o=a[h].index,"add"===a[h].type?t.splice(o,0,[].concat(t[o])):t.splice(o,1)}r=t.length;var f=i-r;if(r<i)for(var d=0;d<f;d++)"z"===t[r-1][0]||"Z"===t[r-1][0]?t.splice(r-2,0,t[r-2]):t.push(t[r-1]),r+=1;return t};function R(t,e,n){for(var r,i=[].concat(t),a=1/(n+1),o=V(e)[0],s=1;s<=n;s++)a*=s,r=Math.floor(t.length*a),0===r?i.unshift([o[0]*a+t[r][0]*(1-a),o[1]*a+t[r][1]*(1-a)]):i.splice(r,0,[o[0]*a+t[r][0]*(1-a),o[1]*a+t[r][1]*(1-a)]);return i}function V(t){var e=[];switch(t[0]){case"M":e.push([t[1],t[2]]);break;case"L":e.push([t[1],t[2]]);break;case"A":e.push([t[6],t[7]]);break;case"Q":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"T":e.push([t[1],t[2]]);break;case"C":e.push([t[5],t[6]]),e.push([t[1],t[2]]),e.push([t[3],t[4]]);break;case"S":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"H":e.push([t[1],t[1]]);break;case"V":e.push([t[1],t[1]]);break;default:}return e}var F=function(t,e){if(t.length<=1)return t;for(var n,r=0;r<e.length;r++)if(t[r][0]!==e[r][0])switch(n=V(t[r]),e[r][0]){case"M":t[r]=["M"].concat(n[0]);break;case"L":t[r]=["L"].concat(n[0]);break;case"A":t[r]=[].concat(e[r]),t[r][6]=n[0][0],t[r][7]=n[0][1];break;case"Q":if(n.length<2){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],1)}t[r]=["Q"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;case"T":t[r]=["T"].concat(n[0]);break;case"C":if(n.length<3){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],2)}t[r]=["C"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;case"S":if(n.length<2){if(!(r>0)){t[r]=e[r];break}n=R(n,t[r-1],1)}t[r]=["S"].concat(n.reduce((function(t,e){return t.concat(e)}),[]));break;default:t[r]=e[r]}return t};t.exports={parsePathString:s,parsePathArray:g,pathTocurve:p,pathToAbsolute:u,catmullRomToBezier:c,rectPath:w,fillPath:I,fillPathByDiff:N,formatPath:F,intersection:E}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(192),s=n(385),c=n(16),l=c.FONT_FAMILY,u=8,h=a.Event,f=a.Group,d=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"continuous-legend",items:null,layout:"vertical",width:20,height:156,textStyle:{fill:"#333",textAlign:"center",textBaseline:"middle",stroke:"#fff",lineWidth:5,fontFamily:l},hoverTextStyle:{fill:"rgba(0,0,0,0.25)"},slidable:!0,triggerAttr:{fill:"#fff",shadowBlur:10,shadowColor:"rgba(0,0,0,0.65)",radius:2},_range:[0,100],middleBackgroundStyle:{fill:"#D9D9D9"},textOffset:4,lineStyle:{lineWidth:1,stroke:"#fff"},pointerStyle:{fill:"rgb(230, 230, 230)"}})},n._calStartPoint=function(){var t={x:10,y:this.get("titleGap")-u},e=this.get("titleShape");if(e){var n=e.getBBox();t.y+=n.height}return t},n.beforeRender=function(){var e=this.get("items");a.isArray(e)&&!a.isEmpty(e)&&(t.prototype.beforeRender.call(this),this.set("firstItem",e[0]),this.set("lastItem",e[e.length-1]))},n._formatItemValue=function(t){var e=this.get("formatter")||this.get("itemFormatter");return e&&(t=e.call(this,t)),t},n.render=function(){t.prototype.render.call(this),this.get("slidable")?this._renderSlider():this._renderUnslidable()},n._renderSlider=function(){var t=new f,e=new f,n=new f,r=this._calStartPoint(),i=this.get("group"),a=i.addGroup(s,{minHandleElement:t,maxHandleElement:e,backgroundElement:n,layout:this.get("layout"),range:this.get("_range"),width:this.get("width"),height:this.get("height")});a.translate(r.x,r.y),this.set("slider",a);var o=this._renderSliderShape();o.attr("clip",a.get("middleHandleElement")),this._renderTrigger()},n._addMiddleBar=function(t,e,n){return t.addShape(e,{attrs:a.mix({},n,this.get("middleBackgroundStyle"))}),t.addShape(e,{attrs:n})},n._renderTrigger=function(){var t=this.get("firstItem"),e=this.get("lastItem"),n=this.get("layout"),r=this.get("textStyle"),i=this.get("triggerAttr"),o=a.mix({},i),s=a.mix({},i),c=a.mix({text:this._formatItemValue(t.value)+""},r),l=a.mix({text:this._formatItemValue(e.value)+""},r);"vertical"===n?(this._addVerticalTrigger("min",o,c),this._addVerticalTrigger("max",s,l)):(this._addHorizontalTrigger("min",o,c),this._addHorizontalTrigger("max",s,l))},n._addVerticalTrigger=function(t,e,n){var r=this.get("slider"),i=r.get(t+"HandleElement"),o=this.get("width"),s=i.addShape("rect",{attrs:a.mix({x:o/2-u-2,y:"min"===t?0:-u,width:2*u+2,height:u},e)}),c=i.addShape("text",{attrs:a.mix(n,{x:o+this.get("textOffset"),y:"max"===t?-4:4,textAlign:"start",lineHeight:1,textBaseline:"middle"})}),l=this.get("layout"),h="vertical"===l?"ns-resize":"ew-resize";s.attr("cursor",h),c.attr("cursor",h),this.set(t+"ButtonElement",s),this.set(t+"TextElement",c)},n._addHorizontalTrigger=function(t,e,n){var r=this.get("slider"),i=r.get(t+"HandleElement"),o=i.addShape("rect",{attrs:a.mix({x:"min"===t?-u:0,y:-u-this.get("height")/2,width:u,height:2*u},e)}),s=i.addShape("text",{attrs:a.mix(n,{x:"min"===t?-u-4:u+4,y:u/2+this.get("textOffset")+10,textAlign:"min"===t?"end":"start",textBaseline:"middle"})}),c=this.get("layout"),l="vertical"===c?"ns-resize":"ew-resize";o.attr("cursor",l),s.attr("cursor",l),this.set(t+"ButtonElement",o),this.set(t+"TextElement",s)},n._bindEvents=function(){var t=this;if(this.get("slidable")){var e=this.get("slider");e.on("sliderchange",(function(e){var n=e.range,r=t.get("firstItem").value,i=t.get("lastItem").value,a=r+n[0]/100*(i-r),o=r+n[1]/100*(i-r);t._updateElement(a,o);var s=new h("itemfilter",e,!0,!0);s.range=[a,o],t.emit("itemfilter",s)}))}this.get("hoverable")&&(this.get("group").on("mousemove",a.wrapBehavior(this,"_onMouseMove")),this.get("group").on("mouseleave",a.wrapBehavior(this,"_onMouseLeave")))},n._updateElement=function(t,e){var n=this.get("minTextElement"),r=this.get("maxTextElement");e>1&&(t=parseInt(t,10),e=parseInt(e,10)),n.attr("text",this._formatItemValue(t)+""),r.attr("text",this._formatItemValue(e)+"")},n._onMouseLeave=function(){var t=this.get("group").findById("hoverPointer");t&&t.destroy();var e=this.get("group").findById("hoverText");e&&e.destroy(),this.get("canvas").draw()},n._onMouseMove=function(t){var e,n=this.get("height"),r=this.get("width"),i=this.get("items"),a=this.get("canvas").get("el"),o=a.getBoundingClientRect(),s=this.get("group").getBBox();if("vertical"===this.get("layout")){var c=5;"color-legend"===this.get("type")&&(c=30);var l=this.get("titleGap"),u=this.get("titleShape");u&&(l+=u.getBBox().maxY-u.getBBox().minY);var h=t.clientY||t.event.clientY;h=h-o.y-this.get("group").attr("matrix")[7]+s.y-c+l,e=i[0].value+(1-h/n)*(i[i.length-1].value-i[0].value)}else{var f=t.clientX||t.event.clientX;f=f-o.x-this.get("group").attr("matrix")[6],e=i[0].value+f/r*(i[i.length-1].value-i[0].value)}e=e.toFixed(2),this.activate(e),this.emit("mousehover",{value:e})},n.activate=function(t){if(t){var e=this.get("group").findById("hoverPointer"),n=this.get("group").findById("hoverText"),r=this.get("items");if(!(t<r[0].value||t>r[r.length-1].value)){var i,o=this.get("height"),s=this.get("width"),c=this.get("titleShape"),l=this.get("titleGap"),u=[],h=(t-r[0].value)/(r[r.length-1].value-r[0].value);if("vertical"===this.get("layout")){var f=0,d=0;"color-legend"===this.get("type")&&(f=l,c&&(f+=c.getBBox().height)),this.get("slidable")&&("color-legend"===this.get("type")?f-=13:(f=l-15,c&&(f+=c.getBBox().height)),d+=10),h=(1-h)*o,u=[[d,h+f],[d-10,h+f-5],[d-10,h+f+5]],i=a.mix({},{x:s+this.get("textOffset")/2+d,y:h+f,text:this._formatItemValue(t)+""},this.get("textStyle"),{textAlign:"start"})}else{var p=0,v=0;"color-legend"===this.get("type")&&(p=l,c&&(p+=c.getBBox().height)),this.get("slidable")&&("color-legend"===this.get("type")?p-=7:(p=l,c||(p-=7)),v+=10),h*=s,u=[[h+v,p],[h+v-5,p-10],[h+v+5,p-10]],i=a.mix({},{x:h-5,y:o+this.get("textOffset")+p,text:this._formatItemValue(t)+""},this.get("textStyle"))}var g=a.mix(i,this.get("hoverTextStyle"));n?n.attr(g):(n=this.get("group").addShape("text",{attrs:g}),n.set("id","hoverText")),e?e.attr(a.mix({points:u},this.get("pointerStyle"))):(e=this.get("group").addShape("Polygon",{attrs:a.mix({points:u},this.get("pointerStyle"))}),e.set("id","hoverPointer")),this.get("canvas").draw()}}},n.deactivate=function(){var t=this.get("group").findById("hoverPointer");t&&t.destroy();var e=this.get("group").findById("hoverText");e&&e.destroy(),this.get("canvas").draw()},e}(o);t.exports=d},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(92),o=n(4),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{x:0,y:0,items:null,titleContent:null,showTitle:!0,plotRange:null,offset:10,timeStamp:0,inPlot:!0,crosshairs:null})},n.isContentChange=function(t,e){var n=this.get("titleContent"),r=this.get("items"),i=!(t===n&&r.length===e.length);return i||o.each(e,(function(t,e){var n=r[e];for(var a in t)if(t.hasOwnProperty(a)&&!o.isObject(t[a])&&t[a]!==n[a]){i=!0;break}if(i)return!1})),i},n.setContent=function(t,e){var n=(new Date).valueOf();return this.set("items",e),this.set("titleContent",t),this.set("timeStamp",n),this.render(),this},n.setPosition=function(t,e){this.set("x",t),this.set("y",e)},n.render=function(){},n.clear=function(){},n.show=function(){this.set("visible",!0)},n.hide=function(){this.set("visible",!1)},e}(a);t.exports=s},function(t,e,n){"use strict";n.d(e,"c",(function(){return j})),e["a"]=z;var r=n(472),i=n(473),a=n(474),o=n(475),s=n(445),c=n(477),l=n(478),u=n(479),h=n(480),f=n(481),d=n(482),p=n(483),v=n(484),g=n(485),m=n(486),y=n(487),b=n(488),_=n(447),x=n(489),w=n(490),k=n(491),C=n(492),S=n(493),T=n(494),O=n(495),M=n(496),E=n(497),A=n(498),P=n(499),L=n(433),I=n(500),j=[null];function z(t,e){this._groups=t,this._parents=e}function D(){return new z([[document.documentElement]],j)}z.prototype=D.prototype={constructor:z,select:r["a"],selectAll:i["a"],filter:a["a"],data:o["a"],enter:s["b"],exit:c["a"],join:l["a"],merge:u["a"],order:h["a"],sort:f["a"],call:d["a"],nodes:p["a"],node:v["a"],size:g["a"],empty:m["a"],each:y["a"],attr:b["a"],style:_["a"],property:x["a"],classed:w["a"],text:k["a"],html:C["a"],raise:S["a"],lower:T["a"],append:O["a"],insert:M["a"],remove:E["a"],clone:A["a"],datum:P["a"],on:L["b"],dispatch:I["a"]},e["b"]=D},function(t,e,n){var r=n(12),i=n(111);t.exports={toTimeStamp:function(t){return r(t)&&(t=t.indexOf("T")>0?new Date(t).getTime():new Date(t.replace(/-/gi,"/")).getTime()),i(t)&&(t=t.getTime()),t}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(83);n.d(e,"now",(function(){return r["b"]})),n.d(e,"timer",(function(){return r["c"]})),n.d(e,"timerFlush",(function(){return r["d"]}));var i=n(229);n.d(e,"timeout",(function(){return i["a"]}));var a=n(230);n.d(e,"interval",(function(){return a["a"]}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(471);n.d(e,"create",(function(){return r["a"]}));var i=n(418);n.d(e,"creator",(function(){return i["a"]}));var a=n(501);n.d(e,"local",(function(){return a["a"]}));var o=n(444);n.d(e,"matcher",(function(){return o["a"]}));var s=n(502);n.d(e,"mouse",(function(){return s["a"]}));var c=n(429);n.d(e,"namespace",(function(){return c["a"]}));var l=n(430);n.d(e,"namespaces",(function(){return l["a"]}));var u=n(419);n.d(e,"clientPoint",(function(){return u["a"]}));var h=n(442);n.d(e,"select",(function(){return h["a"]}));var f=n(503);n.d(e,"selectAll",(function(){return f["a"]}));var d=n(99);n.d(e,"selection",(function(){return d["b"]}));var p=n(431);n.d(e,"selector",(function(){return p["a"]}));var v=n(443);n.d(e,"selectorAll",(function(){return v["a"]}));var g=n(447);n.d(e,"style",(function(){return g["b"]}));var m=n(504);n.d(e,"touch",(function(){return m["a"]}));var y=n(505);n.d(e,"touches",(function(){return y["a"]}));var b=n(432);n.d(e,"window",(function(){return b["a"]}));var _=n(433);n.d(e,"event",(function(){return _["c"]})),n.d(e,"customEvent",(function(){return _["a"]}))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(231);n.d(e,"easeLinear",(function(){return r["a"]}));var i=n(232);n.d(e,"easeQuad",(function(){return i["b"]})),n.d(e,"easeQuadIn",(function(){return i["a"]})),n.d(e,"easeQuadOut",(function(){return i["c"]})),n.d(e,"easeQuadInOut",(function(){return i["b"]}));var a=n(233);n.d(e,"easeCubic",(function(){return a["b"]})),n.d(e,"easeCubicIn",(function(){return a["a"]})),n.d(e,"easeCubicOut",(function(){return a["c"]})),n.d(e,"easeCubicInOut",(function(){return a["b"]}));var o=n(234);n.d(e,"easePoly",(function(){return o["b"]})),n.d(e,"easePolyIn",(function(){return o["a"]})),n.d(e,"easePolyOut",(function(){return o["c"]})),n.d(e,"easePolyInOut",(function(){return o["b"]}));var s=n(235);n.d(e,"easeSin",(function(){return s["b"]})),n.d(e,"easeSinIn",(function(){return s["a"]})),n.d(e,"easeSinOut",(function(){return s["c"]})),n.d(e,"easeSinInOut",(function(){return s["b"]}));var c=n(236);n.d(e,"easeExp",(function(){return c["b"]})),n.d(e,"easeExpIn",(function(){return c["a"]})),n.d(e,"easeExpOut",(function(){return c["c"]})),n.d(e,"easeExpInOut",(function(){return c["b"]}));var l=n(237);n.d(e,"easeCircle",(function(){return l["b"]})),n.d(e,"easeCircleIn",(function(){return l["a"]})),n.d(e,"easeCircleOut",(function(){return l["c"]})),n.d(e,"easeCircleInOut",(function(){return l["b"]}));var u=n(238);n.d(e,"easeBounce",(function(){return u["c"]})),n.d(e,"easeBounceIn",(function(){return u["a"]})),n.d(e,"easeBounceOut",(function(){return u["c"]})),n.d(e,"easeBounceInOut",(function(){return u["b"]}));var h=n(239);n.d(e,"easeBack",(function(){return h["b"]})),n.d(e,"easeBackIn",(function(){return h["a"]})),n.d(e,"easeBackOut",(function(){return h["c"]})),n.d(e,"easeBackInOut",(function(){return h["b"]}));var f=n(240);n.d(e,"easeElastic",(function(){return f["c"]})),n.d(e,"easeElasticIn",(function(){return f["a"]})),n.d(e,"easeElasticOut",(function(){return f["c"]})),n.d(e,"easeElasticInOut",(function(){return f["b"]}))},function(t,e,n){t.exports={Position:n(330),Color:n(331),Shape:n(332),Size:n(333),Opacity:n(334),ColorUtil:n(165)}},function(t,e,n){var r=n(106),i=n(20);i.Linear=n(38),i.Identity=n(209),i.Cat=n(108),i.Time=n(210),i.TimeCat=n(212),i.Log=n(213),i.Pow=n(214);var a=function(t){if(i.hasOwnProperty(t)){var e=r(t);i[e]=function(e){return new i[t](e)}}};for(var o in i)a(o);var s=["cat","timeCat"];i.isCategory=function(t){return s.indexOf(t)>=0},t.exports=i},function(t,e,n){var r=n(26),i=function(t){var e=r(t);return e.charAt(0).toLowerCase()+e.substring(1)};t.exports=i},function(t,e){var n=12;function r(t){var e=1;if(t===1/0||t===-1/0)throw new Error("Not support Infinity!");if(t<1){var r=0;while(t<1)e/=10,t*=10,r++;e.toString().length>n&&(e=parseFloat(e.toFixed(r)))}else while(t>10)e*=10,t/=10;return e}function i(t,e){var n=t.length;if(0===n)return NaN;var r=t[0];if(e<t[0])return NaN;if(e>=t[n-1])return t[n-1];for(var i=1;i<t.length;i++){if(e<t[i])break;r=t[i]}return r}function a(t,e){var n,r=t.length;if(0===r)return NaN;if(e>t[r-1])return NaN;if(e<t[0])return t[0];for(var i=1;i<t.length;i++)if(e<=t[i]){n=t[i];break}return n}var o={snapFactorTo:function(t,e,i){if(isNaN(t))return NaN;var a=1;if(0!==t){t<0&&(a=-1),t*=a;var s=r(t);a*=s,t/=s}t="floor"===i?o.snapFloor(e,t):"ceil"===i?o.snapCeiling(e,t):o.snapTo(e,t);var c=parseFloat((t*a).toPrecision(n));if(Math.abs(a)<1&&c.toString().length>n){var l=parseInt(1/a),u=a>0?1:-1;c=t/l*u}return c},snapMultiple:function(t,e,n){var r;return r="ceil"===n?Math.ceil(t/e):"floor"===n?Math.floor(t/e):Math.round(t/e),r*e},snapTo:function(t,e){var n=i(t,e),r=a(t,e);if(isNaN(n)||isNaN(r)){if(t[0]>=e)return t[0];var o=t[t.length-1];if(o<=e)return o}return Math.abs(e-n)<Math.abs(r-e)?n:r},snapFloor:function(t,e){return i(t,e)},snapCeiling:function(t,e){return a(t,e)},fixedBase:function(t,e){var n=e.toString(),r=n.indexOf("."),i=n.indexOf("e-");if(r<0&&i<0)return Math.round(t);var a=i>=0?parseInt(n.substr(i+2),10):n.substr(r+1).length;return a>20&&(a=20),parseFloat(t.toFixed(a))}};t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(20),a=n(109),o=n(3),s=n(11),c=n(12),l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.type="cat",this.isCategory=!0,this.isRounding=!0},n.init=function(){var t=this,e=t.values,n=t.tickCount;if(o(e,(function(t,n){e[n]=t.toString()})),!t.ticks){var r=e;if(n){var i=a({maxCount:n,data:e,isRounding:t.isRounding});r=i.ticks}this.ticks=r}},n.getText=function(e){return-1===this.values.indexOf(e)&&s(e)&&(e=this.values[Math.round(e)]),t.prototype.getText.call(this,e)},n.translate=function(t){var e=this.values.indexOf(t);return-1===e&&s(t)?e=t:-1===e&&(e=NaN),e},n.scale=function(t){var e,n=this.rangeMin(),r=this.rangeMax();return(c(t)||-1!==this.values.indexOf(t))&&(t=this.translate(t)),e=this.values.length>1?t/(this.values.length-1):t,n+e*(r-n)},n.invert=function(t){if(c(t))return t;var e=this.rangeMin(),n=this.rangeMax();t<e&&(t=e),t>n&&(t=n);var r=(t-e)/(n-e),i=Math.round(r*(this.values.length-1))%this.values.length;return i=i||0,this.values[i]},e}(i);i.Cat=l,t.exports=l},function(t,e,n){var r=n(3),i=8,a=4;function o(t){var e=[];return r(t,(function(t){e=e.concat(t)})),e}function s(t,e){var n;for(n=e;n>0;n--)if(t%n===0)break;if(1===n)for(n=e;n>0;n--)if((t-1)%n===0)break;return n}t.exports=function(t){var e,n={},r=[],c=t.isRounding,l=o(t.data),u=l.length,h=t.maxCount||i;if(c?(e=s(u-1,h-1)+1,2===e?e=h:e<h-a&&(e=h-a)):e=h,!c&&u<=e+e/2)r=[].concat(l);else{for(var f=parseInt(u/(e-1),10),d=l.map((function(t,e){return e%f===0?l.slice(e,e+f):null})).filter((function(t){return t})),p=1,v=d.length;p<v&&(c?p*f<u-f:p<e-1);p++)r.push(d[p][0]);if(l.length){r.unshift(l[0]);var g=l[u-1];-1===r.indexOf(g)&&r.push(g)}}return n.categories=l,n.ticks=r,n}},function(t,e,n){var r;(function(i){"use strict";var a={},o=/d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,s=/\d\d?/,c=/\d{3}/,l=/\d{4}/,u=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,h=/\[([^]*?)\]/gm,f=function(){};function d(t,e){for(var n=[],r=0,i=t.length;r<i;r++)n.push(t[r].substr(0,e));return n}function p(t){return function(e,n,r){var i=r[t].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~i&&(e.month=i)}}function v(t,e){t=String(t),e=e||2;while(t.length<e)t="0"+t;return t}var g=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],m=["January","February","March","April","May","June","July","August","September","October","November","December"],y=d(m,3),b=d(g,3);a.i18n={dayNamesShort:b,dayNames:g,monthNamesShort:y,monthNames:m,amPm:["am","pm"],DoFn:function(t){return t+["th","st","nd","rd"][t%10>3?0:(t-t%10!==10)*t%10]}};var _={D:function(t){return t.getDate()},DD:function(t){return v(t.getDate())},Do:function(t,e){return e.DoFn(t.getDate())},d:function(t){return t.getDay()},dd:function(t){return v(t.getDay())},ddd:function(t,e){return e.dayNamesShort[t.getDay()]},dddd:function(t,e){return e.dayNames[t.getDay()]},M:function(t){return t.getMonth()+1},MM:function(t){return v(t.getMonth()+1)},MMM:function(t,e){return e.monthNamesShort[t.getMonth()]},MMMM:function(t,e){return e.monthNames[t.getMonth()]},YY:function(t){return String(t.getFullYear()).substr(2)},YYYY:function(t){return v(t.getFullYear(),4)},h:function(t){return t.getHours()%12||12},hh:function(t){return v(t.getHours()%12||12)},H:function(t){return t.getHours()},HH:function(t){return v(t.getHours())},m:function(t){return t.getMinutes()},mm:function(t){return v(t.getMinutes())},s:function(t){return t.getSeconds()},ss:function(t){return v(t.getSeconds())},S:function(t){return Math.round(t.getMilliseconds()/100)},SS:function(t){return v(Math.round(t.getMilliseconds()/10),2)},SSS:function(t){return v(t.getMilliseconds(),3)},a:function(t,e){return t.getHours()<12?e.amPm[0]:e.amPm[1]},A:function(t,e){return t.getHours()<12?e.amPm[0].toUpperCase():e.amPm[1].toUpperCase()},ZZ:function(t){var e=t.getTimezoneOffset();return(e>0?"-":"+")+v(100*Math.floor(Math.abs(e)/60)+Math.abs(e)%60,4)}},x={D:[s,function(t,e){t.day=e}],Do:[new RegExp(s.source+u.source),function(t,e){t.day=parseInt(e,10)}],M:[s,function(t,e){t.month=e-1}],YY:[s,function(t,e){var n=new Date,r=+(""+n.getFullYear()).substr(0,2);t.year=""+(e>68?r-1:r)+e}],h:[s,function(t,e){t.hour=e}],m:[s,function(t,e){t.minute=e}],s:[s,function(t,e){t.second=e}],YYYY:[l,function(t,e){t.year=e}],S:[/\d/,function(t,e){t.millisecond=100*e}],SS:[/\d{2}/,function(t,e){t.millisecond=10*e}],SSS:[c,function(t,e){t.millisecond=e}],d:[s,f],ddd:[u,f],MMM:[u,p("monthNamesShort")],MMMM:[u,p("monthNames")],a:[u,function(t,e,n){var r=e.toLowerCase();r===n.amPm[0]?t.isPm=!1:r===n.amPm[1]&&(t.isPm=!0)}],ZZ:[/([\+\-]\d\d:?\d\d|Z)/,function(t,e){"Z"===e&&(e="+00:00");var n,r=(e+"").match(/([\+\-]|\d\d)/gi);r&&(n=60*r[1]+parseInt(r[2],10),t.timezoneOffset="+"===r[0]?n:-n)}]};x.dd=x.d,x.dddd=x.ddd,x.DD=x.D,x.mm=x.m,x.hh=x.H=x.HH=x.h,x.MM=x.M,x.ss=x.s,x.A=x.a,a.masks={default:"ddd MMM DD YYYY HH:mm:ss",shortDate:"M/D/YY",mediumDate:"MMM D, YYYY",longDate:"MMMM D, YYYY",fullDate:"dddd, MMMM D, YYYY",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},a.format=function(t,e,n){var r=n||a.i18n;if("number"===typeof t&&(t=new Date(t)),"[object Date]"!==Object.prototype.toString.call(t)||isNaN(t.getTime()))throw new Error("Invalid Date in fecha.format");e=a.masks[e]||e||a.masks["default"];var i=[];return e=e.replace(h,(function(t,e){return i.push(e),"??"})),e=e.replace(o,(function(e){return e in _?_[e](t,r):e.slice(1,e.length-1)})),e.replace(/\?\?/g,(function(){return i.shift()}))},a.parse=function(t,e,n){var r=n||a.i18n;if("string"!==typeof e)throw new Error("Invalid format in fecha.parse");if(e=a.masks[e]||e,t.length>1e3)return!1;var i=!0,s={};if(e.replace(o,(function(e){if(x[e]){var n=x[e],a=t.search(n[0]);~a?t.replace(n[0],(function(e){return n[1](s,e,r),t=t.substr(a+e.length),e})):i=!1}return x[e]?"":e.slice(1,e.length-1)})),!i)return!1;var c,l=new Date;return!0===s.isPm&&null!=s.hour&&12!==+s.hour?s.hour=+s.hour+12:!1===s.isPm&&12===+s.hour&&(s.hour=0),null!=s.timezoneOffset?(s.minute=+(s.minute||0)-+s.timezoneOffset,c=new Date(Date.UTC(s.year||l.getFullYear(),s.month||0,s.day||1,s.hour||0,s.minute||0,s.second||0,s.millisecond||0))):c=new Date(s.year||l.getFullYear(),s.month||0,s.day||1,s.hour||0,s.minute||0,s.second||0,s.millisecond||0),c},"undefined"!==typeof t&&t.exports?t.exports=a:(r=function(){return a}.call(e,n,e,t),void 0===r||(t.exports=r))})()},function(t,e,n){var r=n(14),i=function(t){return r(t,"Date")};t.exports=i},function(t,e,n){t.exports={Canvas:n(215),Group:n(115),Shape:n(7),Arc:n(120),Circle:n(121),Dom:n(122),Ellipse:n(123),Fan:n(124),Image:n(125),Line:n(126),Marker:n(81),Path:n(127),Polygon:n(128),Polyline:n(129),Rect:n(130),Text:n(131),PathSegment:n(46),PathUtil:n(82),Event:n(78),EventEmitter:n(117),version:"3.4.10"}},function(t,e){var n={}.toString,r=function(t){return n.call(t).replace(/^\[object /,"").replace(/\]$/,"")};t.exports=r},function(t,e){var n=Object.prototype,r=function(t){var e=t&&t.constructor,r="function"===typeof e&&e.prototype||n;return t===r};t.exports=r},function(t,e,n){var r=n(1),i=n(116),a=n(226),o={},s="_INDEX",c=["zIndex","capture","visible"];function l(t){return function(e,n){var r=t(e,n);return 0===r?e[s]-n[s]:r}}function u(t,e,n){for(var r,i=t.length-1;i>=0;i--){var a=t[i];if(a._cfg.visible&&a._cfg.capture&&(a.isGroup?r=a.getShape(e,n):a.isHit(e,n)&&(r=a)),r)break}return r}function h(t){for(var e=[],n=0;n<t.length;n++)e.push(t[n]);return e}var f=function t(e){t.superclass.constructor.call(this,e),this.set("children",[]),this.set("tobeRemoved",[]),this._beforeRenderUI(),this._renderUI(),this._bindUI()};function d(t){if(!t._cfg&&t!==f){var e=t.superclass.constructor;e&&!e._cfg&&d(e),t._cfg={},r.merge(t._cfg,e._cfg),r.merge(t._cfg,t.CFG)}}r.extend(f,i),r.augment(f,{isGroup:!0,type:"group",canFill:!0,canStroke:!0,getDefaultCfg:function(){return d(this.constructor),r.merge({},this.constructor._cfg)},_beforeRenderUI:function(){},_renderUI:function(){},_bindUI:function(){},addShape:function(t,e){var n=this.get("canvas");e=e||{};var i=o[t];if(i||(i=r.upperFirst(t),o[t]=i),e.attrs&&n){var s=e.attrs;if("text"===t){var c=n.get("fontFamily");c&&(s.fontFamily=s.fontFamily?s.fontFamily:c)}}e.canvas=n,e.type=t;var l=new a[i](e);return this.add(l),l},addGroup:function(t,e){var n,i=this.get("canvas");if(e=r.merge({},e),r.isFunction(t))e?(e.canvas=i,e.parent=this,n=new t(e)):n=new t({canvas:i,parent:this}),this.add(n);else if(r.isObject(t))t.canvas=i,n=new f(t),this.add(n);else{if(void 0!==t)return!1;n=new f,this.add(n)}return n},renderBack:function(t,e){var n=this.get("backShape"),i=this.getBBox();return r.merge(e,{x:i.minX-t[3],y:i.minY-t[0],width:i.width+t[1]+t[3],height:i.height+t[0]+t[2]}),n?n.attr(e):n=this.addShape("rect",{zIndex:-1,attrs:e}),this.set("backShape",n),this.sort(),n},removeChild:function(t,e){if(arguments.length>=2)this.contain(t)&&t.remove(e);else{if(1===arguments.length){if(!r.isBoolean(t))return this.contain(t)&&t.remove(!0),this;e=t}0===arguments.length&&(e=!0),f.superclass.remove.call(this,e)}return this},add:function(t){var e=this,n=e.get("children");if(r.isArray(t))r.each(t,(function(t){var n=t.get("parent");n&&n.removeChild(t,!1),e._setCfgProperty(t)})),e._cfg.children=n.concat(t);else{var i=t,a=i.get("parent");a&&a.removeChild(i,!1),e._setCfgProperty(i),n.push(i)}return e},_setCfgProperty:function(t){var e=this._cfg;t.set("parent",this),t.set("canvas",e.canvas),e.timeline&&t.set("timeline",e.timeline)},contain:function(t){var e=this.get("children");return e.indexOf(t)>-1},getChildByIndex:function(t){var e=this.get("children");return e[t]},getFirst:function(){return this.getChildByIndex(0)},getLast:function(){var t=this.get("children").length-1;return this.getChildByIndex(t)},getBBox:function(){var t=this,e=1/0,n=-1/0,i=1/0,a=-1/0,o=t.get("children");o.length>0?r.each(o,(function(t){if(t.get("visible")){if(t.isGroup&&0===t.get("children").length)return;var r=t.getBBox();if(!r)return!0;var o=[r.minX,r.minY,1],s=[r.minX,r.maxY,1],c=[r.maxX,r.minY,1],l=[r.maxX,r.maxY,1];t.apply(o),t.apply(s),t.apply(c),t.apply(l);var u=Math.min(o[0],s[0],c[0],l[0]),h=Math.max(o[0],s[0],c[0],l[0]),f=Math.min(o[1],s[1],c[1],l[1]),d=Math.max(o[1],s[1],c[1],l[1]);u<e&&(e=u),h>n&&(n=h),f<i&&(i=f),d>a&&(a=d)}})):(e=0,n=0,i=0,a=0);var s={minX:e,minY:i,maxX:n,maxY:a};return s.x=s.minX,s.y=s.minY,s.width=s.maxX-s.minX,s.height=s.maxY-s.minY,s},getCount:function(){return this.get("children").length},sort:function(){var t=this.get("children");return r.each(t,(function(t,e){return t[s]=e,t})),t.sort(l((function(t,e){return t.get("zIndex")-e.get("zIndex")}))),this},findById:function(t){return this.find((function(e){return e.get("id")===t}))},find:function(t){if(r.isString(t))return this.findById(t);var e=this.get("children"),n=null;return r.each(e,(function(e){if(t(e)?n=e:e.find&&(n=e.find(t)),n)return!1})),n},findAll:function(t){var e=this.get("children"),n=[],i=[];return r.each(e,(function(e){t(e)&&n.push(e),e.findAllBy&&(i=e.findAllBy(t),n=n.concat(i))})),n},findBy:function(t){var e=this.get("children"),n=null;return r.each(e,(function(e){if(t(e)?n=e:e.findBy&&(n=e.findBy(t)),n)return!1})),n},findAllBy:function(t){var e=this.get("children"),n=[],i=[];return r.each(e,(function(e){t(e)&&n.push(e),e.findAllBy&&(i=e.findAllBy(t),n=n.concat(i))})),n},getShape:function(t,e){var n,r=this,i=r._attrs.clip,a=r._cfg.children;if(i){var o=[t,e,1];i.invert(o,r.get("canvas")),i.isPointInPath(o[0],o[1])&&(n=u(a,t,e))}else n=u(a,t,e);return n},clearTotalMatrix:function(){var t=this.get("totalMatrix");if(t){this.setSilent("totalMatrix",null);for(var e=this._cfg.children,n=0;n<e.length;n++){var r=e[n];r.clearTotalMatrix()}}},clear:function(t){if(!this.get("destroyed")){for(var e=this._cfg.children,n=e.length-1;n>=0;n--)e[n].remove(!0,t);return this._cfg.children=[],this}},destroy:function(){this.get("destroyed")||(this.clear(),f.superclass.destroy.call(this))},clone:function(){var t=this,e=t._cfg.children,n=t._attrs,i={};r.each(n,(function(t,e){i[e]="matrix"===e?h(n[e]):n[e]}));var a=new f({attrs:i,canvas:t.get("canvas")});return r.each(e,(function(t){a.add(t.clone())})),r.each(c,(function(e){a._cfg[e]=t._cfg[e]})),a}}),t.exports=f},function(t,e,n){var r=n(1),i=n(222),a=n(223),o=n(224),s=n(225),c=function(t){this._cfg={zIndex:0,capture:!0,visible:!0,destroyed:!1},r.assign(this._cfg,this.getDefaultCfg(),t),this.initAttrs(this._cfg.attrs),this._cfg.attrs={},this.initTransform(),this.init()};c.CFG={id:null,zIndex:0,canvas:null,parent:null,capture:!0,context:null,visible:!0,destroyed:!1},r.augment(c,i,a,s,o,{init:function(){this.setSilent("animable",!0),this.setSilent("animating",!1)},getParent:function(){return this._cfg.parent},getDefaultCfg:function(){return{}},set:function(t,e){return"zIndex"===t&&this._beforeSetZIndex&&this._beforeSetZIndex(e),"loading"===t&&this._beforeSetLoading&&this._beforeSetLoading(e),this._cfg[t]=e,this},setSilent:function(t,e){this._cfg[t]=e},get:function(t){return this._cfg[t]},show:function(){return this._cfg.visible=!0,this},hide:function(){return this._cfg.visible=!1,this},remove:function(t,e){var n=this._cfg,i=n.parent,a=n.el;return i&&r.remove(i.get("children"),this),a&&(e?i&&i._cfg.tobeRemoved.push(a):a.parentNode.removeChild(a)),(t||void 0===t)&&this.destroy(),this},destroy:function(){var t=this.get("destroyed");t||(this._attrs=null,this.removeEvent(),this._cfg={destroyed:!0})},toFront:function(){var t=this._cfg,e=t.parent;if(e){var n=e._cfg.children,r=t.el,i=n.indexOf(this);n.splice(i,1),n.push(this),r&&(r.parentNode.removeChild(r),t.el=null)}},toBack:function(){var t=this._cfg,e=t.parent;if(e){var n=e._cfg.children,r=t.el,i=n.indexOf(this);if(n.splice(i,1),n.unshift(this),r){var a=r.parentNode;a.removeChild(r),a.insertBefore(r,a.firstChild)}}},_beforeSetZIndex:function(t){var e=this._cfg.parent;this._cfg.zIndex=t,r.isNil(e)||e.sort();var n=this._cfg.el;if(n){var i=e._cfg.children,a=i.indexOf(this),o=n.parentNode;o.removeChild(n),a===i.length-1?o.appendChild(n):o.insertBefore(n,o.childNodes[a])}return t},_setAttrs:function(t){return this.attr(t),t},setZIndex:function(t){return this._cfg.zIndex=t,this._beforeSetZIndex(t)},clone:function(){return r.clone(this)},getBBox:function(){}}),t.exports=c},function(t,e,n){var r=n(59),i=Array.prototype.slice;function a(t,e){var n=t.length;while(n--)if(t[n].callback===e)return n;return-1}var o=function(){};r.augment(o,{on:function(t,e,n){var i=this;if(!r.isFunction(e))throw new TypeError("listener should be a function");return i._cfg._events||(i._cfg._events={}),i._cfg._events[t]||(i._cfg._events[t]=[]),i._cfg._events[t].push({callback:e,one:n}),this},one:function(t,e){return this.on(t,e,!0),this},emit:function(t){if(!this.get("destroyed")&&this._cfg._events&&!r.isEmpty(this._cfg._events)){var e=this._cfg._events[t];if(!r.isEmpty(e))for(var n=arguments,a=i.call(n,1),o=e.length,s=0;s<o;)e[s]&&(e[s].callback.apply(this,a),e[s]&&e[s].one?(e.splice(s,1),o--):s++)}},trigger:function(){this.emit.apply(this,arguments)},off:function(t,e){var n=this._cfg._events;if(n&&!r.isEmpty(n)){if(0===arguments.length)return this._cfg._events={},this;if(n[t]){var i=a(n[t],e);i>=0&&n[t].splice(i,1),0===n[t].length&&delete n[t]}}},removeEvent:function(t){return"undefined"===typeof t?this._cfg._events={}:delete this._cfg._events[t],this},_getEvents:function(){return this._cfg._events||{}}}),t.exports=o},function(t,e,n){var r=n(1),i=r.vec2;function a(t,e,n,r){var i=1-r;return i*(i*t+2*r*e)+r*r*n}function o(t,e,n,r,o,s,c,l,u){var h,f,d,p,v,g,m,y=.005,b=1/0,_=1e-4,x=[c,l];for(v=0;v<1;v+=.05)d=[a(t,n,o,v),a(e,r,s,v)],f=i.squaredDistance(x,d),f<b&&(h=v,b=f);for(b=1/0,m=0;m<32;m++){if(y<_)break;var w=h-y,k=h+y;d=[a(t,n,o,w),a(e,r,s,w)],f=i.squaredDistance(x,d),w>=0&&f<b?(h=w,b=f):(p=[a(t,n,o,k),a(e,r,s,k)],g=i.squaredDistance(x,p),k<=1&&g<b?(h=k,b=g):y*=.5)}return u&&(u.x=a(t,n,o,h),u.y=a(e,r,s,h)),Math.sqrt(b)}function s(t,e,n){var i=t+n-2*e;if(r.isNumberEqual(i,0))return[.5];var a=(t-e)/i;return a<=1&&a>=0?[a]:[]}t.exports={at:a,projectPoint:function(t,e,n,r,i,a,s,c){var l={};return o(t,e,n,r,i,a,s,c,l),l},pointDistance:o,extrema:s}},function(t,e){t.exports={xAt:function(t,e,n,r,i){return e*Math.cos(t)*Math.cos(i)-n*Math.sin(t)*Math.sin(i)+r},yAt:function(t,e,n,r,i){return e*Math.sin(t)*Math.cos(i)+n*Math.cos(t)*Math.sin(i)+r},xExtrema:function(t,e,n){return Math.atan(-n/e*Math.tan(t))},yExtrema:function(t,e,n){return Math.atan(n/(e*Math.tan(t)))}}},function(t,e,n){var r=n(1),i=n(7),a=n(44),o=n(45);function s(t,e,n){return t+e*Math.cos(n)}function c(t,e,n){return t+e*Math.sin(n)}var l=function t(e){t.superclass.constructor.call(this,e)};l.ATTRS={x:0,y:0,r:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(l,i),r.augment(l,{canStroke:!0,type:"arc",getDefaultAttrs:function(){return{x:0,y:0,r:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.r,i=t.startAngle,o=t.endAngle,s=t.clockwise,c=this.getHitLineWidth(),l=c/2,u=a.box(e,n,r,i,o,s);return u.minX-=l,u.minY-=l,u.maxX+=l,u.maxY+=l,u},getStartTangent:function(){var t=this._attrs,e=t.x,n=t.y,r=t.startAngle,i=t.r,a=t.clockwise,o=Math.PI/180;a&&(o*=-1);var l=[],u=s(e,i,r+o),h=c(n,i,r+o),f=s(e,i,r),d=c(n,i,r);return l.push([u,h]),l.push([f,d]),l},getEndTangent:function(){var t=this._attrs,e=t.x,n=t.y,r=t.endAngle,i=t.r,a=t.clockwise,o=Math.PI/180,l=[];a&&(o*=-1);var u=s(e,i,r+o),h=c(n,i,r+o),f=s(e,i,r),d=c(n,i,r);return l.push([f,d]),l.push([u,h]),l},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.r,a=e.startAngle,o=e.endAngle,s=e.clockwise;t=t||self.get("context"),t.beginPath(),t.arc(n,r,i,a,o,s)},afterPath:function(t){var e=this._attrs;if(t=t||this.get("context"),e.startArrow){var n=this.getStartTangent();o.addStartArrow(t,e,n[0][0],n[0][1],n[1][0],n[1][1])}if(e.endArrow){var r=this.getEndTangent();o.addEndArrow(t,e,r[0][0],r[0][1],r[1][0],r[1][1])}}}),t.exports=l},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,r:0,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"circle",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.r,i=this.getHitLineWidth(),a=i/2+r;return{minX:e-a,minY:n-a,maxX:e+a,maxY:n+a}},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.r;t.beginPath(),t.arc(n,r,i,0,2*Math.PI,!1),t.closePath()}}),t.exports=a},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"dom",calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.width,a=e.height,o=this.getHitLineWidth(),s=o/2;return{minX:n-s,minY:r-s,maxX:n+i+s,maxY:r+a+s}}}),t.exports=a},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,rx:1,ry:1,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"ellipse",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.rx,i=t.ry,a=this.getHitLineWidth(),o=r+a/2,s=i+a/2;return{minX:e-o,minY:n-s,maxX:e+o,maxY:n+s}},createPath:function(t){var e=this._attrs,n=e.x,i=e.y,a=e.rx,o=e.ry;t=t||self.get("context");var s=a>o?a:o,c=a>o?1:a/o,l=a>o?o/a:1,u=[1,0,0,0,1,0,0,0,1];r.mat3.scale(u,u,[c,l]),r.mat3.translate(u,u,[n,i]),t.beginPath(),t.save(),t.transform(u[0],u[1],u[3],u[4],u[6],u[7]),t.arc(0,0,s,0,2*Math.PI),t.restore(),t.closePath()}}),t.exports=a},function(t,e,n){var r=n(1),i=n(7),a=n(44),o=function t(e){t.superclass.constructor.call(this,e)};o.ATTRS={x:0,y:0,rs:0,re:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1},r.extend(o,i),r.augment(o,{canFill:!0,canStroke:!0,type:"fan",getDefaultAttrs:function(){return{clockwise:!1,lineWidth:1,rs:0,re:0}},calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.rs,o=e.re,s=e.startAngle,c=e.endAngle,l=e.clockwise,u=this.getHitLineWidth(),h=a.box(n,r,i,s,c,l),f=a.box(n,r,o,s,c,l),d=Math.min(h.minX,f.minX),p=Math.min(h.minY,f.minY),v=Math.max(h.maxX,f.maxX),g=Math.max(h.maxY,f.maxY),m=u/2;return{minX:d-m,minY:p-m,maxX:v+m,maxY:g+m}},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.rs,a=e.re,o=e.startAngle,s=e.endAngle,c=e.clockwise,l={x:Math.cos(o)*i+n,y:Math.sin(o)*i+r},u={x:Math.cos(o)*a+n,y:Math.sin(o)*a+r},h={x:Math.cos(s)*i+n,y:Math.sin(s)*i+r};t=t||self.get("context"),t.beginPath(),t.moveTo(l.x,l.y),t.lineTo(u.x,u.y),t.arc(n,r,a,o,s,c),t.lineTo(h.x,h.y),t.arc(n,r,i,s,o,!c),t.closePath()}}),t.exports=o},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,img:void 0,width:0,height:0,sx:null,sy:null,swidth:null,sheight:null},r.extend(a,i),r.augment(a,{type:"image",isHitBox:function(){return!1},calculateBox:function(){var t=this._attrs;this._cfg.attrs&&this._cfg.attrs.img===t.img||this._setAttrImg();var e=t.x,n=t.y,r=t.width,i=t.height;return{minX:e,minY:n,maxX:e+r,maxY:n+i}},_beforeSetLoading:function(t){var e=this.get("canvas");return!1===t&&!0===this.get("toDraw")&&(this._cfg.loading=!1,e.draw()),t},_setAttrImg:function(){var t=this,e=t._attrs,n=e.img;if(!r.isString(n))return n instanceof Image?(e.width||t.attr("width",n.width),e.height||t.attr("height",n.height),n):n instanceof HTMLElement&&r.isString(n.nodeName)&&"CANVAS"===n.nodeName.toUpperCase()?(e.width||t.attr("width",Number(n.getAttribute("width"))),e.height||t.attr("height",Number(n.getAttribute("height"))),n):n instanceof ImageData?(e.width||t.attr("width",n.width),e.height||t.attr("height",n.height),n):null;var i=new Image;i.onload=function(){if(t.get("destroyed"))return!1;t.attr("imgSrc",n),t.attr("img",i);var e=t.get("callback");e&&e.call(t),t.set("loading",!1)},i.src=n,i.crossOrigin="Anonymous",t.set("loading",!0)},drawInner:function(t){this._cfg.hasUpdate&&this._setAttrImg(),this.get("loading")?this.set("toDraw",!0):(this._drawImage(t),this._cfg.hasUpdate=!1)},_drawImage:function(t){var e=this._attrs,n=e.x,i=e.y,a=e.img,o=e.width,s=e.height,c=e.sx,l=e.sy,u=e.swidth,h=e.sheight;this.set("toDraw",!1);var f=a;if(f instanceof ImageData&&(f=new Image,f.src=a),f instanceof Image||f instanceof HTMLElement&&r.isString(f.nodeName)&&"CANVAS"===f.nodeName.toUpperCase()){if(r.isNil(c)||r.isNil(l)||r.isNil(u)||r.isNil(h))return void t.drawImage(f,n,i,o,s);if(!r.isNil(c)&&!r.isNil(l)&&!r.isNil(u)&&!r.isNil(h))return void t.drawImage(f,c,l,u,h,n,i,o,s)}}}),t.exports=a},function(t,e,n){var r=n(1),i=n(7),a=n(45),o=n(43),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={x1:0,y1:0,x2:0,y2:0,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(s,i),r.augment(s,{canStroke:!0,type:"line",getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this._attrs,e=t.x1,n=t.y1,r=t.x2,i=t.y2,a=this.getHitLineWidth();return o.box(e,n,r,i,a)},createPath:function(t){var e=this,n=this._attrs,r=n.x1,i=n.y1,o=n.x2,s=n.y2;if(n.startArrow&&n.startArrow.d){var c=a.getShortenOffset(r,i,o,s,n.startArrow.d);r+=c.dx,i+=c.dy}if(n.endArrow&&n.endArrow.d){var l=a.getShortenOffset(r,i,o,s,n.endArrow.d);o-=l.dx,s-=l.dy}t=t||e.get("context"),t.beginPath(),t.moveTo(r,i),t.lineTo(o,s)},afterPath:function(t){var e=this,n=e._attrs,r=n.x1,i=n.y1,o=n.x2,s=n.y2;t=t||e.get("context"),n.startArrow&&a.addStartArrow(t,n,o,s,r,i),n.endArrow&&a.addEndArrow(t,n,r,i,o,s)},getPoint:function(t){var e=this._attrs;return{x:o.at(e.x1,e.x2,t),y:o.at(e.y1,e.y2,t)}}}),t.exports=s},function(t,e,n){var r=n(1),i=n(7),a=n(46),o=n(31),s=n(45),c=n(82),l=n(80),u=function t(e){t.superclass.constructor.call(this,e)};u.ATTRS={path:null,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(u,i),r.augment(u,{canFill:!0,canStroke:!0,type:"path",getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},_afterSetAttrPath:function(t){var e=this;if(r.isNil(t))return e.setSilent("segments",null),void e.setSilent("box",void 0);var n,i=o.parsePath(t),s=[];if(r.isArray(i)&&0!==i.length&&("M"===i[0][0]||"m"===i[0][0])){for(var c=i.length,l=0;l<i.length;l++){var u=i[l];n=new a(u,n,l===c-1),s.push(n)}e.setSilent("segments",s),e.setSilent("tCache",null),e.setSilent("totalLength",null),e.setSilent("box",null)}},calculateBox:function(){var t=this,e=t.get("segments");if(!e)return null;var n=this.getHitLineWidth(),i=1/0,a=-1/0,o=1/0,s=-1/0;return r.each(e,(function(t){t.getBBox(n);var e=t.box;e&&(e.minX<i&&(i=e.minX),e.maxX>a&&(a=e.maxX),e.minY<o&&(o=e.minY),e.maxY>s&&(s=e.maxY))})),i===1/0||o===1/0?{minX:0,minY:0,maxX:0,maxY:0}:{minX:i,minY:o,maxX:a,maxY:s}},_setTcache:function(){var t,e,n,i,a=0,o=0,s=[],c=this._cfg.curve;c&&(r.each(c,(function(t,e){n=c[e+1],i=t.length,n&&(a+=l.len(t[i-2],t[i-1],n[1],n[2],n[3],n[4],n[5],n[6]))})),this._cfg.totalLength=a,0!==a?(r.each(c,(function(r,u){n=c[u+1],i=r.length,n&&(t=[],t[0]=o/a,e=l.len(r[i-2],r[i-1],n[1],n[2],n[3],n[4],n[5],n[6]),o+=e,t[1]=o/a,s.push(t))})),this._cfg.tCache=s):this._cfg.tCache=[])},getTotalLength:function(){var t=this.get("totalLength");return r.isNil(t)?(this._calculateCurve(),this._setTcache(),this.get("totalLength")):t},_calculateCurve:function(){var t=this,e=t._attrs,n=e.path;this._cfg.curve=c.pathTocurve(n)},getStartTangent:function(){var t,e,n,i,a=this.get("segments");if(a.length>1)if(t=a[0].endPoint,e=a[1].endPoint,n=a[1].startTangent,i=[],r.isFunction(n)){var o=n();i.push([t.x-o[0],t.y-o[1]]),i.push([t.x,t.y])}else i.push([e.x,e.y]),i.push([t.x,t.y]);return i},getEndTangent:function(){var t,e,n,i,a=this.get("segments"),o=a.length;if(o>1)if(t=a[o-2].endPoint,e=a[o-1].endPoint,n=a[o-1].endTangent,i=[],r.isFunction(n)){var s=n();i.push([e.x-s[0],e.y-s[1]]),i.push([e.x,e.y])}else i.push([t.x,t.y]),i.push([e.x,e.y]);return i},getPoint:function(t){var e,n,i=this._cfg.tCache;i||(this._calculateCurve(),this._setTcache(),i=this._cfg.tCache);var a=this._cfg.curve;if(!i||0===i.length)return a?{x:a[0][1],y:a[0][2]}:null;r.each(i,(function(r,i){t>=r[0]&&t<=r[1]&&(e=(t-r[0])/(r[1]-r[0]),n=i)}));var o=a[n];if(r.isNil(o)||r.isNil(n))return null;var s=o.length,c=a[n+1];return{x:l.at(o[s-2],c[1],c[3],c[5],1-e),y:l.at(o[s-1],c[2],c[4],c[6],1-e)}},createPath:function(t){var e=this,n=e._attrs,i=e.get("segments");if(r.isArray(i)){var a=i.length;if(0!==a){if(t=t||e.get("context"),t.beginPath(),n.startArrow&&n.startArrow.d){var o=e.getStartTangent(),c=s.getShortenOffset(o[0][0],o[0][1],o[1][0],o[1][1],n.startArrow.d);i[0].shortenDraw(t,c.dx,c.dy)}else i[0].draw(t);for(var l=1;l<a-2;l++)i[l].draw(t);if(n.endArrow&&n.endArrow.d){var u=e.getEndTangent(),h=s.getShortenOffset(u[0][0],u[0][1],u[1][0],u[1][1],n.endArrow.d),f=i[a-1];"Z"===f.command.toUpperCase()?(i[a-2]&&i[a-2].shortenDraw(t,h.dx,h.dy),f.draw(t)):(a>2&&i[a-2].draw(t),f.shortenDraw(t,h.dx,h.dy))}else i[a-2]&&i[a-2].draw(t),i[a-1].draw(t)}}},afterPath:function(t){var e=this,n=e._attrs,i=e.get("segments"),a=n.path;if(t=t||e.get("context"),r.isArray(i)&&1!==i.length&&(n.startArrow||n.endArrow)&&"z"!==a[a.length-1]&&"Z"!==a[a.length-1]&&!n.fill){var o=e.getStartTangent();s.addStartArrow(t,n,o[0][0],o[0][1],o[1][0],o[1][1]);var c=e.getEndTangent();s.addEndArrow(t,n,c[0][0],c[0][1],c[1][0],c[1][1])}}}),t.exports=u},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={points:null,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"polygon",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this,e=t._attrs,n=e.points,i=this.getHitLineWidth();if(!n||0===n.length)return null;var a=1/0,o=1/0,s=-1/0,c=-1/0;r.each(n,(function(t){var e=t[0],n=t[1];e<a&&(a=e),e>s&&(s=e),n<o&&(o=n),n>c&&(c=n)}));var l=i/2;return{minX:a-l,minY:o-l,maxX:s+l,maxY:c+l}},createPath:function(t){var e=this,n=e._attrs,i=n.points;i.length<2||(t=t||e.get("context"),t.beginPath(),r.each(i,(function(e,n){0===n?t.moveTo(e[0],e[1]):t.lineTo(e[0],e[1])})),t.closePath())}}),t.exports=a},function(t,e,n){var r=n(1),i=n(7),a=n(45),o=n(43),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={points:null,lineWidth:1,startArrow:!1,endArrow:!1,tCache:null},r.extend(s,i),r.augment(s,{canStroke:!0,type:"polyline",tCache:null,getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this,e=t._attrs,n=this.getHitLineWidth(),i=e.points;if(!i||0===i.length)return null;var a=1/0,o=1/0,s=-1/0,c=-1/0;r.each(i,(function(t){var e=t[0],n=t[1];e<a&&(a=e),e>s&&(s=e),n<o&&(o=n),n>c&&(c=n)}));var l=n/2;return{minX:a-l,minY:o-l,maxX:s+l,maxY:c+l}},_setTcache:function(){var t,e,n=this,i=n._attrs,a=i.points,s=0,c=0,l=[];a&&0!==a.length&&(r.each(a,(function(t,e){a[e+1]&&(s+=o.len(t[0],t[1],a[e+1][0],a[e+1][1]))})),s<=0||(r.each(a,(function(n,r){a[r+1]&&(t=[],t[0]=c/s,e=o.len(n[0],n[1],a[r+1][0],a[r+1][1]),c+=e,t[1]=c/s,l.push(t))})),this.tCache=l))},createPath:function(t){var e,n=this,r=n._attrs,i=r.points;if(!(i.length<2)){var o=i.length-1,s=i[0][0],c=i[0][1],l=i[o][0],u=i[o][1];if(r.startArrow&&r.startArrow.d){var h=a.getShortenOffset(i[0][0],i[0][1],i[1][0],i[1][1],r.startArrow.d);s+=h.dx,c+=h.dy}if(r.endArrow&&r.endArrow.d){var f=a.getShortenOffset(i[o-1][0],i[o-1][1],i[o][0],i[o][1],r.endArrow.d);l-=f.dx,u-=f.dy}for(t=t||n.get("context"),t.beginPath(),t.moveTo(s,c),e=1;e<o;e++)t.lineTo(i[e][0],i[e][1]);t.lineTo(l,u)}},getStartTangent:function(){var t=this.__attrs.points,e=[];return e.push([t[1][0],t[1][1]]),e.push([t[0][0],t[0][1]]),e},getEndTangent:function(){var t=this.__attrs.points,e=t.length-1,n=[];return n.push([t[e-1][0],t[e-1][1]]),n.push([t[e][0],t[e][1]]),n},afterPath:function(t){var e=this,n=e._attrs,r=n.points,i=r.length-1;t=t||e.get("context"),n.startArrow&&a.addStartArrow(t,n,r[1][0],r[1][1],r[0][0],r[0][1]),n.endArrow&&a.addEndArrow(t,n,r[i-1][0],r[i-1][1],r[i][0],r[i][1])},getPoint:function(t){var e,n,i=this._attrs,a=i.points,s=this.tCache;return s||(this._setTcache(),s=this.tCache),r.each(s,(function(r,i){t>=r[0]&&t<=r[1]&&(e=(t-r[0])/(r[1]-r[0]),n=i)})),{x:o.at(a[n][0],a[n+1][0],e),y:o.at(a[n][1],a[n+1][1],e)}}}),t.exports=s},function(t,e,n){var r=n(1),i=n(31),a=i.parseRadius,o=n(7),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={x:0,y:0,width:0,height:0,radius:0,lineWidth:1},r.extend(s,o),r.augment(s,{canFill:!0,canStroke:!0,type:"rect",getDefaultAttrs:function(){return{lineWidth:1,radius:0}},calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.width,a=e.height,o=this.getHitLineWidth(),s=o/2;return{minX:n-s,minY:r-s,maxX:n+i+s,maxY:r+a+s}},createPath:function(t){var e=this,n=e._attrs,r=n.x,i=n.y,o=n.width,s=n.height,c=n.radius;if(t=t||e.get("context"),t.beginPath(),0===c)t.rect(r,i,o,s);else{var l=a(c);t.moveTo(r+l.r1,i),t.lineTo(r+o-l.r2,i),0!==l.r2&&t.arc(r+o-l.r2,i+l.r2,l.r2,-Math.PI/2,0),t.lineTo(r+o,i+s-l.r3),0!==l.r3&&t.arc(r+o-l.r3,i+s-l.r3,l.r3,0,Math.PI/2),t.lineTo(r+l.r4,i+s),0!==l.r4&&t.arc(r+l.r4,i+s-l.r4,l.r4,Math.PI/2,Math.PI),t.lineTo(r,i+l.r1),0!==l.r1&&t.arc(r+l.r1,i+l.r1,l.r1,Math.PI,1.5*Math.PI),t.closePath()}}}),t.exports=s},function(t,e,n){var r=n(1),i=n(7),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,text:null,fontSize:12,fontFamily:"sans-serif",fontStyle:"normal",fontWeight:"normal",fontVariant:"normal",textAlign:"start",textBaseline:"bottom",lineHeight:null,textArr:null},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"text",getDefaultAttrs:function(){return{lineWidth:1,lineCount:1,fontSize:12,fontFamily:"sans-serif",fontStyle:"normal",fontWeight:"normal",fontVariant:"normal",textAlign:"start",textBaseline:"bottom"}},initTransform:function(){var t=this._attrs.fontSize;t&&+t<12&&this.transform([["t",-1*this._attrs.x,-1*this._attrs.y],["s",+t/12,+t/12],["t",this._attrs.x,this._attrs.y]])},_assembleFont:function(){var t=this._attrs,e=t.fontSize,n=t.fontFamily,r=t.fontWeight,i=t.fontStyle,a=t.fontVariant;t.font=[i,a,r,e+"px",n].join(" ")},_setAttrText:function(){var t=this._attrs,e=t.text,n=null;if(r.isString(e))if(-1!==e.indexOf("\n")){n=e.split("\n");var i=n.length;t.lineCount=i}else t.lineCount=1;t.textArr=n},_getTextHeight:function(){var t=this._attrs,e=t.lineCount,n=1*t.fontSize;if(e>1){var r=this._getSpaceingY();return n*e+r*(e-1)}return n},isHitBox:function(){return!1},calculateBox:function(){var t=this,e=t._attrs,n=this._cfg;n.attrs&&!n.hasUpdate||(this._assembleFont(),this._setAttrText()),e.textArr||this._setAttrText();var r=e.x,i=e.y,a=t.measureText();if(!a)return{minX:r,minY:i,maxX:r,maxY:i};var o=t._getTextHeight(),s=e.textAlign,c=e.textBaseline,l=t.getHitLineWidth(),u={x:r,y:i-o};s&&("end"===s||"right"===s?u.x-=a:"center"===s&&(u.x-=a/2)),c&&("top"===c?u.y+=o:"middle"===c&&(u.y+=o/2)),this.set("startPoint",u);var h=l/2;return{minX:u.x-h,minY:u.y-h,maxX:u.x+a+h,maxY:u.y+o+h}},_getSpaceingY:function(){var t=this._attrs,e=t.lineHeight,n=1*t.fontSize;return e?e-n:.14*n},drawInner:function(t){var e=this,n=e._attrs,i=this._cfg;i.attrs&&!i.hasUpdate||(this._assembleFont(),this._setAttrText()),t.font=n.font;var a=n.text;if(a){var o=n.textArr,s=n.x,c=n.y;if(t.beginPath(),e.hasStroke()){var l=n.strokeOpacity;r.isNil(l)||1===l||(t.globalAlpha=l),o?e._drawTextArr(t,!1):t.strokeText(a,s,c),t.globalAlpha=1}if(e.hasFill()){var u=n.fillOpacity;r.isNil(u)||1===u||(t.globalAlpha=u),o?e._drawTextArr(t,!0):t.fillText(a,s,c)}i.hasUpdate=!1}},_drawTextArr:function(t,e){var n,i=this._attrs.textArr,a=this._attrs.textBaseline,o=1*this._attrs.fontSize,s=this._getSpaceingY(),c=this._attrs.x,l=this._attrs.y,u=this.getBBox(),h=u.maxY-u.minY;r.each(i,(function(r,i){n=l+i*(s+o)-h+o,"middle"===a&&(n+=h-o-(h-o)/2),"top"===a&&(n+=h-o),e?t.fillText(r,c,n):t.strokeText(r,c,n)}))},measureText:function(){var t,e=this,n=e._attrs,i=n.text,a=n.font,o=n.textArr,s=0;if(!r.isNil(i)){var c=document.createElement("canvas").getContext("2d");return c.save(),c.font=a,o?r.each(o,(function(e){t=c.measureText(e).width,s<t&&(s=t),c.restore()})):(s=c.measureText(i).width,c.restore()),s}}}),t.exports=a},function(t,e,n){"use strict";function r(t){return 1.0009775171065494*(Math.pow(2,-10*t)-.0009765625)}e["a"]=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(84);n.d(e,"interpolate",(function(){return r["a"]}));var i=n(138);n.d(e,"interpolateArray",(function(){return i["a"]}));var a=n(87);n.d(e,"interpolateBasis",(function(){return a["b"]}));var o=n(136);n.d(e,"interpolateBasisClosed",(function(){return o["a"]}));var s=n(139);n.d(e,"interpolateDate",(function(){return s["a"]}));var c=n(47);n.d(e,"interpolateNumber",(function(){return c["a"]}));var l=n(140);n.d(e,"interpolateObject",(function(){return l["a"]}));var u=n(243);n.d(e,"interpolateRound",(function(){return u["a"]}));var h=n(141);n.d(e,"interpolateString",(function(){return h["a"]}));var f=n(244);n.d(e,"interpolateTransformCss",(function(){return f["a"]})),n.d(e,"interpolateTransformSvg",(function(){return f["b"]}));var d=n(247);n.d(e,"interpolateZoom",(function(){return d["a"]}));var p=n(135);n.d(e,"interpolateRgb",(function(){return p["a"]})),n.d(e,"interpolateRgbBasis",(function(){return p["b"]})),n.d(e,"interpolateRgbBasisClosed",(function(){return p["c"]}));var v=n(248);n.d(e,"interpolateHsl",(function(){return v["a"]})),n.d(e,"interpolateHslLong",(function(){return v["b"]}));var g=n(249);n.d(e,"interpolateLab",(function(){return g["a"]}));var m=n(250);n.d(e,"interpolateHcl",(function(){return m["a"]})),n.d(e,"interpolateHclLong",(function(){return m["b"]}));var y=n(251);n.d(e,"interpolateCubehelix",(function(){return y["b"]})),n.d(e,"interpolateCubehelixLong",(function(){return y["a"]}));var b=n(252);n.d(e,"quantize",(function(){return b["a"]}))},function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var r=Math.PI/180,i=180/Math.PI},function(t,e,n){"use strict";n.d(e,"b",(function(){return c})),n.d(e,"c",(function(){return l}));var r=n(19),i=n(87),a=n(136),o=n(32);function s(t){return function(e){var n,i,a=e.length,o=new Array(a),s=new Array(a),c=new Array(a);for(n=0;n<a;++n)i=Object(r["f"])(e[n]),o[n]=i.r||0,s[n]=i.g||0,c[n]=i.b||0;return o=t(o),s=t(s),c=t(c),i.opacity=1,function(t){return i.r=o(t),i.g=s(t),i.b=c(t),i+""}}}e["a"]=function t(e){var n=Object(o["b"])(e);function i(t,e){var i=n((t=Object(r["f"])(t)).r,(e=Object(r["f"])(e)).r),a=n(t.g,e.g),s=n(t.b,e.b),c=Object(o["a"])(t.opacity,e.opacity);return function(e){return t.r=i(e),t.g=a(e),t.b=s(e),t.opacity=c(e),t+""}}return i.gamma=t,i}(1);var c=s(i["b"]),l=s(a["a"])},function(t,e,n){"use strict";var r=n(87);e["a"]=function(t){var e=t.length;return function(n){var i=Math.floor(((n%=1)<0?++n:n)*e),a=t[(i+e-1)%e],o=t[i%e],s=t[(i+1)%e],c=t[(i+2)%e];return Object(r["a"])((n-i/e)*e,a,o,s,c)}}},function(t,e,n){"use strict";e["a"]=function(t){return function(){return t}}},function(t,e,n){"use strict";var r=n(84);e["a"]=function(t,e){var n,i=e?e.length:0,a=t?Math.min(i,t.length):0,o=new Array(a),s=new Array(i);for(n=0;n<a;++n)o[n]=Object(r["a"])(t[n],e[n]);for(;n<i;++n)s[n]=e[n];return function(t){for(n=0;n<a;++n)s[n]=o[n](t);return s}}},function(t,e,n){"use strict";e["a"]=function(t,e){var n=new Date;return t=+t,e-=t,function(r){return n.setTime(t+e*r),n}}},function(t,e,n){"use strict";var r=n(84);e["a"]=function(t,e){var n,i={},a={};for(n in null!==t&&"object"===typeof t||(t={}),null!==e&&"object"===typeof e||(e={}),e)n in t?i[n]=Object(r["a"])(t[n],e[n]):a[n]=e[n];return function(t){for(n in i)a[n]=i[n](t);return a}}},function(t,e,n){"use strict";var r=n(47),i=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,a=new RegExp(i.source,"g");function o(t){return function(){return t}}function s(t){return function(e){return t(e)+""}}e["a"]=function(t,e){var n,c,l,u=i.lastIndex=a.lastIndex=0,h=-1,f=[],d=[];t+="",e+="";while((n=i.exec(t))&&(c=a.exec(e)))(l=c.index)>u&&(l=e.slice(u,l),f[h]?f[h]+=l:f[++h]=l),(n=n[0])===(c=c[0])?f[h]?f[h]+=c:f[++h]=c:(f[++h]=null,d.push({i:h,x:Object(r["a"])(n,c)})),u=a.lastIndex;return u<e.length&&(l=e.slice(u),f[h]?f[h]+=l:f[++h]=l),f.length<2?d[0]?s(d[0].x):o(e):(e=d.length,function(t){for(var n,r=0;r<e;++r)f[(n=d[r]).i]=n.x(t);return f.join("")})}},function(t,e,n){var r=n(0),i=n(328),a={appear:{duration:450,easing:"easeQuadOut"},update:{duration:450,easing:"easeQuadInOut"},enter:{duration:400,easing:"easeQuadInOut",delay:100},leave:{duration:350,easing:"easeQuadIn"}},o={line:{appear:function(){return i.appear.clipIn},enter:function(){return i.enter.clipIn},leave:function(){return i.leave.lineWidthOut}},path:{appear:function(){return i.appear.clipIn},enter:function(){return i.enter.clipIn},leave:function(){return i.leave.lineWidthOut}},area:{appear:function(){return i.appear.clipIn},enter:function(){return i.enter.fadeIn},leave:function(){return i.leave.fadeOut},cfg:{appear:{duration:500,easing:"easeQuadOut"},update:{duration:450,easing:"easeQuadInOut"},enter:{duration:600,delay:150,easing:"easeQuadInOut"},leave:{easing:"easeQuadOut",duration:350}}},polygon:{appear:function(){return i.appear.zoomIn},enter:function(){return i.enter.zoomIn},leave:function(){return i.leave.zoomOut}},edge:{appear:function(){return i.appear.pathIn},enter:function(){return i.enter.pathIn},leave:function(){return i.leave.pathOut}},interval:{appear:function(t){var e;return t.isPolar?(e=i.appear.zoomIn,(t.isTransposed||"theta"===t.type)&&(e=i.appear.fanIn)):e=t.isRect?t.isTransposed?i.appear.scaleInX:i.appear.scaleInY:i.appear.zoomIn,e},enter:function(t){return t.isRect||t.isTransposed||"theta"===t.type?i.enter.fadeIn:i.enter.zoomIn},leave:function(){return i.leave.fadeOut},update:function(t){if("theta"===t.type)return i.update.fanIn}},point:{appear:function(){return i.appear.zoomIn},enter:function(){return i.enter.zoomIn},leave:function(){return i.leave.zoomOut}},schema:{appear:function(){return i.appear.clipIn},enter:function(){return i.enter.clipIn},leave:function(){return i.leave.lineWidthOut}},contour:null,heatmap:null,label:{appear:function(){return i.appear.fadeIn},enter:function(){return i.enter.fadeIn},leave:function(){return i.leave.fadeOut},cfg:{appear:{duration:900}}},"axis-label":{enter:function(){return i.appear.fadeIn},leave:function(){return i.leave.fadeOut},update:function(t){if(t.isPolar)return i.appear.fadeIn}},"axis-ticks":{enter:function(){return i.appear.fadeIn},leave:function(){return i.leave.fadeOut},update:function(t){if(t.isPolar)return i.appear.fadeIn}},"axis-grid":{enter:function(){return i.appear.fadeIn},leave:function(){return i.leave.fadeOut},update:function(t){if(t.isPolar)return i.appear.fadeIn}},"axis-grid-rect":{enter:function(){return i.appear.fadeIn},leave:function(){return i.leave.fadeOut},update:function(){return i.leave.fadeIn}},labelLine:{appear:function(){return i.appear.pathIn},enter:function(){return i.enter.pathIn},leave:function(){return i.leave.pathOut}}};o.Action=i,o.defaultCfg=a,o.getAnimation=function(t,e,n){var i=this[t];if(i){var a=i[n];if(r.isFunction(a))return a(e)}return!1},o.getAnimateCfg=function(t,e){var n=a[e];return this[t]&&this[t].cfg&&this[t].cfg[e]?r.deepMix({},n,this[t].cfg[e]):n},o.registerAnimation=function(t,e,n){this.Action[t]||(this.Action[t]={}),this.Action[t][e]=n},t.exports=o},function(t,e,n){var r=n(3),i=n(10),a=n(266),o=n(275),s=n(286),c=n(289),l=n(293),u=n(50),h=n(302),f=n(306),d=n(312),p=n(316),v={DOMUtil:a,DomUtil:a,MatrixUtil:u,PathUtil:f,arrayUtil:o,domUtil:a,eventUtil:s,formatUtil:c,mathUtil:l,matrixUtil:u,objectUtil:h,stringUtil:d,pathUtil:f,typeUtil:p,augment:n(66),clone:n(39),debounce:n(322),deepMix:n(27),each:r,extend:n(65),filter:n(88),group:n(160),groupBy:n(162),groupToMap:n(161),indexOf:n(323),isEmpty:n(61),isEqual:n(40),isEqualWith:n(324),map:n(325),mix:i,pick:n(326),throttle:n(327),toArray:n(29),toString:n(26),uniqueId:n(62)};r([a,o,s,c,l,u,h,f,d,p],(function(t){i(v,t)})),t.exports=v},function(t,e,n){var r=n(145),i=n(6);function a(t,e){var n=r(e),a=n.length;if(i(t))return!a;for(var o=0;o<a;o+=1){var s=n[o];if(e[s]!==t[s]||!(s in t))return!1}return!0}t.exports=a},function(t,e,n){var r=n(3),i=n(13),a=Object.keys?function(t){return Object.keys(t)}:function(t){var e=[];return r(t,(function(n,r){i(t)&&"prototype"===r||e.push(r)})),e};t.exports=a},function(t,e,n){var r=n(15),i=Array.prototype.splice,a=function(t,e){if(!r(t))return[];var n=t?e.length:0,a=n-1;while(n--){var o=void 0,s=e[n];n!==a&&s===o||(o=s,i.call(t,s,1))}return t};t.exports=a},function(t,e,n){var r=n(3),i=n(48),a=function(t){var e=[];return r(t,(function(t){i(e,t)||e.push(t)})),e};t.exports=a},function(t,e,n){var r=n(5),i=n(13),a=n(3),o=function(t,e){if(r(t)){var n=t[0],o=void 0;o=i(e)?e(t[0]):t[0][e];var s=void 0;return a(t,(function(t){s=i(e)?e(t):t[e],s>o&&(n=t,o=s)})),n}};t.exports=o},function(t,e){t.exports=parseInt},function(t,e){t.exports=function(t,e){return t.hasOwnProperty(e)}},function(t,e,n){var r=n(3),i=n(13),a=Object.values?function(t){return Object.values(t)}:function(t){var e=[];return r(t,(function(n,r){i(t)&&"prototype"===r||e.push(n)})),e};t.exports=a},function(t,e,n){var r=n(153);t.exports=function(t,e,n,i,a){if(a)return[["M",+t+ +a,e],["l",n-2*a,0],["a",a,a,0,0,1,a,a],["l",0,i-2*a],["a",a,a,0,0,1,-a,a],["l",2*a-n,0],["a",a,a,0,0,1,-a,-a],["l",0,2*a-i],["a",a,a,0,0,1,a,-a],["z"]];var o=[["M",t,e],["l",n,0],["l",0,i],["l",-n,0],["z"]];return o.parsePathArray=r,o}},function(t,e){var n=/,?([a-z]),?/gi;t.exports=function(t){return t.join(",").replace(n,"$1")}},function(t,e,n){var r=n(155),i=function t(e,n,r,i,a,o,s,c,l,u){r===i&&(r+=1);var h=120*Math.PI/180,f=Math.PI/180*(+a||0),d=[],p=void 0,v=void 0,g=void 0,m=void 0,y=void 0,b=function(t,e,n){var r=t*Math.cos(n)-e*Math.sin(n),i=t*Math.sin(n)+e*Math.cos(n);return{x:r,y:i}};if(u)v=u[0],g=u[1],m=u[2],y=u[3];else{p=b(e,n,-f),e=p.x,n=p.y,p=b(c,l,-f),c=p.x,l=p.y,e===c&&n===l&&(c+=1,l+=1);var _=(e-c)/2,x=(n-l)/2,w=_*_/(r*r)+x*x/(i*i);w>1&&(w=Math.sqrt(w),r*=w,i*=w);var k=r*r,C=i*i,S=(o===s?-1:1)*Math.sqrt(Math.abs((k*C-k*x*x-C*_*_)/(k*x*x+C*_*_)));m=S*r*x/i+(e+c)/2,y=S*-i*_/r+(n+l)/2,v=Math.asin(((n-y)/i).toFixed(9)),g=Math.asin(((l-y)/i).toFixed(9)),v=e<m?Math.PI-v:v,g=c<m?Math.PI-g:g,v<0&&(v=2*Math.PI+v),g<0&&(g=2*Math.PI+g),s&&v>g&&(v-=2*Math.PI),!s&&g>v&&(g-=2*Math.PI)}var T=g-v;if(Math.abs(T)>h){var O=g,M=c,E=l;g=v+h*(s&&g>v?1:-1),c=m+r*Math.cos(g),l=y+i*Math.sin(g),d=t(c,l,r,i,a,0,s,M,E,[g,O,m,y])}T=g-v;var A=Math.cos(v),P=Math.sin(v),L=Math.cos(g),I=Math.sin(g),j=Math.tan(T/4),z=4/3*r*j,D=4/3*i*j,N=[e,n],R=[e+z*P,n-D*A],V=[c+z*I,l-D*L],F=[c,l];if(R[0]=2*N[0]-R[0],R[1]=2*N[1]-R[1],u)return[R,V,F].concat(d);d=[R,V,F].concat(d).join().split(",");for(var H=[],B=0,U=d.length;B<U;B++)H[B]=B%2?b(d[B-1],d[B],f).y:b(d[B],d[B+1],f).x;return H},a=function(t,e,n,r){return[t,e,n,r,n,r]},o=function(t,e,n,r,i,a){var o=1/3,s=2/3;return[o*t+s*n,o*e+s*r,o*i+s*n,o*a+s*r,i,a]};t.exports=function(t,e){var n=r(t),s=e&&r(e),c={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},l={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},u=[],h=[],f="",d="",p=void 0,v=function(t,e,n){var r=void 0,s=void 0;if(!t)return["C",e.x,e.y,e.x,e.y,e.x,e.y];switch(!(t[0]in{T:1,Q:1})&&(e.qx=e.qy=null),t[0]){case"M":e.X=t[1],e.Y=t[2];break;case"A":t=["C"].concat(i.apply(0,[e.x,e.y].concat(t.slice(1))));break;case"S":"C"===n||"S"===n?(r=2*e.x-e.bx,s=2*e.y-e.by):(r=e.x,s=e.y),t=["C",r,s].concat(t.slice(1));break;case"T":"Q"===n||"T"===n?(e.qx=2*e.x-e.qx,e.qy=2*e.y-e.qy):(e.qx=e.x,e.qy=e.y),t=["C"].concat(o(e.x,e.y,e.qx,e.qy,t[1],t[2]));break;case"Q":e.qx=t[1],e.qy=t[2],t=["C"].concat(o(e.x,e.y,t[1],t[2],t[3],t[4]));break;case"L":t=["C"].concat(a(e.x,e.y,t[1],t[2]));break;case"H":t=["C"].concat(a(e.x,e.y,t[1],e.y));break;case"V":t=["C"].concat(a(e.x,e.y,e.x,t[1]));break;case"Z":t=["C"].concat(a(e.x,e.y,e.X,e.Y));break;default:break}return t},g=function(t,e){if(t[e].length>7){t[e].shift();var r=t[e];while(r.length)u[e]="A",s&&(h[e]="A"),t.splice(e++,0,["C"].concat(r.splice(0,6)));t.splice(e,1),p=Math.max(n.length,s&&s.length||0)}},m=function(t,e,r,i,a){t&&e&&"M"===t[a][0]&&"M"!==e[a][0]&&(e.splice(a,0,["M",i.x,i.y]),r.bx=0,r.by=0,r.x=t[a][1],r.y=t[a][2],p=Math.max(n.length,s&&s.length||0))};p=Math.max(n.length,s&&s.length||0);for(var y=0;y<p;y++){n[y]&&(f=n[y][0]),"C"!==f&&(u[y]=f,y&&(d=u[y-1])),n[y]=v(n[y],c,d),"A"!==u[y]&&"C"===f&&(u[y]="C"),g(n,y),s&&(s[y]&&(f=s[y][0]),"C"!==f&&(h[y]=f,y&&(d=h[y-1])),s[y]=v(s[y],l,d),"A"!==h[y]&&"C"===f&&(h[y]="C"),g(s,y)),m(n,s,c,l,y),m(s,n,l,c,y);var b=n[y],_=s&&s[y],x=b.length,w=s&&_.length;c.x=b[x-2],c.y=b[x-1],c.bx=parseFloat(b[x-4])||c.x,c.by=parseFloat(b[x-3])||c.y,l.bx=s&&(parseFloat(_[w-4])||l.x),l.by=s&&(parseFloat(_[w-3])||l.y),l.x=s&&_[w-2],l.y=s&&_[w-1]}return s?[n,s]:n}},function(t,e,n){var r=n(156),i=n(157);function a(t,e,n,r,i){var a=[];if(null===i&&null===r&&(r=n),t=+t,e=+e,n=+n,r=+r,null!==i){var o=Math.PI/180,s=t+n*Math.cos(-r*o),c=t+n*Math.cos(-i*o),l=e+n*Math.sin(-r*o),u=e+n*Math.sin(-i*o);a=[["M",s,l],["A",n,n,0,+(i-r>180),0,c,u]]}else a=[["M",t,e],["m",0,-r],["a",n,r,0,1,1,0,2*r],["a",n,r,0,1,1,0,-2*r],["z"]];return a}t.exports=function(t){if(t=r(t),!t||!t.length)return[["M",0,0]];var e=[],n=0,o=0,s=0,c=0,l=0,u=void 0,h=void 0;"M"===t[0][0]&&(n=+t[0][1],o=+t[0][2],s=n,c=o,l++,e[0]=["M",n,o]);for(var f,d,p=3===t.length&&"M"===t[0][0]&&"R"===t[1][0].toUpperCase()&&"Z"===t[2][0].toUpperCase(),v=l,g=t.length;v<g;v++){if(e.push(f=[]),d=t[v],u=d[0],u!==u.toUpperCase())switch(f[0]=u.toUpperCase(),f[0]){case"A":f[1]=d[1],f[2]=d[2],f[3]=d[3],f[4]=d[4],f[5]=d[5],f[6]=+d[6]+n,f[7]=+d[7]+o;break;case"V":f[1]=+d[1]+o;break;case"H":f[1]=+d[1]+n;break;case"R":h=[n,o].concat(d.slice(1));for(var m=2,y=h.length;m<y;m++)h[m]=+h[m]+n,h[++m]=+h[m]+o;e.pop(),e=e.concat(i(h,p));break;case"O":e.pop(),h=a(n,o,d[1],d[2]),h.push(h[0]),e=e.concat(h);break;case"U":e.pop(),e=e.concat(a(n,o,d[1],d[2],d[3])),f=["U"].concat(e[e.length-1].slice(-2));break;case"M":s=+d[1]+n,c=+d[2]+o;break;default:for(var b=1,_=d.length;b<_;b++)f[b]=+d[b]+(b%2?n:o)}else if("R"===u)h=[n,o].concat(d.slice(1)),e.pop(),e=e.concat(i(h,p)),f=["R"].concat(d.slice(-2));else if("O"===u)e.pop(),h=a(n,o,d[1],d[2]),h.push(h[0]),e=e.concat(h);else if("U"===u)e.pop(),e=e.concat(a(n,o,d[1],d[2],d[3])),f=["U"].concat(e[e.length-1].slice(-2));else for(var x=0,w=d.length;x<w;x++)f[x]=d[x];if(u=u.toUpperCase(),"O"!==u)switch(f[0]){case"Z":n=+s,o=+c;break;case"H":n=f[1];break;case"V":o=f[1];break;case"M":s=f[f.length-2],c=f[f.length-1];break;default:n=f[f.length-2],o=f[f.length-1]}}return e}},function(t,e){var n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r="\t\n\v\f\r   ᠎             　\u2028\u2029",i=new RegExp("([a-z])["+r+",]*((-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?["+r+"]*,?["+r+"]*)+)","ig"),a=new RegExp("(-?\\d*\\.?\\d*(?:e[\\-+]?\\d+)?)["+r+"]*,?["+r+"]*","ig");t.exports=function(t){if(!t)return null;if(("undefined"===typeof t?"undefined":n(t))===n([]))return t;var e={a:7,c:6,o:2,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,u:3,z:0},r=[];return String(t).replace(i,(function(t,n,i){var o=[],s=n.toLowerCase();if(i.replace(a,(function(t,e){e&&o.push(+e)})),"m"===s&&o.length>2&&(r.push([n].concat(o.splice(0,2))),s="l",n="m"===n?"l":"L"),"o"===s&&1===o.length&&r.push([n,o[0]]),"r"===s)r.push([n].concat(o));else while(o.length>=e[s])if(r.push([n].concat(o.splice(0,e[s]))),!e[s])break})),r}},function(t,e){t.exports=function(t,e){for(var n=[],r=0,i=t.length;i-2*!e>r;r+=2){var a=[{x:+t[r-2],y:+t[r-1]},{x:+t[r],y:+t[r+1]},{x:+t[r+2],y:+t[r+3]},{x:+t[r+4],y:+t[r+5]}];e?r?i-4===r?a[3]={x:+t[0],y:+t[1]}:i-2===r&&(a[2]={x:+t[0],y:+t[1]},a[3]={x:+t[2],y:+t[3]}):a[0]={x:+t[i-2],y:+t[i-1]}:i-4===r?a[3]=a[2]:r||(a[0]={x:+t[r],y:+t[r+1]}),n.push(["C",(-a[0].x+6*a[1].x+a[2].x)/6,(-a[0].y+6*a[1].y+a[2].y)/6,(a[1].x+6*a[2].x-a[3].x)/6,(a[1].y+6*a[2].y-a[3].y)/6,a[2].x,a[2].y])}return n}},function(t,e,n){var r=n(26),i=function(t){return r(t).toLowerCase()};t.exports=i},function(t,e,n){var r=n(26),i=function(t){return r(t).toUpperCase()};t.exports=i},function(t,e,n){var r=n(161),i=function(t,e){if(!e)return[t];var n=r(t,e),i=[];for(var a in n)i.push(n[a]);return i};t.exports=i},function(t,e,n){var r=n(13),i=n(5),a=n(162),o=function(t,e){if(!e)return{0:t};if(!r(e)){var n=i(e)?e:e.replace(/\s+/g,"").split("*");e=function(t){for(var e="_",r=0,i=n.length;r<i;r++)e+=t[n[r]]&&t[n[r]].toString();return e}}var o=a(t,e);return o};t.exports=o},function(t,e,n){var r=n(3),i=n(5),a=Object.prototype.hasOwnProperty,o=function(t,e){if(!e||!i(t))return t;var n={},o=null;return r(t,(function(t){o=e(t),a.call(n,o)?n[o].push(t):n[o]=[t]})),n};t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(0),o=n(329),s=n(18),c=s.Canvas,l=a.DomUtil,u=n(8),h=n(414),f=n(200),d=n(202),p=n(201),v=n(203),g="auto";function m(t,e){var n=!1;return a.each(t,(function(t){var r=[].concat(t.values),i=[].concat(e.values);t.type!==e.type||t.field!==e.field||r.sort().toString()!==i.sort().toString()||(n=!0)})),n}function y(t,e){return a.isEqualWith(t,e,(function(t,e){return t===e}))}var b=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix(e,{id:null,forceFit:!1,container:null,wrapperEl:null,canvas:null,width:500,height:500,pixelRatio:null,backPlot:null,frontPlot:null,plotBackground:null,padding:u.plotCfg.padding,background:null,autoPaddingAppend:5,limitInPlot:!1,renderer:u.renderer,views:[]})},n.init=function(){var e=this,n=e.get("viewTheme");e._initCanvas(),e._initPlot(),e._initEvents(),t.prototype.init.call(this);var r=new f.Tooltip({chart:e,viewTheme:n,options:{}});e.set("tooltipController",r);var i=new f.Legend({chart:e,viewTheme:n});e.set("legendController",i),e.set("_id","chart"),e.emit("afterinit")},n._isAutoPadding=function(){var t=this.get("padding");return a.isArray(t)?t.includes(g):t===g},n._getAutoPadding=function(){for(var t=this.get("padding"),e=this.get("frontPlot"),n=e.getBBox(),r=this.get("backPlot"),i=p(r,v(this.get("plotRange"))),o=d(n,i),s=[0-o.minY,o.maxX-this.get("width"),o.maxY-this.get("height"),0-o.minX],c=a.toAllPadding(t),l=0;l<c.length;l++)if(c[l]===g){var u=Math.max(0,s[l]);c[l]=u+this.get("autoPaddingAppend")}return c},n._initCanvas=function(){var t=this.get("container"),e=this.get("id");!t&&e&&(t=e,this.set("container",e));var n=this.get("width"),r=this.get("height");if(a.isString(t)){if(t=document.getElementById(t),!t)throw new Error("Please specify the container for the chart!");this.set("container",t)}var i=l.createDom('<div style="position:relative;"></div>');t.appendChild(i),this.set("wrapperEl",i),this.get("forceFit")&&(n=l.getWidth(t,n),this.set("width",n));var o=this.get("renderer"),s=new c({containerDOM:i,width:n,height:r,pixelRatio:"svg"===o?1:this.get("pixelRatio"),renderer:o});this.set("canvas",s)},n._initPlot=function(){var t=this;t._initPlotBack();var e=t.get("canvas"),n=e.addGroup({zIndex:1}),r=e.addGroup({zIndex:0}),i=e.addGroup({zIndex:3});t.set("backPlot",n),t.set("middlePlot",r),t.set("frontPlot",i)},n._initPlotBack=function(){var t=this,e=t.get("canvas"),n=t.get("viewTheme"),r=e.addGroup(h,{padding:this.get("padding"),plotBackground:a.mix({},n.plotBackground,t.get("plotBackground")),background:a.mix({},n.background,t.get("background"))});t.set("plot",r),t.set("plotRange",r.get("plotRange"))},n._initEvents=function(){this.get("forceFit")&&window.addEventListener("resize",a.wrapBehavior(this,"_initForceFitEvent"))},n._initForceFitEvent=function(){var t=setTimeout(a.wrapBehavior(this,"forceFit"),200);clearTimeout(this.get("resizeTimer")),this.set("resizeTimer",t)},n._renderLegends=function(){var t=this.get("options"),e=t.legends;if(a.isNil(e)||!1!==e){var n=this.get("legendController");if(n.options=e||{},n.plotRange=this.get("plotRange"),e&&e.custom)n.addCustomLegend();else{var r=this.getAllGeoms(),i=[];a.each(r,(function(t){var e=t.get("view"),r=t.getAttrsForLegend();a.each(r,(function(r){var a=r.type,o=r.getScale(a);if(o.field&&"identity"!==o.type&&!m(i,o)){i.push(o);var s=e.getFilteredOutValues(o.field);n.addLegend(o,r,t,s)}}))}));var o=this.getYScales();0===i.length&&o.length>1&&n.addMixedLegend(o,r)}n.alignLegends()}},n._renderTooltips=function(){var t=this.get("options");if(a.isNil(t.tooltip)||!1!==t.tooltip){var e=this.get("tooltipController");e.options=t.tooltip||{},e.renderTooltip()}},n.getAllGeoms=function(){var t=[];t=t.concat(this.get("geoms"));var e=this.get("views");return a.each(e,(function(e){t=t.concat(e.get("geoms"))})),t},n.forceFit=function(){var t=this;if(t&&!t.destroyed){var e=t.get("container"),n=t.get("width"),r=l.getWidth(e,n);if(0!==r&&r!==n){var i=t.get("height");t.changeSize(r,i)}return t}},n.resetPlot=function(){var t=this.get("plot"),e=this.get("padding");y(e,t.get("padding"))||(t.set("padding",e),t.repaint())},n.changeSize=function(t,e){var n=this,r=n.get("canvas");r.changeSize(t,e);var i=this.get("plot");return n.set("width",t),n.set("height",e),i.repaint(),this.set("keepPadding",!0),n.repaint(),this.set("keepPadding",!1),this.emit("afterchangesize"),n},n.changeWidth=function(t){return this.changeSize(t,this.get("height"))},n.changeHeight=function(t){return this.changeSize(this.get("width"),t)},n.view=function(t){t=t||{},t.theme=this.get("theme"),t.parent=this,t.backPlot=this.get("backPlot"),t.middlePlot=this.get("middlePlot"),t.frontPlot=this.get("frontPlot"),t.canvas=this.get("canvas"),a.isNil(t.animate)&&(t.animate=this.get("animate")),t.options=a.mix({},this._getSharedOptions(),t.options);var e=new o(t);return e.set("_id","view"+this.get("views").length),this.get("views").push(e),this.emit("addview",{view:e}),e},n.removeView=function(t){var e=this.get("views");a.Array.remove(e,t),t.destroy()},n._getSharedOptions=function(){var t=this.get("options"),e={};return a.each(["scales","coord","axes"],(function(n){e[n]=a.cloneDeep(t[n])})),e},n.getViewRegion=function(){var t=this.get("plotRange");return{start:t.bl,end:t.tr}},n.legend=function(t,e){var n=this.get("options");n.legends||(n.legends={});var r={};return!1===t?n.legends=!1:a.isObject(t)?r=t:a.isString(t)?r[t]=e:r=e,a.mix(n.legends,r),this},n.tooltip=function(t,e){var n=this.get("options");return n.tooltip||(n.tooltip={}),!1===t?n.tooltip=!1:a.isObject(t)?a.mix(n.tooltip,t):a.mix(n.tooltip,e),this},n.clear=function(){this.emit("beforeclear");var e=this.get("views");while(e.length>0){var n=e.shift();n.destroy()}t.prototype.clear.call(this);var r=this.get("canvas");return this.resetPlot(),r.draw(),this.emit("afterclear"),this},n.clearInner=function(){var e=this.get("views");a.each(e,(function(t){t.clearInner()}));var n=this.get("tooltipController");if(n&&n.clear(),!this.get("keepLegend")){var r=this.get("legendController");r&&r.clear()}t.prototype.clearInner.call(this)},n.drawComponents=function(){t.prototype.drawComponents.call(this),this.get("keepLegend")||this._renderLegends()},n.render=function(){var e=this;if(!e.get("keepPadding")&&e._isAutoPadding()){e.beforeRender(),e.drawComponents();var n=e._getAutoPadding(),r=e.get("plot");y(r.get("padding"),n)||(r.set("padding",n),r.repaint())}var i=e.get("middlePlot");if(e.get("limitInPlot")&&!i.attr("clip")){var o=a.getClipByRange(e.get("plotRange"));i.attr("clip",o)}t.prototype.render.call(this),e._renderTooltips()},n.repaint=function(){this.get("keepPadding")||this.resetPlot(),t.prototype.repaint.call(this)},n.changeVisible=function(t){var e=this.get("wrapperEl"),n=t?"":"none";e.style.display=n},n.toDataURL=function(){var t=this,e=t.get("canvas"),n=t.get("renderer"),r=e.get("el"),i="";if("svg"===n){var a=r.cloneNode(!0),o=document.implementation.createDocumentType("svg","-//W3C//DTD SVG 1.1//EN","http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"),s=document.implementation.createDocument("http://www.w3.org/2000/svg","svg",o);s.replaceChild(a,s.documentElement);var c=(new XMLSerializer).serializeToString(s);i="data:image/svg+xml;charset=utf8,"+encodeURIComponent(c)}else"canvas"===n&&(i=r.toDataURL("image/png"));return i},n.downloadImage=function(t){var e=this,n=document.createElement("a"),r=e.get("renderer"),i=(t||"chart")+("svg"===r?".svg":".png"),a=e.get("canvas");a.get("timeline").stopAllAnimations(),setTimeout((function(){var t=e.toDataURL();if(window.Blob&&window.URL&&"svg"!==r){var a=t.split(","),o=a[0].match(/:(.*?);/)[1],s=atob(a[1]),c=s.length,l=new Uint8Array(c);while(c--)l[c]=s.charCodeAt(c);var u=new Blob([l],{type:o});window.navigator.msSaveBlob?window.navigator.msSaveBlob(u,i):n.addEventListener("click",(function(){n.download=i,n.href=window.URL.createObjectURL(u)}))}else n.addEventListener("click",(function(){n.download=i,n.href=t}));var h=document.createEvent("MouseEvents");h.initEvent("click",!1,!1),n.dispatchEvent(h)}),16)},n.showTooltip=function(t){var e=this.getViewsByPoint(t);if(e.length){var n=this.get("tooltipController");n.showTooltip(t,e)}return this},n.lockTooltip=function(){var t=this.get("tooltipController");return t.lockTooltip(),this},n.unlockTooltip=function(){var t=this.get("tooltipController");return t.unlockTooltip(),this},n.hideTooltip=function(){var t=this.get("tooltipController");return t.hideTooltip(),this},n.getTooltipItems=function(t){var e=this,n=e.getViewsByPoint(t),r=[];return a.each(n,(function(e){var n=e.get("geoms");a.each(n,(function(e){var n=e.get("dataArray"),i=[];a.each(n,(function(n){var r=e.findPoint(t,n);if(r){var a=e.getTipItems(r);i=i.concat(a)}})),r=r.concat(i)}))})),r},n.destroy=function(){this.emit("beforedestroy"),clearTimeout(this.get("resizeTimer"));var e=this.get("canvas"),n=this.get("wrapperEl");n.parentNode.removeChild(n),t.prototype.destroy.call(this),e.destroy(),window.removeEventListener("resize",a.getWrapBehavior(this,"_initForceFitEvent")),this.emit("afterdestroy")},e}(o);t.exports=b},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(90),o=n(0),s=function(t){r(n,t);var e=n.prototype;function n(e){var n;n=t.call(this)||this;var r={visible:!0},i=n.getDefaultCfg();return n._attrs=r,o.assign(r,i,e),n}return e.getDefaultCfg=function(){return{}},e.get=function(t){return this._attrs[t]},e.set=function(t,e){this._attrs[t]=e},e.show=function(){var t=this.get("visible");t||(this.set("visible",!0),this.changeVisible(!0))},e.hide=function(){var t=this.get("visible");t&&(this.set("visible",!1),this.changeVisible(!1))},e.changeVisible=function(){},e.destroy=function(){this._attrs={},this.removeAllListeners(),this.destroyed=!0},n}(a);t.exports=s},function(t,e,n){var r=n(11),i=n(12),a=n(3),o=/rgba?\(([\s.,0-9]+)\)/;function s(){var t=document.createElement("i");return t.title="Web Colour Picker",t.style.display="none",document.body.appendChild(t),t}function c(t,e,n,r){var i=t[r]+(e[r]-t[r])*n;return i}function l(t){return"#"+u(t[0])+u(t[1])+u(t[2])}function u(t){return t=Math.round(t),t=t.toString(16),1===t.length&&(t="0"+t),t}function h(t,e){(isNaN(e)||!r(e)||e<0)&&(e=0),e>1&&(e=1);var n=t.length-1,i=Math.floor(n*e),a=n*e-i,o=t[i],s=i===n?o:t[i+1],u=l([c(o,s,a,0),c(o,s,a,1),c(o,s,a,2)]);return u}function f(t){var e=[];return e.push(parseInt(t.substr(1,2),16)),e.push(parseInt(t.substr(3,2),16)),e.push(parseInt(t.substr(5,2),16)),e}var d={},p=null,v={toRGB:function(t){if("#"===t[0]&&7===t.length)return t;var e;if(p||(p=s()),d[t])e=d[t];else{p.style.color=t,e=document.defaultView.getComputedStyle(p,"").getPropertyValue("color");var n=o.exec(e),r=n[1].split(/\s*,\s*/);e=l(r),d[t]=e}return e},rgb2arr:f,gradient:function(t){var e=[];return i(t)&&(t=t.split("-")),a(t,(function(t){-1===t.indexOf("#")&&(t=v.toRGB(t)),e.push(f(t))})),function(t){return h(e,t)}}};t.exports=v},function(t,e,n){var r=0,i=n(3),a={values:n(89)};t.exports={isAdjust:function(t){return this.adjustNames.indexOf(t)>=0},_getDimValues:function(t){var e=this,n={},o=[];if(e.xField&&e.isAdjust("x")&&o.push(e.xField),e.yField&&e.isAdjust("y")&&o.push(e.yField),i(o,(function(e){var r=a.values(t,e);r.sort((function(t,e){return t-e})),n[e]=r})),!e.yField&&e.isAdjust("y")){var s="y",c=[r,1];n[s]=c}return n},adjustData:function(t,e){var n=this,r=n._getDimValues(e);i(t,(function(e,a){i(r,(function(r,i){n.adjustDim(i,r,e,t.length,a)}))}))},getAdjustRange:function(t,e,n){var r,i,a=this,o=n.indexOf(e),s=n.length;return!a.yField&&a.isAdjust("y")?(r=0,i=1):s>1?(r=0===o?n[0]:n[o-1],i=o===s-1?n[s-1]:n[o+1],0!==o?r+=(e-r)/2:r-=(i-e)/2,o!==s-1?i-=(i-e)/2:i+=(e-n[s-2])/2):(r=0===e?0:e-.5,i=0===e?1:e+.5),{pre:r,next:i}},groupData:function(t,e){var n={};return i(t,(function(t){var i=t[e];void 0===i&&(i=t[e]=r),n[i]||(n[i]=[]),n[i].push(t)})),n}}},function(t,e,n){var r={default:n(168),dark:n(342)};t.exports=r},function(t,e){var n,r,i="#1890FF",a=["#1890FF","#2FC25B","#FACC14","#223273","#8543E0","#13C2C2","#3436C7","#F04864"],o=["#1890FF","#41D9C7","#2FC25B","#FACC14","#E6965C","#223273","#7564CC","#8543E0","#5C8EE6","#13C2C2","#5CA3E6","#3436C7","#B381E6","#F04864","#D598D9"],s=["#1890FF","#66B5FF","#41D9C7","#2FC25B","#6EDB8F","#9AE65C","#FACC14","#E6965C","#57AD71","#223273","#738AE6","#7564CC","#8543E0","#A877ED","#5C8EE6","#13C2C2","#70E0E0","#5CA3E6","#3436C7","#8082FF","#DD81E6","#F04864","#FA7D92","#D598D9"],c=["#1890FF","#13C2C2","#2FC25B","#FACC14","#F04864","#8543E0","#3436C7","#223273"],l=["#1890FF","#73C9E6","#13C2C2","#6CD9B3","#2FC25B","#9DD96C","#FACC14","#E6965C","#F04864","#D66BCA","#8543E0","#8E77ED","#3436C7","#737EE6","#223273","#7EA2E6"],u='BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, "sans-serif"',h="g2-tooltip",f="g2-tooltip-title",d="g2-tooltip-list",p="g2-tooltip-list-item",v="g2-tooltip-marker",g="g2-tooltip-value",m="g2-legend",y="g2-legend-title",b="g2-legend-list",_="g2-legend-list-item",x="g2-legend-marker",w={defaultColor:i,plotCfg:{padding:[20,20,95,80]},fontFamily:u,defaultLegendPosition:"bottom",colors:a,colors_16:o,colors_24:s,colors_pie:c,colors_pie_16:l,shapes:{point:["hollowCircle","hollowSquare","hollowDiamond","hollowBowtie","hollowTriangle","hollowHexagon","cross","tick","plus","hyphen","line"],line:["line","dash","dot"],area:["area"]},sizes:[1,10],opacities:[.1,.9],axis:{top:{position:"top",title:null,label:{offset:16,textStyle:{fill:"#545454",fontSize:12,lineHeight:16,textBaseline:"middle",fontFamily:u},autoRotate:!0},line:{lineWidth:1,stroke:"#BFBFBF"},tickLine:{lineWidth:1,stroke:"#BFBFBF",length:4,alignWithLabel:!0}},bottom:{position:"bottom",title:null,label:{offset:16,autoRotate:!0,textStyle:{fill:"#545454",fontSize:12,lineHeight:16,textBaseline:"middle",fontFamily:u}},line:{lineWidth:1,stroke:"#BFBFBF"},tickLine:{lineWidth:1,stroke:"#BFBFBF",length:4,alignWithLabel:!0}},left:{position:"left",title:null,label:{offset:8,autoRotate:!0,textStyle:{fill:"#545454",fontSize:12,lineHeight:16,textBaseline:"middle",fontFamily:u}},line:null,tickLine:null,grid:{zIndex:-1,lineStyle:{stroke:"#E9E9E9",lineWidth:1,lineDash:[3,3]},hideFirstLine:!0}},right:{position:"right",title:null,label:{offset:8,autoRotate:!0,textStyle:{fill:"#545454",fontSize:12,lineHeight:16,textBaseline:"middle",fontFamily:u}},line:null,tickLine:null,grid:{lineStyle:{stroke:"#E9E9E9",lineWidth:1,lineDash:[3,3]},hideFirstLine:!0}},circle:{zIndex:1,title:null,label:{offset:8,textStyle:{fill:"#545454",fontSize:12,lineHeight:16,fontFamily:u}},line:{lineWidth:1,stroke:"#BFBFBF"},tickLine:{lineWidth:1,stroke:"#BFBFBF",length:4,alignWithLabel:!0},grid:{lineStyle:{stroke:"#E9E9E9",lineWidth:1,lineDash:[3,3]},hideFirstLine:!0}},radius:{zIndex:0,label:{offset:12,textStyle:{fill:"#545454",fontSize:12,textBaseline:"middle",lineHeight:16,fontFamily:u}},line:{lineWidth:1,stroke:"#BFBFBF"},tickLine:{lineWidth:1,stroke:"#BFBFBF",length:4,alignWithLabel:!0},grid:{lineStyle:{stroke:"#E9E9E9",lineWidth:1,lineDash:[3,3]},type:"circle"}},helix:{grid:null,label:null,title:null,line:{lineWidth:1,stroke:"#BFBFBF"},tickLine:{lineWidth:1,length:4,stroke:"#BFBFBF",alignWithLabel:!0}}},label:{offset:20,textStyle:{fill:"#545454",fontSize:12,textBaseline:"middle",fontFamily:u}},treemapLabels:{offset:10,textStyle:{fill:"#fff",fontSize:12,textBaseline:"top",fontStyle:"bold",fontFamily:u}},innerLabels:{textStyle:{fill:"#fff",fontSize:12,textBaseline:"middle",fontFamily:u}},thetaLabels:{labelHeight:14,offset:30},legend:{right:{position:"right",layout:"vertical",itemMarginBottom:8,width:16,height:156,title:null,legendStyle:{LIST_CLASS:{textAlign:"left"}},textStyle:{fill:"#8C8C8C",fontSize:12,textAlign:"start",textBaseline:"middle",lineHeight:0,fontFamily:u},unCheckColor:"#bfbfbf"},left:{position:"left",layout:"vertical",itemMarginBottom:8,width:16,height:156,title:null,textStyle:{fill:"#8C8C8C",fontSize:12,textAlign:"start",textBaseline:"middle",lineHeight:20,fontFamily:u},unCheckColor:"#bfbfbf"},top:{position:"top",offset:[0,6],layout:"horizontal",title:null,itemGap:10,width:156,height:16,textStyle:{fill:"#8C8C8C",fontSize:12,textAlign:"start",textBaseline:"middle",lineHeight:20,fontFamily:u},unCheckColor:"#bfbfbf"},bottom:{position:"bottom",offset:[0,6],layout:"horizontal",title:null,itemGap:10,width:156,height:16,textStyle:{fill:"#8C8C8C",fontSize:12,textAlign:"start",textBaseline:"middle",lineHeight:20,fontFamily:u},unCheckColor:"#bfbfbf"},html:(n={},n[""+m]={height:"auto",width:"auto",position:"absolute",overflow:"auto",fontSize:"12px",fontFamily:u,lineHeight:"20px",color:"#8C8C8C"},n[""+y]={marginBottom:"4px"},n[""+b]={listStyleType:"none",margin:0,padding:0},n[""+_]={listStyleType:"none",cursor:"pointer",marginBottom:"5px",marginRight:"24px"},n[""+x]={width:"9px",height:"9px",borderRadius:"50%",display:"inline-block",marginRight:"8px",verticalAlign:"middle"},n),gradient:{textStyle:{fill:"#8C8C8C",fontSize:12,textAlign:"center",textBaseline:"middle",lineHeight:20,fontFamily:u},lineStyle:{lineWidth:1,stroke:"#fff"},unCheckColor:"#bfbfbf"},margin:[0,5,24,5],legendMargin:24},tooltip:(r={useHtml:!0,crosshairs:!1,offset:15,marker:{symbol:"circle",activeSymbol:"circle"}},r[""+h]={position:"absolute",visibility:"hidden",zIndex:8,transition:"visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1)",backgroundColor:"rgba(255, 255, 255, 0.9)",boxShadow:"0px 0px 10px #aeaeae",borderRadius:"3px",color:"rgb(87, 87, 87)",fontSize:"12px",fontFamily:u,lineHeight:"20px",padding:"10px 10px 6px 10px"},r[""+f]={marginBottom:"4px"},r[""+d]={margin:0,listStyleType:"none",padding:0},r[""+p]={listStyleType:"none",marginBottom:"4px",padding:0,marginTop:0,marginLeft:0,marginRight:0},r[""+v]={width:"5px",height:"5px",display:"inline-block",marginRight:"8px"},r[""+g]={display:"inline-block",float:"right",marginLeft:"30px"},r),tooltipMarker:{symbol:function(t,e,n){return[["M",t,e],["m",-n,0],["a",n,n,0,1,0,2*n,0],["a",n,n,0,1,0,2*-n,0]]},stroke:"#fff",shadowBlur:10,shadowOffsetX:0,shadowOffSetY:0,shadowColor:"rgba(0,0,0,0.09)",lineWidth:2,radius:4},tooltipCrosshairsRect:{type:"rect",rectStyle:{fill:"#CCD6EC",opacity:.3}},tooltipCrosshairsLine:{lineStyle:{stroke:"rgba(0, 0, 0, 0.25)",lineWidth:1}},shape:{point:{lineWidth:1,fill:i,radius:4},hollowPoint:{fill:"#fff",lineWidth:1,stroke:i,radius:3},interval:{lineWidth:0,fill:i,fillOpacity:.85},hollowInterval:{fill:"#fff",stroke:i,fillOpacity:0,lineWidth:2},area:{lineWidth:0,fill:i,fillOpacity:.6},polygon:{lineWidth:0,fill:i,fillOpacity:1},hollowPolygon:{fill:"#fff",stroke:i,fillOpacity:0,lineWidth:2},hollowArea:{fill:"#fff",stroke:i,fillOpacity:0,lineWidth:2},line:{stroke:i,lineWidth:2,fill:null},edge:{stroke:i,lineWidth:1,fill:null},schema:{stroke:i,lineWidth:1,fill:null}},guide:{line:{lineStyle:{stroke:"rgba(0, 0, 0, .65)",lineDash:[2,2],lineWidth:1},text:{position:"start",autoRotate:!0,style:{fill:"rgba(0, 0, 0, .45)",fontSize:12,textAlign:"start",fontFamily:u,textBaseline:"bottom"}}},text:{style:{fill:"rgba(0,0,0,.5)",fontSize:12,textBaseline:"middle",textAlign:"start",fontFamily:u}},region:{style:{lineWidth:0,fill:"#000",fillOpacity:.04}},html:{alignX:"middle",alignY:"middle"},dataRegion:{style:{region:{lineWidth:0,fill:"#000000",opacity:.04},text:{textAlign:"center",textBaseline:"bottom",fontSize:12,fill:"rgba(0, 0, 0, .65)"}}},dataMarker:{top:!0,style:{point:{r:3,fill:"#FFFFFF",stroke:"#1890FF",lineWidth:2},line:{stroke:"#A3B1BF",lineWidth:1},text:{fill:"rgba(0, 0, 0, .65)",opacity:1,fontSize:12,textAlign:"start"}},display:{point:!0,line:!0,text:!0},lineLength:20,direction:"upward",autoAdjust:!0}},pixelRatio:null};t.exports=w},function(t,e,n){t.exports={isFunction:n(13),isObject:n(22),isBoolean:n(60),isNil:n(6),isString:n(12),isArray:n(5),isNumber:n(11),isEmpty:n(61),uniqueId:n(62),clone:n(39),deepMix:n(27),assign:n(10),merge:n(27),upperFirst:n(64),each:n(3),isEqual:n(40),toArray:n(29),extend:n(65),augment:n(66),remove:n(67),isNumberEqual:n(30),toRadian:n(68),toDegree:n(69),mod:n(70),clamp:n(41),createDom:n(71),modifyCSS:n(72),requestAnimationFrame:n(73),getRatio:function(){return window.devicePixelRatio?window.devicePixelRatio:2},mat3:n(42),vec2:n(75),vec3:n(76),transform:n(77)}},function(t,e,n){var r=n(2),i=function(t,e,n,r){this.type=t,this.target=null,this.currentTarget=null,this.bubbles=n,this.cancelable=r,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.removed=!1,this.event=e};r.augment(i,{preventDefault:function(){this.defaultPrevented=this.cancelable&&!0},stopPropagation:function(){this.propagationStopped=!0},remove:function(){this.remove=!0},clone:function(){return r.clone(this)},toString:function(){return"[Event (type="+this.type+")]"}}),t.exports=i},function(t,e,n){var r=n(2),i=n(172),a=n(349),o={},s="_INDEX";function c(t){return function(e,n){var r=t(e,n);return 0===r?e[s]-n[s]:r}}function l(t,e,n){for(var r,i=t.length-1;i>=0;i--){var a=t[i];if(a._cfg.visible&&a._cfg.capture&&(a.isGroup?r=a.getShape(e,n):a.isHit(e,n)&&(r=a)),r)break}return r}var u=function t(e){t.superclass.constructor.call(this,e),this.set("children",[]),this.set("tobeRemoved",[]),this._beforeRenderUI(),this._renderUI(),this._bindUI()};function h(t){if(!t._cfg&&t!==u){var e=t.superclass.constructor;e&&!e._cfg&&h(e),t._cfg={},r.merge(t._cfg,e._cfg),r.merge(t._cfg,t.CFG)}}r.extend(u,i),r.augment(u,{isGroup:!0,type:"group",canFill:!0,canStroke:!0,getDefaultCfg:function(){return h(this.constructor),r.merge({},this.constructor._cfg)},_beforeRenderUI:function(){},_renderUI:function(){},_bindUI:function(){},addShape:function(t,e){var n=this.get("canvas");e=e||{};var i=o[t];if(i||(i=r.upperFirst(t),o[t]=i),e.attrs&&n){var s=e.attrs;if("text"===t){var c=n.get("fontFamily");c&&(s.fontFamily=s.fontFamily?s.fontFamily:c)}}e.canvas=n,e.type=t;var l=new a[i](e);return this.add(l),l},addGroup:function(t,e){var n,i=this.get("canvas");if(e=r.merge({},e),r.isFunction(t))e?(e.canvas=i,e.parent=this,n=new t(e)):n=new t({canvas:i,parent:this}),this.add(n);else if(r.isObject(t))t.canvas=i,n=new u(t),this.add(n);else{if(void 0!==t)return!1;n=new u,this.add(n)}return n},renderBack:function(t,e){var n=this.get("backShape"),i=this.getBBox();return r.merge(e,{x:i.minX-t[3],y:i.minY-t[0],width:i.width+t[1]+t[3],height:i.height+t[0]+t[2]}),n?n.attr(e):n=this.addShape("rect",{zIndex:-1,attrs:e}),this.set("backShape",n),this.sort(),n},removeChild:function(t,e){if(arguments.length>=2)this.contain(t)&&t.remove(e);else{if(1===arguments.length){if(!r.isBoolean(t))return this.contain(t)&&t.remove(!0),this;e=t}0===arguments.length&&(e=!0),u.superclass.remove.call(this,e)}return this},add:function(t){var e=this,n=e.get("children");if(r.isArray(t))r.each(t,(function(t){var n=t.get("parent");n&&n.removeChild(t,!1),e._setCfgProperty(t)})),e._cfg.children=n.concat(t);else{var i=t,a=i.get("parent");a&&a.removeChild(i,!1),e._setCfgProperty(i),n.push(i)}return e},_setCfgProperty:function(t){var e=this._cfg;t.set("parent",this),t.set("canvas",e.canvas),e.timeline&&t.set("timeline",e.timeline)},contain:function(t){var e=this.get("children");return e.indexOf(t)>-1},getChildByIndex:function(t){var e=this.get("children");return e[t]},getFirst:function(){return this.getChildByIndex(0)},getLast:function(){var t=this.get("children").length-1;return this.getChildByIndex(t)},getBBox:function(){var t=this,e=1/0,n=-1/0,i=1/0,a=-1/0,o=t.get("children");o.length>0?r.each(o,(function(t){if(t.get("visible")){if(t.isGroup&&0===t.get("children").length)return;var r=t.getBBox();if(!r)return!0;var o=[r.minX,r.minY,1],s=[r.minX,r.maxY,1],c=[r.maxX,r.minY,1],l=[r.maxX,r.maxY,1];t.apply(o),t.apply(s),t.apply(c),t.apply(l);var u=Math.min(o[0],s[0],c[0],l[0]),h=Math.max(o[0],s[0],c[0],l[0]),f=Math.min(o[1],s[1],c[1],l[1]),d=Math.max(o[1],s[1],c[1],l[1]);u<e&&(e=u),h>n&&(n=h),f<i&&(i=f),d>a&&(a=d)}})):(e=0,n=0,i=0,a=0);var s={minX:e,minY:i,maxX:n,maxY:a};return s.x=s.minX,s.y=s.minY,s.width=s.maxX-s.minX,s.height=s.maxY-s.minY,s},getCount:function(){return this.get("children").length},sort:function(){var t=this.get("children");return r.each(t,(function(t,e){return t[s]=e,t})),t.sort(c((function(t,e){return t.get("zIndex")-e.get("zIndex")}))),this},findById:function(t){return this.find((function(e){return e.get("id")===t}))},find:function(t){if(r.isString(t))return this.findById(t);var e=this.get("children"),n=null;return r.each(e,(function(e){if(t(e)?n=e:e.find&&(n=e.find(t)),n)return!1})),n},findAll:function(t){var e=this.get("children"),n=[],i=[];return r.each(e,(function(e){t(e)&&n.push(e),e.findAllBy&&(i=e.findAllBy(t),n=n.concat(i))})),n},findBy:function(t){var e=this.get("children"),n=null;return r.each(e,(function(e){if(t(e)?n=e:e.findBy&&(n=e.findBy(t)),n)return!1})),n},findAllBy:function(t){var e=this.get("children"),n=[],i=[];return r.each(e,(function(e){t(e)&&n.push(e),e.findAllBy&&(i=e.findAllBy(t),n=n.concat(i))})),n},getShape:function(t,e){var n,r=this,i=r._attrs.clip,a=r._cfg.children;if(i){var o=[t,e,1];i.invert(o,r.get("canvas")),i.isPointInPath(o[0],o[1])&&(n=l(a,t,e))}else n=l(a,t,e);return n},clearTotalMatrix:function(){var t=this.get("totalMatrix");if(t){this.setSilent("totalMatrix",null);for(var e=this._cfg.children,n=0;n<e.length;n++){var r=e[n];r.clearTotalMatrix()}}},clear:function(t){for(var e=this._cfg.children,n=e.length-1;n>=0;n--)e[n].remove(!0,t);return this._cfg.children=[],this},destroy:function(){this.get("destroyed")||(this.clear(),u.superclass.destroy.call(this))},clone:function(){var t=this,e=t._cfg.children,n=new u;return r.each(e,(function(t){n.add(t.clone())})),n}}),t.exports=u},function(t,e,n){var r=n(2),i=n(346),a=n(347),o=n(348),s=n(90),c=function(t){this._cfg={zIndex:0,capture:!0,visible:!0,destroyed:!1},r.assign(this._cfg,this.getDefaultCfg(),t),this.initAttrs(this._cfg.attrs),this._cfg.attrs={},this.initTransform(),this.init()};c.CFG={id:null,zIndex:0,canvas:null,parent:null,capture:!0,context:null,visible:!0,destroyed:!1},r.augment(c,i,a,s,o,{init:function(){this.setSilent("animable",!0),this.setSilent("animating",!1)},getParent:function(){return this._cfg.parent},getDefaultCfg:function(){return{}},set:function(t,e){return"zIndex"===t&&this._beforeSetZIndex&&this._beforeSetZIndex(e),"loading"===t&&this._beforeSetLoading&&this._beforeSetLoading(e),this._cfg[t]=e,this},setSilent:function(t,e){this._cfg[t]=e},get:function(t){return this._cfg[t]},show:function(){return this._cfg.visible=!0,this},hide:function(){return this._cfg.visible=!1,this},remove:function(t,e){var n=this._cfg,i=n.parent,a=n.el;return i&&r.remove(i.get("children"),this),a&&(e?i&&i._cfg.tobeRemoved.push(a):a.parentNode.removeChild(a)),(t||void 0===t)&&this.destroy(),this},destroy:function(){var t=this.get("destroyed");t||(this._attrs=null,this.removeEvent(),this._cfg={destroyed:!0})},toFront:function(){var t=this._cfg,e=t.parent;if(e){var n=e._cfg.children,r=t.el,i=n.indexOf(this);n.splice(i,1),n.push(this),r&&(r.parentNode.removeChild(r),t.el=null)}},toBack:function(){var t=this._cfg,e=t.parent;if(e){var n=e._cfg.children,r=t.el,i=n.indexOf(this);if(n.splice(i,1),n.unshift(this),r){var a=r.parentNode;a.removeChild(r),a.insertBefore(r,a.firstChild)}}},_beforeSetZIndex:function(t){var e=this._cfg.parent;this._cfg.zIndex=t,r.isNil(e)||e.sort();var n=this._cfg.el;if(n){var i=e._cfg.children,a=i.indexOf(this),o=n.parentNode;o.removeChild(n),a===i.length-1?o.appendChild(n):o.insertBefore(n,o.childNodes[a])}return t},_setAttrs:function(t){return this.attr(t),t},setZIndex:function(t){return this._cfg.zIndex=t,this._beforeSetZIndex(t)},clone:function(){return r.clone(this)},getBBox:function(){}}),t.exports=c},function(t,e,n){var r=n(2),i=r.vec2;function a(t,e,n,r){var i=1-r;return i*(i*t+2*r*e)+r*r*n}function o(t,e,n,r,o,s,c,l,u){var h,f,d,p,v,g,m,y=.005,b=1/0,_=1e-4,x=[c,l];for(v=0;v<1;v+=.05)d=[a(t,n,o,v),a(e,r,s,v)],f=i.squaredDistance(x,d),f<b&&(h=v,b=f);for(b=1/0,m=0;m<32;m++){if(y<_)break;var w=h-y,k=h+y;d=[a(t,n,o,w),a(e,r,s,w)],f=i.squaredDistance(x,d),w>=0&&f<b?(h=w,b=f):(p=[a(t,n,o,k),a(e,r,s,k)],g=i.squaredDistance(x,p),k<=1&&g<b?(h=k,b=g):y*=.5)}return u&&(u.x=a(t,n,o,h),u.y=a(e,r,s,h)),Math.sqrt(b)}function s(t,e,n){var i=t+n-2*e;if(r.isNumberEqual(i,0))return[.5];var a=(t-e)/i;return a<=1&&a>=0?[a]:[]}t.exports={at:a,projectPoint:function(t,e,n,r,i,a,s,c){var l={};return o(t,e,n,r,i,a,s,c,l),l},pointDistance:o,extrema:s}},function(t,e){t.exports={xAt:function(t,e,n,r,i){return e*Math.cos(t)*Math.cos(i)-n*Math.sin(t)*Math.sin(i)+r},yAt:function(t,e,n,r,i){return e*Math.sin(t)*Math.cos(i)+n*Math.cos(t)*Math.sin(i)+r},xExtrema:function(t,e,n){return Math.atan(-n/e*Math.tan(t))},yExtrema:function(t,e,n){return Math.atan(n/(e*Math.tan(t)))}}},function(t,e,n){var r=n(2),i=n(9),a=n(53),o=n(54);function s(t,e,n){return t+e*Math.cos(n)}function c(t,e,n){return t+e*Math.sin(n)}var l=function t(e){t.superclass.constructor.call(this,e)};l.ATTRS={x:0,y:0,r:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(l,i),r.augment(l,{canStroke:!0,type:"arc",getDefaultAttrs:function(){return{x:0,y:0,r:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.r,i=t.startAngle,o=t.endAngle,s=t.clockwise,c=this.getHitLineWidth(),l=c/2,u=a.box(e,n,r,i,o,s);return u.minX-=l,u.minY-=l,u.maxX+=l,u.maxY+=l,u},getStartTangent:function(){var t=this._attrs,e=t.x,n=t.y,r=t.startAngle,i=t.r,a=t.clockwise,o=Math.PI/180;a&&(o*=-1);var l=[],u=s(e,i,r+o),h=c(n,i,r+o),f=s(e,i,r),d=c(n,i,r);return l.push([u,h]),l.push([f,d]),l},getEndTangent:function(){var t=this._attrs,e=t.x,n=t.y,r=t.endAngle,i=t.r,a=t.clockwise,o=Math.PI/180,l=[];a&&(o*=-1);var u=s(e,i,r+o),h=c(n,i,r+o),f=s(e,i,r),d=c(n,i,r);return l.push([f,d]),l.push([u,h]),l},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.r,a=e.startAngle,o=e.endAngle,s=e.clockwise;t=t||self.get("context"),t.beginPath(),t.arc(n,r,i,a,o,s)},afterPath:function(t){var e=this._attrs;if(t=t||this.get("context"),e.startArrow){var n=this.getStartTangent();o.addStartArrow(t,e,n[0][0],n[0][1],n[1][0],n[1][1])}if(e.endArrow){var r=this.getEndTangent();o.addEndArrow(t,e,r[0][0],r[0][1],r[1][0],r[1][1])}}}),t.exports=l},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,r:0,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"circle",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.r,i=this.getHitLineWidth(),a=i/2+r;return{minX:e-a,minY:n-a,maxX:e+a,maxY:n+a}},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.r;t.beginPath(),t.arc(n,r,i,0,2*Math.PI,!1),t.closePath()}}),t.exports=a},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"dom",calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.width,a=e.height,o=this.getHitLineWidth(),s=o/2;return{minX:n-s,minY:r-s,maxX:n+i+s,maxY:r+a+s}}}),t.exports=a},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,rx:1,ry:1,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"ellipse",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this._attrs,e=t.x,n=t.y,r=t.rx,i=t.ry,a=this.getHitLineWidth(),o=r+a/2,s=i+a/2;return{minX:e-o,minY:n-s,maxX:e+o,maxY:n+s}},createPath:function(t){var e=this._attrs,n=e.x,i=e.y,a=e.rx,o=e.ry;t=t||self.get("context");var s=a>o?a:o,c=a>o?1:a/o,l=a>o?o/a:1,u=[1,0,0,0,1,0,0,0,1];r.mat3.scale(u,u,[c,l]),r.mat3.translate(u,u,[n,i]),t.beginPath(),t.save(),t.transform(u[0],u[1],u[3],u[4],u[6],u[7]),t.arc(0,0,s,0,2*Math.PI),t.restore(),t.closePath()}}),t.exports=a},function(t,e,n){var r=n(2),i=n(9),a=n(53),o=function t(e){t.superclass.constructor.call(this,e)};o.ATTRS={x:0,y:0,rs:0,re:0,startAngle:0,endAngle:0,clockwise:!1,lineWidth:1},r.extend(o,i),r.augment(o,{canFill:!0,canStroke:!0,type:"fan",getDefaultAttrs:function(){return{clockwise:!1,lineWidth:1,rs:0,re:0}},calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.rs,o=e.re,s=e.startAngle,c=e.endAngle,l=e.clockwise,u=this.getHitLineWidth(),h=a.box(n,r,i,s,c,l),f=a.box(n,r,o,s,c,l),d=Math.min(h.minX,f.minX),p=Math.min(h.minY,f.minY),v=Math.max(h.maxX,f.maxX),g=Math.max(h.maxY,f.maxY),m=u/2;return{minX:d-m,minY:p-m,maxX:v+m,maxY:g+m}},createPath:function(t){var e=this._attrs,n=e.x,r=e.y,i=e.rs,a=e.re,o=e.startAngle,s=e.endAngle,c=e.clockwise,l={x:Math.cos(o)*i+n,y:Math.sin(o)*i+r},u={x:Math.cos(o)*a+n,y:Math.sin(o)*a+r},h={x:Math.cos(s)*i+n,y:Math.sin(s)*i+r};t=t||self.get("context"),t.beginPath(),t.moveTo(l.x,l.y),t.lineTo(u.x,u.y),t.arc(n,r,a,o,s,c),t.lineTo(h.x,h.y),t.arc(n,r,i,s,o,!c),t.closePath()}}),t.exports=o},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,img:void 0,width:0,height:0,sx:null,sy:null,swidth:null,sheight:null},r.extend(a,i),r.augment(a,{type:"image",isHitBox:function(){return!1},calculateBox:function(){var t=this._attrs;this._cfg.attrs&&this._cfg.attrs.img===t.img||this._setAttrImg();var e=t.x,n=t.y,r=t.width,i=t.height;return{minX:e,minY:n,maxX:e+r,maxY:n+i}},_beforeSetLoading:function(t){var e=this.get("canvas");return!1===t&&!0===this.get("toDraw")&&(this._cfg.loading=!1,e.draw()),t},_setAttrImg:function(){var t=this,e=t._attrs,n=e.img;if(!r.isString(n))return n instanceof Image?(e.width||t.attr("width",n.width),e.height||t.attr("height",n.height),n):n instanceof HTMLElement&&r.isString(n.nodeName)&&"CANVAS"===n.nodeName.toUpperCase()?(e.width||t.attr("width",Number(n.getAttribute("width"))),e.height||t.attr("height",Number(n.getAttribute("height"))),n):n instanceof ImageData?(e.width||t.attr("width",n.width),e.height||t.attr("height",n.height),n):null;var i=new Image;i.onload=function(){if(t.get("destroyed"))return!1;t.attr("imgSrc",n),t.attr("img",i);var e=t.get("callback");e&&e.call(t),t.set("loading",!1)},i.src=n,i.crossOrigin="Anonymous",t.set("loading",!0)},drawInner:function(t){this._cfg.hasUpdate&&this._setAttrImg(),this.get("loading")?this.set("toDraw",!0):(this._drawImage(t),this._cfg.hasUpdate=!1)},_drawImage:function(t){var e=this._attrs,n=e.x,i=e.y,a=e.img,o=e.width,s=e.height,c=e.sx,l=e.sy,u=e.swidth,h=e.sheight;this.set("toDraw",!1);var f=a;if(f instanceof ImageData&&(f=new Image,f.src=a),f instanceof Image||f instanceof HTMLElement&&r.isString(f.nodeName)&&"CANVAS"===f.nodeName.toUpperCase()){if(r.isNil(c)||r.isNil(l)||r.isNil(u)||r.isNil(h))return void t.drawImage(f,n,i,o,s);if(!r.isNil(c)&&!r.isNil(l)&&!r.isNil(u)&&!r.isNil(h))return void t.drawImage(f,c,l,u,h,n,i,o,s)}}}),t.exports=a},function(t,e,n){var r=n(2),i=n(9),a=n(54),o=n(52),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={x1:0,y1:0,x2:0,y2:0,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(s,i),r.augment(s,{canStroke:!0,type:"line",getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this._attrs,e=t.x1,n=t.y1,r=t.x2,i=t.y2,a=this.getHitLineWidth();return o.box(e,n,r,i,a)},createPath:function(t){var e=this._attrs,n=e.x1,r=e.y1,i=e.x2,a=e.y2;t=t||self.get("context"),t.beginPath(),t.moveTo(n,r),t.lineTo(i,a)},afterPath:function(t){var e=this._attrs,n=e.x1,r=e.y1,i=e.x2,o=e.y2;t=t||this.get("context"),e.startArrow&&a.addStartArrow(t,e,i,o,n,r),e.endArrow&&a.addEndArrow(t,e,n,r,i,o)},getPoint:function(t){var e=this._attrs;return{x:o.at(e.x1,e.x2,t),y:o.at(e.y1,e.y2,t)}}}),t.exports=s},function(t,e,n){var r=n(2),i=n(9),a=n(55),o=n(37),s=n(54),c=n(96),l=n(94),u=function t(e){t.superclass.constructor.call(this,e)};u.ATTRS={path:null,lineWidth:1,startArrow:!1,endArrow:!1},r.extend(u,i),r.augment(u,{canFill:!0,canStroke:!0,type:"path",getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},_afterSetAttrPath:function(t){var e=this;if(r.isNil(t))return e.setSilent("segments",null),void e.setSilent("box",void 0);var n,i=o.parsePath(t),s=[];if(r.isArray(i)&&0!==i.length&&("M"===i[0][0]||"m"===i[0][0])){for(var c=i.length,l=0;l<i.length;l++){var u=i[l];n=new a(u,n,l===c-1),s.push(n)}e.setSilent("segments",s),e.setSilent("tCache",null),e.setSilent("box",null)}},calculateBox:function(){var t=this,e=t.get("segments");if(!e)return null;var n=this.getHitLineWidth(),i=1/0,a=-1/0,o=1/0,s=-1/0;return r.each(e,(function(t){t.getBBox(n);var e=t.box;e&&(e.minX<i&&(i=e.minX),e.maxX>a&&(a=e.maxX),e.minY<o&&(o=e.minY),e.maxY>s&&(s=e.maxY))})),i===1/0||o===1/0?{minX:0,minY:0,maxX:0,maxY:0}:{minX:i,minY:o,maxX:a,maxY:s}},_setTcache:function(){var t,e,n,i,a=0,o=0,s=[],c=this._cfg.curve;c&&(r.each(c,(function(t,e){n=c[e+1],i=t.length,n&&(a+=l.len(t[i-2],t[i-1],n[1],n[2],n[3],n[4],n[5],n[6]))})),r.each(c,(function(r,u){n=c[u+1],i=r.length,n&&(t=[],t[0]=o/a,e=l.len(r[i-2],r[i-1],n[1],n[2],n[3],n[4],n[5],n[6]),o+=e,t[1]=o/a,s.push(t))})),this._cfg.tCache=s)},_calculateCurve:function(){var t=this,e=t._attrs,n=e.path;this._cfg.curve=c.pathTocurve(n)},getStartTangent:function(){var t,e,n,i,a=this.get("segments");if(a.length>1)if(t=a[0].endPoint,e=a[1].endPoint,n=a[1].startTangent,i=[],r.isFunction(n)){var o=n();i.push([t.x-o[0],t.y-o[1]]),i.push([t.x,t.y])}else i.push([e.x,e.y]),i.push([t.x,t.y]);return i},getEndTangent:function(){var t,e,n,i,a=this.get("segments"),o=a.length;if(o>1)if(t=a[o-2].endPoint,e=a[o-1].endPoint,n=a[o-1].endTangent,i=[],r.isFunction(n)){var s=n();i.push([e.x-s[0],e.y-s[1]]),i.push([e.x,e.y])}else i.push([t.x,t.y]),i.push([e.x,e.y]);return i},getPoint:function(t){var e,n,i=this._cfg.tCache;i||(this._calculateCurve(),this._setTcache(),i=this._cfg.tCache);var a=this._cfg.curve;if(!i)return a?{x:a[0][1],y:a[0][2]}:null;r.each(i,(function(r,i){t>=r[0]&&t<=r[1]&&(e=(t-r[0])/(r[1]-r[0]),n=i)}));var o=a[n];if(r.isNil(o)||r.isNil(n))return null;var s=o.length,c=a[n+1];return{x:l.at(o[s-2],c[1],c[3],c[5],1-e),y:l.at(o[s-1],c[2],c[4],c[6],1-e)}},createPath:function(t){var e=this,n=e.get("segments");if(r.isArray(n)){t=t||e.get("context"),t.beginPath();for(var i=n.length,a=0;a<i;a++)n[a].draw(t)}},afterPath:function(t){var e=this,n=e._attrs,i=e.get("segments"),a=n.path;if(t=t||e.get("context"),r.isArray(i)&&1!==i.length&&(n.startArrow||n.endArrow)&&"z"!==a[a.length-1]&&"Z"!==a[a.length-1]&&!n.fill){var o=e.getStartTangent();s.addStartArrow(t,n,o[0][0],o[0][1],o[1][0],o[1][1]);var c=e.getEndTangent();s.addEndArrow(t,n,c[0][0],c[0][1],c[1][0],c[1][1])}}}),t.exports=u},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={points:null,lineWidth:1},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"polygon",getDefaultAttrs:function(){return{lineWidth:1}},calculateBox:function(){var t=this,e=t._attrs,n=e.points,i=this.getHitLineWidth();if(!n||0===n.length)return null;var a=1/0,o=1/0,s=-1/0,c=-1/0;r.each(n,(function(t){var e=t[0],n=t[1];e<a&&(a=e),e>s&&(s=e),n<o&&(o=n),n>c&&(c=n)}));var l=i/2;return{minX:a-l,minY:o-l,maxX:s+l,maxY:c+l}},createPath:function(t){var e=this,n=e._attrs,i=n.points;i.length<2||(t=t||e.get("context"),t.beginPath(),r.each(i,(function(e,n){0===n?t.moveTo(e[0],e[1]):t.lineTo(e[0],e[1])})),t.closePath())}}),t.exports=a},function(t,e,n){var r=n(2),i=n(9),a=n(54),o=n(52),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={points:null,lineWidth:1,startArrow:!1,endArrow:!1,tCache:null},r.extend(s,i),r.augment(s,{canStroke:!0,type:"polyline",tCache:null,getDefaultAttrs:function(){return{lineWidth:1,startArrow:!1,endArrow:!1}},calculateBox:function(){var t=this,e=t._attrs,n=this.getHitLineWidth(),i=e.points;if(!i||0===i.length)return null;var a=1/0,o=1/0,s=-1/0,c=-1/0;r.each(i,(function(t){var e=t[0],n=t[1];e<a&&(a=e),e>s&&(s=e),n<o&&(o=n),n>c&&(c=n)}));var l=n/2;return{minX:a-l,minY:o-l,maxX:s+l,maxY:c+l}},_setTcache:function(){var t,e,n=this,i=n._attrs,a=i.points,s=0,c=0,l=[];a&&0!==a.length&&(r.each(a,(function(t,e){a[e+1]&&(s+=o.len(t[0],t[1],a[e+1][0],a[e+1][1]))})),s<=0||(r.each(a,(function(n,r){a[r+1]&&(t=[],t[0]=c/s,e=o.len(n[0],n[1],a[r+1][0],a[r+1][1]),c+=e,t[1]=c/s,l.push(t))})),this.tCache=l))},createPath:function(t){var e,n,r=this,i=r._attrs,a=i.points;if(!(a.length<2)){for(t=t||r.get("context"),t.beginPath(),t.moveTo(a[0][0],a[0][1]),n=1,e=a.length-1;n<e;n++)t.lineTo(a[n][0],a[n][1]);t.lineTo(a[e][0],a[e][1])}},getStartTangent:function(){var t=this.__attrs.points,e=[];return e.push([t[1][0],t[1][1]]),e.push([t[0][0],t[0][1]]),e},getEndTangent:function(){var t=this.__attrs.points,e=t.length-1,n=[];return n.push([t[e-1][0],t[e-1][1]]),n.push([t[e][0],t[e][1]]),n},afterPath:function(t){var e=this,n=e._attrs,r=n.points,i=r.length-1;t=t||e.get("context"),n.startArrow&&a.addStartArrow(t,n,r[1][0],r[1][1],r[0][0],r[0][1]),n.endArrow&&a.addEndArrow(t,n,r[i-1][0],r[i-1][1],r[i][0],r[i][1])},getPoint:function(t){var e,n,i=this._attrs,a=i.points,s=this.tCache;return s||(this._setTcache(),s=this.tCache),r.each(s,(function(r,i){t>=r[0]&&t<=r[1]&&(e=(t-r[0])/(r[1]-r[0]),n=i)})),{x:o.at(a[n][0],a[n+1][0],e),y:o.at(a[n][1],a[n+1][1],e)}}}),t.exports=s},function(t,e,n){var r=n(2),i=n(37),a=i.parseRadius,o=n(9),s=function t(e){t.superclass.constructor.call(this,e)};s.ATTRS={x:0,y:0,width:0,height:0,radius:0,lineWidth:1},r.extend(s,o),r.augment(s,{canFill:!0,canStroke:!0,type:"rect",getDefaultAttrs:function(){return{lineWidth:1,radius:0}},calculateBox:function(){var t=this,e=t._attrs,n=e.x,r=e.y,i=e.width,a=e.height,o=this.getHitLineWidth(),s=o/2;return{minX:n-s,minY:r-s,maxX:n+i+s,maxY:r+a+s}},createPath:function(t){var e=this,n=e._attrs,r=n.x,i=n.y,o=n.width,s=n.height,c=n.radius;if(t=t||e.get("context"),t.beginPath(),0===c)t.rect(r,i,o,s);else{var l=a(c);t.moveTo(r+l.r1,i),t.lineTo(r+o-l.r2,i),0!==l.r2&&t.arc(r+o-l.r2,i+l.r2,l.r2,-Math.PI/2,0),t.lineTo(r+o,i+s-l.r3),0!==l.r3&&t.arc(r+o-l.r3,i+s-l.r3,l.r3,0,Math.PI/2),t.lineTo(r+l.r4,i+s),0!==l.r4&&t.arc(r+l.r4,i+s-l.r4,l.r4,Math.PI/2,Math.PI),t.lineTo(r,i+l.r1),0!==l.r1&&t.arc(r+l.r1,i+l.r1,l.r1,Math.PI,1.5*Math.PI),t.closePath()}}}),t.exports=s},function(t,e,n){var r=n(2),i=n(9),a=function t(e){t.superclass.constructor.call(this,e)};a.ATTRS={x:0,y:0,text:null,fontSize:12,fontFamily:"sans-serif",fontStyle:"normal",fontWeight:"normal",fontVariant:"normal",textAlign:"start",textBaseline:"bottom",lineHeight:null,textArr:null},r.extend(a,i),r.augment(a,{canFill:!0,canStroke:!0,type:"text",getDefaultAttrs:function(){return{lineWidth:1,lineCount:1,fontSize:12,fontFamily:"sans-serif",fontStyle:"normal",fontWeight:"normal",fontVariant:"normal",textAlign:"start",textBaseline:"bottom"}},initTransform:function(){var t=this._attrs.fontSize;t&&+t<12&&this.transform([["t",-1*this._attrs.x,-1*this._attrs.y],["s",+t/12,+t/12],["t",this._attrs.x,this._attrs.y]])},_assembleFont:function(){var t=this._attrs,e=t.fontSize,n=t.fontFamily,r=t.fontWeight,i=t.fontStyle,a=t.fontVariant;t.font=[i,a,r,e+"px",n].join(" ")},_setAttrText:function(){var t=this._attrs,e=t.text,n=null;if(r.isString(e)&&-1!==e.indexOf("\n")){n=e.split("\n");var i=n.length;t.lineCount=i}t.textArr=n},_getTextHeight:function(){var t=this._attrs,e=t.lineCount,n=1*t.fontSize;if(e>1){var r=this._getSpaceingY();return n*e+r*(e-1)}return n},isHitBox:function(){return!1},calculateBox:function(){var t=this,e=t._attrs,n=this._cfg;n.attrs&&!n.hasUpdate||(this._assembleFont(),this._setAttrText()),e.textArr||this._setAttrText();var r=e.x,i=e.y,a=t.measureText();if(!a)return{minX:r,minY:i,maxX:r,maxY:i};var o=t._getTextHeight(),s=e.textAlign,c=e.textBaseline,l=t.getHitLineWidth(),u={x:r,y:i-o};s&&("end"===s||"right"===s?u.x-=a:"center"===s&&(u.x-=a/2)),c&&("top"===c?u.y+=o:"middle"===c&&(u.y+=o/2)),this.set("startPoint",u);var h=l/2;return{minX:u.x-h,minY:u.y-h,maxX:u.x+a+h,maxY:u.y+o+h}},_getSpaceingY:function(){var t=this._attrs,e=t.lineHeight,n=1*t.fontSize;return e?e-n:.14*n},drawInner:function(t){var e=this,n=e._attrs,i=this._cfg;i.attrs&&!i.hasUpdate||(this._assembleFont(),this._setAttrText()),t.font=n.font;var a=n.text;if(a){var o=n.textArr,s=n.x,c=n.y;if(t.beginPath(),e.hasStroke()){var l=n.strokeOpacity;r.isNil(l)||1===l||(t.globalAlpha=l),o?e._drawTextArr(t,!1):t.strokeText(a,s,c),t.globalAlpha=1}if(e.hasFill()){var u=n.fillOpacity;r.isNil(u)||1===u||(t.globalAlpha=u),o?e._drawTextArr(t,!0):t.fillText(a,s,c)}i.hasUpdate=!1}},_drawTextArr:function(t,e){var n,i=this._attrs.textArr,a=this._attrs.textBaseline,o=1*this._attrs.fontSize,s=this._getSpaceingY(),c=this._attrs.x,l=this._attrs.y,u=this.getBBox(),h=u.maxY-u.minY;r.each(i,(function(r,i){n=l+i*(s+o)-h+o,"middle"===a&&(n+=h-o-(h-o)/2),"top"===a&&(n+=h-o),e?t.fillText(r,c,n):t.strokeText(r,c,n)}))},measureText:function(){var t,e=this,n=e._attrs,i=n.text,a=n.font,o=n.textArr,s=0;if(!r.isNil(i)){var c=document.createElement("canvas").getContext("2d");return c.save(),c.font=a,o?r.each(o,(function(e){t=c.measureText(e).width,s<t&&(s=t),c.restore()})):(s=c.measureText(i).width,c.restore()),s}}}),t.exports=a},function(t,e,n){var r=n(51),i=r.Group,a=n(4),o=function t(e){t.superclass.constructor.call(this,e)};a.extend(o,i),a.augment(o,{getDefaultCfg:function(){return{zIndex:1,type:"line",lineStyle:null,items:null,alternateColor:null,matrix:null,hideFirstLine:!1,hideLastLine:!1,hightLightZero:!1,zeroLineStyle:{stroke:"#595959",lineDash:[0,0]}}},_renderUI:function(){o.superclass._renderUI.call(this),this._drawLines()},_drawLines:function(){var t=this,e=t.get("lineStyle"),n=t.get("items");n&&n.length&&(t._precessItems(n),t._drawGridLines(n,e))},_precessItems:function(t){var e,n=this;a.each(t,(function(t,r){e&&n.get("alternateColor")&&n._drawAlternativeBg(t,e,r),e=t}))},_drawGridLines:function(t,e){var n,r,i,o,s=this,c=this.get("type"),l=t.length;"line"===c||"polygon"===c?a.each(t,(function(t,u){s.get("hideFirstLine")&&0===u||s.get("hideLastLine")&&u===l-1||(o=t.points,r=[],"line"===c?(r.push(["M",o[0].x,o[0].y]),r.push(["L",o[o.length-1].x,o[o.length-1].y])):a.each(o,(function(t,e){0===e?r.push(["M",t.x,t.y]):r.push(["L",t.x,t.y])})),i=s._drawZeroLine(c,u)?a.mix({},s.get("zeroLineStyle"),{path:r}):a.mix({},e,{path:r}),n=s.addShape("path",{attrs:i}),n.name="axis-grid",n._id=t._id,n.set("coord",s.get("coord")),s.get("appendInfo")&&n.setSilent("appendInfo",s.get("appendInfo")))})):a.each(t,(function(t,c){s.get("hideFirstLine")&&0===c||s.get("hideLastLine")&&c===l-1||(o=t.points,r=[],a.each(o,(function(t,e){var n=t.radius;0===e?r.push(["M",t.x,t.y]):r.push(["A",n,n,0,0,t.flag,t.x,t.y])})),i=a.mix({},e,{path:r}),n=s.addShape("path",{attrs:i}),n.name="axis-grid",n._id=t._id,n.set("coord",s.get("coord")),s.get("appendInfo")&&n.setSilent("appendInfo",s.get("appendInfo")))}))},_drawZeroLine:function(t,e){var n=this,r=n.get("tickValues");return!("line"!==t||!r||0!==r[e]||!n.get("hightLightZero"))},_drawAlternativeBg:function(t,e,n){var r,i,o,s=this,c=s.get("alternateColor");a.isString(c)?i=c:a.isArray(c)&&(i=c[0],o=c[1]),n%2===0?o&&(r=s._getBackItem(e.points,t.points,o)):i&&(r=s._getBackItem(e.points,t.points,i));var l=s.addShape("Path",{attrs:r});l.name="axis-grid-rect",l._id=t._id&&t._id.replace("grid","grid-rect"),l.set("coord",s.get("coord")),s.get("appendInfo")&&l.setSilent("appendInfo",s.get("appendInfo"))},_getBackItem:function(t,e,n){var r=[],i=this.get("type");if("line"===i)r.push(["M",t[0].x,t[0].y]),r.push(["L",t[t.length-1].x,t[t.length-1].y]),r.push(["L",e[e.length-1].x,e[e.length-1].y]),r.push(["L",e[0].x,e[0].y]),r.push(["Z"]);else if("polygon"===i){a.each(t,(function(t,e){0===e?r.push(["M",t.x,t.y]):r.push(["L",t.x,t.y])}));for(var o=e.length-1;o>=0;o--)r.push(["L",e[o].x,e[o].y]);r.push(["Z"])}else{var s=t[0].flag;a.each(t,(function(t,e){var n=t.radius;0===e?r.push(["M",t.x,t.y]):r.push(["A",n,n,0,0,t.flag,t.x,t.y])}));for(var c=e.length-1;c>=0;c--){var l=e[c],u=l.radius;c===e.length-1?r.push(["M",l.x,l.y]):r.push(["A",u,u,0,0,1===s?0:1,l.x,l.y])}}return{fill:n,path:r}}}),t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=a.DomUtil,s=n(36),c=n(365),l=n(366),u=n(367),h={scatter:c,map:l,treemap:u},f=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"label",type:"default",textStyle:null,formatter:null,items:null,useHtml:!1,containerTpl:'<div class="g-labels" style="position:absolute;top:0;left:0;"></div>',itemTpl:'<div class="g-label" style="position:absolute;">{text}</div>',labelLine:!1,lineGroup:null,shapes:null,config:!0,capture:!0})},n.clear=function(){var e=this.get("group"),n=this.get("container");e&&!e.get("destroyed")&&e.clear(),n&&(n.innerHTML=""),t.prototype.clear.call(this)},n.destroy=function(){var e=this.get("group"),n=this.get("container");e.destroy||e.destroy(),n&&n.parentNode&&n.parentNode.removeChild(n),t.prototype.destroy.call(this)},n.render=function(){this.clear(),this._init(),this.beforeDraw(),this.draw(),this.afterDraw()},n._dryDraw=function(){var t=this,e=t.get("items"),n=t.getLabels(),r=n.length;a.each(e,(function(e,i){if(i<r){var a=n[i];t.changeLabel(a,e)}else{var o=t._addLabel(e,i);o&&(o._id=e._id,o.set("coord",e.coord))}}));for(var i=r-1;i>=e.length;i--)n[i].remove();t._adjustLabels(),!t.get("labelLine")&&t.get("config")||t.drawLines()},n.draw=function(){this._dryDraw(),this.get("canvas").draw()},n.changeLabel=function(t,e){if(t)if(t.tagName){var n=this._createDom(e);t.innerHTML=n.innerHTML,this._setCustomPosition(e,t)}else t._id=e._id,t.attr("text",e.text),t.attr("x")===e.x&&t.attr("y")===e.y||(t.resetMatrix(),e.textStyle.rotate&&(t.rotateAtStart(e.textStyle.rotate),delete e.textStyle.rotate),t.attr(e))},n.show=function(){var t=this.get("group"),e=this.get("container");t&&t.show(),e&&(e.style.opacity=1)},n.hide=function(){var t=this.get("group"),e=this.get("container");t&&t.hide(),e&&(e.style.opacity=0)},n.drawLines=function(){var t=this,e=t.get("labelLine");"boolean"===typeof e&&t.set("labelLine",{});var n=t.get("lineGroup");!n||n.get("destroyed")?(n=t.get("group").addGroup({elCls:"x-line-group"}),t.set("lineGroup",n)):n.clear(),a.each(t.get("items"),(function(e){t.lineToLabel(e,n)}))},n.lineToLabel=function(t,e){var n=this;if(n.get("config")||t.labelLine){var r=t.labelLine||n.get("labelLine"),i="undefined"===typeof t.capture?n.get("capture"):t.capture,o=r.path;if(o&&a.isFunction(r.path)&&(o=r.path(t)),!o){var s=t.start||{x:t.x-t._offset.x,y:t.y-t._offset.y};o=[["M",s.x,s.y],["L",t.x,t.y]]}var c=t.color;c||(c=t.textStyle&&t.textStyle.fill?t.textStyle.fill:"#000");var l=e.addShape("path",{attrs:a.mix({path:o,fill:null,stroke:c},r),capture:i});l.name=n.get("name"),l._id=t._id&&t._id.replace("glabel","glabelline"),l.set("coord",n.get("coord"))}},n._adjustLabels=function(){var t=this,e=t.get("type"),n=t.getLabels(),r=t.get("shapes"),i=h[e];"default"!==e&&i&&i(n,r)},n.getLabels=function(){var t=this.get("container");return t?a.toArray(t.childNodes):this.get("group").get("children")},n._addLabel=function(t,e){var n=t;return this.get("config")&&(n=this._getLabelCfg(t,e)),this._createText(n)},n._getLabelCfg=function(t,e){var n=this.get("textStyle")||{},r=this.get("formatter"),i=this.get("htmlTemplate");if(!a.isObject(t)){var o=t;t={},t.text=o}a.isFunction(n)&&(n=n(t.text,t,e)),r&&(t.text=r(t.text,t,e)),i&&(t.useHtml=!0,a.isFunction(i)&&(t.text=i(t.text,t,e))),a.isNil(t.text)&&(t.text=""),t.text=t.text+"";var s=a.mix({},t,{textStyle:n},{x:t.x||0,y:t.y||0});return s},n._init=function(){if(!this.get("group")){var t=this.get("canvas").addGroup({id:"label-group"});this.set("group",t)}},n.initHtmlContainer=function(){var t=this.get("container");if(t)a.isString(t)&&(t=document.getElementById(t),t&&this.set("container",t));else{var e=this.get("containerTpl"),n=this.get("canvas").get("el").parentNode;t=o.createDom(e),n.style.position="relative",n.appendChild(t),this.set("container",t)}return t},n._createText=function(t){var e,n=a.deepMix({},t),r=this.get("container"),i="undefined"===typeof n.capture?this.get("capture"):n.capture;if(!n.useHtml&&!n.htmlTemplate){var o=this.get("name"),s=n.point,c=this.get("group");delete n.point;var l=n.rotate;return n.textStyle&&(n.textStyle.rotate&&(l=n.textStyle.rotate,delete n.textStyle.rotate),n=a.mix({x:n.x,y:n.y,textAlign:n.textAlign,text:n.text},n.textStyle)),e=c.addShape("text",{attrs:n,capture:i}),l&&(Math.abs(l)>2*Math.PI&&(l=l/180*Math.PI),e.transform([["t",-n.x,-n.y],["r",l],["t",n.x,n.y]])),e.setSilent("origin",s||n),e.name=o,this.get("appendInfo")&&e.setSilent("appendInfo",this.get("appendInfo")),e}r||(r=this.initHtmlContainer());var u=this._createDom(n);r.appendChild(u),this._setCustomPosition(n,u)},n._createDom=function(t){var e=this.get("itemTpl"),n=a.substitute(e,{text:t.text});return o.createDom(n)},n._setCustomPosition=function(t,e){var n=t.textAlign||"left",r=t.y,i=t.x,a=o.getOuterWidth(e),s=o.getOuterHeight(e);r-=s/2,"center"===n?i-=a/2:"right"===n&&(i-=a),e.style.top=parseInt(r,10)+"px",e.style.left=parseInt(i,10)+"px"},e}(s);t.exports=f},function(t,e){var n=function(){function t(){this.bitmap=[]}var e=t.prototype;return e.hasGap=function(t){for(var e=!0,n=this.bitmap,r=Math.floor(t.minX),i=Math.ceil(t.maxX),a=Math.floor(t.minY),o=Math.ceil(t.maxY)-1,s=r;s<i;s++)if(n[s]){if(s===r||s===i-1){for(var c=a;c<=o;c++)if(n[s][c]){e=!1;break}}else if(n[s][a]||n[s][o]){e=!1;break}}else n[s]=[];return e},e.fillGap=function(t){for(var e=this.bitmap,n=Math.floor(t.minX),r=Math.ceil(t.maxX)-1,i=Math.floor(t.minY),a=Math.ceil(t.maxY)-1,o=n;o<=r;o++){for(var s=i;s<a;s+=8)e[o]||(e[o]=[]),e[o][s]=!0;e[o][a]=!0}for(var c=i;c<=a;c++)e[n][c]=!0,e[r][c]=!0},t}();t.exports=n},function(t,e,n){var r=n(4);t.exports={getFirstScale:function(t){var e;return r.each(t,(function(t){if(t)return e=t,!1})),e}}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(192),s=n(16),c=s.FONT_FAMILY,l=a.Event,u=a.Group;function h(t,e){var n=null,r=e instanceof u||"legendGroup"===e.name?e.get("value"):e;return a.each(t,(function(t){if(t.value===r)return n=t,!1})),n}function f(t,e){return t.findBy((function(t){return t.name===e}))}var d=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"category-legend",items:null,itemGap:5,itemMarginBottom:8,itemsGroup:null,layout:"horizontal",allowAllCanceled:!1,backPadding:[0,0,0,0],unCheckColor:"#ccc",background:{fill:"#fff",fillOpacity:0},itemWidth:null,textStyle:{fill:"#333",fontSize:12,textAlign:"start",textBaseline:"middle",fontFamily:c},_wordSpaceing:8,clickable:!0,selectedMode:"multiple",reversed:!1,autoWrap:!0,highlight:!1,activeOpacity:.7,inactiveOpacity:1})},n.render=function(){t.prototype.render.call(this),this._renderItems(),this.get("autoWrap")&&this._adjustItems()},n._bindEvents=function(){this.get("hoverable")&&(this.get("group").on("mousemove",a.wrapBehavior(this,"_onMousemove")),this.get("group").on("mouseleave",a.wrapBehavior(this,"_onMouseleave"))),this.get("clickable")&&this.get("group").on("click",a.wrapBehavior(this,"_onClick"))},n._getLegendItem=function(t){var e=t.get("parent");return e&&"legendGroup"===e.name?e:null},n.activate=function(t){var e=this,n=this,r=n.get("itemsGroup"),i=r.get("children"),a=void 0;i.forEach((function(r){if(a=f(r,"legend-marker"),a){var i=r.get("checked");e.get("highlight")?r.get("value")===t&&i?a.attr("stroke","#333"):a.attr("stroke",null):r.get("value")===t&&a.attr("fillOpacity",n.get("activeOpacity"))}})),this.get("canvas").draw()},n.deactivate=function(){var t=this,e=this,n=e.get("itemsGroup"),r=n.get("children"),i=void 0,a=this.get("unCheckColor");r.forEach((function(n){if(i=f(n,"legend-marker"),i)if(t.get("highlight")){var r=i.get("oriStroke"),o=n.get("checked");r=r&&!o?a:"",i.attr("stroke",r)}else i.attr("fillOpacity",e.get("inactiveOpacity"))})),this.get("canvas").draw()},n._onMousemove=function(t){var e=this._getLegendItem(t.currentTarget);if(e&&e.get("checked")){var n=this.get("items"),r=new l("itemhover",t,!0,!0);r.item=h(n,e),r.checked=e.get("checked"),r.currentTarget=t.currentTarget,this.deactivate(),this.activate(e.get("value")),this.emit("itemhover",r)}else this.deactivate(),this.emit("itemunhover",t);this.get("canvas").draw()},n._onMouseleave=function(t){this.deactivate(),this.get("canvas").draw(),this.emit("itemunhover",t)},n._onClick=function(t){var e=this._getLegendItem(t.currentTarget),n=this.get("items");if(e&&!e.get("destroyed")){var r=e.get("checked"),i=this.get("selectedMode"),o=h(n,e),s=new l("itemclick",t,!0,!0);if(s.item=o,s.currentTarget=e,s.appendInfo=t.currentTarget.get("appendInfo"),s.checked="single"===i||!r,!this.get("allowAllCanceled")&&r&&1===this.getCheckedCount())return void this.emit("clicklastitem",s);var c=this.get("unCheckColor"),u=this.get("textStyle").fill,d=void 0,p=void 0,v=void 0;if("single"===i){var g=this.get("itemsGroup"),m=g.get("children");a.each(m,(function(t){d=f(t,"legend-marker"),p=f(t,"legend-text"),v=f(t,"legend-item"),t!==e?(d.attr("fill")&&d.attr("fill",c),d.attr("stroke")&&d.attr("stroke",c),p.attr("fill",c),d.setSilent("checked",!1),p.setSilent("checked",!1),v.setSilent("checked",!1),t.setSilent("checked",!1)):(d.attr("fill")&&o&&o.marker&&d.attr("fill",o.marker.fill),d.attr("stroke")&&o&&o.marker&&d.attr("stroke",o.marker.stroke),p.attr("fill",u),d.setSilent("checked",!0),p.setSilent("checked",!0),v.setSilent("checked",!0),t.setSilent("checked",!0))}))}else d=f(e,"legend-marker"),p=f(e,"legend-text"),v=f(e,"legend-item"),d.attr("fill")&&o&&o.marker&&d.attr("fill",r?c:o.marker.fill),d.attr("stroke")&&o&&o.marker&&d.attr("stroke",r?c:o.marker.stroke),p.attr("fill",r?c:u),e.setSilent("checked",!r),d.setSilent("checked",!r),p.setSilent("checked",!r),v.setSilent("checked",!r);this.emit("itemclick",s)}this.get("canvas").draw()},n._renderItems=function(){var t=this,e=this.get("items");if(this.get("reversed")&&e.reverse(),a.each(e,(function(e,n){t._addItem(e,n)})),this.get("highlight")){var n=this.get("itemsGroup"),r=n.get("children"),i=void 0;r.forEach((function(t){i=f(t,"legend-marker");var e=i.get("oriStroke");e||(i.attr("stroke")?i.set("oriStroke",i.attr("stroke")):i.set("oriStroke",""))}))}},n._formatItemValue=function(t){var e=this.get("formatter")||this.get("itemFormatter");return e&&(t=e.call(this,t)),t},n._getNextX=function(){var t=this.get("layout"),e=this.get("itemGap"),n=this.get("itemsGroup"),r=this.get("itemWidth"),i=n.get("children"),o=0;return"horizontal"===t&&a.each(i,(function(t){o+=(r||t.getBBox().width)+e})),o},n._getNextY=function(){var t=this.get("itemMarginBottom"),e=this.get("titleShape")?this.get("titleGap"):0,n=this.get("layout"),r=this.get("itemsGroup"),i=this.get("titleShape"),o=r.get("children"),s=e;return i&&(s+=i.getBBox().height),"vertical"===n&&a.each(o,(function(e){s+=e.getBBox().height+t})),s},n._addItem=function(t){var e=this.get("itemsGroup"),n=this._getNextX(),r=this._getNextY(),i=this.get("unCheckColor"),o=e.addGroup({x:n,y:r,value:t.value,checked:t.checked});o.set("viewId",this.get("viewId"));var s=this.get("textStyle"),l=this.get("_wordSpaceing"),u=0;if(t.marker){var h=a.mix({},t.marker,{x:t.marker.radius+n,y:r});t.checked||(h.fill&&(h.fill=i),h.stroke&&(h.stroke=i));var f=o.addShape("marker",{type:"marker",attrs:h});f.attr("cursor","pointer"),f.name="legend-marker",u+=f.getBBox().width+l}var d=a.mix({},{fill:"#333",fontSize:12,textAlign:"start",textBaseline:"middle",fontFamily:c},s,{x:u+n,y:r,text:this._formatItemValue(t.value)});t.checked||a.mix(d,{fill:i});var p=o.addShape("text",{attrs:d});p.attr("cursor","pointer"),p.name="legend-text",this.get("appendInfo")&&p.setSilent("appendInfo",this.get("appendInfo"));var v=o.getBBox(),g=this.get("itemWidth"),m=o.addShape("rect",{attrs:{x:n,y:r-v.height/2,fill:"#fff",fillOpacity:0,width:g||v.width,height:v.height}});return m.attr("cursor","pointer"),m.setSilent("origin",t),m.name="legend-item",this.get("appendInfo")&&m.setSilent("appendInfo",this.get("appendInfo")),o.name="legendGroup",o},n._adjustHorizontal=function(){var t=this.get("itemsGroup"),e=t.get("children"),n=this.get("maxLength"),r=this.get("itemGap"),i=this.get("itemMarginBottom"),o=this.get("titleShape")?this.get("titleGap"):0,s=0,c=0,l=void 0,u=void 0,h=void 0,f=this.get("itemWidth");t.getBBox().width>n&&a.each(e,(function(t){h=t.getBBox(),l=f||h.width,u=h.height+i,n-c<l&&(s++,c=0),t.move(c,s*u+o),c+=l+r}))},n._adjustVertical=function(){var t=this.get("itemsGroup"),e=this.get("titleShape"),n=t.get("children"),r=this.get("maxLength"),i=this.get("itemGap"),o=this.get("itemMarginBottom"),s=this.get("titleGap"),c=e?e.getBBox().height+s:0,l=this.get("itemWidth"),u=c,h=void 0,f=void 0,d=void 0,p=0,v=0;t.getBBox().height>r&&a.each(n,(function(t){d=t.getBBox(),h=d.width,f=d.height,l?p=l+i:h>p&&(p=h+i),r-u<f?(u=c,v+=p,t.move(v,c)):t.move(v,u),u+=f+o}))},n._adjustItems=function(){var t=this.get("layout");"horizontal"===t?this._adjustHorizontal():this._adjustVertical()},n.getWidth=function(){return t.prototype.getWidth.call(this)},n.getHeight=function(){return t.prototype.getHeight.call(this)},n.move=function(e,n){t.prototype.move.call(this,e,n)},e}(o);t.exports=d},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(36),s=n(16),c=s.FONT_FAMILY,l=function(t){r(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,n._init(),n.beforeRender(),n.render(),n._adjustPositionOffset(),n._bindEvents(),n}return e.getDefaultCfg=function(){return{container:null,title:null,formatter:null,hoverable:!0,titleGap:15,position:[0,0],offset:[0,0],offsetX:null,offsetY:null}},e._init=function(){var t=this.get("group"),e=this.get("container");this.set("canvas",e.get("canvas"));var n=this.get("position");t||(t=e.addGroup({x:0-n[0],y:0-n[1]})),this.set("group",t)},e._adjustPositionOffset=function(){var t=this.get("position"),e=this.get("offset"),n=this.get("offsetX"),r=this.get("offsetY");if(!a.isArray(e)){var i=this.get("layout");e="vertical"===i?[e,0]:[0,e]}n&&(e[0]=n),r&&(e[1]=r);var o=this.get("group").getBBox();this.move(-o.minX+t[0]+e[0],-o.minY+t[1]+e[1])},e.beforeRender=function(){var t=this.get("group"),e=t.addGroup();this.set("itemsGroup",e)},e.render=function(){this._renderTitle()},e._renderTitle=function(){var t=this.get("title"),e=this.get("titleGap");if(e=e||0,t&&t.text){var n=this.get("group"),r=n.addShape("text",{attrs:a.mix({x:0,y:0-e,fill:"#333",textBaseline:"middle",fontFamily:c},t)});r.name="legend-title",this.get("appendInfo")&&r.setSilent("appendInfo",this.get("appendInfo")),this.set("titleShape",r)}},e.getCheckedCount=function(){var t=this.get("itemsGroup"),e=t.get("children"),n=a.filter(e,(function(t){return t.get("checked")}));return n.length},e.setItems=function(t){this.set("items",t),this.clear(),this.render()},e.addItem=function(t){var e=this.get("items");e.push(t),this.clear(),this.render()},e.clear=function(){var t=this.get("itemsGroup");t.clear();var e=this.get("group");e.clear(),this.beforeRender()},e.destroy=function(){var e=this.get("group");e&&e.destroy(),this._attrs={},this.removeAllListeners(),t.prototype.destroy.call(this)},e.getWidth=function(){var t=this.get("group").getBBox();return t.width},e.getHeight=function(){var t=this.get("group").getBBox();return t.height},e.move=function(t,e){this.get("group").move(t,e)},e.draw=function(){this.get("canvas").draw()},n}(o);t.exports=l},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(191),s=n(16),c=s.FONT_FAMILY,l=a.DomUtil,u=a.Group,h="g2-legend",f="g2-legend-title",d="g2-legend-list",p="g2-legend-list-item",v="g2-legend-text",g="g2-legend-marker";function m(t,e){return t.getElementsByClassName(e)[0]}function y(t,e){var n=t.className;return a.isNil(n)?t:(n=n.split(" "),n.indexOf(e)>-1?t:t.parentNode?t.parentNode.className===h?t.parentNode:y(t.parentNode,e):null)}function b(t,e){var n=null,r=e instanceof u?e.get("value"):e;return a.each(t,(function(t){if(t.value===r)return n=t,!1})),n}var _=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"category-legend",container:null,containerTpl:'<div class="'+h+'"><h4 class="'+f+'"></h4><ul class="'+d+'"></ul></div>',itemTpl:'<li class="'+p+' item-{index} {checked}" data-color="{originColor}" data-value="{originValue}"><i class="'+g+'" style="background-color:{color};"></i><span class="'+v+'">{value}</span></li>',legendStyle:{},textStyle:{fill:"#333",fontSize:12,textAlign:"middle",textBaseline:"top",fontFamily:c},abridgeText:!1,tipTpl:'<div class="textTip"></div>',tipStyle:{display:"none",fontSize:"12px",backgroundColor:"#fff",position:"absolute",width:"auto",height:"auto",padding:"3px",boxShadow:"2px 2px 5px #888"},autoPosition:!0})},n._init=function(){},n.beforeRender=function(){},n.render=function(){this._renderHTML()},n._bindEvents=function(){var t=this,e=this.get("legendWrapper"),n=m(e,d);this.get("hoverable")&&(n.onmousemove=function(e){return t._onMousemove(e)},n.onmouseout=function(e){return t._onMouseleave(e)}),this.get("clickable")&&(n.onclick=function(e){return t._onClick(e)})},n._onMousemove=function(t){var e=this.get("items"),n=t.target,r=n.className;if(r=r.split(" "),!(r.indexOf(h)>-1||r.indexOf(d)>-1)){var i=y(n,p),a=b(e,i.getAttribute("data-value"));a?(this.deactivate(),this.activate(i.getAttribute("data-value")),this.emit("itemhover",{item:a,currentTarget:i,checked:a.checked})):a||(this.deactivate(),this.emit("itemunhover",t))}},n._onMouseleave=function(t){this.deactivate(),this.emit("itemunhover",t)},n._onClick=function(t){var e=this,n=this.get("legendWrapper"),r=m(n,d),i=this.get("unCheckColor"),o=this.get("items"),s=this.get("selectedMode"),c=r.childNodes,l=t.target,u=l.className;if(u=u.split(" "),!(u.indexOf(h)>-1||u.indexOf(d)>-1)){var f=y(l,p),_=m(f,v),x=m(f,g),w=b(o,f.getAttribute("data-value"));if(w){var k=f.className,C=f.getAttribute("data-color");if("single"===s)w.checked=!0,a.each(c,(function(t){if(t!==f){var n=m(t,g);n.style.backgroundColor=i,t.className=t.className.replace("checked","unChecked"),t.style.color=i;var r=b(o,t.getAttribute("data-value"));r.checked=!1}else _&&(_.style.color=e.get("textStyle").fill),x&&(x.style.backgroundColor=C),f.className=k.replace("unChecked","checked")}));else{var S=-1!==k.indexOf("checked"),T=0;if(a.each(c,(function(t){-1!==t.className.indexOf("checked")&&T++})),!this.get("allowAllCanceled")&&S&&1===T)return void this.emit("clicklastitem",{item:w,currentTarget:f,checked:"single"===s||w.checked});w.checked=!w.checked,S?(x&&(x.style.backgroundColor=i),f.className=k.replace("checked","unChecked"),f.style.color=i):(x&&(x.style.backgroundColor=C),f.className=k.replace("unChecked","checked"),f.style.color=this.get("textStyle").fill)}this.emit("itemclick",{item:w,currentTarget:f,checked:"single"===s||w.checked})}}},n.activate=function(t){var e=this,n=this,r=n.get("items"),i=b(r,t),a=n.get("legendWrapper"),o=m(a,d),s=o.childNodes;s.forEach((function(t){var a=m(t,g),o=b(r,t.getAttribute("data-value"));if(e.get("highlight")){if(o===i&&o.checked)return void(a.style.border="1px solid #333")}else o===i?a.style.opacity=n.get("activeOpacity"):o.checked&&(a.style.opacity=n.get("inactiveOpacity"))}))},n.deactivate=function(){var t=this,e=this,n=e.get("legendWrapper"),r=m(n,d),i=r.childNodes;i.forEach((function(n){var r=m(n,g);t.get("highlight")?r.style.border="1px solid #fff":r.style.opacity=e.get("inactiveOpacity")}))},n._renderHTML=function(){var t=this,e=this.get("container"),n=this.get("title"),r=this.get("containerTpl"),i=l.createDom(r),o=m(i,f),s=m(i,d),u=this.get("unCheckColor"),y=a.deepMix({},{CONTAINER_CLASS:{height:"auto",width:"auto",position:"absolute",overflowY:"auto",fontSize:"12px",fontFamily:c,lineHeight:"20px",color:"#8C8C8C"},TITLE_CLASS:{marginBottom:this.get("titleGap")+"px",fontSize:"12px",color:"#333",textBaseline:"middle",fontFamily:c},LIST_CLASS:{listStyleType:"none",margin:0,padding:0,textAlign:"center"},LIST_ITEM_CLASS:{cursor:"pointer",marginBottom:"5px",marginRight:"24px"},MARKER_CLASS:{width:"9px",height:"9px",borderRadius:"50%",display:"inline-block",marginRight:"4px",verticalAlign:"middle"}},this.get("legendStyle"));if(/^\#/.test(e)||"string"===typeof e&&e.constructor===String){var b=e.replace("#","");e=document.getElementById(b),e.appendChild(i)}else{var _=this.get("position"),x={};x="left"===_||"right"===_?{maxHeight:(this.get("maxLength")||e.offsetHeight)+"px"}:{maxWidth:(this.get("maxLength")||e.offsetWidth)+"px"},l.modifyCSS(i,a.mix({},y.CONTAINER_CLASS,x,this.get(h))),e.appendChild(i)}l.modifyCSS(s,a.mix({},y.LIST_CLASS,this.get(d))),o&&(n&&n.text?(o.innerHTML=n.text,l.modifyCSS(o,a.mix({},y.TITLE_CLASS,this.get(f),n))):i.removeChild(o));var w=this.get("items"),k=this.get("itemTpl"),C=this.get("position"),S=this.get("layout"),T="right"===C||"left"===C||"vertical"===S?"block":"inline-block",O=a.mix({},y.LIST_ITEM_CLASS,{display:T},this.get(p)),M=a.mix({},y.MARKER_CLASS,this.get(g));if(a.each(w,(function(e,n){var r,o=e.checked,c=t._formatItemValue(e.value),h=e.marker.fill||e.marker.stroke,f=o?h:u;r=a.isFunction(k)?k(c,f,o,n):k;var d=a.substitute(r,a.mix({},e,{index:n,checked:o?"checked":"unChecked",value:c,color:f,originColor:h,originValue:e.value.replace(/\"/g,"&quot;")})),p=l.createDom(d);p.style.color=t.get("textStyle").fill;var y=m(p,g),b=m(p,v);if(l.modifyCSS(p,O),y&&l.modifyCSS(y,M),o||(p.style.color=u,y&&(y.style.backgroundColor=u)),s.appendChild(p),t.get("abridgeText")){var _=c,x=p.offsetWidth,w=t.get("textStyle").fontSize;isNaN(w)&&(-1!==w.indexOf("pt")?w=1*parseFloat(w.substr(0,w.length-2))/72*96:-1!==w.indexOf("px")&&(w=parseFloat(w.substr(0,w.length-2))));var C=w*_.length,S=Math.floor(x/w);x<2*w?_="":x<C&&S>1&&(_=_.substr(0,S-1)+"..."),b.innerText=_,p.addEventListener("mouseover",(function(){var t=m(i.parentNode,"textTip");t.style.display="block",t.style.left=p.offsetLeft+p.offsetWidth+"px",t.style.top=p.offsetTop+15+"px",t.innerText=c})),p.addEventListener("mouseout",(function(){var t=m(i.parentNode,"textTip");t.style.display="none"}))}})),this.get("abridgeText")){var E=this.get("tipTpl"),A=l.createDom(E),P=this.get("tipStyle");l.modifyCSS(A,P),i.parentNode.appendChild(A),A.addEventListener("mouseover",(function(){A.style.display="none"}))}this.set("legendWrapper",i)},n._adjustPositionOffset=function(){var t=this.get("autoPosition");if(!1!==t){var e=this.get("position"),n=this.get("offset"),r=this.get("offsetX"),i=this.get("offsetY");r&&(n[0]=r),i&&(n[1]=i);var a=this.get("legendWrapper");a.style.left=e[0]+"px",a.style.top=e[1]+"px",a.style.marginLeft=n[0]+"px",a.style.marginTop=n[1]+"px"}},n.getWidth=function(){return l.getOuterWidth(this.get("legendWrapper"))},n.getHeight=function(){return l.getOuterHeight(this.get("legendWrapper"))},n.move=function(e,n){/^\#/.test(this.get("container"))?t.prototype.move.call(this,e,n):(l.modifyCSS(this.get("legendWrapper"),{left:e+"px",top:n+"px"}),this.set("x",e),this.set("y",n))},n.destroy=function(){var e=this.get("legendWrapper");e&&e.parentNode&&e.parentNode.removeChild(e),t.prototype.destroy.call(this)},e}(o);t.exports=_},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(36),o=n(4),s=function(t){r(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,n._init_(),n.render(),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{type:null,plot:null,plotRange:null,rectStyle:{fill:"#CCD6EC",opacity:.3},lineStyle:{stroke:"rgba(0, 0, 0, 0.25)",lineWidth:1},isTransposed:!1})},e._init_=function(){var t,e=this,n=e.get("plot");t="rect"===e.type?n.addGroup({zIndex:0}):n.addGroup(),this.set("container",t)},e._addLineShape=function(t,e){var n=this.get("container"),r=n.addShape("line",{capture:!1,attrs:t});return this.set("crossLineShape"+e,r),r},e._renderHorizontalLine=function(t,e){var n=o.mix(this.get("lineStyle"),this.get("style")),r=o.mix({x1:e?e.bl.x:t.get("width"),y1:0,x2:e?e.br.x:0,y2:0},n);this._addLineShape(r,"X")},e._renderVerticalLine=function(t,e){var n=o.mix(this.get("lineStyle"),this.get("style")),r=o.mix({x1:0,y1:e?e.bl.y:t.get("height"),x2:0,y2:e?e.tl.y:0},n);this._addLineShape(r,"Y")},e._renderBackground=function(t,e){var n=o.mix(this.get("rectStyle"),this.get("style")),r=this.get("container"),i=o.mix({x:e?e.tl.x:0,y:e?e.tl.y:t.get("height"),width:e?e.br.x-e.bl.x:t.get("width"),height:e?Math.abs(e.tl.y-e.bl.y):t.get("height")},n),a=r.addShape("rect",{attrs:i,capture:!1});return this.set("crosshairsRectShape",a),a},e._updateRectShape=function(t){var e,n=this.get("crosshairsRectShape"),r=this.get("isTransposed"),i=t[0],a=t[t.length-1],s=r?"y":"x",c=r?"height":"width",l=i[s];if(t.length>1&&i[s]>a[s]&&(l=a[s]),this.get("width"))n.attr(s,l-this.get("crosshairs").width/2),n.attr(c,this.get("width"));else if(o.isArray(i.point[s])&&!i.size){var u=i.point[s][1]-i.point[s][0];n.attr(s,i.point[s][0]),n.attr(c,u)}else e=3*i.size/4,n.attr(s,l-e),1===t.length?n.attr(c,3*i.size/2):n.attr(c,Math.abs(a[s]-i[s])+2*e)},e.render=function(){var t=this.get("canvas"),e=this.get("plotRange"),n=this.get("isTransposed");switch(this.clear(),this.get("type")){case"x":this._renderHorizontalLine(t,e);break;case"y":this._renderVerticalLine(t,e);break;case"cross":this._renderHorizontalLine(t,e),this._renderVerticalLine(t,e);break;case"rect":this._renderBackground(t,e);break;default:n?this._renderHorizontalLine(t,e):this._renderVerticalLine(t,e)}},e.show=function(){var e=this.get("container");t.prototype.show.call(this),e.show()},e.hide=function(){var e=this.get("container");t.prototype.hide.call(this),e.hide()},e.clear=function(){var e=this.get("container");this.set("crossLineShapeX",null),this.set("crossLineShapeY",null),this.set("crosshairsRectShape",null),t.prototype.clear.call(this),e.clear()},e.destroy=function(){var e=this.get("container");t.prototype.destroy.call(this),e.remove()},e.setPosition=function(t,e,n){var r=this.get("crossLineShapeX"),i=this.get("crossLineShapeY"),a=this.get("crosshairsRectShape");i&&!i.get("destroyed")&&i.move(t,0),r&&!r.get("destroyed")&&r.move(0,e),a&&!a.get("destroyed")&&this._updateRectShape(n)},n}(a);t.exports=s},function(t,e){var n=20,r={_calcTooltipPosition:function(t,e,n,r,i,a){var o=0,s=0,c=20;if(a){var l=a.getBBox();o=l.width,s=l.height,t=l.x,e=l.y,c=5}switch(n){case"inside":t=t+o/2-r/2,e=e+s/2-i/2;break;case"top":t=t+o/2-r/2,e=e-i-c;break;case"left":t=t-r-c,e=e+s/2-i/2;break;case"right":t=t+o+c,e=e+s/2-i/2;break;case"bottom":default:t=t+o/2-r/2,e=e+s+c;break}return[t,e]},_constraintPositionInBoundary:function(t,e,r,i,a,o){return t+r+n>a?(t-=r+n,t=t<0?0:t):t+n<0?t=n:t+=n,e+i+n>o?(e-=i+n,e=e<0?0:e):e+n<0?e=n:e+=n,[t,e]},_constraintPositionInPlot:function(t,e,r,i,a,o){return t+r>a.tr.x&&(t-=o?r+1:r+2*n),t<a.tl.x&&(t=a.tl.x),o||(e+i>a.bl.y&&(e-=i+2*n),e<a.tl.y&&(e=a.tl.y)),[t,e]}};t.exports=r},function(t,e,n){var r=n(4),i={setMarkers:function(t,e){var n=this,i=n.get("markerGroup"),a=n.get("frontPlot");i?i.clear():(i=a.addGroup({zIndex:1,capture:!1}),n.set("markerGroup",i)),r.each(t,(function(t){var n=r.mix({fill:t.color,symbol:"circle",shadowColor:t.color},e,{x:t.x,y:t.y});t.marker&&t.marker.activeSymbol&&(n.symbol=t.marker.activeSymbol),i.addShape("marker",{color:t.color,attrs:n})})),this.set("markerItems",t)},clearMarkers:function(){var t=this.get("markerGroup");t&&t.clear()}};t.exports=i},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(51),s=n(194),c=n(196),l=n(195),u=n(98),h=n(4),f=n(16),d=f.FONT_FAMILY,p=h.DomUtil,v=h.MatrixUtil,g=function(t){i(n,t);var e=n.prototype;function n(e){var n;n=t.call(this,e)||this,h.assign(r(n),l),h.assign(r(n),c);var i=n.get("crosshairs");if(i){var a="rect"===i.type?n.get("backPlot"):n.get("frontPlot"),o=new s(h.mix({plot:a,plotRange:n.get("plotRange"),canvas:n.get("canvas")},n.get("crosshairs")));o.hide(),n.set("crosshairGroup",o)}return n._init_(),n.get("items")&&n.render(),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return h.mix({},e,{boardStyle:{x:0,y:0,width:100,height:100,fill:"rgba(255, 255, 255, 0.9)",radius:4,stroke:"#e2e2e2",lineWidth:1},titleStyle:{fontFamily:d,text:"",textBaseline:"top",fontSize:12,fill:"rgb(87, 87, 87)",lineHeight:20,padding:20},markerStyle:{radius:4},nameStyle:{fontFamily:d,fontSize:12,fill:"rgb(87, 87, 87)",textBaseline:"middle",textAlign:"start",padding:8},valueStyle:{fontFamily:d,fontSize:12,fill:"rgb(87, 87, 87)",textBaseline:"middle",textAlign:"start",padding:30},padding:{top:20,right:20,bottom:20,left:20},itemGap:10,animationDuration:200})},e._init_=function(){var t=this,e=t.get("padding"),n=t.get("frontPlot"),r=n.addGroup({capture:!1});t.set("markerGroup",r);var i=n.addGroup();i.hide(),t.set("container",i);var a=i.addShape("rect",{attrs:h.mix({},t.get("boardStyle"))});t.set("board",a);var o=t.get("titleStyle");if(t.get("showTitle")){var s=i.addShape("text",{attrs:h.mix({x:e.left,y:e.top},o)});t.set("titleShape",s),s.name="tooltip-title"}var c=i.addGroup();c.move(e.left,e.top+o.lineHeight+o.padding),t.set("itemsGroup",c)},e.render=function(){var t=this;t.clear();var e=t.get("container"),n=t.get("board"),r=t.get("showTitle"),i=t.get("titleContent"),a=this.get("titleShape"),o=this.get("itemsGroup"),s=t.get("items"),c=t.get("padding");if(a&&r&&a.attr("text",i),o){var l=t.get("itemGap"),u=0,f=0;h.each(s,(function(e){var n=t._addItem(e);n.move(u,f),o.add(n);var r=n.getBBox().height;f+=r+l}))}var d=e.getBBox(),p=d.width+c.right,v=d.height+c.bottom;n.attr("width",p),n.attr("height",v),t._alignToRight(p)},e.clear=function(){var t=this.get("titleShape"),e=this.get("itemsGroup"),n=this.get("board");t.text="",e.clear(),n.attr("width",0),n.attr("height",0)},e.show=function(){var e=this.get("container");e.show();var n=this.get("crosshairGroup");n&&n.show();var r=this.get("markerGroup");r&&r.show(),t.prototype.show.call(this),this.get("canvas").draw()},e.hide=function(){var e=this.get("container");e.hide();var n=this.get("crosshairGroup");n&&n.hide();var r=this.get("markerGroup");r&&r.hide(),t.prototype.hide.call(this),this.get("canvas").draw()},e.destroy=function(){var e=this.get("container"),n=this.get("crosshairGroup");n&&n.destroy();var r=this.get("markerGroup");r&&r.remove(),t.prototype.destroy.call(this),e.remove()},e.setPosition=function(e,n,r){var i,a=this.get("container"),o=this.get("canvas").get("el"),s=p.getWidth(o),c=p.getHeight(o),l=a.getBBox(),u=l.width,f=l.height,d=e,g=n;if(this.get("position")){var m=l.width,y=l.height;i=this._calcTooltipPosition(e,n,this.get("position"),m,y,r),e=i[0],n=i[1]}else i=this._constraintPositionInBoundary(e,n,u,f,s,c),e=i[0],n=i[1];if(this.get("inPlot")){var b=this.get("plotRange");i=this._constraintPositionInPlot(e,n,u,f,b,this.get("enterable")),e=i[0],n=i[1]}var _=this.get("markerItems");h.isEmpty(_)||(d=_[0].x,g=_[0].y);var x=[1,0,0,0,1,0,0,0,1],w=v.transform(x,[["t",e,n]]);a.stopAnimate(),a.animate({matrix:w},this.get("animationDuration"));var k=this.get("crosshairGroup");if(k){var C=this.get("items");k.setPosition(d,g,C)}t.prototype.setPosition.call(this,e,n)},e._addItem=function(t){var e=new o.Group,n=this.get("markerStyle").radius;if(t.marker){var r=h.mix({},t.marker,{x:t.marker.radius/2,y:0,symbol:t.marker.activeSymbol||t.marker.symbol});e.addShape("marker",{attrs:r}),n=t.marker.radius}var i=this.get("nameStyle");e.addShape("text",{attrs:h.mix({x:n+i.padding,y:0,text:t.name},i)});var a=this.get("valueStyle");return e.addShape("text",{attrs:h.mix({x:e.getBBox().width+a.padding,y:0,text:t.value},a)}),e},e._alignToRight=function(t){var e=this,n=this.get("itemsGroup"),r=n.get("children");h.each(r,(function(n){var r=n.get("children"),i=r[2],a=i.getBBox().width,o=t-a-2*e.get("padding").right;i.attr("x",o)}))},n}(u);t.exports=g},function(t,e,n){var r=n(91),i=n(25),a=n(0),o=function t(e){t.superclass.constructor.call(this,e)};a.extend(o,r),a.augment(o,{getPointRauis:function(t,e){return i.getPointRadius(t,e)},getCirclePoint:function(t,e,n){var r=this,i=r.get("coord"),a=i.getCenter(),o=r._isEmitLabels(),s=r.getPointRauis(i,n);if(0===s)return null;if(i.isTransposed&&s>e&&!o){var c=Math.asin(e/(2*s));t+=2*c}else s+=e;return{x:a.x+s*Math.cos(t),y:a.y+s*Math.sin(t),angle:t,r:s}},getArcPoint:function(t,e){var n,r=this;return e=e||0,n=a.isArray(t.x)||a.isArray(t.y)?{x:a.isArray(t.x)?t.x[e]:t.x,y:a.isArray(t.y)?t.y[e]:t.y}:t,r.transLabelPoint(n),n},getPointAngle:function(t){var e=this,n=e.get("coord");return i.getPointAngle(n,t)},getMiddlePoint:function(t){var e=this,n=e.get("coord"),r=t.length,i={x:0,y:0};return a.each(t,(function(t){i.x+=t.x,i.y+=t.y})),i.x/=r,i.y/=r,i=n.convert(i),i},_isToMiddle:function(t){return t.x.length>2},getLabelPoint:function(t,e,n){var r,i=this,a=t.text[n],o=1;i._isToMiddle(e)?r=i.getMiddlePoint(e.points):(1===t.text.length&&0===n?n=1:0===n&&(o=-1),r=i.getArcPoint(e,n));var s=i.getDefaultOffset(t);s*=o;var c=i.getPointAngle(r),l=i.getCirclePoint(c,s,r);if(l?(l.text=a,l.angle=c,l.color=e.color):l={text:""},t.autoRotate||"undefined"===typeof t.autoRotate){var u=l.textStyle?l.textStyle.rotate:null;u||(u=l.rotate||i.getLabelRotate(c,s,e)),l.rotate=u}return l.start={x:r.x,y:r.y},l},_isEmitLabels:function(){var t=this.get("label");return t.labelEmit},getLabelRotate:function(t){var e,n=this;return e=180*t/Math.PI,e+=90,n._isEmitLabels()&&(e-=90),e&&(e>90?e-=180:e<-90&&(e+=180)),e/180*Math.PI},getLabelAlign:function(t){var e,n=this,r=n.get("coord");if(n._isEmitLabels())e=t.angle<=Math.PI/2&&t.angle>-Math.PI/2?"left":"right";else if(r.isTransposed){var i=r.getCenter(),a=n.getDefaultOffset(t);e=Math.abs(t.x-i.x)<1?"center":t.angle>Math.PI||t.angle<=0?a>0?"left":"right":a>0?"right":"left"}else e="center";return e}}),t.exports=o},function(t,e){t.exports={toFront:function(t){var e=t.get("parent"),n=e.get("children").indexOf(t);t.set("_originIndex",n),t.toFront()},resetZIndex:function(t){var e=t.get("parent"),n=t.get("_originIndex"),r=e.get("children"),i=r.indexOf(t);n>=0&&n!==i&&(r.splice(i,1),r.splice(n,0,t))}}},function(t,e,n){t.exports={Scale:n(399),Coord:n(400),Axis:n(405),Guide:n(406),Legend:n(409),Tooltip:n(411),Event:n(412)}},function(t,e,n){var r=n(18),i=n(0),a=n(202);function o(t,e,n){void 0===n&&(n=1);var r=[t.x,t.y,n];return i.vec3.transformMat3(r,r,e),{x:r[0],y:r[1]}}function s(t){var e=t.getBBox(),n={x:e.minX,y:e.minY},r={x:e.maxX,y:e.maxY},i=t.attr("matrix");return n=o(n,i),r=o(r,i),{minX:n.x,minY:n.y,maxX:r.x,maxY:r.y}}t.exports=function(t,e){var n=e;return i.each(t.get("children"),(function(t){t instanceof r.Group&&i.each(t.get("children"),(function(t){if(t instanceof r.Group&&t.get("children").length||t instanceof r.Path)n=a(n,t.getBBox());else if(t instanceof r.Text){var e=s(t);n=a(n,e)}}))})),n}},function(t,e){t.exports=function(t,e){return{minX:Math.min(t.minX,e.minX),minY:Math.min(t.minY,e.minY),maxX:Math.max(t.maxX,e.maxX),maxY:Math.max(t.maxY,e.maxY)}}},function(t,e){t.exports=function(t){return{minX:t.tl.x,minY:t.tl.y,maxX:t.br.x,maxY:t.br.y}}},function(t,e,n){"use strict";e["a"]=C,e["b"]=S,e["c"]=T;var r=n(102),i=n(512),a=n(526),o=n(527),s=n(528),c=n(529),l=n(530),u=n(531),h=n(532),f=n(533),d=n(534),p=n(535),v=n(536),g=n(537),m=n(538),y=n(539),b=n(540),_=n(541),x=n(421),w=n(542),k=0;function C(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function S(t){return Object(r["selection"])().transition(t)}function T(){return++k}var O=r["selection"].prototype;C.prototype=S.prototype={constructor:C,select:d["a"],selectAll:p["a"],filter:l["a"],merge:u["a"],selection:v["a"],transition:_["a"],call:O.call,nodes:O.nodes,node:O.node,size:O.size,empty:O.empty,each:O.each,on:h["a"],attr:i["a"],attrTween:a["a"],style:g["a"],styleTween:m["a"],text:y["a"],textTween:b["a"],remove:f["a"],tween:x["a"],delay:o["a"],duration:s["a"],ease:c["a"],end:w["a"]}},function(t,e,n){var r=n(0),i=r.DomUtil,a=["start","process","end","reset"],o=function(){var t=e.prototype;function e(t,e){var n=this,i=n.getDefaultCfg();r.assign(n,i,t),n.view=n.chart=e,n.canvas=e.get("canvas"),n._bindEvents()}return t.getDefaultCfg=function(){return{startEvent:"mousedown",processEvent:"mousemove",endEvent:"mouseup",resetEvent:"dblclick"}},t._start=function(t){var e=this;e.preStart&&e.preStart(t),e.start(t),e.onStart&&e.onStart(t)},t._process=function(t){var e=this;e.preProcess&&e.preProcess(t),e.process(t),e.onProcess&&e.onProcess(t)},t._end=function(t){var e=this;e.preEnd&&e.preEnd(t),e.end(t),e.onEnd&&e.onEnd(t)},t._reset=function(t){var e=this;e.preReset&&e.preReset(t),e.reset(t),e.onReset&&e.onReset(t)},t.start=function(){},t.process=function(){},t.end=function(){},t.reset=function(){},t._bindEvents=function(){var t=this,e=t.canvas,n=e.get("canvasDOM");t._clearEvents(),r.each(a,(function(e){var a=r.upperFirst(e);t["_on"+a+"Listener"]=i.addEventListener(n,t[e+"Event"],r.wrapBehavior(t,"_"+e))}))},t._clearEvents=function(){var t=this;r.each(a,(function(e){var n="_on"+r.upperFirst(e)+"Listener";t[n]&&t[n].remove()}))},t.destroy=function(){this._clearEvents()},e}();t.exports=o},function(t,e,n){var r=n(105),i=n(18),a=n(142),o=n(163),s=n(8),c=n(21),l=n(0),u={version:s.version,Animate:a,Chart:o,Global:s,Scale:r,Shape:c,Util:l,G:i,DomUtil:l.DomUtil,MatrixUtil:l.MatrixUtil,PathUtil:l.PathUtil,track:function(){console.warn("G2 tracks nothing ;-)")}};"undefined"!==typeof window&&(window.G2?console.warn("There are multiple versions of G2. Version "+u.version+"'s reference is 'window.G2_3'"):window.G2=u),t.exports=u},function(t,e,n){"use strict";e["c"]=o,e["b"]=s,e["a"]=c;var r=n(451);function i(t,e){return function(n){return t+n*e}}function a(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}function o(t,e){var n=e-t;return n?i(t,n>180||n<-180?n-360*Math.round(n/360):n):Object(r["a"])(isNaN(t)?e:t)}function s(t){return 1===(t=+t)?c:function(e,n){return n-e?a(e,n,t):Object(r["a"])(isNaN(e)?n:e)}}function c(t,e){var n=e-t;return n?i(t,n):Object(r["a"])(isNaN(t)?e:t)}},function(t,e,n){var r=n(6),i=n(11),a=n(107),o=5,s=7,c=[1,1.2,1.5,1.6,2,2.2,2.4,2.5,3,4,5,6,7.5,8,10],l=[1,2,4,5,10],u=1e-12;t.exports=function(t){var e=t.min,n=t.max,h=t.interval,f=t.minTickInterval,d=[],p=t.minCount||o,v=t.maxCount||s,g=p===v,m=r(t.minLimit)?-1/0:t.minLimit,y=r(t.maxLimit)?1/0:t.maxLimit,b=(p+v)/2,_=b,x=t.snapArray?t.snapArray:g?c:l;if(e===m&&n===y&&g&&(h=(n-e)/(_-1)),r(e)&&(e=0),r(n)&&(n=0),Math.abs(n-e)<u&&(0===e?n=1:e>0?e=0:n=0,n-e<5&&!h&&n-e>=1&&(h=1)),r(h)){var w=(n-e)/(b-1);h=a.snapFactorTo(w,x,"ceil"),v!==p&&(_=parseInt((n-e)/h,10),_>v&&(_=v),_<p&&(_=p),h=a.snapFactorTo((n-e)/(_-1),x))}if(i(f)&&h<f&&(h=f),t.interval||v!==p){n=Math.min(a.snapMultiple(n,h,"ceil"),y),e=Math.max(a.snapMultiple(e,h,"floor"),m),_=Math.round((n-e)/h),e=a.fixedBase(e,h),n=a.fixedBase(n,h);var k=null;while(e>m&&m>-1/0&&(null===k||e<k))k=e,e=a.fixedBase(e-h,h)}else{b=parseInt(b,10);var C,S=(n+e)/2,T=a.snapMultiple(S,h,"ceil"),O=Math.floor((b-2)/2),M=T+O*h;C=b%2===0?T-O*h:T-(O+1)*h;var E=null;while(M<n&&(null===E||M>E))E=M,M=a.fixedBase(M+h,h);var A=null;while(C>e&&(null===A||C<A))A=C,C=a.fixedBase(C-h,h);n=M,e=C}n=Math.min(n,y),e=Math.max(e,m),d.push(e);for(var P=1;P<_;P++){var L=a.fixedBase(h*P+e,h);L<n&&d.push(L)}return d[d.length-1]<n&&d.push(n),{min:e,max:n,interval:h,count:_,ticks:d}}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(20),a=n(11),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.isIdentity=!0,this.type="identity",this.value=null},n.getText=function(){return this.value.toString()},n.scale=function(t){return this.value!==t&&a(t)?t:this.range[0]},n.invert=function(){return this.value},e}(i);i.Identity=o,t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(110),a=n(3),o=n(6),s=n(12),c=n(20),l=n(38),u=n(211),h=n(100),f=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.type="time",this.mask="YYYY-MM-DD"},n.init=function(){var e=this,n=e.values;if(n&&n.length){var r=[],i=1/0,s=i,c=0;a(n,(function(t){var n=e._toTimeStamp(t);if(isNaN(n))throw new TypeError("Invalid Time: "+t);i>n?(s=i,i=n):s>n&&(s=n),c<n&&(c=n),r.push(n)})),n.length>1&&(e.minTickInterval=s-i),(o(e.min)||e._toTimeStamp(e.min)>i)&&(e.min=i),(o(e.max)||e._toTimeStamp(e.max)<c)&&(e.max=c)}t.prototype.init.call(this)},n.calculateTicks=function(){var t=this,e=t.min,n=t.max,r=t.tickCount,i=t.tickInterval,a=u({min:e,max:n,minCount:r,maxCount:r,interval:i,minInterval:t.minTickInterval});return a.ticks},n.getText=function(t){var e=this.formatter;return t=this.translate(t),t=e?e(t):i.format(t,this.mask),t},n.scale=function(e){return s(e)&&(e=this.translate(e)),t.prototype.scale.call(this,e)},n.translate=function(t){return this._toTimeStamp(t)},n._toTimeStamp=function(t){return h.toTimeStamp(t)},e}(l);c.Time=f,t.exports=f},function(t,e,n){var r=n(107),i=n(6),a=6,o=[1,2,4,6,8,12],s=6e4,c=36e5,l=864e5;function u(t){return new Date(t).getFullYear()}function h(t){return new Date(t,0,1).getTime()}function f(t){return new Date(t).getMonth()}function d(t,e){var n=u(t),r=u(e),i=f(t),a=f(e);return 12*(r-n)+(a-i)%12}function p(t,e){return new Date(t,e,1).getTime()}function v(t,e){return Math.ceil((e-t)/l)}function g(t,e){return Math.ceil((e-t)/c)}function m(t,e){return Math.ceil((e-t)/6e4)}t.exports=function(t){var e,n=t.minInterval,y=[],b=t.min,_=t.max,x=t.interval;if(_===b&&(_=b+l),i(x)){var w=_-b,k=l,C=365*k;x=parseInt(w/(t.maxCount||a),10),n&&n>x&&(x=n);var S=x/C,T=u(b);if(S>.51){for(var O=Math.ceil(S),M=u(_),E=T;E<=M+O;E+=O)y.push(h(E));x=null}else if(S>.0834){for(var A=Math.ceil(S/.0834),P=f(b),L=d(b,_),I=0;I<=L+A;I+=A)y.push(p(T,I+P));x=null}else if(x>.5*k){var j=new Date(b),z=j.getFullYear(),D=j.getMonth(b),N=j.getDate(),R=Math.ceil(x/k),V=v(b,_);x=R*k;for(var F=0;F<V+R;F+=R)y.push(new Date(z,D,N+F).getTime())}else if(x>c){var H=new Date(b),B=H.getFullYear(),U=H.getMonth(b),$=H.getDate(),q=H.getHours(),W=r.snapTo(o,Math.ceil(x/c)),Y=g(b,_);x=W*c;for(var K=0;K<=Y+W;K+=W)y.push(new Date(B,U,$,q+K).getTime())}else if(x>s){var X=m(b,_),G=Math.ceil(x/s);x=G*s;for(var Z=0;Z<=X+G;Z+=G)y.push(b+Z*s)}else{x<1e3&&(x=1e3),b=1e3*Math.floor(b/1e3);var Q=Math.ceil((_-b)/1e3),J=Math.ceil(x/1e3);x=1e3*J;for(var tt=0;tt<Q+J;tt+=J)y.push(b+1e3*tt)}}if(!y.length){b=1e3*Math.floor(b/1e3),_=1e3*Math.ceil(_/1e3),e=(_-b)/x;for(var et=0;et<=e;et++)y.push(r.fixedBase(x*et+b,x))}return{max:_,min:b,interval:x,ticks:y,count:y.length}}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(20),a=n(108),o=n(110),s=n(109),c=n(100),l=n(3),u=n(11),h=n(22),f=n(12),d=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.type="timeCat",this.sortable=!0,this.tickCount=5,this.mask="YYYY-MM-DD"},n.init=function(){var t=this,e=this.values;l(e,(function(n,r){e[r]=t._toTimeStamp(n)})),this.sortable&&e.sort((function(t,e){return t-e})),t.ticks||(t.ticks=this.calculateTicks())},n.calculateTicks=function(){var t,e=this,n=e.tickCount;if(n){var r=s({maxCount:n,data:e.values,isRounding:e.isRounding});t=r.ticks}else t=e.values;return t},n.translate=function(t){t=this._toTimeStamp(t);var e=this.values.indexOf(t);return-1===e&&(e=u(t)&&t<this.values.length?t:NaN),e},n.scale=function(t){var e,n=this.rangeMin(),r=this.rangeMax(),i=this.translate(t);return e=1===this.values.length||isNaN(i)?i:i>-1?i/(this.values.length-1):0,n+e*(r-n)},n.getText=function(t){var e="",n=this.translate(t);e=n>-1?this.values[n]:t;var r=this.formatter;return e=parseInt(e,10),e=r?r(e):o.format(e,this.mask),e},n.getTicks=function(){var t=this,e=this.ticks,n=[];return l(e,(function(e){var r;r=h(e)?e:{text:f(e)?e:t.getText(e),value:t.scale(e),tickValue:e},n.push(r)})),n},n._toTimeStamp=function(t){return c.toTimeStamp(t)},e}(a);i.TimeCat=d,t.exports=d},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(3),a=n(20),o=n(38);function s(t,e){return 1===t?1:Math.log(e)/Math.log(t)}var c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.type="log",this.tickCount=10,this.base=2,this._minTick=null},n.calculateTicks=function(){var t,e=this,n=e.base;if(e.min<0)throw new Error("The minimum value must be greater than zero!");var r=s(n,e.max);if(e.min>0)t=Math.floor(s(n,e.min));else{var a=e.values,o=e.max;i(a,(function(t){t>0&&t<o&&(o=t)})),o===e.max&&(o=e.max/n),o>1&&(o=1),t=Math.floor(s(n,o)),e._minTick=t,e.positiveMin=o}for(var c=r-t,l=e.tickCount,u=Math.ceil(c/l),h=[],f=t;f<r+u;f+=u)h.push(Math.pow(n,f));return 0===e.min&&h.unshift(0),h},n._getScalePercent=function(t){var e=this.max,n=this.min;if(e===n)return 0;if(t<=0)return 0;var r,i=this.base,a=this.positiveMin;return a&&(n=1*a/i),r=t<a?t/a/(s(i,e)-s(i,n)):(s(i,t)-s(i,n))/(s(i,e)-s(i,n)),r},n.scale=function(t){var e=this._getScalePercent(t),n=this.rangeMin(),r=this.rangeMax();return n+e*(r-n)},n.invert=function(t){var e,n=this.base,r=s(n,this.max),i=this.rangeMin(),a=this.rangeMax()-i,o=this.positiveMin;if(o){if(0===t)return 0;e=s(n,o/n);var c=1/(r-e)*a;if(t<c)return t/c*o}else e=s(n,this.min);var l=(t-i)/a,u=l*(r-e)+e;return Math.pow(n,u)},e}(o);a.Log=c,t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(20),a=n(38);function o(t,e){var n=Math.E,r=Math.pow(n,Math.log(e)/t);return r}var s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){t.prototype._initDefaultCfg.call(this),this.type="pow",this.tickCount=10,this.exponent=2},n.calculateTicks=function(){var t,e=this,n=e.exponent,r=Math.ceil(o(n,e.max));if(t=e.min>=0?Math.floor(o(n,e.min)):0,t>r){var i=r;r=t,t=i}for(var a=r-t,s=e.tickCount,c=Math.ceil(a/s),l=[],u=t;u<r+c;u+=c)l.push(Math.pow(u,n));return l},n._getScalePercent=function(t){var e=this.max,n=this.min;if(e===n)return 0;var r=this.exponent,i=(o(r,t)-o(r,n))/(o(r,e)-o(r,n));return i},n.scale=function(t){var e=this._getScalePercent(t),n=this.rangeMin(),r=this.rangeMax();return n+e*(r-n)},n.invert=function(t){var e=(t-this.rangeMin())/(this.rangeMax()-this.rangeMin()),n=this.exponent,r=o(n,this.max),i=o(n,this.min),a=e*(r-i)+i;return Math.pow(a,n)},e}(a);i.Pow=s,t.exports=s},function(t,e,n){var r=n(216),i=r.detect,a=n(1),o=n(221),s=n(115),c=n(228),l=n(253),u=i(),h=u&&"firefox"===u.name,f=function t(e){t.superclass.constructor.call(this,e)};f.CFG={eventEnable:!0,width:null,height:null,widthCanvas:null,heightCanvas:null,widthStyle:null,heightStyle:null,containerDOM:null,canvasDOM:null,pixelRatio:null,renderer:"canvas",supportCSSTransform:!1},a.extend(f,s),a.augment(f,o,{init:function(){f.superclass.init.call(this),this._setGlobalParam(),this._setContainer(),this._initPainter(),this._scale(),this.get("eventEnable")&&this.registerEvent(this)},_scale:function(){if("svg"!==this._cfg.renderType){var t=this.get("pixelRatio");this.scale(t,t)}},_setGlobalParam:function(){var t=this.get("renderer")||"canvas";"svg"===t?this.set("pixelRatio",1):this.get("pixelRatio")||this.set("pixelRatio",a.getRatio()),this._cfg.renderType=t;var e=l[t];this._cfg.renderer=e,this._cfg.canvas=this;var n=new c(this);this._cfg.timeline=n},_setContainer:function(){var t=this.get("containerId"),e=this.get("containerDOM");e||(e=document.getElementById(t),this.set("containerDOM",e)),a.modifyCSS(e,{position:"relative"})},_initPainter:function(){var t=this.get("containerDOM"),e=new this._cfg.renderer.painter(t);this._cfg.painter=e,this._cfg.canvasDOM=this._cfg.el=e.canvas,this.changeSize(this.get("width"),this.get("height"))},_resize:function(){var t=this.get("canvasDOM"),e=this.get("widthCanvas"),n=this.get("heightCanvas"),r=this.get("widthStyle"),i=this.get("heightStyle");t.style.width=r,t.style.height=i,t.setAttribute("width",e),t.setAttribute("height",n)},getWidth:function(){var t=this.get("pixelRatio"),e=this.get("width");return e*t},getHeight:function(){var t=this.get("pixelRatio"),e=this.get("height");return e*t},changeSize:function(t,e){var n=this.get("pixelRatio"),r=t*n,i=e*n;this.set("widthCanvas",r),this.set("heightCanvas",i),this.set("widthStyle",t+"px"),this.set("heightStyle",e+"px"),this.set("width",t),this.set("height",e),this._resize()},getPointByEvent:function(t){var e=this.get("supportCSSTransform");if(e){var n=this.get("pixelRatio")||1;if(h&&!a.isNil(t.layerX)&&t.layerX!==t.offsetX)return{x:t.layerX*n,y:t.layerY*n};if(!a.isNil(t.offsetX))return{x:t.offsetX*n,y:t.offsetY*n}}var r=this.getClientByEvent(t),i=r.x,o=r.y;return this.getPointByClient(i,o)},getClientByEvent:function(t){var e=t;return t.touches&&(e="touchend"===t.type?t.changedTouches[0]:t.touches[0]),{x:e.clientX,y:e.clientY}},getPointByClient:function(t,e){var n=this.get("el"),r=this.get("pixelRatio")||1,i=n.getBoundingClientRect();return{x:(t-i.left)*r,y:(e-i.top)*r}},getClientByPoint:function(t,e){var n=this.get("el"),r=n.getBoundingClientRect(),i=this.get("pixelRatio")||1;return{clientX:t/i+r.left,clientY:e/i+r.top}},draw:function(){this._cfg.painter.draw(this)},getShape:function(t,e,n){return 3===arguments.length&&this._cfg.renderer.getShape?this._cfg.renderer.getShape.call(this,t,e,n):f.superclass.getShape.call(this,t,e)},getRenderer:function(){return this._cfg.renderType},_drawSync:function(){this._cfg.painter.drawSync(this)},destroy:function(){var t=this._cfg,e=t.containerDOM,n=t.canvasDOM;n&&e&&e.removeChild(n),t.timeline.stop(),f.superclass.destroy.call(this)}}),t.exports=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),function(t){n.d(e,"BrowserInfo",(function(){return i})),n.d(e,"NodeInfo",(function(){return a})),n.d(e,"SearchBotDeviceInfo",(function(){return o})),n.d(e,"BotInfo",(function(){return s})),n.d(e,"ReactNativeInfo",(function(){return c})),e["detect"]=p,e["browserName"]=g,e["parseUserAgent"]=m,e["detectOS"]=y,e["getNodeVersion"]=b;var r=this&&this.__spreadArray||function(t,e,n){if(n||2===arguments.length)for(var r,i=0,a=e.length;i<a;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||Array.prototype.slice.call(e))},i=function(){function t(t,e,n){this.name=t,this.version=e,this.os=n,this.type="browser"}return t}(),a=function(){function e(e){this.version=e,this.type="node",this.name="node",this.os=t.platform}return e}(),o=function(){function t(t,e,n,r){this.name=t,this.version=e,this.os=n,this.bot=r,this.type="bot-device"}return t}(),s=function(){function t(){this.type="bot",this.bot=!0,this.name="bot",this.version=null,this.os=null}return t}(),c=function(){function t(){this.type="react-native",this.name="react-native",this.version=null,this.os=null}return t}(),l=/alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/,u=/(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\ Jeeves\/Teoma|ia_archiver)/,h=3,f=[["aol",/AOLShield\/([0-9\._]+)/],["edge",/Edge\/([0-9\._]+)/],["edge-ios",/EdgiOS\/([0-9\._]+)/],["yandexbrowser",/YaBrowser\/([0-9\._]+)/],["kakaotalk",/KAKAOTALK\s([0-9\.]+)/],["samsung",/SamsungBrowser\/([0-9\.]+)/],["silk",/\bSilk\/([0-9._-]+)\b/],["miui",/MiuiBrowser\/([0-9\.]+)$/],["beaker",/BeakerBrowser\/([0-9\.]+)/],["edge-chromium",/EdgA?\/([0-9\.]+)/],["chromium-webview",/(?!Chrom.*OPR)wv\).*Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["chrome",/(?!Chrom.*OPR)Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/],["phantomjs",/PhantomJS\/([0-9\.]+)(:?\s|$)/],["crios",/CriOS\/([0-9\.]+)(:?\s|$)/],["firefox",/Firefox\/([0-9\.]+)(?:\s|$)/],["fxios",/FxiOS\/([0-9\.]+)/],["opera-mini",/Opera Mini.*Version\/([0-9\.]+)/],["opera",/Opera\/([0-9\.]+)(?:\s|$)/],["opera",/OPR\/([0-9\.]+)(:?\s|$)/],["ie",/Trident\/7\.0.*rv\:([0-9\.]+).*\).*Gecko$/],["ie",/MSIE\s([0-9\.]+);.*Trident\/[4-7].0/],["ie",/MSIE\s(7\.0)/],["bb10",/BB10;\sTouch.*Version\/([0-9\.]+)/],["android",/Android\s([0-9\.]+)/],["ios",/Version\/([0-9\._]+).*Mobile.*Safari.*/],["safari",/Version\/([0-9\._]+).*Safari/],["facebook",/FB[AS]V\/([0-9\.]+)/],["instagram",/Instagram\s([0-9\.]+)/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Mobile/],["ios-webview",/AppleWebKit\/([0-9\.]+).*Gecko\)$/],["curl",/^curl\/([0-9\.]+)$/],["searchbot",l]],d=[["iOS",/iP(hone|od|ad)/],["Android OS",/Android/],["BlackBerry OS",/BlackBerry|BB10/],["Windows Mobile",/IEMobile/],["Amazon OS",/Kindle/],["Windows 3.11",/Win16/],["Windows 95",/(Windows 95)|(Win95)|(Windows_95)/],["Windows 98",/(Windows 98)|(Win98)/],["Windows 2000",/(Windows NT 5.0)|(Windows 2000)/],["Windows XP",/(Windows NT 5.1)|(Windows XP)/],["Windows Server 2003",/(Windows NT 5.2)/],["Windows Vista",/(Windows NT 6.0)/],["Windows 7",/(Windows NT 6.1)/],["Windows 8",/(Windows NT 6.2)/],["Windows 8.1",/(Windows NT 6.3)/],["Windows 10",/(Windows NT 10.0)/],["Windows ME",/Windows ME/],["Open BSD",/OpenBSD/],["Sun OS",/SunOS/],["Chrome OS",/CrOS/],["Linux",/(Linux)|(X11)/],["Mac OS",/(Mac_PowerPC)|(Macintosh)/],["QNX",/QNX/],["BeOS",/BeOS/],["OS/2",/OS\/2/]];function p(t){return t?m(t):"undefined"===typeof document&&"undefined"!==typeof navigator&&"ReactNative"===navigator.product?new c:"undefined"!==typeof navigator?m(navigator.userAgent):b()}function v(t){return""!==t&&f.reduce((function(e,n){var r=n[0],i=n[1];if(e)return e;var a=i.exec(t);return!!a&&[r,a]}),!1)}function g(t){var e=v(t);return e?e[0]:null}function m(t){var e=v(t);if(!e)return null;var n=e[0],a=e[1];if("searchbot"===n)return new s;var c=a[1]&&a[1].split(".").join("_").split("_").slice(0,3);c?c.length<h&&(c=r(r([],c,!0),_(h-c.length),!0)):c=[];var l=c.join("."),f=y(t),d=u.exec(t);return d&&d[1]?new o(n,l,f,d[1]):new i(n,l,f)}function y(t){for(var e=0,n=d.length;e<n;e++){var r=d[e],i=r[0],a=r[1],o=a.exec(t);if(o)return i}return null}function b(){var e="undefined"!==typeof t&&t.version;return e?new a(t.version.slice(1)):null}function _(t){for(var e=[],n=0;n<t;n++)e.push("0");return e}}.call(e,n(217))},function(t,e){var n,r,i=t.exports={};function a(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function s(t){if(n===setTimeout)return setTimeout(t,0);if((n===a||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}function c(t){if(r===clearTimeout)return clearTimeout(t);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{return r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(function(){try{n="function"===typeof setTimeout?setTimeout:a}catch(t){n=a}try{r="function"===typeof clearTimeout?clearTimeout:o}catch(t){r=o}})();var l,u=[],h=!1,f=-1;function d(){h&&l&&(h=!1,l.length?u=l.concat(u):f=-1,u.length&&p())}function p(){if(!h){var t=s(d);h=!0;var e=u.length;while(e){l=u,u=[];while(++f<e)l&&l[f].run();f=-1,e=u.length}l=null,h=!1,c(t)}}function v(t,e){this.fun=t,this.array=e}function g(){}i.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];u.push(new v(t,e)),1!==u.length||h||s(p)},v.prototype.run=function(){this.fun.apply(null,this.array)},i.title="browser",i.browser=!0,i.env={},i.argv=[],i.version="",i.versions={},i.on=g,i.addListener=g,i.once=g,i.off=g,i.removeListener=g,i.removeAllListeners=g,i.emit=g,i.prependListener=g,i.prependOnceListener=g,i.listeners=function(t){return[]},i.binding=function(t){throw new Error("process.binding is not supported")},i.cwd=function(){return"/"},i.chdir=function(t){throw new Error("process.chdir is not supported")},i.umask=function(){return 0}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sub=e.mul=void 0,e.create=o,e.fromMat4=s,e.clone=c,e.copy=l,e.fromValues=u,e.set=h,e.identity=f,e.transpose=d,e.invert=p,e.adjoint=v,e.determinant=g,e.multiply=m,e.translate=y,e.rotate=b,e.scale=_,e.fromTranslation=x,e.fromRotation=w,e.fromScaling=k,e.fromMat2d=C,e.fromQuat=S,e.normalFromMat4=T,e.projection=O,e.str=M,e.frob=E,e.add=A,e.subtract=P,e.multiplyScalar=L,e.multiplyScalarAndAdd=I,e.exactEquals=j,e.equals=z;var r=n(74),i=a(r);function a(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function o(){var t=new i.ARRAY_TYPE(9);return i.ARRAY_TYPE!=Float32Array&&(t[1]=0,t[2]=0,t[3]=0,t[5]=0,t[6]=0,t[7]=0),t[0]=1,t[4]=1,t[8]=1,t}function s(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[4],t[4]=e[5],t[5]=e[6],t[6]=e[8],t[7]=e[9],t[8]=e[10],t}function c(t){var e=new i.ARRAY_TYPE(9);return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e[6]=t[6],e[7]=t[7],e[8]=t[8],e}function l(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t}function u(t,e,n,r,a,o,s,c,l){var u=new i.ARRAY_TYPE(9);return u[0]=t,u[1]=e,u[2]=n,u[3]=r,u[4]=a,u[5]=o,u[6]=s,u[7]=c,u[8]=l,u}function h(t,e,n,r,i,a,o,s,c,l){return t[0]=e,t[1]=n,t[2]=r,t[3]=i,t[4]=a,t[5]=o,t[6]=s,t[7]=c,t[8]=l,t}function f(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=0,t[4]=1,t[5]=0,t[6]=0,t[7]=0,t[8]=1,t}function d(t,e){if(t===e){var n=e[1],r=e[2],i=e[5];t[1]=e[3],t[2]=e[6],t[3]=n,t[5]=e[7],t[6]=r,t[7]=i}else t[0]=e[0],t[1]=e[3],t[2]=e[6],t[3]=e[1],t[4]=e[4],t[5]=e[7],t[6]=e[2],t[7]=e[5],t[8]=e[8];return t}function p(t,e){var n=e[0],r=e[1],i=e[2],a=e[3],o=e[4],s=e[5],c=e[6],l=e[7],u=e[8],h=u*o-s*l,f=-u*a+s*c,d=l*a-o*c,p=n*h+r*f+i*d;return p?(p=1/p,t[0]=h*p,t[1]=(-u*r+i*l)*p,t[2]=(s*r-i*o)*p,t[3]=f*p,t[4]=(u*n-i*c)*p,t[5]=(-s*n+i*a)*p,t[6]=d*p,t[7]=(-l*n+r*c)*p,t[8]=(o*n-r*a)*p,t):null}function v(t,e){var n=e[0],r=e[1],i=e[2],a=e[3],o=e[4],s=e[5],c=e[6],l=e[7],u=e[8];return t[0]=o*u-s*l,t[1]=i*l-r*u,t[2]=r*s-i*o,t[3]=s*c-a*u,t[4]=n*u-i*c,t[5]=i*a-n*s,t[6]=a*l-o*c,t[7]=r*c-n*l,t[8]=n*o-r*a,t}function g(t){var e=t[0],n=t[1],r=t[2],i=t[3],a=t[4],o=t[5],s=t[6],c=t[7],l=t[8];return e*(l*a-o*c)+n*(-l*i+o*s)+r*(c*i-a*s)}function m(t,e,n){var r=e[0],i=e[1],a=e[2],o=e[3],s=e[4],c=e[5],l=e[6],u=e[7],h=e[8],f=n[0],d=n[1],p=n[2],v=n[3],g=n[4],m=n[5],y=n[6],b=n[7],_=n[8];return t[0]=f*r+d*o+p*l,t[1]=f*i+d*s+p*u,t[2]=f*a+d*c+p*h,t[3]=v*r+g*o+m*l,t[4]=v*i+g*s+m*u,t[5]=v*a+g*c+m*h,t[6]=y*r+b*o+_*l,t[7]=y*i+b*s+_*u,t[8]=y*a+b*c+_*h,t}function y(t,e,n){var r=e[0],i=e[1],a=e[2],o=e[3],s=e[4],c=e[5],l=e[6],u=e[7],h=e[8],f=n[0],d=n[1];return t[0]=r,t[1]=i,t[2]=a,t[3]=o,t[4]=s,t[5]=c,t[6]=f*r+d*o+l,t[7]=f*i+d*s+u,t[8]=f*a+d*c+h,t}function b(t,e,n){var r=e[0],i=e[1],a=e[2],o=e[3],s=e[4],c=e[5],l=e[6],u=e[7],h=e[8],f=Math.sin(n),d=Math.cos(n);return t[0]=d*r+f*o,t[1]=d*i+f*s,t[2]=d*a+f*c,t[3]=d*o-f*r,t[4]=d*s-f*i,t[5]=d*c-f*a,t[6]=l,t[7]=u,t[8]=h,t}function _(t,e,n){var r=n[0],i=n[1];return t[0]=r*e[0],t[1]=r*e[1],t[2]=r*e[2],t[3]=i*e[3],t[4]=i*e[4],t[5]=i*e[5],t[6]=e[6],t[7]=e[7],t[8]=e[8],t}function x(t,e){return t[0]=1,t[1]=0,t[2]=0,t[3]=0,t[4]=1,t[5]=0,t[6]=e[0],t[7]=e[1],t[8]=1,t}function w(t,e){var n=Math.sin(e),r=Math.cos(e);return t[0]=r,t[1]=n,t[2]=0,t[3]=-n,t[4]=r,t[5]=0,t[6]=0,t[7]=0,t[8]=1,t}function k(t,e){return t[0]=e[0],t[1]=0,t[2]=0,t[3]=0,t[4]=e[1],t[5]=0,t[6]=0,t[7]=0,t[8]=1,t}function C(t,e){return t[0]=e[0],t[1]=e[1],t[2]=0,t[3]=e[2],t[4]=e[3],t[5]=0,t[6]=e[4],t[7]=e[5],t[8]=1,t}function S(t,e){var n=e[0],r=e[1],i=e[2],a=e[3],o=n+n,s=r+r,c=i+i,l=n*o,u=r*o,h=r*s,f=i*o,d=i*s,p=i*c,v=a*o,g=a*s,m=a*c;return t[0]=1-h-p,t[3]=u-m,t[6]=f+g,t[1]=u+m,t[4]=1-l-p,t[7]=d-v,t[2]=f-g,t[5]=d+v,t[8]=1-l-h,t}function T(t,e){var n=e[0],r=e[1],i=e[2],a=e[3],o=e[4],s=e[5],c=e[6],l=e[7],u=e[8],h=e[9],f=e[10],d=e[11],p=e[12],v=e[13],g=e[14],m=e[15],y=n*s-r*o,b=n*c-i*o,_=n*l-a*o,x=r*c-i*s,w=r*l-a*s,k=i*l-a*c,C=u*v-h*p,S=u*g-f*p,T=u*m-d*p,O=h*g-f*v,M=h*m-d*v,E=f*m-d*g,A=y*E-b*M+_*O+x*T-w*S+k*C;return A?(A=1/A,t[0]=(s*E-c*M+l*O)*A,t[1]=(c*T-o*E-l*S)*A,t[2]=(o*M-s*T+l*C)*A,t[3]=(i*M-r*E-a*O)*A,t[4]=(n*E-i*T+a*S)*A,t[5]=(r*T-n*M-a*C)*A,t[6]=(v*k-g*w+m*x)*A,t[7]=(g*_-p*k-m*b)*A,t[8]=(p*w-v*_+m*y)*A,t):null}function O(t,e,n){return t[0]=2/e,t[1]=0,t[2]=0,t[3]=0,t[4]=-2/n,t[5]=0,t[6]=-1,t[7]=1,t[8]=1,t}function M(t){return"mat3("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+", "+t[4]+", "+t[5]+", "+t[6]+", "+t[7]+", "+t[8]+")"}function E(t){return Math.sqrt(Math.pow(t[0],2)+Math.pow(t[1],2)+Math.pow(t[2],2)+Math.pow(t[3],2)+Math.pow(t[4],2)+Math.pow(t[5],2)+Math.pow(t[6],2)+Math.pow(t[7],2)+Math.pow(t[8],2))}function A(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t[2]=e[2]+n[2],t[3]=e[3]+n[3],t[4]=e[4]+n[4],t[5]=e[5]+n[5],t[6]=e[6]+n[6],t[7]=e[7]+n[7],t[8]=e[8]+n[8],t}function P(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t[2]=e[2]-n[2],t[3]=e[3]-n[3],t[4]=e[4]-n[4],t[5]=e[5]-n[5],t[6]=e[6]-n[6],t[7]=e[7]-n[7],t[8]=e[8]-n[8],t}function L(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t[2]=e[2]*n,t[3]=e[3]*n,t[4]=e[4]*n,t[5]=e[5]*n,t[6]=e[6]*n,t[7]=e[7]*n,t[8]=e[8]*n,t}function I(t,e,n,r){return t[0]=e[0]+n[0]*r,t[1]=e[1]+n[1]*r,t[2]=e[2]+n[2]*r,t[3]=e[3]+n[3]*r,t[4]=e[4]+n[4]*r,t[5]=e[5]+n[5]*r,t[6]=e[6]+n[6]*r,t[7]=e[7]+n[7]*r,t[8]=e[8]+n[8]*r,t}function j(t,e){return t[0]===e[0]&&t[1]===e[1]&&t[2]===e[2]&&t[3]===e[3]&&t[4]===e[4]&&t[5]===e[5]&&t[6]===e[6]&&t[7]===e[7]&&t[8]===e[8]}function z(t,e){var n=t[0],r=t[1],a=t[2],o=t[3],s=t[4],c=t[5],l=t[6],u=t[7],h=t[8],f=e[0],d=e[1],p=e[2],v=e[3],g=e[4],m=e[5],y=e[6],b=e[7],_=e[8];return Math.abs(n-f)<=i.EPSILON*Math.max(1,Math.abs(n),Math.abs(f))&&Math.abs(r-d)<=i.EPSILON*Math.max(1,Math.abs(r),Math.abs(d))&&Math.abs(a-p)<=i.EPSILON*Math.max(1,Math.abs(a),Math.abs(p))&&Math.abs(o-v)<=i.EPSILON*Math.max(1,Math.abs(o),Math.abs(v))&&Math.abs(s-g)<=i.EPSILON*Math.max(1,Math.abs(s),Math.abs(g))&&Math.abs(c-m)<=i.EPSILON*Math.max(1,Math.abs(c),Math.abs(m))&&Math.abs(l-y)<=i.EPSILON*Math.max(1,Math.abs(l),Math.abs(y))&&Math.abs(u-b)<=i.EPSILON*Math.max(1,Math.abs(u),Math.abs(b))&&Math.abs(h-_)<=i.EPSILON*Math.max(1,Math.abs(h),Math.abs(_))}e.mul=m,e.sub=P},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.forEach=e.sqrLen=e.sqrDist=e.dist=e.div=e.mul=e.sub=e.len=void 0,e.create=o,e.clone=s,e.fromValues=c,e.copy=l,e.set=u,e.add=h,e.subtract=f,e.multiply=d,e.divide=p,e.ceil=v,e.floor=g,e.min=m,e.max=y,e.round=b,e.scale=_,e.scaleAndAdd=x,e.distance=w,e.squaredDistance=k,e.length=C,e.squaredLength=S,e.negate=T,e.inverse=O,e.normalize=M,e.dot=E,e.cross=A,e.lerp=P,e.random=L,e.transformMat2=I,e.transformMat2d=j,e.transformMat3=z,e.transformMat4=D,e.rotate=N,e.angle=R,e.str=V,e.exactEquals=F,e.equals=H;var r=n(74),i=a(r);function a(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function o(){var t=new i.ARRAY_TYPE(2);return i.ARRAY_TYPE!=Float32Array&&(t[0]=0,t[1]=0),t}function s(t){var e=new i.ARRAY_TYPE(2);return e[0]=t[0],e[1]=t[1],e}function c(t,e){var n=new i.ARRAY_TYPE(2);return n[0]=t,n[1]=e,n}function l(t,e){return t[0]=e[0],t[1]=e[1],t}function u(t,e,n){return t[0]=e,t[1]=n,t}function h(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function f(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function d(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t}function p(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t}function v(t,e){return t[0]=Math.ceil(e[0]),t[1]=Math.ceil(e[1]),t}function g(t,e){return t[0]=Math.floor(e[0]),t[1]=Math.floor(e[1]),t}function m(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function y(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}function b(t,e){return t[0]=Math.round(e[0]),t[1]=Math.round(e[1]),t}function _(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function x(t,e,n,r){return t[0]=e[0]+n[0]*r,t[1]=e[1]+n[1]*r,t}function w(t,e){var n=e[0]-t[0],r=e[1]-t[1];return Math.sqrt(n*n+r*r)}function k(t,e){var n=e[0]-t[0],r=e[1]-t[1];return n*n+r*r}function C(t){var e=t[0],n=t[1];return Math.sqrt(e*e+n*n)}function S(t){var e=t[0],n=t[1];return e*e+n*n}function T(t,e){return t[0]=-e[0],t[1]=-e[1],t}function O(t,e){return t[0]=1/e[0],t[1]=1/e[1],t}function M(t,e){var n=e[0],r=e[1],i=n*n+r*r;return i>0&&(i=1/Math.sqrt(i),t[0]=e[0]*i,t[1]=e[1]*i),t}function E(t,e){return t[0]*e[0]+t[1]*e[1]}function A(t,e,n){var r=e[0]*n[1]-e[1]*n[0];return t[0]=t[1]=0,t[2]=r,t}function P(t,e,n,r){var i=e[0],a=e[1];return t[0]=i+r*(n[0]-i),t[1]=a+r*(n[1]-a),t}function L(t,e){e=e||1;var n=2*i.RANDOM()*Math.PI;return t[0]=Math.cos(n)*e,t[1]=Math.sin(n)*e,t}function I(t,e,n){var r=e[0],i=e[1];return t[0]=n[0]*r+n[2]*i,t[1]=n[1]*r+n[3]*i,t}function j(t,e,n){var r=e[0],i=e[1];return t[0]=n[0]*r+n[2]*i+n[4],t[1]=n[1]*r+n[3]*i+n[5],t}function z(t,e,n){var r=e[0],i=e[1];return t[0]=n[0]*r+n[3]*i+n[6],t[1]=n[1]*r+n[4]*i+n[7],t}function D(t,e,n){var r=e[0],i=e[1];return t[0]=n[0]*r+n[4]*i+n[12],t[1]=n[1]*r+n[5]*i+n[13],t}function N(t,e,n,r){var i=e[0]-n[0],a=e[1]-n[1],o=Math.sin(r),s=Math.cos(r);return t[0]=i*s-a*o+n[0],t[1]=i*o+a*s+n[1],t}function R(t,e){var n=t[0],r=t[1],i=e[0],a=e[1],o=n*n+r*r;o>0&&(o=1/Math.sqrt(o));var s=i*i+a*a;s>0&&(s=1/Math.sqrt(s));var c=(n*i+r*a)*o*s;return c>1?0:c<-1?Math.PI:Math.acos(c)}function V(t){return"vec2("+t[0]+", "+t[1]+")"}function F(t,e){return t[0]===e[0]&&t[1]===e[1]}function H(t,e){var n=t[0],r=t[1],a=e[0],o=e[1];return Math.abs(n-a)<=i.EPSILON*Math.max(1,Math.abs(n),Math.abs(a))&&Math.abs(r-o)<=i.EPSILON*Math.max(1,Math.abs(r),Math.abs(o))}e.len=C,e.sub=f,e.mul=d,e.div=p,e.dist=w,e.sqrDist=k,e.sqrLen=S,e.forEach=function(){var t=o();return function(e,n,r,i,a,o){var s=void 0,c=void 0;for(n||(n=2),r||(r=0),c=i?Math.min(i*n+r,e.length):e.length,s=r;s<c;s+=n)t[0]=e[s],t[1]=e[s+1],a(t,t,o),e[s]=t[0],e[s+1]=t[1];return e}}()},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.forEach=e.sqrLen=e.len=e.sqrDist=e.dist=e.div=e.mul=e.sub=void 0,e.create=o,e.clone=s,e.length=c,e.fromValues=l,e.copy=u,e.set=h,e.add=f,e.subtract=d,e.multiply=p,e.divide=v,e.ceil=g,e.floor=m,e.min=y,e.max=b,e.round=_,e.scale=x,e.scaleAndAdd=w,e.distance=k,e.squaredDistance=C,e.squaredLength=S,e.negate=T,e.inverse=O,e.normalize=M,e.dot=E,e.cross=A,e.lerp=P,e.hermite=L,e.bezier=I,e.random=j,e.transformMat4=z,e.transformMat3=D,e.transformQuat=N,e.rotateX=R,e.rotateY=V,e.rotateZ=F,e.angle=H,e.str=B,e.exactEquals=U,e.equals=$;var r=n(74),i=a(r);function a(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function o(){var t=new i.ARRAY_TYPE(3);return i.ARRAY_TYPE!=Float32Array&&(t[0]=0,t[1]=0,t[2]=0),t}function s(t){var e=new i.ARRAY_TYPE(3);return e[0]=t[0],e[1]=t[1],e[2]=t[2],e}function c(t){var e=t[0],n=t[1],r=t[2];return Math.sqrt(e*e+n*n+r*r)}function l(t,e,n){var r=new i.ARRAY_TYPE(3);return r[0]=t,r[1]=e,r[2]=n,r}function u(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t}function h(t,e,n,r){return t[0]=e,t[1]=n,t[2]=r,t}function f(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t[2]=e[2]+n[2],t}function d(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t[2]=e[2]-n[2],t}function p(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t[2]=e[2]*n[2],t}function v(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t[2]=e[2]/n[2],t}function g(t,e){return t[0]=Math.ceil(e[0]),t[1]=Math.ceil(e[1]),t[2]=Math.ceil(e[2]),t}function m(t,e){return t[0]=Math.floor(e[0]),t[1]=Math.floor(e[1]),t[2]=Math.floor(e[2]),t}function y(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t[2]=Math.min(e[2],n[2]),t}function b(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t[2]=Math.max(e[2],n[2]),t}function _(t,e){return t[0]=Math.round(e[0]),t[1]=Math.round(e[1]),t[2]=Math.round(e[2]),t}function x(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t[2]=e[2]*n,t}function w(t,e,n,r){return t[0]=e[0]+n[0]*r,t[1]=e[1]+n[1]*r,t[2]=e[2]+n[2]*r,t}function k(t,e){var n=e[0]-t[0],r=e[1]-t[1],i=e[2]-t[2];return Math.sqrt(n*n+r*r+i*i)}function C(t,e){var n=e[0]-t[0],r=e[1]-t[1],i=e[2]-t[2];return n*n+r*r+i*i}function S(t){var e=t[0],n=t[1],r=t[2];return e*e+n*n+r*r}function T(t,e){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t}function O(t,e){return t[0]=1/e[0],t[1]=1/e[1],t[2]=1/e[2],t}function M(t,e){var n=e[0],r=e[1],i=e[2],a=n*n+r*r+i*i;return a>0&&(a=1/Math.sqrt(a),t[0]=e[0]*a,t[1]=e[1]*a,t[2]=e[2]*a),t}function E(t,e){return t[0]*e[0]+t[1]*e[1]+t[2]*e[2]}function A(t,e,n){var r=e[0],i=e[1],a=e[2],o=n[0],s=n[1],c=n[2];return t[0]=i*c-a*s,t[1]=a*o-r*c,t[2]=r*s-i*o,t}function P(t,e,n,r){var i=e[0],a=e[1],o=e[2];return t[0]=i+r*(n[0]-i),t[1]=a+r*(n[1]-a),t[2]=o+r*(n[2]-o),t}function L(t,e,n,r,i,a){var o=a*a,s=o*(2*a-3)+1,c=o*(a-2)+a,l=o*(a-1),u=o*(3-2*a);return t[0]=e[0]*s+n[0]*c+r[0]*l+i[0]*u,t[1]=e[1]*s+n[1]*c+r[1]*l+i[1]*u,t[2]=e[2]*s+n[2]*c+r[2]*l+i[2]*u,t}function I(t,e,n,r,i,a){var o=1-a,s=o*o,c=a*a,l=s*o,u=3*a*s,h=3*c*o,f=c*a;return t[0]=e[0]*l+n[0]*u+r[0]*h+i[0]*f,t[1]=e[1]*l+n[1]*u+r[1]*h+i[1]*f,t[2]=e[2]*l+n[2]*u+r[2]*h+i[2]*f,t}function j(t,e){e=e||1;var n=2*i.RANDOM()*Math.PI,r=2*i.RANDOM()-1,a=Math.sqrt(1-r*r)*e;return t[0]=Math.cos(n)*a,t[1]=Math.sin(n)*a,t[2]=r*e,t}function z(t,e,n){var r=e[0],i=e[1],a=e[2],o=n[3]*r+n[7]*i+n[11]*a+n[15];return o=o||1,t[0]=(n[0]*r+n[4]*i+n[8]*a+n[12])/o,t[1]=(n[1]*r+n[5]*i+n[9]*a+n[13])/o,t[2]=(n[2]*r+n[6]*i+n[10]*a+n[14])/o,t}function D(t,e,n){var r=e[0],i=e[1],a=e[2];return t[0]=r*n[0]+i*n[3]+a*n[6],t[1]=r*n[1]+i*n[4]+a*n[7],t[2]=r*n[2]+i*n[5]+a*n[8],t}function N(t,e,n){var r=n[0],i=n[1],a=n[2],o=n[3],s=e[0],c=e[1],l=e[2],u=i*l-a*c,h=a*s-r*l,f=r*c-i*s,d=i*f-a*h,p=a*u-r*f,v=r*h-i*u,g=2*o;return u*=g,h*=g,f*=g,d*=2,p*=2,v*=2,t[0]=s+u+d,t[1]=c+h+p,t[2]=l+f+v,t}function R(t,e,n,r){var i=[],a=[];return i[0]=e[0]-n[0],i[1]=e[1]-n[1],i[2]=e[2]-n[2],a[0]=i[0],a[1]=i[1]*Math.cos(r)-i[2]*Math.sin(r),a[2]=i[1]*Math.sin(r)+i[2]*Math.cos(r),t[0]=a[0]+n[0],t[1]=a[1]+n[1],t[2]=a[2]+n[2],t}function V(t,e,n,r){var i=[],a=[];return i[0]=e[0]-n[0],i[1]=e[1]-n[1],i[2]=e[2]-n[2],a[0]=i[2]*Math.sin(r)+i[0]*Math.cos(r),a[1]=i[1],a[2]=i[2]*Math.cos(r)-i[0]*Math.sin(r),t[0]=a[0]+n[0],t[1]=a[1]+n[1],t[2]=a[2]+n[2],t}function F(t,e,n,r){var i=[],a=[];return i[0]=e[0]-n[0],i[1]=e[1]-n[1],i[2]=e[2]-n[2],a[0]=i[0]*Math.cos(r)-i[1]*Math.sin(r),a[1]=i[0]*Math.sin(r)+i[1]*Math.cos(r),a[2]=i[2],t[0]=a[0]+n[0],t[1]=a[1]+n[1],t[2]=a[2]+n[2],t}function H(t,e){var n=l(t[0],t[1],t[2]),r=l(e[0],e[1],e[2]);M(n,n),M(r,r);var i=E(n,r);return i>1?0:i<-1?Math.PI:Math.acos(i)}function B(t){return"vec3("+t[0]+", "+t[1]+", "+t[2]+")"}function U(t,e){return t[0]===e[0]&&t[1]===e[1]&&t[2]===e[2]}function $(t,e){var n=t[0],r=t[1],a=t[2],o=e[0],s=e[1],c=e[2];return Math.abs(n-o)<=i.EPSILON*Math.max(1,Math.abs(n),Math.abs(o))&&Math.abs(r-s)<=i.EPSILON*Math.max(1,Math.abs(r),Math.abs(s))&&Math.abs(a-c)<=i.EPSILON*Math.max(1,Math.abs(a),Math.abs(c))}e.sub=d,e.mul=p,e.div=v,e.dist=k,e.sqrDist=C,e.len=c,e.sqrLen=S,e.forEach=function(){var t=o();return function(e,n,r,i,a,o){var s=void 0,c=void 0;for(n||(n=3),r||(r=0),c=i?Math.min(i*n+r,e.length):e.length,s=r;s<c;s+=n)t[0]=e[s],t[1]=e[s+1],t[2]=e[s+2],a(t,t,o),e[s]=t[0],e[s+1]=t[1],e[s+2]=t[2];return e}}()},function(t,e,n){var r=n(1),i=n(78),a=["mousedown","mouseup","dblclick","mouseenter","mouseout","mouseover","mousemove","mouseleave"],o=function(){var t=new Date;return t.getTime()},s=40,c=0,l=null,u=null,h={},f=null,d=0;t.exports={registerEvent:function(){var t=this,e=this.get("el");r.each(a,(function(n){e.addEventListener(n,(function(e){t._triggerEvent(n,e)}),!1)})),e.addEventListener("touchstart",(function(e){r.isEmpty(e.touches)||t._triggerEvent("touchstart",e.touches[0])}),!1),e.addEventListener("touchmove",(function(e){r.isEmpty(e.touches)||t._triggerEvent("touchmove",e.touches[0])}),!1),e.addEventListener("touchend",(function(e){r.isEmpty(e.changedTouches)||t._triggerEvent("touchend",e.changedTouches[0])}),!1),e.addEventListener("contextmenu",(function(e){t._triggerEvent("contextmenu",e),e.preventDefault()}),!1)},_getEmitter:function(t,e){if(t){if(!r.isEmpty(t._getEvents()))return t;var n=t.get("parent");if(n&&!e.propagationStopped)return this._getEmitter(n,e)}},_getEventObj:function(t,e,n,r){var a=new i(t,e,!0,!0);return a.x=n.x,a.y=n.y,a.clientX=e.clientX,a.clientY=e.clientY,a.currentTarget=r,a.target=r,a},_triggerEvent:function(t,e){var n=this,r=n.getPointByEvent(e),i=n.getShape(r.x,r.y,e),a=n.get("el");if(f&&"svg"===n.getRenderer()&&(i=n.getShape(r.x,r.y)),"mousemove"===t){if(l&&l!==i&&(n._emitEvent("mouseout",e,r,l),n._emitEvent("mouseleave",e,r,l),f&&n._emitEvent("dragleave",e,r,l),i&&!i.destroyed||(a.style.cursor="default")),f&&(n._emitEvent("drag",e,r,f),n._emitEvent("mousemove",e,r,i)),i){if(!f)if(u===i){var p=o(),v=p-d,g=h.x-e.clientX,m=h.y-e.clientY,y=g*g+m*m;v>120||y>s?(f=i,u=null,this._emitEvent("dragstart",e,r,i)):n._emitEvent("mousemove",e,r,i)}else n._emitEvent("mousemove",e,r,i);l!==i&&(n._emitEvent("mouseenter",e,r,i),n._emitEvent("mouseover",e,r,i),f&&n._emitEvent("dragenter",e,r,i))}else{var b=n._getEventObj("mousemove",e,r,n);n.emit("mousemove",b)}l=i}else if(this._emitEvent(t,e,r,i||this),f||"mousedown"!==t||e.button!==c||(u=i,h={x:e.clientX,y:e.clientY},d=o()),"mouseup"===t&&e.button===c){var _=h.x-e.clientX,x=h.y-e.clientY,w=_*_+x*x,k=o(),C=k-d;(w<s||C<200)&&(d=0,this._emitEvent("click",e,r,u||this)),f&&(f._cfg.capture=!0,this._emitEvent("dragend",e,r,f),f=null,this._emitEvent("drop",e,r,i||this)),u=null}i&&!i.get("destroyed")&&(a.style.cursor=i.attr("cursor")||"default")},_emitEvent:function(t,e,n,r){var i=this._getEventObj(t,e,n,r),a=this._getEmitter(r,e);return a&&!a.get("destroyed")&&a.emit(t,i),a}}},function(t,e,n){var r=n(1);t.exports={canFill:!1,canStroke:!1,initAttrs:function(t){return this._attrs={opacity:1,fillOpacity:1,strokeOpacity:1,matrix:[1,0,0,0,1,0,0,0,1]},this.attr(r.assign(this.getDefaultAttrs(),t)),this},getDefaultAttrs:function(){return{}},attr:function(t,e){var n=this;if(0===arguments.length)return n._attrs;if(r.isObject(t)){for(var i in t)this._setAttr(i,t[i]);return n.clearBBox(),this._cfg.hasUpdate=!0,n}return 2===arguments.length?(this._setAttr(t,e),n.clearBBox(),this._cfg.hasUpdate=!0,n):n._attrs[t]},_setAttr:function(t,e){var n=this,r=this._attrs;r[t]=e,"fill"!==t&&"stroke"!==t?"opacity"!==t?"clip"===t&&e?n._setClip(e):"path"===t&&n._afterSetAttrPath?n._afterSetAttrPath(e):"transform"!==t?"rotate"===t&&n.rotateAtStart(e):n.transform(e):r.globalAlpha=e:r[t+"Style"]=e},clearBBox:function(){this.setSilent("box",null)},hasFill:function(){return this.canFill&&this._attrs.fillStyle},hasStroke:function(){return this.canStroke&&this._attrs.strokeStyle},_setClip:function(t){t._cfg.renderer=this._cfg.renderer,t._cfg.canvas=this._cfg.canvas,t._cfg.parent=this._cfg.parent,t.hasFill=function(){return!0}}}},function(t,e,n){var r=n(1);function i(t){return 1===t[0]&&0===t[1]&&0===t[3]&&1===t[4]&&0===t[6]&&0===t[7]}function a(t){return 0===t[1]&&0===t[3]&&0===t[6]&&0===t[7]}function o(t,e){i(e)||(a(e)?(t[0]*=e[0],t[4]*=e[4]):r.mat3.multiply(t,t,e))}t.exports={initTransform:function(){},resetMatrix:function(){this.attr("matrix",[1,0,0,0,1,0,0,0,1])},translate:function(t,e){var n=this._attrs.matrix;return r.mat3.translate(n,n,[t,e]),this.clearTotalMatrix(),this.attr("matrix",n),this},rotate:function(t){var e=this._attrs.matrix;return r.mat3.rotate(e,e,t),this.clearTotalMatrix(),this.attr("matrix",e),this},scale:function(t,e){var n=this._attrs.matrix;return r.mat3.scale(n,n,[t,e]),this.clearTotalMatrix(),this.attr("matrix",n),this},rotateAtStart:function(t){var e=this._attrs.x||this._cfg.attrs.x,n=this._attrs.y||this._cfg.attrs.y;return Math.abs(t)>2*Math.PI&&(t=t/180*Math.PI),this.transform([["t",-e,-n],["r",t],["t",e,n]])},move:function(t,e){var n=this.get("x")||0,r=this.get("y")||0;return this.translate(t-n,e-r),this.set("x",t),this.set("y",e),this},transform:function(t){var e=this,n=this._attrs.matrix;return r.each(t,(function(t){switch(t[0]){case"t":e.translate(t[1],t[2]);break;case"s":e.scale(t[1],t[2]);break;case"r":e.rotate(t[1]);break;case"m":e.attr("matrix",r.mat3.multiply([],n,t[1])),e.clearTotalMatrix();break;default:break}})),e},setTransform:function(t){return this.attr("matrix",[1,0,0,0,1,0,0,0,1]),this.transform(t)},getMatrix:function(){return this.attr("matrix")},setMatrix:function(t){return this.attr("matrix",t),this.clearTotalMatrix(),this},apply:function(t,e){var n;return n=e?this._getMatrixByRoot(e):this.attr("matrix"),r.vec3.transformMat3(t,t,n),this},_getMatrixByRoot:function(t){var e=this;t=t||e;var n=e,i=[];while(n!==t)i.unshift(n),n=n.get("parent");i.unshift(n);var a=[1,0,0,0,1,0,0,0,1];return r.each(i,(function(t){r.mat3.multiply(a,t.attr("matrix"),a)})),a},getTotalMatrix:function(){var t=this._cfg.totalMatrix;if(!t){t=[1,0,0,0,1,0,0,0,1];var e=this._cfg.parent;if(e){var n=e.getTotalMatrix();o(t,n)}o(t,this.attr("matrix")),this._cfg.totalMatrix=t}return t},clearTotalMatrix:function(){},invert:function(t){var e=this.getTotalMatrix();if(a(e))t[0]/=e[0],t[1]/=e[4];else{var n=r.mat3.invert([],e);n&&r.vec3.transformMat3(t,t,n)}return this},resetTransform:function(t){var e=this.attr("matrix");i(e)||t.transform(e[0],e[1],e[3],e[4],e[6],e[7])}}},function(t,e,n){function r(){return r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r.apply(this,arguments)}var i=n(1),a={delay:"delay",repeat:"repeat",rotate:"rotate"};function o(t,e){var n={},r=e._attrs;for(var i in t.attrs)n[i]=r[i];return n}function s(t,e){var n={matrix:null,attrs:{}},r=e._attrs;for(var o in t)"transform"===o?n.matrix=i.transform(e.getMatrix(),t[o]):"matrix"===o?n.matrix=t[o]:i.isColorProp(o)&&i.isGradientColor(t[o])?n.attrs[o]=t[o]:a[o]||r[o]===t[o]||("rotate"===o&&(e._attrs.rotate=e._attrs.rotate||0),n.attrs[o]=t[o]);return n}function c(t,e){if(e.onFrame)return t;var n=e.delay,r=Object.prototype.hasOwnProperty;return i.each(e.toAttrs,(function(e,a){i.each(t,(function(t){n<t.startTime+t.duration&&r.call(t.toAttrs,a)&&(delete t.toAttrs[a],delete t.fromAttrs[a])}))})),e.toMatrix&&i.each(t,(function(t){n<t.startTime+t.duration&&t.toMatrix&&delete t.toMatrix})),t}t.exports={animate:function(t,e,n,a,l){void 0===l&&(l=0);var u=this;u.set("animating",!0);var h=u.get("timeline");h||(h=u.get("canvas").get("timeline"),u.setSilent("timeline",h));var f=u.get("animators")||[];h._timer||h.initTimer(),i.isNumber(a)&&(l=a,a=null),i.isFunction(n)?(a=n,n="easeLinear"):n=n||"easeLinear";var d={repeat:t.repeat,duration:e,easing:n,callback:a,delay:l,startTime:h.getTime(),id:i.uniqueId()};if(t.onFrame)d.onFrame=t.onFrame;else{var p=s(t,u);d=r({fromAttrs:o(p,u),toAttrs:p.attrs,fromMatrix:i.clone(u.getMatrix()),toMatrix:p.matrix},d)}f.length>0?f=c(f,d):h.addAnimator(u),f.push(d),u.setSilent("animators",f),u.setSilent("pause",{isPaused:!1})},stopAnimate:function(){var t=this,e=this.get("animators");i.each(e,(function(e){t.attr(e.toAttrs||e.onFrame(1)),e.toMatrix&&t.attr("matrix",e.toMatrix),e.callback&&e.callback()})),this.setSilent("animating",!1),this.setSilent("animators",[])},pauseAnimate:function(){var t=this,e=t.get("timeline");return t.setSilent("pause",{isPaused:!0,pauseTime:e.getTime()}),t},resumeAnimate:function(){var t=this,e=t.get("timeline"),n=e.getTime(),r=t.get("animators"),a=t.get("pause").pauseTime;return i.each(r,(function(t){t.startTime=t.startTime+(n-a),t._paused=!1,t._pauseTime=null})),t.setSilent("pause",{isPaused:!1}),t.setSilent("animators",r),t}}},function(t,e,n){var r=n(1),i=n(78),a=n(117),o=["click","mousedown","mouseup","dblclick","contextmenu","mouseout","mouseover","mousemove","dragstart","drag","dragend","dragenter","dragleave","drop"],s=function(){};r.augment(s,a,{emit:function(t,e){var n=arguments;if(a.prototype.emit.apply(this,n),!(n.length>=2&&n[1]instanceof i&&n[1].propagationStopped)&&o.indexOf(t)>=0&&e.target===this){var r=this._cfg.parent;while(r&&!r.get("destroyed"))r.emit.apply(r,n),r=r._cfg.parent}}}),t.exports=s},function(t,e,n){var r=n(7);r.Arc=n(120),r.Circle=n(121),r.Dom=n(122),r.Ellipse=n(123),r.Fan=n(124),r.Image=n(125),r.Line=n(126),r.Marker=n(81),r.Path=n(127),r.Polygon=n(128),r.Polyline=n(129),r.Rect=n(130),r.Text=n(131),t.exports=r},function(t,e,n){var r=n(1),i=n(79),a={arc:n(44),ellipse:n(119),line:n(43)},o=r.createDom('<canvas width="1" height="1"></canvas>'),s=o.getContext("2d");function c(t,e,n){return n.createPath(s),s.isPointInPath(t,e)}var l=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.r,s=n.startAngle,c=n.endAngle,l=n.clockwise,u=this.getHitLineWidth();return!!this.hasStroke()&&i.arcline(r,a,o,s,c,l,u,t,e)},u=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.r,s=this.getHitLineWidth(),c=this.hasFill(),l=this.hasStroke();return c&&l?i.circle(r,a,o,t,e)||i.arcline(r,a,o,0,2*Math.PI,!1,s,t,e):c?i.circle(r,a,o,t,e):!!l&&i.arcline(r,a,o,0,2*Math.PI,!1,s,t,e)},h=function(t,e){var n=this._attrs,a=this.hasFill(),o=this.hasStroke(),s=n.x,c=n.y,l=n.rx,u=n.ry,h=this.getHitLineWidth(),f=l>u?l:u,d=l>u?1:l/u,p=l>u?u/l:1,v=[t,e,1],g=[1,0,0,0,1,0,0,0,1];r.mat3.scale(g,g,[d,p]),r.mat3.translate(g,g,[s,c]);var m=r.mat3.invert([],g);return r.vec3.transformMat3(v,v,m),a&&o?i.circle(0,0,f,v[0],v[1])||i.arcline(0,0,f,0,2*Math.PI,!1,h,v[0],v[1]):a?i.circle(0,0,f,v[0],v[1]):!!o&&i.arcline(0,0,f,0,2*Math.PI,!1,h,v[0],v[1])},f=function(t,e){var n=this,o=n.hasFill(),s=n.hasStroke(),c=n._attrs,l=c.x,u=c.y,h=c.rs,f=c.re,d=c.startAngle,p=c.endAngle,v=c.clockwise,g=[1,0],m=[t-l,e-u],y=r.vec2.angleTo(g,m);function b(){var t=a.arc.nearAngle(y,d,p,v);if(r.isNumberEqual(y,t)){var e=r.vec2.squaredLength(m);if(h*h<=e&&e<=f*f)return!0}return!1}function _(){var r=n.getHitLineWidth(),a={x:Math.cos(d)*h+l,y:Math.sin(d)*h+u},o={x:Math.cos(d)*f+l,y:Math.sin(d)*f+u},s={x:Math.cos(p)*h+l,y:Math.sin(p)*h+u},c={x:Math.cos(p)*f+l,y:Math.sin(p)*f+u};return!!i.line(a.x,a.y,o.x,o.y,r,t,e)||(!!i.line(s.x,s.y,c.x,c.y,r,t,e)||(!!i.arcline(l,u,h,d,p,v,r,t,e)||!!i.arcline(l,u,f,d,p,v,r,t,e)))}return o&&s?b()||_():o?b():!!s&&_()},d=function(t,e){var n=this._attrs;if(this.get("toDraw")||!n.img)return!1;this._cfg.attrs&&this._cfg.attrs.img===n.img||this._setAttrImg();var r=n.x,a=n.y,o=n.width,s=n.height;return i.rect(r,a,o,s,t,e)},p=function(t,e){var n=this._attrs,r=n.x1,a=n.y1,o=n.x2,s=n.y2,c=this.getHitLineWidth();return!!this.hasStroke()&&i.line(r,a,o,s,c,t,e)},v=function(t,e){var n=this,i=n.get("segments"),a=n.hasFill(),o=n.hasStroke();function s(){if(!r.isEmpty(i)){for(var a=n.getHitLineWidth(),o=0,s=i.length;o<s;o++)if(i[o].isInside(t,e,a))return!0;return!1}}return a&&o?c(t,e,n)||s():a?c(t,e,n):!!o&&s()},g=function(t,e){var n=this,r=n.hasFill(),a=n.hasStroke();function o(){var r=n._attrs,a=r.points;if(a.length<2)return!1;var o=n.getHitLineWidth(),s=a.slice(0);return a.length>=3&&s.push(a[0]),i.polyline(s,o,t,e)}return r&&a?c(t,e,n)||o():r?c(t,e,n):!!a&&o()},m=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.radius||n.r,s=this.getHitLineWidth();return i.circle(r,a,o+s/2,t,e)},y=function(t,e){var n=this,r=n._attrs;if(n.hasStroke()){var a=r.points;if(a.length<2)return!1;var o=r.lineWidth;return i.polyline(a,o,t,e)}return!1},b=function(t,e){var n=this,r=n.hasFill(),a=n.hasStroke();function o(){var r=n._attrs,a=r.x,o=r.y,s=r.width,c=r.height,l=r.radius,u=n.getHitLineWidth();if(0===l){var h=u/2;return i.line(a-h,o,a+s+h,o,u,t,e)||i.line(a+s,o-h,a+s,o+c+h,u,t,e)||i.line(a+s+h,o+c,a-h,o+c,u,t,e)||i.line(a,o+c+h,a,o-h,u,t,e)}return i.line(a+l,o,a+s-l,o,u,t,e)||i.line(a+s,o+l,a+s,o+c-l,u,t,e)||i.line(a+s-l,o+c,a+l,o+c,u,t,e)||i.line(a,o+c-l,a,o+l,u,t,e)||i.arcline(a+s-l,o+l,l,1.5*Math.PI,2*Math.PI,!1,u,t,e)||i.arcline(a+s-l,o+c-l,l,0,.5*Math.PI,!1,u,t,e)||i.arcline(a+l,o+c-l,l,.5*Math.PI,Math.PI,!1,u,t,e)||i.arcline(a+l,o+l,l,Math.PI,1.5*Math.PI,!1,u,t,e)}return r&&a?c(t,e,n)||o():r?c(t,e,n):!!a&&o()},_=function(t,e){var n=this,r=n.getBBox();if(n.hasFill()||n.hasStroke())return i.box(r.minX,r.maxX,r.minY,r.maxY,t,e)},x=function(t,e){if(!this._cfg.el)return!1;var n=this._cfg.el.getBBox();return i.box(n.x,n.x+n.width,n.y,n.y+n.height,t,e)},w={arc:l,circle:u,dom:x,ellipse:h,fan:f,image:d,line:p,path:v,marker:m,polygon:g,polyline:y,rect:b,text:_};t.exports={isPointInPath:function(t,e){var n=w[this.type];return!!n&&n.call(this,t,e)}}},function(t,e,n){var r=n(1),i=n(82),a=n(101),o=n(103),s=n(133),c=s.interpolate,l=s.interpolateArray,u=function(t){this._animators=[],this._current=0,this._timer=null,this.canvas=t};function h(t,e,n){var a={},o=e.toAttrs,s=e.fromAttrs,u=e.toMatrix;if(!t.get("destroyed")){var h;for(var f in o)if(!r.isEqual(s[f],o[f]))if("path"===f){var d=o[f],p=s[f];d.length>p.length?(d=i.parsePathString(o[f]),p=i.parsePathString(s[f]),p=i.fillPathByDiff(p,d),p=i.formatPath(p,d),e.fromAttrs.path=p,e.toAttrs.path=d):e.pathFormatted||(d=i.parsePathString(o[f]),p=i.parsePathString(s[f]),p=i.formatPath(p,d),e.fromAttrs.path=p,e.toAttrs.path=d,e.pathFormatted=!0),a[f]=[];for(var v=0;v<d.length;v++){for(var g=d[v],m=p[v],y=[],b=0;b<g.length;b++)r.isNumber(g[b])&&m&&r.isNumber(m[b])?(h=c(m[b],g[b]),y.push(h(n))):y.push(g[b]);a[f].push(y)}}else r.isColorProp(f)&&r.isGradientColor(o[f])?a[f]=o[f]:(h=c(s[f],o[f]),a[f]=h(n));if(u){var _=l(e.fromMatrix,u),x=_(n);t.setMatrix(x)}t.attr(a)}}function f(t,e,n){var r,i=e.startTime;if(n<i+e.delay||e.isPaused)return!1;var a=e.duration,s=e.easing;if(n=n-i-e.delay,e.repeat)r=n%a/a,r=o[s](r);else{if(r=n/a,!(r<1)){var c=e.toAttrs||e.onFrame(1);return t.attr(c),e.toMatrix&&t.setMatrix(e.toMatrix),!0}r=o[s](r)}if(e.onFrame){var l=e.onFrame(r);t.attr(l)}else h(t,e,r);return!1}r.augment(u,{initTimer:function(){var t,e,n,r=this,i=this,o=!1;i._timer=a.timer((function(a){if(i._current=a,r._animators.length>0){for(var s=r._animators.length-1;s>=0;s--)if(t=r._animators[s],t.get("destroyed"))i.removeAnimator(s);else{if(!t.get("pause").isPaused){e=t.get("animators");for(var c=e.length-1;c>=0;c--)n=e[c],o=f(t,n,a),o&&(e.splice(c,1),o=!1,n.callback&&n.callback())}0===e.length&&i.removeAnimator(s)}r.canvas.draw()}}))},addAnimator:function(t){this._animators.push(t)},removeAnimator:function(t){this._animators.splice(t,1)},isAnimating:function(){return!!this._animators.length},stop:function(){this._timer&&this._timer.stop()},stopAllAnimations:function(){this._animators.forEach((function(t){t.stopAnimate()})),this._animators=[],this.canvas.draw()},getTime:function(){return this._current}}),t.exports=u},function(t,e,n){"use strict";var r=n(83);e["a"]=function(t,e,n){var i=new r["a"];return e=null==e?0:+e,i.restart((function(n){i.stop(),t(n+e)}),e,n),i}},function(t,e,n){"use strict";var r=n(83);e["a"]=function(t,e,n){var i=new r["a"],a=e;return null==e?(i.restart(t,e,n),i):(e=+e,n=null==n?Object(r["b"])():+n,i.restart((function r(o){o+=a,i.restart(r,a+=e,n),t(o)}),e,n),i)}},function(t,e,n){"use strict";function r(t){return+t}e["a"]=r},function(t,e,n){"use strict";function r(t){return t*t}function i(t){return t*(2-t)}function a(t){return((t*=2)<=1?t*t:--t*(2-t)+1)/2}e["a"]=r,e["c"]=i,e["b"]=a},function(t,e,n){"use strict";function r(t){return t*t*t}function i(t){return--t*t*t+1}function a(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}e["a"]=r,e["c"]=i,e["b"]=a},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"b",(function(){return o}));var r=3,i=function t(e){function n(t){return Math.pow(t,e)}return e=+e,n.exponent=t,n}(r),a=function t(e){function n(t){return 1-Math.pow(1-t,e)}return e=+e,n.exponent=t,n}(r),o=function t(e){function n(t){return((t*=2)<=1?Math.pow(t,e):2-Math.pow(2-t,e))/2}return e=+e,n.exponent=t,n}(r)},function(t,e,n){"use strict";e["a"]=a,e["c"]=o,e["b"]=s;var r=Math.PI,i=r/2;function a(t){return 1===+t?1:1-Math.cos(t*i)}function o(t){return Math.sin(t*i)}function s(t){return(1-Math.cos(r*t))/2}},function(t,e,n){"use strict";e["a"]=i,e["c"]=a,e["b"]=o;var r=n(132);function i(t){return Object(r["a"])(1-+t)}function a(t){return 1-Object(r["a"])(t)}function o(t){return((t*=2)<=1?Object(r["a"])(1-t):2-Object(r["a"])(t-1))/2}},function(t,e,n){"use strict";function r(t){return 1-Math.sqrt(1-t*t)}function i(t){return Math.sqrt(1- --t*t)}function a(t){return((t*=2)<=1?1-Math.sqrt(1-t*t):Math.sqrt(1-(t-=2)*t)+1)/2}e["a"]=r,e["c"]=i,e["b"]=a},function(t,e,n){"use strict";e["a"]=d,e["c"]=p,e["b"]=v;var r=4/11,i=6/11,a=8/11,o=3/4,s=9/11,c=10/11,l=15/16,u=21/22,h=63/64,f=1/r/r;function d(t){return 1-p(1-t)}function p(t){return(t=+t)<r?f*t*t:t<a?f*(t-=i)*t+o:t<c?f*(t-=s)*t+l:f*(t-=u)*t+h}function v(t){return((t*=2)<=1?1-p(1-t):p(t-1)+1)/2}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"b",(function(){return o}));var r=1.70158,i=function t(e){function n(t){return(t=+t)*t*(e*(t-1)+t)}return e=+e,n.overshoot=t,n}(r),a=function t(e){function n(t){return--t*t*((t+1)*e+t)+1}return e=+e,n.overshoot=t,n}(r),o=function t(e){function n(t){return((t*=2)<1?t*t*((e+1)*t-e):(t-=2)*t*((e+1)*t+e)+2)/2}return e=+e,n.overshoot=t,n}(r)},function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"c",(function(){return c})),n.d(e,"b",(function(){return l}));var r=n(132),i=2*Math.PI,a=1,o=.3,s=function t(e,n){var a=Math.asin(1/(e=Math.max(1,e)))*(n/=i);function o(t){return e*Object(r["a"])(- --t)*Math.sin((a-t)/n)}return o.amplitude=function(e){return t(e,n*i)},o.period=function(n){return t(e,n)},o}(a,o),c=function t(e,n){var a=Math.asin(1/(e=Math.max(1,e)))*(n/=i);function o(t){return 1-e*Object(r["a"])(t=+t)*Math.sin((t+a)/n)}return o.amplitude=function(e){return t(e,n*i)},o.period=function(n){return t(e,n)},o}(a,o),l=function t(e,n){var a=Math.asin(1/(e=Math.max(1,e)))*(n/=i);function o(t){return((t=2*t-1)<0?e*Object(r["a"])(-t)*Math.sin((a-t)/n):2-e*Object(r["a"])(t)*Math.sin((a+t)/n))/2}return o.amplitude=function(e){return t(e,n*i)},o.period=function(n){return t(e,n)},o}(a,o)},function(t,e,n){"use strict";e["a"]=v,e["b"]=w;var r=n(86),i=n(85),a=n(134),o=18,s=.96422,c=1,l=.82521,u=4/29,h=6/29,f=3*h*h,d=h*h*h;function p(t){if(t instanceof g)return new g(t.l,t.a,t.b,t.opacity);if(t instanceof k)return C(t);t instanceof i["b"]||(t=Object(i["h"])(t));var e,n,r=_(t.r),a=_(t.g),o=_(t.b),u=m((.2225045*r+.7168786*a+.0606169*o)/c);return r===a&&a===o?e=n=u:(e=m((.4360747*r+.3850649*a+.1430804*o)/s),n=m((.0139322*r+.0971045*a+.7141733*o)/l)),new g(116*u-16,500*(e-u),200*(u-n),t.opacity)}function v(t,e,n,r){return 1===arguments.length?p(t):new g(t,e,n,null==r?1:r)}function g(t,e,n,r){this.l=+t,this.a=+e,this.b=+n,this.opacity=+r}function m(t){return t>d?Math.pow(t,1/3):t/f+u}function y(t){return t>h?t*t*t:f*(t-u)}function b(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function _(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function x(t){if(t instanceof k)return new k(t.h,t.c,t.l,t.opacity);if(t instanceof g||(t=p(t)),0===t.a&&0===t.b)return new k(NaN,0<t.l&&t.l<100?0:NaN,t.l,t.opacity);var e=Math.atan2(t.b,t.a)*a["b"];return new k(e<0?e+360:e,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function w(t,e,n,r){return 1===arguments.length?x(t):new k(t,e,n,null==r?1:r)}function k(t,e,n,r){this.h=+t,this.c=+e,this.l=+n,this.opacity=+r}function C(t){if(isNaN(t.h))return new g(t.l,0,0,t.opacity);var e=t.h*a["a"];return new g(t.l,Math.cos(e)*t.c,Math.sin(e)*t.c,t.opacity)}Object(r["a"])(g,v,Object(r["b"])(i["a"],{brighter:function(t){return new g(this.l+o*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new g(this.l-o*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,e=isNaN(this.a)?t:t+this.a/500,n=isNaN(this.b)?t:t-this.b/200;return e=s*y(e),t=c*y(t),n=l*y(n),new i["b"](b(3.1338561*e-1.6168667*t-.4906146*n),b(-.9787684*e+1.9161415*t+.033454*n),b(.0719453*e-.2289914*t+1.4052427*n),this.opacity)}})),Object(r["a"])(k,w,Object(r["b"])(i["a"],{brighter:function(t){return new k(this.h,this.c,this.l+o*(null==t?1:t),this.opacity)},darker:function(t){return new k(this.h,this.c,this.l-o*(null==t?1:t),this.opacity)},rgb:function(){return C(this).rgb()}}))},function(t,e,n){"use strict";e["a"]=v;var r=n(86),i=n(85),a=n(134),o=-.14861,s=1.78277,c=-.29227,l=-.90649,u=1.97294,h=u*l,f=u*s,d=s*c-l*o;function p(t){if(t instanceof g)return new g(t.h,t.s,t.l,t.opacity);t instanceof i["b"]||(t=Object(i["h"])(t));var e=t.r/255,n=t.g/255,r=t.b/255,o=(d*r+h*e-f*n)/(d+h-f),s=r-o,p=(u*(n-o)-c*s)/l,v=Math.sqrt(p*p+s*s)/(u*o*(1-o)),m=v?Math.atan2(p,s)*a["b"]-120:NaN;return new g(m<0?m+360:m,v,o,t.opacity)}function v(t,e,n,r){return 1===arguments.length?p(t):new g(t,e,n,null==r?1:r)}function g(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}Object(r["a"])(g,v,Object(r["b"])(i["a"],{brighter:function(t){return t=null==t?i["c"]:Math.pow(i["c"],t),new g(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?i["d"]:Math.pow(i["d"],t),new g(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*a["a"],e=+this.l,n=isNaN(this.s)?0:this.s*e*(1-e),r=Math.cos(t),h=Math.sin(t);return new i["b"](255*(e+n*(o*r+s*h)),255*(e+n*(c*r+l*h)),255*(e+n*(u*r)),this.opacity)}}))},function(t,e,n){"use strict";e["a"]=function(t,e){return t=+t,e-=t,function(n){return Math.round(t+e*n)}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s}));var r=n(47),i=n(245);function a(t,e,n,i){function a(t){return t.length?t.pop()+" ":""}function o(t,i,a,o,s,c){if(t!==a||i!==o){var l=s.push("translate(",null,e,null,n);c.push({i:l-4,x:Object(r["a"])(t,a)},{i:l-2,x:Object(r["a"])(i,o)})}else(a||o)&&s.push("translate("+a+e+o+n)}function s(t,e,n,o){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),o.push({i:n.push(a(n)+"rotate(",null,i)-2,x:Object(r["a"])(t,e)})):e&&n.push(a(n)+"rotate("+e+i)}function c(t,e,n,o){t!==e?o.push({i:n.push(a(n)+"skewX(",null,i)-2,x:Object(r["a"])(t,e)}):e&&n.push(a(n)+"skewX("+e+i)}function l(t,e,n,i,o,s){if(t!==n||e!==i){var c=o.push(a(o)+"scale(",null,",",null,")");s.push({i:c-4,x:Object(r["a"])(t,n)},{i:c-2,x:Object(r["a"])(e,i)})}else 1===n&&1===i||o.push(a(o)+"scale("+n+","+i+")")}return function(e,n){var r=[],i=[];return e=t(e),n=t(n),o(e.translateX,e.translateY,n.translateX,n.translateY,r,i),s(e.rotate,n.rotate,r,i),c(e.skewX,n.skewX,r,i),l(e.scaleX,e.scaleY,n.scaleX,n.scaleY,r,i),e=n=null,function(t){var e,n=-1,a=i.length;while(++n<a)r[(e=i[n]).i]=e.x(t);return r.join("")}}}var o=a(i["a"],"px, ","px)","deg)"),s=a(i["b"],", ",")",")")},function(t,e,n){"use strict";e["a"]=c,e["b"]=l;var r,i,a,o,s=n(246);function c(t){return"none"===t?s["b"]:(r||(r=document.createElement("DIV"),i=document.documentElement,a=document.defaultView),r.style.transform=t,t=a.getComputedStyle(i.appendChild(r),null).getPropertyValue("transform"),i.removeChild(r),t=t.slice(7,-1).split(","),Object(s["a"])(+t[0],+t[1],+t[2],+t[3],+t[4],+t[5]))}function l(t){return null==t?s["b"]:(o||(o=document.createElementNS("http://www.w3.org/2000/svg","g")),o.setAttribute("transform",t),(t=o.transform.baseVal.consolidate())?(t=t.matrix,Object(s["a"])(t.a,t.b,t.c,t.d,t.e,t.f)):s["b"])}},function(t,e,n){"use strict";n.d(e,"b",(function(){return i}));var r=180/Math.PI,i={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};e["a"]=function(t,e,n,i,a,o){var s,c,l;return(s=Math.sqrt(t*t+e*e))&&(t/=s,e/=s),(l=t*n+e*i)&&(n-=t*l,i-=e*l),(c=Math.sqrt(n*n+i*i))&&(n/=c,i/=c,l/=c),t*i<e*n&&(t=-t,e=-e,l=-l,s=-s),{translateX:a,translateY:o,rotate:Math.atan2(e,t)*r,skewX:Math.atan(l)*r,scaleX:s,scaleY:c}}},function(t,e,n){"use strict";var r=Math.SQRT2,i=2,a=4,o=1e-12;function s(t){return((t=Math.exp(t))+1/t)/2}function c(t){return((t=Math.exp(t))-1/t)/2}function l(t){return((t=Math.exp(2*t))-1)/(t+1)}e["a"]=function(t,e){var n,u,h=t[0],f=t[1],d=t[2],p=e[0],v=e[1],g=e[2],m=p-h,y=v-f,b=m*m+y*y;if(b<o)u=Math.log(g/d)/r,n=function(t){return[h+t*m,f+t*y,d*Math.exp(r*t*u)]};else{var _=Math.sqrt(b),x=(g*g-d*d+a*b)/(2*d*i*_),w=(g*g-d*d-a*b)/(2*g*i*_),k=Math.log(Math.sqrt(x*x+1)-x),C=Math.log(Math.sqrt(w*w+1)-w);u=(C-k)/r,n=function(t){var e=t*u,n=s(k),a=d/(i*_)*(n*l(r*e+k)-c(k));return[h+a*m,f+a*y,d*n/s(r*e+k)]}}return n.duration=1e3*u,n}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o}));var r=n(19),i=n(32);function a(t){return function(e,n){var a=t((e=Object(r["d"])(e)).h,(n=Object(r["d"])(n)).h),o=Object(i["a"])(e.s,n.s),s=Object(i["a"])(e.l,n.l),c=Object(i["a"])(e.opacity,n.opacity);return function(t){return e.h=a(t),e.s=o(t),e.l=s(t),e.opacity=c(t),e+""}}}e["a"]=a(i["c"]);var o=a(i["a"])},function(t,e,n){"use strict";e["a"]=a;var r=n(19),i=n(32);function a(t,e){var n=Object(i["a"])((t=Object(r["e"])(t)).l,(e=Object(r["e"])(e)).l),a=Object(i["a"])(t.a,e.a),o=Object(i["a"])(t.b,e.b),s=Object(i["a"])(t.opacity,e.opacity);return function(e){return t.l=n(e),t.a=a(e),t.b=o(e),t.opacity=s(e),t+""}}},function(t,e,n){"use strict";n.d(e,"b",(function(){return o}));var r=n(19),i=n(32);function a(t){return function(e,n){var a=t((e=Object(r["c"])(e)).h,(n=Object(r["c"])(n)).h),o=Object(i["a"])(e.c,n.c),s=Object(i["a"])(e.l,n.l),c=Object(i["a"])(e.opacity,n.opacity);return function(t){return e.h=a(t),e.c=o(t),e.l=s(t),e.opacity=c(t),e+""}}}e["a"]=a(i["c"]);var o=a(i["a"])},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(19),i=n(32);function a(t){return function e(n){function a(e,a){var o=t((e=Object(r["b"])(e)).h,(a=Object(r["b"])(a)).h),s=Object(i["a"])(e.s,a.s),c=Object(i["a"])(e.l,a.l),l=Object(i["a"])(e.opacity,a.opacity);return function(t){return e.h=o(t),e.s=s(t),e.l=c(Math.pow(t,n)),e.opacity=l(t),e+""}}return n=+n,a.gamma=e,a}(1)}e["b"]=a(i["c"]);var o=a(i["a"])},function(t,e,n){"use strict";e["a"]=function(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t(r/(e-1));return n}},function(t,e,n){t.exports={canvas:n(254),svg:n(257)}},function(t,e,n){t.exports={painter:n(255)}},function(t,e,n){var r=n(1),i=n(256),a=["fillStyle","font","globalAlpha","lineCap","lineWidth","lineJoin","miterLimit","shadowBlur","shadowColor","shadowOffsetX","shadowOffsetY","strokeStyle","textAlign","textBaseline","lineDash","lineDashOffset"],o=function(){function t(t){if(!t)return null;var e=r.uniqueId("canvas_"),n=r.createDom('<canvas id="'+e+'"></canvas>');return t.appendChild(n),this.type="canvas",this.canvas=n,this.context=n.getContext("2d"),this.toDraw=!1,this}var e=t.prototype;return e.beforeDraw=function(){var t=this.canvas;this.context&&this.context.clearRect(0,0,t.width,t.height)},e.draw=function(t){var e=this;function n(){e.animateHandler=r.requestAnimationFrame((function(){e.animateHandler=void 0,e.toDraw&&n()})),e.beforeDraw();try{e._drawGroup(t)}catch(i){console.warn("error in draw canvas, detail as:"),console.warn(i)}finally{e.toDraw=!1}}e.animateHandler?e.toDraw=!0:n()},e.drawSync=function(t){this.beforeDraw(),this._drawGroup(t)},e._drawGroup=function(t){if(!t._cfg.removed&&!t._cfg.destroyed&&t._cfg.visible){var e=this,n=t._cfg.children,r=null;this.setContext(t);for(var i=0;i<n.length;i++)r=n[i],n[i].isGroup?e._drawGroup(r):e._drawShape(r);this.restoreContext(t)}},e._drawShape=function(t){t._cfg.removed||t._cfg.destroyed||!t._cfg.visible||(this.setContext(t),t.drawInner(this.context),this.restoreContext(t),t._cfg.attrs=t._attrs,t._cfg.hasUpdate=!1)},e.setContext=function(t){var e=this.context,n=t._attrs.clip;e.save(),n&&(n.resetTransform(e),n.createPath(e),e.clip()),this.resetContext(t),t.resetTransform(e)},e.restoreContext=function(){this.context.restore()},e.resetContext=function(t){var e=this.context,n=t._attrs;if(!t.isGroup)for(var o in n)if(a.indexOf(o)>-1){var s=n[o];"fillStyle"===o&&(s=i.parseStyle(s,t,e)),"strokeStyle"===o&&(s=i.parseStyle(s,t,e)),"lineDash"===o&&e.setLineDash?r.isArray(s)?e.setLineDash(s):r.isString(s)&&e.setLineDash(s.split(" ")):e[o]=s}},t}();t.exports=o},function(t,e,n){var r=n(1),i=/[MLHVQTCSAZ]([^MLHVQTCSAZ]*)/gi,a=/[^\s\,]+/gi,o=/^l\s*\(\s*([\d.]+)\s*\)\s*(.*)/i,s=/^r\s*\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*\)\s*(.*)/i,c=/^p\s*\(\s*([axyn])\s*\)\s*(.*)/i,l=/[\d.]+:(#[^\s]+|[^\)]+\))/gi;function u(t,e){var n=t.match(l);r.each(n,(function(t){t=t.split(":"),e.addColorStop(t[0],t[1])}))}function h(t,e,n){var i,a,s=o.exec(t),c=r.mod(r.toRadian(parseFloat(s[1])),2*Math.PI),l=s[2],h=e.getBBox();c>=0&&c<.5*Math.PI?(i={x:h.minX,y:h.minY},a={x:h.maxX,y:h.maxY}):.5*Math.PI<=c&&c<Math.PI?(i={x:h.maxX,y:h.minY},a={x:h.minX,y:h.maxY}):Math.PI<=c&&c<1.5*Math.PI?(i={x:h.maxX,y:h.maxY},a={x:h.minX,y:h.minY}):(i={x:h.minX,y:h.maxY},a={x:h.maxX,y:h.minY});var f=Math.tan(c),d=f*f,p=(a.x-i.x+f*(a.y-i.y))/(d+1)+i.x,v=f*(a.x-i.x+f*(a.y-i.y))/(d+1)+i.y,g=n.createLinearGradient(i.x,i.y,p,v);return u(l,g),g}function f(t,e,n){var r=s.exec(t),i=parseFloat(r[1]),a=parseFloat(r[2]),o=parseFloat(r[3]),c=r[4];if(0===o){var h=c.match(l);return h[h.length-1].split(":")[1]}var f=e.getBBox(),d=f.maxX-f.minX,p=f.maxY-f.minY,v=Math.sqrt(d*d+p*p)/2,g=n.createRadialGradient(f.minX+d*i,f.minY+p*a,o*v,f.minX+d/2,f.minY+p/2,v);return u(c,g),g}function d(t,e,n){if(e.get("patternSource")&&e.get("patternSource")===t)return e.get("pattern");var r,i,a=c.exec(t),o=a[1],s=a[2];function l(){r=n.createPattern(i,o),e.setSilent("pattern",r),e.setSilent("patternSource",t)}switch(o){case"a":o="repeat";break;case"x":o="repeat-x";break;case"y":o="repeat-y";break;case"n":o="no-repeat";break;default:o="no-repeat"}return i=new Image,s.match(/^data:/i)||(i.crossOrigin="Anonymous"),i.src=s,i.complete?l():(i.onload=l,i.src=i.src),r}t.exports={parsePath:function(t){return t=t||[],r.isArray(t)?t:r.isString(t)?(t=t.match(i),r.each(t,(function(e,n){if(e=e.match(a),e[0].length>1){var i=e[0].charAt(0);e.splice(1,0,e[0].substr(1)),e[0]=i}r.each(e,(function(t,n){isNaN(t)||(e[n]=+t)})),t[n]=e})),t):void 0},parseStyle:function(t,e,n){if(r.isString(t)){if("("===t[1]||"("===t[2]){if("l"===t[0])return h(t,e,n);if("r"===t[0])return f(t,e,n);if("p"===t[0])return d(t,e,n)}return t}}}},function(t,e,n){t.exports={painter:n(258),getShape:n(265)}},function(t,e,n){var r=n(1),i=n(31),a=i.parseRadius,o=n(81),s=n(259),c={rect:"path",circle:"circle",line:"line",path:"path",marker:"path",text:"text",polygon:"polygon",image:"image",ellipse:"ellipse",dom:"foreignObject",fan:"path",group:"g"},l=.3,u={opacity:"opacity",fillStyle:"fill",strokeOpacity:"stroke-opacity",fillOpacity:"fill-opacity",strokeStyle:"stroke",x:"x",y:"y",r:"r",rx:"rx",ry:"ry",width:"width",height:"height",x1:"x1",x2:"x2",y1:"y1",y2:"y2",lineCap:"stroke-linecap",lineJoin:"stroke-linejoin",lineWidth:"stroke-width",lineDash:"stroke-dasharray",lineDashOffset:"stroke-dashoffset",miterLimit:"stroke-miterlimit",font:"font",fontSize:"font-size",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",fontFamily:"font-family",startArrow:"marker-start",endArrow:"marker-end",path:"d",class:"class",id:"id",style:"style",preserveAspectRatio:"preserveAspectRatio"},h={top:"before-edge",middle:"central",bottom:"after-edge",alphabetic:"baseline",hanging:"hanging"},f={left:"left",start:"left",center:"middle",right:"end",end:"end"},d=function(){function t(t){if(!t)return null;var e=r.uniqueId("canvas_"),n=r.createDom('<svg id="'+e+'"></svg>');return t.appendChild(n),this.type="svg",this.canvas=n,this.context=new s(n),this.toDraw=!1,this}var e=t.prototype;return e.draw=function(t){var e=this;function n(){e.animateHandler=r.requestAnimationFrame((function(){e.animateHandler=void 0,e.toDraw&&n()}));try{e._drawChildren(t)}catch(i){console.warn("error in draw canvas, detail as:"),console.warn(i)}finally{e.toDraw=!1}}e.animateHandler?e.toDraw=!0:n()},e.drawSync=function(t){this._drawChildren(t)},e._drawGroup=function(t,e){var n=t._cfg;n.removed||n.destroyed||(n.tobeRemoved&&(r.each(n.tobeRemoved,(function(t){t.parentNode&&t.parentNode.removeChild(t)})),n.tobeRemoved=[]),this._drawShape(t,e),n.children&&n.children.length>0&&this._drawChildren(t))},e._drawChildren=function(t){var e,n=this,r=t._cfg.children;if(r)for(var i=0;i<r.length;i++)e=r[i],e.isGroup?n._drawGroup(e,i):n._drawShape(e,i)},e._drawShape=function(t,e){var n=this,r=t._attrs,i=t._cfg,a=i.el;i.removed||i.destroyed?a&&a.parentNode.removeChild(i.el):(!a&&i.parent&&(n._createDom(t,e),n._updateShape(t)),a=i.el,!1!==i.visible?(i.visible&&a.hasAttribute("visibility")&&a.removeAttribute("visibility"),i.hasUpdate&&n._updateShape(t),r.clip&&r.clip._cfg.hasUpdate&&n._updateShape(r.clip)):a.setAttribute("visibility","hidden"))},e._updateShape=function(t){var e=this,n=t._attrs,i=t._cfg.attrs;if(i)if(t._cfg.el||e._createDom(t),"clip"in n&&this._setClip(t,n.clip),("shadowOffsetX"in n||"shadowOffsetY"in n||"shadowBlur"in n||"shadowColor"in n)&&this._setShadow(t),"text"!==t.type){for(var a in"fan"===t.type&&e._updateFan(t),"marker"===t.type&&t._cfg.el.setAttribute("d",e._assembleMarker(n)),"rect"===t.type&&t._cfg.el.setAttribute("d",e._assembleRect(n)),n)n[a]!==i[a]&&e._setAttribute(t,a,n[a]);t._cfg.attrs=r.deepMix({},t._attrs),t._cfg.hasUpdate=!1}else e._updateText(t)},e._setAttribute=function(t,e,n){var i=t.type,a=t._attrs,o=t._cfg.el,s=this.context;if("marker"!==i&&"rect"!==i||!~["x","y","radius","r"].indexOf(e))if(~["circle","ellipse"].indexOf(i)&&~["x","y"].indexOf(e))o.setAttribute("c"+e,parseInt(n,10));else{if("polygon"===i&&"points"===e)return n&&0!==n.length||(n=""),r.isArray(n)&&(n=n.map((function(t){return t[0]+","+t[1]})),n=n.join(" ")),void o.setAttribute("points",n);if("path"===e&&r.isArray(n))o.setAttribute("d",this._formatPath(n));else if("img"!==e){if("transform"===e)return n?void this._setTransform(t):void o.removeAttribute("transform");if("rotate"===e)return n?void this._setTransform(t):void o.removeAttribute("transform");if("matrix"!==e)if("fillStyle"!==e&&"strokeStyle"!==e){if("clip"!==e)if(~e.indexOf("Arrow"))if(e=u[e],n){var c=null;c="boolean"===typeof n?s.getDefaultArrow(a,e):s.addArrow(a,e),o.setAttribute(e,"url(#"+c+")"),t._cfg[e]=c}else t._cfg[e]=null,o.removeAttribute(e);else"html"===e&&("string"===typeof n?o.innerHTML=n:(o.innerHTML="",o.appendChild(n))),u[e]&&o.setAttribute(u[e],n)}else this._setColor(t,e,n);else this._setTransform(t)}else this._setImage(t,n)}},e._createDom=function(t,e){var n=c[t.type],r=t._attrs,i=t._cfg.parent;if(!n)throw new Error("the type"+t.type+"is not supported by svg");var a=document.createElementNS("http://www.w3.org/2000/svg",n);if(t._cfg.id&&(a.id=t._cfg.id),t._cfg.el=a,i){var o=i._cfg.el;if("undefined"===typeof e)o.appendChild(a);else{var s=i._cfg.el.childNodes;"svg"===o.tagName&&(e+=1),s.length<=e?o.appendChild(a):o.insertBefore(a,s[e])}}return t._cfg.attrs={},"text"===t.type?(a.setAttribute("paint-order","stroke"),a.setAttribute("style","stroke-linecap:butt; stroke-linejoin:miter;")):(r.stroke||r.strokeStyle||a.setAttribute("stroke","none"),r.fill||r.fillStyle||a.setAttribute("fill","none")),a},e._assembleMarker=function(t){var e=t.r;if("undefined"===typeof t.r&&(e=t.radius),isNaN(Number(t.x))||isNaN(Number(t.y))||isNaN(Number(e)))return"";var n="";return n="function"===typeof t.symbol?t.symbol(t.x,t.y,e):o.Symbols[t.symbol||"circle"](t.x,t.y,e),r.isArray(n)&&(n=n.map((function(t){return t.join(" ")})).join("")),n},e._assembleRect=function(t){var e=t.x,n=t.y,i=t.width,o=t.height,s=t.radius;if(!s)return"M "+e+","+n+" l "+i+",0 l 0,"+o+" l"+-i+" 0 z";var c=a(s);r.isArray(s)?1===s.length?c.r1=c.r2=c.r3=c.r4=s[0]:2===s.length?(c.r1=c.r3=s[0],c.r2=c.r4=s[1]):3===s.length?(c.r1=s[0],c.r2=c.r4=s[1],c.r3=s[2]):(c.r1=s[0],c.r2=s[1],c.r3=s[2],c.r4=s[3]):c.r1=c.r2=c.r3=c.r4=s;var l=[["M "+(e+c.r1)+","+n],["l "+(i-c.r1-c.r2)+",0"],["a "+c.r2+","+c.r2+",0,0,1,"+c.r2+","+c.r2],["l 0,"+(o-c.r2-c.r3)],["a "+c.r3+","+c.r3+",0,0,1,"+-c.r3+","+c.r3],["l "+(c.r3+c.r4-i)+",0"],["a "+c.r4+","+c.r4+",0,0,1,"+-c.r4+","+-c.r4],["l 0,"+(c.r4+c.r1-o)],["a "+c.r1+","+c.r1+",0,0,1,"+c.r1+","+-c.r1],["z"]];return l.join(" ")},e._formatPath=function(t){return t=t.map((function(t){return t.join(" ")})).join(""),~t.indexOf("NaN")?"":t},e._setTransform=function(t){for(var e=t._attrs.matrix,n=t._cfg.el,r=[],i=0;i<9;i+=3)r.push(e[i]+","+e[i+1]);r=r.join(","),-1===r.indexOf("NaN")?n.setAttribute("transform","matrix("+r+")"):console.warn("invalid matrix:",e)},e._setImage=function(t,e){var n=t._attrs,i=t._cfg.el;if(r.isString(e))i.setAttribute("href",e);else if(e instanceof Image)n.width||(i.setAttribute("width",e.width),t._attrs.width=e.width),n.height||(i.setAttribute("height",e.height),t._attrs.height=e.height),i.setAttribute("href",e.src);else if(e instanceof HTMLElement&&r.isString(e.nodeName)&&"CANVAS"===e.nodeName.toUpperCase())i.setAttribute("href",e.toDataURL());else if(e instanceof ImageData){var a=document.createElement("canvas");a.setAttribute("width",e.width),a.setAttribute("height",e.height),a.getContext("2d").putImageData(e,0,0),n.width||(i.setAttribute("width",e.width),t._attrs.width=e.width),n.height||(i.setAttribute("height",e.height),t._attrs.height=e.height),i.setAttribute("href",a.toDataURL())}},e._updateFan=function(t){function e(t,e,n){return{x:e*Math.cos(t)+n.x,y:e*Math.sin(t)+n.y}}var n=t._attrs,i=t._cfg,a={x:n.x,y:n.y},o=[],s=n.startAngle,c=n.endAngle;r.isNumberEqual(c-s,2*Math.PI)&&(c-=1e-5);var l=e(s,n.re,a),u=e(c,n.re,a),h=c>s?1:0,f=Math.abs(c-s)>Math.PI?1:0,d=n.rs,p=n.re,v=e(s,n.rs,a),g=e(c,n.rs,a);n.rs>0?(o.push("M "+u.x+","+u.y),o.push("L "+g.x+","+g.y),o.push("A "+d+","+d+",0,"+f+","+(1===h?0:1)+","+v.x+","+v.y),o.push("L "+l.x+" "+l.y)):(o.push("M "+a.x+","+a.y),o.push("L "+l.x+","+l.y)),o.push("A "+p+","+p+",0,"+f+","+h+","+u.x+","+u.y),n.rs>0?o.push("L "+g.x+","+g.y):o.push("Z"),i.el.setAttribute("d",o.join(" "))},e._updateText=function(t){var e=this,n=t._attrs,r=t._cfg.attrs,i=t._cfg.el;for(var a in this._setFont(t),n)if(n[a]!==r[a]){if("text"===a){e._setText(t,""+n[a]);continue}if("fillStyle"===a||"strokeStyle"===a){this._setColor(t,a,n[a]);continue}if("matrix"===a){this._setTransform(t);continue}u[a]&&i.setAttribute(u[a],n[a])}t._cfg.attrs=Object.assign({},t._attrs),t._cfg.hasUpdate=!1},e._setFont=function(t){var e=t.get("el"),n=t._attrs,r=n.fontSize;e.setAttribute("alignment-baseline",h[n.textBaseline]||"baseline"),e.setAttribute("text-anchor",f[n.textAlign]||"left"),r&&+r<12&&(n.matrix=[1,0,0,0,1,0,0,0,1],t.transform([["t",-n.x,-n.y],["s",+r/12,+r/12],["t",n.x,n.y]]))},e._setText=function(t,e){var n=t._cfg.el,i=t._attrs.textBaseline||"bottom";if(e)if(~e.indexOf("\n")){var a=t._attrs.x,o=e.split("\n"),s=o.length-1,c="";r.each(o,(function(t,e){0===e?"alphabetic"===i?c+='<tspan x="'+a+'" dy="'+-s+'em">'+t+"</tspan>":"top"===i?c+='<tspan x="'+a+'" dy="0.9em">'+t+"</tspan>":"middle"===i?c+='<tspan x="'+a+'" dy="'+-(s-1)/2+'em">'+t+"</tspan>":"bottom"===i?c+='<tspan x="'+a+'" dy="-'+(s+l)+'em">'+t+"</tspan>":"hanging"===i&&(c+='<tspan x="'+a+'" dy="'+(-(s-1)-l)+'em">'+t+"</tspan>"):c+='<tspan x="'+a+'" dy="1em">'+t+"</tspan>"})),n.innerHTML=c}else n.innerHTML=e;else n.innerHTML=""},e._setClip=function(t,e){var n=t._cfg.el;if(e)if(n.hasAttribute("clip-path"))e._cfg.hasUpdate&&this._updateShape(e);else{this._createDom(e),this._updateShape(e);var r=this.context.addClip(e);n.setAttribute("clip-path","url(#"+r+")")}else n.removeAttribute("clip-path")},e._setColor=function(t,e,n){var r=t._cfg.el,i=this.context;if(n)if(n=n.trim(),/^[r,R,L,l]{1}[\s]*\(/.test(n)){var a=i.find("gradient",n);a||(a=i.addGradient(n)),r.setAttribute(u[e],"url(#"+a+")")}else if(/^[p,P]{1}[\s]*\(/.test(n)){var o=i.find("pattern",n);o||(o=i.addPattern(n)),r.setAttribute(u[e],"url(#"+o+")")}else r.setAttribute(u[e],n);else r.setAttribute(u[e],"none")},e._setShadow=function(t){var e=t._cfg.el,n=t._attrs,r={dx:n.shadowOffsetX,dy:n.shadowOffsetY,blur:n.shadowBlur,color:n.shadowColor};if(r.dx||r.dy||r.blur||r.color){var i=this.context.find("filter",r);i||(i=this.context.addShadow(r,this)),e.setAttribute("filter","url(#"+i+")")}else e.removeAttribute("filter")},t}();t.exports=d},function(t,e,n){var r=n(1),i=n(260),a=n(261),o=n(262),s=n(263),c=n(264),l=function(){function t(t){var e=document.createElementNS("http://www.w3.org/2000/svg","defs"),n=r.uniqueId("defs_");e.id=n,t.appendChild(e),this.children=[],this.defaultArrow={},this.el=e,this.canvas=t}var e=t.prototype;return e.find=function(t,e){for(var n=this.children,r=null,i=0;i<n.length;i++)if(n[i].match(t,e)){r=n[i].id;break}return r},e.findById=function(t){for(var e=this.children,n=null,r=0;r<e.length;r++)if(e[r].id===t){n=e[r];break}return n},e.add=function(t){this.children.push(t),t.canvas=this.canvas,t.parent=this},e.getDefaultArrow=function(t,e){var n=t.stroke||t.strokeStyle;if(this.defaultArrow[n])return this.defaultArrow[n].id;var r=new o(t,e);return this.defaultArrow[n]=r,this.el.appendChild(r.el),r.id},e.addGradient=function(t){var e=new i(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addArrow=function(t,e){var n=new o(t,e);return this.el.appendChild(n.el),n.id},e.addShadow=function(t){var e=new a(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addPattern=function(t){var e=new c(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addClip=function(t){var e=new s(t);return this.el.appendChild(e.el),this.add(e),e.id},t}();t.exports=l},function(t,e,n){var r=n(1),i=/^l\s*\(\s*([\d.]+)\s*\)\s*(.*)/i,a=/^r\s*\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*\)\s*(.*)/i,o=/[\d.]+:(#[^\s]+|[^\)]+\))/gi;function s(t){var e=t.match(o);if(!e)return"";var n="";return e.sort((function(t,e){return t=t.split(":"),e=e.split(":"),Number(t[0])-Number(e[0])})),r.each(e,(function(t){t=t.split(":"),n+='<stop offset="'+t[0]+'" stop-color="'+t[1]+'"></stop>'})),n}function c(t,e){var n,a,o=i.exec(t),c=r.mod(r.toRadian(parseFloat(o[1])),2*Math.PI),l=o[2];c>=0&&c<.5*Math.PI?(n={x:0,y:0},a={x:1,y:1}):.5*Math.PI<=c&&c<Math.PI?(n={x:1,y:0},a={x:0,y:1}):Math.PI<=c&&c<1.5*Math.PI?(n={x:1,y:1},a={x:0,y:0}):(n={x:0,y:1},a={x:1,y:0});var u=Math.tan(c),h=u*u,f=(a.x-n.x+u*(a.y-n.y))/(h+1)+n.x,d=u*(a.x-n.x+u*(a.y-n.y))/(h+1)+n.y;e.setAttribute("x1",n.x),e.setAttribute("y1",n.y),e.setAttribute("x2",f),e.setAttribute("y2",d),e.innerHTML=s(l)}function l(t,e){var n=a.exec(t),r=parseFloat(n[1]),i=parseFloat(n[2]),o=parseFloat(n[3]),c=n[4];e.setAttribute("cx",r),e.setAttribute("cy",i),e.setAttribute("r",o),e.innerHTML=s(c)}var u=function(){function t(t){var e=null,n=r.uniqueId("gradient_");return"l"===t.toLowerCase()[0]?(e=document.createElementNS("http://www.w3.org/2000/svg","linearGradient"),c(t,e)):(e=document.createElementNS("http://www.w3.org/2000/svg","radialGradient"),l(t,e)),e.setAttribute("id",n),this.el=e,this.id=n,this.cfg=t,this}var e=t.prototype;return e.match=function(t,e){return this.cfg===e},t}();t.exports=u},function(t,e,n){var r=n(1),i={shadowColor:"color",shadowOpacity:"opacity",shadowBlur:"blur",shadowOffsetX:"dx",shadowOffsetY:"dy"},a={x:"-40%",y:"-40%",width:"200%",height:"200%"},o=function(){function t(t){this.type="filter";var e=document.createElementNS("http://www.w3.org/2000/svg","filter");return r.each(a,(function(t,n){e.setAttribute(n,t)})),this.el=e,this.id=r.uniqueId("filter_"),this.el.id=this.id,this.cfg=t,this._parseShadow(t,e),this}var e=t.prototype;return e.match=function(t,e){if(this.type!==t)return!1;var n=!0,i=this.cfg;return r.each(Object.keys(i),(function(t){if(i[t]!==e[t])return n=!1,!1})),n},e.update=function(t,e){var n=this.cfg;return n[i[t]]=e,this._parseShadow(n,this.el),this},e._parseShadow=function(t,e){var n='<feDropShadow \n      dx="'+(t.dx||0)+'" \n      dy="'+(t.dy||0)+'" \n      stdDeviation="'+(t.blur?t.blur/10:0)+'"\n      flood-color="'+(t.color?t.color:"#000")+'"\n      flood-opacity="'+(t.opacity?t.opacity:1)+'"\n      />';e.innerHTML=n},t}();t.exports=o},function(t,e,n){var r=n(1),i=function(){function t(t,e){var n=document.createElementNS("http://www.w3.org/2000/svg","marker"),i=r.uniqueId("marker_");n.setAttribute("id",i);var a=document.createElementNS("http://www.w3.org/2000/svg","path");return a.setAttribute("stroke","none"),a.setAttribute("fill",t.stroke||"#000"),n.appendChild(a),n.setAttribute("overflow","visible"),n.setAttribute("orient","auto-start-reverse"),this.el=n,this.child=a,this.id=i,this.cfg=t["marker-start"===e?"startArrow":"endArrow"],this.stroke=t.stroke||"#000",!0===this.cfg?this._setDefaultPath(e,a):this._setMarker(t.lineWidth,a),this}var e=t.prototype;return e.match=function(){return!1},e._setDefaultPath=function(t,e){var n=this.el;e.setAttribute("d","M0,0 L6,3 L0,6 L3,3Z"),n.setAttribute("refX",3),n.setAttribute("refY",3)},e._setMarker=function(t,e){var n=this.el,i=this.cfg.path,a=this.cfg.d;r.isArray(i)&&(i=i.map((function(t){return t.join(" ")})).join("")),e.setAttribute("d",i),n.appendChild(e),a&&n.setAttribute("refX",a/t)},e.update=function(t){var e=this.child;e.attr?e.attr("fill",t):e.setAttribute("fill",t)},t}();t.exports=i},function(t,e,n){var r=n(1),i=function(){function t(t){this.type="clip";var e=document.createElementNS("http://www.w3.org/2000/svg","clipPath");this.el=e,this.id=r.uniqueId("clip_"),e.id=this.id;var n=t._cfg.el;return e.appendChild(n.cloneNode(!0)),this.cfg=t,this}var e=t.prototype;return e.match=function(){return!1},e.remove=function(){var t=this.el;t.parentNode.removeChild(t)},t}();t.exports=i},function(t,e,n){var r=n(1),i=/^p\s*\(\s*([axyn])\s*\)\s*(.*)/i,a=function(){function t(t){var e=document.createElementNS("http://www.w3.org/2000/svg","pattern");e.setAttribute("patternUnits","userSpaceOnUse");var n=document.createElementNS("http://www.w3.org/2000/svg","image");e.appendChild(n);var a=r.uniqueId("pattern_");e.id=a,this.el=e,this.id=a,this.cfg=t;var o=i.exec(t),s=o[2];n.setAttribute("href",s);var c=new Image;function l(){e.setAttribute("width",c.width),e.setAttribute("height",c.height)}return s.match(/^data:/i)||(c.crossOrigin="Anonymous"),c.src=s,c.complete?l():(c.onload=l,c.src=c.src),this}var e=t.prototype;return e.match=function(t,e){return this.cfg===e},t}();t.exports=a},function(t,e){var n={svg:"svg",circle:"circle",rect:"rect",text:"text",path:"path",foreignObject:"foreignObject",polygon:"polygon",ellipse:"ellipse",image:"image"};t.exports=function(t,e,r){var i=r.target||r.srcElement;if(!n[i.tagName]){var a=i.parentNode;while(a&&!n[a.tagName])a=a.parentNode;i=a}return this._cfg.el===i?this:this.find((function(t){return t._cfg&&t._cfg.el===i}))}},function(t,e,n){t.exports={addEventListener:n(267),createDom:n(71),getBoundingClientRect:n(268),getHeight:n(269),getOuterHeight:n(270),getOuterWidth:n(271),getRatio:n(272),getStyle:n(273),getWidth:n(274),modifyCSS:n(72),requestAnimationFrame:n(73)}},function(t,e){t.exports=function(t,e,n){if(t){if(t.addEventListener)return t.addEventListener(e,n,!1),{remove:function(){t.removeEventListener(e,n,!1)}};if(t.attachEvent)return t.attachEvent("on"+e,n),{remove:function(){t.detachEvent("on"+e,n)}}}}},function(t,e){t.exports=function(t,e){if(t&&t.getBoundingClientRect){var n=t.getBoundingClientRect(),r=document.documentElement.clientTop,i=document.documentElement.clientLeft;return{top:n.top-r,bottom:n.bottom-r,left:n.left-i,right:n.right-i}}return e||null}},function(t,e){t.exports=function(t,e){var n=this.getStyle(t,"height",e);return"auto"===n&&(n=t.offsetHeight),parseFloat(n)}},function(t,e){t.exports=function(t,e){var n=this.getHeight(t,e),r=parseFloat(this.getStyle(t,"borderTopWidth"))||0,i=parseFloat(this.getStyle(t,"paddingTop"))||0,a=parseFloat(this.getStyle(t,"paddingBottom"))||0,o=parseFloat(this.getStyle(t,"borderBottomWidth"))||0;return n+r+o+i+a}},function(t,e){t.exports=function(t,e){var n=this.getWidth(t,e),r=parseFloat(this.getStyle(t,"borderLeftWidth"))||0,i=parseFloat(this.getStyle(t,"paddingLeft"))||0,a=parseFloat(this.getStyle(t,"paddingRight"))||0,o=parseFloat(this.getStyle(t,"borderRightWidth"))||0;return n+r+o+i+a}},function(t,e){t.exports=function(){return window.devicePixelRatio?window.devicePixelRatio:2}},function(t,e,n){var r=n(6);t.exports=function(t,e,n){try{return window.getComputedStyle?window.getComputedStyle(t,null)[e]:t.currentStyle[e]}catch(i){return r(n)?null:n}}},function(t,e){t.exports=function(t,e){var n=this.getStyle(t,"width",e);return"auto"===n&&(n=t.offsetWidth),parseFloat(n)}},function(t,e,n){t.exports={contains:n(48),difference:n(276),find:n(277),firstValue:n(278),flatten:n(279),flattenDeep:n(280),getRange:n(281),merge:n(49),pull:n(67),pullAt:n(146),reduce:n(282),remove:n(283),sortBy:n(284),union:n(285),uniq:n(147),valuesOfKey:n(89)}},function(t,e,n){var r=n(88),i=n(48),a=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return r(t,(function(t){return!i(e,t)}))};t.exports=a},function(t,e,n){var r=n(13),i=n(28),a=n(144);function o(t,e){var n=void 0;if(r(e)&&(n=e),i(e)&&(n=function(t){return a(t,e)}),n)for(var o=0;o<t.length;o+=1)if(n(t[o]))return t[o];return null}t.exports=o},function(t,e,n){var r=n(6),i=n(5),a=function(t,e){for(var n=null,a=0;a<t.length;a++){var o=t[a],s=o[e];if(!r(s)){n=i(s)?s[0]:s;break}}return n};t.exports=a},function(t,e,n){var r=n(5),i=n(3),a=function(t){if(!r(t))return t;var e=[];return i(t,(function(t){r(t)?i(t,(function(t){e.push(t)})):e.push(t)})),e};t.exports=a},function(t,e,n){var r=n(5),i=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(r(e))for(var i=0;i<e.length;i+=1)t(e[i],n);else n.push(e);return n};t.exports=i},function(t,e,n){var r=n(88),i=n(5),a=function(t){if(t=r(t,(function(t){return!isNaN(t)})),!t.length)return{min:0,max:0};if(i(t[0])){for(var e=[],n=0;n<t.length;n++)e=e.concat(t[n]);t=e}var a=Math.max.apply(null,t),o=Math.min.apply(null,t);return{min:o,max:a}};t.exports=a},function(t,e,n){var r=n(5),i=n(28),a=n(3),o=function(t,e,n){if(!r(t)&&!i(t))return t;var o=n;return a(t,(function(t,n){o=e(o,t,n)})),o};t.exports=o},function(t,e,n){var r=n(15),i=n(146),a=function(t,e){var n=[];if(!r(t))return n;var a=-1,o=[],s=t.length;while(++a<s){var c=t[a];e(c,a,t)&&(n.push(c),o.push(a))}return i(t,o),n};t.exports=a},function(t,e,n){var r=n(12),i=n(13),a=n(5);function o(t,e){var n=void 0;if(i(e))n=function(t,n){return e(t)-e(n)};else{var o=[];r(e)?o.push(e):a(e)&&(o=e),n=function(t,e){for(var n=0;n<o.length;n+=1){var r=o[n];if(t[r]>e[r])return 1;if(t[r]<e[r])return-1}return 0}}return t.sort(n),t}t.exports=o},function(t,e,n){var r=n(3),i=n(29),a=n(147),o=function(){var t=[],e=i(arguments);return r(e,(function(e){t=t.concat(e)})),a(t)};t.exports=o},function(t,e,n){t.exports={getWrapBehavior:n(287),wrapBehavior:n(288)}},function(t,e){function n(t,e){return t["_wrap_"+e]}t.exports=n},function(t,e){function n(t,e){if(t["_wrap_"+e])return t["_wrap_"+e];var n=function(n){t[e](n)};return t["_wrap_"+e]=n,n}t.exports=n},function(t,e,n){var r=n(290);t.exports={number2color:r,numberToColor:r,parsePath:n(291),parseRadius:n(292)}},function(t,e){var n={};t.exports=function(t){var e=n[t];if(!e){for(var r=t.toString(16),i=r.length;i<6;i++)r="0"+r;e="#"+r,n[t]=e}return e}},function(t,e,n){var r=n(5),i=n(12),a=n(3),o=/[MLHVQTCSAZ]([^MLHVQTCSAZ]*)/gi,s=/[^\s\,]+/gi;t.exports=function(t){return t=t||[],r(t)?t:i(t)?(t=t.match(o),a(t,(function(e,n){if(e=e.match(s),e[0].length>1){var r=e[0].charAt(0);e.splice(1,0,e[0].substr(1)),e[0]=r}a(e,(function(t,n){isNaN(t)||(e[n]=+t)})),t[n]=e})),t):void 0}},function(t,e,n){var r=n(5);t.exports=function(t){var e=0,n=0,i=0,a=0;return r(t)?1===t.length?e=n=i=a=t[0]:2===t.length?(e=i=t[0],n=a=t[1]):3===t.length?(e=t[0],n=a=t[1],i=t[2]):(e=t[0],n=t[1],i=t[2],a=t[3]):e=n=i=a=t,{r1:e,r2:n,r3:i,r4:a}}},function(t,e,n){var r=n(30);t.exports={clamp:n(41),fixedBase:n(294),isDecimal:n(295),isEven:n(296),isInteger:n(297),isNegative:n(298),isNumberEqual:r,isOdd:n(299),isPositive:n(300),maxBy:n(148),minBy:n(301),mod:n(70),snapEqual:r,toDegree:n(69),toInt:n(149),toInteger:n(149),toRadian:n(68)}},function(t,e){var n=function(t,e){var n=e.toString(),r=n.indexOf(".");if(-1===r)return Math.round(t);var i=n.substr(r+1).length;return i>20&&(i=20),parseFloat(t.toFixed(i))};t.exports=n},function(t,e,n){var r=n(11),i=function(t){return r(t)&&t%1!==0};t.exports=i},function(t,e,n){var r=n(11),i=function(t){return r(t)&&t%2===0};t.exports=i},function(t,e,n){var r=n(11),i=Number.isInteger?Number.isInteger:function(t){return r(t)&&t%1===0};t.exports=i},function(t,e,n){var r=n(11),i=function(t){return r(t)&&t<0};t.exports=i},function(t,e,n){var r=n(11),i=function(t){return r(t)&&t%2!==0};t.exports=i},function(t,e,n){var r=n(11),i=function(t){return r(t)&&t>0};t.exports=i},function(t,e,n){var r=n(5),i=n(13),a=n(3),o=function(t,e){if(r(t)){var n=t[0],o=void 0;o=i(e)?e(t[0]):t[0][e];var s=void 0;return a(t,(function(t){s=i(e)?e(t):t[e],s<o&&(n=t,o=s)})),n}};t.exports=o},function(t,e,n){t.exports={forIn:n(303),has:n(150),hasKey:n(304),hasValue:n(305),keys:n(145),isMatch:n(144),values:n(151)}},function(t,e,n){t.exports=n(3)},function(t,e,n){t.exports=n(150)},function(t,e,n){var r=n(48),i=n(151);t.exports=function(t,e){return r(i(t),e)}},function(t,e,n){var r=n(307),i=n(155),a=n(154),o=n(157);t.exports={catmullRom2Bezier:o,catmullRomToBezier:o,fillPath:n(308),fillPathByDiff:n(309),formatPath:n(311),intersection:r,pathIntersection:r,parsePathArray:n(153),parsePathString:n(156),pathToAbsolute:i,path2absolute:i,pathTocurve:a,path2curve:a,rectPath:n(152)}},function(t,e,n){var r=n(5),i=n(152),a=n(154),o=function(t,e,n,r,i){var a=-3*e+9*n-9*r+3*i,o=t*a+6*e-12*n+6*r;return t*o-3*e+3*n},s=function(t,e,n,r,i,a,s,c,l){null===l&&(l=1),l=l>1?1:l<0?0:l;for(var u=l/2,h=12,f=[-.1252,.1252,-.3678,.3678,-.5873,.5873,-.7699,.7699,-.9041,.9041,-.9816,.9816],d=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],p=0,v=0;v<h;v++){var g=u*f[v]+u,m=o(g,t,n,i,s),y=o(g,e,r,a,c),b=m*m+y*y;p+=d[v]*Math.sqrt(b)}return u*p},c=function(t,e,n,r,i,a,o,s){for(var c=[],l=[[],[]],u=void 0,h=void 0,f=void 0,d=void 0,p=0;p<2;++p)if(0===p?(h=6*t-12*n+6*i,u=-3*t+9*n-9*i+3*o,f=3*n-3*t):(h=6*e-12*r+6*a,u=-3*e+9*r-9*a+3*s,f=3*r-3*e),Math.abs(u)<1e-12){if(Math.abs(h)<1e-12)continue;d=-f/h,d>0&&d<1&&c.push(d)}else{var v=h*h-4*f*u,g=Math.sqrt(v);if(!(v<0)){var m=(-h+g)/(2*u);m>0&&m<1&&c.push(m);var y=(-h-g)/(2*u);y>0&&y<1&&c.push(y)}}var b=c.length,_=b,x=void 0;while(b--)d=c[b],x=1-d,l[0][b]=x*x*x*t+3*x*x*d*n+3*x*d*d*i+d*d*d*o,l[1][b]=x*x*x*e+3*x*x*d*r+3*x*d*d*a+d*d*d*s;return l[0][_]=t,l[1][_]=e,l[0][_+1]=o,l[1][_+1]=s,l[0].length=l[1].length=_+2,{min:{x:Math.min.apply(0,l[0]),y:Math.min.apply(0,l[1])},max:{x:Math.max.apply(0,l[0]),y:Math.max.apply(0,l[1])}}},l=function(t,e,n,r,i,a,o,s){if(!(Math.max(t,n)<Math.min(i,o)||Math.min(t,n)>Math.max(i,o)||Math.max(e,r)<Math.min(a,s)||Math.min(e,r)>Math.max(a,s))){var c=(t*r-e*n)*(i-o)-(t-n)*(i*s-a*o),l=(t*r-e*n)*(a-s)-(e-r)*(i*s-a*o),u=(t-n)*(a-s)-(e-r)*(i-o);if(u){var h=c/u,f=l/u,d=+h.toFixed(2),p=+f.toFixed(2);if(!(d<+Math.min(t,n).toFixed(2)||d>+Math.max(t,n).toFixed(2)||d<+Math.min(i,o).toFixed(2)||d>+Math.max(i,o).toFixed(2)||p<+Math.min(e,r).toFixed(2)||p>+Math.max(e,r).toFixed(2)||p<+Math.min(a,s).toFixed(2)||p>+Math.max(a,s).toFixed(2)))return{x:h,y:f}}}},u=function(t,e,n){return e>=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},h=function(t,e,n,r){return null===t&&(t=e=n=r=0),null===e&&(e=t.y,n=t.width,r=t.height,t=t.x),{x:t,y:e,width:n,w:n,height:r,h:r,x2:t+n,y2:e+r,cx:t+n/2,cy:e+r/2,r1:Math.min(n,r)/2,r2:Math.max(n,r)/2,r0:Math.sqrt(n*n+r*r)/2,path:i(t,e,n,r),vb:[t,e,n,r].join(" ")}},f=function(t,e){return t=h(t),e=h(e),u(e,t.x,t.y)||u(e,t.x2,t.y)||u(e,t.x,t.y2)||u(e,t.x2,t.y2)||u(t,e.x,e.y)||u(t,e.x2,e.y)||u(t,e.x,e.y2)||u(t,e.x2,e.y2)||(t.x<e.x2&&t.x>e.x||e.x<t.x2&&e.x>t.x)&&(t.y<e.y2&&t.y>e.y||e.y<t.y2&&e.y>t.y)},d=function(t,e,n,i,a,o,s,l){r(t)||(t=[t,e,n,i,a,o,s,l]);var u=c.apply(null,t);return h(u.min.x,u.min.y,u.max.x-u.min.x,u.max.y-u.min.y)},p=function(t,e,n,r,i,a,o,s,c){var l=1-c,u=Math.pow(l,3),h=Math.pow(l,2),f=c*c,d=f*c,p=u*t+3*h*c*n+3*l*c*c*i+d*o,v=u*e+3*h*c*r+3*l*c*c*a+d*s,g=t+2*c*(n-t)+f*(i-2*n+t),m=e+2*c*(r-e)+f*(a-2*r+e),y=n+2*c*(i-n)+f*(o-2*i+n),b=r+2*c*(a-r)+f*(s-2*a+r),_=l*t+c*n,x=l*e+c*r,w=l*i+c*o,k=l*a+c*s,C=90-180*Math.atan2(g-y,m-b)/Math.PI;return{x:p,y:v,m:{x:g,y:m},n:{x:y,y:b},start:{x:_,y:x},end:{x:w,y:k},alpha:C}},v=function(t,e,n){var r=d(t),i=d(e);if(!f(r,i))return n?0:[];for(var a=s.apply(0,t),o=s.apply(0,e),c=~~(a/8),u=~~(o/8),h=[],v=[],g={},m=n?0:[],y=0;y<c+1;y++){var b=p.apply(0,t.concat(y/c));h.push({x:b.x,y:b.y,t:y/c})}for(var _=0;_<u+1;_++){var x=p.apply(0,e.concat(_/u));v.push({x:x.x,y:x.y,t:_/u})}for(var w=0;w<c;w++)for(var k=0;k<u;k++){var C=h[w],S=h[w+1],T=v[k],O=v[k+1],M=Math.abs(S.x-C.x)<.001?"y":"x",E=Math.abs(O.x-T.x)<.001?"y":"x",A=l(C.x,C.y,S.x,S.y,T.x,T.y,O.x,O.y);if(A){if(g[A.x.toFixed(4)]===A.y.toFixed(4))continue;g[A.x.toFixed(4)]=A.y.toFixed(4);var P=C.t+Math.abs((A[M]-C[M])/(S[M]-C[M]))*(S.t-C.t),L=T.t+Math.abs((A[E]-T[E])/(O[E]-T[E]))*(O.t-T.t);P>=0&&P<=1&&L>=0&&L<=1&&(n?m++:m.push({x:A.x,y:A.y,t1:P,t2:L}))}}return m},g=function(t,e,n){t=a(t),e=a(e);for(var r=void 0,i=void 0,o=void 0,s=void 0,c=void 0,l=void 0,u=void 0,h=void 0,f=void 0,d=void 0,p=n?0:[],g=0,m=t.length;g<m;g++){var y=t[g];if("M"===y[0])r=c=y[1],i=l=y[2];else{"C"===y[0]?(f=[r,i].concat(y.slice(1)),r=f[6],i=f[7]):(f=[r,i,r,i,c,l,c,l],r=c,i=l);for(var b=0,_=e.length;b<_;b++){var x=e[b];if("M"===x[0])o=u=x[1],s=h=x[2];else{"C"===x[0]?(d=[o,s].concat(x.slice(1)),o=d[6],s=d[7]):(d=[o,s,o,s,u,h,u,h],o=u,s=h);var w=v(f,d,n);if(n)p+=w;else{for(var k=0,C=w.length;k<C;k++)w[k].segment1=g,w[k].segment2=b,w[k].bez1=f,w[k].bez2=d;p=p.concat(w)}}}}}return p};t.exports=function(t,e){return g(t,e)}},function(t,e){function n(t,e){var n=[],r=[];function i(t,e){if(1===t.length)n.push(t[0]),r.push(t[0]);else{for(var a=[],o=0;o<t.length-1;o++)0===o&&n.push(t[0]),o===t.length-2&&r.push(t[o+1]),a[o]=[(1-e)*t[o][0]+e*t[o+1][0],(1-e)*t[o][1]+e*t[o+1][1]];i(a,e)}}return t.length&&i(t,e),{left:n,right:r.reverse()}}function r(t,e,r){var i=[[t[1],t[2]]];r=r||2;var a=[];"A"===e[0]?(i.push(e[6]),i.push(e[7])):"C"===e[0]?(i.push([e[1],e[2]]),i.push([e[3],e[4]]),i.push([e[5],e[6]])):"S"===e[0]||"Q"===e[0]?(i.push([e[1],e[2]]),i.push([e[3],e[4]])):i.push([e[1],e[2]]);for(var o=i,s=1/r,c=0;c<r-1;c++){var l=s/(1-s*c),u=n(o,l);a.push(u.left),o=u.right}a.push(o);var h=a.map((function(t){var e=[];return 4===t.length&&(e.push("C"),e=e.concat(t[2])),t.length>=3&&(3===t.length&&e.push("Q"),e=e.concat(t[1])),2===t.length&&e.push("L"),e=e.concat(t[t.length-1]),e}));return h}function i(t,e,n){if(1===n)return[[].concat(t)];var i=[];if("L"===e[0]||"C"===e[0]||"Q"===e[0])i=i.concat(r(t,e,n));else{var a=[].concat(t);"M"===a[0]&&(a[0]="L");for(var o=0;o<=n-1;o++)i.push(a)}return i}t.exports=function(t,e){if(1===t.length)return t;var n=t.length-1,r=e.length-1,a=n/r,o=[];if(1===t.length&&"M"===t[0][0]){for(var s=0;s<r-n;s++)t.push(t[0]);return t}for(var c=0;c<r;c++){var l=Math.floor(a*c);o[l]=(o[l]||0)+1}var u=o.reduce((function(e,r,a){return a===n?e.concat(t[n]):e.concat(i(t[a],t[a+1],r))}),[]);return u.unshift(t[0]),"Z"!==e[r]&&"z"!==e[r]||u.push("Z"),u}},function(t,e,n){var r=n(310);function i(t,e,n){var r=null,i=n;return e<i&&(i=e,r="add"),t<i&&(i=t,r="del"),{type:r,min:i}}var a=function(t,e){var n=t.length,a=e.length,o=void 0,s=void 0,c=0;if(0===n||0===a)return null;for(var l=[],u=0;u<=n;u++)l[u]=[],l[u][0]={min:u};for(var h=0;h<=a;h++)l[0][h]={min:h};for(var f=1;f<=n;f++){o=t[f-1];for(var d=1;d<=a;d++){s=e[d-1],c=r(o,s)?0:1;var p=l[f-1][d].min+1,v=l[f][d-1].min+1,g=l[f-1][d-1].min+c;l[f][d]=i(p,v,g)}}return l};t.exports=function(t,e){var n=a(t,e),r=t.length,i=e.length,o=[],s=1,c=1;if(n[r][i]!==r){for(var l=1;l<=r;l++){var u=n[l][l].min;c=l;for(var h=s;h<=i;h++)n[l][h].min<u&&(u=n[l][h].min,c=h);s=c,n[l][s].type&&o.push({index:l-1,type:n[l][s].type})}for(var f=o.length-1;f>=0;f--)s=o[f].index,"add"===o[f].type?t.splice(s,0,[].concat(t[s])):t.splice(s,1)}if(r=t.length,r<i)for(var d=0;d<i-r;d++)"z"===t[r-1][0]||"Z"===t[r-1][0]?t.splice(r-2,0,t[r-2]):t.push(t[r-1]);return t}},function(t,e,n){var r=n(3);t.exports=function(t,e){if(t.length!==e.length)return!1;var n=!0;return r(t,(function(t,r){if(t!==e[r])return n=!1,!1})),n}},function(t,e){function n(t){var e=[];switch(t[0]){case"M":e.push([t[1],t[2]]);break;case"L":e.push([t[1],t[2]]);break;case"A":e.push([t[6],t[7]]);break;case"Q":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"T":e.push([t[1],t[2]]);break;case"C":e.push([t[5],t[6]]),e.push([t[1],t[2]]),e.push([t[3],t[4]]);break;case"S":e.push([t[3],t[4]]),e.push([t[1],t[2]]);break;case"H":e.push([t[1],t[1]]);break;case"V":e.push([t[1],t[1]]);break;default:}return e}function r(t,e,r){for(var i=[].concat(t),a=void 0,o=1/(r+1),s=n(e)[0],c=1;c<=r;c++)o*=c,a=Math.floor(t.length*o),0===a?i.unshift([s[0]*o+t[a][0]*(1-o),s[1]*o+t[a][1]*(1-o)]):i.splice(a,0,[s[0]*o+t[a][0]*(1-o),s[1]*o+t[a][1]*(1-o)]);return i}t.exports=function(t,e){if(t.length<=1)return t;for(var i=void 0,a=0;a<e.length;a++)if(t[a][0]!==e[a][0])switch(i=n(t[a]),e[a][0]){case"M":t[a]=["M"].concat(i[0]);break;case"L":t[a]=["L"].concat(i[0]);break;case"A":t[a]=[].concat(e[a]),t[a][6]=i[0][0],t[a][7]=i[0][1];break;case"Q":if(i.length<2){if(!(a>0)){t[a]=e[a];break}i=r(i,t[a-1],1)}t[a]=["Q"].concat(i.reduce((function(t,e){return t.concat(e)}),[]));break;case"T":t[a]=["T"].concat(i[0]);break;case"C":if(i.length<3){if(!(a>0)){t[a]=e[a];break}i=r(i,t[a-1],2)}t[a]=["C"].concat(i.reduce((function(t,e){return t.concat(e)}),[]));break;case"S":if(i.length<2){if(!(a>0)){t[a]=e[a];break}i=r(i,t[a-1],1)}t[a]=["S"].concat(i.reduce((function(t,e){return t.concat(e)}),[]));break;default:t[a]=e[a]}return t}},function(t,e,n){var r={lc:n(313),lowerCase:n(158),lowerFirst:n(106),substitute:n(314),uc:n(315),upperCase:n(159),upperFirst:n(64)};t.exports=r},function(t,e,n){t.exports=n(158)},function(t,e){var n=function(t,e){return t&&e?t.replace(/\\?\{([^{}]+)\}/g,(function(t,n){return"\\"===t.charAt(0)?t.slice(1):void 0===e[n]?"":e[n]})):t};t.exports=n},function(t,e,n){t.exports=n(159)},function(t,e,n){var r=n(14),i={getType:n(113),isArray:n(5),isArrayLike:n(15),isBoolean:n(60),isFunction:n(13),isNil:n(6),isNull:n(317),isNumber:n(11),isObject:n(22),isObjectLike:n(63),isPlainObject:n(28),isPrototype:n(114),isType:r,isUndefined:n(318),isString:n(12),isRegExp:n(319),isDate:n(111),isArguments:n(320),isError:n(321)};t.exports=i},function(t,e){var n=function(t){return null===t};t.exports=n},function(t,e){var n=function(t){return void 0===t};t.exports=n},function(t,e,n){var r=n(14),i=function(t){return r(t,"RegExp")};t.exports=i},function(t,e,n){var r=n(14),i=function(t){return r(t,"Arguments")};t.exports=i},function(t,e,n){var r=n(14),i=function(t){return r(t,"Error")};t.exports=i},function(t,e){function n(t,e,n){var r=void 0;return function(){var i=this,a=arguments,o=function(){r=null,n||t.apply(i,a)},s=n&&!r;clearTimeout(r),r=setTimeout(o,e),s&&t.apply(i,a)}}t.exports=n},function(t,e,n){var r=n(15),i=function(t,e){if(!r(t))return-1;var n=Array.prototype.indexOf;if(n)return n.call(t,e);for(var i=-1,a=0;a<t.length;a++)if(t[a]===e){i=a;break}return i};t.exports=i},function(t,e,n){var r=n(13),i=n(40),a=function(t,e,n){return r(n)?!!n(t,e):i(t,e)};t.exports=a},function(t,e,n){var r=n(3),i=n(15),a=function(t,e){if(!i(t))return t;var n=[];return r(t,(function(t,r){n.push(e(t,r))})),n};t.exports=a},function(t,e,n){var r=n(3),i=n(28),a=Object.prototype.hasOwnProperty,o=function(t,e){if(null===t||!i(t))return{};var n={};return r(e,(function(e){a.call(t,e)&&(n[e]=t[e])})),n};t.exports=o},function(t,e){function n(t,e,n){var r=void 0,i=void 0,a=void 0,o=void 0,s=0;n||(n={});var c=function(){s=!1===n.leading?0:Date.now(),r=null,o=t.apply(i,a),r||(i=a=null)},l=function(){var l=Date.now();s||!1!==n.leading||(s=l);var u=e-(l-s);return i=this,a=arguments,u<=0||u>e?(r&&(clearTimeout(r),r=null),s=l,o=t.apply(i,a),r||(i=a=null)):r||!1===n.trailing||(r=setTimeout(c,u)),o};return l.cancel=function(){clearTimeout(r),s=0,r=i=a=null},l}t.exports=n},function(t,e,n){var r=n(0),i=n(18),a=r.PathUtil;function o(t){var e,n,r,a,o,s=t.start,c=t.end,l=t.getWidth(),u=t.getHeight(),h=200;return t.isPolar?(a=t.getRadius(),r=t.getCenter(),e=t.startAngle,n=t.endAngle,o=new i.Fan({attrs:{x:r.x,y:r.y,rs:0,re:a+h,startAngle:e,endAngle:e}}),o.endState={endAngle:n}):(o=new i.Rect({attrs:{x:s.x-h,y:c.y-h,width:t.isTransposed?l+2*h:0,height:t.isTransposed?0:u+2*h}}),t.isTransposed?o.endState={height:u+2*h}:o.endState={width:l+2*h}),o.isClip=!0,o}function s(t){if(r.isEmpty(t))return null;var e=t[0].x,n=t[0].x,i=t[0].y,a=t[0].y;return r.each(t,(function(t){e=e>t.x?t.x:e,n=n<t.x?t.x:n,i=i>t.y?t.y:i,a=a<t.y?t.y:a})),{minX:e,maxX:n,minY:i,maxY:a,centerX:(e+n)/2,centerY:(i+a)/2}}function c(t,e){var n,r,i=t.points||t.get("origin").points,a=s(i),o=e.startAngle,c=e.endAngle,l=c-o;return e.isTransposed?(n=a.maxY*l,r=a.minY*l):(n=a.maxX*l,r=a.minX*l),n+=o,r+=o,{startAngle:r,endAngle:n}}function l(t,e,n){var i={};return t.delay&&(i.delay=r.isFunction(t.delay)?t.delay(e,n):t.delay),i.easing=r.isFunction(t.easing)?t.easing(e,n):t.easing,i.duration=r.isFunction(t.duration)?t.duration(e,n):t.duration,i.callback=t.callback,i}function u(t,e){var n,r=t._id,i=t.get("index"),a=t.getBBox(),o=t.get("origin").points,s=(a.minX+a.maxX)/2;n=o[0].y-o[1].y<=0?a.maxY:a.minY;var c=[s,n,1];t.apply(c),t.attr("transform",[["t",-s,-n],["s",1,.01],["t",s,n]]);var u={transform:[["t",-s,-n],["s",1,100],["t",s,n]]},h=l(e,i,r,u);t.animate(u,h.duration,h.easing,h.callback,h.delay)}function h(t,e){var n,r=t._id,i=t.get("index"),a=t.getBBox(),o=t.get("origin").points,s=(a.minY+a.maxY)/2;n=o[0].y-o[1].y>0?a.maxX:a.minX;var c=[n,s,1];t.apply(c),t.attr({transform:[["t",-n,-s],["s",.01,1],["t",n,s]]});var u={transform:[["t",-n,-s],["s",100,1],["t",n,s]]},h=l(e,i,r,u);t.animate(u,h.duration,h.easing,h.callback,h.delay)}function f(t,e){var n={lineWidth:0,opacity:0},r=t._id,i=t.get("index"),a=l(e,i,r,n);t.animate(n,a.duration,a.easing,(function(){t.remove()}),a.delay)}function d(t,e,n){var r,i,a=t._id,o=t.get("index");if(n.isPolar&&"point"!==t.name)r=n.getCenter().x,i=n.getCenter().y;else{var s=t.getBBox();r=(s.minX+s.maxX)/2,i=(s.minY+s.maxY)/2}var c=[r,i,1];t.apply(c),t.attr({transform:[["t",-r,-i],["s",.01,.01],["t",r,i]]});var u={transform:[["t",-r,-i],["s",100,100],["t",r,i]]},h=l(e,o,a,u);t.animate(u,h.duration,h.easing,h.callback,h.delay)}function p(t,e,n){var r,i,a=t._id,o=t.get("index");if(n.isPolar&&"point"!==t.name)r=n.getCenter().x,i=n.getCenter().y;else{var s=t.getBBox();r=(s.minX+s.maxX)/2,i=(s.minY+s.maxY)/2}var c=[r,i,1];t.apply(c);var u={transform:[["t",-r,-i],["s",.01,.01],["t",r,i]]},h=l(e,o,a,u);t.animate(u,h.duration,h.easing,(function(){t.remove()}),h.delay)}function v(t,e){if("path"===t.get("type")){var n=t._id,r=t.get("index"),i=a.pathToAbsolute(t.attr("path"));t.attr("path",[i[0]]);var o={path:i},s=l(e,r,n,o);t.animate(o,s.duration,s.easing,s.callback,s.delay)}}function g(t,e){if("path"===t.get("type")){var n=t._id,r=t.get("index"),i=a.pathToAbsolute(t.attr("path")),o={path:[i[0]]},s=l(e,r,n,o);t.animate(o,s.duration,s.easing,(function(){t.remove()}),s.delay)}}function m(t,e,n,r,i){var a,s=o(n),c=t.get("canvas"),u=t._id,h=t.get("index");r?(s.attr("startAngle",r),s.attr("endAngle",r),a={endAngle:i}):a=s.endState,s.set("canvas",c),t.attr("clip",s),t.setSilent("animating",!0);var f=l(e,h,u,a);s.animate(a,f.duration,f.easing,(function(){t&&!t.get("destroyed")&&(t.attr("clip",null),t.setSilent("cacheShape",null),t.setSilent("animating",!1),s.remove())}),f.delay)}function y(t,e){var n=t._id,i=t.get("index"),a=r.isNil(t.attr("fillOpacity"))?1:t.attr("fillOpacity"),o=r.isNil(t.attr("strokeOpacity"))?1:t.attr("strokeOpacity");t.attr("fillOpacity",0),t.attr("strokeOpacity",0);var s={fillOpacity:a,strokeOpacity:o},c=l(e,i,n,s);t.animate(s,c.duration,c.easing,c.callback,c.delay)}function b(t,e){var n=t._id,r=t.get("index"),i={fillOpacity:0,strokeOpacity:0},a=l(e,r,n,i);t.animate(i,a.duration,a.easing,(function(){t.remove()}),a.delay)}function _(t,e,n){var r=c(t,n),i=r.endAngle,a=r.startAngle;m(t,e,n,a,i)}function x(t,e,n){if("line"===t.name){var r=t.get("canvas"),o=t.get("cacheShape"),s=t._id,c=t.get("index"),u=new i.Rect({attrs:{x:n.start.x,y:n.end.y,width:n.getWidth(),height:n.getHeight()}});u.isClip=!0,u.set("canvas",r);var h=a.pathToAbsolute(o.attrs.path),f=a.pathToAbsolute(t.attr("path")),d=h[1][1]-h[0][1],p=h[h.length-1][1]+d,v=f[f.length-1][2],g=h.concat([["L",p,v]]),m=[0,0,1];t.apply(m),t.attr("clip",u),t.attr("path",g);var y={transform:[["t",-d,0]]},b=l(e,c,s,y);t.animate(y,b.duration,b.easing,(function(){t&&!t.get("destroyed")&&(t.attr("path",f),t.attr({transform:[["t",d,0]]}),t.attr("clip",null),t.setSilent("cacheShape",null),u.remove())}),b.delay)}}function w(t,e,n){if("area"===t.name){var r=t.get("canvas"),o=t.get("cacheShape"),s=t._id,c=t.get("index"),u=new i.Rect({attrs:{x:n.start.x,y:n.end.y,width:n.getWidth(),height:n.getHeight()}});u.isClip=!0,u.set("canvas",r);var h=a.pathToAbsolute(o.attrs.path),f=a.pathToAbsolute(t.attr("path")),d=h[1][1]-h[0][1],p=Math.floor(h.length/2),v=h[p-1][1]+d,g=f[p-1][2],m=[].concat(h.slice(0,p),[["L",v,g],["L",v,f[p][2]]],h.slice(p)),y=[0,0,1];t.apply(y),t.attr("clip",u),t.attr("path",m);var b={transform:[["t",-d,0]]},_=l(e,c,s,b);t.animate(b,_.duration,_.easing,(function(){t&&!t.get("destroyed")&&(t.attr("path",f),t.attr({transform:[["t",d,0]]}),t.attr("clip",null),t.setSilent("cacheShape",null),u.remove())}),_.delay)}}t.exports={enter:{clipIn:m,zoomIn:d,pathIn:v,scaleInY:u,scaleInX:h,fanIn:_,fadeIn:y},leave:{lineWidthOut:f,zoomOut:p,pathOut:g,fadeOut:b},appear:{clipIn:m,zoomIn:d,pathIn:v,scaleInY:u,scaleInX:h,fanIn:_,fadeIn:y},update:{fadeIn:y,fanIn:_,lineSlideLeft:x,areaSlideLeft:w}}},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(164),s=n(23),c=n(0),l=n(200),u=n(8),h=n(167),f="_origin",d=n(413);function p(t){var e=t.startAngle,n=t.endAngle;return!(!c.isNil(e)&&!c.isNil(n)&&n-e<2*Math.PI)}function v(t,e,n){var r=(t-e)/(n-e);return r>=0&&r<=1}function g(t,e){var n=!1;if(t){var r=t.type;if("theta"===r){var i=t.start,a=t.end;n=v(e.x,i.x,a.x)&&v(e.y,i.y,a.y)}else{var o=t.invert(e);n=o.x>=0&&o.y>=0&&o.x<=1&&o.y<=1}}return n}var m={};c.each(s,(function(t,e){var n=c.lowerFirst(e);m[n]=function(e){var n=new t(e);return this.addGeom(n),n}}));var y=function(t){i(n,t);var e=n.prototype;function n(e){var n;n=t.call(this,e)||this;var i=r(n);return i._setTheme(),c.each(s,(function(t,e){var n=c.lowerFirst(e);i[n]=function(e){void 0===e&&(e={}),e.viewTheme=i.get("viewTheme");var n=new t(e);return i.addGeom(n),n}})),i.init(),n}return e.getDefaultCfg=function(){return{viewContainer:null,coord:null,start:{x:0,y:0},end:{x:1,y:1},geoms:[],scales:{},options:{},scaleController:null,padding:0,theme:null,parent:null,tooltipEnable:!0,animate:u.animate,visible:!0}},e._setTheme=function(){var t=this,e=t.get("theme"),n={},r={};c.isObject(e)?r=e:-1!==c.indexOf(Object.keys(h),e)&&(r=h[e]),c.deepMix(n,u,r),t.set("viewTheme",n)},e.init=function(){this._initViewPlot(),this.get("data")&&this._initData(this.get("data")),this._initOptions(),this._initControllers(),this._bindEvents()},e._initOptions=function(){var t=this,e=c.mix({},t.get("options"));e.scales||(e.scales={}),e.coord||(e.coord={}),!1===e.animate&&this.set("animate",!1),(!1===e.tooltip||c.isNull(e.tooltip))&&this.set("tooltipEnable",!1),e.geoms&&e.geoms.length&&c.each(e.geoms,(function(e){t._createGeom(e)}));var n=t.get("scaleController");n&&(n.defs=e.scales);var r=t.get("coordController");r&&r.reset(e.coord),this.set("options",e)},e._createGeom=function(t){var e,n=t.type;this[n]&&(e=this[n](),c.each(t,(function(t,n){var r;e[n]&&(c.isObject(t)&&t.field?"label"===t?e[n](t.field,t.callback,t.cfg):(c.each(t,(function(t,e){"field"!==e&&(r=t)})),e[n](t.field,r)):e[n](t))})))},e._initControllers=function(){var t=this,e=t.get("options"),n=t.get("viewTheme"),r=t.get("canvas"),i=new l.Scale({viewTheme:n,defs:e.scales}),a=new l.Coord(e.coord);this.set("scaleController",i),this.set("coordController",a);var o=new l.Axis({canvas:r,viewTheme:n});this.set("axisController",o);var s=new l.Guide({viewTheme:n,options:e.guides||[]});this.set("guideController",s)},e._initViewPlot=function(){this.get("viewContainer")||this.set("viewContainer",this.get("middlePlot"))},e._initGeoms=function(){for(var t=this.get("geoms"),e=this.get("filteredData"),n=this.get("coord"),r=this.get("_id"),i=0;i<t.length;i++){var a=t[i];a.set("data",e),a.set("coord",n),a.set("_id",r+"-geom"+i),a.set("keyFields",this.get("keyFields")),a.init()}},e._clearGeoms=function(){for(var t=this,e=t.get("geoms"),n=0;n<e.length;n++){var r=e[n];r.clear()}},e._removeGeoms=function(){var t=this,e=t.get("geoms");while(e.length>0){var n=e.shift();n.destroy()}},e._drawGeoms=function(){this.emit("beforedrawgeoms");for(var t=this.get("geoms"),e=this.get("coord"),n=0;n<t.length;n++){var r=t[n];r.setCoord(e),r.paint()}this.emit("afterdrawgeoms")},e.isShapeInView=function(t){var e=this.get("_id"),n=t._id;if(n)return n.split("-")[0]===e;var r=t;while(r){if(r.get("viewId")===e)return!0;r=r.get("parent")}return!1},e.getViewRegion=function(){var t,e,n=this,r=n.get("parent");if(r){var i=r.getViewRegion(),a=n._getViewRegion(i.start,i.end);t=a.start,e=a.end}else t=n.get("start"),e=n.get("end");return{start:t,end:e}},e._getViewRegion=function(t,e){var n=this.get("start"),r=this.get("end"),i=n.x,a=1-r.y,o=r.x,s=1-n.y,l=this.get("padding"),u=c.toAllPadding(l),h=u[0],f=u[1],d=u[2],p=u[3],v={x:i*(e.x-t.x)+t.x+p,y:a*(e.y-t.y)+t.y-d},g={x:o*(e.x-t.x)+t.x-f,y:s*(e.y-t.y)+t.y+h};return{start:v,end:g}},e._createCoord=function(){var t=this.get("coordController"),e=this.getViewRegion(),n=t.createCoord(e.start,e.end);this.set("coord",n)},e._renderAxes=function(){var t=this.get("options"),e=t.axes;if(!1!==e){var n=this.get("axisController");n.container=this.get("backPlot"),n.coord=this.get("coord"),n.options=e||{};var r=this.getXScale(),i=this.getYScales(),a=this.get("_id");n.createAxis(r,i,a)}},e._renderGuides=function(){var t=this.get("guideController");if(!c.isEmpty(t.options)){var e=this.get("coord");t.view=this,t.backContainer=this.get("backPlot"),t.frontContainer=this.get("frontPlot"),t.xScales=this._getScales("x"),t.yScales=this._getScales("y"),t.render(e)}},e._bindEvents=function(){var t=new l.Event({view:this,canvas:this.get("canvas")});t.bindEvents(),this.set("eventController",t)},e._clearEvents=function(){var t=this.get("eventController");t&&t.clearEvents()},e._getScales=function(t){for(var e=this.get("geoms"),n={},r=0;r<e.length;r++){var i=e[r],a="x"===t?i.getXScale():i.getYScale();a&&!n[a.field]&&(n[a.field]=a)}return n},e._adjustScale=function(){this._setCatScalesRange();for(var t=this.get("geoms"),e=this.get("scaleController"),n=e.defs,r=0;r<t.length;r++){var i=t[r];if("interval"===i.get("type")){var a=i.getYScale(),o=a.field,s=a.min,c=a.max,l=a.type;n[o]&&n[o].min||"time"===l||(s>0?a.change({min:0}):c<=0&&a.change({max:0}))}}},e._setCatScalesRange=function(){var t=this,e=t.get("coord"),n=t.get("viewTheme"),r=t.getXScale(),i=t.getYScales(),a=[];r&&a.push(r),a=a.concat(i);var o=e.isPolar&&p(e),s=t.get("scaleController"),l=s.defs;c.each(a,(function(t){if((t.isCategory||t.isIdentity)&&t.values&&(!l[t.field]||!l[t.field].range)){var r,i=t.values.length;if(1===i)r=[.5,1];else{var a=1,s=0;o?e.isTransposed?(a=n.widthRatio.multiplePie,s=1/i*a,r=[s/2,1-s/2]):r=[0,1-1/i]:(s=1/i*1/2,r=[s,1-s])}t.range=r}}))},e.getXScale=function(){var t=this.get("geoms"),e=null;return c.isEmpty(t)||(e=t[0].getXScale()),e},e.getYScales=function(){for(var t=this.get("geoms"),e=[],n=0;n<t.length;n++){var r=t[n],i=r.getYScale();i&&-1===c.indexOf(e,i)&&e.push(i)}return e},e.getXY=function(t){var e,n,r=this,i=r.get("coord"),a=r._getScales("x"),o=r._getScales("y");for(var s in t)a[s]&&(e=a[s].scale(t[s])),o[s]&&(n=o[s].scale(t[s]));return c.isNil(e)||c.isNil(n)?null:i.convert({x:e,y:n})},e.getSnapRecords=function(t){var e=this,n=e.get("geoms"),r=[];return c.each(n,(function(e){var n,i=e.get("dataArray");c.each(i,(function(i){n=e.findPoint(t,i),n&&r.push(n)}))})),r},e.addGeom=function(t){var e=this,n=e.get("geoms");n.push(t),t.set("view",e);var r=e.get("viewContainer");t.set("container",r),t.set("animate",e.get("animate")),t.bindEvents()},e.removeGeom=function(t){var e=this.get("geoms");c.Array.remove(e,t),t.destroy()},e.createScale=function(t,e){var n=this.get("scales"),r=this.get("parent"),i=n[t];if(!e){var a=this.get("filteredData"),o=this._getFieldsForLegend();e=a.length&&!o.includes(t)?a:this.get("data")}var s=this.get("scaleController");if(i){if(i.sync){var c=s.createScale(t,e);this._syncScale(i,c)}}else{if(i=s.createScale(t,e),i.sync&&r){var l=r.createScale(t,e);i=this._getSyncScale(l,i)}n[t]=i}return i},e._getFieldsForLegend=function(){var t=[],e=this.get("geoms");return c.each(e,(function(e){var n=e.getFieldsForLegend();t=t.concat(n)})),c.uniq(t)},e._getSyncScale=function(t,e){return t.type!==e.type?e:(this._syncScale(t,e),t)},e._syncScale=function(t,e){var n=c.union(t.values,e.values);if(e.isLinear){var r=Math.max(t.max,e.max),i=Math.min(t.min,e.min);t.max===r&&t.min===i||t.change({min:i,max:r,values:n})}n.length!==t.values.length&&t.change({values:n})},e.getFilteredValues=function(t){var e,n=this.get("scales")[t],r=n.values,i=this._getFilters();return e=i&&i[t]?r.filter(i[t]):r.slice(0),e},e.getFilteredOutValues=function(t){var e,n=this.get("scales")[t],r=n.values,i=this._getFilters();return e=i&&i[t]?r.filter((function(){return!i[t].apply(i,arguments)})):[],e},e.filter=function(t,e){var n=this.get("options");n.filters||(n.filters={}),n.filters[t]=e,this.get("scaleController").filters=n.filters},e._getFilters=function(){var t=this.get("options");return t.filters},e.execFilter=function(t){var e=this,n=e._getFilters();return n&&(t=t.filter((function(t){var e=!0;return c.each(n,(function(n,r){if(n&&(e=n(t[r],t),!e))return!1})),e}))),t},e.axis=function(t,e){var n=this.get("options");if(!1===t)n.axes=!1;else{n.axes||(n.axes={});var r=n.axes;r[t]=e}return this},e.guide=function(){return this.get("guideController")},e._getKeyFields=function(t){var e=[];c.each(t,(function(t,n){t.key&&e.push(n)})),this.set("keyFields",e)},e.scale=function(t,e){var n=this.get("options"),r=n.scales;return c.isObject(t)?c.mix(r,t):r[t]=e,this._getKeyFields(r),this},e.tooltip=function(t){return this.set("tooltipEnable",t),this},e.animate=function(t){var e=this.get("options");return e.animate=t,this.set("animate",t),this},e.changeOptions=function(t){return this.set("options",t),this._initOptions(t),this},e.getViewsByPoint=function(t){var e=[],n=this.get("views");return g(this.get("coord"),t)&&e.push(this),c.each(n,(function(n){n.get("visible")&&g(n.get("coord"),t)&&e.push(n)})),e},e.eachShape=function(t){var e=this,n=e.get("views"),r=e.get("canvas");c.each(n,(function(e){e.eachShape(t)}));var i=this.get("geoms");return c.each(i,(function(n){var r=n.getShapes();c.each(r,(function(r){var i=r.get("origin");if(c.isArray(i)){var a=i.map((function(t){return t[f]}));t(a,r,n,e)}else{var o=i[f];t(o,r,n,e)}}))})),r.draw(),this},e.filterShape=function(t){var e=function(e,n,r,i){t(e,n,r,i)?n.show():n.hide()};return this.eachShape(e),this},e.clearInner=function(){this.set("scales",{}),this.emit("beforeclearinner");var t=this.get("options");t.geoms=null,this._clearGeoms(),this.get("guideController")&&this.get("guideController").reset(),this.get("axisController")&&this.get("axisController").clear(),this.emit("afterclearinner")},e.clear=function(){var t=this.get("options");return t.filters=null,this._removeGeoms(),this.clearInner(),this.get("guideController")&&this.get("guideController").clear(),this.set("isUpdate",!1),this.set("keyFields",[]),this},e.coord=function(t,e){var n=this.get("coordController");return n.reset({type:t,cfg:e}),n},e.resetCoord=function(){this._createCoord()},e.source=function(t,e){return this._initData(t),e&&this.scale(e),this.emit("setdata"),this},e.changeData=function(t){return this.emit("beforechangedata"),this._initData(t),this.emit("afterchangedata"),this.repaint(),this},e._initData=function(t){var e=this.get("dataView");e&&(e.off("change",c.getWrapBehavior(this,"_onViewChange")),this.set("dataView",null)),t&&t.isDataView&&(t.on("change",c.wrapBehavior(this,"_onViewChange")),this.set("dataView",t),t=t.rows),this.set("data",t)},e._onViewChange=function(){this.emit("beforechangedata");var t=this.get("dataView"),e=t.rows;this.set("data",e),this.emit("afterchangedata"),this.repaint()},e.beforeRender=function(){var t=this.get("views");c.each(t,(function(t){t.beforeRender()})),this.initView()},e.drawComponents=function(){var t=this.get("views");c.each(t,(function(t){t.drawComponents()})),this._renderAxes(),this._renderGuides()},e.drawCanvas=function(t){if(!t){var e=this.get("views"),n=this.get("backPlot");n.sort();var r=this.get("canvas"),i=this.get("animate");if(i){var a=this.get("isUpdate");c.each(e,(function(t){d.execAnimation(t,a)})),d.execAnimation(this,a)}else r.draw()}},e.render=function(t){return this.clearInner(),this.emit("beforerender"),this.beforeRender(),this.emit("beforepaint"),this.drawComponents(),this.paint(),this.emit("afterpaint"),this.drawCanvas(t),this.emit("afterrender"),this.set("rendered",!0),this},e.initView=function(){var t=this.get("data")||[],e=this.execFilter(t);this.set("filteredData",e),this._createCoord(),this.emit("beforeinitgeoms"),this._initGeoms(),this._adjustScale()},e.paint=function(){var t=this.get("views");c.each(t,(function(t){t.paint()}));var e=this.get("data");c.isEmpty(e)||this._drawGeoms(),this.get("visible")||this.changeVisible(!1,!0)},e.changeVisible=function(t,e){var n=this.get("geoms");if(c.each(n,(function(e){e.changeVisible(t,!0)})),this.get("axisController")&&this.get("axisController").changeVisible(t),this.get("guideController")&&this.get("guideController").changeVisible(t),!e){var r=this.get("canvas");r.draw()}},e.repaint=function(){this.set("isUpdate",!0),this.clearInner(),this.render()},e.destroy=function(){this._clearEvents();var e=this.get("dataView");e&&e.off("change",c.getWrapBehavior(this,"_onViewChange")),this.clear(),t.prototype.destroy.call(this)},n}(o);t.exports=y},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(6),a=n(5),o=n(3),s=n(33),c=function(t){function e(e){var n;return n=t.call(this,e)||this,n.names=["x","y"],n.type="position",n}r(e,t);var n=e.prototype;return n.mapping=function(t,e){var n,r,s,c=this.scales,l=this.coord,u=c[0],h=c[1];if(i(t)||i(e))return[];if(a(e)&&a(t)){n=[],r=[];for(var f=0,d=0,p=t.length,v=e.length;f<p&&d<v;f++,d++)s=l.convertPoint({x:u.scale(t[f]),y:h.scale(e[d])}),n.push(s.x),r.push(s.y)}else if(a(e))t=u.scale(t),r=[],o(e,(function(e){e=h.scale(e),s=l.convertPoint({x:t,y:e}),n&&n!==s.x?(a(n)||(n=[n]),n.push(s.x)):n=s.x,r.push(s.y)}));else if(a(t))e=h.scale(e),n=[],o(t,(function(t){t=u.scale(t),s=l.convertPoint({x:t,y:e}),r&&r!==s.y?(a(r)||(r=[r]),r.push(s.y)):r=s.y,n.push(s.x)}));else{t=u.scale(t),e=h.scale(e);var g=l.convertPoint({x:t,y:e});n=g.x,r=g.y}return[n,r]},e}(s);t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(12),a=n(165),o=n(33),s=function(t){function e(e){var n;return n=t.call(this,e)||this,n.names=["color"],n.type="color",n.gradient=null,i(n.values)&&(n.linear=!0),n}r(e,t);var n=e.prototype;return n.getLinearValue=function(t){var e=this.gradient;if(!e){var n=this.values;e=a.gradient(n),this.gradient=e}return e(t)},e}(o);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(33),a=function(t){function e(e){var n;return n=t.call(this,e)||this,n.names=["shape"],n.type="shape",n.gradient=null,n}r(e,t);var n=e.prototype;return n.getLinearValue=function(t){var e=this.values,n=Math.round((e.length-1)*t);return e[n]},e}(i);t.exports=a},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(33),a=function(t){function e(e){var n;return n=t.call(this,e)||this,n.names=["size"],n.type="size",n.gradient=null,n}return r(e,t),e}(i);t.exports=a},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(33),a=function(t){function e(e){var n;return n=t.call(this,e)||this,n.names=["opacity"],n.type="opacity",n.gradient=null,n}return r(e,t),e}(i);t.exports=a},function(t,e,n){var r=n(10),i=n(34),a=n(336),o=n(337),s=n(166),c=n(338),l=n(339);r(i.prototype,s),r(a.prototype,s,c),r(o.prototype,l),i.Jitter=n(340),i.Symmetric=n(341),i.Dodge=a,i.Stack=o,t.exports=i},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(34),a=n(3),o=.5,s=.5,c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){this.marginRatio=o,this.dodgeRatio=s,this.adjustNames=["x","y"]},n.getDodgeOffset=function(t,e,n){var r=this,i=t.pre,a=t.next,o=a-i,s=o*r.dodgeRatio/n,c=r.marginRatio*s,l=.5*(o-n*s-(n-1)*c)+((e+1)*s+e*c)-.5*s-.5*o;return(i+a)/2+l},n.processAdjust=function(t){var e=this,n=t.length,r=e.xField;a(t,(function(t,i){for(var a=0,o=t.length;a<o;a++){var s=t[a],c=s[r],l={pre:1===o?c-1:c-.5,next:1===o?c+1:c+.5},u=e.getDodgeOffset(l,i,n);s[r]=u}}))},e}(i);i.Dodge=c,t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(5),a=n(6),o=n(34),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){this.xField=null,this.yField=null},n.processAdjust=function(t){this.processStack(t)},n.processStack=function(t){var e=this,n=e.xField,r=e.yField,o=t.length,s={positive:{},negative:{}};e.reverseOrder&&(t=t.slice(0).reverse());for(var c=0;c<o;c++)for(var l=t[c],u=0,h=l.length;u<h;u++){var f=l[u],d=f[n]||0,p=f[r],v=d.toString();if(p=i(p)?p[1]:p,!a(p)){var g=p>=0?"positive":"negative";s[g][v]||(s[g][v]=0),f[r]=[s[g][v],p+s[g][v]],s[g][v]+=p}}},e}(o);o.Stack=s,t.exports=s},function(t,e,n){var r={merge:n(49),values:n(89)},i=n(160),a=n(3);t.exports={processAdjust:function(t){var e=this,n=r.merge(t),a=e.dodgeBy,o=t;a&&(o=i(n,a)),e.cacheMap={},e.adjDataArray=o,e.mergeData=n,e.adjustData(o,n),e.adjDataArray=null,e.mergeData=null},getDistribution:function(t){var e=this,n=e.adjDataArray,i=e.cacheMap,o=i[t];return o||(o={},a(n,(function(e,n){var i=r.values(e,t);i.length||i.push(0),a(i,(function(t){o[t]||(o[t]=[]),o[t].push(n)}))})),i[t]=o),o},adjustDim:function(t,e,n,r,i){var o=this,s=o.getDistribution(t),c=o.groupData(n,t);a(c,(function(n,r){var c;r=parseFloat(r),c=1===e.length?{pre:e[0]-1,next:e[0]+1}:o.getAdjustRange(t,r,e),a(n,(function(e){var n=e[t],r=s[n],a=r.indexOf(i);e[t]=o.getDodgeOffset(c,a,r.length)}))}))}}},function(t,e){t.exports={_initDefaultCfg:function(){this.xField=null,this.yField=null,this.height=null,this.size=10,this.reverseOrder=!1,this.adjustNames=["y"]},processOneDimStack:function(t){var e=this,n=e.xField,r=e.yField||"y",i=e.height,a={};e.reverseOrder&&(t=t.slice(0).reverse());for(var o=0,s=t.length;o<s;o++)for(var c=t[o],l=0,u=c.length;l<u;l++){var h=c[l],f=h.size||e.size,d=2*f/i,p=h[n];a[p]||(a[p]=d/2),h[r]=a[p],a[p]+=d}},processAdjust:function(t){this.yField?this.processStack(t):this.processOneDimStack(t)}}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(3),a=n(10),o={merge:n(49)},s=n(34),c=n(166),l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){this.xField=null,this.yField=null,this.adjustNames=["x","y"],this.groupFields=null},n.processAdjust=function(t){var e=this,n=o.merge(t);e.adjDataArray=t,e.mergeData=n,e.adjustData(t,n),e.adjFrames=null,e.mergeData=null},n.getAdjustOffset=function(t,e){var n=Math.random(),r=e-t,i=.05*r;return t+i+.9*r*n},n._adjustGroup=function(t,e,n,r){var a=this,o=a.getAdjustRange(e,n,r);i(t,(function(t){t[e]=a.getAdjustOffset(o.pre,o.next)}))},n.adjustDim=function(t,e,n){var r=this,a=r.groupData(n,t);i(a,(function(n,i){i=parseFloat(i),r._adjustGroup(n,t,i,e)}))},e}(s);a(l.prototype,c),s.Jitter=l,t.exports=l},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var i=n(3),a=n(148),o=n(5),s={merge:n(49)},c=n(34),l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n._initDefaultCfg=function(){this.xField=null,this.yField=null,this.cacheMax=null,this.adjustNames=["y"],this.groupFields=null},n._getMax=function(t){var e=this,n=e.mergeData,r=a(n,(function(e){var n=e[t];return o(n)?Math.max.apply(null,n):n})),i=r[t],s=o(i)?Math.max.apply(null,i):i;return s},n._getXValuesMax=function(){var t=this,e=t.yField,n=t.xField,r={},a=t.mergeData;return i(a,(function(t){var i=t[n],a=t[e],s=o(a)?Math.max.apply(null,a):a;r[i]=r[i]||0,r[i]<s&&(r[i]=s)})),r},n.processAdjust=function(t){var e=this,n=s.merge(t);e.mergeData=n,e._processSymmetric(t),e.mergeData=null},n._processSymmetric=function(t){var e,n=this,r=n.xField,a=n.yField,s=n._getMax(a),c=t[0][0];c&&o(c[a])&&(e=n._getXValuesMax()),i(t,(function(t){i(t,(function(t){var n,c=t[a];if(o(c)){var l=t[r],u=e[l];n=(s-u)/2;var h=[];i(c,(function(t){h.push(n+t)})),t[a]=h}else n=(s-c)/2,t[a]=[n,c+n]}))}))},e}(c);c.Symmetric=l,t.exports=l},function(t,e,n){var r,i,a=n(0),o=n(168),s="g2-tooltip",c="g2-legend",l=a.deepMix({},o,{background:{fill:"#1F1F1F",radius:2},plotBackground:{fill:"#1F1F1F"},axis:{top:{label:{textStyle:{fill:"#A6A6A6"}},line:{stroke:"#737373"},tickLine:{stroke:"#737373"}},bottom:{label:{textStyle:{fill:"#A6A6A6"}},line:{stroke:"#737373"},tickLine:{stroke:"#737373"}},left:{label:{textStyle:{fill:"#A6A6A6"}},grid:{lineStyle:{stroke:"#404040"}}},right:{label:{textStyle:{fill:"#A6A6A6"}},grid:{lineStyle:{stroke:"#404040"}}},circle:{label:{textStyle:{fill:"#A6A6A6"}},line:{stroke:"#737373"},tickLine:{stroke:"#737373"},grid:{lineStyle:{stroke:"#404040"}}},radius:{label:{textStyle:{fill:"#A6A6A6"}},line:{stroke:"#737373"},tickLine:{stroke:"#737373"},grid:{lineStyle:{stroke:"#404040"}}},helix:{line:{stroke:"#737373"},tickLine:{stroke:"#737373"}}},label:{textStyle:{fill:"#A6A6A6"}},legend:{right:{textStyle:{fill:"#737373"},unCheckColor:"#bfbfbf"},left:{textStyle:{fill:"#737373"},unCheckColor:"#bfbfbf"},top:{textStyle:{fill:"#737373"},unCheckColor:"#bfbfbf"},bottom:{textStyle:{fill:"#737373"},unCheckColor:"#bfbfbf"},html:(r={},r[""+c]={color:"#D9D9D9"},r),gradient:{textStyle:{fill:"#D9D9D9"},lineStyle:{stroke:"#404040"}}},tooltip:(i={},i[""+s]={color:"#D9D9D9",backgroundColor:"rgba(0, 0, 0, 0.5)",boxShadow:"0px 0px 2px #000"},i),tooltipCrosshairsRect:{type:"rect",rectStyle:{fill:"#fff",opacity:.1}},tooltipCrosshairsLine:{lineStyle:{stroke:"rgba(255, 255, 255, 0.45)"}},guide:{line:{text:{style:{fill:"#A6A6A6"}}},text:{style:{fill:"#A6A6A6"}},region:{style:{lineWidth:0,fill:"#000",fillOpacity:.04}}}});t.exports=l},function(t,e,n){var r=n(91),i=n(198),a=n(393),o=n(394),s={getLabelsClass:function(t,e){var n=r;return"polar"===t?n=i:"theta"===t?n=a:"interval"!==e&&"polygon"!==e||(n=o),n}};t.exports=s},function(t,e,n){var r=n(35);r.Base=r,r.Circle=n(368),r.Grid=n(187),r.Helix=n(369),r.Line=n(370),r.Polyline=n(371),t.exports=r},function(t,e,n){var r=n(2),i=n(170),a=n(171),o=n(351),s=n(352),c=function t(e){t.superclass.constructor.call(this,e)};c.CFG={eventEnable:!0,width:null,height:null,widthCanvas:null,heightCanvas:null,widthStyle:null,heightStyle:null,containerDOM:null,canvasDOM:null,pixelRatio:null,renderer:"canvas"},r.extend(c,a),r.augment(c,{init:function(){c.superclass.init.call(this),this._setGlobalParam(),this._setContainer(),this._initPainter(),this._scale(),this.get("eventEnable")&&this._registEvents()},getEmitter:function(t,e){if(t){if(!r.isEmpty(t._getEvents()))return t;var n=t.get("parent");if(n&&!e.propagationStopped)return this.getEmitter(n,e)}},_getEventObj:function(t,e,n,r){var a=new i(t,e,!0,!0);return a.x=n.x,a.y=n.y,a.clientX=e.clientX,a.clientY=e.clientY,a.currentTarget=r,a.target=r,a},_triggerEvent:function(t,e){var n,r=this.getPointByClient(e.clientX,e.clientY),i=this.getShape(r.x,r.y,e),a=this.get("el");if("mousemove"===t){var o=this.get("preShape");if(o&&o!==i){var s=this._getEventObj("mouseleave",e,r,o);n=this.getEmitter(o,e),n&&n.emit("mouseleave",s),a.style.cursor="default"}if(i){var c=this._getEventObj("mousemove",e,r,i);if(n=this.getEmitter(i,e),n&&n.emit("mousemove",c),o!==i){var l=this._getEventObj("mouseenter",e,r,i);n&&n.emit("mouseenter",l,e)}}else{var u=this._getEventObj("mousemove",e,r,this);this.emit("mousemove",u)}this.set("preShape",i)}else{var h=this._getEventObj(t,e,r,i||this);n=this.getEmitter(i,e),n&&n!==this&&n.emit(t,h),this.emit(t,h)}i&&!i.get("destroyed")&&(a.style.cursor=i.attr("cursor")||"default")},_registEvents:function(){var t=this,e=t.get("el"),n=["mouseout","mouseover","mousemove","mousedown","mouseleave","mouseup","click","dblclick"];r.each(n,(function(n){e.addEventListener(n,(function(e){t._triggerEvent(n,e)}),!1)})),e.addEventListener("touchstart",(function(e){r.isEmpty(e.touches)||t._triggerEvent("touchstart",e.touches[0])}),!1),e.addEventListener("touchmove",(function(e){r.isEmpty(e.touches)||t._triggerEvent("touchmove",e.touches[0])}),!1),e.addEventListener("touchend",(function(e){r.isEmpty(e.changedTouches)||t._triggerEvent("touchend",e.changedTouches[0])}),!1)},_scale:function(){var t=this.get("pixelRatio");this.scale(t,t)},_setGlobalParam:function(){var t=this.get("pixelRatio");t||this.set("pixelRatio",r.getRatio());var e=s[this.get("renderer")||"canvas"];this._cfg.renderer=e,this._cfg.canvas=this;var n=new o(this);this._cfg.timeline=n},_setContainer:function(){var t=this.get("containerId"),e=this.get("containerDOM");e||(e=document.getElementById(t),this.set("containerDOM",e)),r.modifyCSS(e,{position:"relative"})},_initPainter:function(){var t=this.get("containerDOM"),e=new this._cfg.renderer.painter(t);this._cfg.painter=e,this._cfg.canvasDOM=this._cfg.el=e.canvas,this.changeSize(this.get("width"),this.get("height"))},_resize:function(){var t=this.get("canvasDOM"),e=this.get("widthCanvas"),n=this.get("heightCanvas"),r=this.get("widthStyle"),i=this.get("heightStyle");t.style.width=r,t.style.height=i,t.setAttribute("width",e),t.setAttribute("height",n)},getWidth:function(){var t=this.get("pixelRatio"),e=this.get("width");return e*t},getHeight:function(){var t=this.get("pixelRatio"),e=this.get("height");return e*t},changeSize:function(t,e){var n=this.get("pixelRatio"),r=t*n,i=e*n;this.set("widthCanvas",r),this.set("heightCanvas",i),this.set("widthStyle",t+"px"),this.set("heightStyle",e+"px"),this.set("width",t),this.set("height",e),this._resize()},getPointByClient:function(t,e){var n=this.get("el"),r=this.get("pixelRatio")||1,i=n.getBoundingClientRect();return{x:(t-i.left)*r,y:(e-i.top)*r}},getClientByPoint:function(t,e){var n=this.get("el"),r=n.getBoundingClientRect(),i=this.get("pixelRatio")||1;return{clientX:t/i+r.left,clientY:e/i+r.top}},draw:function(){this._cfg.painter.draw(this)},getShape:function(t,e,n){return 3===arguments.length&&this._cfg.renderer.getShape?this._cfg.renderer.getShape.call(this,t,e,n):c.superclass.getShape.call(this,t,e)},_drawSync:function(){this._cfg.painter.drawSync(this)},destroy:function(){var t=this._cfg,e=t.containerDOM,n=t.canvasDOM;n&&e&&e.removeChild(n),t.timeline.stop(),c.superclass.destroy.call(this)}}),t.exports=c},function(t,e,n){var r=n(2);t.exports={canFill:!1,canStroke:!1,initAttrs:function(t){return this._attrs={opacity:1,fillOpacity:1,strokeOpacity:1,matrix:[1,0,0,0,1,0,0,0,1]},this.attr(r.assign(this.getDefaultAttrs(),t)),this},getDefaultAttrs:function(){return{}},attr:function(t,e){var n=this;if(0===arguments.length)return n._attrs;if(r.isObject(t)){for(var i in t)this._setAttr(i,t[i]);return n.clearBBox(),this._cfg.hasUpdate=!0,n}return 2===arguments.length?(this._setAttr(t,e),n.clearBBox(),this._cfg.hasUpdate=!0,n):n._attrs[t]},_setAttr:function(t,e){var n=this,r=this._attrs;r[t]=e,"fill"!==t&&"stroke"!==t?"opacity"!==t?"clip"===t&&e?n._setClip(e):"path"===t&&n._afterSetAttrPath?n._afterSetAttrPath(e):"transform"!==t?"rotate"===t&&n.rotateAtStart(e):n.transform(e):r.globalAlpha=e:r[t+"Style"]=e},clearBBox:function(){this.setSilent("box",null)},hasFill:function(){return this.canFill&&this._attrs.fillStyle},hasStroke:function(){return this.canStroke&&this._attrs.strokeStyle},_setClip:function(t){t._cfg.renderer=this._cfg.renderer,t._cfg.canvas=this._cfg.canvas,t._cfg.parent=this._cfg.parent,t.hasFill=function(){return!0}}}},function(t,e,n){var r=n(2);function i(t){return 1===t[0]&&0===t[1]&&0===t[3]&&1===t[4]&&0===t[6]&&0===t[7]}function a(t){return 0===t[1]&&0===t[3]&&0===t[6]&&0===t[7]}function o(t,e){i(e)||(a(e)?(t[0]*=e[0],t[4]*=e[4]):r.mat3.multiply(t,t,e))}t.exports={initTransform:function(){},resetMatrix:function(){this.attr("matrix",[1,0,0,0,1,0,0,0,1])},translate:function(t,e){var n=this._attrs.matrix;return r.mat3.translate(n,n,[t,e]),this.clearTotalMatrix(),this.attr("matrix",n),this},rotate:function(t){var e=this._attrs.matrix;return r.mat3.rotate(e,e,t),this.clearTotalMatrix(),this.attr("matrix",e),this},scale:function(t,e){var n=this._attrs.matrix;return r.mat3.scale(n,n,[t,e]),this.clearTotalMatrix(),this.attr("matrix",n),this},rotateAtStart:function(t){var e=this._attrs.x||this._cfg.attrs.x,n=this._attrs.y||this._cfg.attrs.y;return Math.abs(t)>2*Math.PI&&(t=t/180*Math.PI),this.transform([["t",-e,-n],["r",t],["t",e,n]])},move:function(t,e){var n=this.get("x")||0,r=this.get("y")||0;return this.translate(t-n,e-r),this.set("x",t),this.set("y",e),this},transform:function(t){var e=this,n=this._attrs.matrix;return r.each(t,(function(t){switch(t[0]){case"t":e.translate(t[1],t[2]);break;case"s":e.scale(t[1],t[2]);break;case"r":e.rotate(t[1]);break;case"m":e.attr("matrix",r.mat3.multiply([],n,t[1])),e.clearTotalMatrix();break;default:break}})),e},setTransform:function(t){return this.attr("matrix",[1,0,0,0,1,0,0,0,1]),this.transform(t)},getMatrix:function(){return this.attr("matrix")},setMatrix:function(t){return this.attr("matrix",t),this.clearTotalMatrix(),this},apply:function(t,e){var n;return n=e?this._getMatrixByRoot(e):this.attr("matrix"),r.vec3.transformMat3(t,t,n),this},_getMatrixByRoot:function(t){var e=this;t=t||e;var n=e,i=[];while(n!==t)i.unshift(n),n=n.get("parent");i.unshift(n);var a=[1,0,0,0,1,0,0,0,1];return r.each(i,(function(t){r.mat3.multiply(a,t.attr("matrix"),a)})),a},getTotalMatrix:function(){var t=this._cfg.totalMatrix;if(!t){t=[1,0,0,0,1,0,0,0,1];var e=this._cfg.parent;if(e){var n=e.getTotalMatrix();o(t,n)}o(t,this.attr("matrix")),this._cfg.totalMatrix=t}return t},clearTotalMatrix:function(){},invert:function(t){var e=this.getTotalMatrix();if(a(e))t[0]/=e[0],t[1]/=e[4];else{var n=r.mat3.invert([],e);n&&r.vec3.transformMat3(t,t,n)}return this},resetTransform:function(t){var e=this.attr("matrix");i(e)||t.transform(e[0],e[1],e[3],e[4],e[6],e[7])}}},function(t,e,n){var r=n(2),i={delay:"delay",rotate:"rotate"},a={fill:"fill",stroke:"stroke",fillStyle:"fillStyle",strokeStyle:"strokeStyle"};function o(t,e){var n={},r=e._attrs;for(var i in t.attrs)n[i]=r[i];return n}function s(t,e){var n={matrix:null,attrs:{}},o=e._attrs;for(var s in t)if("transform"===s)n.matrix=r.transform(e.getMatrix(),t[s]);else if("rotate"===s)n.matrix=r.transform(e.getMatrix(),[["r",t[s]]]);else if("matrix"===s)n.matrix=t[s];else{if(a[s]&&/^[r,R,L,l]{1}[\s]*\(/.test(t[s]))continue;i[s]||o[s]===t[s]||(n.attrs[s]=t[s])}return n}function c(t,e){var n=e.delay,i=Object.prototype.hasOwnProperty;return r.each(e.toAttrs,(function(e,a){r.each(t,(function(t){n<t.startTime+t.duration&&i.call(t.toAttrs,a)&&(delete t.toAttrs[a],delete t.fromAttrs[a])}))})),e.toMatrix&&r.each(t,(function(t){n<t.startTime+t.duration&&t.toMatrix&&delete t.toMatrix})),t}t.exports={animate:function(t,e,n,i,a){void 0===a&&(a=0);var l=this;l.set("animating",!0);var u=l.get("timeline");u||(u=l.get("canvas").get("timeline"),l.setSilent("timeline",u));var h=l.get("animators")||[];u._timer||u.initTimer(),r.isNumber(i)&&(a=i,i=null),r.isFunction(n)?(i=n,n="easeLinear"):n=n||"easeLinear";var f=s(t,l),d={fromAttrs:o(f,l),toAttrs:f.attrs,fromMatrix:r.clone(l.getMatrix()),toMatrix:f.matrix,duration:e,easing:n,callback:i,delay:a,startTime:u.getTime(),id:r.uniqueId()};h.length>0?h=c(h,d):u.addAnimator(l),h.push(d),l.setSilent("animators",h),l.setSilent("pause",{isPaused:!1})},stopAnimate:function(){var t=this,e=this.get("animators");r.each(e,(function(e){t.attr(e.toAttrs),e.toMatrix&&t.attr("matrix",e.toMatrix),e.callback&&e.callback()})),this.setSilent("animating",!1),this.setSilent("animators",[])},pauseAnimate:function(){var t=this,e=t.get("timeline");return t.setSilent("pause",{isPaused:!0,pauseTime:e.getTime()}),t},resumeAnimate:function(){var t=this,e=t.get("timeline"),n=e.getTime(),i=t.get("animators"),a=t.get("pause").pauseTime;return r.each(i,(function(t){t.startTime=t.startTime+(n-a),t._paused=!1,t._pauseTime=null})),t.setSilent("pause",{isPaused:!1}),t.setSilent("animators",i),t}}},function(t,e,n){var r=n(9);r.Arc=n(175),r.Circle=n(176),r.Dom=n(177),r.Ellipse=n(178),r.Fan=n(179),r.Image=n(180),r.Line=n(181),r.Marker=n(95),r.Path=n(182),r.Polygon=n(183),r.Polyline=n(184),r.Rect=n(185),r.Text=n(186),t.exports=r},function(t,e,n){var r=n(2),i=n(93),a={arc:n(53),ellipse:n(174),line:n(52)},o=r.createDom('<canvas width="500" height="500"></canvas>'),s=o.getContext("2d");function c(t,e,n){return n.createPath(s),s.isPointInPath(t,e)}var l=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.r,s=n.startAngle,c=n.endAngle,l=n.clockwise,u=this.getHitLineWidth();return!!this.hasStroke()&&i.arcline(r,a,o,s,c,l,u,t,e)},u=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.r,s=this.getHitLineWidth(),c=this.hasFill(),l=this.hasStroke();return c&&l?i.circle(r,a,o,t,e)||i.arcline(r,a,o,0,2*Math.PI,!1,s,t,e):c?i.circle(r,a,o,t,e):!!l&&i.arcline(r,a,o,0,2*Math.PI,!1,s,t,e)},h=function(t,e){var n=this._attrs,a=this.hasFill(),o=this.hasStroke(),s=n.x,c=n.y,l=n.rx,u=n.ry,h=this.getHitLineWidth(),f=l>u?l:u,d=l>u?1:l/u,p=l>u?u/l:1,v=[t,e,1],g=[1,0,0,0,1,0,0,0,1];r.mat3.scale(g,g,[d,p]),r.mat3.translate(g,g,[s,c]);var m=r.mat3.invert([],g);return r.vec3.transformMat3(v,v,m),a&&o?i.circle(0,0,f,v[0],v[1])||i.arcline(0,0,f,0,2*Math.PI,!1,h,v[0],v[1]):a?i.circle(0,0,f,v[0],v[1]):!!o&&i.arcline(0,0,f,0,2*Math.PI,!1,h,v[0],v[1])},f=function(t,e){var n=this,o=n.hasFill(),s=n.hasStroke(),c=n._attrs,l=c.x,u=c.y,h=c.rs,f=c.re,d=c.startAngle,p=c.endAngle,v=c.clockwise,g=[1,0],m=[t-l,e-u],y=r.vec2.angleTo(g,m);function b(){var t=a.arc.nearAngle(y,d,p,v);if(r.isNumberEqual(y,t)){var e=r.vec2.squaredLength(m);if(h*h<=e&&e<=f*f)return!0}return!1}function _(){var r=n.getHitLineWidth(),a={x:Math.cos(d)*h+l,y:Math.sin(d)*h+u},o={x:Math.cos(d)*f+l,y:Math.sin(d)*f+u},s={x:Math.cos(p)*h+l,y:Math.sin(p)*h+u},c={x:Math.cos(p)*f+l,y:Math.sin(p)*f+u};return!!i.line(a.x,a.y,o.x,o.y,r,t,e)||(!!i.line(s.x,s.y,c.x,c.y,r,t,e)||(!!i.arcline(l,u,h,d,p,v,r,t,e)||!!i.arcline(l,u,f,d,p,v,r,t,e)))}return o&&s?b()||_():o?b():!!s&&_()},d=function(t,e){var n=this._attrs;if(this.get("toDraw")||!n.img)return!1;this._cfg.attrs&&this._cfg.attrs.img===n.img||this._setAttrImg();var r=n.x,a=n.y,o=n.width,s=n.height;return i.rect(r,a,o,s,t,e)},p=function(t,e){var n=this._attrs,r=n.x1,a=n.y1,o=n.x2,s=n.y2,c=this.getHitLineWidth();return!!this.hasStroke()&&i.line(r,a,o,s,c,t,e)},v=function(t,e){var n=this,i=n.get("segments"),a=n.hasFill(),o=n.hasStroke();function s(){if(!r.isEmpty(i)){for(var a=n.getHitLineWidth(),o=0,s=i.length;o<s;o++)if(i[o].isInside(t,e,a))return!0;return!1}}return a&&o?c(t,e,n)||s():a?c(t,e,n):!!o&&s()},g=function(t,e){var n=this,r=n.hasFill(),a=n.hasStroke();function o(){var r=n._attrs,a=r.points;if(a.length<2)return!1;var o=n.getHitLineWidth(),s=a.slice(0);return a.length>=3&&s.push(a[0]),i.polyline(s,o,t,e)}return r&&a?c(t,e,n)||o():r?c(t,e,n):!!a&&o()},m=function(t,e){var n=this._attrs,r=n.x,a=n.y,o=n.radius||n.r,s=this.getHitLineWidth();return i.circle(r,a,o+s/2,t,e)},y=function(t,e){var n=this,r=n._attrs;if(n.hasStroke()){var a=r.points;if(a.length<2)return!1;var o=r.lineWidth;return i.polyline(a,o,t,e)}return!1},b=function(t,e){var n=this,r=n.hasFill(),a=n.hasStroke();function o(){var r=n._attrs,a=r.x,o=r.y,s=r.width,c=r.height,l=r.radius,u=n.getHitLineWidth();if(0===l){var h=u/2;return i.line(a-h,o,a+s+h,o,u,t,e)||i.line(a+s,o-h,a+s,o+c+h,u,t,e)||i.line(a+s+h,o+c,a-h,o+c,u,t,e)||i.line(a,o+c+h,a,o-h,u,t,e)}return i.line(a+l,o,a+s-l,o,u,t,e)||i.line(a+s,o+l,a+s,o+c-l,u,t,e)||i.line(a+s-l,o+c,a+l,o+c,u,t,e)||i.line(a,o+c-l,a,o+l,u,t,e)||i.arcline(a+s-l,o+l,l,1.5*Math.PI,2*Math.PI,!1,u,t,e)||i.arcline(a+s-l,o+c-l,l,0,.5*Math.PI,!1,u,t,e)||i.arcline(a+l,o+c-l,l,.5*Math.PI,Math.PI,!1,u,t,e)||i.arcline(a+l,o+l,l,Math.PI,1.5*Math.PI,!1,u,t,e)}return r&&a?c(t,e,n)||o():r?c(t,e,n):!!a&&o()},_=function(t,e){var n=this,r=n.getBBox();if(n.hasFill()||n.hasStroke())return i.box(r.minX,r.maxX,r.minY,r.maxY,t,e)},x=function(t,e){if(!this._cfg.el)return!1;var n=this._cfg.el.getBBox();return i.box(n.x,n.x+n.width,n.y,n.y+n.height,t,e)},w={arc:l,circle:u,dom:x,ellipse:h,fan:f,image:d,line:p,path:v,marker:m,polygon:g,polyline:y,rect:b,text:_};t.exports={isPointInPath:function(t,e){var n=w[this.type];return!!n&&n.call(this,t,e)}}},function(t,e,n){var r=n(2),i=n(96),a=n(101),o=n(103),s=n(133),c=s.interpolate,l=s.interpolateArray,u=function(t){this._animators=[],this._current=0,this._timer=null,this.canvas=t};function h(t,e,n){var a={},o=e.toAttrs,s=e.fromAttrs,u=e.toMatrix;if(!t.get("destroyed")){var h;for(var f in o)if(!r.isEqual(s[f],o[f]))if("path"===f){var d=o[f],p=s[f];d.length>p.length?(d=i.parsePathString(o[f]),p=i.parsePathString(s[f]),p=i.fillPathByDiff(p,d),p=i.formatPath(p,d),e.fromAttrs.path=p,e.toAttrs.path=d):e.pathFormatted||(d=i.parsePathString(o[f]),p=i.parsePathString(s[f]),p=i.formatPath(p,d),e.fromAttrs.path=p,e.toAttrs.path=d,e.pathFormatted=!0),a[f]=[];for(var v=0;v<d.length;v++){for(var g=d[v],m=p[v],y=[],b=0;b<g.length;b++)r.isNumber(g[b])&&m&&r.isNumber(m[b])?(h=c(m[b],g[b]),y.push(h(n))):y.push(g[b]);a[f].push(y)}}else h=c(s[f],o[f]),a[f]=h(n);if(u){var _=l(e.fromMatrix,u),x=_(n);t.setMatrix(x)}t.attr(a)}}function f(t,e,n){var r,i=e.startTime;if(n<i+e.delay||e.isPaused)return!1;var a=e.duration,s=e.easing;if(n=n-i-e.delay,e.toAttrs.repeat)r=n%a/a,r=o[s](r);else{if(r=n/a,!(r<1))return t.attr(e.toAttrs),e.toMatrix&&t.setMatrix(e.toMatrix),!0;r=o[s](r)}return h(t,e,r),!1}r.augment(u,{initTimer:function(){var t,e,n,r=this,i=this,o=!1;i._timer=a.timer((function(a){if(i._current=a,r._animators.length>0){for(var s=r._animators.length-1;s>=0;s--)if(t=r._animators[s],t.get("destroyed"))i.removeAnimator(s);else{if(!t.get("pause").isPaused){e=t.get("animators");for(var c=e.length-1;c>=0;c--)n=e[c],o=f(t,n,a),o&&(e.splice(c,1),o=!1,n.callback&&n.callback())}0===e.length&&i.removeAnimator(s)}r.canvas.draw()}}))},addAnimator:function(t){this._animators.push(t)},removeAnimator:function(t){this._animators.splice(t,1)},isAnimating:function(){return!!this._animators.length},stop:function(){this._timer&&this._timer.stop()},stopAllAnimations:function(){this._animators.forEach((function(t){t.stopAnimate()})),this._animators=[],this.canvas.draw()},getTime:function(){return this._current}}),t.exports=u},function(t,e,n){t.exports={canvas:n(353),svg:n(356)}},function(t,e,n){t.exports={painter:n(354)}},function(t,e,n){var r=n(2),i=n(355),a=["fillStyle","font","globalAlpha","lineCap","lineWidth","lineJoin","miterLimit","shadowBlur","shadowColor","shadowOffsetX","shadowOffsetY","strokeStyle","textAlign","textBaseline","lineDash","lineDashOffset"],o=function(){function t(t){if(!t)return null;var e=r.uniqueId("canvas_"),n=r.createDom('<canvas id="'+e+'"></canvas>');return t.appendChild(n),this.type="canvas",this.canvas=n,this.context=n.getContext("2d"),this.toDraw=!1,this}var e=t.prototype;return e.beforeDraw=function(){var t=this.canvas;this.context&&this.context.clearRect(0,0,t.width,t.height)},e.draw=function(t){var e=this;function n(){e.animateHandler=r.requestAnimationFrame((function(){e.animateHandler=void 0,e.toDraw&&n()})),e.beforeDraw();try{e._drawGroup(t)}catch(i){console.warn("error in draw canvas, detail as:"),console.warn(i),e.toDraw=!1}e.toDraw=!1}e.animateHandler?e.toDraw=!0:n()},e.drawSync=function(t){this.beforeDraw(),this._drawGroup(t)},e._drawGroup=function(t){if(!t._cfg.removed&&!t._cfg.destroyed&&t._cfg.visible){var e=this,n=t._cfg.children,r=null;this.setContext(t);for(var i=0;i<n.length;i++)r=n[i],n[i].isGroup?e._drawGroup(r):e._drawShape(r);this.restoreContext(t)}},e._drawShape=function(t){t._cfg.removed||t._cfg.destroyed||!t._cfg.visible||(this.setContext(t),t.drawInner(this.context),this.restoreContext(t),t._cfg.attrs=t._attrs,t._cfg.hasUpdate=!1)},e.setContext=function(t){var e=this.context,n=t._attrs.clip;e.save(),n&&(n.resetTransform(e),n.createPath(e),e.clip()),this.resetContext(t),t.resetTransform(e)},e.restoreContext=function(){this.context.restore()},e.resetContext=function(t){var e=this.context,n=t._attrs;if(!t.isGroup)for(var o in n)if(a.indexOf(o)>-1){var s=n[o];"fillStyle"===o&&(s=i.parseStyle(s,t,e)),"strokeStyle"===o&&(s=i.parseStyle(s,t,e)),"lineDash"===o&&e.setLineDash?r.isArray(s)?e.setLineDash(s):r.isString(s)&&e.setLineDash(s.split(" ")):e[o]=s}},t}();t.exports=o},function(t,e,n){var r=n(2),i=/[MLHVQTCSAZ]([^MLHVQTCSAZ]*)/gi,a=/[^\s\,]+/gi,o=/^l\s*\(\s*([\d.]+)\s*\)\s*(.*)/i,s=/^r\s*\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*\)\s*(.*)/i,c=/^p\s*\(\s*([axyn])\s*\)\s*(.*)/i,l=/[\d.]+:(#[^\s]+|[^\)]+\))/gi,u={};function h(t,e){var n=t.match(l);r.each(n,(function(t){t=t.split(":"),e.addColorStop(t[0],t[1])}))}function f(t,e,n){var i,a,s=o.exec(t),c=r.mod(r.toRadian(parseFloat(s[1])),2*Math.PI),l=s[2],u=e.getBBox();c>=0&&c<.5*Math.PI?(i={x:u.minX,y:u.minY},a={x:u.maxX,y:u.maxY}):.5*Math.PI<=c&&c<Math.PI?(i={x:u.maxX,y:u.minY},a={x:u.minX,y:u.maxY}):Math.PI<=c&&c<1.5*Math.PI?(i={x:u.maxX,y:u.maxY},a={x:u.minX,y:u.minY}):(i={x:u.minX,y:u.maxY},a={x:u.maxX,y:u.minY});var f=Math.tan(c),d=f*f,p=(a.x-i.x+f*(a.y-i.y))/(d+1)+i.x,v=f*(a.x-i.x+f*(a.y-i.y))/(d+1)+i.y,g=n.createLinearGradient(i.x,i.y,p,v);return h(l,g),g}function d(t,e,n){var r=s.exec(t),i=parseFloat(r[1]),a=parseFloat(r[2]),o=parseFloat(r[3]),c=r[4];if(0===o){var u=c.match(l);return u[u.length-1].split(":")[1]}var f=e.getBBox(),d=f.maxX-f.minX,p=f.maxY-f.minY,v=Math.sqrt(d*d+p*p)/2,g=n.createRadialGradient(f.minX+d*i,f.minY+p*a,o*v,f.minX+d/2,f.minY+p/2,v);return h(c,g),g}function p(t,e,n){if(e.get("patternSource")&&e.get("patternSource")===t)return e.get("pattern");var r,i,a=c.exec(t),o=a[1],s=a[2];function l(){r=n.createPattern(i,o),e.setSilent("pattern",r),e.setSilent("patternSource",t)}switch(o){case"a":o="repeat";break;case"x":o="repeat-x";break;case"y":o="repeat-y";break;case"n":o="no-repeat";break;default:o="no-repeat"}return i=new Image,s.match(/^data:/i)||(i.crossOrigin="Anonymous"),i.src=s,i.complete?l():(i.onload=l,i.src=i.src),r}t.exports={parsePath:function(t){return t=t||[],r.isArray(t)?t:r.isString(t)?(t=t.match(i),r.each(t,(function(e,n){if(e=e.match(a),e[0].length>1){var i=e[0].charAt(0);e.splice(1,0,e[0].substr(1)),e[0]=i}r.each(e,(function(t,n){isNaN(t)||(e[n]=+t)})),t[n]=e})),t):void 0},parseStyle:function(t,e,n){if(r.isString(t)){if("("===t[1]||"("===t[2]){if("l"===t[0])return f(t,e,n);if("r"===t[0])return d(t,e,n);if("p"===t[0])return p(t,e,n)}return t}},numberToColor:function(t){var e=u[t];if(!e){for(var n=t.toString(16),r=n.length;r<6;r++)n="0"+n;e="#"+n,u[t]=e}return e}}},function(t,e,n){t.exports={painter:n(357),getShape:n(364)}},function(t,e,n){var r=n(2),i=n(37),a=i.parseRadius,o=n(95),s=n(358),c={rect:"path",circle:"circle",line:"line",path:"path",marker:"path",text:"text",polygon:"polygon",image:"image",ellipse:"ellipse",dom:"foreignObject",fan:"path",group:"g"},l=.3,u={opacity:"opacity",fillStyle:"fill",strokeOpacity:"stroke-opacity",fillOpacity:"fill-opacity",strokeStyle:"stroke",x:"x",y:"y",r:"r",width:"width",height:"height",x1:"x1",x2:"x2",y1:"y1",y2:"y2",lineCap:"stroke-linecap",lineJoin:"stroke-linejoin",lineWidth:"stroke-width",lineDash:"stroke-dasharray",lineDashOffset:"stroke-dashoffset",miterLimit:"stroke-miterlimit",font:"font",fontSize:"font-size",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",fontFamily:"font-family",startArrow:"marker-start",endArrow:"marker-end",path:"d",class:"class",id:"id",style:"style",preserveAspectRatio:"preserveAspectRatio"},h={top:"before-edge",middle:"central",bottom:"after-edge",alphabetic:"baseline",hanging:"hanging"},f={left:"left",start:"left",center:"middle",right:"end",end:"end"},d=function(){function t(t){if(!t)return null;var e=r.uniqueId("canvas_"),n=r.createDom('<svg id="'+e+'"></svg>');return t.appendChild(n),this.type="svg",this.canvas=n,this.context=new s(n),this.toDraw=!1,this}var e=t.prototype;return e.draw=function(t){var e=this;function n(){e.animateHandler=r.requestAnimationFrame((function(){e.animateHandler=void 0,e.toDraw&&n()}));try{t.resetMatrix(),e._drawGroup(t,!1)}catch(i){console.warn("error in draw canvas, detail as:"),console.warn(i),e.toDraw=!1}e.toDraw=!1}e.animateHandler?e.toDraw=!0:n()},e.drawSync=function(t){this._drawChildren(t,!1)},e._drawGroup=function(t,e){var n=t._cfg;n.removed||n.destroyed||(!n.el&&n.attrs&&(e=!0),n.tobeRemoved&&(r.each(n.tobeRemoved,(function(t){t.parentNode&&t.parentNode.removeChild(t)})),n.tobeRemoved=[]),this._drawShape(t,e),n.children&&n.children.length>0&&this._drawChildren(t,e))},e._drawChildren=function(t,e){var n,r=this,i=t._cfg.children;if(i){if(t._cfg.el&&!e){var a=t._cfg.el.childNodes.length+1;0!==a&&a!==i.length&&(e=!0)}for(var o=0;o<i.length;o++)n=i[o],n.isGroup?r._drawGroup(n,e):r._drawShape(n,e)}},e._drawShape=function(t,e){var n=this,r=t._attrs,i=t._cfg,a=i.el;i.removed||i.destroyed?a&&a.parentNode.removeChild(i.el):(e&&a&&(a.parentNode&&a.parentNode.removeChild(a),a=null),!a&&i.parent&&(n._createDom(t),n._updateShape(t)),a=i.el,!1!==i.visible?(i.visible&&a.hasAttribute("visibility")&&a.removeAttribute("visibility"),i.hasUpdate&&n._updateShape(t),r.clip&&r.clip._cfg.hasUpdate&&n._updateShape(r.clip)):a.setAttribute("visibility","hidden"))},e._updateShape=function(t){var e=this,n=t._attrs,i=t._cfg.attrs;if(i)if(t._cfg.el||e._createDom(t),"clip"in n&&this._setClip(t,n.clip),("shadowOffsetX"in n||"shadowOffsetY"in n||"shadowBlur"in n||"shadowColor"in n)&&this._setShadow(t),"text"!==t.type){for(var a in"fan"===t.type&&e._updateFan(t),"marker"===t.type&&t._cfg.el.setAttribute("d",e._assembleMarker(n)),"rect"===t.type&&t._cfg.el.setAttribute("d",e._assembleRect(n)),n)n[a]!==i[a]&&e._setAttribute(t,a,n[a]);t._cfg.attrs=r.deepMix({},t._attrs),t._cfg.hasUpdate=!1}else e._updateText(t)},e._setAttribute=function(t,e,n){var i=t.type,a=t._attrs,o=t._cfg.el,s=this.context;if("marker"!==i&&"rect"!==i||!~["x","y","radius","r"].indexOf(e))if(~["circle","ellipse"].indexOf(i)&&~["x","y"].indexOf(e))o.setAttribute("c"+e,parseInt(n,10));else{if("polygon"===i&&"points"===e)return n&&0!==n.length||(n=""),r.isArray(n)&&(n=n.map((function(t){return t[0]+","+t[1]})),n=n.join(" ")),void o.setAttribute("points",n);if("path"===e&&r.isArray(n))o.setAttribute("d",this._formatPath(n));else if("img"!==e){if("transform"===e)return n?void this._setTransform(t):void o.removeAttribute("transform");if("rotate"===e)return n?void this._setTransform(t):void o.removeAttribute("transform");if("matrix"!==e)if("fillStyle"!==e&&"strokeStyle"!==e){if("clip"!==e)if(~e.indexOf("Arrow"))if(e=u[e],n){var c=null;c="boolean"===typeof n?s.getDefaultArrow(a,e):s.addArrow(a,e),o.setAttribute(e,"url(#"+c+")"),t._cfg[e]=c}else t._cfg[e]=null,o.removeAttribute(e);else"html"===e&&("string"===typeof n?o.innerHTML=n:(o.innerHTML="",o.appendChild(n))),u[e]&&o.setAttribute(u[e],n)}else this._setColor(t,e,n);else this._setTransform(t)}else this._setImage(t,n)}},e._createDom=function(t){var e=c[t.type],n=t._attrs;if(!e)throw new Error("the type"+t.type+"is not supported by svg");var r=document.createElementNS("http://www.w3.org/2000/svg",e);return t._cfg.el=r,t._cfg.parent&&t._cfg.parent.get("el").appendChild(r),t._cfg.attrs={},"text"===t.type?(r.setAttribute("paint-order","stroke"),r.setAttribute("style","stroke-linecap:butt; stroke-linejoin:miter;")):(n.stroke||n.strokeStyle||r.setAttribute("stroke","none"),n.fill||n.fillStyle||r.setAttribute("fill","none")),r},e._assembleMarker=function(t){var e=t.r;if("undefined"===typeof t.r&&(e=t.radius),isNaN(Number(t.x))||isNaN(Number(t.y))||isNaN(Number(e)))return"";var n="";return n="function"===typeof t.symbol?t.symbol(t.x,t.y,e):o.Symbols[t.symbol||"circle"](t.x,t.y,e),r.isArray(n)&&(n=n.map((function(t){return t.join(" ")})).join("")),n},e._assembleRect=function(t){var e=t.x,n=t.y,i=t.width,o=t.height,s=t.radius;if(!s)return"M "+e+","+n+" l "+i+",0 l 0,"+o+" l"+-i+" 0 z";var c=a(s);r.isArray(s)?1===s.length?c.r1=c.r2=c.r3=c.r4=s[0]:2===s.length?(c.r1=c.r3=s[0],c.r2=c.r4=s[1]):3===s.length?(c.r1=s[0],c.r2=c.r4=s[1],c.r3=s[2]):(c.r1=s[0],c.r2=s[1],c.r3=s[2],c.r4=s[3]):c.r1=c.r2=c.r3=c.r4=s;var l=[["M "+(e+c.r1)+","+n],["l "+(i-c.r1-c.r2)+",0"],["a "+c.r2+","+c.r2+",0,0,1,"+c.r2+","+c.r2],["l 0,"+(o-c.r2-c.r3)],["a "+c.r3+","+c.r3+",0,0,1,"+-c.r3+","+c.r3],["l "+(c.r3+c.r4-i)+",0"],["a "+c.r4+","+c.r4+",0,0,1,"+-c.r4+","+-c.r4],["l 0,"+(c.r4+c.r1-o)],["a "+c.r1+","+c.r1+",0,0,1,"+c.r1+","+-c.r1],["z"]];return l.join(" ")},e._formatPath=function(t){return t=t.map((function(t){return t.join(" ")})).join(""),~t.indexOf("NaN")?"":t},e._setTransform=function(t){for(var e=t._attrs.matrix,n=t._cfg.el,r=[],i=0;i<9;i+=3)r.push(e[i]+","+e[i+1]);r=r.join(","),-1===r.indexOf("NaN")?n.setAttribute("transform","matrix("+r+")"):console.warn("invalid matrix:",e)},e._setImage=function(t,e){var n=t._attrs,i=t._cfg.el;if(r.isString(e))i.setAttribute("href",e);else if(e instanceof Image)n.width||(i.setAttribute("width",e.width),t._attrs.width=e.width),n.height||(i.setAttribute("height",e.height),t._attrs.height=e.height),i.setAttribute("href",e.src);else if(e instanceof HTMLElement&&r.isString(e.nodeName)&&"CANVAS"===e.nodeName.toUpperCase())i.setAttribute("href",e.toDataURL());else if(e instanceof ImageData){var a=document.createElement("canvas");a.setAttribute("width",e.width),a.setAttribute("height",e.height),a.getContext("2d").putImageData(e,0,0),n.width||(i.setAttribute("width",e.width),t._attrs.width=e.width),n.height||(i.setAttribute("height",e.height),t._attrs.height=e.height),i.setAttribute("href",a.toDataURL())}},e._updateFan=function(t){function e(t,e,n){return{x:e*Math.cos(t)+n.x,y:e*Math.sin(t)+n.y}}var n=t._attrs,i=t._cfg,a={x:n.x,y:n.y},o=[],s=n.startAngle,c=n.endAngle;r.isNumberEqual(c-s,2*Math.PI)&&(c-=1e-5);var l=e(s,n.re,a),u=e(c,n.re,a),h=c>s?1:0,f=Math.abs(c-s)>Math.PI?1:0,d=n.rs,p=n.re,v=e(s,n.rs,a),g=e(c,n.rs,a);n.rs>0?(o.push("M "+u.x+","+u.y),o.push("L "+g.x+","+g.y),o.push("A "+d+","+d+",0,"+f+","+(1===h?0:1)+","+v.x+","+v.y),o.push("L "+l.x+" "+l.y)):(o.push("M "+a.x+","+a.y),o.push("L "+l.x+","+l.y)),o.push("A "+p+","+p+",0,"+f+","+h+","+u.x+","+u.y),n.rs>0?o.push("L "+g.x+","+g.y):o.push("Z"),i.el.setAttribute("d",o.join(" "))},e._updateText=function(t){var e=this,n=t._attrs,r=t._cfg.attrs,i=t._cfg.el;for(var a in this._setFont(t),n)if(n[a]!==r[a]){if("text"===a){e._setText(t,""+n[a]);continue}if("fillStyle"===a||"strokeStyle"===a){this._setColor(t,a,n[a]);continue}if("matrix"===a){this._setTransform(t);continue}u[a]&&i.setAttribute(u[a],n[a])}t._cfg.attrs=Object.assign({},t._attrs),t._cfg.hasUpdate=!1},e._setFont=function(t){var e=t.get("el"),n=t._attrs,r=n.fontSize;e.setAttribute("alignment-baseline",h[n.textBaseline]||"baseline"),e.setAttribute("text-anchor",f[n.textAlign]||"left"),r&&+r<12&&(n.matrix=[1,0,0,0,1,0,0,0,1],t.transform([["t",-n.x,-n.y],["s",+r/12,+r/12],["t",n.x,n.y]]))},e._setText=function(t,e){var n=t._cfg.el,i=t._attrs.textBaseline||"bottom";if(e)if(~e.indexOf("\n")){var a=t._attrs.x,o=e.split("\n"),s=o.length-1,c="";r.each(o,(function(t,e){0===e?"alphabetic"===i?c+='<tspan x="'+a+'" dy="'+-s+'em">'+t+"</tspan>":"top"===i?c+='<tspan x="'+a+'" dy="0.9em">'+t+"</tspan>":"middle"===i?c+='<tspan x="'+a+'" dy="'+-(s-1)/2+'em">'+t+"</tspan>":"bottom"===i?c+='<tspan x="'+a+'" dy="-'+(s+l)+'em">'+t+"</tspan>":"hanging"===i&&(c+='<tspan x="'+a+'" dy="'+(-(s-1)-l)+'em">'+t+"</tspan>"):c+='<tspan x="'+a+'" dy="1em">'+t+"</tspan>"})),n.innerHTML=c}else n.innerHTML=e;else n.innerHTML=""},e._setClip=function(t,e){var n=t._cfg.el;if(e)if(n.hasAttribute("clip-path"))e._cfg.hasUpdate&&this._updateShape(e);else{this._createDom(e),this._updateShape(e);var r=this.context.addClip(e);n.setAttribute("clip-path","url(#"+r+")")}else n.removeAttribute("clip-path")},e._setColor=function(t,e,n){var r=t._cfg.el,i=this.context;if(n)if(n=n.trim(),/^[r,R,L,l]{1}[\s]*\(/.test(n)){var a=i.find("gradient",n);a||(a=i.addGradient(n)),r.setAttribute(u[e],"url(#"+a+")")}else if(/^[p,P]{1}[\s]*\(/.test(n)){var o=i.find("pattern",n);o||(o=i.addPattern(n)),r.setAttribute(u[e],"url(#"+o+")")}else r.setAttribute(u[e],n);else r.setAttribute(u[e],"none")},e._setShadow=function(t){var e=t._cfg.el,n=t._attrs,r={dx:n.shadowOffsetX,dy:n.shadowOffsetY,blur:n.shadowBlur,color:n.shadowColor};if(r.dx||r.dy||r.blur||r.color){var i=this.context.find("filter",r);i||(i=this.context.addShadow(r,this)),e.setAttribute("filter","url(#"+i+")")}else e.removeAttribute("filter")},t}();t.exports=d},function(t,e,n){var r=n(2),i=n(359),a=n(360),o=n(361),s=n(362),c=n(363),l=function(){function t(t){var e=document.createElementNS("http://www.w3.org/2000/svg","defs"),n=r.uniqueId("defs_");e.id=n,t.appendChild(e),this.children=[],this.defaultArrow={},this.el=e,this.canvas=t}var e=t.prototype;return e.find=function(t,e){for(var n=this.children,r=null,i=0;i<n.length;i++)if(n[i].match(t,e)){r=n[i].id;break}return r},e.findById=function(t){for(var e=this.children,n=null,r=0;r<e.length;r++)if(e[r].id===t){n=e[r];break}return n},e.add=function(t){this.children.push(t),t.canvas=this.canvas,t.parent=this},e.getDefaultArrow=function(t,e){var n=t.stroke||t.strokeStyle;if(this.defaultArrow[n])return this.defaultArrow[n].id;var r=new o(t,e);return this.defaultArrow[n]=r,this.el.appendChild(r.el),r.id},e.addGradient=function(t){var e=new i(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addArrow=function(t,e){var n=new o(t,e);return this.el.appendChild(n.el),n.id},e.addShadow=function(t){var e=new a(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addPattern=function(t){var e=new c(t);return this.el.appendChild(e.el),this.add(e),e.id},e.addClip=function(t){var e=new s(t);return this.el.appendChild(e.el),this.add(e),e.id},t}();t.exports=l},function(t,e,n){var r=n(2),i=/^l\s*\(\s*([\d.]+)\s*\)\s*(.*)/i,a=/^r\s*\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*\)\s*(.*)/i,o=/[\d.]+:(#[^\s]+|[^\)]+\))/gi;function s(t){var e=t.match(o);if(!e)return"";var n="";return e.sort((function(t,e){return t=t.split(":"),e=e.split(":"),Number(t[0])-Number(e[0])})),r.each(e,(function(t){t=t.split(":"),n+='<stop offset="'+t[0]+'" stop-color="'+t[1]+'"></stop>'})),n}function c(t,e){var n,a,o=i.exec(t),c=r.mod(r.toRadian(parseFloat(o[1])),2*Math.PI),l=o[2];c>=0&&c<.5*Math.PI?(n={x:0,y:0},a={x:1,y:1}):.5*Math.PI<=c&&c<Math.PI?(n={x:1,y:0},a={x:0,y:1}):Math.PI<=c&&c<1.5*Math.PI?(n={x:1,y:1},a={x:0,y:0}):(n={x:0,y:1},a={x:1,y:0});var u=Math.tan(c),h=u*u,f=(a.x-n.x+u*(a.y-n.y))/(h+1)+n.x,d=u*(a.x-n.x+u*(a.y-n.y))/(h+1)+n.y;e.setAttribute("x1",n.x),e.setAttribute("y1",n.y),e.setAttribute("x2",f),e.setAttribute("y2",d),e.innerHTML=s(l)}function l(t,e){var n=a.exec(t),r=parseFloat(n[1]),i=parseFloat(n[2]),o=parseFloat(n[3]),c=n[4];e.setAttribute("cx",r),e.setAttribute("cy",i),e.setAttribute("r",o),e.innerHTML=s(c)}var u=function(){function t(t){var e=null,n=r.uniqueId("gradient_");return"l"===t.toLowerCase()[0]?(e=document.createElementNS("http://www.w3.org/2000/svg","linearGradient"),c(t,e)):(e=document.createElementNS("http://www.w3.org/2000/svg","radialGradient"),l(t,e)),e.setAttribute("id",n),this.el=e,this.id=n,this.cfg=t,this}var e=t.prototype;return e.match=function(t,e){return this.cfg===e},t}();t.exports=u},function(t,e,n){var r=n(2),i={shadowColor:"color",shadowOpacity:"opacity",shadowBlur:"blur",shadowOffsetX:"dx",shadowOffsetY:"dy"},a={x:"-40%",y:"-40%",width:"200%",height:"200%"},o=function(){function t(t){this.type="filter";var e=document.createElementNS("http://www.w3.org/2000/svg","filter");return r.each(a,(function(t,n){e.setAttribute(n,t)})),this.el=e,this.id=r.uniqueId("filter_"),this.el.id=this.id,this.cfg=t,this._parseShadow(t,e),this}var e=t.prototype;return e.match=function(t,e){if(this.type!==t)return!1;var n=!0,i=this.cfg;return r.each(Object.keys(i),(function(t){if(i[t]!==e[t])return n=!1,!1})),n},e.update=function(t,e){var n=this.cfg;return n[i[t]]=e,this._parseShadow(n,this.el),this},e._parseShadow=function(t,e){var n='<feDropShadow \n      dx="'+(t.dx||0)+'" \n      dy="'+(t.dy||0)+'" \n      stdDeviation="'+(t.blur?t.blur/10:0)+'"\n      flood-color="'+(t.color?t.color:"#000")+'"\n      flood-opacity="'+(t.opacity?t.opacity:1)+'"\n      />';e.innerHTML=n},t}();t.exports=o},function(t,e,n){var r=n(2),i=function(){function t(t,e){var n=document.createElementNS("http://www.w3.org/2000/svg","marker"),i=r.uniqueId("marker_");n.setAttribute("id",i);var a=document.createElementNS("http://www.w3.org/2000/svg","path");return a.setAttribute("stroke","none"),a.setAttribute("fill",t.stroke||"#000"),n.appendChild(a),n.setAttribute("overflow","visible"),n.setAttribute("orient","auto-start-reverse"),this.el=n,this.child=a,this.id=i,this.cfg=t["marker-start"===e?"startArrow":"endArrow"],this.stroke=t.stroke||"#000",!0===this.cfg?this._setDefaultPath(e,a):this._setMarker(t.lineWidth,a),this}var e=t.prototype;return e.match=function(){return!1},e._setDefaultPath=function(t,e){var n=this.el;e.setAttribute("d","M0,0 L6,3 L0,6 L3,3Z"),n.setAttribute("refX",3),n.setAttribute("refY",3)},e._setMarker=function(t,e){var n=this.el,i=this.cfg.path,a=this.cfg.d;r.isArray(i)&&(i=i.map((function(t){return t.join(" ")})).join("")),e.setAttribute("d",i),n.appendChild(e),a&&n.setAttribute("refX",a/t)},e.update=function(t){var e=this.child;e.attr?e.attr("fill",t):e.setAttribute("fill",t)},t}();t.exports=i},function(t,e,n){var r=n(2),i=function(){function t(t){this.type="clip";var e=document.createElementNS("http://www.w3.org/2000/svg","clipPath");this.el=e,this.id=r.uniqueId("clip_"),e.id=this.id;var n=t._cfg.el;return e.appendChild(n.cloneNode(!0)),this.cfg=t,this}var e=t.prototype;return e.match=function(){return!1},e.remove=function(){var t=this.el;t.parentNode.removeChild(t)},t}();t.exports=i},function(t,e,n){var r=n(2),i=/^p\s*\(\s*([axyn])\s*\)\s*(.*)/i,a=function(){function t(t){var e=document.createElementNS("http://www.w3.org/2000/svg","pattern");e.setAttribute("patternUnits","userSpaceOnUse");var n=document.createElementNS("http://www.w3.org/2000/svg","image");e.appendChild(n);var a=r.uniqueId("pattern_");e.id=a,this.el=e,this.id=a,this.cfg=t;var o=i.exec(t),s=o[2];n.setAttribute("href",s);var c=new Image;function l(){console.log(c.width,c.height),e.setAttribute("width",c.width),e.setAttribute("height",c.height)}return s.match(/^data:/i)||(c.crossOrigin="Anonymous"),c.src=s,c.complete?l():(c.onload=l,c.src=c.src),this}var e=t.prototype;return e.match=function(t,e){return this.cfg===e},t}();t.exports=a},function(t,e){var n={svg:"svg",circle:"circle",rect:"rect",text:"text",path:"path",foreignObject:"foreignObject",polygon:"polygon",ellipse:"ellipse",image:"image"};t.exports=function(t,e,r){var i=r.target||r.srcElement;if(!n[i.tagName]){var a=i.parentNode;while(a&&!n[a.tagName])a=a.parentNode;i=a}return this._cfg.el===i?this:this.find((function(t){return t._cfg&&t._cfg.el===i}))}},function(t,e,n){var r=n(189);function i(t,e,n,r){var i=t.getBBox(),a=i.width,o=i.height,s={x:e,y:n,textAlign:"center"};switch(r){case 0:s.y-=o/2,s.textAlign="left";break;case 1:s.y-=o/2,s.textAlign="right";break;case 2:s.y+=o/2,s.textAlign="right";break;case 3:s.y+=o/2,s.textAlign="left";break;case 5:s.y-=o/2;break;case 6:s.y+=o/2;break;case 7:s.x+=a/2,s.textAlign="left";break;case 8:s.x-=a/2,s.textAlign="right";break;default:break}return t.attr(s),t.getBBox()}t.exports=function(t){for(var e,n,a,o,s,c=new r,l=[],u=0;u<t.length;u++){n=t[u],a=n.attr("x"),o=n.attr("y"),s=!1;for(var h=0;h<8;h++)if(e=i(n,a,o,h),c.hasGap(e)){c.fillGap(e),s=!0;break}s||l.push(n)}for(var f=0;f<l.length;f++)l[f].remove();return s}},function(t,e,n){var r=n(189),i=20;function a(t,e){var n,r=-1,a=t.attr("x"),o=t.attr("y"),s=t.getBBox(),c=Math.sqrt(s.width*s.width+s.height*s.height),l=-r,u=0,h=0,f=function(t){return[(t*=.1)*Math.cos(t),t*Math.sin(t)]};if(e.hasGap(s))return e.fillGap(s),!0;var d=!1,p=0;while(Math.min(Math.abs(u),Math.abs(h))<c&&p<i)if(n=f(l+=r),u=~~n[0],h=~~n[1],t.attr({x:a+u,y:o+h}),p++,e.hasGap(t.getBBox())){e.fillGap(s),d=!0;break}return d}t.exports=function(t){for(var e,n=new r,i=[],o=0;o<t.length;o++)e=t[o],a(e,n)||i.push(e);for(var s=0;s<i.length;s++)i[s].remove()}},function(t,e){t.exports=function(t,e){for(var n,r,i=[],a=0;a<t.length;a++)n=t[a].getBBox(),r=e[a].getBBox(),(n.width>r.width||n.height>r.height||n.width*n.height>r.width*r.height)&&i.push(t[a]);for(var o=0;o<i.length;o++)i[o].remove()}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(35),s=a.MatrixUtil.vec2,c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"circle",tickInterval:null,startAngle:-Math.PI/2,endAngle:3*Math.PI/2,line:{lineWidth:1,stroke:"#C0D0E0"},tickLine:{lineWidth:1,stroke:"#C0D0E0",length:5},_labelOffset:5})},n.parseTick=function(t,e,n){return{text:t,value:e/n}},n._getCirclePoint=function(t,e){var n=this,r=n.get("center");return e=e||n.get("radius"),{x:r.x+Math.cos(t)*e,y:r.y+Math.sin(t)*e}},n.getTickPoint=function(t){var e=this,n=e.get("startAngle"),r=e.get("endAngle"),i=n+(r-n)*t;return e._getCirclePoint(i)},n.getSideVector=function(t,e){var n=this,r=n.get("center"),i=[e.x-r.x,e.y-r.y];if(!a.isNil(t)){var o=s.length(i);s.scale(i,i,t/o)}return i},n.getSidePoint=function(t,e){var n=this,r=n.getSideVector(e,t);return{x:t.x+r[0],y:t.y+r[1]}},n.getTickEnd=function(t,e){var n=this,r=n.get("tickLine");return e=e||r.length,n.getSidePoint(t,e)},n.getTextAnchor=function(t){var e;return a.snapEqual(t[0],0)?e="center":t[0]>0?e="left":t[0]<0&&(e="right"),e},n.getLinePath=function(){var t=this,e=t.get("center"),n=e.x,r=e.y,i=t.get("radius"),a=i,o=t.get("startAngle"),s=t.get("endAngle"),c=t.get("inner"),l=[];if(Math.abs(s-o)===2*Math.PI)l=[["M",n,r],["m",0,-a],["a",i,a,0,1,1,0,2*a],["a",i,a,0,1,1,0,-2*a],["z"]];else{var u=t._getCirclePoint(o),h=t._getCirclePoint(s),f=Math.abs(s-o)>Math.PI?1:0,d=o>s?0:1;if(c){var p=t.getSideVector(c*i,u),v=t.getSideVector(c*i,h),g={x:p[0]+n,y:p[1]+r},m={x:v[0]+n,y:v[1]+r};l=[["M",g.x,g.y],["L",u.x,u.y],["A",i,a,0,f,d,h.x,h.y],["L",m.x,m.y],["A",i*c,a*c,0,f,Math.abs(d-1),g.x,g.y]]}else l=[["M",n,r],["L",u.x,u.y],["A",i,a,0,f,d,h.x,h.y],["L",n,r]]}return l},n.addLabel=function(e,n,r){var i=this,a=i.get("label").offset||i.get("_labelOffset")||.001;n=i.getSidePoint(n,a),t.prototype.addLabel.call(this,e,n,r)},n.autoRotateLabels=function(){var t=this,e=t.get("ticks"),n=t.get("labelRenderer");if(n&&e.length>12){var r=t.get("radius"),i=t.get("startAngle"),o=t.get("endAngle"),s=o-i,c=s/(e.length-1),l=Math.sin(c/2)*r*2,u=t.getMaxLabelWidth(n);a.each(n.get("group").get("children"),(function(t,n){var r=e[n],a=r.value*s+i,o=a%(2*Math.PI);u<l?(o<=0&&(a+=Math.PI),o>Math.PI&&(a-=Math.PI),a-=Math.PI/2,t.attr("textAlign","center")):o>Math.PI/2?a-=Math.PI:o<Math.PI/2*-1&&(a+=Math.PI),t.rotateAtStart(a)}))}},e}(o);t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(35),s=a.MatrixUtil,c=a.PathUtil,l=s.vec2,u=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{inner:0,type:"helix",line:{lineWidth:1,stroke:"#C0D0E0"},tickLine:{lineWidth:1,stroke:"#C0D0E0",length:5},startAngle:1.25*Math.PI,endAngle:7.25*Math.PI,a:0,center:null,axisStart:null,crp:[]})},n.getLinePath=function(){var t=this,e=t.get("crp"),n=t.get("axisStart"),r=c.catmullRomToBezier(e);return r.unshift(["M",n.x,n.y]),r},n.getTickPoint=function(t){var e=this,n=e.get("startAngle"),r=e.get("endAngle"),i=n+(r-n)*t;return e._getHelixPoint(i)},n._getHelixPoint=function(t){var e=this,n=e.get("center"),r=e.get("a"),i=r*t+e.get("inner");return{x:n.x+Math.cos(t)*i,y:n.y+Math.sin(t)*i}},n.getSideVector=function(t,e){var n=this,r=n.get("center"),i=[e.x-r.x,e.y-r.y];if(t){var a=l.length(i);l.scale(i,i,t/a)}return i},n.getSidePoint=function(t,e){var n=this,r=n.getSideVector(e,t);return{x:t.x+r[0],y:t.y+r[1]}},n.getTickEnd=function(t,e){var n=this,r=n.get("tickLine");return e=e||r.length,n.getSidePoint(t,e)},e}(o);t.exports=u},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(35),o=n(4),s=o.MatrixUtil,c=s.vec2,l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{x:null,y:null,line:{lineWidth:1,stroke:"#C0D0E0"},tickLine:{lineWidth:1,stroke:"#C0D0E0",length:5},isVertical:!1,start:null,end:null})},n._getAvgLabelLength=function(t){var e=t.get("group").get("children");return e[1].attr("x")-e[0].attr("x")},n._getAvgLabelHeightSpace=function(t){var e=t.get("group").get("children");return e[1].attr("y")-e[0].attr("y")},n.getSideVector=function(t){var e=this,n=e.get("isVertical"),r=e.get("factor");if(!o.isNumber(t))return[0,0];var i=e.get("start"),a=e.get("end"),s=e.getAxisVector(),l=c.normalize([],s),u=!1;(n&&i.y<a.y||!n&&i.x>a.x)&&(u=!0);var h=c.vertical([],l,u);return c.scale([],h,t*r)},n.getAxisVector=function(){var t=this.get("start"),e=this.get("end");return[e.x-t.x,e.y-t.y]},n.getLinePath=function(){var t=this,e=t.get("start"),n=t.get("end"),r=[];return r.push(["M",e.x,e.y]),r.push(["L",n.x,n.y]),r},n.getTickEnd=function(t,e){var n=this,r=n.getSideVector(e);return{x:t.x+r[0],y:t.y+r[1]}},n.getTickPoint=function(t){var e=this,n=e.get("start"),r=e.get("end"),i=r.x-n.x,a=r.y-n.y;return{x:n.x+i*t,y:n.y+a*t}},n.renderTitle=function(){var t=this,e=t.get("title"),n=t.getTickPoint(.5),r=e.offset;if(o.isNil(r)){r=20;var i=t.get("labelsGroup");if(i){var a=t.getMaxLabelWidth(i),s=t.get("label").offset||t.get("_labelOffset");r+=a+s}}var l=e.textStyle,u=o.mix({},l);if(e.text){var h=t.getAxisVector();if(e.autoRotate&&o.isNil(l.rotate)){var f=0;if(!o.snapEqual(h[1],0)){var d=[1,0],p=[h[0],h[1]];f=c.angleTo(p,d,!0)}u.rotate=f*(180/Math.PI)}else o.isNil(l.rotate)||(u.rotate=l.rotate/180*Math.PI);var v,g=t.getSideVector(r),m=e.position;v="start"===m?{x:this.get("start").x+g[0],y:this.get("start").y+g[1]}:"end"===m?{x:this.get("end").x+g[0],y:this.get("end").y+g[1]}:{x:n.x+g[0],y:n.y+g[1]},u.x=v.x,u.y=v.y,u.text=e.text;var y=t.get("group"),b=y.addShape("Text",{zIndex:2,attrs:u});b.name="axis-title",t.get("appendInfo")&&b.setSilent("appendInfo",t.get("appendInfo"))}},n.autoRotateLabels=function(){var t=this,e=t.get("labelRenderer"),n=t.get("title");if(e){var r=e.get("group"),i=r.get("children"),a=t.get("label").offset,s=12,c=n?n.offset:48;if(c<0)return;var l,u,h=t.getAxisVector();if(o.snapEqual(h[0],0)&&n&&n.text)u=t.getMaxLabelWidth(e),u>c-a-s&&(l=-1*Math.acos((c-a-s)/u));else if(o.snapEqual(h[1],0)&&i.length>1){var f=Math.abs(t._getAvgLabelLength(e));u=t.getMaxLabelWidth(e),u>f&&(l=Math.asin(1.25*(c-a-s)/u))}if(l){var d=t.get("factor");o.each(i,(function(t){t.rotateAtStart(l),o.snapEqual(h[1],0)&&(d>0?t.attr("textAlign","left"):t.attr("textAlign","right"))}))}}},n.autoHideLabels=function(){var t,e,n=this,r=n.get("labelRenderer"),i=8;if(r){var a=r.get("group"),s=a.get("children"),c=n.getAxisVector();if(s.length<2)return;if(o.snapEqual(c[0],0)){var l=n.getMaxLabelHeight(r)+i,u=Math.abs(n._getAvgLabelHeightSpace(r));l>u&&(t=l,e=u)}else if(o.snapEqual(c[1],0)&&s.length>1){var h=n.getMaxLabelWidth(r)+i,f=Math.abs(n._getAvgLabelLength(r));h>f&&(t=h,e=f)}if(t&&e){var d=Math.ceil(t/e);o.each(s,(function(t,e){e%d!==0&&t.attr("text","")}))}}},e}(a);t.exports=l},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(35),s=a.MatrixUtil,c=a.PathUtil,l=s.vec2,u=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"polyline"})},n.getLinePath=function(){var t=this,e=t.get("tickPoints"),n=t.get("start"),r=t.get("end"),i=[];i.push(n.x),i.push(n.y),a.each(e,(function(t){i.push(t.x),i.push(t.y)})),i.push(r.x),i.push(r.y);var o=c.catmullRomToBezier(i);return o.unshift(["M",n.x,n.y]),o},n.getTickPoint=function(t,e){var n=this.get("tickPoints");return n[e]},n.getTickEnd=function(t,e,n){var r=this,i=r.get("tickLine"),a=e||i.length,o=r.getSideVector(a,t,n);return{x:t.x+o[0],y:t.y+o[1]}},n.getSideVector=function(t,e,n){var r,i=this;if(0===n){if(r=i.get("start"),r.x===e.x&&r.y===e.y)return[0,0]}else{var a=i.get("tickPoints");r=a[n-1]}var o=[e.x-r.x,e.y-r.y],s=l.normalize([],o),c=l.vertical([],s,!1);return l.scale([],c,t)},e}(o);t.exports=u},function(t,e,n){t.exports={Guide:n(17),Arc:n(373),DataMarker:n(374),DataRegion:n(375),Html:n(376),Image:n(377),Line:n(378),Region:n(379),Text:n(380)}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=Math.PI,c=Math.atan;function l(t,e){var n,r=t.x-e.x,i=t.y-e.y;return 0===i?n=r<0?s/2:270*s/180:r>=0&&i>0?n=2*s-c(r/i):r<=0&&i<0?n=s-c(r/i):r>0&&i<0?n=s+c(-r/i):r<0&&i>0&&(n=c(r/-i)),n}var u=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"arc",start:null,end:null,style:{stroke:"#999",lineWidth:1}})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("start")),i=n.parsePoint(t,n.get("end"));if(r&&i){var o,c=t.getCenter(),u=Math.sqrt((r.x-c.x)*(r.x-c.x)+(r.y-c.y)*(r.y-c.y)),h=l(r,c),f=l(i,c);if(f<h&&(f+=2*s),a.isNumberEqual(r.x,i.x)&&a.isNumberEqual(r.y,i.y)&&(n.get("start")[0]!==n.get("end")[0]||n.get("start")[1]!==n.get("end")[1]))o=[["M",r.x,r.y],["A",u,u,0,1,1,2*c.x-r.x,2*c.y-r.y],["A",u,u,0,1,1,r.x,r.y]];else{var d=(f-h)%(2*s),p=d>s?1:0;o=[["M",r.x,r.y],["A",u,u,0,p,1,i.x,i.y]]}var v=e.addShape("path",{zIndex:n.get("zIndex"),attrs:a.mix({path:o},n.get("style"))});v.name="guide-arc",n.get("appendInfo")&&v.setSilent("appendInfo",n.get("appendInfo")),n.set("el",v)}},e}(o);t.exports=u},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"dataMarker",zIndex:1,top:!0,position:null,style:{point:{r:3,fill:"#FFFFFF",stroke:"#1890FF",lineWidth:2},line:{stroke:"#A3B1BF",lineWidth:1},text:{fill:"#000000",opacity:.65,fontSize:12,textAlign:"start"}},display:{point:!0,line:!0,text:!0},lineLength:20,direction:"upward",autoAdjust:!0})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("position"));if(r){var i=e.addGroup();i.name="guide-data-marker";var a,o,s=n._getElementPosition(r),c=n.get("display");if(c.line){var l=s.line;a=n._drawLine(l,i)}if(c.text&&n.get("content")){var u=s.text;o=n._drawText(u,i)}if(c.point){var h=s.point;n._drawPoint(h,i)}if(n.get("autoAdjust")){var f=i.getBBox(),d=f.minX,p=f.minY,v=f.maxX,g=f.maxY,m=t.start,y=t.end;if(o){d<=m.x&&o.attr("textAlign","start"),v>=y.x&&o.attr("textAlign","end");var b=n.get("direction");if("upward"===b&&p<=y.y||"upward"!==b&&g>=m.y){var _,x;"upward"===b&&p<=y.y?(_="top",x=1):(_="bottom",x=-1),o.attr("textBaseline",_);var w=0;if(n.get("display").line){w=n.get("lineLength");var k=[["M",r.x,r.y],["L",r.x,r.y+w*x]];a.attr("path",k)}var C=r.y+(w+2)*x;o.attr("y",C)}}}n.get("appendInfo")&&i.setSilent("appendInfo",n.get("appendInfo")),n.set("el",i)}},n._getElementPosition=function(t){var e=this,n=t.x,r=t.y,i=e.get("display").line?e.get("lineLength"):0,a=e.get("direction"),o=e.get("style").text;o.textBaseline="upward"===a?"bottom":"top";var s="upward"===a?-1:1,c={x:n,y:r},l={x:n,y:r},u={x:n,y:i*s+r},h={x:n,y:(i+2)*s+r};return{point:c,line:[l,u],text:h}},n._drawLine=function(t,e){var n=this,r=n.get("style").line,i=[["M",t[0].x,t[0].y],["L",t[1].x,t[1].y]],o=e.addShape("path",{attrs:a.mix({path:i},r)});return o},n._drawText=function(t,e){var n=this,r=this.get("style").text,i=e.addShape("text",{attrs:a.mix({text:n.get("content")},r,t)});return i},n._drawPoint=function(t,e){var n=this,r=n.get("style").point,i=e.addShape("circle",{attrs:a.mix({},r,t)});return i},e}(o);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(190),s=n(17),c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"dataRegion",start:null,end:null,content:"",style:{region:{lineWidth:0,fill:"#000000",opacity:.04},text:{textAlign:"center",textBaseline:"bottom",fontSize:12,fill:"rgba(0, 0, 0, .65)"}}})},n.render=function(t,e,n){var r=this,i=r.get("lineLength")||0,o=r._getRegionData(t,n);if(o.length){var s=r._getBBox(o),c=[];c.push(["M",o[0].x,s.yMin-i]);for(var l=0,u=o.length;l<u;l++){var h=["L",o[l].x,o[l].y];c.push(h)}c.push(["L",o[o.length-1].x,s.yMin-i]);var f=r.get("style"),d=f.region,p=f.text,v=e.addGroup();v.name="guide-data-region",v.addShape("path",{attrs:a.mix({path:c},d)});var g=r.get("content");g&&v.addShape("Text",{attrs:a.mix({x:(s.xMin+s.xMax)/2,y:s.yMin-i,text:g},p)}),r.get("appendInfo")&&v.setSilent("appendInfo",r.get("appendInfo")),r.set("el",v)}},n._getRegionData=function(t,e){for(var n,r=this,i=r.get("start"),s=r.get("end"),c=o.getFirstScale(r.get("xScales")).field,l=o.getFirstScale(r.get("yScales")).field,u=a.isArray(i)?i[0]:i[c],h=a.isArray(s)?s[0]:s[c],f=[],d=0,p=e.length;d<p;d++){var v=e[d];if(v[c]===u&&(n=d),d>=n){var g=r.parsePoint(t,[v[c],v[l]]);g&&f.push(g)}if(v[c]===h)break}return f},n._getBBox=function(t){for(var e=[],n=[],r=0;r<t.length;r++)e.push(t[r].x),n.push(t[r].y);var i=a.arrayUtil.getRange(e),o=a.arrayUtil.getRange(n);return{xMin:i.min,xMax:i.max,yMin:o.min,yMax:o.max}},e}(s);t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=a.DomUtil,s=n(17),c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"html",zIndex:7,position:null,alignX:"middle",alignY:"middle",offsetX:null,offsetY:null,html:null})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("position"));if(r){var i=e.get("canvas").get("el").parentNode,s=o.createDom('<div class="g-guide"></div>');i.appendChild(s);var c=n.get("htmlContent")||n.get("html");if(a.isFunction(c)){var l=n.get("xScales"),u=n.get("yScales");c=c(l,u)}var h=o.createDom(c);s.appendChild(h),o.modifyCSS(s,{position:"absolute"}),n._setDomPosition(s,h,r),n.set("el",s)}},n._setDomPosition=function(t,e,n){var r=this,i=r.get("alignX"),a=r.get("alignY"),s=o.getOuterWidth(e),c=o.getOuterHeight(e),l={x:n.x,y:n.y};"middle"===i&&"top"===a?l.x-=Math.round(s/2):"middle"===i&&"bottom"===a?(l.x-=Math.round(s/2),l.y-=Math.round(c)):"left"===i&&"bottom"===a?l.y-=Math.round(c):"left"===i&&"middle"===a?l.y-=Math.round(c/2):"left"===i&&"top"===a?(l.x=n.x,l.y=n.y):"right"===i&&"bottom"===a?(l.x-=Math.round(s),l.y-=Math.round(c)):"right"===i&&"middle"===a?(l.x-=Math.round(s),l.y-=Math.round(c/2)):"right"===i&&"top"===a?l.x-=Math.round(s):(l.x-=Math.round(s/2),l.y-=Math.round(c/2));var u=r.get("offsetX");u&&(l.x+=u);var h=r.get("offsetY");h&&(l.y+=h),o.modifyCSS(t,{top:Math.round(l.y)+"px",left:Math.round(l.x)+"px",visibility:"visible",zIndex:r.get("zIndex")})},n.clear=function(){var t=this,e=t.get("el");e&&e.parentNode&&e.parentNode.removeChild(e)},e}(s);t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"image",start:null,end:null,src:null,offsetX:null,offsetY:null})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("start"));if(r){var i={x:r.x,y:r.y};if(i.img=n.get("src"),n.get("end")){var a=n.parsePoint(t,n.get("end"));if(!a)return;i.width=a.x-r.x,i.height=a.y-r.y}else i.width=n.get("width")||32,i.height=n.get("height")||32;n.get("offsetX")&&(i.x+=n.get("offsetX")),n.get("offsetY")&&(i.y+=n.get("offsetY"));var o=e.addShape("Image",{zIndex:1,attrs:i});o.name="guide-image",n.get("appendInfo")&&o.setSilent("appendInfo",n.get("appendInfo")),n.set("el",o)}},e}(o);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=a.MatrixUtil.vec2,c=n(16),l=c.FONT_FAMILY,u=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"line",start:null,end:null,lineStyle:{stroke:"#000",lineWidth:1},text:{position:"end",autoRotate:!0,style:{fill:"#999",fontSize:12,fontWeight:500,fontFamily:l},content:null}})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("start")),i=n.parsePoint(t,n.get("end"));if(r&&i){var a=e.addGroup({viewId:e.get("viewId")});n._drawLines(r,i,a);var o=n.get("text");o&&o.content&&n._drawText(r,i,a),n.set("el",a)}},n._drawLines=function(t,e,n){var r=[["M",t.x,t.y],["L",e.x,e.y]],i=n.addShape("Path",{attrs:a.mix({path:r},this.get("lineStyle"))});i.name="guide-line",this.get("appendInfo")&&i.setSilent("appendInfo",this.get("appendInfo"))},n._drawText=function(t,e,n){var r,i=this.get("text"),o=i.position,c=i.style||{};r="start"===o?0:"center"===o?.5:a.isString(o)&&-1!==o.indexOf("%")?parseInt(o,10)/100:a.isNumber(o)?o:1,(r>1||r<0)&&(r=1);var l={x:t.x+(e.x-t.x)*r,y:t.y+(e.y-t.y)*r};if(i.offsetX&&(l.x+=i.offsetX),i.offsetY&&(l.y+=i.offsetY),l.text=i.content,l=a.mix({},l,c),i.autoRotate&&a.isNil(c.rotate)){var u=s.angleTo([e.x-t.x,e.y-t.y],[1,0],1);l.rotate=u}else a.isNil(c.rotate)||(l.rotate=c.rotate*Math.PI/180);var h=n.addShape("Text",{attrs:l});h.name="guide-line-text",this.get("appendInfo")&&h.setSilent("appendInfo",this.get("appendInfo"))},e}(o);t.exports=u},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"region",zIndex:1,start:null,end:null,style:{lineWidth:0,fill:"#CCD7EB",opacity:.4}})},n.render=function(t,e){var n=this,r=n.get("style"),i=n._getPath(t);if(i.length){var o=e.addShape("path",{zIndex:n.get("zIndex"),attrs:a.mix({path:i},r)});o.name="guide-region",n.get("appendInfo")&&o.setSilent("appendInfo",n.get("appendInfo")),n.set("el",o)}},n._getPath=function(t){var e=this,n=e.parsePoint(t,e.get("start")),r=e.parsePoint(t,e.get("end"));if(!n||!r)return[];var i=[["M",n.x,n.y],["L",r.x,n.y],["L",r.x,r.y],["L",n.x,r.y],["z"]];return i},e}(o);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(17),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"text",position:null,content:null,style:{fill:"#999",fontSize:12,fontWeight:500,textAlign:"center"},offsetX:null,offsetY:null,top:!0})},n.render=function(t,e){var n=this,r=n.parsePoint(t,n.get("position"));if(r){var i=a.mix({},n.get("style")),o=n.get("offsetX"),s=n.get("offsetY");o&&(r.x+=o),s&&(r.y+=s),i.rotate&&(i.rotate=i.rotate*Math.PI/180);var c=e.addShape("Text",{zIndex:n.get("zIndex"),attrs:a.mix({text:n.get("content")},i,r)});c.name="guide-text",n.get("appendInfo")&&c.setSilent("appendInfo",n.get("appendInfo")),n.set("el",c)}},e}(o);t.exports=s},function(t,e,n){var r=n(188);t.exports=r},function(t,e,n){t.exports={Category:n(191),CatHtml:n(193),CatPageHtml:n(383),Color:n(384),Size:n(386),CircleSize:n(387)}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(193),s=n(16),c=s.FONT_FAMILY,l=a.DomUtil,u="g2-legend-list",h="g2-slip",f="g2-caret-up",d="g2-caret-down",p="rgba(0,0,0,0.65)",v="rgba(0,0,0,0.25)";function g(t,e){return t.getElementsByClassName(e)[0]}var m=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"category-page-legend",container:null,caretStyle:{fill:"rgba(0,0,0,0.65)"},pageNumStyle:{display:"inline-block",fontSize:"12px",fontFamily:c,cursor:"default"},slipDomStyle:{width:"auto",height:"auto",position:"absolute"},slipTpl:'<div class="'+h+'" ><svg viewBox="64 64 896 896" class="g2-caret-up" data-icon="left" style = "display:inline-block;vertical-align:middle;" width="1em" height="1em" aria-hidden="true"><path d="M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"></path></svg><p class="cur-pagenum" style = "display:inline-block;vertical-align:middle;">1</p><p class="next-pagenum" style = "display:inline-block;vertical-align:middle;"">/2</p><svg viewBox="64 64 896 896" class="g2-caret-down" data-icon="right" style = "display:inline-block;vertical-align:middle;" width="1em" height="1em" aria-hidden="true"><path d="M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z"></path></svg></div>',slipWidth:65,legendOverflow:"unset"})},n.render=function(){t.prototype._renderHTML.call(this),this._renderFlipPage()},n._renderFlipPage=function(){var t=this.get("legendWrapper"),e=g(t,u),n=this.get("position"),r=this.get("layout"),i="right"===n||"left"===n||"vertical"===r,o=i?"block":"inline-block",s=t.offsetHeight;if(t.scrollHeight>s){var c=this.get("slipTpl"),h=l.createDom(c),m=g(h,f),y=g(h,d);l.modifyCSS(m,this.get("caretStyle")),l.modifyCSS(m,{fill:"rgba(0,0,0,0.25)"}),l.modifyCSS(y,this.get("caretStyle"));var b=g(h,"cur-pagenum"),_=g(h,"next-pagenum"),x=this.get("pageNumStyle");if(l.modifyCSS(b,a.mix({},x,{paddingLeft:"10px"})),l.modifyCSS(_,a.mix({},x,{opacity:.3,paddingRight:"10px"})),l.modifyCSS(h,a.mix({},this.get("slipDomStyle"),i?{top:s+"px"}:{right:0,top:"50%",transform:"translate(0, -50%)"})),t.style.overflow=this.get("legendOverflow"),t.appendChild(h),!i){var w=Math.max(t.offsetWidth-10-h.offsetWidth,0);l.modifyCSS(e,{maxWidth:w+"px"})}for(var k=e.childNodes,C=0,S=1,T=[],O=0;O<k.length;O++)k[O].style.display=o,C=k[O].offsetTop+k[O].offsetHeight,C>s&&(S++,T.forEach((function(t){t.style.display="none"})),T=[]),T.push(k[O]);_.innerText="/"+S,k.forEach((function(t){t.style.display=o,C=t.offsetTop+t.offsetHeight,C>s&&(t.style.display="none")})),m.addEventListener("click",(function(){if(k[0].style.display!==o){var t=-1;k.forEach((function(e,n){e.style.display===o&&(t=-1===t?n:t,e.style.display="none")}));for(var e=t-1;e>=0;e--){if(k[e].style.display=o,C=k[t-1].offsetTop+k[t-1].offsetHeight,k[e].style.display="none",!(C<=s))break;k[e].style.display=o}var n=Number.parseInt(b.innerText,10)-1;m.style.fill=1===n?v:p,y.style.fill=p,b.innerText=n}})),y.addEventListener("click",(function(){if(k[k.length-1].style.display!==o){var t=-1;k.forEach((function(e,n){e.style.display===o&&(t=n,e.style.display="none")}));for(var e=t+1;e<k.length;e++){if(k[e].style.display=o,C=k[e].offsetTop+k[e].offsetHeight,k[e].style.display="none",!(C<=s))break;k[e].style.display=o}var n=Number.parseInt(b.innerText,10)+1;y.style.fill=n===S?v:p,m.style.fill=p,b.innerText=n}})),this.set("slipDom",h)}},n.destroy=function(){var e=this.get("slipDom");e&&e.parentNode&&e.parentNode.removeChild(e),t.prototype.destroy.call(this)},e}(o);t.exports=m},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(104),o=a.ColorUtil,s=n(4),c=n(97),l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return s.mix({},e,{type:"color-legend",layout:"vertical",triggerAttr:{fill:"#fff",shadowOffsetX:-2,shadowOffsetY:2,shadowBlur:10,shadowColor:"#ccc",radius:3},isSegment:!1})},n._setPercentage=function(){var t=this.get("items");if(!t[0].percentage){var e=t[0].value,n=t[t.length-1].value;s.each(t,(function(t){t.percentage=(t.value-e)/(n-e)}))}},n._renderSliderShape=function(){this._setPercentage();var t,e=this.get("slider"),n=e.get("backgroundElement"),r=this.get("width"),i=this.get("height"),a=this.get("layout"),c=this.get("items"),l="";return"vertical"===a?(l+="l (90) ",s.each(c,(function(e){t=o.toRGB(e.color),l+=1-e.percentage+":"+t+" "}))):(l+="l (0) ",s.each(c,(function(e){t=o.toRGB(e.color),l+=e.percentage+":"+t+" "}))),this._addMiddleBar(n,"Rect",{x:0,y:0,width:r,height:i,fill:l,strokeOpacity:0})},n._renderUnslidable=function(){this._setPercentage();var t=this.get("titleShape"),e=this.get("titleGap");e=t?t.getBBox().height+e:e;var n,r=this.get("width"),i=this.get("height"),a=this.get("layout"),c=this.get("items"),l="",u=[],h=this.get("group"),f=h.addGroup(),d=c.length;if("vertical"===a){l+="l (90) ";for(var p=0;p<d;p+=1){if(0!==p&&p!==d-1&&(u.push(["M",0,i-c[p].percentage*i]),u.push(["L",r,i-c[p].percentage*i])),n=o.toRGB(c[p].color),l+=1-c[p].percentage+":"+n+" ",this.get("isSegment")&&p>0){var v=o.toRGB(c[p-1].color);l+=1-c[p].percentage+":"+v+" "}f.addShape("text",{attrs:s.mix({},{x:r+this.get("textOffset")/2,y:i-c[p].percentage*i,text:this._formatItemValue(c[p].value)+""},this.get("textStyle"),{textAlign:"start"})})}}else{l+="l (0) ";for(var g=0;g<d;g+=1){if(0!==g&&g!==d-1&&(u.push(["M",c[g].percentage*r,0]),u.push(["L",c[g].percentage*r,i])),n=o.toRGB(c[g].color),this.get("isSegment")&&g>0){var m=o.toRGB(c[g-1].color);l+=c[g].percentage+":"+m+" "}l+=c[g].percentage+":"+n+" ",f.addShape("text",{attrs:s.mix({},{x:c[g].percentage*r,y:i+5+this.get("textOffset"),text:this._formatItemValue(c[g].value)+""},this.get("textStyle"))})}}f.addShape("rect",{attrs:{x:0,y:0,width:r,height:i,fill:l,strokeOpacity:0}}),f.addShape("path",{attrs:s.mix({path:u},this.get("lineStyle"))}),f.move(0,e)},e}(c);t.exports=l},function(t,e,n){var r=n(4),i=r.DomUtil,a=r.Group,o=function t(e){t.superclass.constructor.call(this,e)};r.extend(o,a),r.augment(o,{getDefaultCfg:function(){return{range:null,middleAttr:{fill:"#fff",fillOpacity:0},backgroundElement:null,minHandleElement:null,maxHandleElement:null,middleHandleElement:null,currentTarget:null,layout:"vertical",width:null,height:null,pageX:null,pageY:null}},_beforeRenderUI:function(){var t=this.get("layout"),e=this.get("backgroundElement"),n=this.get("minHandleElement"),r=this.get("maxHandleElement"),i=this.addShape("rect",{attrs:this.get("middleAttr")}),a="vertical"===t?"ns-resize":"ew-resize";this.add([e,n,r]),this.set("middleHandleElement",i),e.set("zIndex",0),i.set("zIndex",1),n.set("zIndex",2),r.set("zIndex",2),i.attr("cursor","move"),n.attr("cursor",a),r.attr("cursor",a),this.sort()},_renderUI:function(){"horizontal"===this.get("layout")?this._renderHorizontal():this._renderVertical()},_transform:function(t){var e=this.get("range"),n=e[0]/100,r=e[1]/100,i=this.get("width"),a=this.get("height"),o=this.get("minHandleElement"),s=this.get("maxHandleElement"),c=this.get("middleHandleElement");o.resetMatrix(),s.resetMatrix(),"horizontal"===t?(c.attr({x:i*n,y:0,width:(r-n)*i,height:a}),o.translate(n*i,a),s.translate(r*i,a)):(c.attr({x:0,y:a*(1-r),width:i,height:(r-n)*a}),o.translate(1,(1-n)*a),s.translate(1,(1-r)*a))},_renderHorizontal:function(){this._transform("horizontal")},_renderVertical:function(){this._transform("vertical")},_bindUI:function(){this.on("mousedown",r.wrapBehavior(this,"_onMouseDown"))},_isElement:function(t,e){var n=this.get(e);if(t===n)return!0;if(n.isGroup){var r=n.get("children");return r.indexOf(t)>-1}return!1},_getRange:function(t,e){var n=t+e;return n=n>100?100:n,n=n<0?0:n,n},_updateStatus:function(t,e){var n="x"===t?this.get("width"):this.get("height");t=r.upperFirst(t);var i,a=this.get("range"),o=this.get("page"+t),s=this.get("currentTarget"),c=this.get("rangeStash"),l=this.get("layout"),u="vertical"===l?-1:1,h=e["page"+t],f=h-o,d=f/n*100*u;a[1]<=a[0]?(this._isElement(s,"minHandleElement")||this._isElement(s,"maxHandleElement"))&&(a[0]=this._getRange(d,a[0]),a[1]=this._getRange(d,a[0])):(this._isElement(s,"minHandleElement")&&(a[0]=this._getRange(d,a[0])),this._isElement(s,"maxHandleElement")&&(a[1]=this._getRange(d,a[1]))),this._isElement(s,"middleHandleElement")&&(i=c[1]-c[0],a[0]=this._getRange(d,a[0]),a[1]=a[0]+i,a[1]>100&&(a[1]=100,a[0]=a[1]-i)),this.emit("sliderchange",{range:a}),this.set("page"+t,h),this._renderUI(),this.get("canvas").draw()},_onMouseDown:function(t){var e=t.currentTarget,n=t.event,r=this.get("range");n.stopPropagation(),n.preventDefault(),this.set("pageX",n.pageX),this.set("pageY",n.pageY),this.set("currentTarget",e),this.set("rangeStash",[r[0],r[1]]),this._bindCanvasEvents()},_bindCanvasEvents:function(){var t=this.get("canvas").get("containerDOM");this.onMouseMoveListener=i.addEventListener(t,"mousemove",r.wrapBehavior(this,"_onCanvasMouseMove")),this.onMouseUpListener=i.addEventListener(t,"mouseup",r.wrapBehavior(this,"_onCanvasMouseUp")),this.onMouseLeaveListener=i.addEventListener(t,"mouseleave",r.wrapBehavior(this,"_onCanvasMouseUp"))},_onCanvasMouseMove:function(t){if(!this._mouseOutArea(t)){var e=this.get("layout");"horizontal"===e?this._updateStatus("x",t):this._updateStatus("y",t)}},_onCanvasMouseUp:function(){this._removeDocumentEvents()},_removeDocumentEvents:function(){this.onMouseMoveListener.remove(),this.onMouseUpListener.remove()},_mouseOutArea:function(t){var e=this.get("canvas").get("el"),n=e.getBoundingClientRect(),r=this.get("parent"),i=r.getBBox(),a=r.attr("matrix")[6],o=r.attr("matrix")[7],s=a+i.width,c=o+i.height,l=t.clientX-n.x,u=t.clientY-n.y;return l<a||l>s||u<o||u>c}}),t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(97),s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"size-legend",width:100,height:200,_unslidableElementStyle:{fill:"#4E7CCC",fillOpacity:1},frontMiddleBarStyle:{fill:"rgb(64, 141, 251)"}})},n._renderSliderShape=function(){var t=this.get("slider"),e=t.get("backgroundElement"),n=this.get("layout"),r=this.get("width"),i=this.get("height"),o=this.get("height")/2,s=this.get("frontMiddleBarStyle"),c="vertical"===n?[[0,0],[r,0],[r,i],[r-4,i]]:[[0,o+i/2],[0,o+i/2-4],[r,o-i/2],[r,o+i/2]];return this._addMiddleBar(e,"Polygon",a.mix({points:c},s))},n._renderUnslidable=function(){var t=this.get("layout"),e=this.get("width"),n=this.get("height"),r=this.get("frontMiddleBarStyle"),i="vertical"===t?[[0,0],[e,0],[e,n],[e-4,n]]:[[0,n],[0,n-4],[e,0],[e,n]],o=this.get("group"),s=o.addGroup();s.addShape("Polygon",{attrs:a.mix({points:i},r)});var c=this._formatItemValue(this.get("firstItem").value),l=this._formatItemValue(this.get("lastItem").value);"vertical"===this.get("layout")?(this._addText(e+10,n-3,c),this._addText(e+10,3,l)):(this._addText(0,n,c),this._addText(e,n,l))},n._addText=function(t,e,n){var r=this.get("group"),i=r.addGroup(),o=this.get("textStyle"),s=this.get("titleShape"),c=this.get("titleGap");s&&(c+=s.getBBox().height),"vertical"===this.get("layout")?i.addShape("text",{attrs:a.mix({x:t+this.get("textOffset"),y:e,text:0===n?"0":n},o)}):(e+=c+this.get("textOffset")-20,s||(e+=10),i.addShape("text",{attrs:a.mix({x:t,y:e,text:0===n?"0":n},o)}))},e}(o);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(97),s=2,c=16,l=16,u=5,h=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"size-circle-legend",width:100,height:200,_unslidableCircleStyle:{stroke:"rgb(99, 161, 248)",fill:"rgb(99, 161, 248)",fillOpacity:.3,lineWidth:1.5},triggerAttr:{fill:"white",shadowOffsetX:-2,shadowOffsetY:2,shadowBlur:10,shadowColor:"#ccc"},frontMiddleBarStyle:{fill:"rgb(64, 141, 251)"}})},n._renderSliderShape=function(){var t=u,e=this.get("slider"),n=e.get("backgroundElement"),r=this.get("layout"),i="vertical"===r?s:this.get("width"),o="vertical"===r?this.get("height"):s,c=t,l=this.get("height")/2,h=this.get("frontMiddleBarStyle"),f="vertical"===r?[[0,0],[i,0],[i,o],[0,o]]:[[0,l+o],[0,l-o],[c+i-4,l-o],[c+i-4,l+o]];return this._addMiddleBar(n,"Polygon",a.mix({points:f},h))},n._addHorizontalTrigger=function(t,e,n,r){var i=this.get("slider"),o=i.get(t+"HandleElement"),s=-this.get("height")/2,c=o.addShape("circle",{attrs:a.mix({x:0,y:s,r:r},e)}),l=o.addShape("text",{attrs:a.mix(n,{x:0,y:s+r+10,textAlign:"center",textBaseline:"middle"})}),u=this.get("layout"),h="vertical"===u?"ns-resize":"ew-resize";c.attr("cursor",h),l.attr("cursor",h),this.set(t+"ButtonElement",c),this.set(t+"TextElement",l)},n._addVerticalTrigger=function(t,e,n,r){var i=this.get("slider"),o=i.get(t+"HandleElement"),s=o.addShape("circle",{attrs:a.mix({x:0,y:0,r:r},e)}),c=o.addShape("text",{attrs:a.mix(n,{x:r+10,y:0,textAlign:"start",textBaseline:"middle"})}),l=this.get("layout"),u="vertical"===l?"ns-resize":"ew-resize";s.attr("cursor",u),c.attr("cursor",u),this.set(t+"ButtonElement",s),this.set(t+"TextElement",c)},n._renderTrigger=function(){var t=this.get("firstItem"),e=this.get("lastItem"),n=this.get("layout"),r=this.get("textStyle"),i=this.get("triggerAttr"),o=a.mix({},i),s=a.mix({},i),c=u,h=l,f=a.mix({text:this._formatItemValue(t.value)+""},r),d=a.mix({text:this._formatItemValue(e.value)+""},r);"vertical"===n?(this._addVerticalTrigger("min",o,f,c),this._addVerticalTrigger("max",s,d,h)):(this._addHorizontalTrigger("min",o,f,c),this._addHorizontalTrigger("max",s,d,h))},n._bindEvents=function(){var t=this;if(this.get("slidable")){var e=this.get("slider");e.on("sliderchange",(function(e){var n=e.range,r=t.get("firstItem").value,i=t.get("lastItem").value,a=r+n[0]/100*(i-r),o=r+n[1]/100*(i-r),s=u+n[0]/100*(l-u),c=u+n[1]/100*(l-u);t._updateElement(a,o,s,c);var h=new Event("itemfilter",e,!0,!0);h.range=[a,o],t.emit("itemfilter",h)}))}},n._updateElement=function(e,n,r,i){t.prototype._updateElement.call(this,e,n);var a=this.get("minTextElement"),o=this.get("maxTextElement"),s=this.get("minButtonElement"),c=this.get("maxButtonElement");s.attr("r",r),c.attr("r",i);var l=this.get("layout");if("vertical"===l)a.attr("x",r+10),o.attr("x",i+10);else{var u=-this.get("height")/2;a.attr("y",u+r+10),o.attr("y",u+i+10)}},n._addCircle=function(t,e,n,r,i){var o=this.get("group"),s=o.addGroup(),c=this.get("_unslidableCircleStyle"),l=this.get("textStyle"),u=this.get("titleShape"),h=this.get("titleGap");u&&(h+=u.getBBox().height),s.addShape("circle",{attrs:a.mix({x:t,y:e+h,r:0===n?1:n},c)}),"vertical"===this.get("layout")?s.addShape("text",{attrs:a.mix({x:i+20+this.get("textOffset"),y:e+h,text:0===r?"0":r},l)}):s.addShape("text",{attrs:a.mix({x:t,y:e+h+i+13+this.get("textOffset"),text:0===r?"0":r},l)})},n._renderUnslidable=function(){var t=this.get("firstItem").value,e=this.get("lastItem").value;if(t>e){var n=e;e=t,t=n}var r=this._formatItemValue(t),i=this._formatItemValue(e),a=t<u?u:t,o=e>l?l:e;a>o&&(a=u,o=l),"vertical"===this.get("layout")?(this._addCircle(o,o,a,r,2*o),this._addCircle(o,2*o+c+a,o,i,2*o)):(this._addCircle(o,o,a,r,2*o),this._addCircle(2*o+c+a,o,o,i,2*o))},n.activate=function(e){this.get("slidable")&&t.prototype.activate.call(this,e)},e}(o);t.exports=h},function(t,e,n){var r=n(98);r.Html=n(389),r.Canvas=n(197),r.Mini=n(391),t.exports=r},function(t,e,n){function r(){return r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r.apply(this,arguments)}function i(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function a(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,o(t,e)}function o(t,e){return o=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},o(t,e)}var s=n(51),c=n(98),l=n(4),u=l.DomUtil,h=n(390),f=n(194),d=n(195),p=n(196),v="g2-tooltip",g="g2-tooltip-title",m="g2-tooltip-list",y="g2-tooltip-marker",b="g2-tooltip-value",_="g2-tooltip-list-item",x=5,w=s.Marker;function k(t,e){return t.getElementsByClassName(e)[0]}function C(t,e){return Object.keys(t).forEach((function(n){e[n]&&(t[n]=l.mix(t[n],e[n]))})),t}var S=function(t){a(n,t);var e=n.prototype;function n(e){var n;n=t.call(this,e)||this,l.assign(i(n),d),l.assign(i(n),p);var r=h;n.style=C(r,e),n._init_(),n.get("items")&&n.render();var a=n.get("crosshairs");if(a){var o="rect"===a.type?n.get("backPlot"):n.get("frontPlot"),s=new f(l.mix({plot:o,plotRange:n.get("plotRange"),canvas:n.get("canvas")},n.get("crosshairs")));s.hide(),n.set("crosshairGroup",s)}return n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return l.mix({},e,{containerTpl:' <div class="'+v+'"> <div class="'+g+'"></div><ul class="'+m+'"></ul></div>',itemTpl:'<li data-index={index}>\n      <svg viewBox="0 0 '+x+" "+x+'" class="'+y+'"></svg>\n      {name}<span class="'+b+'">{value}</span></li>',htmlContent:null,follow:!0,enterable:!1})},e._init_=function(){var t,e=this,n=e.get("containerTpl"),r=e.get("canvas").get("el").parentNode;if(!this.get("htmlContent")){if(/^\#/.test(n)){var i=n.replace("#","");t=document.getElementById(i)}else t=u.createDom(n),u.modifyCSS(t,e.style[v]),r.appendChild(t),r.style.position="relative";e.set("container",t)}},e.render=function(){var t=this;if(t.clear(),t.get("htmlContent")){var e=t.get("canvas").get("el").parentNode,n=t._getHtmlContent();e.appendChild(n),t.set("container",n)}else t._renderTpl()},e._renderTpl=function(){var t=this,e=t.get("showTitle"),n=t.get("titleContent"),r=t.get("container"),i=k(r,g),a=k(r,m),o=t.get("items");i&&e&&(u.modifyCSS(i,t.style[g]),i.innerHTML=n),a&&(u.modifyCSS(a,t.style[m]),l.each(o,(function(e,n){a.appendChild(t._addItem(e,n))})))},e.clear=function(){var t=this.get("container");if(this.get("htmlContent"))t&&t.remove();else{var e=k(t,g),n=k(t,m);e&&(e.innerHTML=""),n&&(n.innerHTML="")}},e.show=function(){var e=this.get("container");if(e&&!this.destroyed){e.style.visibility="visible",e.style.display="block";var n=this.get("crosshairGroup");n&&n.show();var r=this.get("markerGroup");r&&r.show(),t.prototype.show.call(this),this.get("canvas").draw()}},e.hide=function(){var e=this.get("container");if(e&&!this.destroyed){e.style.visibility="hidden",e.style.display="none";var n=this.get("crosshairGroup");n&&n.hide();var r=this.get("markerGroup");r&&r.hide(),t.prototype.hide.call(this),this.get("canvas").draw()}},e.destroy=function(){var e=this,n=e.get("container"),r=e.get("containerTpl");n&&!/^\#/.test(r)&&n.parentNode.removeChild(n);var i=this.get("crosshairGroup");i&&i.destroy();var a=this.get("markerGroup");a&&a.remove(),t.prototype.destroy.call(this)},e._getMarkerSvg=function(t){var e,n=t.marker||{},r=n.activeSymbol||n.symbol;l.isFunction(r)?e=r:l.isString(r)&&(e=w.Symbols[r]),e=l.isFunction(e)?e:w.Symbols.circle;var i=e(x/2,x/2,x/2),a=i.reduce((function(t,e){return""+t+e[0]+e.slice(1).join(",")}),"");return'<path d="'+a+'" fill="'+(n.fill||"none")+'" stroke="'+(n.stroke||"none")+'" />'},e._addItem=function(t,e){var n=this.get("itemTpl"),i=l.substitute(n,l.mix({index:e},t)),a=u.createDom(i);u.modifyCSS(a,this.style[_]);var o=k(a,y);if(o){u.modifyCSS(o,r({},this.style[y],{borderRadius:"unset"}));var s=this._getMarkerSvg(t);o.innerHTML=s}var c=k(a,b);return c&&u.modifyCSS(c,this.style[b]),a},e._getHtmlContent=function(){var t=this.get("htmlContent"),e=this.get("titleContent"),n=this.get("items"),r=t(e,n),i=u.createDom(r);return i},e.setPosition=function(e,n,r){var i,a=this.get("container"),o=this.get("canvas").get("el"),s=u.getWidth(o),c=u.getHeight(o),h=a.clientWidth,f=a.clientHeight,d=e,p=n,v=this.get("prePosition")||{x:0,y:0};if(h||(a.style.display="block",h=a.clientWidth,f=a.clientHeight,a.style.display="none"),this.get("enterable")?(n-=a.clientHeight/2,i=[e,n],v&&e-v.x>0?e-=a.clientWidth+1:e+=1):this.get("position")?(i=this._calcTooltipPosition(e,n,this.get("position"),h,f,r),e=i[0],n=i[1]):(i=this._constraintPositionInBoundary(e,n,h,f,s,c),e=i[0],n=i[1]),this.get("inPlot")){var g=this.get("plotRange");i=this._constraintPositionInPlot(e,n,h,f,g,this.get("enterable")),e=i[0],n=i[1]}var m=this.get("markerItems");l.isEmpty(m)||(d=m[0].x,p=m[0].y),this.set("prePosition",i);var y=this.get("follow");y&&(a.style.left=e+"px",a.style.top=n+"px");var b=this.get("crosshairGroup");if(b){var _=this.get("items");b.setPosition(d,p,_)}t.prototype.setPosition.call(this,e,n)},n}(c);t.exports=S},function(t,e,n){var r,i=n(16),a=i.FONT_FAMILY,o="g2-tooltip",s="g2-tooltip-title",c="g2-tooltip-list",l="g2-tooltip-list-item",u="g2-tooltip-marker",h="g2-tooltip-value",f=(r={crosshairs:!1,offset:15},r[""+o]={position:"absolute",visibility:"hidden",zIndex:8,transition:"visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1)",backgroundColor:"rgba(255, 255, 255, 0.9)",boxShadow:"0px 0px 10px #aeaeae",borderRadius:"3px",color:"rgb(87, 87, 87)",fontSize:"12px",fontFamily:a,lineHeight:"20px",padding:"10px 10px 6px 10px"},r[""+s]={marginBottom:"4px"},r[""+c]={margin:0,listStyleType:"none",padding:0},r[""+l]={marginBottom:"4px"},r[""+u]={width:"5px",height:"5px",borderRadius:"50%",display:"inline-block",marginRight:"8px"},r[""+h]={display:"inline-block",float:"right",marginLeft:"30px"},r);t.exports=f},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(4),o=n(197),s=n(16),c=s.FONT_FAMILY,l=a.DomUtil,u=a.MatrixUtil,h=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{boardStyle:{x:0,y:0,width:0,height:0,radius:3},valueStyle:{x:0,y:0,text:"",fontFamily:c,fontSize:12,stroke:"#fff",lineWidth:2,fill:"black",textBaseline:"top",textAlign:"start"},padding:{top:5,right:5,bottom:0,left:5},triangleWidth:10,triangleHeight:4})},n._init_=function(){var t=this,e=t.get("padding"),n=t.get("frontPlot"),r=n.addGroup();t.set("container",r);var i=r.addShape("rect",{attrs:a.mix({},t.get("boardStyle"))});t.set("board",i);var o=r.addShape("path",{attrs:{fill:t.get("boardStyle").fill}});t.set("triangleShape",o);var s=r.addGroup();s.move(e.left,e.top);var c=s.addShape("text",{attrs:a.mix({},t.get("valueStyle"))});t.set("valueShape",c)},n.render=function(){var t=this;t.clear();var e=t.get("board"),n=t.get("valueShape"),r=t.get("padding"),i=t.get("items")[0];n&&n.attr("text",i.value);var a=n?n.getBBox():{width:80,height:30},o=r.left+a.width+r.right,s=r.top+a.height+r.bottom;e.attr("width",o),e.attr("height",s),t._centerTriangleShape()},n.clear=function(){var t=this.get("valueShape");t.attr("text","")},n.setPosition=function(t,e,n){var r=this,i=r.get("container"),a=r.get("plotRange"),o=i.getBBox(),s=o.width,c=o.height;if(t-=s/2,n&&("point"===n.name||"interval"===n.name)){var h=n.getBBox().y;e=h}if(e-=c,this.get("inPlot"))t<a.tl.x?(t=a.tl.x,r._leftTriangleShape()):t+s/2>a.tr.x?(t=a.tr.x-s,r._rightTriangleShape()):r._centerTriangleShape(),e<a.tl.y?e=a.tl.y:e+c>a.bl.y&&(e=a.bl.y-c);else{var f=this.get("canvas").get("el"),d=l.getWidth(f),p=l.getHeight(f);t<0?(t=0,r._leftTriangleShape()):t+s/2>d?(t=d-s,r._rightTriangleShape()):r._centerTriangleShape(),e<0?e=0:e+c>p&&(e=p-c)}var v=[1,0,0,0,1,0,0,0,1],g=u.transform(v,[["t",t,e]]);i.stopAnimate(),i.animate({matrix:g},this.get("animationDuration"))},n._centerTriangleShape=function(){var t=this.get("triangleShape"),e=this.get("triangleWidth"),n=this.get("triangleHeight"),r=this.get("board").getBBox(),i=r.width,a=r.height,o=[["M",0,0],["L",e,0],["L",e/2,n],["L",0,0],["Z"]];t.attr("path",o),t.move(i/2-e/2,a-1)},n._leftTriangleShape=function(){var t=this.get("triangleShape"),e=this.get("triangleWidth"),n=this.get("triangleHeight"),r=this.get("board").getBBox(),i=r.height,a=[["M",0,0],["L",e,0],["L",0,n+3],["L",0,0],["Z"]];t.attr("path",a),t.move(0,i-3)},n._rightTriangleShape=function(){var t=this.get("triangleShape"),e=this.get("triangleWidth"),n=this.get("triangleHeight"),r=this.get("board").getBBox(),i=r.width,a=r.height,o=[["M",0,0],["L",e,0],["L",e,n+4],["L",0,0],["Z"]];t.attr("path",o),t.move(i-e-1,a-4)},e}(o);t.exports=h},function(t,e,n){var r=n(0).MatrixUtil,i=r.vec2;function a(t,e,n,r){var a,o,s,c,l=[],u=!!r;if(u){s=[1/0,1/0],c=[-1/0,-1/0];for(var h=0,f=t.length;h<f;h++){var d=t[h];s=i.min([],s,d),c=i.max([],c,d)}s=i.min([],s,r[0]),c=i.max([],c,r[1])}for(var p=0,v=t.length;p<v;p++){var g=t[p];if(n)a=t[p?p-1:v-1],o=t[(p+1)%v];else{if(0===p||p===v-1){l.push(g);continue}a=t[p-1],o=t[p+1]}var m=[];m=i.sub(m,o,a),m=i.scale(m,m,e);var y=i.distance(g,a),b=i.distance(g,o),_=y+b;0!==_&&(y/=_,b/=_);var x=i.scale([],m,-y),w=i.scale([],m,b),k=i.add([],g,x),C=i.add([],g,w);u&&(k=i.max([],k,s),k=i.min([],k,c),C=i.max([],C,s),C=i.min([],C,c)),l.push(k),l.push(C)}return n&&l.push(l.shift()),l}function o(t,e,n){for(var r=!!e,i=[],o=0,s=t.length;o<s;o+=2)i.push([t[o],t[o+1]]);for(var c,l,u,h=a(i,.4,r,n),f=i.length,d=[],p=0;p<f-1;p++)c=h[2*p],l=h[2*p+1],u=i[p+1],d.push(["C",c[0],c[1],l[0],l[1],u[0],u[1]]);return r&&(c=h[f],l=h[f+1],u=i[0],d.push(["C",c[0],c[1],l[0],l[1],u[0],u[1]])),d}t.exports={catmullRom2bezier:o}},function(t,e,n){var r=n(0),i=n(198),a=n(25),o=n(8),s=5;function c(t,e,n){return{x:t.x+n*Math.cos(e),y:t.y+n*Math.sin(e)}}function l(t,e,n,r,i){var a,o=!0,s=n.start,c=n.end,l=Math.min(s.y,c.y),u=Math.abs(s.y-c.y),h=0,f=Number.MIN_VALUE,d=t.map((function(t){return t.y>h&&(h=t.y),t.y<f&&(f=t.y),{size:e,targets:[t.y-l]}}));f-=l,h-l>u&&(u=h-l);while(o){d.forEach((function(t){var e=(Math.min.apply(f,t.targets)+Math.max.apply(f,t.targets))/2;t.pos=Math.min(Math.max(f,e-t.size/2),u-t.size)})),o=!1,a=d.length;while(a--)if(a>0){var p=d[a-1],v=d[a];p.pos+p.size>v.pos&&(p.size+=v.size,p.targets=p.targets.concat(v.targets),p.pos+p.size>u&&(p.pos=u-p.size),d.splice(a,1),o=!0)}}a=0,d.forEach((function(n){var r=l+e/2;n.targets.forEach((function(){t[a].y=n.pos+r,r+=e,a++}))})),t.forEach((function(t){var e=t.r*t.r,n=Math.pow(Math.abs(t.y-r.y),2);if(e<n)t.x=r.x;else{var a=Math.sqrt(e-n);t.x=i?r.x+a:r.x-a}}))}var u=function t(e){t.superclass.constructor.call(this,e)};r.extend(u,i),r.augment(u,{getDefaultCfg:function(){return{label:o.thetaLabels}},getDefaultOffset:function(t){return t.offset||0},adjustItems:function(t){var e=this,n=t[0]?t[0].offset:0;return n>0&&(t=e._distribute(t,n)),u.superclass.adjustItems.call(this,t)},_distribute:function(t,e){var n=this,r=n.get("coord"),i=r.getRadius(),a=n.get("label").labelHeight,o=r.getCenter(),s=i+e,c=2*s+2*a,u={start:r.start,end:r.end},h=n.get("geom");if(h){var f=h.get("view");u=f.getViewRegion()}var d=[[],[]];return t.forEach((function(t){t&&("right"===t.textAlign?d[0].push(t):d[1].push(t))})),d.forEach((function(t,e){var n=parseInt(c/a,10);t.length>n&&(t.sort((function(t,e){return e["..percent"]-t["..percent"]})),t.splice(n,t.length-n)),t.sort((function(t,e){return t.y-e.y})),l(t,a,u,o,e)})),d[0].concat(d[1])},lineToLabel:function(t){var e=this,n=e.get("coord"),r=n.getRadius(),i=t.offset,a=t.orignAngle||t.angle,o=n.getCenter(),l=c(o,a,r+s/2),u=c(o,a,r+i/2);t.labelLine||(t.labelLine=e.get("label").labelLine||{}),t.labelLine.path=["M"+l.x,l.y+" Q"+u.x,u.y+" "+t.x,t.y].join(",")},getLabelRotate:function(t,e){var n;return e<0&&(n=180*t/Math.PI,n>90&&(n-=180),n<-90&&(n+=180)),n/180*Math.PI},getLabelAlign:function(t){var e,n=this,r=n.get("coord"),i=r.getCenter();e=t.angle<=Math.PI/2&&t.x>=i.x?"left":"right";var a=n.getDefaultOffset(t);return a<=0&&(e="right"===e?"left":"right"),e},getArcPoint:function(t){return t},getPointAngle:function(t){var e=this,n=e.get("coord"),i={x:r.isArray(t.x)?t.x[0]:t.x,y:t.y[0]};e.transLabelPoint(i);var o,s={x:r.isArray(t.x)?t.x[1]:t.x,y:t.y[1]};e.transLabelPoint(s);var c=a.getPointAngle(n,i);if(t.points&&t.points[0].y===t.points[1].y)o=c;else{var l=a.getPointAngle(n,s);c>=l&&(l+=2*Math.PI),o=c+(l-c)/2}return o},getCirclePoint:function(t,e){var n=this,r=n.get("coord"),i=r.getCenter(),a=r.getRadius()+e,o=c(i,t,a);return o.angle=t,o.r=a,o}}),t.exports=u},function(t,e,n){var r=n(0),i=n(91),a=function t(e){t.superclass.constructor.call(this,e)};r.extend(a,i),r.augment(a,{setLabelPosition:function(t,e,n,i){r.isFunction(i)&&(i=i(t.text,e._origin,n));var a=this.get("coord"),o=a.isTransposed,s=a.convertPoint(e.points[0]),c=a.convertPoint(e.points[2]),l=(s.x-c.x)/2*(o?-1:1),u=(s.y-c.y)/2*(o?-1:1);switch(i){case"right":o?(t.x-=l,t.y+=u,t.textAlign=t.textAlign||"center"):(t.x-=l,t.y+=u,t.textAlign=t.textAlign||"left");break;case"left":o?(t.x-=l,t.y-=u,t.textAlign=t.textAlign||"center"):(t.x+=l,t.y+=u,t.textAlign=t.textAlign||"right");break;case"bottom":o?(t.x-=2*l,t.textAlign=t.textAlign||"left"):(t.y+=2*u,t.textAlign=t.textAlign||"center");break;case"middle":o?t.x-=l:t.y+=u,t.textAlign=t.textAlign||"center";break;case"top":t.textAlign=o?t.textAlign||"left":t.textAlign||"center";break;default:break}}}),t.exports=a},function(t,e,n){var r=n(0),i=n(8),a=i.defaultColor,o="_origin";function s(t){return t.alias||t.field}var c={_getIntervalSize:function(t){var e=null,n=this.get("type"),i=this.get("coord");if(i.isRect&&("interval"===n||"schema"===n)){e=this.getSize(t[o]);var a=i.isTransposed?"y":"x";if(r.isArray(t[a])){var s=Math.abs(t[a][1]-t[a][0]);e=e<s?null:e}}return e},_snapEqual:function(t,e,n){var i;return t=n.translate(t),e=n.translate(e),i=n.isCategory?t===e:r.snapEqual(t,e),i},_getScaleValueByPoint:function(t){var e=0,n=this.get("coord"),r=this.getXScale(),i=n.invert(t),a=i.x;return this.isInCircle()&&a>(1+r.rangeMax())/2&&(a=r.rangeMin()),e=r.invert(a),r.isCategory&&(e=r.translate(e)),e},_getOriginByPoint:function(t){var e=this.getXScale(),n=this.getYScale(),r=e.field,i=n.field,a=this.get("coord"),o=a.invert(t),s=e.invert(o.x),c=n.invert(o.y),l={};return l[r]=s,l[i]=c,l},_getScale:function(t){var e=this,n=e.get("scales"),i=null;return r.each(n,(function(e){if(e.field===t)return i=e,!1})),i},_getTipValueScale:function(){var t,e=this.getAttrsForLegend();r.each(e,(function(e){var n=e.getScale(e.type);if(n.isLinear)return t=n,!1}));var n=this.getXScale(),i=this.getYScale();return!t&&i&&"..y"===i.field?n:t||i||n},_getTipTitleScale:function(t){var e=this;if(t)return e._getScale(t);var n,i=e.getAttr("position"),a=i.getFields();return r.each(a,(function(t){if(!t.includes(".."))return n=t,!1})),e._getScale(n)},_filterValue:function(t,e){var n=this.get("coord"),i=this.getYScale(),a=i.field,s=n.invert(e),c=s.y;c=i.invert(c);var l=t[t.length-1];return r.each(t,(function(t){var e=t[o];if(e[a][0]<=c&&e[a][1]>=c)return l=t,!1})),l},getXDistance:function(){var t=this,e=t.get("xDistance");if(!e){var n=t.getXScale();if(n.isCategory)e=1;else{var i=n.values,a=n.translate(i[0]),o=a;r.each(i,(function(t){t=n.translate(t),t<a&&(a=t),t>o&&(o=t)}));var s=i.length;e=(o-a)/(s-1)}t.set("xDistance",e)}return e},findPoint:function(t,e){var n=this,i=n.get("type"),a=n.getXScale(),s=n.getYScale(),c=a.field,l=s.field,u=null;if(r.indexOf(["heatmap","point"],i)>-1){var h=n.get("coord"),f=h.invert(t),d=a.invert(f.x),p=s.invert(f.y),v=1/0;return r.each(e,(function(t){var e=Math.pow(t[o][c]-d,2)+Math.pow(t[o][l]-p,2);e<v&&(v=e,u=t)})),u}var g=e[0],m=e[e.length-1];if(!g)return u;var y=n._getScaleValueByPoint(t),b=g[o][c],_=g[o][l],x=m[o][c],w=s.isLinear&&r.isArray(_);if(r.isArray(b))r.each(e,(function(t){var e=t[o];if(a.translate(e[c][0])<=y&&a.translate(e[c][1])>=y){if(!w)return u=t,!1;r.isArray(u)||(u=[]),u.push(t)}})),r.isArray(u)&&(u=this._filterValue(u,t));else{var k;if(a.isLinear||"timeCat"===a.type){if((y>a.translate(x)||y<a.translate(b))&&(y>a.max||y<a.min))return null;var C,S=0,T=e.length-1;while(S<=T){C=Math.floor((S+T)/2);var O=e[C][o][c];if(n._snapEqual(O,y,a))return e[C];a.translate(O)<=a.translate(y)?(S=C+1,m=e[C],k=e[C+1]):(0===T&&(m=e[0]),T=C-1)}}else r.each(e,(function(t,i){var s=t[o];if(n._snapEqual(s[c],y,a)){if(!w)return u=t,!1;r.isArray(u)||(u=[]),u.push(t)}else a.translate(s[c])<=y&&(m=t,k=e[i+1])})),r.isArray(u)&&(u=this._filterValue(u,t));m&&k&&Math.abs(a.translate(m[o][c])-y)>Math.abs(a.translate(k[o][c])-y)&&(m=k)}var M=n.getXDistance();return!u&&Math.abs(a.translate(m[o][c])-y)<=M/2&&(u=m),u},getTipTitle:function(t,e){var n="",r=this._getTipTitleScale(e);if(r){var i=t[r.field];n=r.getText(i)}else if("heatmap"===this.get("type")){var a=this.getXScale(),o=this.getYScale(),s=a.getText(t[a.field]),c=o.getText(t[o.field]);n="( "+s+", "+c+" )"}return n},getTipValue:function(t,e){var n,i=e.field,a=t.key;if(n=t[i],r.isArray(n)){var o=[];r.each(n,(function(t){o.push(e.getText(t))})),n=o.join("-")}else n=e.getText(n,a);return n},getTipName:function(t){var e,n,i=this._getGroupScales();if(i.length&&r.each(i,(function(t){return n=t,!1})),n){var a=n.field;e=n.getText(t[a])}else{var o=this._getTipValueScale();e=s(o)}return e},getTipItems:function(t,e){var n,i,c=this,l=t[o],u=c.getTipTitle(l,e),h=c.get("tooltipCfg"),f=[];function d(e,n,i){if(!r.isNil(n)&&""!==n){var o={title:u,point:t,name:e||u,value:n,color:t.color||a,marker:!0};o.size=c._getIntervalSize(t),f.push(r.mix({},o,i))}}if(h){var p=h.fields,v=h.cfg,g=[];if(r.each(p,(function(t){g.push(l[t])})),v){r.isFunction(v)&&(v=v.apply(null,g));var m=r.mix({},{point:t,title:u,color:t.color||a,marker:!0},v);m.size=c._getIntervalSize(t),f.push(m)}else r.each(p,(function(t){if(!r.isNil(l[t])){var e=c._getScale(t);n=s(e),i=e.getText(l[t]),d(n,i)}}))}else{var y=c._getTipValueScale();r.isNil(l[y.field])||(i=c.getTipValue(l,y),n=c.getTipName(l),d(n,i))}return f},isShareTooltip:function(){var t,e=this.get("shareTooltip"),n=this.get("type"),i=this.get("view");if(t=i.get("parent")?i.get("parent").get("options"):i.get("options"),"interval"===n){var a=this.get("coord"),o=a.type;("theta"===o||"polar"===o&&a.isTransposed)&&(e=!1)}else this.getYScale()&&!r.inArray(["contour","point","polygon","edge"],n)||(e=!1);return t.tooltip&&r.isBoolean(t.tooltip.shared)&&(e=t.tooltip.shared),e}};t.exports=c},function(t,e,n){var r=n(0),i="_origin",a=n(199),o="_originActiveAttrs";function s(t,e){if(r.isNil(t)||r.isNil(e))return!1;var n=t.get("origin"),i=e.get("origin");return r.isEqual(n,i)}function c(t,e){if(!t)return!0;if(t.length!==e.length)return!0;var n=!1;return r.each(e,(function(e,r){if(!s(e,t[r]))return n=!0,!1})),n}function l(t,e){var n={};return r.each(t,(function(t,i){var a=e.attr(i);r.isArray(a)&&(a=r.cloneDeep(a)),n[i]=a})),n}var u={_isAllowActive:function(){var t=this.get("allowActive");if(!r.isNil(t))return t;var e=this.get("view"),n=this.isShareTooltip(),i=e.get("options");return!1===i.tooltip||!n},_onMouseenter:function(t){var e=this,n=t.shape,r=e.get("shapeContainer");n&&r.contain(n)&&e._isAllowActive()&&e.setShapesActived(n)},_onMouseleave:function(){var t=this,e=t.get("view"),n=e.get("canvas");t.get("activeShapes")&&(t.clearActivedShapes(),n.draw())},_bindActiveAction:function(){var t=this,e=t.get("view"),n=t.get("type");e.on(n+":mouseenter",r.wrapBehavior(t,"_onMouseenter")),e.on(n+":mouseleave",r.wrapBehavior(t,"_onMouseleave"))},_offActiveAction:function(){var t=this,e=t.get("view"),n=t.get("type");e.off(n+":mouseenter",r.getWrapBehavior(t,"_onMouseenter")),e.off(n+":mouseleave",r.getWrapBehavior(t,"_onMouseleave"))},_setActiveShape:function(t){var e=this,n=e.get("activedOptions")||{},i=t.get("origin"),s=i.shape||e.getDefaultValue("shape");r.isArray(s)&&(s=s[0]);var c=e.get("shapeFactory"),u=r.mix({},t.attr(),{origin:i}),h=c.getActiveCfg(s,u);n.style&&r.mix(h,n.style);var f=l(h,t);t.setSilent(o,f),n.animate?t.animate(h,300):t.attr(h),a.toFront(t)},setShapesActived:function(t){var e=this;r.isArray(t)||(t=[t]);var n=e.get("activeShapes");if(c(n,t)){var i=e.get("view"),a=i.get("canvas"),o=e.get("activedOptions");o&&o.highlight?(r.each(t,(function(t){t.get("animating")&&t.stopAnimate()})),e.highlightShapes(t)):(n&&e.clearActivedShapes(),r.each(t,(function(t){t.get("animating")&&t.stopAnimate(),t.get("visible")&&e._setActiveShape(t)}))),e.set("activeShapes",t),a.draw()}},clearActivedShapes:function(){var t=this,e=t.get("shapeContainer"),n=t.get("activedOptions"),i=n&&n.animate;if(e&&!e.get("destroyed")){var s=t.get("activeShapes");r.each(s,(function(t){var e=t.get(o);i?(t.stopAnimate(),t.animate(e,300)):t.attr(e),a.resetZIndex(t),t.setSilent(o,null)}));var c=t.get("preHighlightShapes");if(c){var l=e.get("children");r.each(l,(function(t){var e=t.get(o);e&&(i?(t.stopAnimate(),t.animate(e,300)):t.attr(e),a.resetZIndex(t),t.setSilent(o,null))}))}t.set("activeShapes",null),t.set("preHighlightShapes",null)}},getGroupShapesByPoint:function(t){var e=this,n=e.get("shapeContainer"),a=[];if(n){var o=e.getXScale().field,s=e.getShapes(),c=e._getOriginByPoint(t);r.each(s,(function(t){var e=t.get("origin");if(t.get("visible")&&e){var n=e[i][o];n===c[o]&&a.push(t)}}))}return a},getSingleShapeByPoint:function(t){var e,n=this,r=n.get("shapeContainer"),i=r.get("canvas"),a=i.get("pixelRatio");if(r&&(e=r.getShape(t.x*a,t.y*a)),e&&e.get("origin"))return e},highlightShapes:function(t,e){var n=this;r.isArray(t)||(t=[t]);var i=n.get("activeShapes");if(c(i,t)){i&&n.clearActivedShapes();var s=n.getShapes(),u=n.get("activedOptions"),h=u&&u.animate,f=u&&u.style;r.each(s,(function(n){var i={};n.stopAnimate(),-1!==r.indexOf(t,n)?(r.mix(i,f,e),a.toFront(n)):(r.mix(i,{fillOpacity:.3,opacity:.3}),a.resetZIndex(n));var s=l(i,n);n.setSilent(o,s),h?n.animate(i,300):n.attr(i)})),n.set("preHighlightShapes",t),n.set("activeShapes",t)}}};t.exports=u},function(t,e,n){var r=n(0),i="_origin",a=n(199);function o(t,e){if(r.isNil(t)||r.isNil(e))return!1;var n=t.get("origin"),i=e.get("origin");return r.isEqual(n,i)}function s(t,e){var n={};return r.each(t,(function(t,i){"transform"===i&&(i="matrix");var a=e.attr(i);r.isArray(a)&&(a=r.cloneDeep(a)),n[i]=a})),n}var c={_isAllowSelect:function(){var t=this.get("allowSelect");if(!r.isNil(t))return t;var e=this.get("type"),n=this.get("coord"),i=n&&n.type;return"interval"===e&&"theta"===i},_onClick:function(t){var e=this;if(e._isAllowSelect()){var n=t.shape,r=e.get("shapeContainer");n&&r.contain(n)&&e.setShapeSelected(n)}},_bindSelectedAction:function(){var t=this,e=t.get("view"),n=t.get("type");e.on(n+":click",r.wrapBehavior(t,"_onClick"))},_offSelectedAction:function(){var t=this,e=t.get("view"),n=t.get("type");e.off(n+":click",r.getWrapBehavior(t,"_onClick"))},_setShapeStatus:function(t,e){var n=this,i=n.get("view"),o=n.get("selectedOptions")||{},c=!1!==o.animate,l=i.get("canvas");t.set("selected",e);var u=t.get("origin");if(e){var h=u.shape||n.getDefaultValue("shape");r.isArray(h)&&(h=h[0]);var f=n.get("shapeFactory"),d=r.mix({geom:n,point:u},o),p=f.getSelectedCfg(h,d);r.mix(p,d.style),t.get("_originAttrs")||(t.get("animating")&&t.stopAnimate(),t.set("_originAttrs",s(p,t))),o.toFront&&a.toFront(t),c?t.animate(p,300):(t.attr(p),l.draw())}else{var v=t.get("_originAttrs");o.toFront&&a.resetZIndex(t),t.set("_originAttrs",null),c?t.animate(v,300):(t.attr(v),l.draw())}},setShapeSelected:function(t){var e=this,n=e._getSelectedShapes(),i=e.get("selectedOptions")||{},a=!1!==i.cancelable;if("multiple"===i.mode)-1===r.indexOf(n,t)?(n.push(t),e._setShapeStatus(t,!0)):a&&(r.Array.remove(n,t),e._setShapeStatus(t,!1));else{var s=n[0];a&&(t=o(s,t)?null:t),o(s,t)||(s&&e._setShapeStatus(s,!1),t&&e._setShapeStatus(t,!0))}},clearSelected:function(){var t=this,e=t.get("shapeContainer");if(e&&!e.get("destroyed")){var n=t._getSelectedShapes();r.each(n,(function(e){t._setShapeStatus(e,!1),e.set("_originAttrs",null)}))}},setSelected:function(t){var e=this,n=e.getShapes();return r.each(n,(function(n){var r=n.get("origin");r&&r[i]===t&&e.setShapeSelected(n)})),this},_getSelectedShapes:function(){var t=this,e=t.getShapes(),n=[];return r.each(e,(function(t){t.get("selected")&&n.push(t)})),t.set("selectedShapes",n),n}};t.exports=c},function(t,e,n){var r=n(0);t.exports=function(t){return r.isArray(t)?t:r.isString(t)?t.split("*"):[t]}},function(t,e,n){var r=n(105),i=n(0),a=/^(?:(?!0000)[0-9]{4}([-/.]+)(?:(?:0?[1-9]|1[0-2])\1(?:0?[1-9]|1[0-9]|2[0-8])|(?:0?[13-9]|1[0-2])\1(?:29|30)|(?:0?[13578]|1[02])\1(?:31))|(?:[0-9]{2}(?:0[48]|[2468][048]|[13579][26])|(?:0[48]|[2468][048]|[13579][26])00)([-/.]+)0?2\2(?:29))(\s+([01]|([01][0-9]|2[0-3])):([0-9]|[0-5][0-9]):([0-9]|[0-5][0-9]))?$/,o={LINEAR:"linear",CAT:"cat",TIME:"time"},s=function(){function t(t){this.defs={},this.viewTheme={scales:{}},this.filters={},i.assign(this,t)}var e=t.prototype;return e._getDef=function(t){var e=this.defs,n=this.viewTheme,r=null;return(n.scales[t]||e[t])&&(r=i.mix({},n.scales[t]),i.each(e[t],(function(t,e){i.isNil(t)?delete r[e]:r[e]=t})),this.filters[t]&&(delete r.min,delete r.max)),r},e._getDefaultType=function(t,e){var n=o.LINEAR,r=i.Array.firstValue(e,t);return i.isArray(r)&&(r=r[0]),a.test(r)?n=o.TIME:i.isString(r)&&(n=o.CAT),n},e._getScaleCfg=function(t,e,n){var a={field:e},o=i.Array.values(n,e);if(a.values=o,!r.isCategory(t)&&"time"!==t){var s=i.Array.getRange(o);a.min=s.min,a.max=s.max,a.nice=!0}return"time"===t&&(a.nice=!1),a},e.createScale=function(t,e){var n,a=this,o=a._getDef(t),s=e||[],c=i.Array.firstValue(s,t);if(i.isNumber(t)||i.isNil(c)&&!o)n=r.identity({value:t,field:t.toString(),values:[t]});else{var l;o&&(l=o.type),l=l||a._getDefaultType(t,s);var u=a._getScaleCfg(l,t,s);o&&i.mix(u,o),n=r[l](u)}return n},t}();t.exports=s},function(t,e,n){var r=n(0),i=n(401),a=function(){function t(t){this.type="rect",this.actions=[],this.cfg={},r.mix(this,t),this.option=t||{}}var e=t.prototype;return e.reset=function(t){return this.actions=t.actions||[],this.type=t.type,this.cfg=t.cfg,this.option.actions=this.actions,this.option.type=this.type,this.option.cfg=this.cfg,this},e._execActions=function(t){var e=this.actions;r.each(e,(function(e){var n=e[0];t[n](e[1],e[2])}))},e.hasAction=function(t){var e=this.actions,n=!1;return r.each(e,(function(e){if(t===e[0])return n=!0,!1})),n},e.createCoord=function(t,e){var n,a,o=this,s=o.type,c=o.cfg,l=r.mix({start:t,end:e},c);return"theta"===s?(n=i.Polar,o.hasAction("transpose")||o.transpose(),a=new n(l),a.type=s):(n=i[r.upperFirst(s||"")]||i.Rect,a=new n(l)),o._execActions(a),a},e.rotate=function(t){return t=t*Math.PI/180,this.actions.push(["rotate",t]),this},e.reflect=function(t){return this.actions.push(["reflect",t]),this},e.scale=function(t,e){return this.actions.push(["scale",t,e]),this},e.transpose=function(){return this.actions.push(["transpose"]),this},t}();t.exports=a},function(t,e,n){"use strict";var r=n(56);r.Cartesian=n(402),r.Rect=r.Cartesian,r.Polar=n(403),r.Helix=n(404),t.exports=r},function(t,e,n){"use strict";function r(t){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){return!e||"object"!==r(e)&&"function"!==typeof e?o(t):e}function o(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function c(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}function l(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function h(t,e,n){return h="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=f(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(n):i.value}},h(t,e,n||t)}function f(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=d(t),null===t)break;return t}function d(t){return d=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},d(t)}var p=n(10),v=n(56),g=function(t){function e(t){var n;return i(this,e),n=a(this,d(e).call(this,t)),n._init(),n}return l(e,t),c(e,[{key:"getDefaultCfg",value:function(){var t=h(d(e.prototype),"getDefaultCfg",this).call(this);return p({},t,{start:{x:0,y:0},end:{x:0,y:0},type:"cartesian",isRect:!0})}}]),c(e,[{key:"_init",value:function(){var t=this.start,e=this.end,n={start:t.x,end:e.x},r={start:t.y,end:e.y};this.x=n,this.y=r}},{key:"convertPoint",value:function(t){var e,n;return this.isTransposed?(e=t.y,n=t.x):(e=t.x,n=t.y),{x:this.convertDim(e,"x"),y:this.convertDim(n,"y")}}},{key:"invertPoint",value:function(t){var e=this.invertDim(t.x,"x"),n=this.invertDim(t.y,"y");return this.isTransposed?{x:n,y:e}:{x:e,y:n}}}]),e}(v);t.exports=g},function(t,e,n){"use strict";function r(t){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){return!e||"object"!==r(e)&&"function"!==typeof e?o(t):e}function o(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function c(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}function l(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function h(t,e,n){return h="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=f(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(n):i.value}},h(t,e,n||t)}function f(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=d(t),null===t)break;return t}function d(t){return d=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},d(t)}var p=n(50),v=n(30),g=n(10),m=n(56),y=p.mat3,b=p.vec2,_=p.vec3,x=function(t){function e(t){var n;return i(this,e),n=a(this,d(e).call(this,t)),n._init(),n}return l(e,t),c(e,[{key:"getDefaultCfg",value:function(){var t=h(d(e.prototype),"getDefaultCfg",this).call(this);return g({},t,{startAngle:-Math.PI/2,endAngle:3*Math.PI/2,innerRadius:0,type:"polar",isPolar:!0})}}]),c(e,[{key:"_init",value:function(){var t=this.radius,e=this.innerRadius,n=this.center,r=this.startAngle,i=this.endAngle;while(i<r)i+=2*Math.PI;this.endAngle=i;var a,o,s=this.getOneBox(),c=s.maxX-s.minX,l=s.maxY-s.minY,u=Math.abs(s.minX)/c,h=Math.abs(s.minY)/l,f=this.width,d=this.height;d/l>f/c?(a=f/c,o={x:n.x-(.5-u)*f,y:n.y-(.5-h)*a*l}):(a=d/l,o={x:n.x-(.5-u)*a*c,y:n.y-(.5-h)*d}),t?t>0&&t<=1?t*=a:(t<=0||t>a)&&(t=a):t=a;var p={start:r,end:i},v={start:e*t,end:t};this.x=p,this.y=v,this.radius=t,this.circleCentre=o,this.center=o}},{key:"getCenter",value:function(){return this.circleCentre}},{key:"getOneBox",value:function(){var t=this.startAngle,e=this.endAngle;if(Math.abs(e-t)>=2*Math.PI)return{minX:-1,maxX:1,minY:-1,maxY:1};for(var n=[0,Math.cos(t),Math.cos(e)],r=[0,Math.sin(t),Math.sin(e)],i=Math.min(t,e);i<Math.max(t,e);i+=Math.PI/18)n.push(Math.cos(i)),r.push(Math.sin(i));return{minX:Math.min.apply(Math,n),maxX:Math.max.apply(Math,n),minY:Math.min.apply(Math,r),maxY:Math.max.apply(Math,r)}}},{key:"getRadius",value:function(){return this.radius}},{key:"convertPoint",value:function(t){var e=this.getCenter(),n=this.isTransposed?t.y:t.x,r=this.isTransposed?t.x:t.y;return n=this.convertDim(n,"x"),r=this.convertDim(r,"y"),{x:e.x+Math.cos(n)*r,y:e.y+Math.sin(n)*r}}},{key:"invertPoint",value:function(t){var e=this.getCenter(),n=[t.x-e.x,t.y-e.y],r=this.x,i=[1,0,0,0,1,0,0,0,1];y.rotate(i,i,r.start);var a=[1,0,0];_.transformMat3(a,a,i),a=[a[0],a[1]];var o=b.angleTo(a,n,r.end<r.start);v(o,2*Math.PI)&&(o=0);var s=b.length(n),c=o/(r.end-r.start);c=r.end-r.start>0?c:-c;var l=this.invertDim(s,"y"),u={};return u.x=this.isTransposed?l:c,u.y=this.isTransposed?c:l,u}}]),e}(m);t.exports=x},function(t,e,n){"use strict";function r(t){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(t,e){return!e||"object"!==r(e)&&"function"!==typeof e?o(t):e}function o(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function s(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function c(t,e,n){return e&&s(t.prototype,e),n&&s(t,n),t}function l(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&u(t,e)}function u(t,e){return u=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},u(t,e)}function h(t,e,n){return h="undefined"!==typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var r=f(t,e);if(r){var i=Object.getOwnPropertyDescriptor(r,e);return i.get?i.get.call(n):i.value}},h(t,e,n||t)}function f(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=d(t),null===t)break;return t}function d(t){return d=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},d(t)}var p=n(50),v=n(30),g=n(10),m=n(56),y=p.vec2,b=function(t){function e(t){var n;return i(this,e),n=a(this,d(e).call(this,t)),n._init(),n}return l(e,t),c(e,[{key:"getDefaultCfg",value:function(){var t=h(d(e.prototype),"getDefaultCfg",this).call(this);return g({},t,{startAngle:1.25*Math.PI,endAngle:7.25*Math.PI,innerRadius:0,type:"helix",isHelix:!0})}}]),c(e,[{key:"_init",value:function(){var t=this.width,e=this.height,n=this.radius,r=this.innerRadius,i=this.startAngle,a=this.endAngle,o=(a-i)/(2*Math.PI)+1,s=Math.min(t,e)/2;n&&n>=0&&n<=1&&(s*=n);var c=Math.floor(s*(1-r)/o),l=c/(2*Math.PI),u={start:i,end:a},h={start:r*s,end:r*s+.99*c};this.a=l,this.d=c,this.x=u,this.y=h}},{key:"getCenter",value:function(){return this.center}},{key:"convertPoint",value:function(t){var e,n,r=this.a,i=this.center;this.isTransposed?(e=t.y,n=t.x):(e=t.x,n=t.y);var a=this.convertDim(e,"x"),o=r*a,s=this.convertDim(n,"y");return{x:i.x+Math.cos(a)*(o+s),y:i.y+Math.sin(a)*(o+s)}}},{key:"invertPoint",value:function(t){var e=this.center,n=this.a,r=this.d+this.y.start,i=y.subtract([],[t.x,t.y],[e.x,e.y]),a=y.angleTo(i,[1,0],!0),o=a*n;y.length(i)<o&&(o=y.length(i));var s=Math.floor((y.length(i)-o)/r);a=2*s*Math.PI+a;var c=n*a,l=y.length(i)-c;l=v(l,0)?0:l;var u=this.invertDim(a,"x"),h=this.invertDim(l,"y");u=v(u,0)?0:u,h=v(h,0)?0:h;var f={};return f.x=this.isTransposed?h:u,f.y=this.isTransposed?u:h,f}}]),e}(m);t.exports=b},function(t,e,n){var r=n(0),i=n(24),a=i.Axis,o=r.MatrixUtil.vec2;function s(t){var e=[];if(t.length>0){e=t.slice(0);var n=e[0],r=e[e.length-1];0!==n.value&&e.unshift({value:0}),1!==r.value&&e.push({value:1})}return e}function c(t,e,n){var r=[];return t.length<1||(t.length>=2&&e&&n&&r.push({text:"",tickValue:"",value:0}),0!==t[0].value&&r.push({text:"",tickValue:"",value:0}),r=r.concat(t),1!==r[r.length-1].value&&r.push({text:"",tickValue:"",value:1})),r}function l(t,e){return void 0===e&&(e=0),"middle"===t&&(e=.5),t.includes("%")&&(e=parseInt(t,10)/100),e}var u=function(){function t(t){this.visible=!0,this.canvas=null,this.container=null,this.coord=null,this.options=null,this.axes=[],r.mix(this,t)}var e=t.prototype;return e._isHide=function(t){var e=this.options;return!(!e||!1!==e[t])},e._getMiddleValue=function(t,e,n,r){if(0===t&&!r)return 0;if(1===t)return 1;var i=e[n+1].value;return r||1!==i?(t+i)/2:1},e._getLineRange=function(t,e,n,r){var i,a,o,s=e.field,c=this.options,u="";if(c[s]&&c[s].position&&(u=c[s].position),"x"===n){var h="top"===u?1:0;h=l(u,h),i={x:0,y:h},a={x:1,y:h},o=!1}else{if(r){var f="left"===u?0:1;f=l(u,f),i={x:f,y:0},a={x:f,y:1}}else{var d="right"===u?1:0;d=l(u,d),i={x:d,y:0},a={x:d,y:1}}o=!0}return i=t.convert(i),a=t.convert(a),{start:i,end:a,isVertical:o}},e._getLineCfg=function(t,e,n,r){var i,a=this._getLineRange(t,e,n,r),o=a.isVertical,s=a.start,c=a.end,l=t.center;return t.isTransposed&&(o=!o),i=o&&s.x>l.x||!o&&s.y>l.y?1:-1,{isVertical:o,factor:i,start:s,end:c}},e._getCircleCfg=function(t){var e,n={},r=t.x,i=t.y,a=i.start>i.end;e=t.isTransposed?{x:a?0:1,y:0}:{x:0,y:a?0:1},e=t.convert(e);var s,c=t.circleCentre,l=[e.x-c.x,e.y-c.y],u=[1,0];s=e.y>c.y?o.angle(l,u):-1*o.angle(l,u);var h=s+(r.end-r.start);return n.startAngle=s,n.endAngle=h,n.center=c,n.radius=Math.sqrt(Math.pow(e.x-c.x,2)+Math.pow(e.y-c.y,2)),n.inner=t.innerRadius||0,n},e._getRadiusCfg=function(t){var e,n,r=t.x.start,i=r<0?-1:1;return t.isTransposed?(e={x:0,y:0},n={x:1,y:0}):(e={x:0,y:0},n={x:0,y:1}),{factor:i,start:t.convert(e),end:t.convert(n)}},e._getAxisPosition=function(t,e,n,r){var i="",a=this.options;if(a[r]&&a[r].position)i=a[r].position;else{var o=t.type;t.isRect?"x"===e?i="bottom":"y"===e&&(i=n?"right":"left"):i="helix"===o?"helix":"x"===e?t.isTransposed?"radius":"circle":t.isTransposed?"circle":"radius"}return i},e._getAxisDefaultCfg=function(t,e,n,i){var a=this,o=a.viewTheme,s={},c=a.options,l=e.field;if(s=r.deepMix({},o.axis[i],s,c[l]),s.viewTheme=o,s.title){var u=r.isPlainObject(s.title)?s.title:{};u.text=u.text||e.alias||l,r.deepMix(s,{title:u})}return s.ticks=e.getTicks(),t.isPolar&&!e.isCategory&&"x"===n&&Math.abs(t.endAngle-t.startAngle)===2*Math.PI&&s.ticks.pop(),s.coord=t,s.label&&r.isNil(s.label.autoRotate)&&(s.label.autoRotate=!0),c.hasOwnProperty("xField")&&c.xField.hasOwnProperty("grid")&&"left"===s.position&&r.deepMix(s,c.xField),s},e._getAxisCfg=function(t,e,n,i,a,o){void 0===a&&(a="");var l=this,u=l._getAxisPosition(t,i,a,e.field),h=l._getAxisDefaultCfg(t,e,i,u);if(!r.isEmpty(h.grid)&&n){var f=[],d=[],p=s(n.getTicks());if(p.length){var v=c(h.ticks,e.isLinear,"center"===h.grid.align);r.each(v,(function(n,s){d.push(n.tickValue);var c=[],u=n.value;if("center"===h.grid.align&&(u=l._getMiddleValue(u,v,s,e.isLinear)),!r.isNil(u)){var g=t.x,m=t.y;r.each(p,(function(e){var n="x"===i?u:e.value,r="x"===i?e.value:u,a=t.convert({x:n,y:r});if(t.isPolar){var o=t.circleCentre;m.start>m.end&&(r=1-r),a.flag=g.start>g.end?0:1,a.radius=Math.sqrt(Math.pow(a.x-o.x,2)+Math.pow(a.y-o.y,2))}c.push(a)})),f.push({_id:o+"-"+i+a+"-grid-"+n.tickValue,points:c})}}))}h.grid.items=f,h.grid.tickValues=d}return h.type=e.type,h},e._getHelixCfg=function(t){for(var e={},n=t.a,r=t.startAngle,i=t.endAngle,a=100,o=[],s=0;s<=a;s++){var c=t.convert({x:s/100,y:0});o.push(c.x),o.push(c.y)}var l=t.convert({x:0,y:0});return e.a=n,e.startAngle=r,e.endAngle=i,e.crp=o,e.axisStart=l,e.center=t.center,e.inner=t.y.start,e},e._drawAxis=function(t,e,n,i,o,s,c){var l,u,h=this.container,f=this.canvas;"cartesian"===t.type?(l=a.Line,u=this._getLineCfg(t,e,i,c)):"helix"===t.type&&"x"===i?(l=a.Helix,u=this._getHelixCfg(t)):"x"===i?(l=a.Circle,u=this._getCircleCfg(t)):(l=a.Line,u=this._getRadiusCfg(t));var d=this._getAxisCfg(t,e,n,i,c,o);d=r.mix({},d,u),"y"===i&&s&&"circle"===s.get("type")&&(d.circle=s),d._id=o+"-"+i,r.isNil(c)||(d._id=o+"-"+i+c),r.mix(d,{canvas:f,group:h.addGroup({viewId:o})});var p=new l(d);return p.render(),this.axes.push(p),p},e.createAxis=function(t,e,n){var i,a=this,o=this.coord,s=o.type;"theta"===s||"polar"===s&&o.isTransposed||(t&&!a._isHide(t.field)&&(i=a._drawAxis(o,t,e[0],"x",n)),r.isEmpty(e)||"helix"===s||r.each(e,(function(e,r){a._isHide(e.field)||a._drawAxis(o,e,t,"y",n,i,r)})))},e.changeVisible=function(t){var e=this.axes;r.each(e,(function(e){e.set("visible",t)}))},e.clear=function(){var t=this,e=t.axes;r.each(e,(function(t){t.destroy()})),t.axes=[]},t}();t.exports=u},function(t,e,n){var r=n(0),i=n(407),a=function(){function t(t){this.guides=[],this.options=[],this.xScales=null,this.yScales=null,this.view=null,this.viewTheme=null,this.frontGroup=null,this.backGroup=null,r.mix(this,t)}var e=t.prototype;return e._creatGuides=function(){var t=this,e=this.options,n=this.xScales,a=this.yScales,o=this.view,s=this.viewTheme;return this.backContainer&&o&&(this.backGroup=this.backContainer.addGroup({viewId:o.get("_id")})),this.frontContainer&&o&&(this.frontGroup=this.frontContainer.addGroup({viewId:o.get("_id")})),e.forEach((function(e){var o=e.type,c=r.deepMix({xScales:n,yScales:a,viewTheme:s},s?s.guide[o]:{},e);o=r.upperFirst(o);var l=new i[o](c);t.guides.push(l)})),t.guides},e.line=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"line"},t)),this},e.arc=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"arc"},t)),this},e.text=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"text"},t)),this},e.image=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"image"},t)),this},e.region=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"region"},t)),this},e.regionFilter=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"regionFilter"},t)),this},e.dataMarker=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"dataMarker"},t)),this},e.dataRegion=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"dataRegion"},t)),this},e.html=function(t){return void 0===t&&(t={}),this.options.push(r.mix({type:"html"},t)),this},e.render=function(t){var e=this,n=e.view,i=n&&n.get("data"),a=e._creatGuides();r.each(a,(function(r){var a;a=r.get("top")?e.frontGroup||e.frontContainer:e.backGroup||e.backContainer,r.render(t,a,i,n)}))},e.clear=function(){this.options=[],this.reset()},e.changeVisible=function(t){var e=this.guides;r.each(e,(function(e){e.changeVisible(t)}))},e.reset=function(){var t=this.guides;r.each(t,(function(t){t.clear()})),this.guides=[],this.backGroup&&this.backGroup.remove(),this.frontGroup&&this.frontGroup.remove()},t}();t.exports=a},function(t,e,n){var r=n(24),i=r.Guide,a=n(408);i.RegionFilter=a,t.exports=i},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(0),o=n(17),s=n(112),c=s.Path,l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{name:"regionFilter",zIndex:1,top:!0,start:null,end:null,color:null,apply:null,style:{opacity:1}})},n.render=function(t,e,n,r){var i=this,a=e.addGroup();a.name="guide-region-filter",r.once("afterpaint",(function(){if(!a.get("destroyed")){i._drawShapes(r,a);var e=i._drawClip(t);a.attr({clip:e}),i.set("clip",e),i.get("appendInfo")&&a.setSilent("appendInfo",i.get("appendInfo")),i.set("el",a)}}))},n._drawShapes=function(t,e){var n=this,r=[],i=t.getAllGeoms();return i.map((function(t){var i=t.getShapes(),o=t.get("type"),s=n._geomFilter(o);return s&&i.map((function(t){var i=t.type,o=a.cloneDeep(t.attr());n._adjustDisplay(o);var s=e.addShape(i,{attrs:o});return r.push(s),t})),t})),r},n._drawClip=function(t){var e=this,n=e.parsePoint(t,e.get("start")),r=e.parsePoint(t,e.get("end")),i=[["M",n.x,n.y],["L",r.x,n.y],["L",r.x,r.y],["L",n.x,r.y],["z"]],a=new c({attrs:{path:i,opacity:1}});return a},n._adjustDisplay=function(t){var e=this,n=e.get("color");t.fill&&(t.fill=t.fillStyle=n),t.stroke=t.strokeStyle=n},n._geomFilter=function(t){var e=this,n=e.get("apply");return!n||a.contains(n,t)},n.clear=function(){t.prototype.clear.call(this);var e=this.get("clip");e&&e.remove()},e}(o);t.exports=l},function(t,e,n){function r(){return r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r.apply(this,arguments)}var i=n(0),a=n(24),o=a.Legend,s=n(410),c=n(21),l=n(201),u=n(203),h=n(8),f="_origin",d=4.5,p=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame,v=["cross","tick","plus","hyphen","line","hollowCircle","hollowSquare","hollowDiamond","hollowTriangle","hollowTriangleDown","hollowHexagon","hollowBowtie"];function g(t,e,n){var r;return!i.isNil(n)&&(t=n.translate(t),e=n.translate(e),r=n.isCategory?t===e:Math.abs(t-e)<=1,r)}function m(t,e){var n;return i.each(t,(function(t){if(t.get("visible")){var r=t.getYScale();if(r.field===e)return void(n=t)}})),n}var y=function(){function t(t){var e=this;e.options={},i.mix(e,t),e.clear();var n=e.chart;e.container=n.get("frontPlot"),e.plotRange=n.get("plotRange")}var e=t.prototype;return e.clear=function(){var t=this.legends;this.backRange=null,i.each(t,(function(t){i.each(t,(function(t){t.destroy()}))})),this.legends={}},e.getBackRange=function(){var t=this.backRange;if(!t){var e=this.chart.get("backPlot");t=l(e,u(this.chart.get("plotRange")));var n=this.plotRange;t.maxX-t.minX<n.br.x-n.tl.x&&t.maxY-t.minY<n.br.y-n.tl.y&&(t={minX:n.tl.x,minY:n.tl.y,maxX:n.br.x,maxY:n.br.y}),this.backRange=t}return t},e._isFieldInView=function(t,e,n){var r=!1,a=n.get("scales"),o=a[t];return o&&o.values&&(r=i.inArray(o.values,e)),r},e._bindClickEvent=function(t,e,n){var r=this,a=r.chart,o=a.get("views"),s=e.field,c=r.options;t.on("itemclick",(function(e){if(c.onClick&&!0!==c.defaultClickHandlerEnabled)c.onClick(e);else{var l=e.item,u=e.checked,h="single"===t.get("selectedMode"),f=l.dataValue;u?(i.Array.remove(n,f),r._isFieldInView(s,f,a)&&a.filter(s,(function(t){return h?t===f:!i.inArray(n,t)})),i.each(o,(function(t){r._isFieldInView(s,f,t)&&t.filter(s,(function(t){return h?t===f:!i.inArray(n,t)}))}))):h||(n.push(f),r._isFieldInView(s,f,a)&&a.filter(s,(function(t){return!i.inArray(n,t)})),i.each(o,(function(t){r._isFieldInView(s,f,t)&&t.filter(s,(function(t){return!i.inArray(n,t)}))}))),c.onClick&&c.onClick(e),a.set("keepLegend",!0),a.set("keepPadding",!0),a.repaint(),a.set("keepPadding",!1),a.set("keepLegend",!1)}}))},e._bindClickEventForMix=function(t){var e=this,n=e.chart,r=n.getAllGeoms();t.on("itemclick",(function(t){var e=t.item.field,n=t.checked;n?i.each(r,(function(t){var n=t.getYScale().field;n===e&&t.show()})):i.each(r,(function(t){var n=t.getYScale().field;n===e&&t.hide()}))}))},e._filterLabels=function(t,e,n){if(t.get("gLabel"))t.get("gLabel").set("visible",n);else{var r=e.get("labelCfg");if(r&&r.fields&&r.fields.length>0){var a=e.getXScale(),o=e.getYScale(),s=a.field,c=o.field,l=t.get("origin")._origin,u=e.get("labelContainer"),h=u.get("labelsGroup").get("children");i.each(h,(function(e){var r=e.get("origin")||[];r[s]===l[s]&&r[c]===l[c]&&(e.set("visible",n),t.set("gLabel",e))}))}}},e._bindFilterEvent=function(t,e){var n=this,r=this.chart,a=e.field;t.on("itemfilter",(function(t){var e=t.range;r.filterShape((function(t,r,o){if(!i.isNil(t[a])){var s=t[a]>=e[0]&&t[a]<=e[1];return n._filterLabels(r,o,s),s}return!0}));for(var o=r.getAllGeoms()||[],s=function(t){var n=o[t];"heatmap"===n.get("type")&&p((function(){n.drawWithRange(e)}))},c=0;c<o.length;c++)s(c)}))},e._getShapeData=function(t){var e=t.get("origin");return i.isArray(e)&&(e=e[0]),e[f]},e._bindHoverEvent=function(t,e){var n=this,r=n.chart,a=r.getAllGeoms(),o=n.options,s=r.get("canvas");t.on("itemhover",(function(t){var r=t.item.value,c=n.pre;if(c){if(c===r)return}else i.each(a,(function(a){var c=a.get("shapeContainer"),l=a.getShapes(),u=[];if(e){var h=a.get("scales")[e];i.each(l,(function(t){var i=n._getShapeData(t);i&&g(i[e],r,h)&&u.push(t)}))}else a.getYScale().field===r&&(u=l);i.isEmpty(u)||(t.shapes=u,t.geom=a,o.onHover?(o.onHover(t),c.sort(),s.draw()):a.setShapesActived(u))})),n.pre=r})),t.on("itemunhover",(function(t){n.pre=null,o.onUnhover&&o.onUnhover(t),i.each(a,(function(t){t.get("activeShapes")&&(t.clearActivedShapes(),s.draw())}))}))},e._isFiltered=function(t,e,n){if(!t.isCategory)return!0;var r=!0;return n=t.invert(n),i.each(e,(function(e){if(t.getText(e)===t.getText(n))return r=!1,!1})),r},e._alignLegend=function(t,e,n,r){var i=this,a=i.viewTheme,o=i.container,s=o.get("canvas"),c=s.get("width"),l=s.get("height"),u=i.totalRegion,h=i.plotRange,f=i.getBackRange(),d=t.get("offset")[0]||0,p=t.get("offset")[1]||0,v=t.getHeight(),g=t.getWidth(),m=a.legend.margin,y=a.legend.legendMargin,b=i.legends[r].length,_=r.split("-"),x=0,w=0,k=b>1?u:n;if("left"===_[0]||"right"===_[0])l=h.br.y,x=i._getXAlign(_[0],c,n,f,g,m),w=e?(e.get("y")||e.get("group").get("y"))+e.getHeight()+y:i._getYAlignVertical(_[1],l,k,f,0,m,s.get("height"));else if("top"===_[0]||"bottom"===_[0])if(w=i._getYAlignHorizontal(_[0],l,n,f,v,m),e){var C=e.getWidth();x=(e.get("x")||e.get("group").get("x"))+C+y}else x=i._getXAlign(_[1],c,k,f,0,m),"right"===_[1]&&(x=h.br.x-k.totalWidth);t.move(x+d,w+p)},e._getXAlign=function(t,e,n,r,i,a){var o=r.minX-i-a[3]<0?0:r.minX-i-a[3],s="left"===t?o:r.maxX+a[1];return"center"===t&&(s=(e-n.totalWidth)/2),s},e._getYAlignHorizontal=function(t,e,n,r,i,a){var o="top"===t?r.minY-i-a[0]:r.maxY+a[2];return o},e._getYAlignVertical=function(t,e,n,r,i,a,o){var s="top"===t?r.minY-i-a[0]:e-n.totalHeight;return"center"===t&&(s=(o-n.totalHeight)/2),s},e._getSubRegion=function(t){var e=0,n=0,r=0,a=0;return i.each(t,(function(t){var i=t.getWidth(),o=t.getHeight();e<i&&(e=i),r+=i,n<o&&(n=o),a+=o})),{maxWidth:e,totalWidth:r,maxHeight:n,totalHeight:a}},e._getRegion=function(){var t=this,e=t.viewTheme,n=t.legends,r=e.legend.legendMargin,a=[],o=0,s=0;return i.each(n,(function(e){var n=t._getSubRegion(e);a.push(n),o+=n.totalWidth+r,s+=n.totalHeight+r})),{totalWidth:o,totalHeight:s,subs:a}},e._addCategoryLegend=function(t,e,n,a,l){var u=this,f=t.field,d=u.options,p=d[f];p&&(d=p);var v=u.legends;v[l]=v[l]||[];var g=u.container,m=[],y=t.getTicks(),b=!0,_=n.get("shapeType")||"point",x=n.getDefaultValue("shape")||"circle";d[f]&&d[f].marker?(x=d[f].marker,_="point",b=!1):d.marker&&(x=d.marker,_="point",b=!1);var w=u.chart,k=u.viewTheme,C=w.get("canvas"),S=u.plotRange,T=l.split("-"),O="right"===T[0]||"left"===T[0]?S.bl.y-S.tr.y:C.get("width");i.each(y,(function(e){var r=e.text,o=r,s=e.value,l=t.invert(s),f={isInCircle:n.isInCircle()},d=!a||u._isFiltered(t,a,s),p=n.getAttr("color"),v=n.getAttr("shape");if(p)if(p.callback&&p.callback.length>1){var g=Array(p.callback.length-1).fill("");f.color=p.mapping.apply(p,[l].concat(g)).join("")||k.defaultColor}else f.color=p.mapping(l).join("")||k.defaultColor;if(b&&v)if(v.callback&&v.callback.length>1){var y=Array(v.callback.length-1).fill("");x=v.mapping.apply(v,[l].concat(y)).join("")}else x=v.mapping(l).join("");var w=c.getShapeFactory(_),C=w.getMarkerCfg(x,f);h.legendMarkerRadius&&(C.radius=h.legendMarkerRadius),i.isFunction(x)&&(C.symbol=x),m.push({value:o,dataValue:l,checked:d,marker:C})}));var M,E=i.deepMix({},k.legend[T[0]],d[f]||d,{viewId:w.get("_id"),maxLength:O,items:m,container:g,position:[0,0]});if(E.title&&i.deepMix(E,{title:{text:t.alias||t.field}}),u._isTailLegend(d,n))E.chart=u.chart,E.geom=n,M=new s(E);else if(d.useHtml){var A=g.get("canvas").get("el");if(g=d.container,i.isString(g)&&/^\#/.test(g)){var P=g.replace("#","");g=document.getElementById(P)}g||(g=A.parentNode),E.container=g,void 0===E.legendStyle&&(E.legendStyle={}),E.legendStyle.CONTAINER_CLASS=r({},E.legendStyle.CONTAINER_CLASS,{position:"absolute",overflow:"auto","z-index":""===A.style.zIndex?1:parseInt(A.style.zIndex,10)+1}),d.flipPage?(E.legendStyle.CONTAINER_CLASS.height="right"===T[0]||"left"===T[0]?O+"px":"auto",E.legendStyle.CONTAINER_CLASS.width="right"!==T[0]&&"left"!==T[0]?O+"px":"auto",M=new o.CatPageHtml(E)):M=new o.CatHtml(E)}else M=new o.Category(E);return u._bindClickEvent(M,t,a),v[l].push(M),M},e._bindChartMove=function(t){var e=this.chart,n=this.legends;e.on("plotmove",(function(e){var r=!1;if(e.target){var a=e.target.get("origin");if(a){var o=a[f]||a[0][f],s=t.field;if(o){var c=o[s];i.each(n,(function(t){i.each(t,(function(t){r=!0,!t.destroyed&&t.activate(c)}))}))}}}r||i.each(n,(function(t){i.each(t,(function(t){!t.destroyed&&t.deactivate()}))}))}))},e._addContinuousLegend=function(t,e,n){var r=this,a=r.legends;a[n]=a[n]||[];var s,c,l,u=r.container,h=t.field,f=t.getTicks(),d=[],p=r.viewTheme;i.each(f,(function(n){var r=n.value,i=t.invert(r),a=e.mapping(i).join("");d.push({value:n.tickValue,attrValue:a,color:a,scaleValue:r}),0===r&&(c=!0),1===r&&(l=!0)})),c||d.push({value:t.min,attrValue:e.mapping(0).join(""),color:e.mapping(0).join(""),scaleValue:0}),l||d.push({value:t.max,attrValue:e.mapping(1).join(""),color:e.mapping(1).join(""),scaleValue:1});var v=r.options,g=n.split("-"),m=p.legend[g[0]];(v&&!1===v.slidable||v[h]&&!1===v[h].slidable)&&(m=i.mix({},m,p.legend.gradient));var y=i.deepMix({},m,v[h]||v,{items:d,attr:e,formatter:t.formatter,container:u,position:[0,0]});if(y.title&&i.deepMix(y,{title:{text:t.alias||t.field}}),"color"===e.type)s=new o.Color(y);else{if("size"!==e.type)return;s=v&&"circle"===v.sizeType?new o.CircleSize(y):new o.Size(y)}return r._bindFilterEvent(s,t),a[n].push(s),s},e._isTailLegend=function(t,e){if(t.hasOwnProperty("attachLast")&&t.attachLast){var n=e.get("type");if("line"===n||"lineStack"===n||"area"===n||"areaStack"===n)return!0}return!1},e._adjustPosition=function(t,e){var n;if(e)n="right-top";else if(i.isArray(t))n=String(t[0])+"-"+String(t[1]);else{var r=t.split("-");1===r.length?("left"===r[0]&&(n="left-bottom"),"right"===r[0]&&(n="right-bottom"),"top"===r[0]&&(n="top-center"),"bottom"===r[0]&&(n="bottom-center")):n=t}return n},e.addLegend=function(t,e,n,r){var i=this,a=i.options,o=t.field,s=a[o],c=i.viewTheme;if(!1===s)return null;if(s&&s.custom)i.addCustomLegend(o);else{var l,u=a.position||c.defaultLegendPosition;u=i._adjustPosition(u,i._isTailLegend(a,n)),s&&s.position&&(u=i._adjustPosition(s.position,i._isTailLegend(s,n))),l=t.isLinear?i._addContinuousLegend(t,e,u):i._addCategoryLegend(t,e,n,r,u),l&&(i._bindHoverEvent(l,o),a.reactive&&i._bindChartMove(t))}},e.addCustomLegend=function(t){var e=this,n=e.chart,r=e.viewTheme,a=e.container,s=e.options;t&&(s=s[t]);var c=s.position||r.defaultLegendPosition;c=e._adjustPosition(c);var l=e.legends;l[c]=l[c]||[];var u=s.items;if(u){var f=n.getAllGeoms();i.each(u,(function(t){var e=m(f,t.value);i.isPlainObject(t.marker)?t.marker.radius=t.marker.radius||h.legendMarkerRadius||d:(t.marker={symbol:t.marker||"circle",radius:h.legendMarkerRadius||d},-1!==i.indexOf(v,t.marker.symbol)?t.marker.stroke=t.fill:t.marker.fill=t.fill);var n=t.marker.symbol;i.isString(n)&&-1!==n.indexOf("hollow")&&(t.marker.symbol=i.lowerFirst(n.substr(6))),t.checked=!!i.isNil(t.checked)||t.checked,t.geom=e}));var p,g=n.get("canvas"),y=e.plotRange,b=c.split("-"),_="right"===b[0]||"left"===b[0]?y.bl.y-y.tr.y:g.get("width"),x=i.deepMix({},r.legend[b[0]],s,{maxLength:_,items:u,container:a,position:[0,0]});if(s.useHtml){var w=s.container;if(/^\#/.test(a)){var k=w.replace("#","");w=document.getElementById(k)}else w||(w=a.get("canvas").get("el").parentNode);x.container=w,void 0===x.legendStyle&&(x.legendStyle={}),x.legendStyle.CONTAINER_CLASS||(x.legendStyle.CONTAINER_CLASS={height:"right"===b[0]||"left"===b[0]?_+"px":"auto",width:"right"!==b[0]&&"left"!==b[0]?_+"px":"auto",position:"absolute",overflow:"auto"}),p=s.flipPage?new o.CatPageHtml(x):new o.CatHtml(x)}else p=new o.Category(x);return l[c].push(p),p.on("itemclick",(function(t){s.onClick&&s.onClick(t)})),e._bindHoverEvent(p),p}},e.addMixedLegend=function(t,e){var n=this,r=n.options,a=[];i.each(t,(function(t){var n=t.alias||t.field,o=r[t.field];i.each(e,(function(e){if(e.getYScale()===t&&t.values&&t.values.length>0&&!1!==o){var r=e.get("shapeType")||"point",i=e.getDefaultValue("shape")||"circle",s=c.getShapeFactory(r),l={color:e.getDefaultValue("color")},u=s.getMarkerCfg(i,l);h.legendMarkerRadius&&(u.radius=h.legendMarkerRadius);var f={value:n,marker:u,field:t.field};a.push(f)}}))}));var o={custom:!0,items:a};n.options=i.deepMix({},o,n.options);var s=n.addCustomLegend();n._bindClickEventForMix(s)},e.alignLegends=function(){var t=this,e=t.legends,n=t._getRegion(e);t.totalRegion=n;var r=0;return i.each(e,(function(e,a){var o=n.subs[r];i.each(e,(function(n,r){var i=e[r-1];n.get("useHtml")&&!n.get("autoPosition")||t._alignLegend(n,i,o,a)})),r++})),this},t}();t.exports=y},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(0),o=n(24),s=n(8),c=o.Legend,l=c.Category,u=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{type:"tail-legend",layout:"vertical",autoLayout:!0})},n._addItem=function(t){var e=this.get("itemsGroup"),n=this._getNextX(),r=0,i=this.get("unCheckColor"),o=e.addGroup({x:0,y:0,value:t.value,scaleValue:t.scaleValue,checked:t.checked});o.translate(n,r),o.set("viewId",e.get("viewId"));var s=this.get("textStyle"),c=this.get("_wordSpaceing"),l=0;if(t.marker){var u=a.mix({},t.marker,{x:t.marker.radius,y:0});t.checked||(u.fill&&(u.fill=i),u.stroke&&(u.stroke=i));var h=o.addShape("marker",{type:"marker",attrs:u});h.attr("cursor","pointer"),h.name="legend-marker",l+=h.getBBox().width+c}var f=a.mix({},s,{x:l,y:0,text:this._formatItemValue(t.value)});t.checked||a.mix(f,{fill:i});var d=o.addShape("text",{attrs:f});d.attr("cursor","pointer"),d.name="legend-text",this.get("appendInfo")&&d.setSilent("appendInfo",this.get("appendInfo"));var p=o.getBBox(),v=this.get("itemWidth"),g=o.addShape("rect",{attrs:{x:n,y:r-p.height/2,fill:"#fff",fillOpacity:0,width:v||p.width,height:p.height}});return g.attr("cursor","pointer"),g.setSilent("origin",t),g.name="legend-item",this.get("appendInfo")&&g.setSilent("appendInfo",this.get("appendInfo")),o.name="legendGroup",o},n._adjust=function(){var t=this,e=t.get("geom");if(e){var n=t.get("group").attr("matrix");n[7]=0;var r=t.get("geom").get("dataArray"),i=this.get("itemsGroup").get("children"),o=0;a.each(i,(function(t){var e=r[o],n=e[e.length-1].y;a.isArray(n)&&(n=n[1]);var i=t.getBBox().height,s=t.get("x"),c=n-i/2;t.translate(s,c),o++})),t.get("autoLayout")&&t._antiCollision(i)}},n.render=function(){var e=this;t.prototype.render.call(this);var n=this.get("chart");n.once("afterpaint",(function(){e._adjust()}))},n._getPreviousY=function(t){var e=t.attr("matrix")[7],n=t.getBBox().height;return e+n},n._adjustDenote=function(t,e,n){var r=s.legend.legendMargin,i=-2,a=2*-r;t.addShape("path",{attrs:{path:"M"+i+","+e+"L"+a+","+(n+3),lineWidth:1,lineDash:[2,2],stroke:"#999999"}})},n._antiCollision=function(t){if(void 0===t&&(t=[]),t.length){var e=this;t.sort((function(t,e){var n=t.attr("matrix")[7],r=e.attr("matrix")[7];return n-r}));var n=!0,r=e.get("chart").get("plotRange"),i=r.tl.y,a=Math.abs(i-r.bl.y),o=t[0].getBBox().height,s=Number.MIN_VALUE,c=0,l=t.map((function(t){var e=t.attr("matrix")[7];return e>c&&(c=e),e<s&&(s=e),{size:t.getBBox().height,targets:[e-i]}}));s-=i;var u=0;while(n){for(var h=0;h<l.length;h++){var f=l[h],d=(Math.min.apply(s,f.targets)+Math.max.apply(s,f.targets))/2;f.pos=Math.min(Math.max(s,d-f.size/2),a-f.size)}n=!1,u=l.length;while(u--)if(u>0){var p=l[u-1],v=l[u];p.pos+p.size>v.pos&&(p.size+=v.size,p.targets=p.targets.concat(v.targets),l.splice(u,1),n=!0)}}u=0;var g=this.get("itemsGroup").addGroup();l.forEach((function(n){var r=i+o;n.targets.forEach((function(){var i=t[u].attr("matrix")[7],a=n.pos+r-o/2,s=Math.abs(i-a);s>o/2&&e._adjustDenote(g,a,i-e.get("group").attr("matrix")[7]/2),t[u].translate(0,-i),t[u].translate(0,a),r+=o,u++}))}))}},e}(l);t.exports=u},function(t,e,n){function r(){return r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},r.apply(this,arguments)}var i=n(0),a=n(21),o=n(24),s=o.Tooltip,c=i.MatrixUtil,l=c.vec2,u=["line","area","path","areaStack"],h=["line","area","point"],f=["marker","showMarker"];function d(t,e){var n=-1;return i.each(t,(function(t,r){var a=!0;for(var o in e)if(e.hasOwnProperty(o)&&!f.includes(o)&&!i.isObject(e[o])&&e[o]!==t[o]){a=!1;break}if(a)return n=r,!1})),n}function p(t,e){if(!t)return!1;var n="";return!!t.className&&(n=i.isNil(t.className.baseVal)?t.className:t.className.baseVal,n.includes(e))}function v(t,e){var n=t.parentNode,r=!1;while(n&&n!==document.body){if(p(n,e)){r=!0;break}n=n.parentNode}return r}function g(t){var e=[];return i.each(t,(function(t){var n=d(e,t);-1===n?e.push(t):e[n]=t})),e}var m=function(){function t(t){i.assign(this,t),this.timeStamp=0,this.locked=!1}var e=t.prototype;return e._normalizeEvent=function(t){var e=this.chart,n=this._getCanvas(),r=n.getPointByClient(t.clientX,t.clientY),i=n.get("pixelRatio");r.x=r.x/i,r.y=r.y/i;var a=e.getViewsByPoint(r);return r.views=a,r},e._getCanvas=function(){return this.chart.get("canvas")},e._getTriggerEvent=function(){var t,e=this.options,n=e.triggerOn;return n&&"mousemove"!==n?"click"===n?t="plotclick":"none"===n&&(t=null):t="plotmove",t},e._getDefaultTooltipCfg=function(){var t=this,e=t.chart,n=t.viewTheme,r=t.options,a=i.mix({},n.tooltip),o=e.getAllGeoms().filter((function(t){return t.get("visible")})),s=[];i.each(o,(function(t){var e=t.get("type"),n=t.get("adjusts"),r=!1;n&&i.each(n,(function(t){if("symmetric"===t.type||"Symmetric"===t.type)return r=!0,!1})),-1!==i.indexOf(s,e)||r||s.push(e)}));var c,l=!(!o.length||!o[0].get("coord"))&&o[0].get("coord").isTransposed;if(o.length&&o[0].get("coord")&&"cartesian"===o[0].get("coord").type)if("interval"===s[0]&&!1!==r.shared){var u=i.mix({},n.tooltipCrosshairsRect);u.isTransposed=l,c={zIndex:0,crosshairs:u}}else if(i.indexOf(h,s[0])>-1){var f=i.mix({},n.tooltipCrosshairsLine);f.isTransposed=l,c={crosshairs:f}}return i.mix(a,c,{})},e._bindEvent=function(){var t=this.chart,e=this._getTriggerEvent();e&&(t.on(e,i.wrapBehavior(this,"onMouseMove")),t.on("plotleave",i.wrapBehavior(this,"onMouseOut")))},e._offEvent=function(){var t=this.chart,e=this._getTriggerEvent();e&&(t.off(e,i.getWrapBehavior(this,"onMouseMove")),t.off("plotleave",i.getWrapBehavior(this,"onMouseOut")))},e._setTooltip=function(t,e,n,r){var a=this,o=a.tooltip,s=a.prePoint;if(!s||s.x!==t.x||s.y!==t.y){e=g(e),a.prePoint=t;var c=a.chart,l=a.viewTheme,u=i.isArray(t.x)?t.x[t.x.length-1]:t.x,h=i.isArray(t.y)?t.y[t.y.length-1]:t.y;o.get("visible")||c.emit("tooltip:show",{x:u,y:h,tooltip:o});var f=e[0],d=f.title||f.name;o.isContentChange(d,e)&&(c.emit("tooltip:change",{tooltip:o,x:u,y:h,items:e}),d=e[0].title||e[0].name,o.setContent(d,e),i.isEmpty(n)?(o.clearMarkers(),o.set("markerItems",[])):!0===a.options.hideMarkers?o.set("markerItems",n):o.setMarkers(n,l.tooltipMarker));var p=this._getCanvas();r===p&&"mini"===o.get("type")?o.hide():(o.setPosition(u,h,r),o.show())}},e.hideTooltip=function(){var t=this.tooltip,e=this.chart,n=this._getCanvas();this.prePoint=null,t.hide(),e.emit("tooltip:hide",{tooltip:t}),n.draw()},e.onMouseMove=function(t){if(!i.isEmpty(t.views)&&!this.locked){var e=this.timeStamp,n=+new Date,r={x:t.x,y:t.y};n-e>16&&!this.chart.get("stopTooltip")&&(this.showTooltip(r,t.views,t.shape),this.timeStamp=n)}},e.onMouseOut=function(t){var e=this.tooltip;e.get("visible")&&e.get("follow")&&!this.locked&&(t&&t.toElement&&(p(t.toElement,"g2-tooltip")||v(t.toElement,"g2-tooltip"))||this.hideTooltip())},e.renderTooltip=function(){var t=this;if(!t.tooltip){var e,n=t.chart,r=t.viewTheme,a=t._getCanvas(),o=t._getDefaultTooltipCfg(),c=t.options;c=i.deepMix({plotRange:n.get("plotRange"),capture:!1,canvas:a,frontPlot:n.get("frontPlot"),viewTheme:r.tooltip,backPlot:n.get("backPlot")},o,c),c.crosshairs&&"rect"===c.crosshairs.type&&(c.zIndex=0),c.visible=!1,"mini"===c.type?(c.crosshairs=!1,c.position="top",e=new s.Mini(c)):e=c.useHtml?new s.Html(c):new s.Canvas(c),t.tooltip=e;var l=t._getTriggerEvent(),u=e.get("container");e.get("enterable")||"plotmove"!==l||u&&(u.onmousemove=function(e){var r=t._normalizeEvent(e);n.emit(l,r)}),u&&(u.onmouseleave=function(){t.locked||t.hideTooltip()}),t._bindEvent()}},e._formatMarkerOfItem=function(t,e,n){var r=this,a=r.options,o=n.point;if(o&&o.x&&o.y){var s=i.isArray(o.x)?o.x[o.x.length-1]:o.x,c=i.isArray(o.y)?o.y[o.y.length-1]:o.y;o=t.applyMatrix(s,c,1),n.x=o[0],n.y=o[1],n.showMarker=!0,"l("!==n.color.substring(0,2)||a.hasOwnProperty("useHtml")&&!a.useHtml||(n.color=n.color.split(" ")[1].substring(2));var l=r._getItemMarker(e,n);if(n.marker=l,-1!==i.indexOf(u,e.get("type")))return n}return null},e.lockTooltip=function(){this.locked=!0},e.unlockTooltip=function(){this.locked=!1},e.showTooltip=function(t,e,n){var r=this,a=this;if(!i.isEmpty(e)&&t){this.tooltip||this.renderTooltip();var o=a.options,s=[],c=[];if(i.each(e,(function(e){if(!e.get("tooltipEnable"))return!0;var n=e.get("geoms"),l=e.get("coord");i.each(n,(function(e){var n=e.get("type");if(e.get("visible")&&!1!==e.get("tooltipCfg")){var u=e.get("dataArray");if(e.isShareTooltip()||!1===o.shared&&i.inArray(["area","line","path","polygon"],n)){var h=e.getXScale(),f=e.getAttr("color"),d=f?f.field:void 0;if("interval"===n&&h.field===d&&e.hasAdjust("dodge")){var p=i.find(u,(function(n){return!!e.findPoint(t,n)}));i.each(p,(function(t){var n=e.getTipItems(t,o.title);i.each(n,(function(t){var n=a._formatMarkerOfItem(l,e,t);n&&s.push(n)})),c=c.concat(n)}))}else i.each(u,(function(n){var r=e.findPoint(t,n);if(r){var u=e.getTipItems(r,o.title);i.each(u,(function(t){var n=a._formatMarkerOfItem(l,e,t);n&&s.push(n)})),c=c.concat(u)}}))}else{var v=e.get("shapeContainer"),g=v.get("canvas"),m=g.get("pixelRatio"),y=v.getShape(t.x*m,t.y*m);y&&y.get("visible")&&y.get("origin")&&(c=e.getTipItems(y.get("origin"),o.title)),i.each(c,(function(t){var n=r._formatMarkerOfItem(l,e,t);n&&s.push(n)}))}}})),i.each(c,(function(t){var e=t.point,n=i.isArray(e.x)?e.x[e.x.length-1]:e.x,r=i.isArray(e.y)?e.y[e.y.length-1]:e.y;e=l.applyMatrix(n,r,1),t.x=e[0],t.y=e[1]}))})),c.length){var u=c[0];if(!c.every((function(t){return t.title===u.title}))){var h=u,f=1/0;c.forEach((function(e){var n=l.distance([t.x,t.y],[e.x,e.y]);n<f&&(f=n,h=e)})),c=c.filter((function(t){return t.title===h.title})),s=s.filter((function(t){return t.title===h.title}))}if(!1===o.shared&&c.length>1){var d=c[0],p=Math.abs(t.y-d.y);i.each(c,(function(e){Math.abs(t.y-e.y)<=p&&(d=e,p=Math.abs(t.y-e.y))})),d&&d.x&&d.y&&(s=[d]),c=[d]}a._setTooltip(t,c,s,n)}else a.hideTooltip()}},e.clear=function(){var t=this.tooltip;t&&t.destroy(),this.tooltip=null,this.prePoint=null,this._offEvent()},e._getItemMarker=function(t,e){var n=this.options,o=n.marker||this.viewTheme.tooltip.marker;if(i.isFunction(o)){var s=t.get("shapeType")||"point",c=t.getDefaultValue("shape")||"circle",l=a.getShapeFactory(s),u={color:e.color},h=l.getMarkerCfg(c,u);return o(h,e)}return r({fill:e.color},o)},t}();t.exports=m},function(t,e,n){var r=n(0);function i(t,e){if(r.isNil(t)||r.isNil(e))return!1;var n=t.get("origin"),i=e.get("origin");return r.isNil(n)&&r.isNil(i)?r.isEqual(t,e):r.isEqual(n,i)}function a(t){t.shape&&t.shape.get("origin")&&(t.data=t.shape.get("origin"))}var o=function(){function t(t){this.view=null,this.canvas=null,r.assign(this,t),this._init()}var e=t.prototype;return e._init=function(){this.pixelRatio=this.canvas.get("pixelRatio")},e._getShapeEventObj=function(t){return{x:t.x/this.pixelRatio,y:t.y/this.pixelRatio,target:t.target,toElement:t.event.toElement||t.event.relatedTarget}},e._getShape=function(t,e){var n=this.view,r=n.get("canvas");return r.getShape(t,e)},e._getPointInfo=function(t){var e=this.view,n={x:t.x/this.pixelRatio,y:t.y/this.pixelRatio},r=e.getViewsByPoint(n);return n.views=r,n},e._getEventObj=function(t,e,n){return{x:e.x,y:e.y,target:t.target,toElement:t.event.toElement||t.event.relatedTarget,views:n}},e.bindEvents=function(){var t=this.canvas;t.on("mousedown",r.wrapBehavior(this,"onDown")),t.on("mousemove",r.wrapBehavior(this,"onMove")),t.on("mouseleave",r.wrapBehavior(this,"onOut")),t.on("mouseup",r.wrapBehavior(this,"onUp")),t.on("click",r.wrapBehavior(this,"onClick")),t.on("dblclick",r.wrapBehavior(this,"onClick")),t.on("touchstart",r.wrapBehavior(this,"onTouchstart")),t.on("touchmove",r.wrapBehavior(this,"onTouchmove")),t.on("touchend",r.wrapBehavior(this,"onTouchend"))},e._triggerShapeEvent=function(t,e,n){if(t&&t.name&&!t.get("destroyed")){var r=this.view;if(r.isShapeInView(t)){var i=t.name+":"+e;n.view=r,n.appendInfo=t.get("appendInfo"),r.emit(i,n);var a=r.get("parent");a&&a.emit(i,n)}}},e.onDown=function(t){var e=this.view,n=this._getShapeEventObj(t);n.shape=this.currentShape,a(n),e.emit("mousedown",n),this._triggerShapeEvent(this.currentShape,"mousedown",n)},e.onMove=function(t){var e=this,n=e.view,r=e.currentShape;r&&r.get("destroyed")&&(r=null,e.currentShape=null);var o=e._getShape(t.x,t.y)||t.currentTarget,s=e._getShapeEventObj(t);if(s.shape=o,a(s),n.emit("mousemove",s),e._triggerShapeEvent(o,"mousemove",s),r&&!i(r,o)){var c=e._getShapeEventObj(t);c.shape=r,c.toShape=o,a(c),e._triggerShapeEvent(r,"mouseleave",c)}if(o&&!i(r,o)){var l=e._getShapeEventObj(t);l.shape=o,l.fromShape=r,a(l),e._triggerShapeEvent(o,"mouseenter",l)}e.currentShape=o;var u=e._getPointInfo(t),h=e.curViews||[];0===h.length&&u.views.length&&n.emit("plotenter",e._getEventObj(t,u,u.views)),h.length&&0===u.views.length&&n.emit("plotleave",e._getEventObj(t,u,h)),u.views.length&&(s=e._getEventObj(t,u,u.views),s.shape=o,a(s),n.emit("plotmove",s)),e.curViews=u.views},e.onOut=function(t){var e=this,n=e.view,r=e._getPointInfo(t),i=e.curViews||[],a=e._getEventObj(t,r,i);!e.curViews||0===e.curViews.length||a.toElement&&"CANVAS"===a.toElement.tagName||(n.emit("plotleave",a),e.curViews=[])},e.onUp=function(t){var e=this.view,n=this._getShapeEventObj(t);n.shape=this.currentShape,e.emit("mouseup",n),this._triggerShapeEvent(this.currentShape,"mouseup",n)},e.onClick=function(t){var e=this,n=e.view,i=e._getShape(t.x,t.y)||t.currentTarget,o=e._getShapeEventObj(t);o.shape=i,a(o),n.emit("click",o),e._triggerShapeEvent(i,t.type,o),e.currentShape=i;var s=e._getPointInfo(t),c=s.views;if(!r.isEmpty(c)){var l=e._getEventObj(t,s,c);if(e.currentShape){var u=e.currentShape;l.shape=u,a(l)}"dblclick"===t.type?(n.emit("plotdblclick",l),n.emit("dblclick",o)):n.emit("plotclick",l)}},e.onTouchstart=function(t){var e=this.view,n=this._getShape(t.x,t.y)||t.currentTarget,r=this._getShapeEventObj(t);r.shape=n,a(r),e.emit("touchstart",r),this._triggerShapeEvent(n,"touchstart",r),this.currentShape=n},e.onTouchmove=function(t){var e=this.view,n=this._getShape(t.x,t.y)||t.currentTarget,r=this._getShapeEventObj(t);r.shape=n,a(r),e.emit("touchmove",r),this._triggerShapeEvent(n,"touchmove",r),this.currentShape=n},e.onTouchend=function(t){var e=this.view,n=this._getShapeEventObj(t);n.shape=this.currentShape,a(n),e.emit("touchend",n),this._triggerShapeEvent(this.currentShape,"touchend",n)},e.clearEvents=function(){var t=this.canvas;t.off("mousemove",r.getWrapBehavior(this,"onMove")),t.off("mouseleave",r.getWrapBehavior(this,"onOut")),t.off("mousedown",r.getWrapBehavior(this,"onDown")),t.off("mouseup",r.getWrapBehavior(this,"onUp")),t.off("click",r.getWrapBehavior(this,"onClick")),t.off("dblclick",r.getWrapBehavior(this,"onClick")),t.off("touchstart",r.getWrapBehavior(this,"onTouchstart")),t.off("touchmove",r.getWrapBehavior(this,"onTouchmove")),t.off("touchend",r.getWrapBehavior(this,"onTouchend"))},t}();t.exports=o},function(t,e,n){var r=n(0),i=n(142),a=r.MatrixUtil,o=a.mat3;function s(t,e){var n=[];if(!1===t.get("animate"))return[];var i=t.get("children");return r.each(i,(function(t){if(t.isGroup)n=n.concat(s(t,e));else if(t.isShape&&t._id){var r=t._id;r=r.split("-")[0],r===e&&n.push(t)}})),n}function c(t){var e={};return r.each(t,(function(t){if(t._id&&!t.isClip){var n=t._id;e[n]={_id:n,type:t.get("type"),attrs:r.cloneDeep(t.attr()),name:t.name,index:t.get("index"),animateCfg:t.get("animateCfg"),coord:t.get("coord")}}})),e}function l(t,e,n,r){var a;return a=r?i.Action[n][r]:i.getAnimation(t,e,n),a}function u(t,e,n){var a=i.getAnimateCfg(t,e);return n&&n[e]?r.deepMix({},a,n[e]):a}function h(t,e,n,i){var a,s,c=!1;if(i){var h=[],f=[];r.each(e,(function(e){var n=t[e._id];n?(e.setSilent("cacheShape",n),h.push(e),delete t[e._id]):f.push(e)})),r.each(t,(function(t){var e=t.name,i=t.coord,h=t._id,f=t.attrs,d=t.index,p=t.type;if(s=u(e,"leave",t.animateCfg),a=l(e,i,"leave",s.animation),r.isFunction(a)){var v=n.addShape(p,{attrs:f,index:d});if(v._id=h,v.name=e,i&&"label"!==e){var g=v.getMatrix(),m=o.multiply([],g,i.matrix);v.setMatrix(m)}c=!0,a(v,s,i)}})),r.each(h,(function(t){var e=t.name,n=t.get("coord"),i=t.get("cacheShape").attrs;if(!r.isEqual(i,t.attr())){if(s=u(e,"update",t.get("animateCfg")),a=l(e,n,"update",s.animation),r.isFunction(a))a(t,s,n);else{var o=r.cloneDeep(t.attr());t.attr(i),t.animate(o,s.duration,s.easing,(function(){t.setSilent("cacheShape",null)}))}c=!0}})),r.each(f,(function(t){var e=t.name,n=t.get("coord");s=u(e,"enter",t.get("animateCfg")),a=l(e,n,"enter",s.animation),r.isFunction(a)&&(a(t,s,n),c=!0)}))}else r.each(e,(function(t){var e=t.name,n=t.get("coord");s=u(e,"appear",t.get("animateCfg")),a=l(e,n,"appear",s.animation),r.isFunction(a)&&(a(t,s,n),c=!0)}));return c}t.exports={execAnimation:function(t,e){var n=t.get("middlePlot"),r=t.get("backPlot"),i=t.get("_id"),a=t.get("canvas"),o=a.get(i+"caches")||[];0===o.length&&(e=!1);var l,u=s(n,i),f=s(r,i),d=u.concat(f);a.setSilent(i+"caches",c(d)),l=h(o,e?d:u,a,e),l||a.draw()}}},function(t,e,n){var r=n(0),i=n(18),a=i.Group,o="auto",s=function t(e){t.superclass.constructor.call(this,e)};r.extend(s,a),r.augment(s,{getDefaultCfg:function(){return{type:"plotBack",padding:null,background:null,plotRange:null,plotBackground:null}},_beforeRenderUI:function(){this._calculateRange()},_renderUI:function(){this._renderBackground(),this._renderPlotBackground()},_renderBackground:function(){var t=this,e=t.get("background");if(e){var n=this.get("canvas"),i=t.get("width")||n.get("width"),a=t.get("height")||n.get("height"),o={x:0,y:0,width:i,height:a},s=t.get("backgroundShape");s?s.attr(o):(s=this.addShape("rect",{attrs:r.mix(o,e)}),this.set("backgroundShape",s))}},_renderPlotBackground:function(){var t=this,e=t.get("plotBackground");if(e){var n=t.get("plotRange"),i=n.br.x-n.bl.x,a=n.br.y-n.tr.y,o=n.tl,s={x:o.x,y:o.y,width:i,height:a},c=t.get("plotBackShape");c?c.attr(s):(e.image?(s.img=e.image,c=t.addShape("image",{attrs:s})):(r.mix(s,e),c=t.addShape("rect",{attrs:s})),t.set("plotBackShape",c))}},_convert:function(t,e){if(r.isString(t))if(t===o)t=0;else if(t.includes("%")){var n=this.get("canvas"),i=this.get("width")||n.get("width"),a=this.get("height")||n.get("height");t=parseInt(t,10)/100,t=e?t*i:t*a}return t},_calculateRange:function(){var t=this,e=t.get("plotRange");r.isNil(e)&&(e={});var n=t.get("padding"),i=this.get("canvas"),a=t.get("width")||i.get("width"),o=t.get("height")||i.get("height"),s=r.toAllPadding(n),c=t._convert(s[0],!1),l=t._convert(s[1],!0),u=t._convert(s[2],!1),h=t._convert(s[3],!0),f=Math.min(h,a-l),d=Math.max(h,a-l),p=Math.min(o-u,c),v=Math.max(o-u,c);e.tl={x:f,y:p},e.tr={x:d,y:p},e.bl={x:f,y:v},e.br={x:d,y:v},e.cc={x:(d+f)/2,y:(v+p)/2},this.set("plotRange",e)},repaint:function(){return this._calculateRange(),this._renderBackground(),this._renderPlotBackground(),this}}),t.exports=s},function(t,e,n){var r=n(8),i=n(0);function a(t,e){var n=t.length;i.isString(t[0])&&(t=t.map((function(t){return e.translate(t)})));for(var r=t[1]-t[0],a=2;a<n;a++){var o=t[a]-t[a-1];r>o&&(r=o)}return r}var o={getDefaultSize:function(){var t=this.get("defaultSize"),e=this.get("viewTheme")||r;if(!t){var n,i=this.get("coord"),o=this.getXScale(),s=o.values,c=this.get("dataArray");if(o.isLinear&&s.length>1){s.sort();var l=a(s,o);n=(o.max-o.min)/l,s.length>n&&(n=s.length)}else n=s.length;var u=o.range,h=1/n,f=1;if(this.isInCircle()?f=i.isTransposed&&n>1?e.widthRatio.multiplePie:e.widthRatio.rose:(o.isLinear&&(h*=u[1]-u[0]),f=e.widthRatio.column),h*=f,this.hasAdjust("dodge")){var d=this._getDodgeCfg(c),p=d.dodgeCount,v=d.dodgeRatio;h/=p,v>0&&(h=v*h/f)}t=h,this.set("defaultSize",t)}return t},_getDodgeCfg:function(t){var e,n,r=this.get("adjusts"),a=t.length;if(i.each(r,(function(t){"dodge"===t.type&&(e=t.dodgeBy,n=t.dodgeRatio)})),e){var o=i.Array.merge(t),s=i.Array.values(o,e);a=s.length}return{dodgeCount:a,dodgeRatio:n}},getDimWidth:function(t){var e=this.get("coord"),n=e.convertPoint({x:0,y:0}),r=e.convertPoint({x:"x"===t?1:0,y:"x"===t?0:1}),i=0;return n&&r&&(i=Math.sqrt(Math.pow(r.x-n.x,2)+Math.pow(r.y-n.y,2))),i},_getWidth:function(){var t,e=this.get("coord");return t=this.isInCircle()&&!e.isTransposed?(e.endAngle-e.startAngle)*e.radius:this.getDimWidth("x"),t},_toNormalizedSize:function(t){var e=this._getWidth();return t/e},_toCoordSize:function(t){var e=this._getWidth();return e*t},getNormalizedSize:function(t){var e=this.getAttrValue("size",t);return e=i.isNil(e)?this.getDefaultSize():this._toNormalizedSize(e),e},getSize:function(t){var e=this.getAttrValue("size",t);if(i.isNil(e)){var n=this.getDefaultSize();e=this._toCoordSize(n)}return e}};t.exports=o},function(t,e,n){var r=n(0),i=n(8);t.exports={splitData:function(t){var e=this.get("viewTheme")||i;if(!t.length)return[];var n,a=[],o=[],s=this.getYScale(),c=s.field;return r.each(t,(function(t){n=t._origin?t._origin[c]:t[c],e.connectNulls?r.isNil(n)||o.push(t):r.isArray(n)&&r.isNil(n[0])||r.isNil(n)?o.length&&(a.push(o),o=[]):o.push(t)})),o.length&&a.push(o),a}}},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(23),s=n(416),c=n(0),l=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,c.assign(r(n),s),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="path",e.shapeType="line",e},e.getDrawCfg=function(e){var n=t.prototype.getDrawCfg.call(this,e);return n.isStack=this.hasStack(),n},e.draw=function(t,e,n,r){var i=this,a=this.splitData(t),o=this.getDrawCfg(t[0]);i._applyViewThemeShapeStyle(o,o.shape,n),o.origin=t,c.each(a,(function(t,a){if(!c.isEmpty(t)){o.splitedIndex=a,o.points=t;var s=n.drawShape(o.shape,o,e);i.appendShapeInfo(s,r+a)}}))},n}(o);o.Path=l,t.exports=l},function(t,e,n){"use strict";var r=n(429),i=n(430);function a(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===i["b"]&&e.documentElement.namespaceURI===i["b"]?e.createElement(t):e.createElementNS(n,t)}}function o(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}e["a"]=function(t){var e=Object(r["a"])(t);return(e.local?o:a)(e)}},function(t,e,n){"use strict";e["a"]=function(t,e){var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();return r.x=e.clientX,r.y=e.clientY,r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}var i=t.getBoundingClientRect();return[e.clientX-i.left-t.clientLeft,e.clientY-i.top-t.clientTop]}},function(t,e,n){"use strict";e["a"]=function(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}},function(t,e,n){"use strict";e["b"]=o;var r=n(58);function i(t,e){var n,i;return function(){var a=Object(r["h"])(this,t),o=a.tween;if(o!==n){i=n=o;for(var s=0,c=i.length;s<c;++s)if(i[s].name===e){i=i.slice(),i.splice(s,1);break}}a.tween=i}}function a(t,e,n){var i,a;if("function"!==typeof n)throw new Error;return function(){var o=Object(r["h"])(this,t),s=o.tween;if(s!==i){a=(i=s).slice();for(var c={name:e,value:n},l=0,u=a.length;l<u;++l)if(a[l].name===e){a[l]=c;break}l===u&&a.push(c)}o.tween=a}}function o(t,e,n){var i=t._id;return t.each((function(){var t=Object(r["h"])(this,i);(t.value||(t.value={}))[e]=n.apply(this,arguments)})),function(t){return Object(r["f"])(t,i).value[e]}}e["a"]=function(t,e){var n=this._id;if(t+="",arguments.length<2){for(var o,s=Object(r["f"])(this.node(),n).tween,c=0,l=s.length;c<l;++c)if((o=s[c]).name===t)return o.value;return null}return this.each((null==e?i:a)(n,t,e))}},function(t,e,n){var r=n(8),i=n(0),a=i.assign,o=i.isNil,s=i.isArray,c=i.cloneDeep,l=i.wrapBehavior,u=i.getWrapBehavior,h=function(){var t=e.prototype;function e(t){var e=this.getDefaultCfg();a(this,e,t),this.init()}return t.getDefaultCfg=function(){return{chart:null,group:null,showTitle:!0,autoSetAxis:!0,padding:10,eachView:null,fields:[],colTitle:{offsetY:-15,style:{fontSize:14,textAlign:"center",fill:"#666",fontFamily:r.fontFamily}},rowTitle:{offsetX:15,style:{fontSize:14,textAlign:"center",rotate:90,fill:"#666",fontFamily:r.fontFamily}}}},t.init=function(){if(!this.chart)throw new Error("Facets Error: please specify the chart!");this._bindEvent(),this.initContainer(),this.chart.get("data")&&this.initViews()},t.initContainer=function(){var t=this.chart,e=t.get("frontPlot"),n=e.addGroup();this.group=n},t.initViews=function(){for(var t=this.chart,e=t.get("data"),n=this.eachView,r=this.generateFacets(e),i=0;i<r.length;i++){var a=r[i],o=a.region,s=t.view({start:o.start,end:o.end,padding:this.padding});s.source(a.data),this.beforeProcessView(s,a),n&&n(s,a),this.afterProcessView(s,a),a.view=s}this.facets=r},t.beforeProcessView=function(){},t.afterProcessView=function(t,e){this.autoSetAxis&&this.processAxis(t,e)},t.processAxis=function(t,e){var n=t.get("options"),r=t.get("geoms");if((!n.coord.type||"rect"===n.coord.type)&&r.length){var i=r[0].get("attrOptions").position.field,a=s(i)?i:i.split("*").map((function(t){return t.trim()})),c=a[0],l=a[1];o(n.axes)&&(n.axes={});var u=n.axes;!1!==u&&(c&&!1!==u[c]&&(u[c]=u[c]||{},this.setXAxis(c,u,e)),l&&!1!==u[l]&&(u[l]=u[l]||{},this.setYAxis(l,u,e)))}},t.setXAxis=function(){},t.setYAxis=function(){},t.renderTitle=function(t,e){this.drawColTitle(t,e)},t.getScaleText=function(t,e,n){var r;if(t){var i=n.get("scales"),a=i[t];a||(a=n.createScale(t)),r=a.getText(e)}else r=e;return r},t.drawColTitle=function(t,e){var n=this.getScaleText(e.colField,e.colValue,t),r=a({position:["50%","0%"],content:n},this.colTitle);t.guide().text(r)},t.drawRowTitle=function(t,e){var n=this.getScaleText(e.rowField,e.rowValue,t),r=a({position:["100%","50%"],content:n},c(this.rowTitle));t.guide().text(r)},t.getFilter=function(t){var e=function(e){var n=!0;return t.forEach((function(t){var r=t.field,i=t.value,a=!0;!o(i)&&r&&(a=e[r]===i),n=n&&a})),n};return e},t.getFieldValues=function(t,e){for(var n=[],r={},i=0;i<e.length;i++){var a=e[i],s=a[t];o(s)||r[s]||(n.push(s),r[s]=!0)}return n},t.getRegion=function(t,e,n,r){var i=1/e,a=1/t,o={x:i*n,y:a*r},s={x:o.x+i,y:o.y+a};return{start:o,end:s}},t.generateFacets=function(){return[]},t._bindEvent=function(){var t=this.chart;t.on("afterchangedata",l(this,"onDataChange")),t.on("beforeclear",l(this,"onClear")),t.on("beforedestroy",l(this,"destroy")),t.on("beforepaint",l(this,"onPaint")),t.on("setdata",l(this,"onDataChange"))},t._clearEvent=function(){var t=this.chart;t&&(t.off("afterchangedata",u(this,"onDataChange")),t.off("beforeclear",u(this,"onClear")),t.off("beforedestroy",u(this,"destroy")),t.off("beforepaint",u(this,"onPaint")),t.off("setdata",u(this,"onDataChange")))},t._clearFacets=function(){var t=this.facets,e=this.chart;if(t)for(var n=0;n<t.length;n++){var r=t[n];e.removeView(r.view)}this.facets=null},t.onClear=function(){this.onRemove()},t.onPaint=function(){if(this.showTitle)for(var t=this.facets,e=0;e<t.length;e++){var n=t[e],r=n.view;this.renderTitle(r,n)}},t.onDataChange=function(){this._clearFacets(),this.initViews()},t.onRemove=function(){this._clearFacets(),this._clearEvent(),this.group&&this.group.remove(),this.chart=null,this.facets=null,this.group=null},t.destroy=function(){this.onRemove(),this.destroyed=!0},e}();t.exports=h},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(23),s=n(0),c=n(415);n(424);var l=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,s.assign(r(n),c),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="interval",e.shapeType="interval",e.generatePoints=!0,e},e.createShapePointsCfg=function(e){var n=t.prototype.createShapePointsCfg.call(this,e);return n.size=this.getNormalizedSize(e),n},e.clearInner=function(){t.prototype.clearInner.call(this),this.set("defaultSize",null)},n}(o),u=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"stack"}],e},e}(l),h=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"dodge"}],e},e}(l),f=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"symmetric"}],e},e}(l);l.Stack=u,l.Dodge=h,l.Symmetric=f,o.Interval=l,o.IntervalStack=u,o.IntervalDodge=h,o.IntervalSymmetric=f,t.exports=l},function(t,e,n){var r=n(0),i=n(21),a=n(25),o=n(57),s=n(8),c=n(18),l=r.PathUtil;function u(t,e){var n,i,a=t.x,o=t.y,s=t.y0,c=t.size,l=s,u=o;r.isArray(o)&&(u=o[1],l=o[0]),r.isArray(a)?(n=a[0],i=a[1]):(n=a-c/2,i=a+c/2);var h=[];return h.push({x:n,y:l},{x:n,y:u}),e?h.push({x:i,y:(u+l)/2}):h.push({x:i,y:u},{x:i,y:l}),h}function h(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];if(r){var i=0===n?"M":"L";e.push([i,r.x,r.y])}}var a=t[0];return e.push(["L",a.x,a.y]),e.push(["z"]),e}function f(t){var e=t.x,n=t.y,i=t.y0,a=[];return r.isArray(n)?r.each(n,(function(t,n){a.push({x:r.isArray(e)?e[n]:e,y:t})})):a.push({x:e,y:n},{x:e,y:i}),a}function d(t){var e=t.x,n=r.isArray(t.y)?t.y[1]:t.y,i=r.isArray(t.y)?t.y[0]:t.y0,a=t.size,o=[];return o.push({x:e-a/2,y:n},{x:e+a/2,y:n},{x:e,y:n},{x:e,y:i},{x:e-a/2,y:i},{x:e+a/2,y:i}),o}function p(t){var e=[];return e.push(["M",t[0].x,t[0].y],["L",t[1].x,t[1].y],["M",t[2].x,t[2].y],["L",t[3].x,t[3].y],["M",t[4].x,t[4].y],["L",t[5].x,t[5].y]),e}function v(t){var e=s.shape.interval,n=r.mix({},e,t.style);return o.addFillAttrs(n,t),t.color&&(n.stroke=n.stroke||t.color),n}function g(t){var e=s.shape.hollowInterval,n=r.mix({},e,t.style);return o.addStrokeAttrs(n,t),n}function m(t,e){var n=[],i=t.points,a=t.nextPoints;return r.isNil(a)?e?n.push(["M",i[0].x,i[0].y],["L",i[1].x,i[1].y],["L",i[2].x,i[2].y],["L",i[3].x,i[3].y],["Z"]):n.push(["M",i[0].x,i[0].y],["L",i[1].x,i[1].y],["L",i[2].x,i[2].y],["L",i[2].x,i[2].y],["Z"]):n.push(["M",i[0].x,i[0].y],["L",i[1].x,i[1].y],["L",a[1].x,a[1].y],["L",a[0].x,a[0].y],["Z"]),n}function y(t,e){var n,i,o,s,c=e.getRadius(),l=e.innerRadius,u=c*l;return!r.isArray(t.x)&&r.isArray(t.y)&&(t.x=[t.x,t.x]),r.isArray(t.x)?(o={x:t.x[0],y:t.y[0]},s={x:t.x[1],y:t.y[1]},n=a.getPointAngle(e,o),i=a.getPointAngle(e,s),i<=n&&(i+=2*Math.PI)):(s=t,n=e.startAngle,i=a.getPointAngle(e,s)),{r:c,ir:u,startAngle:n,endAngle:i}}function b(t,e){var n,i=e.geom,a=i.get("coord"),o=e.point,s=7.5;if(a&&"theta"===a.type){var c=y(o,a),l=(c.endAngle-c.startAngle)/2+c.startAngle,u=s*Math.cos(l),h=s*Math.sin(l);n={transform:[["t",u,h]]}}return r.mix({},n)}var _=i.registerFactory("interval",{defaultShapeType:"rect",getActiveCfg:function(t,e){if(!t||r.inArray(["rect","funnel","pyramid"],t)){var n=e.fillOpacity||e.opacity||1;return{fillOpacity:n-.15}}var i=e.lineWidth||0;return{lineWidth:i+1}},getDefaultPoints:function(t){return u(t)},getSelectedCfg:function(t,e){return b(t,e)}});function x(t,e,n,r){return 0===e?[[t+.5*n/Math.PI/2,r/2],[t+.5*n/Math.PI,r],[t+n/4,r]]:1===e?[[t+.5*n/Math.PI/2*(Math.PI-2),r],[t+.5*n/Math.PI/2*(Math.PI-1),r/2],[t+n/4,0]]:2===e?[[t+.5*n/Math.PI/2,-r/2],[t+.5*n/Math.PI,-r],[t+n/4,-r]]:[[t+.5*n/Math.PI/2*(Math.PI-2),-r],[t+.5*n/Math.PI/2*(Math.PI-1),-r/2],[t+n/4,0]]}function w(t,e,n,r,i,a,o){var s=2*Math.ceil(2*t/n*4),c=[];while(r<2*-Math.PI)r+=2*Math.PI;while(r>0)r-=2*Math.PI;r=r/Math.PI/2*n;var l=a-t+r-2*t;c.push(["M",l,e]);for(var u=0,h=0;h<s;++h){var f=h%4,d=x(h*n/4,f,n,i);c.push(["C",d[0][0]+l,-d[0][1]+e,d[1][0]+l,-d[1][1]+e,d[2][0]+l,-d[2][1]+e]),h===s-1&&(u=d[2][0])}return c.push(["L",u+l,o+t]),c.push(["L",l,o+t]),c.push(["L",l,e]),c}function k(t,e,n,r,i,a,o,c){for(var l=o.getBBox(),u=l.maxX-l.minX,h=l.maxY-l.minY,f=5e3,d=300,p=0;p<r;p++){var v=a.addShape("path",{attrs:{path:w(c,l.minY+h*n,u/4,0,u/64,t,e),fill:i[p],clip:o}});"canvas"===s.renderer&&v.animate({transform:[["t",u/2,0]],repeat:!0},f-p*d)}}i.registerShape("interval","rect",{draw:function(t,e){var n=v(t),i=h(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=v(t),n=t.isInCircle;return r.mix({symbol:n?"circle":"square",radius:n?4.5:4},e)}}),i.registerShape("interval","hollowRect",{draw:function(t,e){var n=g(t),i=h(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=g(t),n=t.isInCircle;return r.mix({symbol:n?"circle":"square",radius:n?4.5:4},e)}}),i.registerShape("interval","line",{getPoints:function(t){return f(t)},draw:function(t,e){var n=g(t);n.lineWidth=t.size||1;var i=h(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=g(t);return r.mix({symbol:"line",radius:5},e)}}),i.registerShape("interval","tick",{getPoints:function(t){return d(t)},draw:function(t,e){var n=g(t);n.lineWidth||(n.lineWidth=2);var i=p(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=g(t);return r.mix({symbol:"tick",radius:5},e)}}),i.registerShape("interval","funnel",{getPoints:function(t){return t.size=2*t.size,u(t)},draw:function(t,e){var n=v(t),i=m(t,!0);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=v(t);return r.mix({symbol:"square",radius:4},e)}}),i.registerShape("interval","pyramid",{getPoints:function(t){return t.size=2*t.size,u(t,!0)},draw:function(t,e){var n=v(t),i=m(t,!1);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){var e=v(t);return r.mix({symbol:"square",radius:4},e)}}),i.registerShape("interval","liquid-fill-gauge",{draw:function(t,e){var n=this,i=.5,a=0,o=1/0;r.each(t.points,(function(t){t.x<o&&(o=t.x),a+=t.x}));var s=a/t.points.length,l=n.parsePoint({x:s,y:i}),u=n.parsePoint({x:o,y:.5}),h=l.x-u.x,f=Math.min(h,u.y),d=v(t),p=new c.Circle({attrs:{x:l.x,y:l.y,r:f}});return k(l.x,l.y,t.y/(2*l.y),1,[d.fill],e,p,4*f),e.addShape("circle",{attrs:r.mix(g(t),{x:l.x,y:l.y,r:f+f/8})})}});var C={};i.registerShape("interval","liquid-fill-path",{draw:function(t,e){var n=this,i=r.mix({},v(t)),a=t.shape[1],o=.5,s=0,c=1/0;r.each(t.points,(function(t){t.x<c&&(c=t.x),s+=t.x}));var u,h=s/t.points.length,f=n.parsePoint({x:h,y:o}),d=n.parsePoint({x:c,y:.5}),p=f.x-d.x,m=Math.min(p,d.y);if(C[a])u=C[a];else{var y=l.parsePathString(a);C[a]=u={segments:y}}var b=[];i.rotate&&(b.push(["r",i.rotate/180*Math.PI]),delete i.rotate);var _=e.addShape("path",{attrs:r.mix(i,{fillOpacity:0,path:u.segments})}),x=r.cloneDeep(_.getBBox()),w=x.maxX-x.minX,S=x.maxY-x.minY,T=Math.max(w,S),O=2*m/T;_.transform(b.concat([["s",O,O]]));var M=O*w/2,E=O*S/2;_.transform([["t",f.x-M,f.y-E]]),k(f.x,f.y,t.y/(2*f.y),1,[i.fill],e,_,4*d.y);var A=e.addShape("path",{attrs:r.mix(g(t),{path:u.segments})});return A.transform(b.concat([["s",O,O],["t",f.x-M,f.y-E]])),A}}),i.registerShape("interval","top-line",{draw:function(t,e){var n=v(t),i=t.style||{},a=[["M",t.points[1].x,t.points[1].y],["L",t.points[2].x,t.points[2].y]],o={stroke:i.stroke||"white",lineWidth:i.lineWidth||1,path:this.parsePath(a)},s=h(t.points);s=this.parsePath(s),delete n.stroke;var c=e.addShape("path",{attrs:r.mix(n,{zIndex:0,path:s})});return e.addShape("path",{zIndex:1,attrs:o}),c},getMarkerCfg:function(t){var e=v(t),n=t.isInCircle;return r.mix({symbol:n?"circle":"square",radius:n?4.5:4},e)}}),t.exports=_},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(23),o=n(417);n(426);var s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="line",e.sortable=!0,e},e}(o),c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"stack"}],e},e}(s);s.Stack=c,a.Line=s,a.LineStack=c,t.exports=s},function(t,e,n){var r=n(0),i=n(25),a=n(57),o=n(21),s=n(8),c=[1,1],l=[5.5,1];function u(t){var e=s.shape.line,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),t.size&&(n.lineWidth=t.size),n}function h(t){var e=s.shape.line,n=r.mix({lineWidth:2,radius:6},e,t.style);return a.addStrokeAttrs(n,t),n}function f(t,e,n,r){for(var i=[],o=r.isStack,s=[],c=0;c<t.length;c++){var l=t[c],u=a.splitPoints(l);s.push(u[0]),i.push(u[1])}var h=d(i,e,n,r),f=d(s,e,n,r);return o?h:h.concat(f)}function d(t,e,n,r){var a;if(e){var o=r.constraint;n&&t.length&&t.push({x:t[0].x,y:t[0].y}),a=i.getSplinePath(t,!1,o)}else a=i.getLinePath(t,!1),n&&a.push(["Z"]);return a}function p(t,e){var n,i=t.points,a=t.isInCircle,o=i[0];return n=r.isArray(o.y)?f(i,e,a,t):d(i,e,a,t),n}function v(t,e){var n=[];return r.each(t,(function(r,i){var a=t[i+1];n.push(r),a&&(n=n.concat(e(r,a)))})),n}function g(t){var e=[];return r.each(t,(function(t,n){var r=0===n?["M",t.x,t.y]:["L",t.x,t.y];e.push(r)})),e}function m(t,e){var n=v(t.points,e);return g(n)}function y(t,e,n){return[["M",t-n,e],["L",t+n,e]]}function b(t,e,n){return[["M",t-n,e],["A",n/2,n/2,0,1,1,t,e],["A",n/2,n/2,0,1,0,t+n,e]]}function _(t,e){return r.mix({symbol:e?b:y},h(t))}function x(t,e){return r.mix({symbol:e},h(t))}function w(t,e,n){var i=e.points[0];return n.addShape("circle",{attrs:r.mix({x:i.x,y:i.y,r:2,fill:e.color},e.style)})}var k=o.registerFactory("line",{defaultShapeType:"line",getActiveCfg:function(t,e){var n=e.lineWidth||0;return{lineWidth:n+1}},getDefaultPoints:function(t){return a.splitPoints(t)},drawShape:function(t,e,n){var r,i=this.getShape(t);return r=1===e.points.length&&s.showSinglePoint?w(this,e,n):i.draw(e,n),r&&(r.set("origin",e.origin),r._id=e.splitedIndex?e._id+e.splitedIndex:e._id,r.name=this.name),r}});o.registerShape("line","line",{draw:function(t,e){var n=u(t),i=p(t,!1);return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return _(t)}}),o.registerShape("line","dot",{draw:function(t,e){var n=u(t),i=p(t,!1);return e.addShape("path",{attrs:r.mix(n,{path:i,lineDash:c})})},getMarkerCfg:function(t){var e=_(t,!1);return e.lineDash=c,e}}),o.registerShape("line","dash",{draw:function(t,e){var n=u(t),i=p(t,!1);return e.addShape("path",{attrs:r.mix({path:i,lineDash:l},n)})},getMarkerCfg:function(t){var e=_(t,!1);return e.lineDash=e.lineDash||l,e}}),o.registerShape("line","smooth",{draw:function(t,e){var n=u(t),i=this._coord;t.constraint=[[i.start.x,i.end.y],[i.end.x,i.start.y]];var a=p(t,!0);return e.addShape("path",{attrs:r.mix(n,{path:a})})},getMarkerCfg:function(t){return _(t,!0)}}),o.registerShape("line","hv",{draw:function(t,e){var n=u(t),i=m(t,(function(t,e){var n=[];return n.push({x:e.x,y:t.y}),n}));return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return x(t,(function(t,e,n){return[["M",t-n-1,e-2.5],["L",t,e-2.5],["L",t,e+2.5],["L",t+n+1,e+2.5]]}))}}),o.registerShape("line","vh",{draw:function(t,e){var n=u(t),i=m(t,(function(t,e){var n=[];return n.push({x:t.x,y:e.y}),n}));return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return x(t,(function(t,e,n){return[["M",t-n-1,e+2.5],["L",t,e+2.5],["L",t,e-2.5],["L",t+n+1,e-2.5]]}))}}),o.registerShape("line","hvh",{draw:function(t,e){var n=u(t),i=m(t,(function(t,e){var n=[],r=(e.x-t.x)/2+t.x;return n.push({x:r,y:t.y}),n.push({x:r,y:e.y}),n}));return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return x(t,(function(t,e,n){return[["M",t-(n+1),e+2.5],["L",t-n/2,e+2.5],["L",t-n/2,e-2.5],["L",t+n/2,e-2.5],["L",t+n/2,e+2.5],["L",t+n+1,e+2.5]]}))}}),o.registerShape("line","vhv",{draw:function(t,e){var n=u(t),i=m(t,(function(t,e){var n=[],r=(e.y-t.y)/2+t.y;return n.push({x:t.x,y:r}),n.push({x:e.x,y:r}),n}));return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return x(t,(function(t,e){return[["M",t-5,e+2.5],["L",t-5,e],["L",t,e],["L",t,e-3],["L",t,e+3],["L",t+6.5,e+3]]}))}}),k.spline=k.smooth,t.exports=k},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(23),o=n(0);n(428);var s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="point",e.shapeType="point",e.generatePoints=!0,e},n.drawPoint=function(t,e,n,r){var i,a=this,s=t.shape,c=a.getDrawCfg(t);if(a._applyViewThemeShapeStyle(c,s,n),o.isArray(t.y)){var l=a.hasStack();o.each(t.y,(function(t,o){c.y=t,c.yIndex=o,l&&0===o||(i=n.drawShape(s,c,e),a.appendShapeInfo(i,r+o))}))}else o.isNil(t.y)||(i=n.drawShape(s,c,e),a.appendShapeInfo(i,r))},e}(a),c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"jitter"}],e},e}(s),l=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"stack"}],e},e}(s);s.Jitter=c,s.Stack=l,a.Point=s,a.PointJitter=c,a.PointStack=l,t.exports=s},function(t,e,n){var r=n(0),i=n(57),a=n(8),o=n(21),s=n(18),c=s.Marker,l=r.PathUtil,u=["circle","square","bowtie","diamond","hexagon","triangle","triangle-down"],h=["cross","tick","plus","hyphen","line","pointerLine","pointerArrow"],f=Math.sqrt(3);function d(t){var e=a.shape.point,n=r.mix({},e,t.style);return i.addFillAttrs(n,t),r.isNumber(t.size)&&(n.radius=t.size),n}function p(t){var e=a.shape.hollowPoint,n=r.mix({},e,t.style);return i.addStrokeAttrs(n,t),r.isNumber(t.size)&&(n.radius=t.size),n}r.mix(c.Symbols,{hexagon:function(t,e,n){var r=n/2*f;return[["M",t,e-n],["L",t+r,e-n/2],["L",t+r,e+n/2],["L",t,e+n],["L",t-r,e+n/2],["L",t-r,e-n/2],["Z"]]},bowtie:function(t,e,n){var r=n-1.5;return[["M",t-n,e-r],["L",t+n,e+r],["L",t+n,e-r],["L",t-n,e+r],["Z"]]},cross:function(t,e,n){return[["M",t-n,e-n],["L",t+n,e+n],["M",t+n,e-n],["L",t-n,e+n]]},tick:function(t,e,n){return[["M",t-n/2,e-n],["L",t+n/2,e-n],["M",t,e-n],["L",t,e+n],["M",t-n/2,e+n],["L",t+n/2,e+n]]},plus:function(t,e,n){return[["M",t-n,e],["L",t+n,e],["M",t,e-n],["L",t,e+n]]},hyphen:function(t,e,n){return[["M",t-n,e],["L",t+n,e]]},line:function(t,e,n){return[["M",t,e-n],["L",t,e+n]]}});var v=o.registerFactory("point",{defaultShapeType:"hollowCircle",getActiveCfg:function(t,e){var n,i=e.radius;return n=t&&(0===t.indexOf("hollow")||-1!==r.indexOf(h,t))||!t?e.stroke||e.strokeStyle:e.fill||e.fillStyle,{radius:i+1,shadowBlur:i,shadowColor:n,stroke:n,strokeOpacity:1,lineWidth:1}},getDefaultPoints:function(t){return i.splitPoints(t)}});function g(t){var e=t.points[0].x,n=t.points[0].y,r=t.size[0],i=t.size[1],a=[["M",e-.5*r,n-.5*i],["L",e+.5*r,n-.5*i],["L",e+.5*r,n+.5*i],["L",e-.5*r,n+.5*i],["z"]];return a}o.registerShape("point","rect",{draw:function(t,e){var n=d(t),i=g(t);i=this.parsePath(i);var a=e.addShape("path",{attrs:r.mix(n,{path:i})});return a},getMarkerCfg:function(t){var e=d(t);return e.symbol="rect",e.radius=4.5,e}}),r.each(u,(function(t){o.registerShape("point",t,{draw:function(e,n){var i=d(e);return n.addShape("Marker",{attrs:r.mix(i,{symbol:t,x:e.x,y:e.y})})},getMarkerCfg:function(e){var n=d(e);return n.symbol=t,n.radius=4.5,n}}),o.registerShape("point","hollow"+r.upperFirst(t),{draw:function(e,n){var i=p(e);return n.addShape("Marker",{attrs:r.mix(i,{symbol:t,x:e.x,y:e.y})})},getMarkerCfg:function(e){var n=p(e);return n.symbol=t,n.radius=4.5,n}})})),r.each(h,(function(t){o.registerShape("point",t,{draw:function(e,n){var i=p(e);return n.addShape("Marker",{attrs:r.mix(i,{symbol:t,x:e.x,y:e.y})})},getMarkerCfg:function(e){var n=p(e);return n.symbol=t,n.radius=4.5,n}})})),o.registerShape("point","image",{draw:function(t,e){return t.points=this.parsePoints(t.points),e.addShape("image",{attrs:{x:t.points[0].x-t.size/2,y:t.points[0].y-t.size,width:t.size,height:t.size,img:t.shape[1]}})}});var m={};o.registerShape("point","path",{draw:function(t,e){var n,i=r.mix({},p(t),d(t)),a=t.shape[1],o=t.size||10;if(m[a])n=m[a];else{var s=l.parsePathString(a),c=r.flatten(s).filter((function(t){return r.isNumber(t)}));m[a]=n={range:Math.max.apply(null,c)-Math.min.apply(null,c),segments:s}}var u=o/n.range,h=[];i.rotate&&(h.push(["r",i.rotate/180*Math.PI]),delete i.rotate);var f=e.addShape("path",{attrs:r.mix(i,{path:n.segments})});return h.push(["s",u,u],["t",t.x,t.y]),f.transform(h),f}}),t.exports=v},function(t,e,n){"use strict";var r=n(430);e["a"]=function(t){var e=t+="",n=e.indexOf(":");return n>=0&&"xmlns"!==(e=t.slice(0,n))&&(t=t.slice(n+1)),r["a"].hasOwnProperty(e)?{space:r["a"][e],local:t}:t}},function(t,e,n){"use strict";n.d(e,"b",(function(){return r}));var r="http://www.w3.org/1999/xhtml";e["a"]={svg:"http://www.w3.org/2000/svg",xhtml:r,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"}},function(t,e,n){"use strict";function r(){}e["a"]=function(t){return null==t?r:function(){return this.querySelector(t)}}},function(t,e,n){"use strict";e["a"]=function(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}},function(t,e,n){"use strict";n.d(e,"c",(function(){return i})),e["a"]=h;var r={},i=null;if("undefined"!==typeof document){var a=document.documentElement;"onmouseenter"in a||(r={mouseenter:"mouseover",mouseleave:"mouseout"})}function o(t,e,n){return t=s(t,e,n),function(e){var n=e.relatedTarget;n&&(n===this||8&n.compareDocumentPosition(this))||t.call(this,e)}}function s(t,e,n){return function(r){var a=i;i=r;try{t.call(this,this.__data__,e,n)}finally{i=a}}}function c(t){return t.trim().split(/^|\s+/).map((function(t){var e="",n=t.indexOf(".");return n>=0&&(e=t.slice(n+1),t=t.slice(0,n)),{type:t,name:e}}))}function l(t){return function(){var e=this.__on;if(e){for(var n,r=0,i=-1,a=e.length;r<a;++r)n=e[r],t.type&&n.type!==t.type||n.name!==t.name?e[++i]=n:this.removeEventListener(n.type,n.listener,n.capture);++i?e.length=i:delete this.__on}}}function u(t,e,n){var i=r.hasOwnProperty(t.type)?o:s;return function(r,a,o){var s,c=this.__on,l=i(e,a,o);if(c)for(var u=0,h=c.length;u<h;++u)if((s=c[u]).type===t.type&&s.name===t.name)return this.removeEventListener(s.type,s.listener,s.capture),this.addEventListener(s.type,s.listener=l,s.capture=n),void(s.value=e);this.addEventListener(t.type,l,n),s={type:t.type,name:t.name,value:e,listener:l,capture:n},c?c.push(s):this.__on=[s]}}function h(t,e,n,r){var a=i;t.sourceEvent=i,i=t;try{return e.apply(n,r)}finally{i=a}}e["b"]=function(t,e,n){var r,i,a=c(t+""),o=a.length;if(!(arguments.length<2)){for(s=e?u:l,null==n&&(n=!1),r=0;r<o;++r)this.each(s(a[r],e,n));return this}var s=this.node().__on;if(s)for(var h,f=0,d=s.length;f<d;++f)for(r=0,h=s[f];r<o;++r)if((i=a[r]).type===h.type&&i.name===h.name)return h.value}},function(t,e,n){"use strict";var r=n(433);e["a"]=function(){var t,e=r["c"];while(t=e.sourceEvent)e=t;return e}},function(t,e,n){"use strict";n(436),n(452),n(437),n(450),n(453),n(513),n(514);var r=n(420);n.d(e,"a",(function(){return r["a"]}));n(438),n(454),n(515);var i=n(455);n.d(e,"c",(function(){return i["a"]}));var a=n(516);n.d(e,"d",(function(){return a["a"]})),n.d(e,"e",(function(){return a["b"]}));n(519);var o=n(449);n.d(e,"b",(function(){return o["a"]}));n(520),n(521),n(522),n(523),n(524),n(525)},function(t,e,n){"use strict";var r=n(19),i=n(449),a=n(452),o=n(453),s=n(420),c=n(454),l=n(455),u=n(451),h=n(438);e["a"]=function(t,e){var n,f=typeof e;return null==e||"boolean"===f?Object(u["a"])(e):("number"===f?s["a"]:"string"===f?(n=Object(r["a"])(e))?(e=n,i["a"]):l["a"]:e instanceof r["a"]?i["a"]:e instanceof Date?o["a"]:Object(h["b"])(e)?h["a"]:Array.isArray(e)?a["a"]:"function"!==typeof e.valueOf&&"function"!==typeof e.toString||isNaN(e)?c["a"]:s["a"])(t,e)}},function(t,e,n){"use strict";function r(t,e,n,r,i){var a=t*t,o=a*t;return((1-3*t+3*a-o)*e+(4-6*a+3*o)*n+(1+3*t+3*a-3*o)*r+o*i)/6}e["a"]=r,e["b"]=function(t){var e=t.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,e-1):Math.floor(n*e),a=t[i],o=t[i+1],s=i>0?t[i-1]:2*a-o,c=i<e-1?t[i+2]:2*o-a;return r((n-i/e)*e,s,a,o,c)}}},function(t,e,n){"use strict";function r(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}e["b"]=r,e["a"]=function(t,e){e||(e=[]);var n,r=t?Math.min(e.length,t.length):0,i=e.slice();return function(a){for(n=0;n<r;++n)i[n]=t[n]*(1-a)+e[n]*a;return i}}},function(t,e){t.exports=function(t){var e=t.get("scaleController")||{};return e.defs}},function(t,e,n){var r=n(439);t.exports=function(t,e){var n=r(t);if(n&&n[e])return n[e]}},function(t,e,n){var r=n(0),i=n(100);t.exports=function(t,e){var n,a=e.field,o=e.type,s=r.Array.values(t,a);return"linear"===o?(n=r.Array.getRange(s),e.min<n.min&&(n.min=e.min),e.max>n.max&&(n.max=e.max)):"timeCat"===o?(r.each(s,(function(t,e){s[e]=i.toTimeStamp(t)})),s.sort((function(t,e){return t-e})),n=s):n=s,n}},function(t,e,n){"use strict";var r=n(99);e["a"]=function(t){return"string"===typeof t?new r["a"]([[document.querySelector(t)]],[document.documentElement]):new r["a"]([[t]],r["c"])}},function(t,e,n){"use strict";function r(){return[]}e["a"]=function(t){return null==t?r:function(){return this.querySelectorAll(t)}}},function(t,e,n){"use strict";e["a"]=function(t){return function(){return this.matches(t)}}},function(t,e,n){"use strict";e["a"]=a;var r=n(446),i=n(99);function a(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}e["b"]=function(){return new i["a"](this._enter||this._groups.map(r["a"]),this._parents)},a.prototype={constructor:a,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}}},function(t,e,n){"use strict";e["a"]=function(t){return new Array(t.length)}},function(t,e,n){"use strict";e["b"]=s;var r=n(432);function i(t){return function(){this.style.removeProperty(t)}}function a(t,e,n){return function(){this.style.setProperty(t,e,n)}}function o(t,e,n){return function(){var r=e.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}function s(t,e){return t.style.getPropertyValue(e)||Object(r["a"])(t).getComputedStyle(t,null).getPropertyValue(e)}e["a"]=function(t,e,n){return arguments.length>1?this.each((null==e?i:"function"===typeof e?o:a)(t,e,null==n?"":n)):s(this.node(),t)}},function(t,e,n){"use strict";var r=n(58);e["a"]=function(t,e){var n,i,a,o=t.__transition,s=!0;if(o){for(a in e=null==e?null:e+"",o)(n=o[a]).name===e?(i=n.state>r["d"]&&n.state<r["b"],n.state=r["a"],n.timer.stop(),n.on.call(i?"interrupt":"cancel",t,t.__data__,n.index,n.group),delete o[a]):s=!1;s&&delete t.__transition}}},function(t,e,n){"use strict";var r=n(19),i=n(437),a=n(450),o=n(207);function s(t){return function(e){var n,i,a=e.length,o=new Array(a),s=new Array(a),c=new Array(a);for(n=0;n<a;++n)i=Object(r["f"])(e[n]),o[n]=i.r||0,s[n]=i.g||0,c[n]=i.b||0;return o=t(o),s=t(s),c=t(c),i.opacity=1,function(t){return i.r=o(t),i.g=s(t),i.b=c(t),i+""}}}e["a"]=function t(e){var n=Object(o["b"])(e);function i(t,e){var i=n((t=Object(r["f"])(t)).r,(e=Object(r["f"])(e)).r),a=n(t.g,e.g),s=n(t.b,e.b),c=Object(o["a"])(t.opacity,e.opacity);return function(e){return t.r=i(e),t.g=a(e),t.b=s(e),t.opacity=c(e),t+""}}return i.gamma=t,i}(1);s(i["b"]),s(a["a"])},function(t,e,n){"use strict";var r=n(437);e["a"]=function(t){var e=t.length;return function(n){var i=Math.floor(((n%=1)<0?++n:n)*e),a=t[(i+e-1)%e],o=t[i%e],s=t[(i+1)%e],c=t[(i+2)%e];return Object(r["a"])((n-i/e)*e,a,o,s,c)}}},function(t,e,n){"use strict";e["a"]=function(t){return function(){return t}}},function(t,e,n){"use strict";e["a"]=i;var r=n(436);n(438);function i(t,e){var n,i=e?e.length:0,a=t?Math.min(i,t.length):0,o=new Array(a),s=new Array(i);for(n=0;n<a;++n)o[n]=Object(r["a"])(t[n],e[n]);for(;n<i;++n)s[n]=e[n];return function(t){for(n=0;n<a;++n)s[n]=o[n](t);return s}}},function(t,e,n){"use strict";e["a"]=function(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}}},function(t,e,n){"use strict";var r=n(436);e["a"]=function(t,e){var n,i={},a={};for(n in null!==t&&"object"===typeof t||(t={}),null!==e&&"object"===typeof e||(e={}),e)n in t?i[n]=Object(r["a"])(t[n],e[n]):a[n]=e[n];return function(t){for(n in i)a[n]=i[n](t);return a}}},function(t,e,n){"use strict";var r=n(420),i=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,a=new RegExp(i.source,"g");function o(t){return function(){return t}}function s(t){return function(e){return t(e)+""}}e["a"]=function(t,e){var n,c,l,u=i.lastIndex=a.lastIndex=0,h=-1,f=[],d=[];t+="",e+="";while((n=i.exec(t))&&(c=a.exec(e)))(l=c.index)>u&&(l=e.slice(u,l),f[h]?f[h]+=l:f[++h]=l),(n=n[0])===(c=c[0])?f[h]?f[h]+=c:f[++h]=c:(f[++h]=null,d.push({i:h,x:Object(r["a"])(n,c)})),u=a.lastIndex;return u<e.length&&(l=e.slice(u),f[h]?f[h]+=l:f[++h]=l),f.length<2?d[0]?s(d[0].x):o(e):(e=d.length,function(t){for(var n,r=0;r<e;++r)f[(n=d[r]).i]=n.x(t);return f.join("")})}},function(t,e,n){"use strict";var r=n(19),i=n(435);e["a"]=function(t,e){var n;return("number"===typeof e?i["a"]:e instanceof r["a"]?i["b"]:(n=Object(r["a"])(e))?(e=n,i["b"]):i["c"])(t,e)}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(422),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="rect",e},n.generateFacets=function(t){var e=this,n=e.fields,r=[],i=1,a=1,o=n[0],s=n[1],c=[""],l=[""];return o&&(c=e.getFieldValues(o,t),a=c.length),s&&(l=e.getFieldValues(s,t),i=l.length),c.forEach((function(n,u){l.forEach((function(h,f){var d=[{field:o,value:n,values:c},{field:s,value:h,values:l}],p=e.getFilter(d),v=t.filter(p),g={type:e.type,colValue:n,rowValue:h,colField:o,rowField:s,colIndex:u,rowIndex:f,cols:a,rows:i,data:v,region:e.getRegion(i,a,u,f)};r.push(g)}))})),r},n.setXAxis=function(t,e,n){n.rowIndex!==n.rows-1?(e[t].title=null,e[t].label=null):n.colIndex!==parseInt((n.cols-1)/2)&&(e[t].title=null)},n.setYAxis=function(t,e,n){0!==n.colIndex?(e[t].title=null,e[t].label=null):n.rowIndex!==parseInt((n.rows-1)/2)&&(e[t].title=null)},n.renderTitle=function(t,e){0===e.rowIndex&&this.drawColTitle(t,e),e.colIndex===e.cols-1&&this.drawRowTitle(t,e)},e}(a);t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(422),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="list",e.cols=null,e},n.generateFacets=function(t){var e=this,n=e.fields,r=n[0];if(!r)throw"Please specify for the field for facet!";var i=e.getFieldValues(r,t),a=i.length,o=e.cols||a,s=parseInt((a+o-1)/o),c=[];return i.forEach((function(n,l){var u=parseInt(l/o),h=l%o,f=[{field:r,value:n,values:i}],d=e.getFilter(f),p=t.filter(d),v={type:e.type,count:a,colValue:n,colField:r,rowField:null,rowValue:n,colIndex:h,rowIndex:u,cols:o,rows:s,data:p,region:e.getRegion(s,o,h,u)};c.push(v)})),c},n.setXAxis=function(t,e,n){n.rowIndex!==n.rows-1&&n.cols*n.rowIndex+n.colIndex+1+n.cols<=n.count&&(e[t].label=null,e[t].title=null)},n.setYAxis=function(t,e,n){0!==n.colIndex&&(e[t].title=null,e[t].label=null)},e}(a);t.exports=o},function(t,e,n){var r=n(206);n(460),n(462),n(464),n(423),n(425),n(417),n(427),n(465),n(467),n(469),n(545),n(547),n(552),t.exports=r},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(23),s=n(416),c=n(0);n(461);var l=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,c.assign(r(n),s),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="area",e.shapeType="area",e.generatePoints=!0,e.sortable=!0,e},e.draw=function(t,e,n,r){var i=this,a=this.getDrawCfg(t[0]);i._applyViewThemeShapeStyle(a,a.shape,n);var o=this.splitData(t);a.origin=t,c.each(o,(function(t,o){a.splitedIndex=o;var s=t.map((function(t){return t.points}));a.points=s;var c=n.drawShape(a.shape,a,e);i.appendShapeInfo(c,r+o)}))},n}(o),u=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"stack"}],e},e}(l);l.Stack=u,o.Area=l,o.AreaStack=u,t.exports=l},function(t,e,n){var r=n(0),i=n(21),a=n(25),o=n(57),s=n(8);function c(t){var e=s.shape.hollowArea,n=r.mix({},e,t.style);return o.addStrokeAttrs(n,t),r.isNumber(t.size)&&(n.lineWidth=t.size),n}function l(t){var e=s.shape.area,n=r.mix({},e,t.style);return o.addFillAttrs(n,t),t.color&&(n.stroke=n.stroke||t.color),r.isNumber(t.size)&&(n.lineWidth=t.size),n}function u(t,e,n){var i=[],o=[],s=[],c=[],l=t.isInCircle;return r.each(t.points,(function(t){s.push(t[1]),c.push(t[0])})),c=c.reverse(),o.push(s,c),r.each(o,(function(r,o){var s=[];r=n.parsePoints(r);var c=r[0];l&&r.push({x:c.x,y:c.y}),s=e?a.getSplinePath(r,!1,t.constraint):a.getLinePath(r,!1),o>0&&(s[0][0]="L"),i=i.concat(s)})),i.push(["Z"]),i}function h(t){return{symbol:function(t,e,n){return[["M",t-n,e-4],["L",t+n,e-4],["L",t+n,e+4],["L",t-n,e+4],["Z"]]},radius:5,fill:t.color,fillOpacity:.6}}function f(t,e){if("line"===t||"smoothLine"===t){var n=e.lineWidth||0;return{lineWidth:n+1}}var r=e.fillOpacity||e.opacity||1;return{fillOpacity:r-.15,strokeOpacity:r-.15}}function d(t,e,n){var i=t._coord,a=i.convertPoint(e.points[0][1]);return n.addShape("circle",{attrs:r.mix({x:a.x,y:a.y,r:2,fill:e.color},e.style)})}var p=i.registerFactory("area",{defaultShapeType:"area",getDefaultPoints:function(t){var e=[],n=t.x,i=t.y,a=t.y0;return i=r.isArray(i)?i:[a,i],r.each(i,(function(t){e.push({x:n,y:t})})),e},getActiveCfg:function(t,e){return f(t,e)},drawShape:function(t,e,n){var r,i=this.getShape(t);return r=1===e.points.length&&s.showSinglePoint?d(this,e,n):i.draw(e,n),r&&(r.set("origin",e.origin),r._id=e.splitedIndex?e._id+e.splitedIndex:e._id,r.name=this.name),r},getSelectedCfg:function(t,e){return e&&e.style?e.style:this.getActiveCfg(t,e)}});i.registerShape("area","area",{draw:function(t,e){var n=l(t),i=u(t,!1,this);return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return h(t)}}),i.registerShape("area","smooth",{draw:function(t,e){var n=l(t),i=this._coord;t.constraint=[[i.start.x,i.end.y],[i.end.x,i.start.y]];var a=u(t,!0,this);return e.addShape("path",{attrs:r.mix(n,{path:a})})},getMarkerCfg:function(t){return h(t)}}),i.registerShape("area","line",{draw:function(t,e){var n=c(t),i=u(t,!1,this);return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return h(t)}}),i.registerShape("area","smoothLine",{draw:function(t,e){var n=c(t),i=u(t,!0,this);return e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return h(t)}}),p.spline=p.smooth,t.exports=p},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(23);n(463);var o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="edge",e.shapeType="edge",e.generatePoints=!0,e},e}(a);a.Edge=o,t.exports=o},function(t,e,n){var r=n(0),i=n(21),a=n(57),o=n(8),s=n(25),c=1/3;function l(t){var e=o.shape.edge,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),t.size&&(n.lineWidth=t.size),n}var u=i.registerFactory("edge",{defaultShapeType:"line",getDefaultPoints:function(t){return a.splitPoints(t)},getActiveCfg:function(t,e){var n=e.lineWidth||0;return{lineWidth:n+1}}});function h(t,e){var n=[];n.push({x:t.x,y:.5*t.y+1*e.y/2}),n.push({y:.5*t.y+1*e.y/2,x:e.x}),n.push(e);var i=["C"];return r.each(n,(function(t){i.push(t.x,t.y)})),i}function f(t,e){var n=[];n.push({x:e.x,y:e.y}),n.push(t);var i=["Q"];return r.each(n,(function(t){i.push(t.x,t.y)})),i}function d(t,e){var n=h(t,e),r=[["M",t.x,t.y]];return r.push(n),r}function p(t,e,n){var r=f(e,n),i=[["M",t.x,t.y]];return i.push(r),i}function v(t,e){var n=f(t[1],e),r=f(t[3],e),i=[["M",t[0].x,t[0].y]];return i.push(r),i.push(["L",t[3].x,t[3].y]),i.push(["L",t[2].x,t[2].y]),i.push(n),i.push(["L",t[1].x,t[1].y]),i.push(["L",t[0].x,t[0].y]),i.push(["Z"]),i}function g(t,e){var n=[];n.push({y:t.y*(1-c)+e.y*c,x:t.x}),n.push({y:t.y*(1-c)+e.y*c,x:e.x}),n.push(e);var i=[["M",t.x,t.y]];return r.each(n,(function(t){i.push(["L",t.x,t.y])})),i}i.registerShape("edge","line",{draw:function(t,e){var n=this.parsePoints(t.points),i=l(t),a=s.getLinePath(n),o=e.addShape("path",{attrs:r.mix(i,{path:a})});return o},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4.5},l(t))}}),i.registerShape("edge","vhv",{draw:function(t,e){var n=t.points,i=l(t),a=g(n[0],n[1]);a=this.parsePath(a);var o=e.addShape("path",{attrs:r.mix(i,{path:a})});return o},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4.5},l(t))}}),i.registerShape("edge","smooth",{draw:function(t,e){var n=t.points,i=l(t),a=d(n[0],n[1]);a=this.parsePath(a);var o=e.addShape("path",{attrs:r.mix(i,{path:a})});return o},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4.5},l(t))}}),i.registerShape("edge","arc",{draw:function(t,e){var n,i,a=t.points,o=a.length>2?"weight":"normal",s=l(t);if(t.isInCircle){var c={x:0,y:1};"normal"===o?i=p(a[0],a[1],c):(s.fill=s.stroke,i=v(a,c)),i=this.parsePath(i),n=e.addShape("path",{attrs:r.mix(s,{path:i})})}else if("normal"===o)a=this.parsePoints(a),n=e.addShape("arc",{attrs:r.mix(s,{x:(a[1].x+a[0].x)/2,y:a[0].y,r:Math.abs(a[1].x-a[0].x)/2,startAngle:Math.PI,endAngle:2*Math.PI})});else{i=[["M",a[0].x,a[0].y],["L",a[1].x,a[1].y]];var u=h(a[1],a[3]),f=h(a[2],a[0]);i.push(u),i.push(["L",a[3].x,a[3].y]),i.push(["L",a[2].x,a[2].y]),i.push(f),i.push(["Z"]),i=this.parsePath(i),s.fill=s.stroke,n=e.addShape("path",{attrs:r.mix(s,{path:i})})}return n},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4.5},l(t))}}),t.exports=u},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(104),o=a.ColorUtil,s=n(23),c=n(0),l="_origin",u="shadowCanvas",h="valueRange",f="imageShape",d="mappedData",p="grayScaleBlurredCanvas",v="heatmapSize",g=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="heatmap",e.paletteCache={},e},n._prepareRange=function(){var t=this,e=t.get(d),n=t.getAttr("color"),r=n.field,i=1/0,a=-1/0;e.forEach((function(t){var e=t[l][r];e>a&&(a=e),e<i&&(i=e)})),i===a&&(i=a-1);var o=[i,a];t.set(h,o)},n._prepareSize=function(){var t=this,e=t.getDefaultValue("size");c.isNumber(e)||(e=t._getDefaultSize());var n=t.get("styleOptions"),r=n&&c.isObject(n.style)?n.style.blur:null;c.isFinite(r)&&null!==r||(r=e/2),t.set(v,{blur:r,radius:e})},n._getDefaultSize=function(){var t=this,e=t.getAttr("position"),n=t.get("coord"),r=Math.min(n.width/(4*e.scales[0].ticks.length),n.height/(4*e.scales[1].ticks.length));return r},n._colorize=function(t){for(var e=this,n=e.getAttr("color"),r=t.data,i=e.get("paletteCache"),a=3;a<r.length;a+=4){var s=r[a];if(s){var c=void 0;i[s]?c=i[s]:(c=o.rgb2arr(n.gradient(s/256)),i[s]=c),r[a-3]=c[0],r[a-2]=c[1],r[a-1]=c[2],r[a]=s}}},n._prepareGreyScaleBlurredCircle=function(t,e){var n=this,r=n.get(p);r||(r=document.createElement("canvas"),n.set(p,r));var i=t+e,a=r.getContext("2d");r.width=r.height=2*i,a.clearRect(0,0,r.width,r.height),a.shadowOffsetX=a.shadowOffsetY=2*i,a.shadowBlur=e,a.shadowColor="black",a.beginPath(),a.arc(-i,-i,t,0,2*Math.PI,!0),a.closePath(),a.fill()},n._drawGrayScaleBlurredCircle=function(t,e,n,r,i){var a=this,o=a.get(p);i.globalAlpha=r,i.drawImage(o,t-n,e-n)},n._getShadowCanvasCtx=function(){var t=this,e=t.get(u);e||(e=document.createElement("canvas"),t.set(u,e));var n=t.get("coord");return n&&(e.width=n.width,e.height=n.height),e.getContext("2d")},n._clearShadowCanvasCtx=function(){var t=this._getShadowCanvasCtx();t.clearRect(0,0,t.canvas.width,t.canvas.height)},n._getImageShape=function(){var t=this,e=t.get(f);if(e)return e;var n=t.get("container");return e=n.addShape("Image",{}),t.set(f,e),e},n.clear=function(){this._clearShadowCanvasCtx(),t.prototype.clear.call(this)},n.drawWithRange=function(t){var e=this,n=e.get("coord"),r=n.start,i=n.end,a=n.width,o=n.height,s=e.getAttr("color").field,c=e.get(v);e._clearShadowCanvasCtx();var u=e._getShadowCanvasCtx(),h=e.get(d);t&&(h=h.filter((function(e){return e[l][s]<=t[1]&&e[l][s]>=t[0]})));for(var f=e._getScale(s),p=0;p<h.length;p++){var g=h[p],m=e.getDrawCfg(g),y=f.scale(g[l][s]);e._drawGrayScaleBlurredCircle(m.x-r.x,m.y-i.y,c.radius+c.blur,y,u)}var b=u.getImageData(0,0,a,o);e._clearShadowCanvasCtx(),e._colorize(b),u.putImageData(b,0,0);var _=e._getImageShape();_.attr("x",r.x),_.attr("y",i.y),_.attr("width",a),_.attr("height",o),_.attr("img",u.canvas)},n.draw=function(t){var e=this;e.set(d,t),e._prepareRange(),e._prepareSize();var n=e.get(v);e._prepareGreyScaleBlurredCircle(n.radius,n.blur);var r=e.get(h);e.drawWithRange(r)},e}(s);s.Heatmap=g,t.exports=g},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(23),o=n(0);n(466);var s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="polygon",e.shapeType="polygon",e.generatePoints=!0,e},n.createShapePointsCfg=function(e){var n,r=t.prototype.createShapePointsCfg.call(this,e),i=this,a=r.x,s=r.y;if(!o.isArray(a)||!o.isArray(s)){var c=i.getXScale(),l=i.getYScale(),u=c.values?c.values.length:c.ticks.length,h=l.values?l.values.length:l.ticks.length,f=.5/u,d=.5/h;c.isCategory&&l.isCategory?(a=[a-f,a-f,a+f,a+f],s=[s-d,s+d,s+d,s-d]):o.isArray(a)?(n=a,a=[n[0],n[0],n[1],n[1]],s=[s-d/2,s+d/2,s+d/2,s-d/2]):o.isArray(s)&&(n=s,s=[n[0],n[1],n[1],n[0]],a=[a-f/2,a-f/2,a+f/2,a+f/2]),r.x=a,r.y=s}return r},e}(a);a.Polygon=s,t.exports=s},function(t,e,n){var r=n(0),i=n(21),a=n(57),o=n(8);function s(t){var e=o.shape.polygon,n=r.mix({},e,t.style);return a.addFillAttrs(n,t),n}function c(t){var e=o.shape.hollowPolygon,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),n}function l(t){var e=t[0],n=1,i=[["M",e.x,e.y]];while(n<t.length){var a=t[n];a.x===t[n-1].x&&a.y===t[n-1].y||(i.push(["L",a.x,a.y]),a.x===e.x&&a.y===e.y&&n<t.length-1&&(e=t[n+1],i.push(["Z"]),i.push(["M",e.x,e.y]),n++)),n++}return r.isEqual(i[i.length-1],e)||i.push(["L",e.x,e.y]),i.push(["Z"]),i}var u=i.registerFactory("polygon",{defaultShapeType:"polygon",getDefaultPoints:function(t){var e=[];return r.each(t.x,(function(n,r){var i=t.y[r];e.push({x:n,y:i})})),e},getActiveCfg:function(t,e){var n=e.lineWidth||1;if("hollow"===t)return{lineWidth:n+1};var r=e.fillOpacity||e.opacity||1;return{fillOpacity:r-.08}},getSelectedCfg:function(t,e){return e&&e.style?e.style:this.getActiveCfg(t,e)}});i.registerShape("polygon","polygon",{draw:function(t,e){if(!r.isEmpty(t.points)){var n=s(t),i=l(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})}},getMarkerCfg:function(t){return r.mix({symbol:"square",radius:4},s(t))}}),i.registerShape("polygon","hollow",{draw:function(t,e){if(!r.isEmpty(t.points)){var n=c(t),i=l(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})}},getMarkerCfg:function(t){return r.mix({symbol:"square",radius:4},s(t))}}),t.exports=u},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(23),s=n(0),c=n(415);n(468);var l=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,s.assign(r(n),c),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="schema",e.shapeType="schema",e.generatePoints=!0,e},e.createShapePointsCfg=function(e){var n=t.prototype.createShapePointsCfg.call(this,e);return n.size=this.getNormalizedSize(e),n},e.clearInner=function(){t.prototype.clearInner.call(this),this.set("defaultSize",null)},n}(o),u=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"dodge"}],e},e}(l);l.Dodge=u,o.Schema=l,o.SchemaDodge=u,t.exports=l},function(t,e,n){var r=n(0),i=n(21),a=n(57),o=n(8);function s(t){r.isArray(t)||(t=[t]);var e=t[0],n=t[t.length-1],i=t.length>1?t[1]:e,a=t.length>3?t[3]:n,o=t.length>2?t[2]:i;return{min:e,max:n,min1:i,max1:a,median:o}}function c(t,e){r.each(t,(function(t){e.push({x:t[0],y:t[1]})}))}function l(t){var e=o.shape.schema,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),n}function u(t){var e=o.shape.schema,n=r.mix({},e,t.style);return a.addFillAttrs(n,t),t.color&&(n.stroke=t.color||n.stroke),n}function h(t,e,n){var i,a,o=[];return r.isArray(e)?(a=s(e),i=[[t-n/2,a.max],[t+n/2,a.max],[t,a.max],[t,a.max1],[t-n/2,a.min1],[t-n/2,a.max1],[t+n/2,a.max1],[t+n/2,a.min1],[t,a.min1],[t,a.min],[t-n/2,a.min],[t+n/2,a.min],[t-n/2,a.median],[t+n/2,a.median]]):(e=e||.5,a=s(t),i=[[a.min,e-n/2],[a.min,e+n/2],[a.min,e],[a.min1,e],[a.min1,e-n/2],[a.min1,e+n/2],[a.max1,e+n/2],[a.max1,e-n/2],[a.max1,e],[a.max,e],[a.max,e-n/2],[a.max,e+n/2],[a.median,e-n/2],[a.median,e+n/2]]),c(i,o),o}function f(t){r.isArray(t)||(t=[t]);var e=t.sort((function(t,e){return t<e?1:-1})),n=e.length;if(n<4)for(var i=e[n-1],a=0;a<4-n;a++)e.push(i);return e}function d(t,e,n){var r=f(e),i=[{x:t,y:r[0]},{x:t,y:r[1]},{x:t-n/2,y:r[2]},{x:t-n/2,y:r[1]},{x:t+n/2,y:r[1]},{x:t+n/2,y:r[2]},{x:t,y:r[2]},{x:t,y:r[3]}];return i}function p(t){var e=[["M",t[0].x,t[0].y],["L",t[1].x,t[1].y],["M",t[2].x,t[2].y],["L",t[3].x,t[3].y],["M",t[4].x,t[4].y],["L",t[5].x,t[5].y],["L",t[6].x,t[6].y],["L",t[7].x,t[7].y],["L",t[4].x,t[4].y],["Z"],["M",t[8].x,t[8].y],["L",t[9].x,t[9].y],["M",t[10].x,t[10].y],["L",t[11].x,t[11].y],["M",t[12].x,t[12].y],["L",t[13].x,t[13].y]];return e}function v(t){var e=[["M",t[0].x,t[0].y],["L",t[1].x,t[1].y],["M",t[2].x,t[2].y],["L",t[3].x,t[3].y],["L",t[4].x,t[4].y],["L",t[5].x,t[5].y],["Z"],["M",t[6].x,t[6].y],["L",t[7].x,t[7].y]];return e}var g=i.registerFactory("schema",{defaultShapeType:"",getActiveCfg:function(t,e){if("box"===t){var n=e.lineWidth||1;return{lineWidth:n+1}}var r=e.fillOpacity||e.opacity||1;return{fillOpacity:r-.15,strokeOpacity:r-.15}},getSelectedCfg:function(t,e){return e&&e.style?e.style:this.getActiveCfg(t,e)}});i.registerShape("schema","box",{getPoints:function(t){return h(t.x,t.y,t.size)},draw:function(t,e){var n=l(t),i=p(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return{symbol:function(t,e,n){var r=[e-6,e-3,e,e+3,e+6],i=h(t,r,n);return[["M",i[0].x+1,i[0].y],["L",i[1].x-1,i[1].y],["M",i[2].x,i[2].y],["L",i[3].x,i[3].y],["M",i[4].x,i[4].y],["L",i[5].x,i[5].y],["L",i[6].x,i[6].y],["L",i[7].x,i[7].y],["L",i[4].x,i[4].y],["Z"],["M",i[8].x,i[8].y],["L",i[9].x,i[9].y],["M",i[10].x+1,i[10].y],["L",i[11].x-1,i[11].y],["M",i[12].x,i[12].y],["L",i[13].x,i[13].y]]},radius:6,lineWidth:1,stroke:t.color}}}),i.registerShape("schema","candle",{getPoints:function(t){return d(t.x,t.y,t.size)},draw:function(t,e){var n=u(t),i=v(t.points);return i=this.parsePath(i),e.addShape("path",{attrs:r.mix(n,{path:i})})},getMarkerCfg:function(t){return{symbol:function(t,e,n){e=[e+7.5,e+3,e-3,e-7.5];var r=d(t,e,n);return[["M",r[0].x,r[0].y],["L",r[1].x,r[1].y],["M",r[2].x,r[2].y],["L",r[3].x,r[3].y],["L",r[4].x,r[4].y],["L",r[5].x,r[5].y],["Z"],["M",r[6].x,r[6].y],["L",r[7].x,r[7].y]]},lineWidth:1,stroke:t.color,fill:t.color,radius:6}}}),t.exports=g},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(23),o=n(0),s=n(470),c=s.venn,l=s.scaleSolution,u=s.circlePath,h=s.intersectionAreaPath,f=s.computeTextCentres;n(544);var d=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="venn",e.shapeType="venn",e.generatePoints=!1,e},n._getAttrValues=function(e,n){return"position"===e.type?[n.x,n.y]:t.prototype._getAttrValues.call(this,e,n)},n.sets=function(t){return this.set("setsField",t),this},n._initAttrs=function(){var e=this;t.prototype._initAttrs.call(this);var n=e.get("attrOptions"),r=e.get("setsField")||"sets",i=e.get("data"),a=n.size?n.size.field:"size";i.forEach((function(t){t.sets=t[r],t._sets=t[r].join("&"),t.size=t[a]}));var s=c(i),d=e.get("coord"),p=[Math.min(d.x.end,d.x.start),Math.max(d.x.end,d.x.start)],v=[Math.min(d.y.end,d.y.start),Math.max(d.y.end,d.y.start)],g=p[1]-p[0],m=v[1]-v[0],y=e.get("styleOptions"),b=y&&o.isObject(y.style)?y.style.padding:0;o.isFinite(b)||(b=0);var _=l(s,g,m,b),x=f(_,i);i.forEach((function(t){var e=t.sets,n=e.join(",");if(t.id=n,1===e.length){var r=_[n];t.path=u(r.x,r.y,r.radius),o.assign(t,r)}else{var i=e.map((function(t){return _[t]})),a=h(i);/[zZ]$/.test(a)||(a+="Z"),t.path=a;var s=x[n]||{x:0,y:0};o.assign(t,s)}}))},e}(a);a.Venn=d,t.exports=d},function(t,e,n){(function(t,r){r(e,n(102),n(506))})(0,(function(t,e,n){"use strict";var r=1e-10;function i(t,e){var n,i=o(t),l=i.filter((function(e){return a(e,t)})),u=0,f=0,d=[];if(l.length>1){var p=h(l);for(n=0;n<l.length;++n){var v=l[n];v.angle=Math.atan2(v.x-p.x,v.y-p.y)}l.sort((function(t,e){return e.angle-t.angle}));var g=l[l.length-1];for(n=0;n<l.length;++n){var m=l[n];f+=(g.x+m.x)*(m.y-g.y);for(var y={x:(m.x+g.x)/2,y:(m.y+g.y)/2},b=null,_=0;_<m.parentIndex.length;++_)if(g.parentIndex.indexOf(m.parentIndex[_])>-1){var x=t[m.parentIndex[_]],w=Math.atan2(m.x-x.x,m.y-x.y),k=Math.atan2(g.x-x.x,g.y-x.y),C=k-w;C<0&&(C+=2*Math.PI);var S=k-C/2,T=c(y,{x:x.x+x.radius*Math.sin(S),y:x.y+x.radius*Math.cos(S)});T>2*x.radius&&(T=2*x.radius),(null===b||b.width>T)&&(b={circle:x,width:T,p1:m,p2:g})}null!==b&&(d.push(b),u+=s(b.circle.radius,b.width),g=m)}}else{var O=t[0];for(n=1;n<t.length;++n)t[n].radius<O.radius&&(O=t[n]);var M=!1;for(n=0;n<t.length;++n)if(c(t[n],O)>Math.abs(O.radius-t[n].radius)){M=!0;break}M?u=f=0:(u=O.radius*O.radius*Math.PI,d.push({circle:O,p1:{x:O.x,y:O.y+O.radius},p2:{x:O.x-r,y:O.y+O.radius},width:2*O.radius}))}return f/=2,e&&(e.area=u+f,e.arcArea=u,e.polygonArea=f,e.arcs=d,e.innerPoints=l,e.intersectionPoints=i),u+f}function a(t,e){for(var n=0;n<e.length;++n)if(c(t,e[n])>e[n].radius+r)return!1;return!0}function o(t){for(var e=[],n=0;n<t.length;++n)for(var r=n+1;r<t.length;++r)for(var i=u(t[n],t[r]),a=0;a<i.length;++a){var o=i[a];o.parentIndex=[n,r],e.push(o)}return e}function s(t,e){return t*t*Math.acos(1-e/t)-(t-e)*Math.sqrt(e*(2*t-e))}function c(t,e){return Math.sqrt((t.x-e.x)*(t.x-e.x)+(t.y-e.y)*(t.y-e.y))}function l(t,e,n){if(n>=t+e)return 0;if(n<=Math.abs(t-e))return Math.PI*Math.min(t,e)*Math.min(t,e);var r=t-(n*n-e*e+t*t)/(2*n),i=e-(n*n-t*t+e*e)/(2*n);return s(t,r)+s(e,i)}function u(t,e){var n=c(t,e),r=t.radius,i=e.radius;if(n>=r+i||n<=Math.abs(r-i))return[];var a=(r*r-i*i+n*n)/(2*n),o=Math.sqrt(r*r-a*a),s=t.x+a*(e.x-t.x)/n,l=t.y+a*(e.y-t.y)/n,u=-(e.y-t.y)*(o/n),h=-(e.x-t.x)*(o/n);return[{x:s+u,y:l-h},{x:s-u,y:l+h}]}function h(t){for(var e={x:0,y:0},n=0;n<t.length;++n)e.x+=t[n].x,e.y+=t[n].y;return e.x/=t.length,e.y/=t.length,e}function f(t,e,n,r){r=r||{};var i=r.maxIterations||100,a=r.tolerance||1e-10,o=t(e),s=t(n),c=n-e;if(o*s>0)throw"Initial bisect points must have opposite signs";if(0===o)return e;if(0===s)return n;for(var l=0;l<i;++l){c/=2;var u=e+c,h=t(u);if(h*o>=0&&(e=u),Math.abs(c)<a||0===h)return u}return e+c}function d(t){for(var e=new Array(t),n=0;n<t;++n)e[n]=0;return e}function p(t,e){return d(t).map((function(){return d(e)}))}function v(t,e){for(var n=0,r=0;r<t.length;++r)n+=t[r]*e[r];return n}function g(t){return Math.sqrt(v(t,t))}function m(t,e,n){for(var r=0;r<e.length;++r)t[r]=e[r]*n}function y(t,e,n,r,i){for(var a=0;a<t.length;++a)t[a]=e*n[a]+r*i[a]}function b(t,e,n){n=n||{};var r,i=n.maxIterations||200*e.length,a=n.nonZeroDelta||1.05,o=n.zeroDelta||.001,s=n.minErrorDelta||1e-6,c=n.minErrorDelta||1e-5,l=void 0!==n.rho?n.rho:1,u=void 0!==n.chi?n.chi:2,h=void 0!==n.psi?n.psi:-.5,f=void 0!==n.sigma?n.sigma:.5,d=e.length,p=new Array(d+1);p[0]=e,p[0].fx=t(e),p[0].id=0;for(var v=0;v<d;++v){var g=e.slice();g[v]=g[v]?g[v]*a:o,p[v+1]=g,p[v+1].fx=t(g),p[v+1].id=v+1}function m(t){for(var e=0;e<t.length;e++)p[d][e]=t[e];p[d].fx=t.fx}for(var b=function(t,e){return t.fx-e.fx},_=e.slice(),x=e.slice(),w=e.slice(),k=e.slice(),C=0;C<i;++C){if(p.sort(b),n.history){var S=p.map((function(t){var e=t.slice();return e.fx=t.fx,e.id=t.id,e}));S.sort((function(t,e){return t.id-e.id})),n.history.push({x:p[0].slice(),fx:p[0].fx,simplex:S})}for(r=0,v=0;v<d;++v)r=Math.max(r,Math.abs(p[0][v]-p[1][v]));if(Math.abs(p[0].fx-p[d].fx)<s&&r<c)break;for(v=0;v<d;++v){_[v]=0;for(var T=0;T<d;++T)_[v]+=p[T][v];_[v]/=d}var O=p[d];if(y(x,1+l,_,-l,O),x.fx=t(x),x.fx<p[0].fx)y(k,1+u,_,-u,O),k.fx=t(k),k.fx<x.fx?m(k):m(x);else if(x.fx>=p[d-1].fx){var M=!1;if(x.fx>O.fx?(y(w,1+h,_,-h,O),w.fx=t(w),w.fx<O.fx?m(w):M=!0):(y(w,1-h*l,_,h*l,O),w.fx=t(w),w.fx<x.fx?m(w):M=!0),M){if(f>=1)break;for(v=1;v<p.length;++v)y(p[v],1-f,p[0],f,p[v]),p[v].fx=t(p[v])}}else m(x)}return p.sort(b),{fx:p[0].fx,x:p[0]}}function _(t,e,n,r,i,a,o){var s=n.fx,c=v(n.fxprime,e),l=s,u=s,h=c,f=0;function d(u,f,d){for(var p=0;p<16;++p)if(i=(u+f)/2,y(r.x,1,n.x,i,e),l=r.fx=t(r.x,r.fxprime),h=v(r.fxprime,e),l>s+a*i*c||l>=d)f=i;else{if(Math.abs(h)<=-o*c)return i;h*(f-u)>=0&&(f=u),u=i,d=l}return 0}i=i||1,a=a||1e-6,o=o||.1;for(var p=0;p<10;++p){if(y(r.x,1,n.x,i,e),l=r.fx=t(r.x,r.fxprime),h=v(r.fxprime,e),l>s+a*i*c||p&&l>=u)return d(f,i,u);if(Math.abs(h)<=-o*c)return i;if(h>=0)return d(i,f,l);u=l,f=i,i*=2}return i}function x(t,e,n){var r,i,a,o={x:e.slice(),fx:0,fxprime:e.slice()},s={x:e.slice(),fx:0,fxprime:e.slice()},c=e.slice(),l=1;n=n||{},a=n.maxIterations||20*e.length,o.fx=t(o.x,o.fxprime),r=o.fxprime.slice(),m(r,o.fxprime,-1);for(var u=0;u<a;++u){if(l=_(t,r,o,s,l),n.history&&n.history.push({x:o.x.slice(),fx:o.fx,fxprime:o.fxprime.slice(),alpha:l}),l){y(c,1,s.fxprime,-1,o.fxprime);var h=v(o.fxprime,o.fxprime),f=Math.max(0,v(c,s.fxprime)/h);y(r,f,r,-1,s.fxprime),i=o,o=s,s=i}else m(r,o.fxprime,-1);if(g(o.fxprime)<=1e-5)break}return n.history&&n.history.push({x:o.x.slice(),fx:o.fx,fxprime:o.fxprime.slice(),alpha:l}),o}function w(t,e){e=e||{},e.maxIterations=e.maxIterations||500;var n=e.initialLayout||M,r=e.lossFunction||P;t=S(t);var i,a=n(t,e),o=[],s=[];for(i in a)a.hasOwnProperty(i)&&(o.push(a[i].x),o.push(a[i].y),s.push(i));for(var c=b((function(e){for(var n={},i=0;i<s.length;++i){var o=s[i];n[o]={x:e[2*i],y:e[2*i+1],radius:a[o].radius}}return r(n,t)}),o,e),l=c.x,u=0;u<s.length;++u)i=s[u],a[i].x=l[2*u],a[i].y=l[2*u+1];return a}var k=1e-10;function C(t,e,n){return Math.min(t,e)*Math.min(t,e)*Math.PI<=n+k?Math.abs(t-e):f((function(r){return l(t,e,r)-n}),0,t+e)}function S(t){t=t.slice();var e,n,r,i,a=[],o={};for(e=0;e<t.length;++e){var s=t[e];1==s.sets.length?a.push(s.sets[0]):2==s.sets.length&&(r=s.sets[0],i=s.sets[1],o[[r,i]]=!0,o[[i,r]]=!0)}for(a.sort((function(t,e){return t>e})),e=0;e<a.length;++e)for(r=a[e],n=e+1;n<a.length;++n)i=a[n],[r,i]in o||t.push({sets:[r,i],size:0});return t}function T(t,e,n){var r=p(e.length,e.length),i=p(e.length,e.length);return t.filter((function(t){return 2==t.sets.length})).map((function(t){var a=n[t.sets[0]],o=n[t.sets[1]],s=Math.sqrt(e[a].size/Math.PI),c=Math.sqrt(e[o].size/Math.PI),l=C(s,c,t.size);r[a][o]=r[o][a]=l;var u=0;t.size+1e-10>=Math.min(e[a].size,e[o].size)?u=1:t.size<=1e-10&&(u=-1),i[a][o]=i[o][a]=u})),{distances:r,constraints:i}}function O(t,e,n,r){var i,a=0;for(i=0;i<e.length;++i)e[i]=0;for(i=0;i<n.length;++i)for(var o=t[2*i],s=t[2*i+1],c=i+1;c<n.length;++c){var l=t[2*c],u=t[2*c+1],h=n[i][c],f=r[i][c],d=(l-o)*(l-o)+(u-s)*(u-s),p=Math.sqrt(d),v=d-h*h;f>0&&p<=h||f<0&&p>=h||(a+=2*v*v,e[2*i]+=4*v*(o-l),e[2*i+1]+=4*v*(s-u),e[2*c]+=4*v*(l-o),e[2*c+1]+=4*v*(u-s))}return a}function M(t,e){var n=A(t,e),r=e.lossFunction||P;if(t.length>=8){var i=E(t,e),a=r(i,t),o=r(n,t);a+1e-8<o&&(n=i)}return n}function E(t,e){e=e||{};var n,r=e.restarts||10,i=[],a={};for(n=0;n<t.length;++n){var o=t[n];1==o.sets.length&&(a[o.sets[0]]=i.length,i.push(o))}var s=T(t,i,a),c=s.distances,l=s.constraints,u=g(c.map(g))/c.length;c=c.map((function(t){return t.map((function(t){return t/u}))}));var h,f,p=function(t,e){return O(t,e,c,l)};for(n=0;n<r;++n){var v=d(2*c.length).map(Math.random);f=x(p,v,e),(!h||f.fx<h.fx)&&(h=f)}var y=h.x,b={};for(n=0;n<i.length;++n){var _=i[n];b[_.sets[0]]={x:y[2*n]*u,y:y[2*n+1]*u,radius:Math.sqrt(_.size/Math.PI)}}if(e.history)for(n=0;n<e.history.length;++n)m(e.history[n].x,u);return b}function A(t,e){for(var n,r=e&&e.lossFunction?e.lossFunction:P,i={},a={},o=0;o<t.length;++o){var s=t[o];1==s.sets.length&&(n=s.sets[0],i[n]={x:1e10,y:1e10,rowid:i.length,size:s.size,radius:Math.sqrt(s.size/Math.PI)},a[n]=[])}for(t=t.filter((function(t){return 2==t.sets.length})),o=0;o<t.length;++o){var c=t[o],l=c.hasOwnProperty("weight")?c.weight:1,h=c.sets[0],f=c.sets[1];c.size+k>=Math.min(i[h].size,i[f].size)&&(l=0),a[h].push({set:f,size:c.size,weight:l}),a[f].push({set:h,size:c.size,weight:l})}var d=[];for(n in a)if(a.hasOwnProperty(n)){var p=0;for(o=0;o<a[n].length;++o)p+=a[n][o].size*a[n][o].weight;d.push({set:n,size:p})}function v(t,e){return e.size-t.size}d.sort(v);var g={};function m(t){return t.set in g}function y(t,e){i[e].x=t.x,i[e].y=t.y,g[e]=!0}for(y({x:0,y:0},d[0].set),o=1;o<d.length;++o){var b=d[o].set,_=a[b].filter(m);if(n=i[b],_.sort(v),0===_.length)throw"ERROR: missing pairwise overlap information";for(var x=[],w=0;w<_.length;++w){var S=i[_[w].set],T=C(n.radius,S.radius,_[w].size);x.push({x:S.x+T,y:S.y}),x.push({x:S.x-T,y:S.y}),x.push({y:S.y+T,x:S.x}),x.push({y:S.y-T,x:S.x});for(var O=w+1;O<_.length;++O)for(var M=i[_[O].set],E=C(n.radius,M.radius,_[O].size),A=u({x:S.x,y:S.y,radius:T},{x:M.x,y:M.y,radius:E}),L=0;L<A.length;++L)x.push(A[L])}var I=1e50,j=x[0];for(w=0;w<x.length;++w){i[b].x=x[w].x,i[b].y=x[w].y;var z=r(i,t);z<I&&(I=z,j=x[w])}y(j,b)}return i}function P(t,e){var n=0;function r(e){return e.map((function(e){return t[e]}))}for(var a=0;a<e.length;++a){var o,s=e[a];if(1!=s.sets.length){if(2==s.sets.length){var u=t[s.sets[0]],h=t[s.sets[1]];o=l(u.radius,h.radius,c(u,h))}else o=i(r(s.sets));var f=s.hasOwnProperty("weight")?s.weight:1;n+=f*(o-s.size)*(o-s.size)}}return n}function L(t,e,n){var r;if(null===n?t.sort((function(t,e){return e.radius-t.radius})):t.sort(n),t.length>0){var i=t[0].x,a=t[0].y;for(r=0;r<t.length;++r)t[r].x-=i,t[r].y-=a}if(2==t.length){var o=c(t[0],t[1]);o<Math.abs(t[1].radius-t[0].radius)&&(t[1].x=t[0].x+t[0].radius-t[1].radius-1e-10,t[1].y=t[0].y)}if(t.length>1){var s,l,u=Math.atan2(t[1].x,t[1].y)-e,h=Math.cos(u),f=Math.sin(u);for(r=0;r<t.length;++r)s=t[r].x,l=t[r].y,t[r].x=h*s-f*l,t[r].y=f*s+h*l}if(t.length>2){var d=Math.atan2(t[2].x,t[2].y)-e;while(d<0)d+=2*Math.PI;while(d>2*Math.PI)d-=2*Math.PI;if(d>Math.PI){var p=t[1].y/(1e-10+t[1].x);for(r=0;r<t.length;++r){var v=(t[r].x+p*t[r].y)/(1+p*p);t[r].x=2*v-t[r].x,t[r].y=2*v*p-t[r].y}}}}function I(t){function e(t){return t.parent!==t&&(t.parent=e(t.parent)),t.parent}function n(t,n){var r=e(t),i=e(n);r.parent=i}t.map((function(t){t.parent=t}));for(var r=0;r<t.length;++r)for(var i=r+1;i<t.length;++i){var a=t[r].radius+t[i].radius;c(t[r],t[i])+1e-10<a&&n(t[i],t[r])}var o,s={};for(r=0;r<t.length;++r)o=e(t[r]).parent.setid,o in s||(s[o]=[]),s[o].push(t[r]);t.map((function(t){delete t.parent}));var l=[];for(o in s)s.hasOwnProperty(o)&&l.push(s[o]);return l}function j(t){var e=function(e){var n=Math.max.apply(null,t.map((function(t){return t[e]+t.radius}))),r=Math.min.apply(null,t.map((function(t){return t[e]-t.radius})));return{max:n,min:r}};return{xRange:e("x"),yRange:e("y")}}function z(t,e,n){null===e&&(e=Math.PI/2);var r,i,a=[];for(i in t)if(t.hasOwnProperty(i)){var o=t[i];a.push({x:o.x,y:o.y,radius:o.radius,setid:i})}var s=I(a);for(r=0;r<s.length;++r){L(s[r],e,n);var c=j(s[r]);s[r].size=(c.xRange.max-c.xRange.min)*(c.yRange.max-c.yRange.min),s[r].bounds=c}s.sort((function(t,e){return e.size-t.size})),a=s[0];var l=a.bounds,u=(l.xRange.max-l.xRange.min)/50;function h(t,e,n){if(t){var r,i,o,s=t.bounds;e?r=l.xRange.max-s.xRange.min+u:(r=l.xRange.max-s.xRange.max,o=(s.xRange.max-s.xRange.min)/2-(l.xRange.max-l.xRange.min)/2,o<0&&(r+=o)),n?i=l.yRange.max-s.yRange.min+u:(i=l.yRange.max-s.yRange.max,o=(s.yRange.max-s.yRange.min)/2-(l.yRange.max-l.yRange.min)/2,o<0&&(i+=o));for(var c=0;c<t.length;++c)t[c].x+=r,t[c].y+=i,a.push(t[c])}}var f=1;while(f<s.length)h(s[f],!0,!1),h(s[f+1],!1,!0),h(s[f+2],!0,!0),f+=3,l=j(a);var d={};for(r=0;r<a.length;++r)d[a[r].setid]=a[r];return d}function D(t,e,n,r){var i=[],a=[];for(var o in t)t.hasOwnProperty(o)&&(a.push(o),i.push(t[o]));e-=2*r,n-=2*r;var s=j(i),c=s.xRange,l=s.yRange;if(c.max==c.min||l.max==l.min)return console.log("not scaling solution: zero size detected"),t;for(var u=e/(c.max-c.min),h=n/(l.max-l.min),f=Math.min(h,u),d=(e-(c.max-c.min)*f)/2,p=(n-(l.max-l.min)*f)/2,v={},g=0;g<i.length;++g){var m=i[g];v[a[g]]={radius:f*m.radius,x:r+d+(m.x-c.min)*f,y:r+p+(m.y-l.min)*f}}return v}function N(){var t=600,n=350,r=15,i=1e3,a=Math.PI/2,o=!0,s=!0,c=!0,l=null,u=null,h={},f=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],d=0,p=function(t){if(t in h)return h[t];var e=h[t]=f[d];return d+=1,d>=f.length&&(d=0),e},v=w,g=P;function m(h){var f=h.datum(),d={};f.forEach((function(t){0==t.size&&1==t.sets.length&&(d[t.sets[0]]=1)})),f=f.filter((function(t){return!t.sets.some((function(t){return t in d}))}));var m={},y={};if(f.length>0){var b=v(f,{lossFunction:g});o&&(b=z(b,a,u)),m=D(b,t,n,r),y=B(m,f)}var _={};function x(t){return t.sets in _?_[t.sets]:1==t.sets.length?""+t.sets[0]:void 0}f.forEach((function(t){t.label&&(_[t.sets]=t.label)})),h.selectAll("svg").data([m]).enter().append("svg");var w=h.select("svg").attr("width",t).attr("height",n),k={},C=!1;w.selectAll(".venn-area path").each((function(t){var n=e.select(this).attr("d");1==t.sets.length&&n&&(C=!0,k[t.sets[0]]=q(n))}));var S=function(e){return function(r){var i=e.sets.map((function(e){var i=k[e],a=m[e];return i||(i={x:t/2,y:n/2,radius:1}),a||(a={x:t/2,y:n/2,radius:1}),{x:i.x*(1-r)+a.x*r,y:i.y*(1-r)+a.y*r,radius:i.radius*(1-r)+a.radius*r}}));return W(i)}},T=w.selectAll(".venn-area").data(f,(function(t){return t.sets})),O=T.enter().append("g").attr("class",(function(t){return"venn-area venn-"+(1==t.sets.length?"circle":"intersection")})).attr("data-venn-sets",(function(t){return t.sets.join("_")})),M=O.append("path"),E=O.append("text").attr("class","label").text((function(t){return x(t)})).attr("text-anchor","middle").attr("dy",".35em").attr("x",t/2).attr("y",n/2);c&&(M.style("fill-opacity","0").filter((function(t){return 1==t.sets.length})).style("fill",(function(t){return p(t.sets)})).style("fill-opacity",".25"),E.style("fill",(function(t){return 1==t.sets.length?p(t.sets):"#444"})));var A=h;C?(A=h.transition("venn").duration(i),A.selectAll("path").attrTween("d",S)):A.selectAll("path").attr("d",(function(t){return W(t.sets.map((function(t){return m[t]})))}));var P=A.selectAll("text").filter((function(t){return t.sets in y})).text((function(t){return x(t)})).attr("x",(function(t){return Math.floor(y[t.sets].x)})).attr("y",(function(t){return Math.floor(y[t.sets].y)}));s&&(C?"on"in P?P.on("end",R(m,x)):P.each("end",R(m,x)):P.each(R(m,x)));var L=T.exit().transition("venn").duration(i).remove();L.selectAll("path").attrTween("d",S);var I=L.selectAll("text").attr("x",t/2).attr("y",n/2);return null!==l&&(E.style("font-size","0px"),P.style("font-size",l),I.style("font-size","0px")),{circles:m,textCentres:y,nodes:T,enter:O,update:A,exit:L}}return m.wrap=function(t){return arguments.length?(s=t,m):s},m.width=function(e){return arguments.length?(t=e,m):t},m.height=function(t){return arguments.length?(n=t,m):n},m.padding=function(t){return arguments.length?(r=t,m):r},m.colours=function(t){return arguments.length?(p=t,m):p},m.fontSize=function(t){return arguments.length?(l=t,m):l},m.duration=function(t){return arguments.length?(i=t,m):i},m.layoutFunction=function(t){return arguments.length?(v=t,m):v},m.normalize=function(t){return arguments.length?(o=t,m):o},m.styled=function(t){return arguments.length?(c=t,m):c},m.orientation=function(t){return arguments.length?(a=t,m):a},m.orientationOrder=function(t){return arguments.length?(u=t,m):u},m.lossFunction=function(t){return arguments.length?(g=t,m):g},m}function R(t,n){return function(){var r,i=e.select(this),a=i.datum(),o=t[a.sets[0]].radius||50,s=n(a)||"",c=s.split(/\s+/).reverse(),l=3,u=(s.length+c.length)/l,h=c.pop(),f=[h],d=0,p=1.1,v=i.text(null).append("tspan").text(h);while(1){if(h=c.pop(),!h)break;f.push(h),r=f.join(" "),v.text(r),r.length>u&&v.node().getComputedTextLength()>o&&(f.pop(),v.text(f.join(" ")),f=[h],v=i.append("tspan").text(h),d++)}var g=.35-d*p/2,m=i.attr("x"),y=i.attr("y");i.selectAll("tspan").attr("x",m).attr("y",y).attr("dy",(function(t,e){return g+e*p+"em"}))}}function V(t,e,n){var r,i,a=e[0].radius-c(e[0],t);for(r=1;r<e.length;++r)i=e[r].radius-c(e[r],t),i<=a&&(a=i);for(r=0;r<n.length;++r)i=c(n[r],t)-n[r].radius,i<=a&&(a=i);return a}function F(t,e){var n,r=[];for(n=0;n<t.length;++n){var a=t[n];r.push({x:a.x,y:a.y}),r.push({x:a.x+a.radius/2,y:a.y}),r.push({x:a.x-a.radius/2,y:a.y}),r.push({x:a.x,y:a.y+a.radius/2}),r.push({x:a.x,y:a.y-a.radius/2})}var o=r[0],s=V(r[0],t,e);for(n=1;n<r.length;++n){var l=V(r[n],t,e);l>=s&&(o=r[n],s=l)}var u=b((function(n){return-1*V({x:n[0],y:n[1]},t,e)}),[o.x,o.y],{maxIterations:500,minErrorDelta:1e-10}).x,f={x:u[0],y:u[1]},d=!0;for(n=0;n<t.length;++n)if(c(f,t[n])>t[n].radius){d=!1;break}for(n=0;n<e.length;++n)if(c(f,e[n])<e[n].radius){d=!1;break}if(!d)if(1==t.length)f={x:t[0].x,y:t[0].y};else{var p={};i(t,p),f=0===p.arcs.length?{x:0,y:-1e3,disjoint:!0}:1==p.arcs.length?{x:p.arcs[0].circle.x,y:p.arcs[0].circle.y}:e.length?F(t,[]):h(p.arcs.map((function(t){return t.p1})))}return f}function H(t){var e={},n=[];for(var r in t)n.push(r),e[r]=[];for(var i=0;i<n.length;i++)for(var a=t[n[i]],o=i+1;o<n.length;++o){var s=t[n[o]],l=c(a,s);l+s.radius<=a.radius+1e-10?e[n[o]].push(n[i]):l+a.radius<=s.radius+1e-10&&e[n[i]].push(n[o])}return e}function B(t,e){for(var n={},r=H(t),i=0;i<e.length;++i){for(var a=e[i].sets,o={},s={},c=0;c<a.length;++c){o[a[c]]=!0;for(var l=r[a[c]],u=0;u<l.length;++u)s[l[u]]=!0}var h=[],f=[];for(var d in t)d in o?h.push(t[d]):d in s||f.push(t[d]);var p=F(h,f);n[a]=p,p.disjoint&&e[i].size>0&&console.log("WARNING: area "+a+" not represented on screen")}return n}function U(t,e){for(var n=H(t.selectAll("svg").datum()),r={},i=0;i<e.sets.length;++i){var a=e.sets[i];for(var o in n)for(var s=n[o],c=0;c<s.length;++c)if(s[c]==a){r[o]=!0;break}}function l(t){for(var e=0;e<t.length;++e)if(!(t[e]in r))return!1;return!0}t.selectAll("g").sort((function(t,n){return t.sets.length!=n.sets.length?t.sets.length-n.sets.length:t==e?l(n.sets)?-1:1:n==e?l(t.sets)?1:-1:n.size-t.size}))}function $(t,e,n){var r=[];return r.push("\nM",t,e),r.push("\nm",-n,0),r.push("\na",n,n,0,1,0,2*n,0),r.push("\na",n,n,0,1,0,2*-n,0),r.join(" ")}function q(t){var e=t.split(" ");return{x:parseFloat(e[1]),y:parseFloat(e[2]),radius:-parseFloat(e[4])}}function W(t){var e={};i(t,e);var n=e.arcs;if(0===n.length)return"M 0 0";if(1==n.length){var r=n[0].circle;return $(r.x,r.y,r.radius)}for(var a=["\nM",n[0].p2.x,n[0].p2.y],o=0;o<n.length;++o){var s=n[o],c=s.circle.radius,l=s.width>c;a.push("\nA",c,c,0,l?1:0,1,s.p1.x,s.p1.y)}return a.join(" ")}t.intersectionArea=i,t.circleCircleIntersection=u,t.circleOverlap=l,t.circleArea=s,t.distance=c,t.venn=w,t.greedyLayout=A,t.scaleSolution=D,t.normalizeSolution=z,t.bestInitialLayout=M,t.lossFunction=P,t.disjointCluster=I,t.distanceFromIntersectArea=C,t.VennDiagram=N,t.wrapText=R,t.computeTextCentres=B,t.computeTextCentre=F,t.sortAreas=U,t.circlePath=$,t.circleFromPath=q,t.intersectionAreaPath=W,Object.defineProperty(t,"__esModule",{value:!0})}))},function(t,e,n){"use strict";var r=n(418),i=n(442);e["a"]=function(t){return Object(i["a"])(Object(r["a"])(t).call(document.documentElement))}},function(t,e,n){"use strict";var r=n(99),i=n(431);e["a"]=function(t){"function"!==typeof t&&(t=Object(i["a"])(t));for(var e=this._groups,n=e.length,a=new Array(n),o=0;o<n;++o)for(var s,c,l=e[o],u=l.length,h=a[o]=new Array(u),f=0;f<u;++f)(s=l[f])&&(c=t.call(s,s.__data__,f,l))&&("__data__"in s&&(c.__data__=s.__data__),h[f]=c);return new r["a"](a,this._parents)}},function(t,e,n){"use strict";var r=n(99),i=n(443);e["a"]=function(t){"function"!==typeof t&&(t=Object(i["a"])(t));for(var e=this._groups,n=e.length,a=[],o=[],s=0;s<n;++s)for(var c,l=e[s],u=l.length,h=0;h<u;++h)(c=l[h])&&(a.push(t.call(c,c.__data__,h,l)),o.push(c));return new r["a"](a,o)}},function(t,e,n){"use strict";var r=n(99),i=n(444);e["a"]=function(t){"function"!==typeof t&&(t=Object(i["a"])(t));for(var e=this._groups,n=e.length,a=new Array(n),o=0;o<n;++o)for(var s,c=e[o],l=c.length,u=a[o]=[],h=0;h<l;++h)(s=c[h])&&t.call(s,s.__data__,h,c)&&u.push(s);return new r["a"](a,this._parents)}},function(t,e,n){"use strict";var r=n(99),i=n(445),a=n(476),o="$";function s(t,e,n,r,a,o){for(var s,c=0,l=e.length,u=o.length;c<u;++c)(s=e[c])?(s.__data__=o[c],r[c]=s):n[c]=new i["a"](t,o[c]);for(;c<l;++c)(s=e[c])&&(a[c]=s)}function c(t,e,n,r,a,s,c){var l,u,h,f={},d=e.length,p=s.length,v=new Array(d);for(l=0;l<d;++l)(u=e[l])&&(v[l]=h=o+c.call(u,u.__data__,l,e),h in f?a[l]=u:f[h]=u);for(l=0;l<p;++l)h=o+c.call(t,s[l],l,s),(u=f[h])?(r[l]=u,u.__data__=s[l],f[h]=null):n[l]=new i["a"](t,s[l]);for(l=0;l<d;++l)(u=e[l])&&f[v[l]]===u&&(a[l]=u)}e["a"]=function(t,e){if(!t)return m=new Array(this.size()),d=-1,this.each((function(t){m[++d]=t})),m;var n=e?c:s,i=this._parents,o=this._groups;"function"!==typeof t&&(t=Object(a["a"])(t));for(var l=o.length,u=new Array(l),h=new Array(l),f=new Array(l),d=0;d<l;++d){var p=i[d],v=o[d],g=v.length,m=t.call(p,p&&p.__data__,d,i),y=m.length,b=h[d]=new Array(y),_=u[d]=new Array(y),x=f[d]=new Array(g);n(p,v,b,_,x,m,e);for(var w,k,C=0,S=0;C<y;++C)if(w=b[C]){C>=S&&(S=C+1);while(!(k=_[S])&&++S<y);w._next=k||null}}return u=new r["a"](u,i),u._enter=h,u._exit=f,u}},function(t,e,n){"use strict";e["a"]=function(t){return function(){return t}}},function(t,e,n){"use strict";var r=n(446),i=n(99);e["a"]=function(){return new i["a"](this._exit||this._groups.map(r["a"]),this._parents)}},function(t,e,n){"use strict";e["a"]=function(t,e,n){var r=this.enter(),i=this,a=this.exit();return r="function"===typeof t?t(r):r.append(t+""),null!=e&&(i=e(i)),null==n?a.remove():n(a),r&&i?r.merge(i).order():i}},function(t,e,n){"use strict";var r=n(99);e["a"]=function(t){for(var e=this._groups,n=t._groups,i=e.length,a=n.length,o=Math.min(i,a),s=new Array(i),c=0;c<o;++c)for(var l,u=e[c],h=n[c],f=u.length,d=s[c]=new Array(f),p=0;p<f;++p)(l=u[p]||h[p])&&(d[p]=l);for(;c<i;++c)s[c]=e[c];return new r["a"](s,this._parents)}},function(t,e,n){"use strict";e["a"]=function(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var r,i=t[e],a=i.length-1,o=i[a];--a>=0;)(r=i[a])&&(o&&4^r.compareDocumentPosition(o)&&o.parentNode.insertBefore(r,o),o=r);return this}},function(t,e,n){"use strict";var r=n(99);function i(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}e["a"]=function(t){function e(e,n){return e&&n?t(e.__data__,n.__data__):!e-!n}t||(t=i);for(var n=this._groups,a=n.length,o=new Array(a),s=0;s<a;++s){for(var c,l=n[s],u=l.length,h=o[s]=new Array(u),f=0;f<u;++f)(c=l[f])&&(h[f]=c);h.sort(e)}return new r["a"](o,this._parents).order()}},function(t,e,n){"use strict";e["a"]=function(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this}},function(t,e,n){"use strict";e["a"]=function(){var t=new Array(this.size()),e=-1;return this.each((function(){t[++e]=this})),t}},function(t,e,n){"use strict";e["a"]=function(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,a=r.length;i<a;++i){var o=r[i];if(o)return o}return null}},function(t,e,n){"use strict";e["a"]=function(){var t=0;return this.each((function(){++t})),t}},function(t,e,n){"use strict";e["a"]=function(){return!this.node()}},function(t,e,n){"use strict";e["a"]=function(t){for(var e=this._groups,n=0,r=e.length;n<r;++n)for(var i,a=e[n],o=0,s=a.length;o<s;++o)(i=a[o])&&t.call(i,i.__data__,o,a);return this}},function(t,e,n){"use strict";var r=n(429);function i(t){return function(){this.removeAttribute(t)}}function a(t){return function(){this.removeAttributeNS(t.space,t.local)}}function o(t,e){return function(){this.setAttribute(t,e)}}function s(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function c(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttribute(t):this.setAttribute(t,n)}}function l(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}e["a"]=function(t,e){var n=Object(r["a"])(t);if(arguments.length<2){var u=this.node();return n.local?u.getAttributeNS(n.space,n.local):u.getAttribute(n)}return this.each((null==e?n.local?a:i:"function"===typeof e?n.local?l:c:n.local?s:o)(n,e))}},function(t,e,n){"use strict";function r(t){return function(){delete this[t]}}function i(t,e){return function(){this[t]=e}}function a(t,e){return function(){var n=e.apply(this,arguments);null==n?delete this[t]:this[t]=n}}e["a"]=function(t,e){return arguments.length>1?this.each((null==e?r:"function"===typeof e?a:i)(t,e)):this.node()[t]}},function(t,e,n){"use strict";function r(t){return t.trim().split(/^|\s+/)}function i(t){return t.classList||new a(t)}function a(t){this._node=t,this._names=r(t.getAttribute("class")||"")}function o(t,e){var n=i(t),r=-1,a=e.length;while(++r<a)n.add(e[r])}function s(t,e){var n=i(t),r=-1,a=e.length;while(++r<a)n.remove(e[r])}function c(t){return function(){o(this,t)}}function l(t){return function(){s(this,t)}}function u(t,e){return function(){(e.apply(this,arguments)?o:s)(this,t)}}a.prototype={add:function(t){var e=this._names.indexOf(t);e<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}},e["a"]=function(t,e){var n=r(t+"");if(arguments.length<2){var a=i(this.node()),o=-1,s=n.length;while(++o<s)if(!a.contains(n[o]))return!1;return!0}return this.each(("function"===typeof e?u:e?c:l)(n,e))}},function(t,e,n){"use strict";function r(){this.textContent=""}function i(t){return function(){this.textContent=t}}function a(t){return function(){var e=t.apply(this,arguments);this.textContent=null==e?"":e}}e["a"]=function(t){return arguments.length?this.each(null==t?r:("function"===typeof t?a:i)(t)):this.node().textContent}},function(t,e,n){"use strict";function r(){this.innerHTML=""}function i(t){return function(){this.innerHTML=t}}function a(t){return function(){var e=t.apply(this,arguments);this.innerHTML=null==e?"":e}}e["a"]=function(t){return arguments.length?this.each(null==t?r:("function"===typeof t?a:i)(t)):this.node().innerHTML}},function(t,e,n){"use strict";function r(){this.nextSibling&&this.parentNode.appendChild(this)}e["a"]=function(){return this.each(r)}},function(t,e,n){"use strict";function r(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}e["a"]=function(){return this.each(r)}},function(t,e,n){"use strict";var r=n(418);e["a"]=function(t){var e="function"===typeof t?t:Object(r["a"])(t);return this.select((function(){return this.appendChild(e.apply(this,arguments))}))}},function(t,e,n){"use strict";var r=n(418),i=n(431);function a(){return null}e["a"]=function(t,e){var n="function"===typeof t?t:Object(r["a"])(t),o=null==e?a:"function"===typeof e?e:Object(i["a"])(e);return this.select((function(){return this.insertBefore(n.apply(this,arguments),o.apply(this,arguments)||null)}))}},function(t,e,n){"use strict";function r(){var t=this.parentNode;t&&t.removeChild(this)}e["a"]=function(){return this.each(r)}},function(t,e,n){"use strict";function r(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function i(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}e["a"]=function(t){return this.select(t?i:r)}},function(t,e,n){"use strict";e["a"]=function(t){return arguments.length?this.property("__data__",t):this.node().__data__}},function(t,e,n){"use strict";var r=n(432);function i(t,e,n){var i=Object(r["a"])(t),a=i.CustomEvent;"function"===typeof a?a=new a(e,n):(a=i.document.createEvent("Event"),n?(a.initEvent(e,n.bubbles,n.cancelable),a.detail=n.detail):a.initEvent(e,!1,!1)),t.dispatchEvent(a)}function a(t,e){return function(){return i(this,t,e)}}function o(t,e){return function(){return i(this,t,e.apply(this,arguments))}}e["a"]=function(t,e){return this.each(("function"===typeof e?o:a)(t,e))}},function(t,e,n){"use strict";e["a"]=i;var r=0;function i(){return new a}function a(){this._="@"+(++r).toString(36)}a.prototype=i.prototype={constructor:a,get:function(t){var e=this._;while(!(e in t))if(!(t=t.parentNode))return;return t[e]},set:function(t,e){return t[this._]=e},remove:function(t){return this._ in t&&delete t[this._]},toString:function(){return this._}}},function(t,e,n){"use strict";var r=n(434),i=n(419);e["a"]=function(t){var e=Object(r["a"])();return e.changedTouches&&(e=e.changedTouches[0]),Object(i["a"])(t,e)}},function(t,e,n){"use strict";var r=n(99);e["a"]=function(t){return"string"===typeof t?new r["a"]([document.querySelectorAll(t)],[document.documentElement]):new r["a"]([null==t?[]:t],r["c"])}},function(t,e,n){"use strict";var r=n(434),i=n(419);e["a"]=function(t,e,n){arguments.length<3&&(n=e,e=Object(r["a"])().changedTouches);for(var a,o=0,s=e?e.length:0;o<s;++o)if((a=e[o]).identifier===n)return Object(i["a"])(t,a);return null}},function(t,e,n){"use strict";var r=n(434),i=n(419);e["a"]=function(t,e){null==e&&(e=Object(r["a"])().touches);for(var n=0,a=e?e.length:0,o=new Array(a);n<a;++n)o[n]=Object(i["a"])(t,e[n]);return o}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});n(507);var r=n(204);n.d(e,"transition",(function(){return r["b"]}));var i=n(543);n.d(e,"active",(function(){return i["a"]}));var a=n(448);n.d(e,"interrupt",(function(){return a["a"]}))},function(t,e,n){"use strict";var r=n(102),i=n(508),a=n(511);r["selection"].prototype.interrupt=i["a"],r["selection"].prototype.transition=a["a"]},function(t,e,n){"use strict";var r=n(448);e["a"]=function(t){return this.each((function(){Object(r["a"])(this,t)}))}},function(t,e,n){"use strict";var r=n(510);n.d(e,"a",(function(){return r["a"]}))},function(t,e,n){"use strict";var r={value:function(){}};function i(){for(var t,e=0,n=arguments.length,r={};e<n;++e){if(!(t=arguments[e]+"")||t in r||/[\s.]/.test(t))throw new Error("illegal type: "+t);r[t]=[]}return new a(r)}function a(t){this._=t}function o(t,e){return t.trim().split(/^|\s+/).map((function(t){var n="",r=t.indexOf(".");if(r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),t&&!e.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:n}}))}function s(t,e){for(var n,r=0,i=t.length;r<i;++r)if((n=t[r]).name===e)return n.value}function c(t,e,n){for(var i=0,a=t.length;i<a;++i)if(t[i].name===e){t[i]=r,t=t.slice(0,i).concat(t.slice(i+1));break}return null!=n&&t.push({name:e,value:n}),t}a.prototype=i.prototype={constructor:a,on:function(t,e){var n,r=this._,i=o(t+"",r),a=-1,l=i.length;if(!(arguments.length<2)){if(null!=e&&"function"!==typeof e)throw new Error("invalid callback: "+e);while(++a<l)if(n=(t=i[a]).type)r[n]=c(r[n],t.name,e);else if(null==e)for(n in r)r[n]=c(r[n],t.name,null);return this}while(++a<l)if((n=(t=i[a]).type)&&(n=s(r[n],t.name)))return n},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new a(t)},call:function(t,e){if((n=arguments.length-2)>0)for(var n,r,i=new Array(n),a=0;a<n;++a)i[a]=arguments[a+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(r=this._[t],a=0,n=r.length;a<n;++a)r[a].value.apply(e,i)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,a=r.length;i<a;++i)r[i].value.apply(e,n)}},e["a"]=i},function(t,e,n){"use strict";var r=n(204),i=n(58),a=n(103),o=n(101),s={time:null,delay:0,duration:250,ease:a["easeCubicInOut"]};function c(t,e){var n;while(!(n=t.__transition)||!(n=n[e]))if(!(t=t.parentNode))return s.time=Object(o["now"])(),s;return n}e["a"]=function(t){var e,n;t instanceof r["a"]?(e=t._id,t=t._name):(e=Object(r["c"])(),(n=s).time=Object(o["now"])(),t=null==t?null:t+"");for(var a=this._groups,l=a.length,u=0;u<l;++u)for(var h,f=a[u],d=f.length,p=0;p<d;++p)(h=f[p])&&Object(i["e"])(h,t,e,p,f,n||c(h,e));return new r["a"](a,this._parents,t,e)}},function(t,e,n){"use strict";var r=n(435),i=n(102),a=n(421),o=n(456);function s(t){return function(){this.removeAttribute(t)}}function c(t){return function(){this.removeAttributeNS(t.space,t.local)}}function l(t,e,n){var r,i,a=n+"";return function(){var o=this.getAttribute(t);return o===a?null:o===r?i:i=e(r=o,n)}}function u(t,e,n){var r,i,a=n+"";return function(){var o=this.getAttributeNS(t.space,t.local);return o===a?null:o===r?i:i=e(r=o,n)}}function h(t,e,n){var r,i,a;return function(){var o,s,c=n(this);if(null!=c)return o=this.getAttribute(t),s=c+"",o===s?null:o===r&&s===i?a:(i=s,a=e(r=o,c));this.removeAttribute(t)}}function f(t,e,n){var r,i,a;return function(){var o,s,c=n(this);if(null!=c)return o=this.getAttributeNS(t.space,t.local),s=c+"",o===s?null:o===r&&s===i?a:(i=s,a=e(r=o,c));this.removeAttributeNS(t.space,t.local)}}e["a"]=function(t,e){var n=Object(i["namespace"])(t),d="transform"===n?r["e"]:o["a"];return this.attrTween(t,"function"===typeof e?(n.local?f:h)(n,d,Object(a["b"])(this,"attr."+t,e)):null==e?(n.local?c:s)(n):(n.local?u:l)(n,d,e))}},function(t,e,n){"use strict"},function(t,e,n){"use strict";n(207)},function(t,e,n){"use strict"},function(t,e,n){"use strict";n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return s}));var r=n(420),i=n(517);function a(t,e,n,i){function a(t){return t.length?t.pop()+" ":""}function o(t,i,a,o,s,c){if(t!==a||i!==o){var l=s.push("translate(",null,e,null,n);c.push({i:l-4,x:Object(r["a"])(t,a)},{i:l-2,x:Object(r["a"])(i,o)})}else(a||o)&&s.push("translate("+a+e+o+n)}function s(t,e,n,o){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),o.push({i:n.push(a(n)+"rotate(",null,i)-2,x:Object(r["a"])(t,e)})):e&&n.push(a(n)+"rotate("+e+i)}function c(t,e,n,o){t!==e?o.push({i:n.push(a(n)+"skewX(",null,i)-2,x:Object(r["a"])(t,e)}):e&&n.push(a(n)+"skewX("+e+i)}function l(t,e,n,i,o,s){if(t!==n||e!==i){var c=o.push(a(o)+"scale(",null,",",null,")");s.push({i:c-4,x:Object(r["a"])(t,n)},{i:c-2,x:Object(r["a"])(e,i)})}else 1===n&&1===i||o.push(a(o)+"scale("+n+","+i+")")}return function(e,n){var r=[],i=[];return e=t(e),n=t(n),o(e.translateX,e.translateY,n.translateX,n.translateY,r,i),s(e.rotate,n.rotate,r,i),c(e.skewX,n.skewX,r,i),l(e.scaleX,e.scaleY,n.scaleX,n.scaleY,r,i),e=n=null,function(t){var e,n=-1,a=i.length;while(++n<a)r[(e=i[n]).i]=e.x(t);return r.join("")}}}var o=a(i["a"],"px, ","px)","deg)"),s=a(i["b"],", ",")",")")},function(t,e,n){"use strict";e["a"]=c,e["b"]=l;var r,i,a,o,s=n(518);function c(t){return"none"===t?s["b"]:(r||(r=document.createElement("DIV"),i=document.documentElement,a=document.defaultView),r.style.transform=t,t=a.getComputedStyle(i.appendChild(r),null).getPropertyValue("transform"),i.removeChild(r),t=t.slice(7,-1).split(","),Object(s["a"])(+t[0],+t[1],+t[2],+t[3],+t[4],+t[5]))}function l(t){return null==t?s["b"]:(o||(o=document.createElementNS("http://www.w3.org/2000/svg","g")),o.setAttribute("transform",t),(t=o.transform.baseVal.consolidate())?(t=t.matrix,Object(s["a"])(t.a,t.b,t.c,t.d,t.e,t.f)):s["b"])}},function(t,e,n){"use strict";n.d(e,"b",(function(){return i}));var r=180/Math.PI,i={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};e["a"]=function(t,e,n,i,a,o){var s,c,l;return(s=Math.sqrt(t*t+e*e))&&(t/=s,e/=s),(l=t*n+e*i)&&(n-=t*l,i-=e*l),(c=Math.sqrt(n*n+i*i))&&(n/=c,i/=c,l/=c),t*i<e*n&&(t=-t,e=-e,l=-l,s=-s),{translateX:a,translateY:o,rotate:Math.atan2(e,t)*r,skewX:Math.atan(l)*r,scaleX:s,scaleY:c}}},function(t,e,n){"use strict";Math.SQRT2},function(t,e,n){"use strict";var r=n(19),i=n(207);function a(t){return function(e,n){var a=t((e=Object(r["d"])(e)).h,(n=Object(r["d"])(n)).h),o=Object(i["a"])(e.s,n.s),s=Object(i["a"])(e.l,n.l),c=Object(i["a"])(e.opacity,n.opacity);return function(t){return e.h=a(t),e.s=o(t),e.l=s(t),e.opacity=c(t),e+""}}}a(i["c"]),a(i["a"])},function(t,e,n){"use strict";n(19),n(207)},function(t,e,n){"use strict";var r=n(19),i=n(207);function a(t){return function(e,n){var a=t((e=Object(r["c"])(e)).h,(n=Object(r["c"])(n)).h),o=Object(i["a"])(e.c,n.c),s=Object(i["a"])(e.l,n.l),c=Object(i["a"])(e.opacity,n.opacity);return function(t){return e.h=a(t),e.c=o(t),e.l=s(t),e.opacity=c(t),e+""}}}a(i["c"]),a(i["a"])},function(t,e,n){"use strict";var r=n(19),i=n(207);function a(t){return function e(n){function a(e,a){var o=t((e=Object(r["b"])(e)).h,(a=Object(r["b"])(a)).h),s=Object(i["a"])(e.s,a.s),c=Object(i["a"])(e.l,a.l),l=Object(i["a"])(e.opacity,a.opacity);return function(t){return e.h=o(t),e.s=s(t),e.l=c(Math.pow(t,n)),e.opacity=l(t),e+""}}return n=+n,a.gamma=e,a}(1)}a(i["c"]),a(i["a"])},function(t,e,n){"use strict"},function(t,e,n){"use strict"},function(t,e,n){"use strict";var r=n(102);function i(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function a(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function o(t,e){var n,r;function i(){var i=e.apply(this,arguments);return i!==r&&(n=(r=i)&&a(t,i)),n}return i._value=e,i}function s(t,e){var n,r;function a(){var a=e.apply(this,arguments);return a!==r&&(n=(r=a)&&i(t,a)),n}return a._value=e,a}e["a"]=function(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==e)return this.tween(n,null);if("function"!==typeof e)throw new Error;var i=Object(r["namespace"])(t);return this.tween(n,(i.local?o:s)(i,e))}},function(t,e,n){"use strict";var r=n(58);function i(t,e){return function(){Object(r["g"])(this,t).delay=+e.apply(this,arguments)}}function a(t,e){return e=+e,function(){Object(r["g"])(this,t).delay=e}}e["a"]=function(t){var e=this._id;return arguments.length?this.each(("function"===typeof t?i:a)(e,t)):Object(r["f"])(this.node(),e).delay}},function(t,e,n){"use strict";var r=n(58);function i(t,e){return function(){Object(r["h"])(this,t).duration=+e.apply(this,arguments)}}function a(t,e){return e=+e,function(){Object(r["h"])(this,t).duration=e}}e["a"]=function(t){var e=this._id;return arguments.length?this.each(("function"===typeof t?i:a)(e,t)):Object(r["f"])(this.node(),e).duration}},function(t,e,n){"use strict";var r=n(58);function i(t,e){if("function"!==typeof e)throw new Error;return function(){Object(r["h"])(this,t).ease=e}}e["a"]=function(t){var e=this._id;return arguments.length?this.each(i(e,t)):Object(r["f"])(this.node(),e).ease}},function(t,e,n){"use strict";var r=n(102),i=n(204);e["a"]=function(t){"function"!==typeof t&&(t=Object(r["matcher"])(t));for(var e=this._groups,n=e.length,a=new Array(n),o=0;o<n;++o)for(var s,c=e[o],l=c.length,u=a[o]=[],h=0;h<l;++h)(s=c[h])&&t.call(s,s.__data__,h,c)&&u.push(s);return new i["a"](a,this._parents,this._name,this._id)}},function(t,e,n){"use strict";var r=n(204);e["a"]=function(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,i=e.length,a=n.length,o=Math.min(i,a),s=new Array(i),c=0;c<o;++c)for(var l,u=e[c],h=n[c],f=u.length,d=s[c]=new Array(f),p=0;p<f;++p)(l=u[p]||h[p])&&(d[p]=l);for(;c<i;++c)s[c]=e[c];return new r["a"](s,this._parents,this._name,this._id)}},function(t,e,n){"use strict";var r=n(58);function i(t){return(t+"").trim().split(/^|\s+/).every((function(t){var e=t.indexOf(".");return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}function a(t,e,n){var a,o,s=i(e)?r["g"]:r["h"];return function(){var r=s(this,t),i=r.on;i!==a&&(o=(a=i).copy()).on(e,n),r.on=o}}e["a"]=function(t,e){var n=this._id;return arguments.length<2?Object(r["f"])(this.node(),n).on.on(t):this.each(a(n,t,e))}},function(t,e,n){"use strict";function r(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}e["a"]=function(){return this.on("end.remove",r(this._id))}},function(t,e,n){"use strict";var r=n(102),i=n(204),a=n(58);e["a"]=function(t){var e=this._name,n=this._id;"function"!==typeof t&&(t=Object(r["selector"])(t));for(var o=this._groups,s=o.length,c=new Array(s),l=0;l<s;++l)for(var u,h,f=o[l],d=f.length,p=c[l]=new Array(d),v=0;v<d;++v)(u=f[v])&&(h=t.call(u,u.__data__,v,f))&&("__data__"in u&&(h.__data__=u.__data__),p[v]=h,Object(a["e"])(p[v],e,n,v,p,Object(a["f"])(u,n)));return new i["a"](c,this._parents,e,n)}},function(t,e,n){"use strict";var r=n(102),i=n(204),a=n(58);e["a"]=function(t){var e=this._name,n=this._id;"function"!==typeof t&&(t=Object(r["selectorAll"])(t));for(var o=this._groups,s=o.length,c=[],l=[],u=0;u<s;++u)for(var h,f=o[u],d=f.length,p=0;p<d;++p)if(h=f[p]){for(var v,g=t.call(h,h.__data__,p,f),m=Object(a["f"])(h,n),y=0,b=g.length;y<b;++y)(v=g[y])&&Object(a["e"])(v,e,n,y,g,m);c.push(g),l.push(h)}return new i["a"](c,l,e,n)}},function(t,e,n){"use strict";var r=n(102),i=r["selection"].prototype.constructor;e["a"]=function(){return new i(this._groups,this._parents)}},function(t,e,n){"use strict";var r=n(435),i=n(102),a=n(58),o=n(421),s=n(456);function c(t,e){var n,r,a;return function(){var o=Object(i["style"])(this,t),s=(this.style.removeProperty(t),Object(i["style"])(this,t));return o===s?null:o===n&&s===r?a:a=e(n=o,r=s)}}function l(t){return function(){this.style.removeProperty(t)}}function u(t,e,n){var r,a,o=n+"";return function(){var s=Object(i["style"])(this,t);return s===o?null:s===r?a:a=e(r=s,n)}}function h(t,e,n){var r,a,o;return function(){var s=Object(i["style"])(this,t),c=n(this),l=c+"";return null==c&&(this.style.removeProperty(t),l=c=Object(i["style"])(this,t)),s===l?null:s===r&&l===a?o:(a=l,o=e(r=s,c))}}function f(t,e){var n,r,i,o,s="style."+e,c="end."+s;return function(){var u=Object(a["h"])(this,t),h=u.on,f=null==u.value[s]?o||(o=l(e)):void 0;h===n&&i===f||(r=(n=h).copy()).on(c,i=f),u.on=r}}e["a"]=function(t,e,n){var i="transform"===(t+="")?r["d"]:s["a"];return null==e?this.styleTween(t,c(t,i)).on("end.style."+t,l(t)):"function"===typeof e?this.styleTween(t,h(t,i,Object(o["b"])(this,"style."+t,e))).each(f(this._id,t)):this.styleTween(t,u(t,i,e),n).on("end.style."+t,null)}},function(t,e,n){"use strict";function r(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}function i(t,e,n){var i,a;function o(){var o=e.apply(this,arguments);return o!==a&&(i=(a=o)&&r(t,o,n)),i}return o._value=e,o}e["a"]=function(t,e,n){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==e)return this.tween(r,null);if("function"!==typeof e)throw new Error;return this.tween(r,i(t,e,null==n?"":n))}},function(t,e,n){"use strict";var r=n(421);function i(t){return function(){this.textContent=t}}function a(t){return function(){var e=t(this);this.textContent=null==e?"":e}}e["a"]=function(t){return this.tween("text","function"===typeof t?a(Object(r["b"])(this,"text",t)):i(null==t?"":t+""))}},function(t,e,n){"use strict";function r(t){return function(e){this.textContent=t.call(this,e)}}function i(t){var e,n;function i(){var i=t.apply(this,arguments);return i!==n&&(e=(n=i)&&r(i)),e}return i._value=t,i}e["a"]=function(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(null==t)return this.tween(e,null);if("function"!==typeof t)throw new Error;return this.tween(e,i(t))}},function(t,e,n){"use strict";var r=n(204),i=n(58);e["a"]=function(){for(var t=this._name,e=this._id,n=Object(r["c"])(),a=this._groups,o=a.length,s=0;s<o;++s)for(var c,l=a[s],u=l.length,h=0;h<u;++h)if(c=l[h]){var f=Object(i["f"])(c,e);Object(i["e"])(c,t,n,h,l,{time:f.time+f.delay+f.duration,delay:0,duration:f.duration,ease:f.ease})}return new r["a"](a,this._parents,t,n)}},function(t,e,n){"use strict";var r=n(58);e["a"]=function(){var t,e,n=this,i=n._id,a=n.size();return new Promise((function(o,s){var c={value:s},l={value:function(){0===--a&&o()}};n.each((function(){var n=Object(r["h"])(this,i),a=n.on;a!==t&&(e=(t=a).copy(),e._.cancel.push(c),e._.interrupt.push(c),e._.end.push(l)),n.on=e}))}))}},function(t,e,n){"use strict";var r=n(204),i=n(58),a=[null];e["a"]=function(t,e){var n,o,s=t.__transition;if(s)for(o in e=null==e?null:e+"",s)if((n=s[o]).state>i["c"]&&n.name===e)return new r["a"]([[t]],a,e,+o);return null}},function(t,e,n){var r=n(0),i=n(21),a=n(57),o=n(8),s=r.PathUtil;function c(t){var e=o.shape.venn,n=r.mix({},e,t.style);return a.addFillAttrs(n,t),n}function l(t){var e=o.shape.hollowVenn,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),n}var u=i.registerFactory("venn",{defaultShapeType:"venn",getActiveCfg:function(t,e){var n=e.lineWidth||1;if("hollow"===t)return{lineWidth:n+1};var r=e.fillOpacity||e.opacity||1;return{fillOpacity:r-.08}},getSelectedCfg:function(t,e){return e&&e.style?e.style:this.getActiveCfg(t,e)}});i.registerShape("venn","venn",{draw:function(t,e){var n=t.origin._origin,i=n.path,a=c(t),o=s.parsePathString(i),l=e.addShape("path",{attrs:r.mix(a,{path:o})});return l},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},c(t))}}),i.registerShape("venn","hollow",{draw:function(t,e){var n=t.origin._origin,i=n.path,a=l(t),o=s.parsePathString(i),c=e.addShape("path",{attrs:r.mix(a,{path:o})});return c},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},c(t))}}),t.exports=u},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(23),s=n(0),c=n(415);n(546);var l=function(t){i(n,t);var e=n.prototype;function n(e){var n;return n=t.call(this,e)||this,s.assign(r(n),c),n}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="violin",e.shapeType="violin",e.generatePoints=!0,e},e.createShapePointsCfg=function(e){var n=this,r=t.prototype.createShapePointsCfg.call(this,e);r.size=n.getNormalizedSize(e);var i=n.get("_sizeField");return r._size=e._origin[i],r},e.clearInner=function(){t.prototype.clearInner.call(this),this.set("defaultSize",null)},e._initAttrs=function(){var e=this,n=e.get("attrOptions"),r=n.size?n.size.field:e.get("_sizeField")?e.get("_sizeField"):"size";e.set("_sizeField",r),delete n.size,t.prototype._initAttrs.call(this)},n}(o),u=function(t){function e(){return t.apply(this,arguments)||this}i(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.hasDefaultAdjust=!0,e.adjusts=[{type:"dodge"}],e},e}(l);l.Dodge=u,o.Violin=l,o.ViolinDodge=u,t.exports=l},function(t,e,n){var r=n(0),i=n(21),a=n(57),o=n(8),s=n(25);function c(t){var e=o.shape.venn,n=r.mix({},e,t.style);return a.addFillAttrs(n,t),t.color&&(n.stroke=n.stroke||t.color),n}function l(t){var e=o.shape.hollowVenn,n=r.mix({},e,t.style);return a.addStrokeAttrs(n,t),n}function u(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];if(r){var i=0===n?"M":"L";e.push([i,r.x,r.y])}}var a=t[0];return a&&(e.push(["L",a.x,a.y]),e.push(["z"])),e}function h(t){for(var e=t.length/2,n=[],r=[],i=0;i<t.length;i++)i<e?n.push(t[i]):r.push(t[i]);var a=s.getSplinePath(n,!1),o=s.getSplinePath(r,!1);r.length&&a.push(["L",r[0].x,r[0].y]),o.shift();var c=a.concat(o);return n.length&&c.push(["L",n[0].x,n[0].y]),c.push(["z"]),c}function f(t){var e=Math.max.apply(null,t);return t.map((function(t){return t/e}))}var d=i.registerFactory("violin",{defaultShapeType:"violin",getDefaultPoints:function(t){var e=t.size/2,n=[],i=f(t._size);return r.each(t.y,(function(r,a){var o=i[a]*e,s=0===a,c=a===t.y.length-1;n.push({isMin:s,isMax:c,x:t.x-o,y:r}),n.unshift({isMin:s,isMax:c,x:t.x+o,y:r})})),n},getActiveCfg:function(t,e){var n=e.lineWidth||1;if("hollow"===t)return{lineWidth:n+1};var r=e.fillOpacity||e.opacity||1;return{fillOpacity:r-.08}},getSelectedCfg:function(t,e){return e&&e.style?e.style:this.getActiveCfg(t,e)}});i.registerShape("violin","violin",{draw:function(t,e){var n=c(t),i=u(t.points);i=this.parsePath(i);var a=e.addShape("path",{attrs:r.mix(n,{path:i})});return a},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},c(t))}}),i.registerShape("violin","smooth",{draw:function(t,e){var n=c(t),i=h(t.points);i=this.parsePath(i);var a=e.addShape("path",{attrs:r.mix(n,{path:i})});return a},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},c(t))}}),i.registerShape("violin","hollow",{draw:function(t,e){var n=l(t),i=u(t.points);i=this.parsePath(i);var a=e.addShape("path",{attrs:r.mix(n,{path:i})});return a},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},l(t))}}),i.registerShape("violin","smoothHollow",{draw:function(t,e){var n=l(t),i=h(t.points);i=this.parsePath(i);var a=e.addShape("path",{attrs:r.mix(n,{path:i})});return a},getMarkerCfg:function(t){return r.mix({symbol:"circle",radius:4},l(t))}}),t.exports=d},function(t,e,n){var r=n(0),i=n(163),a={};a.Rect=n(457),a.List=n(458),a.Circle=n(548),a.Tree=n(549),a.Mirror=n(550),a.Matrix=n(551),i.prototype.facet=function(t,e){var n=a[r.upperFirst(t)];if(!n)throw new Error("Not support such type of facets as: "+t);var i=this.get("facets");i&&i.destroy(),e.chart=this;var o=new n(e);this.set("facets",o)},t.exports=a},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(422);function o(t,e,n){return{x:t.x+e*Math.cos(n),y:t.y+e*Math.sin(n)}}var s=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="circle",e},n.getRegion=function(t,e){var n=.5,r=2*Math.PI/t,i=-1*Math.PI/2+r*e,a=n/(1+1/Math.sin(r/2)),s={x:.5,y:.5},c=o(s,n-a,i),l=5*Math.PI/4,u=1*Math.PI/4;return{start:o(c,a,l),end:o(c,a,u)}},n.generateFacets=function(t){var e=this,n=e.fields,r=n[0];if(!r)throw"Please specify for the field for facet!";var i=e.getFieldValues(r,t),a=i.length,o=[];return i.forEach((function(n,s){var c=[{field:r,value:n,values:i}],l=e.getFilter(c),u=t.filter(l),h={type:e.type,colValue:n,colField:r,colIndex:s,cols:a,rows:1,rowIndex:0,data:u,region:e.getRegion(a,s)};o.push(h)})),o},e}(a);t.exports=s},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(422),o=n(0),s=o.assign,c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="tree",e.line={lineWidth:1,stroke:"#ddd"},e.lineSmooth=!1,e},n.generateFacets=function(t){var e=this,n=e.fields;if(!n.length)throw"Please specify for the fields for facet!";var r=[],i=e.getRootFacet(t);return r.push(i),i.children=e.getChildFacets(t,1,r),e.setRegion(r),r},n.getRootFacet=function(t){var e=this,n={type:e.type,rows:e.getRows(),rowIndex:0,colIndex:0,colValue:e.rootTitle,data:t};return n},n.getRows=function(){return this.fields.length+1},n.getChildFacets=function(t,e,n){var r=this,i=r.fields,a=i.length;if(!(a<e)){var o=[],s=i[e-1],c=r.getFieldValues(s,t);return c.forEach((function(i,a){var l=[{field:s,value:i,values:c}],u=r.getFilter(l),h=t.filter(u);if(h.length){var f={type:r.type,colValue:i,colField:s,colIndex:a,rows:r.getRows(),rowIndex:e,data:h,children:r.getChildFacets(h,e+1,n)};o.push(f),n.push(f)}})),o}},n.setRegion=function(t){var e=this;e.forceColIndex(t),t.forEach((function(t){t.region=e.getRegion(t.rows,t.cols,t.colIndex,t.rowIndex)}))},n.forceColIndex=function(t){var e=this,n=[],r=0;t.forEach((function(t){e.isLeaf(t)&&(n.push(t),t.colIndex=r,r++)})),n.forEach((function(t){t.cols=n.length}));for(var i=e.fields.length,a=i-1;a>=0;a--)for(var o=e.getFacetsByLevel(t,a),s=0;s<o.length;s++){var c=o[s];e.isLeaf(c)||(c.originColIndex=c.colIndex,c.colIndex=e.getRegionIndex(c.children),c.cols=n.length)}},n.getFacetsByLevel=function(t,e){var n=[];return t.forEach((function(t){t.rowIndex===e&&n.push(t)})),n},n.getRegion=function(t,e,n,r){var i=1/e,a=1/t,o={x:i*n,y:a*r},s={x:o.x+i,y:o.y+2*a/3};return{start:o,end:s}},n.getRegionIndex=function(t){var e=t[0],n=t[t.length-1];return(n.colIndex-e.colIndex)/2+e.colIndex},n.isLeaf=function(t){return!t.children||!t.children.length},n.setXAxis=function(t,e,n){n.rowIndex!==n.rows-1&&(e[t].label=null,e[t].title=null)},n.setYAxis=function(t,e,n){0!==n.originColIndex&&0!==n.colIndex&&(e[t].title=null,e[t].label=null)},n.onPaint=function(){t.prototype.onPaint.call(this),this.group.clear(),this.facets&&this.line&&this.drawLines(this.facets,this.group)},n.drawLines=function(t,e){var n=this,r=e.addGroup();t.forEach((function(t){if(!n.isLeaf(t)){var e=t.children;n._addFacetLines(t,e,r)}}))},n._addFacetLines=function(t,e,n){var r=this,i=t.view,a=i.getViewRegion(),o={x:a.start.x+(a.end.x-a.start.x)/2,y:a.start.y};e.forEach((function(t){var e=t.view.getViewRegion(),i={x:e.start.x+(e.end.x-e.start.x)/2,y:e.end.y},a={x:o.x,y:o.y+(i.y-o.y)/2},s={x:i.x,y:a.y};r._drawLine([o,a,s,i],n)}))},n._getPath=function(t){var e=this,n=[],r=e.lineSmooth;return r?(n.push(["M",t[0].x,t[0].y]),n.push(["C",t[1].x,t[1].y,t[2].x,t[2].y,t[3].x,t[3].y])):t.forEach((function(t,e){0===e?n.push(["M",t.x,t.y]):n.push(["L",t.x,t.y])})),n},n._drawLine=function(t,e){var n=this,r=n._getPath(t),i=n.line;e.addShape("path",{attrs:s({path:r},i)})},e}(a);t.exports=c},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(458),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="mirror",this.transpose=!1,e},n.init=function(){var e=this;e.transpose?(e.cols=2,e.rows=1):(e.cols=1,e.rows=2),t.prototype.init.call(this)},n.beforeProcessView=function(t,e){this.transpose?e.colIndex%2===0?t.coord().transpose().scale(-1,1):t.coord().transpose():e.rowIndex%2!==0&&t.coord().scale(1,-1)},n.renderTitle=function(t,e){this.transpose?this.drawColTitle(t,e):this.drawRowTitle(t,e)},n.setXAxis=function(t,e,n){1!==n.colIndex&&1!==n.rowIndex||(e[t].label=null,e[t].title=null)},n.setYAxis=function(){},e}(a);t.exports=o},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(457),o=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return e.type="matrix",e.showTitle=!1,e},n.generateFacets=function(t){for(var e=this,n=e.fields,r=n.length,i=r,a=[],o=0;o<i;o++)for(var s=n[o],c=0;c<r;c++){var l=n[c],u={type:e.type,colValue:s,rowValue:l,colField:s,rowField:l,colIndex:o,rowIndex:c,cols:i,rows:r,data:t,region:e.getRegion(r,i,o,c)};a.push(u)}return a},n.setXAxis=function(t,e,n){n.rowIndex!==n.rows-1&&(e[t].title=null,e[t].label=null)},n.setYAxis=function(t,e,n){0!==n.colIndex&&(e[t].title=null,e[t].label=null)},e}(a);t.exports=o},function(t,e,n){var r=n(206),i=n(163),a=n(0),o={Base:n(205),Brush:n(553),Drag:n(554),ScrollBar:n(556),ShapeSelect:n(558),Slider:n(559),Zoom:n(561)};r._Interactions={},r.registerInteraction=function(t,e){r._Interactions[t]=e},r.getInteraction=function(t){return r._Interactions[t]},i.prototype.getInteractions=function(){var t=this;return t._interactions||(t._interactions={}),t._interactions},i.prototype._setInteraction=function(t,e){var n=this,r=n.getInteractions();r[t]&&r[t]!==e&&r[t].destroy(),r[t]=e},i.prototype.clearInteraction=function(t){var e=this,n=e.getInteractions();t?(n[t]&&(n[t]._reset(),n[t].destroy()),delete n[t]):a.each(n,(function(t,e){t._reset(),t.destroy(),delete n[e]}))},i.prototype.interact=i.prototype.interaction=function(t,e){var n=this,i=r.getInteraction(t),a=new i(e,n);return n._setInteraction(t,a),n},r.registerInteraction("brush",o.Brush),r.registerInteraction("Brush",o.Brush),r.registerInteraction("drag",o.Drag),r.registerInteraction("Drag",o.Drag),r.registerInteraction("zoom",o.Zoom),r.registerInteraction("Zoom",o.Zoom),r.registerInteraction("scroll-bar",o.ScrollBar),r.registerInteraction("ScrollBar",o.ScrollBar),r.registerInteraction("shape-select",o.ShapeSelect),r.registerInteraction("ShapeSelect",o.ShapeSelect),r.registerInteraction("slider",o.Slider),r.registerInteraction("Slider",o.Slider),t.exports=o},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(0),s=n(205),c=["X","Y","XY","POLYGON"],l="XY",u=function(t){i(n,t);var e=n.prototype;function n(e,n){var i;i=t.call(this,e,n)||this;var a=r(i);a.filter=!a.draggable,a.type=a.type.toUpperCase(),a.chart=n,c.includes(a.type)||(a.type=l);var o,s=a.canvas;s&&(s.get("children").map((function(t){return"plotBack"===t.get("type")?(o=t.get("plotRange"),!1):t})),a.plot={start:o.bl,end:o.tr});if(n){var u=n.get("coord");a.plot={start:u.start,end:u.end},n.on("afterrender",(function(){a.plot={start:u.start,end:u.end}})),a.isTransposed=u.isTransposed;var h=n._getScales("x"),f=n._getScales("y");a.xScale=a.xField?h[a.xField]:n.getXScale(),a.yScale=a.yField?f[a.yField]:n.getYScales()[0]}return i}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{type:l,startPoint:null,brushing:!1,dragging:!1,brushShape:null,container:null,polygonPath:null,style:{fill:"#C5D4EB",opacity:.3,lineWidth:1,stroke:"#82A6DD"},draggable:!1,dragOffX:0,dragOffY:0,inPlot:!0,xField:null,yField:null})},e.start=function(t){var e=this,n=e.canvas,r=e.type,i=e.brushShape;if(r){e.brushing&&e.end(t);var a={x:t.offsetX,y:t.offsetY};if(a.x){var o=e.plot&&e.inPlot,s=n.get("canvasDOM"),c=n.get("pixelRatio");if(e.selection&&(e.selection=null),e.draggable&&i&&!i.get("destroyed")){if(i.isHit(a.x*c,a.y*c)){if(s.style.cursor="move",e.selection=i,e.dragging=!0,"X"===r)e.dragoffX=a.x-i.attr("x"),e.dragoffY=0;else if("Y"===r)e.dragoffX=0,e.dragoffY=a.y-i.attr("y");else if("XY"===r)e.dragoffX=a.x-i.attr("x"),e.dragoffY=a.y-i.attr("y");else if("POLYGON"===r){var l=i.getBBox();e.dragoffX=a.x-l.minX,e.dragoffY=a.y-l.minY}e.onDragstart&&e.onDragstart(t)}e.prePoint=a}if(!e.dragging){e.onBrushstart&&e.onBrushstart(a);var u=e.container;if(o){var h=e.plot,f=h.start,d=h.end;if(a.x<f.x||a.x>d.x||a.y<d.y||a.y>f.y)return}s.style.cursor="crosshair",e.startPoint=a,e.brushShape=null,e.brushing=!0,u?u.clear():(u=n.addGroup({zIndex:5}),u.initTransform()),e.container=u,"POLYGON"===r&&(e.polygonPath="M "+a.x+" "+a.y)}}}},e.process=function(t){var e=this,n=e.brushing,r=e.dragging,i=e.type,a=e.plot,s=e.startPoint,c=e.xScale,l=e.yScale,u=e.canvas;if(n||r){var h={x:t.offsetX,y:t.offsetY},f=u.get("canvasDOM");if(n){f.style.cursor="crosshair";var d,p,v,g,m=a.start,y=a.end,b=e.polygonPath,_=e.brushShape,x=e.container;e.plot&&e.inPlot&&(h=e._limitCoordScope(h)),"Y"===i?(d=m.x,p=h.y>=s.y?s.y:h.y,v=Math.abs(m.x-y.x),g=Math.abs(s.y-h.y)):"X"===i?(d=h.x>=s.x?s.x:h.x,p=y.y,v=Math.abs(s.x-h.x),g=Math.abs(y.y-m.y)):"XY"===i?(h.x>=s.x?(d=s.x,p=h.y>=s.y?s.y:h.y):(d=h.x,p=h.y>=s.y?s.y:h.y),v=Math.abs(s.x-h.x),g=Math.abs(s.y-h.y)):"POLYGON"===i&&(b+="L "+h.x+" "+h.y,e.polygonPath=b,_?!_.get("destroyed")&&_.attr(o.mix({},_._attrs,{path:b})):_=x.addShape("path",{attrs:o.mix(e.style,{path:b})})),"POLYGON"!==i&&(_?!_.get("destroyed")&&_.attr(o.mix({},_._attrs,{x:d,y:p,width:v,height:g})):_=x.addShape("rect",{attrs:o.mix(e.style,{x:d,y:p,width:v,height:g})})),e.brushShape=_}else if(r){f.style.cursor="move";var w=e.selection;if(w&&!w.get("destroyed"))if("POLYGON"===i){var k=e.prePoint;e.selection.translate(h.x-k.x,h.y-k.y)}else e.dragoffX&&w.attr("x",h.x-e.dragoffX),e.dragoffY&&w.attr("y",h.y-e.dragoffY)}e.prePoint=h,u.draw();var C=e._getSelected(),S=C.data,T=C.shapes,O=C.xValues,M=C.yValues,E={data:S,shapes:T};c&&(E[c.field]=O),l&&(E[l.field]=M),o.mix(t,E),E.x=h.x,E.y=h.y,e.onDragmove&&e.onDragmove(E),e.onBrushmove&&e.onBrushmove(E)}},e.end=function(t){var e=this;if(e.brushing||e.dragging){var n=e.data,r=e.shapes,i=e.xValues,a=e.yValues,s=e.canvas,c=e.type,l=e.startPoint,u=e.chart,h=e.container,f=e.xScale,d=e.yScale,p=t.offsetX,v=t.offsetY,g=s.get("canvasDOM");if(g.style.cursor="default",null!==l){if(Math.abs(l.x-p)<=1&&Math.abs(l.y-v)<=1)return e.brushing=!1,e.dragging=!1,h.clear(),void s.draw();var m={data:n,shapes:r};if(f&&(m[f.field]=i),d&&(m[d.field]=a),o.mix(t,m),m.x=p,m.y=v,e.dragging)e.dragging=!1,e.onDragend&&e.onDragend(m);else if(e.brushing){e.brushing=!1;var y=e.brushShape,b=e.polygonPath;"POLYGON"===c&&(b+="z",y&&!y.get("destroyed")&&y.attr(o.mix({},y._attrs,{path:b})),e.polygonPath=b,s.draw()),e.onBrushend?e.onBrushend(m):u&&e.filter&&(h.clear(),!e.isTransposed&&"X"===c||e.isTransposed&&"Y"===c?f&&u.filter(f.field,(function(t){return i.indexOf(t)>-1})):(!e.isTransposed&&"Y"===c||e.isTransposed&&"X"===c||f&&u.filter(f.field,(function(t){return i.indexOf(t)>-1})),d&&u.filter(d.field,(function(t){return a.indexOf(t)>-1}))),u.repaint())}}}},e.reset=function(){var t=this,e=t.chart,n=t.filter,r=t.brushShape,i=t.canvas;this._init(),e&&n&&(e.get("options").filters={},e.repaint()),r&&(r.destroy(),i.draw())},e._limitCoordScope=function(t){var e=this.plot,n=e.start,r=e.end;return t.x<n.x&&(t.x=n.x),t.x>r.x&&(t.x=r.x),t.y<r.y&&(t.y=r.y),t.y>n.y&&(t.y=n.y),t},e._getSelected=function(){var t=this,e=t.chart,n=t.xScale,r=t.yScale,i=t.brushShape,a=t.canvas,o=a.get("pixelRatio"),s=[],c=[],l=[],u=[];if(e){var h=e.get("geoms");h.map((function(t){var e=t.getShapes();return e.map((function(t){var e=t.get("origin");return Array.isArray(e)||(e=[e]),e.map((function(e){if(i.isHit(e.x*o,e.y*o)){s.push(t);var a=e._origin;u.push(a),n&&c.push(a[n.field]),r&&l.push(a[r.field])}return e})),t})),t}))}return t.shapes=s,t.xValues=c,t.yValues=l,t.data=u,a.draw(),{data:u,xValues:c,yValues:l,shapes:s}},n}(s);t.exports=u},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(0),s=n(205),c=n(555),l=n(440),u=n(441),h=864e5,f=["X","Y","XY"],d="X",p=function(t){i(n,t);var e=n.prototype;function n(e,n){var i;i=t.call(this,e,n)||this;var a=r(i);a.type=a.type.toUpperCase(),a.chart=n,a.coord=n.get("coord");var s=a.data=n.get("data");c(n);var l=n.getYScales(),h=n.getXScale();l.push(h);var p=n.get("scaleController");return l.forEach((function(t){var e=t.field;a.limitRange[e]=u(s,t);var n=p.defs[e]||{};a.originScaleDefsByField[e]=o.mix(n,{nice:!!n.nice}),t.isLinear&&(a.stepByField[e]=(t.max-t.min)*a.stepRatio)})),f.includes(a.type)||(a.type=d),a._disableTooltip(),i}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{type:d,stepRatio:.05,limitRange:{},stepByField:{},threshold:20,originScaleDefsByField:{},previousPoint:null,isDragging:!1})},e._disableTooltip=function(){var t=this,e=t.chart,n=e.get("tooltipController");n&&(t._showTooltip=!0,e.tooltip(!1))},e._enableTooltip=function(t){var e=this,n=e.chart;e._showTooltip&&(n.tooltip(!0),n.showTooltip(t))},e._applyTranslate=function(t,e,n){void 0===e&&(e=0);var r=this;t.isLinear?r._translateLinearScale(t,e,n):r._translateCatScale(t,e,n)},e._translateCatScale=function(t,e,n){var r=this,i=r.chart,a=t.type,s=t.field,c=t.values,u=t.ticks,f=l(i,s),d=r.limitRange[s],p=e/n,v=c.length,g=Math.max(1,Math.abs(parseInt(p*v))),m=d.indexOf(c[0]),y=d.indexOf(c[v-1]);if(e>0&&m>=0){for(var b=0;b<g&&m>0;b++)m-=1,y-=1;var _=d.slice(m,y+1),x=null;if("timeCat"===a){for(var w=u.length>2?u[1]-u[0]:h,k=u[0]-w;k>=_[0];k-=w)u.unshift(k);x=u}i.scale(s,o.mix({},f,{values:_,ticks:x}))}else if(e<0&&y<=d.length-1){for(var C=0;C<g&&y<d.length-1;C++)m+=1,y+=1;var S=d.slice(m,y+1),T=null;if("timeCat"===a){for(var O=u.length>2?u[1]-u[0]:h,M=u[u.length-1]+O;M<=S[S.length-1];M+=O)u.push(M);T=u}i.scale(s,o.mix({},f,{values:S,ticks:T}))}},e._translateLinearScale=function(t,e,n){var r=this,i=r.chart,a=r.limitRange,s=t.min,c=t.max,u=t.field;if(s!==a[u].min||c!==a[u].max){var h=e/n,f=c-s,d=l(i,u);i.scale(u,o.mix({},d,{nice:!1,min:s+h*f,max:c+h*f}))}},e.start=function(t){var e=this,n=e.canvas,r=n.get("canvasDOM");r.style.cursor="pointer",e.isDragging=!0,e.previousPoint={x:t.x,y:t.y},e._disableTooltip()},e.process=function(t){var e=this;if(e.isDragging){var n=e.chart,r=e.type,i=e.canvas,a=e.coord,o=e.threshold,s=i.get("canvasDOM");s.style.cursor="move";var c=e.previousPoint,l=t,u=l.x-c.x,h=l.y-c.y,f=!1;if(Math.abs(u)>o&&r.indexOf("X")>-1){f=!0;var d=n.getXScale();e._applyTranslate(d,d.isLinear?-u:u,a.width)}if(Math.abs(h)>o&&r.indexOf("Y")>-1){f=!0;var p=n.getYScales();p.forEach((function(t){e._applyTranslate(t,l.y-c.y,a.height)}))}f&&(e.previousPoint=l,n.repaint())}},e.end=function(t){var e=this;e.isDragging=!1;var n=e.canvas,r=n.get("canvasDOM");r.style.cursor="default",e._enableTooltip(t)},e.reset=function(){var t=this,e=t.view,n=t.originScaleDefsByField,r=e.getYScales(),i=e.getXScale();r.push(i),r.forEach((function(t){if(t.isLinear){var r=t.field;e.scale(r,n[r])}})),e.repaint(),t._disableTooltip()},n}(s);t.exports=p},function(t,e,n){var r=n(0),i=n(100),a=n(439);t.exports=function(t){t.on("beforeinitgeoms",(function(){t.set("limitInPlot",!0);var e=t.get("data"),n=a(t);if(!n)return e;var o=t.get("geoms"),s=!1;r.each(o,(function(t){if(["area","line","path"].includes(t.get("type")))return s=!0,!1}));var c=[];if(r.each(n,(function(t,e){!s&&t&&(t.values||t.min||t.max)&&c.push(e)})),0===c.length)return e;var l=[];r.each(e,(function(t){var e=!0;r.each(c,(function(a){var o=t[a];if(o){var s=n[a];if("timeCat"===s.type){var c=s.values;r.isNumber(c[0])&&(o=i.toTimeStamp(o))}(s.values&&!s.values.includes(o)||s.min&&o<s.min||s.max&&o>s.max)&&(e=!1)}})),e&&l.push(t)})),t.set("filteredData",l)}))}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(0),o=n(205),s=n(557),c=n(441),l="X",u=function(t){r(n,t);var e=n.prototype;function n(e,n){var r;r=t.call(this,e,n)||this;var i=r.getDefaultCfg();return n.set("_scrollBarCfg",a.deepMix({},i,e)),n.set("_limitRange",{}),n.get("_horizontalBar")||n.get("_verticalBar")||r._renderScrollBars(),r}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{startEvent:null,processEvent:null,endEvent:null,resetEvent:null,type:l,xStyle:{backgroundColor:"rgba(202, 215, 239, .2)",fillerColor:"rgba(202, 215, 239, .75)",size:4,lineCap:"round",offsetX:0,offsetY:-10},yStyle:{backgroundColor:"rgba(202, 215, 239, .2)",fillerColor:"rgba(202, 215, 239, .75)",size:4,lineCap:"round",offsetX:8,offsetY:0}})},e._renderScrollBars=function(){var t=this.chart,e=t.get("_scrollBarCfg");if(e){var n=t.get("data"),r=t.get("plotRange");r.width=Math.abs(r.br.x-r.bl.x),r.height=Math.abs(r.tl.y-r.bl.y);var i=t.get("backPlot"),a=t.get("canvas"),o=a.get("height"),l=t.get("_limitRange"),u=e.type;if(u.indexOf("X")>-1){var h=e.xStyle,f=h.offsetX,d=h.offsetY,p=h.lineCap,v=h.backgroundColor,g=h.fillerColor,m=h.size,y=t.getXScale(),b=l[y.field];b||(b=c(n,y),l[y.field]=b);var _=s(y,b,y.type),x=t.get("_horizontalBar"),w=o-m/2+d;if(x){var k=x.get("children")[1];k.attr({x1:Math.max(r.bl.x+r.width*_[0]+f,r.bl.x),x2:Math.min(r.bl.x+r.width*_[1]+f,r.br.x)})}else x=i.addGroup({className:"horizontalBar"}),x.addShape("line",{attrs:{x1:r.bl.x+f,y1:w,x2:r.br.x+f,y2:w,lineWidth:m,stroke:v,lineCap:p}}),x.addShape("line",{attrs:{x1:Math.max(r.bl.x+r.width*_[0]+f,r.bl.x),y1:w,x2:Math.min(r.bl.x+r.width*_[1]+f,r.br.x),y2:w,lineWidth:m,stroke:g,lineCap:p}}),t.set("_horizontalBar",x)}if(u.indexOf("Y")>-1){var C=e.yStyle,S=C.offsetX,T=C.offsetY,O=C.lineCap,M=C.backgroundColor,E=C.fillerColor,A=C.size,P=t.getYScales()[0],L=l[P.field];L||(L=c(n,P),l[P.field]=L);var I=s(P,L,P.type),j=t.get("_verticalBar"),z=A/2+S;if(j){var D=j.get("children")[1];D.attr({y1:Math.max(r.tl.y+r.height*I[0]+T,r.tl.y),y2:Math.min(r.tl.y+r.height*I[1]+T,r.bl.y)})}else j=i.addGroup({className:"verticalBar"}),j.addShape("line",{attrs:{x1:z,y1:r.tl.y+T,x2:z,y2:r.bl.y+T,lineWidth:A,stroke:M,lineCap:O}}),j.addShape("line",{attrs:{x1:z,y1:Math.max(r.tl.y+r.height*I[0]+T,r.tl.y),x2:z,y2:Math.min(r.tl.y+r.height*I[1]+T,r.bl.y),lineWidth:A,stroke:E,lineCap:O}}),t.set("_verticalBar",j)}}},e._clear=function(){var t=this.chart;if(t){var e=t.get("_horizontalBar"),n=t.get("_verticalBar");e&&e.remove(!0),n&&n.remove(!0),t.set("_horizontalBar",null),t.set("_verticalBar",null)}},e._bindEvents=function(){this._onAfterclearOrBeforechangedata=this._onAfterclearOrBeforechangedata.bind(this),this._onAfterclearinner=this._onAfterclearinner.bind(this),this._onAfterdrawgeoms=this._onAfterdrawgeoms.bind(this);var t=this.chart;t.on("afterclear",this._onAfterclearOrBeforechangedata),t.on("beforechangedata",this._onAfterclearOrBeforechangedata),t.on("afterclearinner",this._onAfterclearinner),t.on("afterdrawgeoms",this._onAfterdrawgeoms)},e._onAfterclearOrBeforechangedata=function(){this.chart&&this.chart.set("_limitRange",{})},e._onAfterclearinner=function(){this._clear()},e._onAfterdrawgeoms=function(){this._renderScrollBars()},e._clearEvents=function(){var t=this.chart;t&&(t.off("afterclear",this._onAfterclearOrBeforechangedata),t.off("beforechangedata",this._onAfterclearOrBeforechangedata),t.off("afterclearinner",this._onAfterclearinner),t.off("afterdrawgeoms",this._onAfterdrawgeoms))},e.destroy=function(){this._clearEvents(),this._clear(),this.canvas.draw()},n}(o);t.exports=u},function(t,e){t.exports=function(t,e,n){if(!t)return[0,1];var r=0,i=0;if("linear"===n){var a=e.min,o=e.max,s=o-a;r=(t.min-a)/s,i=(t.max-a)/s}else{var c=e,l=t.values,u=c.indexOf(l[0]),h=c.indexOf(l[l.length-1]);r=u/(c.length-1),i=h/(c.length-1)}return[r,i]}},function(t,e,n){function r(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,i(t,e)}function i(t,e){return i=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},i(t,e)}var a=n(0),o=n(205);function s(t,e){var n={};for(var r in e)n[r]=t[r];return n}var c=function(t){function e(){return t.apply(this,arguments)||this}r(e,t);var n=e.prototype;return n.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return a.mix({},e,{startEvent:"mouseup",processEvent:null,selectStyle:{fillOpacity:1},unSelectStyle:{fillOpacity:.1},cancelable:!0})},n.start=function(t){var e,n=this,r=n.view,i=[];if(r.eachShape((function(n,r){r.isPointInPath(t.x,t.y)?e=r:i.push(r)})),e)if(e.get("_selected")){if(!n.cancelable)return;n.reset()}else{var o=n.selectStyle,c=n.unSelectStyle,l=s(e.attr(),e);e.set("_originAttrs",l),e.attr(o),a.each(i,(function(t){var e=t.get("_originAttrs");e&&t.attr(e),t.set("_selected",!1),c&&(e=s(t.attr(),c),t.set("_originAttrs",e),t.attr(c))})),e.set("_selected",!0),n.selectedShape=e,n.canvas.draw()}else n.reset()},n.end=function(t){var e=this.selectedShape;e&&!e.get("destroyed")&&e.get("origin")&&(t.data=e.get("origin")._origin,t.shapeInfo=e.get("origin"),t.shape=e,t.selected=!!e.get("_selected"))},n.reset=function(){var t=this;if(t.selectedShape){var e=t.view,n=e.get("geoms")[0],r=n.get("container").get("children")[0],i=r.get("children");a.each(i,(function(t){var e=t.get("_originAttrs");e&&(t._attrs=e,t.set("_originAttrs",null)),t.set("_selected",!1)})),t.canvas.draw()}},e}(o);t.exports=c},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(560),s=n(163),c=n(0),l=n(18),u=n(8),h=n(205),f=n(440),d=n(439),p=l.Canvas,v=c.DomUtil,g=c.isNumber,m=function(t){i(n,t);var e=n.prototype;function n(e,n){var i;i=t.call(this,e,n)||this;var a=r(i);return a._initContainer(),a._initStyle(),a.render(),i}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return c.mix({},e,{startEvent:null,processEvent:null,endEvent:null,resetEvent:null,height:26,width:"auto",padding:u.plotCfg.padding,container:null,xAxis:null,yAxis:null,fillerStyle:{fill:"#BDCCED",fillOpacity:.3},backgroundStyle:{stroke:"#CCD6EC",fill:"#CCD6EC",fillOpacity:.3,lineWidth:1},range:[0,100],layout:"horizontal",textStyle:{fill:"#545454"},handleStyle:{img:"https://gw.alipayobjects.com/zos/rmsportal/QXtfhORGlDuRvLXFzpsQ.png",width:5},backgroundChart:{type:["area"],color:"#CCD6EC"}})},e._initContainer=function(){var t=this,e=t.container;if(!e)throw new Error("Please specify the container for the Slider!");c.isString(e)?t.domContainer=document.getElementById(e):t.domContainer=e},e.forceFit=function(){var t=this;if(t&&!t.destroyed){var e=v.getWidth(t.domContainer),n=t.height;if(e!==t.domWidth){var r=t.canvas;r.changeSize(e,n),t.bgChart&&t.bgChart.changeWidth(e),r.clear(),t._initWidth(),t._initSlider(),t._bindEvent(),r.draw()}}},e._initForceFitEvent=function(){var t=this,e=setTimeout(c.wrapBehavior(t,"forceFit"),200);clearTimeout(t.resizeTimer),t.resizeTimer=e},e._initStyle=function(){var t=this;t.handleStyle=c.mix({width:t.height,height:t.height},t.handleStyle),"auto"===t.width&&window.addEventListener("resize",c.wrapBehavior(t,"_initForceFitEvent"))},e._initWidth=function(){var t,e=this;t="auto"===e.width?v.getWidth(e.domContainer):e.width,e.domWidth=t;var n=c.toAllPadding(e.padding);"horizontal"===e.layout?(e.plotWidth=t-n[1]-n[3],e.plotPadding=n[3],e.plotHeight=e.height):"vertical"===e.layout&&(e.plotWidth=e.width,e.plotHeight=e.height-n[0]-n[2],e.plotPadding=n[0])},e._initCanvas=function(){var t=this,e=t.domWidth,n=t.height,r=new p({width:e,height:n,containerDOM:t.domContainer,capture:!1}),i=r.get("el");i.style.position="absolute",i.style.top=0,i.style.left=0,i.style.zIndex=3,t.canvas=r},e._initBackground=function(){var t,e=this,n=this.chart,r=n.getAllGeoms[0],i=e.data=e.data||n.get("data"),a=n.getXScale(),o=e.xAxis||a.field,l=e.yAxis||n.getYScales()[0].field,u=c.deepMix((t={},t[""+o]={range:[0,1]},t),d(n),e.scales);if(delete u[o].min,delete u[o].max,!i)throw new Error("Please specify the data!");if(!o)throw new Error("Please specify the xAxis!");if(!l)throw new Error("Please specify the yAxis!");var h=e.backgroundChart,f=h.type||r.get("type"),p=h.color||"grey",v=h.shape;c.isArray(f)||(f=[f]);var g=c.toAllPadding(e.padding),m=new s({container:e.container,width:e.domWidth,height:e.height,padding:[0,g[1],0,g[3]],animate:!1});m.source(i),m.scale(u),m.axis(!1),m.tooltip(!1),m.legend(!1),c.each(f,(function(t,e){var n=m[t]().position(o+"*"+l).opacity(1),r=c.isArray(p)?p[e]:p;r&&(c.isObject(r)?r.field&&n.color(r.field,r.colors):n.color(r));var i=c.isArray(v)?v[e]:v;i&&(c.isObject(i)?i.field&&n.shape(i.field,i.callback||i.shapes):n.shape(i))})),m.render(),e.bgChart=m,e.scale="horizontal"===e.layout?m.getXScale():m.getYScales()[0],"vertical"===e.layout&&m.destroy()},e._initRange=function(){var t=this,e=t.startRadio,n=t.endRadio,r=t._startValue,i=t._endValue,a=t.scale,o=0,s=1;g(e)?o=e:r&&(o=a.scale(a.translate(r))),g(n)?s=n:i&&(s=a.scale(a.translate(i)));var c=t.minSpan,l=t.maxSpan,u=0;if("time"===a.type||"timeCat"===a.type){var h=a.values,f=h[0],d=h[h.length-1];u=d-f}else a.isLinear&&(u=a.max-a.min);u&&c&&(t.minRange=c/u*100),u&&l&&(t.maxRange=l/u*100);var p=[100*o,100*s];return t.range=p,p},e._getHandleValue=function(t){var e,n=this,r=n.range,i=r[0]/100,a=r[1]/100,o=n.scale;return e="min"===t?n._startValue?n._startValue:o.invert(i):n._endValue?n._endValue:o.invert(a),e},e._initSlider=function(){var t=this,e=t.canvas,n=t._initRange(),r=t.scale,i=e.addGroup(o,{middleAttr:t.fillerStyle,range:n,minRange:t.minRange,maxRange:t.maxRange,layout:t.layout,width:t.plotWidth,height:t.plotHeight,backgroundStyle:t.backgroundStyle,textStyle:t.textStyle,handleStyle:t.handleStyle,minText:r.getText(t._getHandleValue("min")),maxText:r.getText(t._getHandleValue("max"))});"horizontal"===t.layout?i.translate(t.plotPadding,0):"vertical"===t.layout&&i.translate(0,t.plotPadding),t.rangeElement=i},e._updateElement=function(t,e){var n=this,r=n.chart,i=n.scale,a=n.rangeElement,o=i.field,s=a.get("minTextElement"),l=a.get("maxTextElement"),u=i.invert(t),h=i.invert(e),d=i.getText(u),p=i.getText(h);s.attr("text",d),l.attr("text",p),n._startValue=d,n._endValue=p,n.onChange&&n.onChange({startText:d,endText:p,startValue:u,endValue:h,startRadio:t,endRadio:e}),r.scale(o,c.mix({},f(r,o),{nice:!1,min:u,max:h})),r.repaint()},e._bindEvent=function(){var t=this,e=t.rangeElement;e.on("sliderchange",(function(e){var n=e.range,r=n[0]/100,i=n[1]/100;t._updateElement(r,i)}))},e.clear=function(){var t=this;t.canvas.clear(),t.bgChart&&t.bgChart.destroy(),t.bgChart=null,t.scale=null,t.canvas.draw()},e.repaint=function(){var t=this;t.clear(),t.render()},e.render=function(){var t=this;t._initWidth(),t._initCanvas(),t._initBackground(),t._initSlider(),t._bindEvent(),t.canvas.draw()},e.destroy=function(){var t=this;clearTimeout(t.resizeTimer);var e=t.rangeElement;e.off("sliderchange"),t.bgChart&&t.bgChart.destroy(),t.canvas.destroy();var n=t.domContainer;while(n.hasChildNodes())n.removeChild(n.firstChild);window.removeEventListener("resize",c.getWrapBehavior(t,"_initForceFitEvent")),t.destroyed=!0},n}(h);t.exports=m},function(t,e,n){var r=n(0),i=n(18),a=i.Group,o=r.DomUtil,s=5,c=function t(e){t.superclass.constructor.call(this,e)};r.extend(c,a),r.augment(c,{getDefaultCfg:function(){return{range:null,middleAttr:null,backgroundElement:null,minHandleElement:null,maxHandleElement:null,middleHandleElement:null,currentTarget:null,layout:"vertical",width:null,height:null,pageX:null,pageY:null}},_initHandle:function(t){var e,n,i,a=this,o=a.addGroup(),c=a.get("layout"),l=a.get("handleStyle"),u=l.img,h=l.width,f=l.height;if("horizontal"===c){var d=l.width;i="ew-resize",n=o.addShape("Image",{attrs:{x:-d/2,y:0,width:d,height:f,img:u,cursor:i}}),e=o.addShape("Text",{attrs:r.mix({x:"min"===t?-(d/2+s):d/2+s,y:f/2,textAlign:"min"===t?"end":"start",textBaseline:"middle",text:"min"===t?this.get("minText"):this.get("maxText"),cursor:i},this.get("textStyle"))})}else i="ns-resize",n=o.addShape("Image",{attrs:{x:0,y:-f/2,width:h,height:f,img:u,cursor:i}}),e=o.addShape("Text",{attrs:r.mix({x:h/2,y:"min"===t?f/2+s:-(f/2+s),textAlign:"center",textBaseline:"middle",text:"min"===t?this.get("minText"):this.get("maxText"),cursor:i},this.get("textStyle"))});return this.set(t+"TextElement",e),this.set(t+"IconElement",n),o},_initSliderBackground:function(){var t=this.addGroup();return t.initTransform(),t.translate(0,0),t.addShape("Rect",{attrs:r.mix({x:0,y:0,width:this.get("width"),height:this.get("height")},this.get("backgroundStyle"))}),t},_beforeRenderUI:function(){var t=this._initSliderBackground(),e=this._initHandle("min"),n=this._initHandle("max"),r=this.addShape("rect",{attrs:this.get("middleAttr")});this.set("middleHandleElement",r),this.set("minHandleElement",e),this.set("maxHandleElement",n),this.set("backgroundElement",t),t.set("zIndex",0),r.set("zIndex",1),e.set("zIndex",2),n.set("zIndex",2),r.attr("cursor","move"),this.sort()},_renderUI:function(){"horizontal"===this.get("layout")?this._renderHorizontal():this._renderVertical()},_transform:function(t){var e=this.get("range"),n=e[0]/100,r=e[1]/100,i=this.get("width"),a=this.get("height"),o=this.get("minHandleElement"),s=this.get("maxHandleElement"),c=this.get("middleHandleElement");o.resetMatrix?(o.resetMatrix(),s.resetMatrix()):(o.initTransform(),s.initTransform()),"horizontal"===t?(c.attr({x:i*n,y:0,width:(r-n)*i,height:a}),o.translate(n*i,0),s.translate(r*i,0)):(c.attr({x:0,y:a*(1-r),width:i,height:(r-n)*a}),o.translate(0,(1-n)*a),s.translate(0,(1-r)*a))},_renderHorizontal:function(){this._transform("horizontal")},_renderVertical:function(){this._transform("vertical")},_bindUI:function(){this.on("mousedown",r.wrapBehavior(this,"_onMouseDown"))},_isElement:function(t,e){var n=this.get(e);if(t===n)return!0;if(n.isGroup){var r=n.get("children");return r.indexOf(t)>-1}return!1},_getRange:function(t,e){var n=t+e;return n=n>100?100:n,n=n<0?0:n,n},_limitRange:function(t,e,n){n[0]=this._getRange(t,n[0]),n[1]=n[0]+e,n[1]>100&&(n[1]=100,n[0]=n[1]-e)},_updateStatus:function(t,e){var n="x"===t?this.get("width"):this.get("height");t=r.upperFirst(t);var i,a=this.get("range"),o=this.get("page"+t),s=this.get("currentTarget"),c=this.get("rangeStash"),l=this.get("layout"),u="vertical"===l?-1:1,h=e["page"+t],f=h-o,d=f/n*100*u,p=this.get("minRange"),v=this.get("maxRange");a[1]<=a[0]?(this._isElement(s,"minHandleElement")||this._isElement(s,"maxHandleElement"))&&(a[0]=this._getRange(d,a[0]),a[1]=this._getRange(d,a[0])):(this._isElement(s,"minHandleElement")&&(a[0]=this._getRange(d,a[0]),p&&a[1]-a[0]<=p&&this._limitRange(d,p,a),v&&a[1]-a[0]>=v&&this._limitRange(d,v,a)),this._isElement(s,"maxHandleElement")&&(a[1]=this._getRange(d,a[1]),p&&a[1]-a[0]<=p&&this._limitRange(d,p,a),v&&a[1]-a[0]>=v&&this._limitRange(d,v,a))),this._isElement(s,"middleHandleElement")&&(i=c[1]-c[0],this._limitRange(d,i,a)),this.emit("sliderchange",{range:a}),this.set("page"+t,h),this._renderUI(),this.get("canvas").draw()},_onMouseDown:function(t){var e=t.currentTarget,n=t.event,r=this.get("range");n.stopPropagation(),n.preventDefault(),this.set("pageX",n.pageX),this.set("pageY",n.pageY),this.set("currentTarget",e),this.set("rangeStash",[r[0],r[1]]),this._bindCanvasEvents()},_bindCanvasEvents:function(){var t=this.get("canvas").get("containerDOM");this.onMouseMoveListener=o.addEventListener(t,"mousemove",r.wrapBehavior(this,"_onCanvasMouseMove")),this.onMouseUpListener=o.addEventListener(t,"mouseup",r.wrapBehavior(this,"_onCanvasMouseUp")),this.onMouseLeaveListener=o.addEventListener(t,"mouseleave",r.wrapBehavior(this,"_onCanvasMouseUp"))},_onCanvasMouseMove:function(t){var e=this.get("layout");"horizontal"===e?this._updateStatus("x",t):this._updateStatus("y",t)},_onCanvasMouseUp:function(){this._removeDocumentEvents()},_removeDocumentEvents:function(){this.onMouseMoveListener.remove(),this.onMouseUpListener.remove(),this.onMouseLeaveListener.remove()}}),t.exports=c},function(t,e,n){function r(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function i(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,a(t,e)}function a(t,e){return a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},a(t,e)}var o=n(0),s=n(205),c=n(440),l=n(441),u=["X","Y","XY"],h="X",f=function(t){i(n,t);var e=n.prototype;function n(e,n){var i;i=t.call(this,e,n)||this;var a=r(i);a.chart=n,a.type=a.type.toUpperCase();var s=a.data=n.get("data"),c=n.getYScales(),f=n.getXScale();c.push(f);var d=n.get("scaleController");return c.forEach((function(t){var e=t.field,n=d.defs[e]||{};a.limitRange[e]=l(s,t),a.originScaleDefsByField[e]=o.mix(n,{nice:!!n.nice}),t.isLinear?a.stepByField[e]=(t.max-t.min)*a.stepRatio:a.stepByField[e]=a.catStep})),u.includes(a.type)||(a.type=h),i}return e.getDefaultCfg=function(){var e=t.prototype.getDefaultCfg.call(this);return o.mix({},e,{processEvent:"mousewheel",type:h,stepRatio:.05,stepByField:{},minScale:1,maxScale:4,catStep:2,limitRange:{},originScaleDefsByField:{}})},e._applyScale=function(t,e,n,r){void 0===n&&(n=0);var i=this,a=i.chart,s=i.stepByField;if(t.isLinear){var l=t.min,u=t.max,h=t.field,f=1-n,d=s[h]*e,p=l+d*n,v=u-d*f;if(v>p){var g=c(a,h);a.scale(h,o.mix({},g,{nice:!1,min:p,max:v}))}}else{var m=t.field,y=t.values,b=i.chart,_=b.get("coord"),x=c(b,m),w=i.limitRange[m],k=w.length,C=i.maxScale,S=i.minScale,T=k/C,O=k/S,M=y.length,E=_.invertPoint(r),A=E.x,P=M-e*this.catStep,L=parseInt(P*A),I=P+L;if(e>0&&M>=T){var j=L,z=I;I>M&&(z=M-1,j=M-P);var D=y.slice(j,z);b.scale(m,o.mix({},x,{values:D}))}else if(e<0&&M<=O){var N=w.indexOf(y[0]),R=w.indexOf(y[M-1]),V=Math.max(0,N-L),F=Math.min(R+I,k),H=w.slice(V,F);b.scale(m,o.mix({},x,{values:H}))}}},e.process=function(t){var e=this,n=e.chart,r=e.type,i=n.get("coord"),a=t.deltaY,o=i.invertPoint(t);if(a){e.onZoom&&e.onZoom(a,o,e),a>0?e.onZoomin&&e.onZoomin(a,o,e):e.onZoomout&&e.onZoomout(a,o,e);var s=a/Math.abs(a);if(r.indexOf("X")>-1&&e._applyScale(n.getXScale(),s,o.x,t),r.indexOf("Y")>-1){var c=n.getYScales();c.forEach((function(n){e._applyScale(n,s,o.y,t)}))}}n.repaint()},e.reset=function(){var t=this,e=t.view,n=t.originScaleDefsByField,r=e.getYScales(),i=e.getXScale();r.push(i),r.forEach((function(t){if(t.isLinear){var r=t.field;e.scale(r,n[r])}})),e.repaint()},n}(s);t.exports=f}])}))},"7f6b":function(t,e,n){"use strict";n("b2a3"),n("1a3b")},"7f78":function(t,e,n){"use strict";var r=n("23e7"),i=n("825a"),a=n("e163"),o=n("e177");r({target:"Reflect",stat:!0,sham:!o},{getPrototypeOf:function(t){return a(i(t))}})},"7fd0":function(t,e,n){},"802a":function(t,e){function n(t){return this.__data__.get(t)}t.exports=n},8057:function(t,e){function n(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(!1===e(t[n],n,t))break;return t}t.exports=n},8096:function(t,e,n){},"80e0":function(t,e,n){"use strict";var r=n("e065");r("replace")},8111:function(t,e,n){t.exports=[n("add5"),n("ca7c"),n("4442"),n("0e54"),n("0ab6"),n("3c3f")]},8119:function(t,e,n){n("693d"),n("dfe5"),n("301c"),n("4e71"),t.exports=n("5524").Symbol},8172:function(t,e,n){"use strict";var r=n("e065"),i=n("57b9");r("toPrimitive"),i()},"81a5":function(module,exports){"object"!==typeof JSON&&(JSON={}),function(){"use strict";var rx_one=/^[\],:{}\s]*$/,rx_two=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,rx_three=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,rx_four=/(?:^|:|,)(?:\s*\[)+/g,rx_escapable=/[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,rx_dangerous=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta,rep;function f(t){return t<10?"0"+t:t}function this_value(){return this.valueOf()}function quote(t){return rx_escapable.lastIndex=0,rx_escapable.test(t)?'"'+t.replace(rx_escapable,(function(t){var e=meta[t];return"string"===typeof e?e:"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)}))+'"':'"'+t+'"'}function str(t,e){var n,r,i,a,o,s=gap,c=e[t];switch(c&&"object"===typeof c&&"function"===typeof c.toJSON&&(c=c.toJSON(t)),"function"===typeof rep&&(c=rep.call(e,t,c)),typeof c){case"string":return quote(c);case"number":return isFinite(c)?String(c):"null";case"boolean":case"null":return String(c);case"object":if(!c)return"null";if(gap+=indent,o=[],"[object Array]"===Object.prototype.toString.apply(c)){for(a=c.length,n=0;n<a;n+=1)o[n]=str(n,c)||"null";return i=0===o.length?"[]":gap?"[\n"+gap+o.join(",\n"+gap)+"\n"+s+"]":"["+o.join(",")+"]",gap=s,i}if(rep&&"object"===typeof rep)for(a=rep.length,n=0;n<a;n+=1)"string"===typeof rep[n]&&(r=rep[n],i=str(r,c),i&&o.push(quote(r)+(gap?": ":":")+i));else for(r in c)Object.prototype.hasOwnProperty.call(c,r)&&(i=str(r,c),i&&o.push(quote(r)+(gap?": ":":")+i));return i=0===o.length?"{}":gap?"{\n"+gap+o.join(",\n"+gap)+"\n"+s+"}":"{"+o.join(",")+"}",gap=s,i}}"function"!==typeof Date.prototype.toJSON&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},Boolean.prototype.toJSON=this_value,Number.prototype.toJSON=this_value,String.prototype.toJSON=this_value),"function"!==typeof JSON.stringify&&(meta={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},JSON.stringify=function(t,e,n){var r;if(gap="",indent="","number"===typeof n)for(r=0;r<n;r+=1)indent+=" ";else"string"===typeof n&&(indent=n);if(rep=e,e&&"function"!==typeof e&&("object"!==typeof e||"number"!==typeof e.length))throw new Error("JSON.stringify");return str("",{"":t})}),"function"!==typeof JSON.parse&&(JSON.parse=function(text,reviver){var j;function walk(t,e){var n,r,i=t[e];if(i&&"object"===typeof i)for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),void 0!==r?i[n]=r:delete i[n]);return reviver.call(t,e,i)}if(text=String(text),rx_dangerous.lastIndex=0,rx_dangerous.test(text)&&(text=text.replace(rx_dangerous,(function(t){return"\\u"+("0000"+t.charCodeAt(0).toString(16)).slice(-4)}))),rx_one.test(text.replace(rx_two,"@").replace(rx_three,"]").replace(rx_four,"")))return j=eval("("+text+")"),"function"===typeof reviver?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}()},"81a7":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"c",(function(){return s})),n.d(e,"b",(function(){return c}));var r="undefined"!==typeof window,i="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,a=i&&WXEnvironment.platform.toLowerCase(),o=r&&window.navigator.userAgent.toLowerCase(),s=o&&/msie|trident/.test(o),c=(o&&o.indexOf("msie 9.0"),o&&o.indexOf("edge/")>0);o&&o.indexOf("android"),o&&/iphone|ipad|ipod|ios/.test(o),o&&/chrome\/\d+/.test(o),o&&/phantomjs/.test(o),o&&o.match(/firefox\/(\d+)/)},"81b8":function(t,e,n){"use strict";var r=n("e065");r("unscopables")},"81d5":function(t,e,n){"use strict";var r=n("7b0b"),i=n("23cb"),a=n("07fa");t.exports=function(t){var e=r(this),n=a(e),o=arguments.length,s=i(o>1?arguments[1]:void 0,n),c=o>2?arguments[2]:void 0,l=void 0===c?n:i(c,n);while(l>s)e[s++]=t;return e}},"81ff":function(t,e,n){},"825a":function(t,e,n){"use strict";var r=n("861d"),i=String,a=TypeError;t.exports=function(t){if(r(t))return t;throw new a(i(t)+" is not an object")}},8296:function(t,e,n){var r=n("656b"),i=n("2b10");function a(t,e){return e.length<2?t:r(t,i(e,0,-1))}t.exports=a},"82da":function(t,e,n){"use strict";var r=n("23e7"),i=n("ebb5"),a=i.NATIVE_ARRAY_BUFFER_VIEWS;r({target:"ArrayBuffer",stat:!0,forced:!a},{isView:i.isView})},"82f8":function(t,e,n){"use strict";var r=n("ebb5"),i=n("4d64").includes,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("includes",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},8362:function(t,e){t.exports=r;var n=Object.prototype.toString;function r(t){if(!t)return!1;var e=n.call(t);return"[object Function]"===e||"function"===typeof t&&"[object RegExp]"!==e||"undefined"!==typeof window&&(t===window.setTimeout||t===window.alert||t===window.confirm||t===window.prompt)}},"83ab":function(t,e,n){"use strict";var r=n("d039");t.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"83ab2":function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n("6042"),i=n.n(r),a=n("daa3"),o=n("4d91"),s=n("9cba"),c={prefixCls:o["a"].string,size:{validator:function(t){return["small","large","default"].includes(t)}}};e["b"]={name:"AButtonGroup",props:c,inject:{configProvider:{default:function(){return s["a"]}}},data:function(){return{sizeMap:{large:"lg",small:"sm"}}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.size,o=this.$slots,s=this.configProvider.getPrefixCls,c=s("btn-group",n),l="";switch(r){case"large":l="lg";break;case"small":l="sm";break;default:break}var u=(t={},i()(t,""+c,!0),i()(t,c+"-"+l,l),t);return e("div",{class:u},[Object(a["c"])(o["default"])])}}},"83b9":function(t,e,n){"use strict";var r=n("d925"),i=n("e683");t.exports=function(t,e){return t&&!r(e)?i(t,e):e}},8418:function(t,e,n){"use strict";var r=n("83ab"),i=n("9bf2"),a=n("5c6c");t.exports=function(t,e,n){r?i.f(t,e,a(0,n)):t[e]=n}},"841c":function(t,e,n){"use strict";var r=n("c65b"),i=n("d784"),a=n("825a"),o=n("7234"),s=n("1d80"),c=n("129f"),l=n("577e"),u=n("dc4a"),h=n("14c3");i("search",(function(t,e,n){return[function(e){var n=s(this),i=o(e)?void 0:u(e,t);return i?r(i,e,n):new RegExp(e)[t](l(n))},function(t){var r=a(this),i=l(t),o=n(e,r,i);if(o.done)return o.value;var s=r.lastIndex;c(s,0)||(r.lastIndex=0);var u=h(r,i);return c(r.lastIndex,s)||(r.lastIndex=s),null===u?-1:u.index}]}))},"843c":function(t,e,n){"use strict";var r=n("23e7"),i=n("0ccb").end,a=n("9a0c");r({target:"String",proto:!0,forced:a},{padEnd:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},8460:function(t,e,n){var r=n("be09"),i=t.exports={WebVTT:n("407b"),VTTCue:n("2cc6"),VTTRegion:n("d129")};r.vttjs=i,r.WebVTT=i.WebVTT;var a=i.VTTCue,o=i.VTTRegion,s=r.VTTCue,c=r.VTTRegion;i.shim=function(){r.VTTCue=a,r.VTTRegion=o},i.restore=function(){r.VTTCue=s,r.VTTRegion=c},r.VTTCue||i.shim()},8484:function(t,e,n){"use strict";n.d(e,"a",(function(){return T})),n.d(e,"b",(function(){return z})),n.d(e,"c",(function(){return Ot})),n.d(e,"d",(function(){return Mt}));var r=n("63ec"),i=n("be09"),a=n.n(i),o=function(t,e,n){e.forEach((function(e){for(var r in t.mediaGroups[e])for(var i in t.mediaGroups[e][r]){var a=t.mediaGroups[e][r][i];n(a,e,r,i)}}))},s=n("ffdf"),c=n("210b"),l=function(t){return!!t&&"object"===typeof t},u=function t(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return n.reduce((function(e,n){return"object"!==typeof n||Object.keys(n).forEach((function(r){Array.isArray(e[r])&&Array.isArray(n[r])?e[r]=e[r].concat(n[r]):l(e[r])&&l(n[r])?e[r]=t(e[r],n[r]):e[r]=n[r]})),e}),{})},h=function(t){return Object.keys(t).map((function(e){return t[e]}))},f=function(t,e){for(var n=[],r=t;r<e;r++)n.push(r);return n},d=function(t){return t.reduce((function(t,e){return t.concat(e)}),[])},p=function(t){if(!t.length)return[];for(var e=[],n=0;n<t.length;n++)e.push(t[n]);return e},v=function(t,e){return t.reduce((function(t,n,r){return n[e]&&t.push(r),t}),[])},g=function(t,e){for(var n=0;n<t.length;n++)if(e(t[n]))return n;return-1},m=function(t,e){return h(t.reduce((function(t,n){return n.forEach((function(n){t[e(n)]=n})),t}),{}))},y={INVALID_NUMBER_OF_PERIOD:"INVALID_NUMBER_OF_PERIOD",DASH_EMPTY_MANIFEST:"DASH_EMPTY_MANIFEST",DASH_INVALID_XML:"DASH_INVALID_XML",NO_BASE_URL:"NO_BASE_URL",MISSING_SEGMENT_INFORMATION:"MISSING_SEGMENT_INFORMATION",SEGMENT_TIME_UNSPECIFIED:"SEGMENT_TIME_UNSPECIFIED",UNSUPPORTED_UTC_TIMING_SCHEME:"UNSUPPORTED_UTC_TIMING_SCHEME"},b=function(t){var e=t.baseUrl,n=void 0===e?"":e,i=t.source,o=void 0===i?"":i,s=t.range,c=void 0===s?"":s,l=t.indexRange,u=void 0===l?"":l,h={uri:o,resolvedUri:Object(r["a"])(n||"",o)};if(c||u){var f,d=c||u,p=d.split("-"),v=a.a.BigInt?a.a.BigInt(p[0]):parseInt(p[0],10),g=a.a.BigInt?a.a.BigInt(p[1]):parseInt(p[1],10);v<Number.MAX_SAFE_INTEGER&&"bigint"===typeof v&&(v=Number(v)),g<Number.MAX_SAFE_INTEGER&&"bigint"===typeof g&&(g=Number(g)),f="bigint"===typeof g||"bigint"===typeof v?a.a.BigInt(g)-a.a.BigInt(v)+a.a.BigInt(1):g-v+1,"bigint"===typeof f&&f<Number.MAX_SAFE_INTEGER&&(f=Number(f)),h.byterange={length:f,offset:v}}return h},_=function(t){var e;return e="bigint"===typeof t.offset||"bigint"===typeof t.length?a.a.BigInt(t.offset)+a.a.BigInt(t.length)-a.a.BigInt(1):t.offset+t.length-1,t.offset+"-"+e},x=function(t){return t&&"number"!==typeof t&&(t=parseInt(t,10)),isNaN(t)?null:t},w={static:function(t){var e=t.duration,n=t.timescale,r=void 0===n?1:n,i=t.sourceDuration,a=t.periodDuration,o=x(t.endNumber),s=e/r;return"number"===typeof o?{start:0,end:o}:"number"===typeof a?{start:0,end:a/s}:{start:0,end:i/s}},dynamic:function(t){var e=t.NOW,n=t.clientOffset,r=t.availabilityStartTime,i=t.timescale,a=void 0===i?1:i,o=t.duration,s=t.periodStart,c=void 0===s?0:s,l=t.minimumUpdatePeriod,u=void 0===l?0:l,h=t.timeShiftBufferDepth,f=void 0===h?1/0:h,d=x(t.endNumber),p=(e+n)/1e3,v=r+c,g=p+u,m=g-v,y=Math.ceil(m*a/o),b=Math.floor((p-v-f)*a/o),_=Math.floor((p-v)*a/o);return{start:Math.max(0,b),end:"number"===typeof d?d:Math.min(y,_)}}},k=function(t){return function(e){var n=t.duration,r=t.timescale,i=void 0===r?1:r,a=t.periodStart,o=t.startNumber,s=void 0===o?1:o;return{number:s+e,duration:n/i,timeline:a,time:e*n}}},C=function(t){var e=t.type,n=t.duration,r=t.timescale,i=void 0===r?1:r,a=t.periodDuration,o=t.sourceDuration,s=w[e](t),c=s.start,l=s.end,u=f(c,l).map(k(t));if("static"===e){var h=u.length-1,d="number"===typeof a?a:o;u[h].duration=d-n/i*h}return u},S=function(t){var e=t.baseUrl,n=t.initialization,r=void 0===n?{}:n,i=t.sourceDuration,a=t.indexRange,o=void 0===a?"":a,s=t.periodStart,c=t.presentationTime,l=t.number,u=void 0===l?0:l,h=t.duration;if(!e)throw new Error(y.NO_BASE_URL);var f=b({baseUrl:e,source:r.sourceURL,range:r.range}),d=b({baseUrl:e,source:e,indexRange:o});if(d.map=f,h){var p=C(t);p.length&&(d.duration=p[0].duration,d.timeline=p[0].timeline)}else i&&(d.duration=i,d.timeline=s);return d.presentationTime=c||s,d.number=u,[d]},T=function(t,e,n){var r,i=t.sidx.map?t.sidx.map:null,o=t.sidx.duration,s=t.timeline||0,c=t.sidx.byterange,l=c.offset+c.length,u=e.timescale,h=e.references.filter((function(t){return 1!==t.referenceType})),f=[],d=t.endList?"static":"dynamic",p=t.sidx.timeline,v=p,g=t.mediaSequence||0;r="bigint"===typeof e.firstOffset?a.a.BigInt(l)+e.firstOffset:l+e.firstOffset;for(var m=0;m<h.length;m++){var y=e.references[m],b=y.referencedSize,_=y.subsegmentDuration,x=void 0;x="bigint"===typeof r?r+a.a.BigInt(b)-a.a.BigInt(1):r+b-1;var w=r+"-"+x,k={baseUrl:n,timescale:u,timeline:s,periodStart:p,presentationTime:v,number:g,duration:_,sourceDuration:o,indexRange:w,type:d},C=S(k)[0];i&&(C.map=i),f.push(C),r+="bigint"===typeof r?a.a.BigInt(b):b,v+=_/u,g++}return t.segments=f,t},O=["AUDIO","SUBTITLES"],M=1/60,E=function(t){return m(t,(function(t){var e=t.timeline;return e})).sort((function(t,e){return t.timeline>e.timeline?1:-1}))},A=function(t,e){for(var n=0;n<t.length;n++)if(t[n].attributes.NAME===e)return t[n];return null},P=function(t){var e=[];return o(t,O,(function(t,n,r,i){e=e.concat(t.playlists||[])})),e},L=function(t){var e=t.playlist,n=t.mediaSequence;e.mediaSequence=n,e.segments.forEach((function(t,n){t.number=e.mediaSequence+n}))},I=function(t){var e=t.oldPlaylists,n=t.newPlaylists,r=t.timelineStarts;n.forEach((function(t){t.discontinuitySequence=g(r,(function(e){var n=e.timeline;return n===t.timeline}));var n=A(e,t.attributes.NAME);if(n&&!t.sidx){var i=t.segments[0],a=g(n.segments,(function(t){return Math.abs(t.presentationTime-i.presentationTime)<M}));if(-1===a)return L({playlist:t,mediaSequence:n.mediaSequence+n.segments.length}),t.segments[0].discontinuity=!0,t.discontinuityStarts.unshift(0),void((!n.segments.length&&t.timeline>n.timeline||n.segments.length&&t.timeline>n.segments[n.segments.length-1].timeline)&&t.discontinuitySequence--);var o=n.segments[a];o.discontinuity&&!i.discontinuity&&(i.discontinuity=!0,t.discontinuityStarts.unshift(0),t.discontinuitySequence--),L({playlist:t,mediaSequence:n.segments[a].number})}}))},j=function(t){var e=t.oldManifest,n=t.newManifest,r=e.playlists.concat(P(e)),i=n.playlists.concat(P(n));return n.timelineStarts=E([e.timelineStarts,n.timelineStarts]),I({oldPlaylists:r,newPlaylists:i,timelineStarts:n.timelineStarts}),n},z=function(t){return t&&t.uri+"-"+_(t.byterange)},D=function(t){var e=h(t.reduce((function(t,e){var n=e.attributes.id+(e.attributes.lang||"");if(t[n]){var r;if(e.segments)e.segments[0]&&(e.segments[0].discontinuity=!0),(r=t[n].segments).push.apply(r,e.segments);e.attributes.contentProtection&&(t[n].attributes.contentProtection=e.attributes.contentProtection)}else t[n]=e,t[n].attributes.timelineStarts=[];return t[n].attributes.timelineStarts.push({start:e.attributes.periodStart,timeline:e.attributes.periodStart}),t}),{}));return e.map((function(t){return t.discontinuityStarts=v(t.segments||[],"discontinuity"),t}))},N=function(t,e){var n=z(t.sidx),r=n&&e[n]&&e[n].sidx;return r&&T(t,r,t.sidx.resolvedUri),t},R=function(t,e){if(void 0===e&&(e={}),!Object.keys(e).length)return t;for(var n in t)t[n]=N(t[n],e);return t},V=function(t,e){var n,r=t.attributes,i=t.segments,a=t.sidx,o=t.mediaSequence,s=t.discontinuitySequence,c=t.discontinuityStarts,l={attributes:(n={NAME:r.id,BANDWIDTH:r.bandwidth,CODECS:r.codecs},n["PROGRAM-ID"]=1,n),uri:"",endList:"static"===r.type,timeline:r.periodStart,resolvedUri:"",targetDuration:r.duration,discontinuitySequence:s,discontinuityStarts:c,timelineStarts:r.timelineStarts,mediaSequence:o,segments:i};return r.contentProtection&&(l.contentProtection=r.contentProtection),a&&(l.sidx=a),e&&(l.attributes.AUDIO="audio",l.attributes.SUBTITLES="subs"),l},F=function(t){var e,n=t.attributes,r=t.segments,i=t.mediaSequence,a=t.discontinuityStarts,o=t.discontinuitySequence;"undefined"===typeof r&&(r=[{uri:n.baseUrl,timeline:n.periodStart,resolvedUri:n.baseUrl||"",duration:n.sourceDuration,number:0}],n.duration=n.sourceDuration);var s=(e={NAME:n.id,BANDWIDTH:n.bandwidth},e["PROGRAM-ID"]=1,e);return n.codecs&&(s.CODECS=n.codecs),{attributes:s,uri:"",endList:"static"===n.type,timeline:n.periodStart,resolvedUri:n.baseUrl||"",targetDuration:n.duration,timelineStarts:n.timelineStarts,discontinuityStarts:a,discontinuitySequence:o,mediaSequence:i,segments:r}},H=function(t,e,n){var r;void 0===e&&(e={}),void 0===n&&(n=!1);var i=t.reduce((function(t,i){var a=i.attributes.role&&i.attributes.role.value||"",o=i.attributes.lang||"",s=i.attributes.label||"main";if(o&&!i.attributes.label){var c=a?" ("+a+")":"";s=""+i.attributes.lang+c}t[s]||(t[s]={language:o,autoselect:!0,default:"main"===a,playlists:[],uri:""});var l=N(V(i,n),e);return t[s].playlists.push(l),"undefined"===typeof r&&"main"===a&&(r=i,r.default=!0),t}),{});if(!r){var a=Object.keys(i)[0];i[a].default=!0}return i},B=function(t,e){return void 0===e&&(e={}),t.reduce((function(t,n){var r=n.attributes.lang||"text";return t[r]||(t[r]={language:r,default:!1,autoselect:!1,playlists:[],uri:""}),t[r].playlists.push(N(F(n),e)),t}),{})},U=function(t){return t.reduce((function(t,e){return e?(e.forEach((function(e){var n=e.channel,r=e.language;t[r]={autoselect:!1,default:!1,instreamId:n,language:r},e.hasOwnProperty("aspectRatio")&&(t[r].aspectRatio=e.aspectRatio),e.hasOwnProperty("easyReader")&&(t[r].easyReader=e.easyReader),e.hasOwnProperty("3D")&&(t[r]["3D"]=e["3D"])})),t):t}),{})},$=function(t){var e,n=t.attributes,r=t.segments,i=t.sidx,a=t.discontinuityStarts,o={attributes:(e={NAME:n.id,AUDIO:"audio",SUBTITLES:"subs",RESOLUTION:{width:n.width,height:n.height},CODECS:n.codecs,BANDWIDTH:n.bandwidth},e["PROGRAM-ID"]=1,e),uri:"",endList:"static"===n.type,timeline:n.periodStart,resolvedUri:"",targetDuration:n.duration,discontinuityStarts:a,timelineStarts:n.timelineStarts,segments:r};return n.frameRate&&(o.attributes["FRAME-RATE"]=n.frameRate),n.contentProtection&&(o.contentProtection=n.contentProtection),i&&(o.sidx=i),o},q=function(t){var e=t.attributes;return"video/mp4"===e.mimeType||"video/webm"===e.mimeType||"video"===e.contentType},W=function(t){var e=t.attributes;return"audio/mp4"===e.mimeType||"audio/webm"===e.mimeType||"audio"===e.contentType},Y=function(t){var e=t.attributes;return"text/vtt"===e.mimeType||"text"===e.contentType},K=function(t,e){t.forEach((function(t){t.mediaSequence=0,t.discontinuitySequence=g(e,(function(e){var n=e.timeline;return n===t.timeline})),t.segments&&t.segments.forEach((function(t,e){t.number=e}))}))},X=function(t){return t?Object.keys(t).reduce((function(e,n){var r=t[n];return e.concat(r.playlists)}),[]):[]},G=function(t){var e,n=t.dashPlaylists,r=t.locations,i=t.sidxMapping,a=void 0===i?{}:i,o=t.previousManifest;if(!n.length)return{};var s=n[0].attributes,c=s.sourceDuration,l=s.type,u=s.suggestedPresentationDelay,h=s.minimumUpdatePeriod,f=D(n.filter(q)).map($),d=D(n.filter(W)),p=D(n.filter(Y)),v=n.map((function(t){return t.attributes.captionServices})).filter(Boolean),g={allowCache:!0,discontinuityStarts:[],segments:[],endList:!0,mediaGroups:(e={AUDIO:{},VIDEO:{}},e["CLOSED-CAPTIONS"]={},e.SUBTITLES={},e),uri:"",duration:c,playlists:R(f,a)};h>=0&&(g.minimumUpdatePeriod=1e3*h),r&&(g.locations=r),"dynamic"===l&&(g.suggestedPresentationDelay=u);var m=0===g.playlists.length,y=d.length?H(d,a,m):null,b=p.length?B(p,a):null,_=f.concat(X(y),X(b)),x=_.map((function(t){var e=t.timelineStarts;return e}));return g.timelineStarts=E(x),K(_,g.timelineStarts),y&&(g.mediaGroups.AUDIO.audio=y),b&&(g.mediaGroups.SUBTITLES.subs=b),v.length&&(g.mediaGroups["CLOSED-CAPTIONS"].cc=U(v)),o?j({oldManifest:o,newManifest:g}):g},Z=function(t,e,n){var r=t.NOW,i=t.clientOffset,a=t.availabilityStartTime,o=t.timescale,s=void 0===o?1:o,c=t.periodStart,l=void 0===c?0:c,u=t.minimumUpdatePeriod,h=void 0===u?0:u,f=(r+i)/1e3,d=a+l,p=f+h,v=p-d;return Math.ceil((v*s-e)/n)},Q=function(t,e){for(var n=t.type,r=t.minimumUpdatePeriod,i=void 0===r?0:r,a=t.media,o=void 0===a?"":a,s=t.sourceDuration,c=t.timescale,l=void 0===c?1:c,u=t.startNumber,h=void 0===u?1:u,f=t.periodStart,d=[],p=-1,v=0;v<e.length;v++){var g=e[v],m=g.d,y=g.r||0,b=g.t||0;p<0&&(p=b),b&&b>p&&(p=b);var _=void 0;if(y<0){var x=v+1;_=x===e.length?"dynamic"===n&&i>0&&o.indexOf("$Number$")>0?Z(t,p,m):(s*l-p)/m:(e[x].t-p)/m}else _=y+1;var w=h+d.length+_,k=h+d.length;while(k<w)d.push({number:k,duration:m/l,time:p,timeline:f}),p+=m,k++}return d},J=/\$([A-z]*)(?:(%0)([0-9]+)d)?\$/g,tt=function(t){return function(e,n,r,i){if("$$"===e)return"$";if("undefined"===typeof t[n])return e;var a=""+t[n];return"RepresentationID"===n?a:(i=r?parseInt(i,10):1,a.length>=i?a:""+new Array(i-a.length+1).join("0")+a)}},et=function(t,e){return t.replace(J,tt(e))},nt=function(t,e){return t.duration||e?t.duration?C(t):Q(t,e):[{number:t.startNumber||1,duration:t.sourceDuration,time:0,timeline:t.periodStart}]},rt=function(t,e){var n={RepresentationID:t.id,Bandwidth:t.bandwidth||0},i=t.initialization,a=void 0===i?{sourceURL:"",range:""}:i,o=b({baseUrl:t.baseUrl,source:et(a.sourceURL,n),range:a.range}),s=nt(t,e);return s.map((function(e){n.Number=e.number,n.Time=e.time;var i=et(t.media||"",n),a=t.timescale||1,s=t.presentationTimeOffset||0,c=t.periodStart+(e.time-s)/a,l={uri:i,timeline:e.timeline,duration:e.duration,resolvedUri:Object(r["a"])(t.baseUrl||"",i),map:o,number:e.number,presentationTime:c};return l}))},it=function(t,e){var n=t.baseUrl,r=t.initialization,i=void 0===r?{}:r,a=b({baseUrl:n,source:i.sourceURL,range:i.range}),o=b({baseUrl:n,source:e.media,range:e.mediaRange});return o.map=a,o},at=function(t,e){var n=t.duration,r=t.segmentUrls,i=void 0===r?[]:r,a=t.periodStart;if(!n&&!e||n&&e)throw new Error(y.SEGMENT_TIME_UNSPECIFIED);var o,s=i.map((function(e){return it(t,e)}));n&&(o=C(t)),e&&(o=Q(t,e));var c=o.map((function(e,n){if(s[n]){var r=s[n],i=t.timescale||1,o=t.presentationTimeOffset||0;return r.timeline=e.timeline,r.duration=e.duration,r.number=e.number,r.presentationTime=a+(e.time-o)/i,r}})).filter((function(t){return t}));return c},ot=function(t){var e,n,r=t.attributes,i=t.segmentInfo;i.template?(n=rt,e=u(r,i.template)):i.base?(n=S,e=u(r,i.base)):i.list&&(n=at,e=u(r,i.list));var a={attributes:r};if(!n)return a;var o=n(e,i.segmentTimeline);if(e.duration){var s=e,c=s.duration,l=s.timescale,h=void 0===l?1:l;e.duration=c/h}else o.length?e.duration=o.reduce((function(t,e){return Math.max(t,Math.ceil(e.duration))}),0):e.duration=0;return a.attributes=e,a.segments=o,i.base&&e.indexRange&&(a.sidx=o[0],a.segments=[]),a},st=function(t){return t.map(ot)},ct=function(t,e){return p(t.childNodes).filter((function(t){var n=t.tagName;return n===e}))},lt=function(t){return t.textContent.trim()},ut=function(t){return parseFloat(t.split("/").reduce((function(t,e){return t/e})))},ht=function(t){var e=31536e3,n=2592e3,r=86400,i=3600,a=60,o=/P(?:(\d*)Y)?(?:(\d*)M)?(?:(\d*)D)?(?:T(?:(\d*)H)?(?:(\d*)M)?(?:([\d.]*)S)?)?/,s=o.exec(t);if(!s)return 0;var c=s.slice(1),l=c[0],u=c[1],h=c[2],f=c[3],d=c[4],p=c[5];return parseFloat(l||0)*e+parseFloat(u||0)*n+parseFloat(h||0)*r+parseFloat(f||0)*i+parseFloat(d||0)*a+parseFloat(p||0)},ft=function(t){var e=/^\d+-\d+-\d+T\d+:\d+:\d+(\.\d+)?$/;return e.test(t)&&(t+="Z"),Date.parse(t)},dt={mediaPresentationDuration:function(t){return ht(t)},availabilityStartTime:function(t){return ft(t)/1e3},minimumUpdatePeriod:function(t){return ht(t)},suggestedPresentationDelay:function(t){return ht(t)},type:function(t){return t},timeShiftBufferDepth:function(t){return ht(t)},start:function(t){return ht(t)},width:function(t){return parseInt(t,10)},height:function(t){return parseInt(t,10)},bandwidth:function(t){return parseInt(t,10)},frameRate:function(t){return ut(t)},startNumber:function(t){return parseInt(t,10)},timescale:function(t){return parseInt(t,10)},presentationTimeOffset:function(t){return parseInt(t,10)},duration:function(t){var e=parseInt(t,10);return isNaN(e)?ht(t):e},d:function(t){return parseInt(t,10)},t:function(t){return parseInt(t,10)},r:function(t){return parseInt(t,10)},DEFAULT:function(t){return t}},pt=function(t){return t&&t.attributes?p(t.attributes).reduce((function(t,e){var n=dt[e.name]||dt.DEFAULT;return t[e.name]=n(e.value),t}),{}):{}},vt={"urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b":"org.w3.clearkey","urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":"com.widevine.alpha","urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":"com.microsoft.playready","urn:uuid:f239e769-efa3-4850-9c16-a903c6932efb":"com.adobe.primetime"},gt=function(t,e){return e.length?d(t.map((function(t){return e.map((function(e){return Object(r["a"])(t,lt(e))}))}))):t},mt=function(t){var e=ct(t,"SegmentTemplate")[0],n=ct(t,"SegmentList")[0],r=n&&ct(n,"SegmentURL").map((function(t){return u({tag:"SegmentURL"},pt(t))})),i=ct(t,"SegmentBase")[0],a=n||e,o=a&&ct(a,"SegmentTimeline")[0],s=n||i||e,c=s&&ct(s,"Initialization")[0],l=e&&pt(e);l&&c?l.initialization=c&&pt(c):l&&l.initialization&&(l.initialization={sourceURL:l.initialization});var h={template:l,segmentTimeline:o&&ct(o,"S").map((function(t){return pt(t)})),list:n&&u(pt(n),{segmentUrls:r,initialization:pt(c)}),base:i&&u(pt(i),{initialization:pt(c)})};return Object.keys(h).forEach((function(t){h[t]||delete h[t]})),h},yt=function(t,e,n){return function(r){var i=ct(r,"BaseURL"),a=gt(e,i),o=u(t,pt(r)),s=mt(r);return a.map((function(t){return{segmentInfo:u(n,s),attributes:u(o,{baseUrl:t})}}))}},bt=function(t){return t.reduce((function(t,e){var n=pt(e);n.schemeIdUri&&(n.schemeIdUri=n.schemeIdUri.toLowerCase());var r=vt[n.schemeIdUri];if(r){t[r]={attributes:n};var i=ct(e,"cenc:pssh")[0];if(i){var a=lt(i);t[r].pssh=a&&Object(s["a"])(a)}}return t}),{})},_t=function(t){if("urn:scte:dash:cc:cea-608:2015"===t.schemeIdUri){var e="string"!==typeof t.value?[]:t.value.split(";");return e.map((function(t){var e,n;if(n=t,/^CC\d=/.test(t)){var r=t.split("=");e=r[0],n=r[1]}else/^CC\d$/.test(t)&&(e=t);return{channel:e,language:n}}))}if("urn:scte:dash:cc:cea-708:2015"===t.schemeIdUri){var n="string"!==typeof t.value?[]:t.value.split(";");return n.map((function(t){var e={channel:void 0,language:void 0,aspectRatio:1,easyReader:0,"3D":0};if(/=/.test(t)){var n=t.split("="),r=n[0],i=n[1],a=void 0===i?"":i;e.channel=r,e.language=t,a.split(",").forEach((function(t){var n=t.split(":"),r=n[0],i=n[1];"lang"===r?e.language=i:"er"===r?e.easyReader=Number(i):"war"===r?e.aspectRatio=Number(i):"3D"===r&&(e["3D"]=Number(i))}))}else e.language=t;return e.channel&&(e.channel="SERVICE"+e.channel),e}))}},xt=function(t,e,n){return function(r){var i=pt(r),a=gt(e,ct(r,"BaseURL")),o=ct(r,"Role")[0],s={role:pt(o)},c=u(t,i,s),l=ct(r,"Accessibility")[0],h=_t(pt(l));h&&(c=u(c,{captionServices:h}));var f=ct(r,"Label")[0];if(f&&f.childNodes.length){var p=f.childNodes[0].nodeValue.trim();c=u(c,{label:p})}var v=bt(ct(r,"ContentProtection"));Object.keys(v).length&&(c=u(c,{contentProtection:v}));var g=mt(r),m=ct(r,"Representation"),y=u(n,g);return d(m.map(yt(c,a,y)))}},wt=function(t,e){return function(n,r){var i=gt(e,ct(n.node,"BaseURL")),a=u(t,{periodStart:n.attributes.start});"number"===typeof n.attributes.duration&&(a.periodDuration=n.attributes.duration);var o=ct(n.node,"AdaptationSet"),s=mt(n.node);return d(o.map(xt(a,i,s)))}},kt=function(t){var e=t.attributes,n=t.priorPeriodAttributes,r=t.mpdType;return"number"===typeof e.start?e.start:n&&"number"===typeof n.start&&"number"===typeof n.duration?n.start+n.duration:n||"static"!==r?null:0},Ct=function(t,e){void 0===e&&(e={});var n=e,r=n.manifestUri,i=void 0===r?"":r,a=n.NOW,o=void 0===a?Date.now():a,s=n.clientOffset,c=void 0===s?0:s,l=ct(t,"Period");if(!l.length)throw new Error(y.INVALID_NUMBER_OF_PERIOD);var u=ct(t,"Location"),h=pt(t),f=gt([i],ct(t,"BaseURL"));h.type=h.type||"static",h.sourceDuration=h.mediaPresentationDuration||0,h.NOW=o,h.clientOffset=c,u.length&&(h.locations=u.map(lt));var p=[];return l.forEach((function(t,e){var n=pt(t),r=p[e-1];n.start=kt({attributes:n,priorPeriodAttributes:r?r.attributes:null,mpdType:h.type}),p.push({node:t,attributes:n})})),{locations:h.locations,representationInfo:d(p.map(wt(h,f)))}},St=function(t){if(""===t)throw new Error(y.DASH_EMPTY_MANIFEST);var e,n,r=new c["DOMParser"];try{e=r.parseFromString(t,"application/xml"),n=e&&"MPD"===e.documentElement.tagName?e.documentElement:null}catch(i){}if(!n||n&&n.getElementsByTagName("parsererror").length>0)throw new Error(y.DASH_INVALID_XML);return n},Tt=function(t){var e=ct(t,"UTCTiming")[0];if(!e)return null;var n=pt(e);switch(n.schemeIdUri){case"urn:mpeg:dash:utc:http-head:2014":case"urn:mpeg:dash:utc:http-head:2012":n.method="HEAD";break;case"urn:mpeg:dash:utc:http-xsdate:2014":case"urn:mpeg:dash:utc:http-iso:2014":case"urn:mpeg:dash:utc:http-xsdate:2012":case"urn:mpeg:dash:utc:http-iso:2012":n.method="GET";break;case"urn:mpeg:dash:utc:direct:2014":case"urn:mpeg:dash:utc:direct:2012":n.method="DIRECT",n.value=Date.parse(n.value);break;case"urn:mpeg:dash:utc:http-ntp:2014":case"urn:mpeg:dash:utc:ntp:2014":case"urn:mpeg:dash:utc:sntp:2014":default:throw new Error(y.UNSUPPORTED_UTC_TIMING_SCHEME)}return n},Ot=function(t,e){void 0===e&&(e={});var n=Ct(St(t),e),r=st(n.representationInfo);return G({dashPlaylists:r,locations:n.locations,sidxMapping:e.sidxMapping,previousManifest:e.previousManifest})},Mt=function(t){return Tt(St(t))}},8496:function(t,e,n){"use strict";var r,i=n("41b2"),a=n.n(i),o=n("2b0e"),s=n("46cf"),c=n.n(s),l=n("4d91"),u=n("6bb4"),h=n("daa3"),f=n("d41d"),d=n("c8c6"),p=n("6a21"),v=n("1098"),g=n.n(v);function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function y(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){_(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function b(t){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},b(t)}function _(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var x={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-",O:"-o-"};function w(){if(void 0!==r)return r;r="";var t=document.createElement("p").style,e="Transform";for(var n in x)n+e in t&&(r=n);return r}function k(){return w()?"".concat(w(),"TransitionProperty"):"transitionProperty"}function C(){return w()?"".concat(w(),"Transform"):"transform"}function S(t,e){var n=k();n&&(t.style[n]=e,"transitionProperty"!==n&&(t.style.transitionProperty=e))}function T(t,e){var n=C();n&&(t.style[n]=e,"transform"!==n&&(t.style.transform=e))}function O(t){return t.style.transitionProperty||t.style[k()]}function M(t){var e=window.getComputedStyle(t,null),n=e.getPropertyValue("transform")||e.getPropertyValue(C());if(n&&"none"!==n){var r=n.replace(/[^0-9\-.,]/g,"").split(",");return{x:parseFloat(r[12]||r[4],0),y:parseFloat(r[13]||r[5],0)}}return{x:0,y:0}}var E=/matrix\((.*)\)/,A=/matrix3d\((.*)\)/;function P(t,e){var n=window.getComputedStyle(t,null),r=n.getPropertyValue("transform")||n.getPropertyValue(C());if(r&&"none"!==r){var i,a=r.match(E);if(a)a=a[1],i=a.split(",").map((function(t){return parseFloat(t,10)})),i[4]=e.x,i[5]=e.y,T(t,"matrix(".concat(i.join(","),")"));else{var o=r.match(A)[1];i=o.split(",").map((function(t){return parseFloat(t,10)})),i[12]=e.x,i[13]=e.y,T(t,"matrix3d(".concat(i.join(","),")"))}}else T(t,"translateX(".concat(e.x,"px) translateY(").concat(e.y,"px) translateZ(0)"))}var L,I=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source;function j(t){var e=t.style.display;t.style.display="none",t.offsetHeight,t.style.display=e}function z(t,e,n){var r=n;if("object"!==b(e))return"undefined"!==typeof r?("number"===typeof r&&(r="".concat(r,"px")),void(t.style[e]=r)):L(t,e);for(var i in e)e.hasOwnProperty(i)&&z(t,i,e[i])}function D(t){var e,n,r,i=t.ownerDocument,a=i.body,o=i&&i.documentElement;return e=t.getBoundingClientRect(),n=Math.floor(e.left),r=Math.floor(e.top),n-=o.clientLeft||a.clientLeft||0,r-=o.clientTop||a.clientTop||0,{left:n,top:r}}function N(t,e){var n=t["page".concat(e?"Y":"X","Offset")],r="scroll".concat(e?"Top":"Left");if("number"!==typeof n){var i=t.document;n=i.documentElement[r],"number"!==typeof n&&(n=i.body[r])}return n}function R(t){return N(t)}function V(t){return N(t,!0)}function F(t){var e=D(t),n=t.ownerDocument,r=n.defaultView||n.parentWindow;return e.left+=R(r),e.top+=V(r),e}function H(t){return null!==t&&void 0!==t&&t==t.window}function B(t){return H(t)?t.document:9===t.nodeType?t:t.ownerDocument}function U(t,e,n){var r=n,i="",a=B(t);return r=r||a.defaultView.getComputedStyle(t,null),r&&(i=r.getPropertyValue(e)||r[e]),i}var $=new RegExp("^(".concat(I,")(?!px)[a-z%]+$"),"i"),q=/^(top|right|bottom|left)$/,W="currentStyle",Y="runtimeStyle",K="left",X="px";function G(t,e){var n=t[W]&&t[W][e];if($.test(n)&&!q.test(e)){var r=t.style,i=r[K],a=t[Y][K];t[Y][K]=t[W][K],r[K]="fontSize"===e?"1em":n||0,n=r.pixelLeft+X,r[K]=i,t[Y][K]=a}return""===n?"auto":n}function Z(t,e){return"left"===t?e.useCssRight?"right":t:e.useCssBottom?"bottom":t}function Q(t){return"left"===t?"right":"right"===t?"left":"top"===t?"bottom":"bottom"===t?"top":void 0}function J(t,e,n){"static"===z(t,"position")&&(t.style.position="relative");var r=-999,i=-999,a=Z("left",n),o=Z("top",n),s=Q(a),c=Q(o);"left"!==a&&(r=999),"top"!==o&&(i=999);var l="",u=F(t);("left"in e||"top"in e)&&(l=O(t)||"",S(t,"none")),"left"in e&&(t.style[s]="",t.style[a]="".concat(r,"px")),"top"in e&&(t.style[c]="",t.style[o]="".concat(i,"px")),j(t);var h=F(t),f={};for(var d in e)if(e.hasOwnProperty(d)){var p=Z(d,n),v="left"===d?r:i,g=u[d]-h[d];f[p]=p===d?v+g:v-g}z(t,f),j(t),("left"in e||"top"in e)&&S(t,l);var m={};for(var y in e)if(e.hasOwnProperty(y)){var b=Z(y,n),_=e[y]-u[y];m[b]=y===b?f[b]+_:f[b]-_}z(t,m)}function tt(t,e){var n=F(t),r=M(t),i={x:r.x,y:r.y};"left"in e&&(i.x=r.x+e.left-n.left),"top"in e&&(i.y=r.y+e.top-n.top),P(t,i)}function et(t,e,n){if(n.ignoreShake){var r=F(t),i=r.left.toFixed(0),a=r.top.toFixed(0),o=e.left.toFixed(0),s=e.top.toFixed(0);if(i===o&&a===s)return}n.useCssRight||n.useCssBottom?J(t,e,n):n.useCssTransform&&C()in document.body.style?tt(t,e):J(t,e,n)}function nt(t,e){for(var n=0;n<t.length;n++)e(t[n])}function rt(t){return"border-box"===L(t,"boxSizing")}"undefined"!==typeof window&&(L=window.getComputedStyle?U:G);var it=["margin","border","padding"],at=-1,ot=2,st=1,ct=0;function lt(t,e,n){var r,i={},a=t.style;for(r in e)e.hasOwnProperty(r)&&(i[r]=a[r],a[r]=e[r]);for(r in n.call(t),e)e.hasOwnProperty(r)&&(a[r]=i[r])}function ut(t,e,n){var r,i,a,o=0;for(i=0;i<e.length;i++)if(r=e[i],r)for(a=0;a<n.length;a++){var s=void 0;s="border"===r?"".concat(r).concat(n[a],"Width"):r+n[a],o+=parseFloat(L(t,s))||0}return o}var ht={getParent:function(t){var e=t;do{e=11===e.nodeType&&e.host?e.host:e.parentNode}while(e&&1!==e.nodeType&&9!==e.nodeType);return e}};function ft(t,e,n){var r=n;if(H(t))return"width"===e?ht.viewportWidth(t):ht.viewportHeight(t);if(9===t.nodeType)return"width"===e?ht.docWidth(t):ht.docHeight(t);var i="width"===e?["Left","Right"]:["Top","Bottom"],a="width"===e?Math.floor(t.getBoundingClientRect().width):Math.floor(t.getBoundingClientRect().height),o=rt(t),s=0;(null===a||void 0===a||a<=0)&&(a=void 0,s=L(t,e),(null===s||void 0===s||Number(s)<0)&&(s=t.style[e]||0),s=Math.floor(parseFloat(s))||0),void 0===r&&(r=o?st:at);var c=void 0!==a||o,l=a||s;return r===at?c?l-ut(t,["border","padding"],i):s:c?r===st?l:l+(r===ot?-ut(t,["border"],i):ut(t,["margin"],i)):s+ut(t,it.slice(r),i)}nt(["Width","Height"],(function(t){ht["doc".concat(t)]=function(e){var n=e.document;return Math.max(n.documentElement["scroll".concat(t)],n.body["scroll".concat(t)],ht["viewport".concat(t)](n))},ht["viewport".concat(t)]=function(e){var n="client".concat(t),r=e.document,i=r.body,a=r.documentElement,o=a[n];return"CSS1Compat"===r.compatMode&&o||i&&i[n]||o}}));var dt={position:"absolute",visibility:"hidden",display:"block"};function pt(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r,i=e[0];return 0!==i.offsetWidth?r=ft.apply(void 0,e):lt(i,dt,(function(){r=ft.apply(void 0,e)})),r}function vt(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}nt(["width","height"],(function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);ht["outer".concat(e)]=function(e,n){return e&&pt(e,t,n?ct:st)};var n="width"===t?["Left","Right"]:["Top","Bottom"];ht[t]=function(e,r){var i=r;if(void 0===i)return e&&pt(e,t,at);if(e){var a=rt(e);return a&&(i+=ut(e,["padding","border"],n)),z(e,t,i)}}}));var gt={getWindow:function(t){if(t&&t.document&&t.setTimeout)return t;var e=t.ownerDocument||t;return e.defaultView||e.parentWindow},getDocument:B,offset:function(t,e,n){if("undefined"===typeof e)return F(t);et(t,e,n||{})},isWindow:H,each:nt,css:z,clone:function(t){var e,n={};for(e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);var r=t.overflow;if(r)for(e in t)t.hasOwnProperty(e)&&(n.overflow[e]=t.overflow[e]);return n},mix:vt,getWindowScrollLeft:function(t){return R(t)},getWindowScrollTop:function(t){return V(t)},merge:function(){for(var t={},e=0;e<arguments.length;e++)gt.mix(t,e<0||arguments.length<=e?void 0:arguments[e]);return t},viewportWidth:0,viewportHeight:0};vt(gt,ht);var mt=gt.getParent;function yt(t){if(gt.isWindow(t)||9===t.nodeType)return null;var e,n=gt.getDocument(t),r=n.body,i=gt.css(t,"position"),a="fixed"===i||"absolute"===i;if(!a)return"html"===t.nodeName.toLowerCase()?null:mt(t);for(e=mt(t);e&&e!==r&&9!==e.nodeType;e=mt(e))if(i=gt.css(e,"position"),"static"!==i)return e;return null}var bt=gt.getParent;function _t(t){if(gt.isWindow(t)||9===t.nodeType)return!1;var e=gt.getDocument(t),n=e.body,r=null;for(r=bt(t);r&&r!==n&&r!==e;r=bt(r)){var i=gt.css(r,"position");if("fixed"===i)return!0}return!1}function xt(t,e){var n={left:0,right:1/0,top:0,bottom:1/0},r=yt(t),i=gt.getDocument(t),a=i.defaultView||i.parentWindow,o=i.body,s=i.documentElement;while(r){if(-1!==navigator.userAgent.indexOf("MSIE")&&0===r.clientWidth||r===o||r===s||"visible"===gt.css(r,"overflow")){if(r===o||r===s)break}else{var c=gt.offset(r);c.left+=r.clientLeft,c.top+=r.clientTop,n.top=Math.max(n.top,c.top),n.right=Math.min(n.right,c.left+r.clientWidth),n.bottom=Math.min(n.bottom,c.top+r.clientHeight),n.left=Math.max(n.left,c.left)}r=yt(r)}var l=null;if(!gt.isWindow(t)&&9!==t.nodeType){l=t.style.position;var u=gt.css(t,"position");"absolute"===u&&(t.style.position="fixed")}var h=gt.getWindowScrollLeft(a),f=gt.getWindowScrollTop(a),d=gt.viewportWidth(a),p=gt.viewportHeight(a),v=s.scrollWidth,g=s.scrollHeight,m=window.getComputedStyle(o);if("hidden"===m.overflowX&&(v=a.innerWidth),"hidden"===m.overflowY&&(g=a.innerHeight),t.style&&(t.style.position=l),e||_t(t))n.left=Math.max(n.left,h),n.top=Math.max(n.top,f),n.right=Math.min(n.right,h+d),n.bottom=Math.min(n.bottom,f+p);else{var y=Math.max(v,h+d);n.right=Math.min(n.right,y);var b=Math.max(g,f+p);n.bottom=Math.min(n.bottom,b)}return n.top>=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function wt(t,e,n,r){var i=gt.clone(t),a={width:e.width,height:e.height};return r.adjustX&&i.left<n.left&&(i.left=n.left),r.resizeWidth&&i.left>=n.left&&i.left+a.width>n.right&&(a.width-=i.left+a.width-n.right),r.adjustX&&i.left+a.width>n.right&&(i.left=Math.max(n.right-a.width,n.left)),r.adjustY&&i.top<n.top&&(i.top=n.top),r.resizeHeight&&i.top>=n.top&&i.top+a.height>n.bottom&&(a.height-=i.top+a.height-n.bottom),r.adjustY&&i.top+a.height>n.bottom&&(i.top=Math.max(n.bottom-a.height,n.top)),gt.mix(i,a)}function kt(t){var e,n,r;if(gt.isWindow(t)||9===t.nodeType){var i=gt.getWindow(t);e={left:gt.getWindowScrollLeft(i),top:gt.getWindowScrollTop(i)},n=gt.viewportWidth(i),r=gt.viewportHeight(i)}else e=gt.offset(t),n=gt.outerWidth(t),r=gt.outerHeight(t);return e.width=n,e.height=r,e}function Ct(t,e){var n=e.charAt(0),r=e.charAt(1),i=t.width,a=t.height,o=t.left,s=t.top;return"c"===n?s+=a/2:"b"===n&&(s+=a),"c"===r?o+=i/2:"r"===r&&(o+=i),{left:o,top:s}}function St(t,e,n,r,i){var a=Ct(e,n[1]),o=Ct(t,n[0]),s=[o.left-a.left,o.top-a.top];return{left:Math.round(t.left-s[0]+r[0]-i[0]),top:Math.round(t.top-s[1]+r[1]-i[1])}}function Tt(t,e,n){return t.left<n.left||t.left+e.width>n.right}function Ot(t,e,n){return t.top<n.top||t.top+e.height>n.bottom}function Mt(t,e,n){return t.left>n.right||t.left+e.width<n.left}function Et(t,e,n){return t.top>n.bottom||t.top+e.height<n.top}function At(t,e,n){var r=[];return gt.each(t,(function(t){r.push(t.replace(e,(function(t){return n[t]})))})),r}function Pt(t,e){return t[e]=-t[e],t}function Lt(t,e){var n;return n=/%$/.test(t)?parseInt(t.substring(0,t.length-1),10)/100*e:parseInt(t,10),n||0}function It(t,e){t[0]=Lt(t[0],e.width),t[1]=Lt(t[1],e.height)}function jt(t,e,n,r){var i=n.points,a=n.offset||[0,0],o=n.targetOffset||[0,0],s=n.overflow,c=n.source||t;a=[].concat(a),o=[].concat(o),s=s||{};var l={},u=0,h=!(!s||!s.alwaysByViewport),f=xt(c,h),d=kt(c);It(a,d),It(o,e);var p=St(d,e,i,a,o),v=gt.merge(d,p);if(f&&(s.adjustX||s.adjustY)&&r){if(s.adjustX&&Tt(p,d,f)){var g=At(i,/[lr]/gi,{l:"r",r:"l"}),m=Pt(a,0),y=Pt(o,0),b=St(d,e,g,m,y);Mt(b,d,f)||(u=1,i=g,a=m,o=y)}if(s.adjustY&&Ot(p,d,f)){var _=At(i,/[tb]/gi,{t:"b",b:"t"}),x=Pt(a,1),w=Pt(o,1),k=St(d,e,_,x,w);Et(k,d,f)||(u=1,i=_,a=x,o=w)}u&&(p=St(d,e,i,a,o),gt.mix(v,p));var C=Tt(p,d,f),S=Ot(p,d,f);if(C||S){var T=i;C&&(T=At(i,/[lr]/gi,{l:"r",r:"l"})),S&&(T=At(i,/[tb]/gi,{t:"b",b:"t"})),i=T,a=n.offset||[0,0],o=n.targetOffset||[0,0]}l.adjustX=s.adjustX&&C,l.adjustY=s.adjustY&&S,(l.adjustX||l.adjustY)&&(v=wt(p,d,f,l))}return v.width!==d.width&&gt.css(c,"width",gt.width(c)+v.width-d.width),v.height!==d.height&&gt.css(c,"height",gt.height(c)+v.height-d.height),gt.offset(c,{left:v.left,top:v.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:i,offset:a,targetOffset:o,overflow:l}}function zt(t,e){var n=xt(t,e),r=kt(t);return!n||r.left+r.width<=n.left||r.top+r.height<=n.top||r.left>=n.right||r.top>=n.bottom}function Dt(t,e,n){var r=n.target||e,i=kt(r),a=!zt(r,n.overflow&&n.overflow.alwaysByViewport);return jt(t,i,n,a)}function Nt(t,e,n){var r,i,a=gt.getDocument(t),o=a.defaultView||a.parentWindow,s=gt.getWindowScrollLeft(o),c=gt.getWindowScrollTop(o),l=gt.viewportWidth(o),u=gt.viewportHeight(o);r="pageX"in e?e.pageX:s+e.clientX,i="pageY"in e?e.pageY:c+e.clientY;var h={left:r,top:i,width:0,height:0},f=r>=0&&r<=s+l&&i>=0&&i<=c+u,d=[n.points[0],"cc"];return jt(t,h,y(y({},n),{},{points:d}),f)}Dt.__getOffsetParent=yt,Dt.__getVisibleRectForElement=xt;function Rt(t,e){var n=void 0;function r(){n&&(clearTimeout(n),n=null)}function i(){r(),n=setTimeout(t,e)}return i.clear=r,i}function Vt(t,e){return t===e||!(!t||!e)&&("pageX"in e&&"pageY"in e?t.pageX===e.pageX&&t.pageY===e.pageY:"clientX"in e&&"clientY"in e&&(t.clientX===e.clientX&&t.clientY===e.clientY))}function Ft(t){return t&&"object"===("undefined"===typeof t?"undefined":g()(t))&&t.window===t}function Ht(t,e){var n=Math.floor(t),r=Math.floor(e);return Math.abs(n-r)<=1}function Bt(t,e){t!==document.activeElement&&Object(u["a"])(e,t)&&t.focus()}var Ut=n("7b05"),$t=n("0644"),qt=n.n($t);function Wt(t){return"function"===typeof t&&t?t():null}function Yt(t){return"object"===("undefined"===typeof t?"undefined":g()(t))&&t?t:null}var Kt={props:{childrenProps:l["a"].object,align:l["a"].object.isRequired,target:l["a"].oneOfType([l["a"].func,l["a"].object]).def((function(){return window})),monitorBufferTime:l["a"].number.def(50),monitorWindowResize:l["a"].bool.def(!1),disabled:l["a"].bool.def(!1)},data:function(){return this.aligned=!1,{}},mounted:function(){var t=this;this.$nextTick((function(){t.prevProps=a()({},t.$props);var e=t.$props;!t.aligned&&t.forceAlign(),!e.disabled&&e.monitorWindowResize&&t.startMonitorWindowResize()}))},updated:function(){var t=this;this.$nextTick((function(){var e=t.prevProps,n=t.$props,r=!1;if(!n.disabled){var i=t.$el,o=i?i.getBoundingClientRect():null;if(e.disabled)r=!0;else{var s=Wt(e.target),c=Wt(n.target),l=Yt(e.target),u=Yt(n.target);Ft(s)&&Ft(c)?r=!1:(s!==c||s&&!c&&u||l&&u&&c||u&&!Vt(l,u))&&(r=!0);var h=t.sourceRect||{};r||!i||Ht(h.width,o.width)&&Ht(h.height,o.height)||(r=!0)}t.sourceRect=o}r&&t.forceAlign(),n.monitorWindowResize&&!n.disabled?t.startMonitorWindowResize():t.stopMonitorWindowResize(),t.prevProps=a()({},t.$props,{align:qt()(t.$props.align)})}))},beforeDestroy:function(){this.stopMonitorWindowResize()},methods:{startMonitorWindowResize:function(){this.resizeHandler||(this.bufferMonitor=Rt(this.forceAlign,this.$props.monitorBufferTime),this.resizeHandler=Object(d["a"])(window,"resize",this.bufferMonitor))},stopMonitorWindowResize:function(){this.resizeHandler&&(this.bufferMonitor.clear(),this.resizeHandler.remove(),this.resizeHandler=null)},forceAlign:function(){var t=this.$props,e=t.disabled,n=t.target,r=t.align;if(!e&&n){var i=this.$el,a=Object(h["k"])(this),o=void 0,s=Wt(n),c=Yt(n),l=document.activeElement;s?o=Dt(i,s,r):c&&(o=Nt(i,c,r)),Bt(l,i),this.aligned=!0,a.align&&a.align(i,o)}}},render:function(){var t=this.$props.childrenProps,e=Object(h["n"])(this)[0];return e&&t?Object(Ut["a"])(e,{props:t}):e}},Xt=Kt,Gt=n("92fa"),Zt=n.n(Gt),Qt={props:{visible:l["a"].bool,hiddenClassName:l["a"].string},render:function(){var t=arguments[0],e=this.$props,n=e.hiddenClassName,r=(e.visible,null);if(n||!this.$slots["default"]||this.$slots["default"].length>1){var i="";r=t("div",{class:i},[this.$slots["default"]])}else r=this.$slots["default"][0];return r}},Jt={props:{hiddenClassName:l["a"].string.def(""),prefixCls:l["a"].string,visible:l["a"].bool},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.visible,i=e.hiddenClassName,a={on:Object(h["k"])(this)};return t("div",Zt()([a,{class:r?"":i}]),[t(Qt,{class:n+"-content",attrs:{visible:r}},[this.$slots["default"]])])}},te=n("18ce"),ee=n("b488"),ne={name:"VCTriggerPopup",mixins:[ee["a"]],props:{visible:l["a"].bool,getClassNameFromAlign:l["a"].func,getRootDomNode:l["a"].func,align:l["a"].any,destroyPopupOnHide:l["a"].bool,prefixCls:l["a"].string,getContainer:l["a"].func,transitionName:l["a"].string,animation:l["a"].any,maskAnimation:l["a"].string,maskTransitionName:l["a"].string,mask:l["a"].bool,zIndex:l["a"].number,popupClassName:l["a"].any,popupStyle:l["a"].object.def((function(){return{}})),stretch:l["a"].string,point:l["a"].shape({pageX:l["a"].number,pageY:l["a"].number})},data:function(){return this.domEl=null,{stretchChecked:!1,targetWidth:void 0,targetHeight:void 0}},mounted:function(){var t=this;this.$nextTick((function(){t.rootNode=t.getPopupDomNode(),t.setStretchSize()}))},updated:function(){var t=this;this.$nextTick((function(){t.setStretchSize()}))},beforeDestroy:function(){this.$el.parentNode?this.$el.parentNode.removeChild(this.$el):this.$el.remove&&this.$el.remove()},methods:{onAlign:function(t,e){var n=this.$props,r=n.getClassNameFromAlign(e);this.currentAlignClassName!==r&&(this.currentAlignClassName=r,t.className=this.getClassName(r));var i=Object(h["k"])(this);i.align&&i.align(t,e)},setStretchSize:function(){var t=this.$props,e=t.stretch,n=t.getRootDomNode,r=t.visible,i=this.$data,a=i.stretchChecked,o=i.targetHeight,s=i.targetWidth;if(e&&r){var c=n();if(c){var l=c.offsetHeight,u=c.offsetWidth;o===l&&s===u&&a||this.setState({stretchChecked:!0,targetHeight:l,targetWidth:u})}}else a&&this.setState({stretchChecked:!1})},getPopupDomNode:function(){return this.$refs.popupInstance?this.$refs.popupInstance.$el:null},getTargetElement:function(){return this.$props.getRootDomNode()},getAlignTarget:function(){var t=this.$props.point;return t||this.getTargetElement},getMaskTransitionName:function(){var t=this.$props,e=t.maskTransitionName,n=t.maskAnimation;return!e&&n&&(e=t.prefixCls+"-"+n),e},getTransitionName:function(){var t=this.$props,e=t.transitionName,n=t.animation;return e||("string"===typeof n?e=""+n:n&&n.props&&n.props.name&&(e=n.props.name)),e},getClassName:function(t){return this.$props.prefixCls+" "+this.$props.popupClassName+" "+t},getPopupElement:function(){var t=this,e=this.$createElement,n=this.$props,r=this.$slots,i=this.getTransitionName,o=this.$data,s=o.stretchChecked,c=o.targetHeight,l=o.targetWidth,u=n.align,f=n.visible,d=n.prefixCls,p=n.animation,v=n.popupStyle,m=n.getClassNameFromAlign,y=n.destroyPopupOnHide,b=n.stretch,_=this.getClassName(this.currentAlignClassName||m(u));f||(this.currentAlignClassName=null);var x={};b&&(-1!==b.indexOf("height")?x.height="number"===typeof c?c+"px":c:-1!==b.indexOf("minHeight")&&(x.minHeight="number"===typeof c?c+"px":c),-1!==b.indexOf("width")?x.width="number"===typeof l?l+"px":l:-1!==b.indexOf("minWidth")&&(x.minWidth="number"===typeof l?l+"px":l),s||setTimeout((function(){t.$refs.alignInstance&&t.$refs.alignInstance.forceAlign()}),0));var w={props:{prefixCls:d,visible:f},class:_,on:Object(h["k"])(this),ref:"popupInstance",style:a()({},x,v,this.getZIndexStyle())},k={props:{appear:!0,css:!1}},C=i(),S=!!C,T={beforeEnter:function(){},enter:function(e,n){t.$nextTick((function(){t.$refs.alignInstance?t.$refs.alignInstance.$nextTick((function(){t.domEl=e,Object(te["a"])(e,C+"-enter",n)})):n()}))},beforeLeave:function(){t.domEl=null},leave:function(t,e){Object(te["a"])(t,C+"-leave",e)}};if("object"===("undefined"===typeof p?"undefined":g()(p))){S=!0;var O=p.on,M=void 0===O?{}:O,E=p.props,A=void 0===E?{}:E;k.props=a()({},k.props,A),k.on=a()({},T,M)}else k.on=T;return S||(k={}),e("transition",k,y?[f?e(Xt,{attrs:{target:this.getAlignTarget(),monitorWindowResize:!0,align:u},key:"popup",ref:"alignInstance",on:{align:this.onAlign}},[e(Jt,w,[r["default"]])]):null]:[e(Xt,{directives:[{name:"show",value:f}],attrs:{target:this.getAlignTarget(),monitorWindowResize:!0,disabled:!f,align:u},key:"popup",ref:"alignInstance",on:{align:this.onAlign}},[e(Jt,w,[r["default"]])])])},getZIndexStyle:function(){var t={},e=this.$props;return void 0!==e.zIndex&&(t.zIndex=e.zIndex),t},getMaskElement:function(){var t=this.$createElement,e=this.$props,n=null;if(e.mask){var r=this.getMaskTransitionName();n=t(Qt,{directives:[{name:"show",value:e.visible}],style:this.getZIndexStyle(),key:"mask",class:e.prefixCls+"-mask",attrs:{visible:e.visible}}),r&&(n=t("transition",{attrs:{appear:!0,name:r}},[n]))}return n}},render:function(){var t=arguments[0],e=this.getMaskElement,n=this.getPopupElement;return t("div",[e(),n()])}};function re(t,e,n){return n?t[0]===e[0]:t[0]===e[0]&&t[1]===e[1]}function ie(t,e,n){var r=t[e]||{};return a()({},r,n)}function ae(t,e,n,r){var i=n.points;for(var a in t)if(t.hasOwnProperty(a)&&re(t[a].points,i,r))return e+"-placement-"+a;return""}function oe(){}var se={props:{autoMount:l["a"].bool.def(!0),autoDestroy:l["a"].bool.def(!0),visible:l["a"].bool,forceRender:l["a"].bool.def(!1),parent:l["a"].any,getComponent:l["a"].func.isRequired,getContainer:l["a"].func.isRequired,children:l["a"].func.isRequired},mounted:function(){this.autoMount&&this.renderComponent()},updated:function(){this.autoMount&&this.renderComponent()},beforeDestroy:function(){this.autoDestroy&&this.removeContainer()},methods:{removeContainer:function(){this.container&&(this._component&&this._component.$destroy(),this.container.parentNode.removeChild(this.container),this.container=null,this._component=null)},renderComponent:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments[1],n=this.visible,r=this.forceRender,i=this.getContainer,a=this.parent,o=this;if(n||a._component||a.$refs._component||r){var s=this.componentEl;this.container||(this.container=i(),s=document.createElement("div"),this.componentEl=s,this.container.appendChild(s));var c={component:o.getComponent(t)};this._component?this._component.setComponent(c):this._component=new this.$root.constructor({el:s,parent:o,data:{_com:c},mounted:function(){this.$nextTick((function(){e&&e.call(o)}))},updated:function(){this.$nextTick((function(){e&&e.call(o)}))},methods:{setComponent:function(t){this.$data._com=t}},render:function(){return this.$data._com.component}})}}},render:function(){return this.children({renderComponent:this.renderComponent,removeContainer:this.removeContainer})}};function ce(){return""}function le(){return window.document}o["c"].use(c.a,{name:"ant-ref"});var ue=["click","mousedown","touchstart","mouseenter","mouseleave","focus","blur","contextmenu"],he={name:"Trigger",mixins:[ee["a"]],props:{action:l["a"].oneOfType([l["a"].string,l["a"].arrayOf(l["a"].string)]).def([]),showAction:l["a"].any.def([]),hideAction:l["a"].any.def([]),getPopupClassNameFromAlign:l["a"].any.def(ce),afterPopupVisibleChange:l["a"].func.def(oe),popup:l["a"].any,popupStyle:l["a"].object.def((function(){return{}})),prefixCls:l["a"].string.def("rc-trigger-popup"),popupClassName:l["a"].string.def(""),popupPlacement:l["a"].string,builtinPlacements:l["a"].object,popupTransitionName:l["a"].oneOfType([l["a"].string,l["a"].object]),popupAnimation:l["a"].any,mouseEnterDelay:l["a"].number.def(0),mouseLeaveDelay:l["a"].number.def(.1),zIndex:l["a"].number,focusDelay:l["a"].number.def(0),blurDelay:l["a"].number.def(.15),getPopupContainer:l["a"].func,getDocument:l["a"].func.def(le),forceRender:l["a"].bool,destroyPopupOnHide:l["a"].bool.def(!1),mask:l["a"].bool.def(!1),maskClosable:l["a"].bool.def(!0),popupAlign:l["a"].object.def((function(){return{}})),popupVisible:l["a"].bool,defaultPopupVisible:l["a"].bool.def(!1),maskTransitionName:l["a"].oneOfType([l["a"].string,l["a"].object]),maskAnimation:l["a"].string,stretch:l["a"].string,alignPoint:l["a"].bool},provide:function(){return{vcTriggerContext:this}},inject:{vcTriggerContext:{default:function(){return{}}},savePopupRef:{default:function(){return oe}},dialogContext:{default:function(){return null}}},data:function(){var t=this,e=this.$props,n=void 0;return n=Object(h["s"])(this,"popupVisible")?!!e.popupVisible:!!e.defaultPopupVisible,ue.forEach((function(e){t["fire"+e]=function(n){t.fireEvents(e,n)}})),{prevPopupVisible:n,sPopupVisible:n,point:null}},watch:{popupVisible:function(t){void 0!==t&&(this.prevPopupVisible=this.sPopupVisible,this.sPopupVisible=t)}},deactivated:function(){this.setPopupVisible(!1)},mounted:function(){var t=this;this.$nextTick((function(){t.renderComponent(null),t.updatedCal()}))},updated:function(){var t=this,e=function(){t.sPopupVisible!==t.prevPopupVisible&&t.afterPopupVisibleChange(t.sPopupVisible),t.prevPopupVisible=t.sPopupVisible};this.renderComponent(null,e),this.$nextTick((function(){t.updatedCal()}))},beforeDestroy:function(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout)},methods:{updatedCal:function(){var t=this.$props,e=this.$data;if(e.sPopupVisible){var n=void 0;this.clickOutsideHandler||!this.isClickToHide()&&!this.isContextmenuToShow()||(n=t.getDocument(),this.clickOutsideHandler=Object(d["a"])(n,"mousedown",this.onDocumentClick)),this.touchOutsideHandler||(n=n||t.getDocument(),this.touchOutsideHandler=Object(d["a"])(n,"touchstart",this.onDocumentClick)),!this.contextmenuOutsideHandler1&&this.isContextmenuToShow()&&(n=n||t.getDocument(),this.contextmenuOutsideHandler1=Object(d["a"])(n,"scroll",this.onContextmenuClose)),!this.contextmenuOutsideHandler2&&this.isContextmenuToShow()&&(this.contextmenuOutsideHandler2=Object(d["a"])(window,"blur",this.onContextmenuClose))}else this.clearOutsideHandler()},onMouseenter:function(t){var e=this.$props.mouseEnterDelay;this.fireEvents("mouseenter",t),this.delaySetPopupVisible(!0,e,e?null:t)},onMouseMove:function(t){this.fireEvents("mousemove",t),this.setPoint(t)},onMouseleave:function(t){this.fireEvents("mouseleave",t),this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onPopupMouseenter:function(){this.clearDelayTimer()},onPopupMouseleave:function(t){t&&t.relatedTarget&&!t.relatedTarget.setTimeout&&this._component&&this._component.getPopupDomNode&&Object(u["a"])(this._component.getPopupDomNode(),t.relatedTarget)||this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onFocus:function(t){this.fireEvents("focus",t),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.$props.focusDelay))},onMousedown:function(t){this.fireEvents("mousedown",t),this.preClickTime=Date.now()},onTouchstart:function(t){this.fireEvents("touchstart",t),this.preTouchTime=Date.now()},onBlur:function(t){Object(u["a"])(t.target,t.relatedTarget||document.activeElement)||(this.fireEvents("blur",t),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.$props.blurDelay))},onContextmenu:function(t){t.preventDefault(),this.fireEvents("contextmenu",t),this.setPopupVisible(!0,t)},onContextmenuClose:function(){this.isContextmenuToShow()&&this.close()},onClick:function(t){if(this.fireEvents("click",t),this.focusTime){var e=void 0;if(this.preClickTime&&this.preTouchTime?e=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?e=this.preClickTime:this.preTouchTime&&(e=this.preTouchTime),Math.abs(e-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,this.isClickToShow()&&(this.isClickToHide()||this.isBlurToHide())&&t&&t.preventDefault&&t.preventDefault(),t&&t.domEvent&&t.domEvent.preventDefault();var n=!this.$data.sPopupVisible;(this.isClickToHide()&&!n||n&&this.isClickToShow())&&this.setPopupVisible(!this.$data.sPopupVisible,t)},onPopupMouseDown:function(){var t=this,e=this.vcTriggerContext,n=void 0===e?{}:e;this.hasPopupMouseDown=!0,clearTimeout(this.mouseDownTimeout),this.mouseDownTimeout=setTimeout((function(){t.hasPopupMouseDown=!1}),0),n.onPopupMouseDown&&n.onPopupMouseDown.apply(n,arguments)},onDocumentClick:function(t){if(!this.$props.mask||this.$props.maskClosable){var e=t.target,n=this.$el;Object(u["a"])(n,e)||this.hasPopupMouseDown||this.close()}},getPopupDomNode:function(){return this._component&&this._component.getPopupDomNode?this._component.getPopupDomNode():null},getRootDomNode:function(){return this.$el},handleGetPopupClassFromAlign:function(t){var e=[],n=this.$props,r=n.popupPlacement,i=n.builtinPlacements,a=n.prefixCls,o=n.alignPoint,s=n.getPopupClassNameFromAlign;return r&&i&&e.push(ae(i,a,t,o)),s&&e.push(s(t)),e.join(" ")},getPopupAlign:function(){var t=this.$props,e=t.popupPlacement,n=t.popupAlign,r=t.builtinPlacements;return e&&r?ie(r,e,n):n},savePopup:function(t){this._component=t,this.savePopupRef(t)},getComponent:function(){var t=this.$createElement,e=this,n={};this.isMouseEnterToShow()&&(n.mouseenter=e.onPopupMouseenter),this.isMouseLeaveToHide()&&(n.mouseleave=e.onPopupMouseleave),n.mousedown=this.onPopupMouseDown,n.touchstart=this.onPopupMouseDown;var r=e.handleGetPopupClassFromAlign,i=e.getRootDomNode,o=e.getContainer,s=e.$props,c=s.prefixCls,l=s.destroyPopupOnHide,u=s.popupClassName,f=s.action,d=s.popupAnimation,p=s.popupTransitionName,v=s.popupStyle,g=s.mask,m=s.maskAnimation,y=s.maskTransitionName,b=s.zIndex,_=s.stretch,x=s.alignPoint,w=this.$data,k=w.sPopupVisible,C=w.point,S=this.getPopupAlign(),T={props:{prefixCls:c,destroyPopupOnHide:l,visible:k,point:x&&C,action:f,align:S,animation:d,getClassNameFromAlign:r,stretch:_,getRootDomNode:i,mask:g,zIndex:b,transitionName:p,maskAnimation:m,maskTransitionName:y,getContainer:o,popupClassName:u,popupStyle:v},on:a()({align:Object(h["k"])(this).popupAlign||oe},n),directives:[{name:"ant-ref",value:this.savePopup}]};return t(ne,T,[Object(h["g"])(e,"popup")])},getContainer:function(){var t=this.$props,e=this.dialogContext,n=document.createElement("div");n.style.position="absolute",n.style.top="0",n.style.left="0",n.style.width="100%";var r=t.getPopupContainer?t.getPopupContainer(this.$el,e):t.getDocument().body;return r.appendChild(n),this.popupContainer=n,n},setPopupVisible:function(t,e){var n=this.alignPoint,r=this.sPopupVisible;if(this.clearDelayTimer(),r!==t){Object(h["s"])(this,"popupVisible")||this.setState({sPopupVisible:t,prevPopupVisible:r});var i=Object(h["k"])(this);i.popupVisibleChange&&i.popupVisibleChange(t)}n&&e&&this.setPoint(e)},setPoint:function(t){var e=this.$props.alignPoint;e&&t&&this.setState({point:{pageX:t.pageX,pageY:t.pageY}})},delaySetPopupVisible:function(t,e,n){var r=this,i=1e3*e;if(this.clearDelayTimer(),i){var a=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=Object(f["b"])((function(){r.setPopupVisible(t,a),r.clearDelayTimer()}),i)}else this.setPopupVisible(t,n)},clearDelayTimer:function(){this.delayTimer&&(Object(f["a"])(this.delayTimer),this.delayTimer=null)},clearOutsideHandler:function(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextmenuOutsideHandler1&&(this.contextmenuOutsideHandler1.remove(),this.contextmenuOutsideHandler1=null),this.contextmenuOutsideHandler2&&(this.contextmenuOutsideHandler2.remove(),this.contextmenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains:function(t){var e=function(){},n=Object(h["k"])(this);return this.childOriginEvents[t]&&n[t]?this["fire"+t]:(e=this.childOriginEvents[t]||n[t]||e,e)},isClickToShow:function(){var t=this.$props,e=t.action,n=t.showAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")},isContextmenuToShow:function(){var t=this.$props,e=t.action,n=t.showAction;return-1!==e.indexOf("contextmenu")||-1!==n.indexOf("contextmenu")},isClickToHide:function(){var t=this.$props,e=t.action,n=t.hideAction;return-1!==e.indexOf("click")||-1!==n.indexOf("click")},isMouseEnterToShow:function(){var t=this.$props,e=t.action,n=t.showAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseenter")},isMouseLeaveToHide:function(){var t=this.$props,e=t.action,n=t.hideAction;return-1!==e.indexOf("hover")||-1!==n.indexOf("mouseleave")},isFocusToShow:function(){var t=this.$props,e=t.action,n=t.showAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("focus")},isBlurToHide:function(){var t=this.$props,e=t.action,n=t.hideAction;return-1!==e.indexOf("focus")||-1!==n.indexOf("blur")},forcePopupAlign:function(){this.$data.sPopupVisible&&this._component&&this._component.$refs.alignInstance&&this._component.$refs.alignInstance.forceAlign()},fireEvents:function(t,e){this.childOriginEvents[t]&&this.childOriginEvents[t](e),this.__emit(t,e)},close:function(){this.setPopupVisible(!1)}},render:function(){var t=this,e=arguments[0],n=this.sPopupVisible,r=Object(h["c"])(this.$slots["default"]),i=this.$props,a=i.forceRender,o=i.alignPoint;r.length>1&&Object(p["a"])(!1,"Trigger $slots.default.length > 1, just support only one default",!0);var s=r[0];this.childOriginEvents=Object(h["h"])(s);var c={props:{},nativeOn:{},key:"trigger"};return this.isContextmenuToShow()?c.nativeOn.contextmenu=this.onContextmenu:c.nativeOn.contextmenu=this.createTwoChains("contextmenu"),this.isClickToHide()||this.isClickToShow()?(c.nativeOn.click=this.onClick,c.nativeOn.mousedown=this.onMousedown,c.nativeOn.touchstart=this.onTouchstart):(c.nativeOn.click=this.createTwoChains("click"),c.nativeOn.mousedown=this.createTwoChains("mousedown"),c.nativeOn.touchstart=this.createTwoChains("onTouchstart")),this.isMouseEnterToShow()?(c.nativeOn.mouseenter=this.onMouseenter,o&&(c.nativeOn.mousemove=this.onMouseMove)):c.nativeOn.mouseenter=this.createTwoChains("mouseenter"),this.isMouseLeaveToHide()?c.nativeOn.mouseleave=this.onMouseleave:c.nativeOn.mouseleave=this.createTwoChains("mouseleave"),this.isFocusToShow()||this.isBlurToHide()?(c.nativeOn.focus=this.onFocus,c.nativeOn.blur=this.onBlur):(c.nativeOn.focus=this.createTwoChains("focus"),c.nativeOn.blur=function(e){!e||e.relatedTarget&&Object(u["a"])(e.target,e.relatedTarget)||t.createTwoChains("blur")(e)}),this.trigger=Object(Ut["a"])(s,c),e(se,{attrs:{parent:this,visible:n,autoMount:!1,forceRender:a,getComponent:this.getComponent,getContainer:this.getContainer,children:function(e){var n=e.renderComponent;return t.renderComponent=n,t.trigger}}})}};e["a"]=he},"84c3":function(t,e,n){"use strict";var r=n("74e8");r("Uint16",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},"857a":function(t,e,n){"use strict";var r=n("e330"),i=n("1d80"),a=n("577e"),o=/"/g,s=r("".replace);t.exports=function(t,e,n,r){var c=a(i(t)),l="<"+e;return""!==n&&(l+=" "+n+'="'+s(a(r),o,"&quot;")+'"'),l+">"+c+"</"+e+">"}},8580:function(t,e,n){},8592:function(t,e,n){"use strict";var r=n("b1e0"),i=n("db14");r["b"].setDefaultIndicator=r["c"],r["b"].install=function(t){t.use(i["a"]),t.component(r["b"].name,r["b"])},e["a"]=r["b"]},"85e3":function(t,e){function n(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}t.exports=n},"85e7":function(t,e,n){var r=n("1a14"),i=n("77e9"),a=n("9876");t.exports=n("0bad")?Object.defineProperties:function(t,e){i(t);var n,o=a(e),s=o.length,c=0;while(s>c)r.f(t,n=o[c++],e[n]);return t}},8604:function(t,e,n){var r=n("26e8"),i=n("e2c0");function a(t,e){return null!=t&&i(t,e,r)}t.exports=a},"861d":function(t,e,n){"use strict";var r=n("1626");t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},"867a":function(t,e,n){"use strict";var r=Math.log,i=Math.LOG10E;t.exports=Math.log10||function(t){return r(t)*i}},"872a":function(t,e,n){var r=n("3b4a");function i(t,e,n){"__proto__"==e&&r?r(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}t.exports=i},8771:function(t,e,n){var r=n("cc15")("iterator"),i=!1;try{var a=[7][r]();a["return"]=function(){i=!0},Array.from(a,(function(){throw 2}))}catch(o){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var a=[7],s=a[r]();s.next=function(){return{done:n=!0}},a[r]=function(){return s},t(a)}catch(o){}return n}},8827:function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},"882a":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("41b2"),i=l(r),a=n("6604"),o=l(a),s=n("5669"),c=l(s);function l(t){return t&&t.__esModule?t:{default:t}}var u={lang:(0,i["default"])({placeholder:"请选择日期",rangePlaceholder:["开始日期","结束日期"]},o["default"]),timePickerLocale:(0,i["default"])({},c["default"])};u.lang.ok="确 定",e["default"]=u},8925:function(t,e,n){"use strict";var r=n("e330"),i=n("1626"),a=n("c6cd"),o=r(Function.toString);i(a.inspectSource)||(a.inspectSource=function(t){return o(t)}),t.exports=a.inspectSource},"89a7":function(t,e,n){"use strict";function r(t,e,n){if(void 0===n&&(n=Array.prototype),t&&"function"===typeof n.find)return n.find.call(t,e);for(var r=0;r<t.length;r++)if(Object.prototype.hasOwnProperty.call(t,r)){var i=t[r];if(e.call(void 0,i,r,t))return i}}function i(t,e){return void 0===e&&(e=Object),e&&"function"===typeof e.freeze?e.freeze(t):t}function a(t,e){if(null===t||"object"!==typeof t)throw new TypeError("target is not an object");for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t}var o=i({HTML:"text/html",isHTML:function(t){return t===o.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),s=i({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(t){return t===s.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});e.assign=a,e.find=r,e.freeze=i,e.MIME_TYPE=o,e.NAMESPACE=s},"89d9":function(t,e,n){var r=n("656b"),i=n("159a"),a=n("e2e4");function o(t,e,n){var o=-1,s=e.length,c={};while(++o<s){var l=e[o],u=r(t,l);n(u,l)&&i(c,a(l,t),u)}return c}t.exports=o},"89ee":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("4d26"),c=n.n(s),l=n("4d91"),u=n("d338"),h=n("daa3"),f=n("9cba");function d(){}e["a"]={name:"ARadioGroup",model:{prop:"value"},props:{prefixCls:l["a"].string,defaultValue:l["a"].any,value:l["a"].any,size:{default:"default",validator:function(t){return["large","default","small"].includes(t)}},options:{default:function(){return[]},type:Array},disabled:Boolean,name:String,buttonStyle:l["a"].string.def("outline")},data:function(){var t=this.value,e=this.defaultValue;return this.updatingValue=!1,{stateValue:void 0===t?e:t}},provide:function(){return{radioGroupContext:this}},inject:{configProvider:{default:function(){return f["a"]}}},computed:{radioOptions:function(){var t=this.disabled;return this.options.map((function(e){return"string"===typeof e?{label:e,value:e}:o()({},e,{disabled:void 0===e.disabled?t:e.disabled})}))},classes:function(){var t,e=this.prefixCls,n=this.size;return t={},i()(t,""+e,!0),i()(t,e+"-"+n,n),t}},watch:{value:function(t){this.updatingValue=!1,this.stateValue=t}},methods:{onRadioChange:function(t){var e=this,n=this.stateValue,r=t.target.value;Object(h["s"])(this,"value")||(this.stateValue=r),this.updatingValue||r===n||(this.updatingValue=!0,this.$emit("input",r),this.$emit("change",t)),this.$nextTick((function(){e.updatingValue=!1}))}},render:function(){var t=this,e=arguments[0],n=Object(h["k"])(this),r=n.mouseenter,a=void 0===r?d:r,o=n.mouseleave,s=void 0===o?d:o,l=Object(h["l"])(this),f=l.prefixCls,p=l.options,v=l.buttonStyle,g=this.configProvider.getPrefixCls,m=g("radio",f),y=m+"-group",b=c()(y,y+"-"+v,i()({},y+"-"+l.size,l.size)),_=Object(h["c"])(this.$slots["default"]);return p&&p.length>0&&(_=p.map((function(n){return"string"===typeof n?e(u["a"],{key:n,attrs:{prefixCls:m,disabled:l.disabled,value:n,checked:t.stateValue===n}},[n]):e(u["a"],{key:"radio-group-value-options-"+n.value,attrs:{prefixCls:m,disabled:n.disabled||l.disabled,value:n.value,checked:t.stateValue===n.value}},[n.label])}))),e("div",{class:b,on:{mouseenter:a,mouseleave:s}},[_])}}},"8a0d":function(t,e){t.exports={}},"8a59":function(t,e,n){"use strict";var r=n("74e8");r("Uint8",(function(t){return function(e,n,r){return t(this,e,n,r)}}),!0)},"8a79":function(t,e,n){"use strict";var r=n("23e7"),i=n("4625"),a=n("06cf").f,o=n("50c4"),s=n("577e"),c=n("5a34"),l=n("1d80"),u=n("ab13"),h=n("c430"),f=i("".slice),d=Math.min,p=u("endsWith"),v=!h&&!p&&!!function(){var t=a(String.prototype,"endsWith");return t&&!t.writable}();r({target:"String",proto:!0,forced:!v&&!p},{endsWith:function(t){var e=s(l(this));c(t);var n=arguments.length>1?arguments[1]:void 0,r=e.length,i=void 0===n?r:d(o(n),r),a=s(t);return f(e,i-a.length,i)===a}})},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8aa7":function(t,e,n){"use strict";var r=n("da84"),i=n("d039"),a=n("1c7e"),o=n("ebb5").NATIVE_ARRAY_BUFFER_VIEWS,s=r.ArrayBuffer,c=r.Int8Array;t.exports=!o||!i((function(){c(1)}))||!i((function(){new c(-1)}))||!a((function(t){new c,new c(null),new c(1.5),new c(t)}),!0)||i((function(){return 1!==new c(new s(2),1,void 0).length}))},"8aab":function(t,e,n){var r=n("6aa8"),i=n("cc15")("iterator"),a=n("8a0d");t.exports=n("5524").isIterable=function(t){var e=Object(t);return void 0!==e[i]||"@@iterator"in e||a.hasOwnProperty(r(e))}},"8adb":function(t,e){function n(t,e){if(("constructor"!==e||"function"!==typeof t[e])&&"__proto__"!=e)return t[e]}t.exports=n},"8b09":function(t,e,n){"use strict";var r=n("74e8");r("Int16",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},"8b1a":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},"8b45":function(t,e,n){"use strict";var r=n("7320"),i=r["a"];e["a"]=i},"8b53":function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=/^(audio|video|application)\/(x-|vnd\.apple\.)?mpegurl/i,i=/^application\/dash\+xml/i,a=function(t){return r.test(t)?"hls":i.test(t)?"dash":"application/vnd.videojs.vhs+json"===t?"vhs-json":null}},"8b79":function(t,e,n){},"8b9a":function(t,e,n){"use strict";var r=n("23e7"),i=n("825a"),a=n("3bbe"),o=n("d2bb");o&&r({target:"Reflect",stat:!0},{setPrototypeOf:function(t,e){i(t),a(e);try{return o(t,e),!0}catch(n){return!1}}})},"8ba4":function(t,e,n){"use strict";var r=n("23e7"),i=n("eac5");r({target:"Number",stat:!0},{isInteger:i})},"8c00":function(t,e,n){"use strict";var r=n("be09"),i=function(t,e){return void 0===e&&(e=!1),function(n,i,o){if(n)t(n);else if(i.statusCode>=400&&i.statusCode<=599){var s=o;if(e)if(r.TextDecoder){var c=a(i.headers&&i.headers["content-type"]);try{s=new TextDecoder(c).decode(o)}catch(l){}}else s=String.fromCharCode.apply(null,new Uint8Array(o));t({cause:s})}else t(null,o)}};function a(t){return void 0===t&&(t=""),t.toLowerCase().split(";").reduce((function(t,e){var n=e.split("="),r=n[0],i=n[1];return"charset"===r.trim()?i.trim():t}),"utf-8")}t.exports=i},"8c10":function(t,e){function n(t,e){var n,r=null;try{n=JSON.parse(t,e)}catch(i){r=i}return[r,n]}t.exports=n},"8c3f":function(t,e,n){},"8c4f":function(t,e,n){"use strict";function r(t,e){for(var n in e)t[n]=e[n];return t}n.d(e,"a",(function(){return we}));var i=/[!'()*]/g,a=function(t){return"%"+t.charCodeAt(0).toString(16)},o=/%2C/g,s=function(t){return encodeURIComponent(t).replace(i,a).replace(o,",")};function c(t){try{return decodeURIComponent(t)}catch(e){0}return t}function l(t,e,n){void 0===e&&(e={});var r,i=n||h;try{r=i(t||"")}catch(s){r={}}for(var a in e){var o=e[a];r[a]=Array.isArray(o)?o.map(u):u(o)}return r}var u=function(t){return null==t||"object"===typeof t?t:String(t)};function h(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=c(n.shift()),i=n.length>0?c(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]})),e):e}function f(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return s(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(s(e)):r.push(s(e)+"="+s(t)))})),r.join("&")}return s(e)+"="+s(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var d=/\/?$/;function p(t,e,n,r){var i=r&&r.options.stringifyQuery,a=e.query||{};try{a=v(a)}catch(s){}var o={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:a,params:e.params||{},fullPath:y(e,i),matched:t?m(t):[]};return n&&(o.redirectedFrom=y(n,i)),Object.freeze(o)}function v(t){if(Array.isArray(t))return t.map(v);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=v(t[n]);return e}return t}var g=p(null,{path:"/"});function m(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function y(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var i=t.hash;void 0===i&&(i="");var a=e||f;return(n||"/")+a(r)+i}function b(t,e,n){return e===g?t===e:!!e&&(t.path&&e.path?t.path.replace(d,"")===e.path.replace(d,"")&&(n||t.hash===e.hash&&_(t.query,e.query)):!(!t.name||!e.name)&&(t.name===e.name&&(n||t.hash===e.hash&&_(t.query,e.query)&&_(t.params,e.params))))}function _(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t).sort(),r=Object.keys(e).sort();return n.length===r.length&&n.every((function(n,i){var a=t[n],o=r[i];if(o!==n)return!1;var s=e[n];return null==a||null==s?a===s:"object"===typeof a&&"object"===typeof s?_(a,s):String(a)===String(s)}))}function x(t,e){return 0===t.path.replace(d,"/").indexOf(e.path.replace(d,"/"))&&(!e.hash||t.hash===e.hash)&&w(t.query,e.query)}function w(t,e){for(var n in e)if(!(n in t))return!1;return!0}function k(t){for(var e=0;e<t.matched.length;e++){var n=t.matched[e];for(var r in n.instances){var i=n.instances[r],a=n.enteredCbs[r];if(i&&a){delete n.enteredCbs[r];for(var o=0;o<a.length;o++)i._isBeingDestroyed||a[o](i)}}}}var C={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,i=e.children,a=e.parent,o=e.data;o.routerView=!0;var s=a.$createElement,c=n.name,l=a.$route,u=a._routerViewCache||(a._routerViewCache={}),h=0,f=!1;while(a&&a._routerRoot!==a){var d=a.$vnode?a.$vnode.data:{};d.routerView&&h++,d.keepAlive&&a._directInactive&&a._inactive&&(f=!0),a=a.$parent}if(o.routerViewDepth=h,f){var p=u[c],v=p&&p.component;return v?(p.configProps&&S(v,o,p.route,p.configProps),s(v,o,i)):s()}var g=l.matched[h],m=g&&g.components[c];if(!g||!m)return u[c]=null,s();u[c]={component:m},o.registerRouteInstance=function(t,e){var n=g.instances[c];(e&&n!==t||!e&&n===t)&&(g.instances[c]=e)},(o.hook||(o.hook={})).prepatch=function(t,e){g.instances[c]=e.componentInstance},o.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==g.instances[c]&&(g.instances[c]=t.componentInstance),k(l)};var y=g.props&&g.props[c];return y&&(r(u[c],{route:l,configProps:y}),S(m,o,l,y)),s(m,o,i)}};function S(t,e,n,i){var a=e.props=T(n,i);if(a){a=e.props=r({},a);var o=e.attrs=e.attrs||{};for(var s in a)t.props&&s in t.props||(o[s]=a[s],delete a[s])}}function T(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}function O(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var a=t.replace(/^\//,"").split("/"),o=0;o<a.length;o++){var s=a[o];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function M(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}function E(t){return t.replace(/\/(?:\s*\/)+/g,"/")}var A=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},P=G,L=N,I=R,j=H,z=X,D=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function N(t,e){var n,r=[],i=0,a=0,o="",s=e&&e.delimiter||"/";while(null!=(n=D.exec(t))){var c=n[0],l=n[1],u=n.index;if(o+=t.slice(a,u),a=u+c.length,l)o+=l[1];else{var h=t[a],f=n[2],d=n[3],p=n[4],v=n[5],g=n[6],m=n[7];o&&(r.push(o),o="");var y=null!=f&&null!=h&&h!==f,b="+"===g||"*"===g,_="?"===g||"*"===g,x=n[2]||s,w=p||v;r.push({name:d||i++,prefix:f||"",delimiter:x,optional:_,repeat:b,partial:y,asterisk:!!m,pattern:w?U(w):m?".*":"[^"+B(x)+"]+?"})}}return a<t.length&&(o+=t.substr(a)),o&&r.push(o),r}function R(t,e){return H(N(t,e),e)}function V(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function F(t){return encodeURI(t).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function H(t,e){for(var n=new Array(t.length),r=0;r<t.length;r++)"object"===typeof t[r]&&(n[r]=new RegExp("^(?:"+t[r].pattern+")$",q(e)));return function(e,r){for(var i="",a=e||{},o=r||{},s=o.pretty?V:encodeURIComponent,c=0;c<t.length;c++){var l=t[c];if("string"!==typeof l){var u,h=a[l.name];if(null==h){if(l.optional){l.partial&&(i+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(A(h)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(h)+"`");if(0===h.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var f=0;f<h.length;f++){if(u=s(h[f]),!n[c].test(u))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(u)+"`");i+=(0===f?l.prefix:l.delimiter)+u}}else{if(u=l.asterisk?F(h):s(h),!n[c].test(u))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+u+'"');i+=l.prefix+u}}else i+=l}return i}}function B(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function U(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function $(t,e){return t.keys=e,t}function q(t){return t&&t.sensitive?"":"i"}function W(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return $(t,e)}function Y(t,e,n){for(var r=[],i=0;i<t.length;i++)r.push(G(t[i],e,n).source);var a=new RegExp("(?:"+r.join("|")+")",q(n));return $(a,e)}function K(t,e,n){return X(N(t,n),e,n)}function X(t,e,n){A(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,i=!1!==n.end,a="",o=0;o<t.length;o++){var s=t[o];if("string"===typeof s)a+=B(s);else{var c=B(s.prefix),l="(?:"+s.pattern+")";e.push(s),s.repeat&&(l+="(?:"+c+l+")*"),l=s.optional?s.partial?c+"("+l+")?":"(?:"+c+"("+l+"))?":c+"("+l+")",a+=l}}var u=B(n.delimiter||"/"),h=a.slice(-u.length)===u;return r||(a=(h?a.slice(0,-u.length):a)+"(?:"+u+"(?=$))?"),a+=i?"$":r&&h?"":"(?="+u+"|$)",$(new RegExp("^"+a,q(n)),e)}function G(t,e,n){return A(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?W(t,e):A(t)?Y(t,e,n):K(t,e,n)}P.parse=L,P.compile=I,P.tokensToFunction=j,P.tokensToRegExp=z;var Z=Object.create(null);function Q(t,e,n){e=e||{};try{var r=Z[t]||(Z[t]=P.compile(t));return"string"===typeof e.pathMatch&&(e[0]=e.pathMatch),r(e,{pretty:!0})}catch(i){return""}finally{delete e[0]}}function J(t,e,n,i){var a="string"===typeof t?{path:t}:t;if(a._normalized)return a;if(a.name){a=r({},t);var o=a.params;return o&&"object"===typeof o&&(a.params=r({},o)),a}if(!a.path&&a.params&&e){a=r({},a),a._normalized=!0;var s=r(r({},e.params),a.params);if(e.name)a.name=e.name,a.params=s;else if(e.matched.length){var c=e.matched[e.matched.length-1].path;a.path=Q(c,s,"path "+e.path)}else 0;return a}var u=M(a.path||""),h=e&&e.path||"/",f=u.path?O(u.path,h,n||a.append):h,d=l(u.query,a.query,i&&i.options.parseQuery),p=a.hash||u.hash;return p&&"#"!==p.charAt(0)&&(p="#"+p),{_normalized:!0,path:f,query:d,hash:p}}var tt,et=[String,Object],nt=[String,Array],rt=function(){},it={name:"RouterLink",props:{to:{type:et,required:!0},tag:{type:String,default:"a"},custom:Boolean,exact:Boolean,exactPath:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:"page"},event:{type:nt,default:"click"}},render:function(t){var e=this,n=this.$router,i=this.$route,a=n.resolve(this.to,i,this.append),o=a.location,s=a.route,c=a.href,l={},u=n.options.linkActiveClass,h=n.options.linkExactActiveClass,f=null==u?"router-link-active":u,d=null==h?"router-link-exact-active":h,v=null==this.activeClass?f:this.activeClass,g=null==this.exactActiveClass?d:this.exactActiveClass,m=s.redirectedFrom?p(null,J(s.redirectedFrom),null,n):s;l[g]=b(i,m,this.exactPath),l[v]=this.exact||this.exactPath?l[g]:x(i,m);var y=l[g]?this.ariaCurrentValue:null,_=function(t){at(t)&&(e.replace?n.replace(o,rt):n.push(o,rt))},w={click:at};Array.isArray(this.event)?this.event.forEach((function(t){w[t]=_})):w[this.event]=_;var k={class:l},C=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:c,route:s,navigate:_,isActive:l[v],isExactActive:l[g]});if(C){if(1===C.length)return C[0];if(C.length>1||!C.length)return 0===C.length?t():t("span",{},C)}if("a"===this.tag)k.on=w,k.attrs={href:c,"aria-current":y};else{var S=ot(this.$slots.default);if(S){S.isStatic=!1;var T=S.data=r({},S.data);for(var O in T.on=T.on||{},T.on){var M=T.on[O];O in w&&(T.on[O]=Array.isArray(M)?M:[M])}for(var E in w)E in T.on?T.on[E].push(w[E]):T.on[E]=_;var A=S.data.attrs=r({},S.data.attrs);A.href=c,A["aria-current"]=y}else k.on=w}return t(this.tag,k,this.$slots.default)}};function at(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function ot(t){if(t)for(var e,n=0;n<t.length;n++){if(e=t[n],"a"===e.tag)return e;if(e.children&&(e=ot(e.children)))return e}}function st(t){if(!st.installed||tt!==t){st.installed=!0,tt=t;var e=function(t){return void 0!==t},n=function(t,n){var r=t.$options._parentVnode;e(r)&&e(r=r.data)&&e(r=r.registerRouteInstance)&&r(t,n)};t.mixin({beforeCreate:function(){e(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",C),t.component("RouterLink",it);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var ct="undefined"!==typeof window;function lt(t,e,n,r,i){var a=e||[],o=n||Object.create(null),s=r||Object.create(null);t.forEach((function(t){ut(a,o,s,t,i)}));for(var c=0,l=a.length;c<l;c++)"*"===a[c]&&(a.push(a.splice(c,1)[0]),l--,c--);return{pathList:a,pathMap:o,nameMap:s}}function ut(t,e,n,r,i,a){var o=r.path,s=r.name;var c=r.pathToRegexpOptions||{},l=ft(o,i,c.strict);"boolean"===typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var u={path:l,regex:ht(l,c),components:r.components||{default:r.component},alias:r.alias?"string"===typeof r.alias?[r.alias]:r.alias:[],instances:{},enteredCbs:{},name:s,parent:i,matchAs:a,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var i=a?E(a+"/"+r.path):void 0;ut(t,e,n,r,u,i)})),e[u.path]||(t.push(u.path),e[u.path]=u),void 0!==r.alias)for(var h=Array.isArray(r.alias)?r.alias:[r.alias],f=0;f<h.length;++f){var d=h[f];0;var p={path:d,children:r.children};ut(t,e,n,p,i,u.path||"/")}s&&(n[s]||(n[s]=u))}function ht(t,e){var n=P(t,[],e);return n}function ft(t,e,n){return n||(t=t.replace(/\/$/,"")),"/"===t[0]||null==e?t:E(e.path+"/"+t)}function dt(t,e){var n=lt(t),r=n.pathList,i=n.pathMap,a=n.nameMap;function o(t){lt(t,r,i,a)}function s(t,e){var n="object"!==typeof t?a[t]:void 0;lt([e||t],r,i,a,n),n&&n.alias.length&&lt(n.alias.map((function(t){return{path:t,children:[e]}})),r,i,a,n)}function c(){return r.map((function(t){return i[t]}))}function l(t,n,o){var s=J(t,n,!1,e),c=s.name;if(c){var l=a[c];if(!l)return f(null,s);var u=l.regex.keys.filter((function(t){return!t.optional})).map((function(t){return t.name}));if("object"!==typeof s.params&&(s.params={}),n&&"object"===typeof n.params)for(var h in n.params)!(h in s.params)&&u.indexOf(h)>-1&&(s.params[h]=n.params[h]);return s.path=Q(l.path,s.params,'named route "'+c+'"'),f(l,s,o)}if(s.path){s.params={};for(var d=0;d<r.length;d++){var p=r[d],v=i[p];if(pt(v.regex,s.path,s.params))return f(v,s,o)}}return f(null,s)}function u(t,n){var r=t.redirect,i="function"===typeof r?r(p(t,n,null,e)):r;if("string"===typeof i&&(i={path:i}),!i||"object"!==typeof i)return f(null,n);var o=i,s=o.name,c=o.path,u=n.query,h=n.hash,d=n.params;if(u=o.hasOwnProperty("query")?o.query:u,h=o.hasOwnProperty("hash")?o.hash:h,d=o.hasOwnProperty("params")?o.params:d,s){a[s];return l({_normalized:!0,name:s,query:u,hash:h,params:d},void 0,n)}if(c){var v=vt(c,t),g=Q(v,d,'redirect route with path "'+v+'"');return l({_normalized:!0,path:g,query:u,hash:h},void 0,n)}return f(null,n)}function h(t,e,n){var r=Q(n,e.params,'aliased route with path "'+n+'"'),i=l({_normalized:!0,path:r});if(i){var a=i.matched,o=a[a.length-1];return e.params=i.params,f(o,e)}return f(null,e)}function f(t,n,r){return t&&t.redirect?u(t,r||n):t&&t.matchAs?h(t,n,t.matchAs):p(t,n,r,e)}return{match:l,addRoute:s,getRoutes:c,addRoutes:o}}function pt(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var i=1,a=r.length;i<a;++i){var o=t.keys[i-1];o&&(n[o.name||"pathMatch"]="string"===typeof r[i]?c(r[i]):r[i])}return!0}function vt(t,e){return O(t,e.parent?e.parent.path:"/",!0)}var gt=ct&&window.performance&&window.performance.now?window.performance:Date;function mt(){return gt.now().toFixed(3)}var yt=mt();function bt(){return yt}function _t(t){return yt=t}var xt=Object.create(null);function wt(){"scrollRestoration"in window.history&&(window.history.scrollRestoration="manual");var t=window.location.protocol+"//"+window.location.host,e=window.location.href.replace(t,""),n=r({},window.history.state);return n.key=bt(),window.history.replaceState(n,"",e),window.addEventListener("popstate",St),function(){window.removeEventListener("popstate",St)}}function kt(t,e,n,r){if(t.app){var i=t.options.scrollBehavior;i&&t.app.$nextTick((function(){var a=Tt(),o=i.call(t,e,n,r?a:null);o&&("function"===typeof o.then?o.then((function(t){It(t,a)})).catch((function(t){0})):It(o,a))}))}}function Ct(){var t=bt();t&&(xt[t]={x:window.pageXOffset,y:window.pageYOffset})}function St(t){Ct(),t.state&&t.state.key&&_t(t.state.key)}function Tt(){var t=bt();if(t)return xt[t]}function Ot(t,e){var n=document.documentElement,r=n.getBoundingClientRect(),i=t.getBoundingClientRect();return{x:i.left-r.left-e.x,y:i.top-r.top-e.y}}function Mt(t){return Pt(t.x)||Pt(t.y)}function Et(t){return{x:Pt(t.x)?t.x:window.pageXOffset,y:Pt(t.y)?t.y:window.pageYOffset}}function At(t){return{x:Pt(t.x)?t.x:0,y:Pt(t.y)?t.y:0}}function Pt(t){return"number"===typeof t}var Lt=/^#\d/;function It(t,e){var n="object"===typeof t;if(n&&"string"===typeof t.selector){var r=Lt.test(t.selector)?document.getElementById(t.selector.slice(1)):document.querySelector(t.selector);if(r){var i=t.offset&&"object"===typeof t.offset?t.offset:{};i=At(i),e=Ot(r,i)}else Mt(t)&&(e=Et(t))}else n&&Mt(t)&&(e=Et(t));e&&("scrollBehavior"in document.documentElement.style?window.scrollTo({left:e.x,top:e.y,behavior:t.behavior}):window.scrollTo(e.x,e.y))}var jt=ct&&function(){var t=window.navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&(window.history&&"function"===typeof window.history.pushState)}();function zt(t,e){Ct();var n=window.history;try{if(e){var i=r({},n.state);i.key=bt(),n.replaceState(i,"",t)}else n.pushState({key:_t(mt())},"",t)}catch(a){window.location[e?"replace":"assign"](t)}}function Dt(t){zt(t,!0)}var Nt={redirected:2,aborted:4,cancelled:8,duplicated:16};function Rt(t,e){return Bt(t,e,Nt.redirected,'Redirected when going from "'+t.fullPath+'" to "'+$t(e)+'" via a navigation guard.')}function Vt(t,e){var n=Bt(t,e,Nt.duplicated,'Avoided redundant navigation to current location: "'+t.fullPath+'".');return n.name="NavigationDuplicated",n}function Ft(t,e){return Bt(t,e,Nt.cancelled,'Navigation cancelled from "'+t.fullPath+'" to "'+e.fullPath+'" with a new navigation.')}function Ht(t,e){return Bt(t,e,Nt.aborted,'Navigation aborted from "'+t.fullPath+'" to "'+e.fullPath+'" via a navigation guard.')}function Bt(t,e,n,r){var i=new Error(r);return i._isRouter=!0,i.from=t,i.to=e,i.type=n,i}var Ut=["params","query","hash"];function $t(t){if("string"===typeof t)return t;if("path"in t)return t.path;var e={};return Ut.forEach((function(n){n in t&&(e[n]=t[n])})),JSON.stringify(e,null,2)}function qt(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function Wt(t,e){return qt(t)&&t._isRouter&&(null==e||t.type===e)}function Yt(t,e,n){var r=function(i){i>=t.length?n():t[i]?e(t[i],(function(){r(i+1)})):r(i+1)};r(0)}function Kt(t){return function(e,n,r){var i=!1,a=0,o=null;Xt(t,(function(t,e,n,s){if("function"===typeof t&&void 0===t.cid){i=!0,a++;var c,l=Jt((function(e){Qt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[s]=e,a--,a<=0&&r()})),u=Jt((function(t){var e="Failed to resolve async component "+s+": "+t;o||(o=qt(t)?t:new Error(e),r(o))}));try{c=t(l,u)}catch(f){u(f)}if(c)if("function"===typeof c.then)c.then(l,u);else{var h=c.component;h&&"function"===typeof h.then&&h.then(l,u)}}})),i||r()}}function Xt(t,e){return Gt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Gt(t){return Array.prototype.concat.apply([],t)}var Zt="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Qt(t){return t.__esModule||Zt&&"Module"===t[Symbol.toStringTag]}function Jt(t){var e=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var te=function(t,e){this.router=t,this.base=ee(e),this.current=g,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function ee(t){if(!t)if(ct){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function ne(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r;n++)if(t[n]!==e[n])break;return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}function re(t,e,n,r){var i=Xt(t,(function(t,r,i,a){var o=ie(t,e);if(o)return Array.isArray(o)?o.map((function(t){return n(t,r,i,a)})):n(o,r,i,a)}));return Gt(r?i.reverse():i)}function ie(t,e){return"function"!==typeof t&&(t=tt.extend(t)),t.options[e]}function ae(t){return re(t,"beforeRouteLeave",se,!0)}function oe(t){return re(t,"beforeRouteUpdate",se)}function se(t,e){if(e)return function(){return t.apply(e,arguments)}}function ce(t){return re(t,"beforeRouteEnter",(function(t,e,n,r){return le(t,n,r)}))}function le(t,e,n){return function(r,i,a){return t(r,i,(function(t){"function"===typeof t&&(e.enteredCbs[n]||(e.enteredCbs[n]=[]),e.enteredCbs[n].push(t)),a(t)}))}}te.prototype.listen=function(t){this.cb=t},te.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},te.prototype.onError=function(t){this.errorCbs.push(t)},te.prototype.transitionTo=function(t,e,n){var r,i=this;try{r=this.router.match(t,this.current)}catch(o){throw this.errorCbs.forEach((function(t){t(o)})),o}var a=this.current;this.confirmTransition(r,(function(){i.updateRoute(r),e&&e(r),i.ensureURL(),i.router.afterHooks.forEach((function(t){t&&t(r,a)})),i.ready||(i.ready=!0,i.readyCbs.forEach((function(t){t(r)})))}),(function(t){n&&n(t),t&&!i.ready&&(Wt(t,Nt.redirected)&&a===g||(i.ready=!0,i.readyErrorCbs.forEach((function(e){e(t)}))))}))},te.prototype.confirmTransition=function(t,e,n){var r=this,i=this.current;this.pending=t;var a=function(t){!Wt(t)&&qt(t)&&(r.errorCbs.length?r.errorCbs.forEach((function(e){e(t)})):console.error(t)),n&&n(t)},o=t.matched.length-1,s=i.matched.length-1;if(b(t,i)&&o===s&&t.matched[o]===i.matched[s])return this.ensureURL(),t.hash&&kt(this.router,i,t,!1),a(Vt(i,t));var c=ne(this.current.matched,t.matched),l=c.updated,u=c.deactivated,h=c.activated,f=[].concat(ae(u),this.router.beforeHooks,oe(l),h.map((function(t){return t.beforeEnter})),Kt(h)),d=function(e,n){if(r.pending!==t)return a(Ft(i,t));try{e(t,i,(function(e){!1===e?(r.ensureURL(!0),a(Ht(i,t))):qt(e)?(r.ensureURL(!0),a(e)):"string"===typeof e||"object"===typeof e&&("string"===typeof e.path||"string"===typeof e.name)?(a(Rt(i,t)),"object"===typeof e&&e.replace?r.replace(e):r.push(e)):n(e)}))}catch(o){a(o)}};Yt(f,d,(function(){var n=ce(h),o=n.concat(r.router.resolveHooks);Yt(o,d,(function(){if(r.pending!==t)return a(Ft(i,t));r.pending=null,e(t),r.router.app&&r.router.app.$nextTick((function(){k(t)}))}))}))},te.prototype.updateRoute=function(t){this.current=t,this.cb&&this.cb(t)},te.prototype.setupListeners=function(){},te.prototype.teardown=function(){this.listeners.forEach((function(t){t()})),this.listeners=[],this.current=g,this.pending=null};var ue=function(t){function e(e,n){t.call(this,e,n),this._startLocation=he(this.base)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=jt&&n;r&&this.listeners.push(wt());var i=function(){var n=t.current,i=he(t.base);t.current===g&&i===t._startLocation||t.transitionTo(i,(function(t){r&&kt(e,t,n,!0)}))};window.addEventListener("popstate",i),this.listeners.push((function(){window.removeEventListener("popstate",i)}))}},e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,i=this,a=i.current;this.transitionTo(t,(function(t){zt(E(r.base+t.fullPath)),kt(r.router,t,a,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,i=this,a=i.current;this.transitionTo(t,(function(t){Dt(E(r.base+t.fullPath)),kt(r.router,t,a,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(he(this.base)!==this.current.fullPath){var e=E(this.base+this.current.fullPath);t?zt(e):Dt(e)}},e.prototype.getCurrentLocation=function(){return he(this.base)},e}(te);function he(t){var e=window.location.pathname,n=e.toLowerCase(),r=t.toLowerCase();return!t||n!==r&&0!==n.indexOf(E(r+"/"))||(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var fe=function(t){function e(e,n,r){t.call(this,e,n),r&&de(this.base)||pe()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this;if(!(this.listeners.length>0)){var e=this.router,n=e.options.scrollBehavior,r=jt&&n;r&&this.listeners.push(wt());var i=function(){var e=t.current;pe()&&t.transitionTo(ve(),(function(n){r&&kt(t.router,n,e,!0),jt||ye(n.fullPath)}))},a=jt?"popstate":"hashchange";window.addEventListener(a,i),this.listeners.push((function(){window.removeEventListener(a,i)}))}},e.prototype.push=function(t,e,n){var r=this,i=this,a=i.current;this.transitionTo(t,(function(t){me(t.fullPath),kt(r.router,t,a,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,i=this,a=i.current;this.transitionTo(t,(function(t){ye(t.fullPath),kt(r.router,t,a,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ve()!==e&&(t?me(e):ye(e))},e.prototype.getCurrentLocation=function(){return ve()},e}(te);function de(t){var e=he(t);if(!/^\/#/.test(e))return window.location.replace(E(t+"/#"+e)),!0}function pe(){var t=ve();return"/"===t.charAt(0)||(ye("/"+t),!1)}function ve(){var t=window.location.href,e=t.indexOf("#");return e<0?"":(t=t.slice(e+1),t)}function ge(t){var e=window.location.href,n=e.indexOf("#"),r=n>=0?e.slice(0,n):e;return r+"#"+t}function me(t){jt?zt(ge(t)):window.location.hash=t}function ye(t){jt?Dt(ge(t)):window.location.replace(ge(t))}var be=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){var t=e.current;e.index=n,e.updateRoute(r),e.router.afterHooks.forEach((function(e){e&&e(r,t)}))}),(function(t){Wt(t,Nt.duplicated)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(te),_e=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=dt(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!jt&&!1!==t.fallback,this.fallback&&(e="hash"),ct||(e="abstract"),this.mode=e,e){case"history":this.history=new ue(this,t.base);break;case"hash":this.history=new fe(this,t.base,this.fallback);break;case"abstract":this.history=new be(this,t.base);break;default:0}},xe={currentRoute:{configurable:!0}};_e.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},xe.currentRoute.get=function(){return this.history&&this.history.current},_e.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null),e.app||e.history.teardown()})),!this.app){this.app=t;var n=this.history;if(n instanceof ue||n instanceof fe){var r=function(t){var r=n.current,i=e.options.scrollBehavior,a=jt&&i;a&&"fullPath"in t&&kt(e,t,r,!1)},i=function(t){n.setupListeners(),r(t)};n.transitionTo(n.getCurrentLocation(),i,i)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},_e.prototype.beforeEach=function(t){return ke(this.beforeHooks,t)},_e.prototype.beforeResolve=function(t){return ke(this.resolveHooks,t)},_e.prototype.afterEach=function(t){return ke(this.afterHooks,t)},_e.prototype.onReady=function(t,e){this.history.onReady(t,e)},_e.prototype.onError=function(t){this.history.onError(t)},_e.prototype.push=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.push(t,e,n)}));this.history.push(t,e,n)},_e.prototype.replace=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.replace(t,e,n)}));this.history.replace(t,e,n)},_e.prototype.go=function(t){this.history.go(t)},_e.prototype.back=function(){this.go(-1)},_e.prototype.forward=function(){this.go(1)},_e.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},_e.prototype.resolve=function(t,e,n){e=e||this.history.current;var r=J(t,e,n,this),i=this.match(r,e),a=i.redirectedFrom||i.fullPath,o=this.history.base,s=Ce(o,a,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},_e.prototype.getRoutes=function(){return this.matcher.getRoutes()},_e.prototype.addRoute=function(t,e){this.matcher.addRoute(t,e),this.history.current!==g&&this.history.transitionTo(this.history.getCurrentLocation())},_e.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==g&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(_e.prototype,xe);var we=_e;function ke(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function Ce(t,e,n){var r="hash"===n?"#"+e:e;return t?E(t+"/"+r):r}_e.install=st,_e.version="3.6.5",_e.isNavigationFailure=Wt,_e.NavigationFailureType=Nt,_e.START_LOCATION=g,ct&&window.Vue&&window.Vue.use(_e)},"8d1e":function(t,e,n){},"8d74":function(t,e,n){var r=n("4cef"),i=/^\s+/;function a(t){return t?t.slice(0,r(t)+1).replace(i,""):t}t.exports=a},"8db3":function(t,e,n){var r=n("47f5");function i(t,e){var n=null==t?0:t.length;return!!n&&r(t,e,0)>-1}t.exports=i},"8de2":function(t,e,n){var r=n("8eeb"),i=n("9934");function a(t){return r(t,i(t))}t.exports=a},"8ded":function(t,e,n){var r=n("e675"),i=n("8111"),a=[n("b904")];t.exports=r.createStore(i,a)},"8df4":function(t,e,n){"use strict";var r=n("7a77");function i(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var t,e=new i((function(e){t=e}));return{token:e,cancel:t}},t.exports=i},"8df8":function(t,e,n){"use strict";t.exports=a,t.exports.isMobile=a,t.exports.default=a;var r=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i,i=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i;function a(t){t||(t={});var e=t.ua;if(e||"undefined"===typeof navigator||(e=navigator.userAgent),e&&e.headers&&"string"===typeof e.headers["user-agent"]&&(e=e.headers["user-agent"]),"string"!==typeof e)return!1;var n=t.tablet?i.test(e):r.test(e);return!n&&t.tablet&&t.featureDetect&&navigator&&navigator.maxTouchPoints>1&&-1!==e.indexOf("Macintosh")&&-1!==e.indexOf("Safari")&&(n=!0),n}},"8e60":function(t,e,n){"use strict";var r=n("4d91"),i=n("7b05");e["a"]={name:"Portal",props:{getContainer:r["a"].func.isRequired,children:r["a"].any.isRequired,didUpdate:r["a"].func},mounted:function(){this.createContainer()},updated:function(){var t=this,e=this.$props.didUpdate;e&&this.$nextTick((function(){e(t.$props)}))},beforeDestroy:function(){this.removeContainer()},methods:{createContainer:function(){this._container=this.$props.getContainer(),this.$forceUpdate()},removeContainer:function(){this._container&&this._container.parentNode&&this._container.parentNode.removeChild(this._container)}},render:function(){return this._container?Object(i["a"])(this.$props.children,{directives:[{name:"ant-portal",value:this._container}]}):null}}},"8e8e":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){var n={};for(var r in t)e.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}},"8e95":function(t,e,n){var r=n("c195");t.exports=new r},"8eb5":function(t,e,n){"use strict";var r=Math.expm1,i=Math.exp;t.exports=!r||r(10)>22025.465794806718||r(10)<22025.465794806718||-2e-17!==r(-2e-17)?function(t){var e=+t;return 0===e?e:e>-1e-6&&e<1e-6?e+e*e/2:i(e)-1}:r},"8eeb":function(t,e,n){var r=n("32b3"),i=n("872a");function a(t,e,n,a){var o=!n;n||(n={});var s=-1,c=e.length;while(++s<c){var l=e[s],u=a?a(n[l],t[l],l,n,t):void 0;void 0===u&&(u=t[l]),o?i(n,l,u):r(n,l,u)}return n}t.exports=a},"8f3c":function(t,e,n){},"8fb1":function(t,e,n){"use strict";n("b2a3"),n("c746")},9017:function(t,e,n){},9020:function(t,e){function n(t){this.options=t,!t.deferSetup&&this.setup()}n.prototype={constructor:n,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(t){return this.options===t||this.options.match===t}},t.exports=n},9083:function(t,e,n){},"90d7":function(t,e,n){"use strict";var r=n("23e7"),i=Math.log,a=Math.LN2;r({target:"Math",stat:!0},{log2:function(t){return i(t)/a}})},"90d8":function(t,e,n){"use strict";var r=n("c65b"),i=n("1a2d"),a=n("3a9b"),o=n("ad6d"),s=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in s||i(t,"flags")||!a(s,t)?e:r(o,t)}},"90e3":function(t,e,n){"use strict";var r=n("e330"),i=0,a=Math.random(),o=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++i+a,36)}},9112:function(t,e,n){"use strict";var r=n("83ab"),i=n("9bf2"),a=n("5c6c");t.exports=r?function(t,e,n){return i.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t}},9129:function(t,e,n){"use strict";var r=n("23e7");r({target:"Number",stat:!0},{isNaN:function(t){return t!==t}})},9141:function(t,e,n){var r=n("ef08").document;t.exports=r&&r.documentElement},9152:function(t,e){
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
e.read=function(t,e,n,r,i){var a,o,s=8*i-r-1,c=(1<<s)-1,l=c>>1,u=-7,h=n?i-1:0,f=n?-1:1,d=t[e+h];for(h+=f,a=d&(1<<-u)-1,d>>=-u,u+=s;u>0;a=256*a+t[e+h],h+=f,u-=8);for(o=a&(1<<-u)-1,a>>=-u,u+=r;u>0;o=256*o+t[e+h],h+=f,u-=8);if(0===a)a=1-l;else{if(a===c)return o?NaN:1/0*(d?-1:1);o+=Math.pow(2,r),a-=l}return(d?-1:1)*o*Math.pow(2,a-r)},e.write=function(t,e,n,r,i,a){var o,s,c,l=8*a-i-1,u=(1<<l)-1,h=u>>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:a-1,p=r?1:-1,v=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,o=u):(o=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-o))<1&&(o--,c*=2),e+=o+h>=1?f/c:f*Math.pow(2,1-h),e*c>=2&&(o++,c/=2),o+h>=u?(s=0,o=u):o+h>=1?(s=(e*c-1)*Math.pow(2,i),o+=h):(s=e*Math.pow(2,h-1)*Math.pow(2,i),o=0));i>=8;t[n+d]=255&s,d+=p,s/=256,i-=8);for(o=o<<i|s,l+=i;l>0;t[n+d]=255&o,d+=p,o/=256,l-=8);t[n+d-p]|=128*v}},"91e9":function(t,e){function n(t,e){return function(n){return t(e(n))}}t.exports=n},"922d":function(t,e,n){"use strict";n("b2a3"),n("8d1e")},9263:function(t,e,n){"use strict";var r=n("c65b"),i=n("e330"),a=n("577e"),o=n("ad6d"),s=n("9f7f"),c=n("5692"),l=n("7c73"),u=n("69f3").get,h=n("fce3"),f=n("107c"),d=c("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,v=p,g=i("".charAt),m=i("".indexOf),y=i("".replace),b=i("".slice),_=function(){var t=/a/,e=/b*/g;return r(p,t,"a"),r(p,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),x=s.BROKEN_CARET,w=void 0!==/()??/.exec("")[1],k=_||w||x||h||f;k&&(v=function(t){var e,n,i,s,c,h,f,k=this,C=u(k),S=a(t),T=C.raw;if(T)return T.lastIndex=k.lastIndex,e=r(v,T,S),k.lastIndex=T.lastIndex,e;var O=C.groups,M=x&&k.sticky,E=r(o,k),A=k.source,P=0,L=S;if(M&&(E=y(E,"y",""),-1===m(E,"g")&&(E+="g"),L=b(S,k.lastIndex),k.lastIndex>0&&(!k.multiline||k.multiline&&"\n"!==g(S,k.lastIndex-1))&&(A="(?: "+A+")",L=" "+L,P++),n=new RegExp("^(?:"+A+")",E)),w&&(n=new RegExp("^"+A+"$(?!\\s)",E)),_&&(i=k.lastIndex),s=r(p,M?n:k,L),M?s?(s.input=b(s.input,P),s[0]=b(s[0],P),s.index=k.lastIndex,k.lastIndex+=s[0].length):k.lastIndex=0:_&&s&&(k.lastIndex=k.global?s.index+s[0].length:i),w&&s&&s.length>1&&r(d,s[0],n,(function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(s[c]=void 0)})),s&&O)for(s.groups=h=l(null),c=0;c<O.length;c++)f=O[c],h[f[0]]=s[f[1]];return s}),t.exports=v},"92f0":function(t,e,n){var r=n("1a14").f,i=n("9c0e"),a=n("cc15")("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},"92fa":function(t,e){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function r(t,e){return function(){t&&t.apply(this,arguments),e&&e.apply(this,arguments)}}t.exports=function(t){return t.reduce((function(t,e){var i,a,o,s,c;for(o in e)if(i=t[o],a=e[o],i&&n.test(o))if("class"===o&&("string"===typeof i&&(c=i,t[o]=i={},i[c]=!0),"string"===typeof a&&(c=a,e[o]=a={},a[c]=!0)),"on"===o||"nativeOn"===o||"hook"===o)for(s in a)i[s]=r(i[s],a[s]);else if(Array.isArray(i))t[o]=i.concat(a);else if(Array.isArray(a))t[o]=[i].concat(a);else for(s in a)i[s]=a[s];else t[o]=e[o];return t}),{})}},9339:function(t,e,n){(function(e){
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
(function(e,n){t.exports=n()})("undefined"!==typeof self&&self,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=109)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(17),i=n(18),a=n(19),o=n(45),s=n(46),c=n(47),l=n(48),u=n(49),h=n(12),f=n(32),d=n(33),p=n(31),v=n(1),g={Scope:v.Scope,create:v.create,find:v.find,query:v.query,register:v.register,Container:r.default,Format:i.default,Leaf:a.default,Embed:l.default,Scroll:o.default,Block:c.default,Inline:s.default,Text:u.default,Attributor:{Attribute:h.default,Class:f.default,Style:d.default,Store:p.default}};e.default=g},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=function(t){function e(e){var n=this;return e="[Parchment] "+e,n=t.call(this,e)||this,n.message=e,n.name=n.constructor.name,n}return r(e,t),e}(Error);e.ParchmentError=i;var a,o={},s={},c={},l={};function u(t,e){var n=f(t);if(null==n)throw new i("Unable to create "+t+" blot");var r=n,a=t instanceof Node||t["nodeType"]===Node.TEXT_NODE?t:r.create(e);return new r(a,e)}function h(t,n){return void 0===n&&(n=!1),null==t?null:null!=t[e.DATA_KEY]?t[e.DATA_KEY].blot:n?h(t.parentNode,n):null}function f(t,e){var n;if(void 0===e&&(e=a.ANY),"string"===typeof t)n=l[t]||o[t];else if(t instanceof Text||t["nodeType"]===Node.TEXT_NODE)n=l["text"];else if("number"===typeof t)t&a.LEVEL&a.BLOCK?n=l["block"]:t&a.LEVEL&a.INLINE&&(n=l["inline"]);else if(t instanceof HTMLElement){var r=(t.getAttribute("class")||"").split(/\s+/);for(var i in r)if(n=s[r[i]],n)break;n=n||c[t.tagName]}return null==n?null:e&a.LEVEL&n.scope&&e&a.TYPE&n.scope?n:null}function d(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];if(t.length>1)return t.map((function(t){return d(t)}));var n=t[0];if("string"!==typeof n.blotName&&"string"!==typeof n.attrName)throw new i("Invalid definition");if("abstract"===n.blotName)throw new i("Cannot register abstract class");if(l[n.blotName||n.attrName]=n,"string"===typeof n.keyName)o[n.keyName]=n;else if(null!=n.className&&(s[n.className]=n),null!=n.tagName){Array.isArray(n.tagName)?n.tagName=n.tagName.map((function(t){return t.toUpperCase()})):n.tagName=n.tagName.toUpperCase();var r=Array.isArray(n.tagName)?n.tagName:[n.tagName];r.forEach((function(t){null!=c[t]&&null!=n.className||(c[t]=n)}))}return n}e.DATA_KEY="__blot",function(t){t[t["TYPE"]=3]="TYPE",t[t["LEVEL"]=12]="LEVEL",t[t["ATTRIBUTE"]=13]="ATTRIBUTE",t[t["BLOT"]=14]="BLOT",t[t["INLINE"]=7]="INLINE",t[t["BLOCK"]=11]="BLOCK",t[t["BLOCK_BLOT"]=10]="BLOCK_BLOT",t[t["INLINE_BLOT"]=6]="INLINE_BLOT",t[t["BLOCK_ATTRIBUTE"]=9]="BLOCK_ATTRIBUTE",t[t["INLINE_ATTRIBUTE"]=5]="INLINE_ATTRIBUTE",t[t["ANY"]=15]="ANY"}(a=e.Scope||(e.Scope={})),e.create=u,e.find=h,e.query=f,e.register=d},function(t,e,n){var r=n(51),i=n(11),a=n(3),o=n(20),s=String.fromCharCode(0),c=function(t){Array.isArray(t)?this.ops=t:null!=t&&Array.isArray(t.ops)?this.ops=t.ops:this.ops=[]};c.prototype.insert=function(t,e){var n={};return 0===t.length?this:(n.insert=t,null!=e&&"object"===typeof e&&Object.keys(e).length>0&&(n.attributes=e),this.push(n))},c.prototype["delete"]=function(t){return t<=0?this:this.push({delete:t})},c.prototype.retain=function(t,e){if(t<=0)return this;var n={retain:t};return null!=e&&"object"===typeof e&&Object.keys(e).length>0&&(n.attributes=e),this.push(n)},c.prototype.push=function(t){var e=this.ops.length,n=this.ops[e-1];if(t=a(!0,{},t),"object"===typeof n){if("number"===typeof t["delete"]&&"number"===typeof n["delete"])return this.ops[e-1]={delete:n["delete"]+t["delete"]},this;if("number"===typeof n["delete"]&&null!=t.insert&&(e-=1,n=this.ops[e-1],"object"!==typeof n))return this.ops.unshift(t),this;if(i(t.attributes,n.attributes)){if("string"===typeof t.insert&&"string"===typeof n.insert)return this.ops[e-1]={insert:n.insert+t.insert},"object"===typeof t.attributes&&(this.ops[e-1].attributes=t.attributes),this;if("number"===typeof t.retain&&"number"===typeof n.retain)return this.ops[e-1]={retain:n.retain+t.retain},"object"===typeof t.attributes&&(this.ops[e-1].attributes=t.attributes),this}}return e===this.ops.length?this.ops.push(t):this.ops.splice(e,0,t),this},c.prototype.chop=function(){var t=this.ops[this.ops.length-1];return t&&t.retain&&!t.attributes&&this.ops.pop(),this},c.prototype.filter=function(t){return this.ops.filter(t)},c.prototype.forEach=function(t){this.ops.forEach(t)},c.prototype.map=function(t){return this.ops.map(t)},c.prototype.partition=function(t){var e=[],n=[];return this.forEach((function(r){var i=t(r)?e:n;i.push(r)})),[e,n]},c.prototype.reduce=function(t,e){return this.ops.reduce(t,e)},c.prototype.changeLength=function(){return this.reduce((function(t,e){return e.insert?t+o.length(e):e.delete?t-e.delete:t}),0)},c.prototype.length=function(){return this.reduce((function(t,e){return t+o.length(e)}),0)},c.prototype.slice=function(t,e){t=t||0,"number"!==typeof e&&(e=1/0);var n=[],r=o.iterator(this.ops),i=0;while(i<e&&r.hasNext()){var a;i<t?a=r.next(t-i):(a=r.next(e-i),n.push(a)),i+=o.length(a)}return new c(n)},c.prototype.compose=function(t){var e=o.iterator(this.ops),n=o.iterator(t.ops),r=[],a=n.peek();if(null!=a&&"number"===typeof a.retain&&null==a.attributes){var s=a.retain;while("insert"===e.peekType()&&e.peekLength()<=s)s-=e.peekLength(),r.push(e.next());a.retain-s>0&&n.next(a.retain-s)}var l=new c(r);while(e.hasNext()||n.hasNext())if("insert"===n.peekType())l.push(n.next());else if("delete"===e.peekType())l.push(e.next());else{var u=Math.min(e.peekLength(),n.peekLength()),h=e.next(u),f=n.next(u);if("number"===typeof f.retain){var d={};"number"===typeof h.retain?d.retain=u:d.insert=h.insert;var p=o.attributes.compose(h.attributes,f.attributes,"number"===typeof h.retain);if(p&&(d.attributes=p),l.push(d),!n.hasNext()&&i(l.ops[l.ops.length-1],d)){var v=new c(e.rest());return l.concat(v).chop()}}else"number"===typeof f["delete"]&&"number"===typeof h.retain&&l.push(f)}return l.chop()},c.prototype.concat=function(t){var e=new c(this.ops.slice());return t.ops.length>0&&(e.push(t.ops[0]),e.ops=e.ops.concat(t.ops.slice(1))),e},c.prototype.diff=function(t,e){if(this.ops===t.ops)return new c;var n=[this,t].map((function(e){return e.map((function(n){if(null!=n.insert)return"string"===typeof n.insert?n.insert:s;var r=e===t?"on":"with";throw new Error("diff() called "+r+" non-document")})).join("")})),a=new c,l=r(n[0],n[1],e),u=o.iterator(this.ops),h=o.iterator(t.ops);return l.forEach((function(t){var e=t[1].length;while(e>0){var n=0;switch(t[0]){case r.INSERT:n=Math.min(h.peekLength(),e),a.push(h.next(n));break;case r.DELETE:n=Math.min(e,u.peekLength()),u.next(n),a["delete"](n);break;case r.EQUAL:n=Math.min(u.peekLength(),h.peekLength(),e);var s=u.next(n),c=h.next(n);i(s.insert,c.insert)?a.retain(n,o.attributes.diff(s.attributes,c.attributes)):a.push(c)["delete"](n);break}e-=n}})),a.chop()},c.prototype.eachLine=function(t,e){e=e||"\n";var n=o.iterator(this.ops),r=new c,i=0;while(n.hasNext()){if("insert"!==n.peekType())return;var a=n.peek(),s=o.length(a)-n.peekLength(),l="string"===typeof a.insert?a.insert.indexOf(e,s)-s:-1;if(l<0)r.push(n.next());else if(l>0)r.push(n.next(l));else{if(!1===t(r,n.next(1).attributes||{},i))return;i+=1,r=new c}}r.length()>0&&t(r,{},i)},c.prototype.transform=function(t,e){if(e=!!e,"number"===typeof t)return this.transformPosition(t,e);var n=o.iterator(this.ops),r=o.iterator(t.ops),i=new c;while(n.hasNext()||r.hasNext())if("insert"!==n.peekType()||!e&&"insert"===r.peekType())if("insert"===r.peekType())i.push(r.next());else{var a=Math.min(n.peekLength(),r.peekLength()),s=n.next(a),l=r.next(a);if(s["delete"])continue;l["delete"]?i.push(l):i.retain(a,o.attributes.transform(s.attributes,l.attributes,e))}else i.retain(o.length(n.next()));return i.chop()},c.prototype.transformPosition=function(t,e){e=!!e;var n=o.iterator(this.ops),r=0;while(n.hasNext()&&r<=t){var i=n.peekLength(),a=n.peekType();n.next(),"delete"!==a?("insert"===a&&(r<t||!e)&&(t+=i),r+=i):t-=Math.min(i,t-r)}return t},t.exports=c},function(t,e){"use strict";var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString,i=Object.defineProperty,a=Object.getOwnPropertyDescriptor,o=function(t){return"function"===typeof Array.isArray?Array.isArray(t):"[object Array]"===r.call(t)},s=function(t){if(!t||"[object Object]"!==r.call(t))return!1;var e,i=n.call(t,"constructor"),a=t.constructor&&t.constructor.prototype&&n.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!i&&!a)return!1;for(e in t);return"undefined"===typeof e||n.call(t,e)},c=function(t,e){i&&"__proto__"===e.name?i(t,e.name,{enumerable:!0,configurable:!0,value:e.newValue,writable:!0}):t[e.name]=e.newValue},l=function(t,e){if("__proto__"===e){if(!n.call(t,e))return;if(a)return a(t,e).value}return t[e]};t.exports=function t(){var e,n,r,i,a,u,h=arguments[0],f=1,d=arguments.length,p=!1;for("boolean"===typeof h&&(p=h,h=arguments[1]||{},f=2),(null==h||"object"!==typeof h&&"function"!==typeof h)&&(h={});f<d;++f)if(e=arguments[f],null!=e)for(n in e)r=l(h,n),i=l(e,n),h!==i&&(p&&i&&(s(i)||(a=o(i)))?(a?(a=!1,u=r&&o(r)?r:[]):u=r&&s(r)?r:{},c(h,{name:n,newValue:t(p,u,i)})):"undefined"!==typeof i&&c(h,{name:n,newValue:i}));return h}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.BlockEmbed=e.bubbleFormats=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(3),o=m(a),s=n(2),c=m(s),l=n(0),u=m(l),h=n(16),f=m(h),d=n(6),p=m(d),v=n(7),g=m(v);function m(t){return t&&t.__esModule?t:{default:t}}function y(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function b(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function _(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var x=1,w=function(t){function e(){return y(this,e),b(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return _(e,t),r(e,[{key:"attach",value:function(){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"attach",this).call(this),this.attributes=new u.default.Attributor.Store(this.domNode)}},{key:"delta",value:function(){return(new c.default).insert(this.value(),(0,o.default)(this.formats(),this.attributes.values()))}},{key:"format",value:function(t,e){var n=u.default.query(t,u.default.Scope.BLOCK_ATTRIBUTE);null!=n&&this.attributes.attribute(n,e)}},{key:"formatAt",value:function(t,e,n,r){this.format(n,r)}},{key:"insertAt",value:function(t,n,r){if("string"===typeof n&&n.endsWith("\n")){var a=u.default.create(k.blotName);this.parent.insertBefore(a,0===t?this:this.next),a.insertAt(0,n.slice(0,-1))}else i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertAt",this).call(this,t,n,r)}}]),e}(u.default.Embed);w.scope=u.default.Scope.BLOCK_BLOT;var k=function(t){function e(t){y(this,e);var n=b(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return n.cache={},n}return _(e,t),r(e,[{key:"delta",value:function(){return null==this.cache.delta&&(this.cache.delta=this.descendants(u.default.Leaf).reduce((function(t,e){return 0===e.length()?t:t.insert(e.value(),C(e))}),new c.default).insert("\n",C(this))),this.cache.delta}},{key:"deleteAt",value:function(t,n){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"deleteAt",this).call(this,t,n),this.cache={}}},{key:"formatAt",value:function(t,n,r,a){n<=0||(u.default.query(r,u.default.Scope.BLOCK)?t+n===this.length()&&this.format(r,a):i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"formatAt",this).call(this,t,Math.min(n,this.length()-t-1),r,a),this.cache={})}},{key:"insertAt",value:function(t,n,r){if(null!=r)return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertAt",this).call(this,t,n,r);if(0!==n.length){var a=n.split("\n"),o=a.shift();o.length>0&&(t<this.length()-1||null==this.children.tail?i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertAt",this).call(this,Math.min(t,this.length()-1),o):this.children.tail.insertAt(this.children.tail.length(),o),this.cache={});var s=this;a.reduce((function(t,e){return s=s.split(t,!0),s.insertAt(0,e),e.length}),t+o.length)}}},{key:"insertBefore",value:function(t,n){var r=this.children.head;i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertBefore",this).call(this,t,n),r instanceof f.default&&r.remove(),this.cache={}}},{key:"length",value:function(){return null==this.cache.length&&(this.cache.length=i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"length",this).call(this)+x),this.cache.length}},{key:"moveChildren",value:function(t,n){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"moveChildren",this).call(this,t,n),this.cache={}}},{key:"optimize",value:function(t){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t),this.cache={}}},{key:"path",value:function(t){return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"path",this).call(this,t,!0)}},{key:"removeChild",value:function(t){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"removeChild",this).call(this,t),this.cache={}}},{key:"split",value:function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(n&&(0===t||t>=this.length()-x)){var r=this.clone();return 0===t?(this.parent.insertBefore(r,this),this):(this.parent.insertBefore(r,this.next),r)}var a=i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"split",this).call(this,t,n);return this.cache={},a}}]),e}(u.default.Block);function C(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return null==t?e:("function"===typeof t.formats&&(e=(0,o.default)(e,t.formats())),null==t.parent||"scroll"==t.parent.blotName||t.parent.statics.scope!==t.statics.scope?e:C(t.parent,e))}k.blotName="block",k.tagName="P",k.defaultChild="break",k.allowedChildren=[p.default,u.default.Embed,g.default],e.bubbleFormats=C,e.BlockEmbed=w,e.default=k},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.overload=e.expandConfig=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}();n(50);var o=n(2),s=C(o),c=n(14),l=C(c),u=n(8),h=C(u),f=n(9),d=C(f),p=n(0),v=C(p),g=n(15),m=C(g),y=n(3),b=C(y),_=n(10),x=C(_),w=n(34),k=C(w);function C(t){return t&&t.__esModule?t:{default:t}}function S(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function T(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var O=(0,x.default)("quill"),M=function(){function t(e){var n=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(T(this,t),this.options=E(e,r),this.container=this.options.container,null==this.container)return O.error("Invalid Quill container",e);this.options.debug&&t.debug(this.options.debug);var i=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new h.default,this.scroll=v.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new l.default(this.scroll),this.selection=new m.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(h.default.events.EDITOR_CHANGE,(function(t){t===h.default.events.TEXT_CHANGE&&n.root.classList.toggle("ql-blank",n.editor.isBlank())})),this.emitter.on(h.default.events.SCROLL_UPDATE,(function(t,e){var r=n.selection.lastRange,i=r&&0===r.length?r.index:void 0;A.call(n,(function(){return n.editor.update(null,e,i)}),t)}));var a=this.clipboard.convert("<div class='ql-editor' style=\"white-space: normal;\">"+i+"<p><br></p></div>");this.setContents(a),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return a(t,null,[{key:"debug",value:function(t){!0===t&&(t="log"),x.default.level(t)}},{key:"find",value:function(t){return t.__quill||v.default.find(t)}},{key:"import",value:function(t){return null==this.imports[t]&&O.error("Cannot import "+t+". Are you sure it was registered?"),this.imports[t]}},{key:"register",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if("string"!==typeof t){var i=t.attrName||t.blotName;"string"===typeof i?this.register("formats/"+i,t,e):Object.keys(t).forEach((function(r){n.register(r,t[r],e)}))}else null==this.imports[t]||r||O.warn("Overwriting "+t+" with",e),this.imports[t]=e,(t.startsWith("blots/")||t.startsWith("formats/"))&&"abstract"!==e.blotName?v.default.register(e):t.startsWith("modules")&&"function"===typeof e.register&&e.register()}}]),a(t,[{key:"addContainer",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("string"===typeof t){var n=t;t=document.createElement("div"),t.classList.add(n)}return this.container.insertBefore(t,e),t}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(t,e,n){var r=this,a=P(t,e,n),o=i(a,4);return t=o[0],e=o[1],n=o[3],A.call(this,(function(){return r.editor.deleteText(t,e)}),n,t,-1*e)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.scroll.enable(t),this.container.classList.toggle("ql-disabled",!t)}},{key:"focus",value:function(){var t=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=t,this.scrollIntoView()}},{key:"format",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:h.default.sources.API;return A.call(this,(function(){var r=n.getSelection(!0),i=new s.default;if(null==r)return i;if(v.default.query(t,v.default.Scope.BLOCK))i=n.editor.formatLine(r.index,r.length,S({},t,e));else{if(0===r.length)return n.selection.format(t,e),i;i=n.editor.formatText(r.index,r.length,S({},t,e))}return n.setSelection(r,h.default.sources.SILENT),i}),r)}},{key:"formatLine",value:function(t,e,n,r,a){var o=this,s=void 0,c=P(t,e,n,r,a),l=i(c,4);return t=l[0],e=l[1],s=l[2],a=l[3],A.call(this,(function(){return o.editor.formatLine(t,e,s)}),a,t,0)}},{key:"formatText",value:function(t,e,n,r,a){var o=this,s=void 0,c=P(t,e,n,r,a),l=i(c,4);return t=l[0],e=l[1],s=l[2],a=l[3],A.call(this,(function(){return o.editor.formatText(t,e,s)}),a,t,0)}},{key:"getBounds",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=void 0;n="number"===typeof t?this.selection.getBounds(t,e):this.selection.getBounds(t.index,t.length);var r=this.container.getBoundingClientRect();return{bottom:n.bottom-r.top,height:n.height,left:n.left-r.left,right:n.right-r.left,top:n.top-r.top,width:n.width}}},{key:"getContents",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getLength()-t,n=P(t,e),r=i(n,2);return t=r[0],e=r[1],this.editor.getContents(t,e)}},{key:"getFormat",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSelection(!0),e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return"number"===typeof t?this.editor.getFormat(t,e):this.editor.getFormat(t.index,t.length)}},{key:"getIndex",value:function(t){return t.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(t){return this.scroll.leaf(t)}},{key:"getLine",value:function(t){return this.scroll.line(t)}},{key:"getLines",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.MAX_VALUE;return"number"!==typeof t?this.scroll.lines(t.index,t.length):this.scroll.lines(t,e)}},{key:"getModule",value:function(t){return this.theme.modules[t]}},{key:"getSelection",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return t&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getLength()-t,n=P(t,e),r=i(n,2);return t=r[0],e=r[1],this.editor.getText(t,e)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(e,n,r){var i=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:t.sources.API;return A.call(this,(function(){return i.editor.insertEmbed(e,n,r)}),a,e)}},{key:"insertText",value:function(t,e,n,r,a){var o=this,s=void 0,c=P(t,0,n,r,a),l=i(c,4);return t=l[0],s=l[2],a=l[3],A.call(this,(function(){return o.editor.insertText(t,e,s)}),a,t,e.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(t,e,n){this.clipboard.dangerouslyPasteHTML(t,e,n)}},{key:"removeFormat",value:function(t,e,n){var r=this,a=P(t,e,n),o=i(a,4);return t=o[0],e=o[1],n=o[3],A.call(this,(function(){return r.editor.removeFormat(t,e)}),n,t)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:h.default.sources.API;return A.call(this,(function(){t=new s.default(t);var n=e.getLength(),r=e.editor.deleteText(0,n),i=e.editor.applyDelta(t),a=i.ops[i.ops.length-1];null!=a&&"string"===typeof a.insert&&"\n"===a.insert[a.insert.length-1]&&(e.editor.deleteText(e.getLength()-1,1),i.delete(1));var o=r.compose(i);return o}),n)}},{key:"setSelection",value:function(e,n,r){if(null==e)this.selection.setRange(null,n||t.sources.API);else{var a=P(e,n,r),o=i(a,4);e=o[0],n=o[1],r=o[3],this.selection.setRange(new g.Range(e,n),r),r!==h.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:h.default.sources.API,n=(new s.default).insert(t);return this.setContents(n,e)}},{key:"update",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:h.default.sources.USER,e=this.scroll.update(t);return this.selection.update(t),e}},{key:"updateContents",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:h.default.sources.API;return A.call(this,(function(){return t=new s.default(t),e.editor.applyDelta(t,n)}),n,!0)}}]),t}();function E(t,e){if(e=(0,b.default)(!0,{container:t,modules:{clipboard:!0,keyboard:!0,history:!0}},e),e.theme&&e.theme!==M.DEFAULTS.theme){if(e.theme=M.import("themes/"+e.theme),null==e.theme)throw new Error("Invalid theme "+e.theme+". Did you register it?")}else e.theme=k.default;var n=(0,b.default)(!0,{},e.theme.DEFAULTS);[n,e].forEach((function(t){t.modules=t.modules||{},Object.keys(t.modules).forEach((function(e){!0===t.modules[e]&&(t.modules[e]={})}))}));var r=Object.keys(n.modules).concat(Object.keys(e.modules)),i=r.reduce((function(t,e){var n=M.import("modules/"+e);return null==n?O.error("Cannot load "+e+" module. Are you sure you registered it?"):t[e]=n.DEFAULTS||{},t}),{});return null!=e.modules&&e.modules.toolbar&&e.modules.toolbar.constructor!==Object&&(e.modules.toolbar={container:e.modules.toolbar}),e=(0,b.default)(!0,{},M.DEFAULTS,{modules:i},n,e),["bounds","container","scrollingContainer"].forEach((function(t){"string"===typeof e[t]&&(e[t]=document.querySelector(e[t]))})),e.modules=Object.keys(e.modules).reduce((function(t,n){return e.modules[n]&&(t[n]=e.modules[n]),t}),{}),e}function A(t,e,n,r){if(this.options.strict&&!this.isEnabled()&&e===h.default.sources.USER)return new s.default;var i=null==n?null:this.getSelection(),a=this.editor.delta,o=t();if(null!=i&&(!0===n&&(n=i.index),null==r?i=L(i,o,e):0!==r&&(i=L(i,n,r,e)),this.setSelection(i,h.default.sources.SILENT)),o.length()>0){var c,l,u=[h.default.events.TEXT_CHANGE,o,a,e];if((c=this.emitter).emit.apply(c,[h.default.events.EDITOR_CHANGE].concat(u)),e!==h.default.sources.SILENT)(l=this.emitter).emit.apply(l,u)}return o}function P(t,e,n,i,a){var o={};return"number"===typeof t.index&&"number"===typeof t.length?"number"!==typeof e?(a=i,i=n,n=e,e=t.length,t=t.index):(e=t.length,t=t.index):"number"!==typeof e&&(a=i,i=n,n=e,e=0),"object"===("undefined"===typeof n?"undefined":r(n))?(o=n,a=i):"string"===typeof n&&(null!=i?o[n]=i:a=n),a=a||h.default.sources.API,[t,e,o,a]}function L(t,e,n,r){if(null==t)return null;var a=void 0,o=void 0;if(e instanceof s.default){var c=[t.index,t.index+t.length].map((function(t){return e.transformPosition(t,r!==h.default.sources.USER)})),l=i(c,2);a=l[0],o=l[1]}else{var u=[t.index,t.index+t.length].map((function(t){return t<e||t===e&&r===h.default.sources.USER?t:n>=0?t+n:Math.max(e,t+n)})),f=i(u,2);a=f[0],o=f[1]}return new g.Range(a,o-a)}M.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},M.events=h.default.events,M.sources=h.default.sources,M.version="1.3.7",M.imports={delta:s.default,parchment:v.default,"core/module":d.default,"core/theme":k.default},e.expandConfig=E,e.overload=P,e.default=M},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(7),o=l(a),s=n(0),c=l(s);function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function f(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var d=function(t){function e(){return u(this,e),h(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return f(e,t),r(e,[{key:"formatAt",value:function(t,n,r,a){if(e.compare(this.statics.blotName,r)<0&&c.default.query(r,c.default.Scope.BLOT)){var o=this.isolate(t,n);a&&o.wrap(r,a)}else i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"formatAt",this).call(this,t,n,r,a)}},{key:"optimize",value:function(t){if(i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t),this.parent instanceof e&&e.compare(this.statics.blotName,this.parent.statics.blotName)>0){var n=this.parent.isolate(this.offset(),this.length());this.moveChildren(n),n.wrap(this)}}}],[{key:"compare",value:function(t,n){var r=e.order.indexOf(t),i=e.order.indexOf(n);return r>=0||i>=0?r-i:t===n?0:t<n?-1:1}}]),e}(c.default.Inline);d.allowedChildren=[d,c.default.Embed,o.default],d.order=["cursor","inline","underline","strike","italic","bold","script","link","code"],e.default=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function c(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var l=function(t){function e(){return o(this,e),s(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return c(e,t),e}(i.default.Text);e.default=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(54),o=l(a),s=n(10),c=l(s);function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function f(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var d=(0,c.default)("quill:events"),p=["selectionchange","mousedown","mouseup","click"];p.forEach((function(t){document.addEventListener(t,(function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];[].slice.call(document.querySelectorAll(".ql-container")).forEach((function(t){var n;t.__quill&&t.__quill.emitter&&(n=t.__quill.emitter).handleDOM.apply(n,e)}))}))}));var v=function(t){function e(){u(this,e);var t=h(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return t.listeners={},t.on("error",d.error),t}return f(e,t),r(e,[{key:"emit",value:function(){d.log.apply(d,arguments),i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"emit",this).apply(this,arguments)}},{key:"handleDOM",value:function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];(this.listeners[t.type]||[]).forEach((function(e){var r=e.node,i=e.handler;(t.target===r||r.contains(t.target))&&i.apply(void 0,[t].concat(n))}))}},{key:"listenDOM",value:function(t,e,n){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push({node:e,handler:n})}}]),e}(o.default);v.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},v.sources={API:"api",SILENT:"silent",USER:"user"},e.default=v},function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var i=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(this,t),this.quill=e,this.options=n};i.DEFAULTS={},e.default=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=["error","warn","log","info"],i="warn";function a(t){if(r.indexOf(t)<=r.indexOf(i)){for(var e,n=arguments.length,a=Array(n>1?n-1:0),o=1;o<n;o++)a[o-1]=arguments[o];(e=console)[t].apply(e,a)}}function o(t){return r.reduce((function(e,n){return e[n]=a.bind(console,n,t),e}),{})}a.level=o.level=function(t){i=t},e.default=o},function(t,e,n){var r=Array.prototype.slice,i=n(52),a=n(53),o=t.exports=function(t,e,n){return n||(n={}),t===e||(t instanceof Date&&e instanceof Date?t.getTime()===e.getTime():!t||!e||"object"!=typeof t&&"object"!=typeof e?n.strict?t===e:t==e:l(t,e,n))};function s(t){return null===t||void 0===t}function c(t){return!(!t||"object"!==typeof t||"number"!==typeof t.length)&&("function"===typeof t.copy&&"function"===typeof t.slice&&!(t.length>0&&"number"!==typeof t[0]))}function l(t,e,n){var l,u;if(s(t)||s(e))return!1;if(t.prototype!==e.prototype)return!1;if(a(t))return!!a(e)&&(t=r.call(t),e=r.call(e),o(t,e,n));if(c(t)){if(!c(e))return!1;if(t.length!==e.length)return!1;for(l=0;l<t.length;l++)if(t[l]!==e[l])return!1;return!0}try{var h=i(t),f=i(e)}catch(d){return!1}if(h.length!=f.length)return!1;for(h.sort(),f.sort(),l=h.length-1;l>=0;l--)if(h[l]!=f[l])return!1;for(l=h.length-1;l>=0;l--)if(u=h[l],!o(t[u],e[u],n))return!1;return typeof t===typeof e}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1),i=function(){function t(t,e,n){void 0===n&&(n={}),this.attrName=t,this.keyName=e;var i=r.Scope.TYPE&r.Scope.ATTRIBUTE;null!=n.scope?this.scope=n.scope&r.Scope.LEVEL|i:this.scope=r.Scope.ATTRIBUTE,null!=n.whitelist&&(this.whitelist=n.whitelist)}return t.keys=function(t){return[].map.call(t.attributes,(function(t){return t.name}))},t.prototype.add=function(t,e){return!!this.canAdd(t,e)&&(t.setAttribute(this.keyName,e),!0)},t.prototype.canAdd=function(t,e){var n=r.query(t,r.Scope.BLOT&(this.scope|r.Scope.TYPE));return null!=n&&(null==this.whitelist||("string"===typeof e?this.whitelist.indexOf(e.replace(/["']/g,""))>-1:this.whitelist.indexOf(e)>-1))},t.prototype.remove=function(t){t.removeAttribute(this.keyName)},t.prototype.value=function(t){var e=t.getAttribute(this.keyName);return this.canAdd(t,e)&&e?e:""},t}();e.default=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.Code=void 0;var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},o=n(2),s=g(o),c=n(0),l=g(c),u=n(4),h=g(u),f=n(6),d=g(f),p=n(7),v=g(p);function g(t){return t&&t.__esModule?t:{default:t}}function m(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function y(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function b(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var _=function(t){function e(){return m(this,e),y(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return b(e,t),e}(d.default);_.blotName="code",_.tagName="CODE";var x=function(t){function e(){return m(this,e),y(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return b(e,t),i(e,[{key:"delta",value:function(){var t=this,e=this.domNode.textContent;return e.endsWith("\n")&&(e=e.slice(0,-1)),e.split("\n").reduce((function(e,n){return e.insert(n).insert("\n",t.formats())}),new s.default)}},{key:"format",value:function(t,n){if(t!==this.statics.blotName||!n){var i=this.descendant(v.default,this.length()-1),o=r(i,1),s=o[0];null!=s&&s.deleteAt(s.length()-1,1),a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n)}}},{key:"formatAt",value:function(t,n,r,i){if(0!==n&&null!=l.default.query(r,l.default.Scope.BLOCK)&&(r!==this.statics.blotName||i!==this.statics.formats(this.domNode))){var a=this.newlineIndex(t);if(!(a<0||a>=t+n)){var o=this.newlineIndex(t,!0)+1,s=a-o+1,c=this.isolate(o,s),u=c.next;c.format(r,i),u instanceof e&&u.formatAt(0,t-o+n-s,r,i)}}}},{key:"insertAt",value:function(t,e,n){if(null==n){var i=this.descendant(v.default,t),a=r(i,2),o=a[0],s=a[1];o.insertAt(s,e)}}},{key:"length",value:function(){var t=this.domNode.textContent.length;return this.domNode.textContent.endsWith("\n")?t:t+1}},{key:"newlineIndex",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e)return this.domNode.textContent.slice(0,t).lastIndexOf("\n");var n=this.domNode.textContent.slice(t).indexOf("\n");return n>-1?t+n:-1}},{key:"optimize",value:function(t){this.domNode.textContent.endsWith("\n")||this.appendChild(l.default.create("text","\n")),a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t);var n=this.next;null!=n&&n.prev===this&&n.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===n.statics.formats(n.domNode)&&(n.optimize(t),n.moveChildren(this),n.remove())}},{key:"replace",value:function(t){a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"replace",this).call(this,t),[].slice.call(this.domNode.querySelectorAll("*")).forEach((function(t){var e=l.default.find(t);null==e?t.parentNode.removeChild(t):e instanceof l.default.Embed?e.remove():e.unwrap()}))}}],[{key:"create",value:function(t){var n=a(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t);return n.setAttribute("spellcheck",!1),n}},{key:"formats",value:function(){return!0}}]),e}(h.default);x.blotName="code-block",x.tagName="PRE",x.TAB="  ",e.Code=_,e.default=x},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),o=n(2),s=T(o),c=n(20),l=T(c),u=n(0),h=T(u),f=n(13),d=T(f),p=n(24),v=T(p),g=n(4),m=T(g),y=n(16),b=T(y),_=n(21),x=T(_),w=n(11),k=T(w),C=n(3),S=T(C);function T(t){return t&&t.__esModule?t:{default:t}}function O(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function M(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var E=/^[ -~]*$/,A=function(){function t(e){M(this,t),this.scroll=e,this.delta=this.getDelta()}return a(t,[{key:"applyDelta",value:function(t){var e=this,n=!1;this.scroll.update();var a=this.scroll.length();return this.scroll.batchStart(),t=L(t),t.reduce((function(t,o){var s=o.retain||o.delete||o.insert.length||1,c=o.attributes||{};if(null!=o.insert){if("string"===typeof o.insert){var u=o.insert;u.endsWith("\n")&&n&&(n=!1,u=u.slice(0,-1)),t>=a&&!u.endsWith("\n")&&(n=!0),e.scroll.insertAt(t,u);var f=e.scroll.line(t),d=i(f,2),p=d[0],v=d[1],y=(0,S.default)({},(0,g.bubbleFormats)(p));if(p instanceof m.default){var b=p.descendant(h.default.Leaf,v),_=i(b,1),x=_[0];y=(0,S.default)(y,(0,g.bubbleFormats)(x))}c=l.default.attributes.diff(y,c)||{}}else if("object"===r(o.insert)){var w=Object.keys(o.insert)[0];if(null==w)return t;e.scroll.insertAt(t,w,o.insert[w])}a+=s}return Object.keys(c).forEach((function(n){e.scroll.formatAt(t,s,n,c[n])})),t+s}),0),t.reduce((function(t,n){return"number"===typeof n.delete?(e.scroll.deleteAt(t,n.delete),t):t+(n.retain||n.insert.length||1)}),0),this.scroll.batchEnd(),this.update(t)}},{key:"deleteText",value:function(t,e){return this.scroll.deleteAt(t,e),this.update((new s.default).retain(t).delete(e))}},{key:"formatLine",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.scroll.update(),Object.keys(r).forEach((function(i){if(null==n.scroll.whitelist||n.scroll.whitelist[i]){var a=n.scroll.lines(t,Math.max(e,1)),o=e;a.forEach((function(e){var a=e.length();if(e instanceof d.default){var s=t-e.offset(n.scroll),c=e.newlineIndex(s+o)-s+1;e.formatAt(s,c,i,r[i])}else e.format(i,r[i]);o-=a}))}})),this.scroll.optimize(),this.update((new s.default).retain(t).retain(e,(0,x.default)(r)))}},{key:"formatText",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(r).forEach((function(i){n.scroll.formatAt(t,e,i,r[i])})),this.update((new s.default).retain(t).retain(e,(0,x.default)(r)))}},{key:"getContents",value:function(t,e){return this.delta.slice(t,t+e)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce((function(t,e){return t.concat(e.delta())}),new s.default)}},{key:"getFormat",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=[],r=[];0===e?this.scroll.path(t).forEach((function(t){var e=i(t,1),a=e[0];a instanceof m.default?n.push(a):a instanceof h.default.Leaf&&r.push(a)})):(n=this.scroll.lines(t,e),r=this.scroll.descendants(h.default.Leaf,t,e));var a=[n,r].map((function(t){if(0===t.length)return{};var e=(0,g.bubbleFormats)(t.shift());while(Object.keys(e).length>0){var n=t.shift();if(null==n)return e;e=P((0,g.bubbleFormats)(n),e)}return e}));return S.default.apply(S.default,a)}},{key:"getText",value:function(t,e){return this.getContents(t,e).filter((function(t){return"string"===typeof t.insert})).map((function(t){return t.insert})).join("")}},{key:"insertEmbed",value:function(t,e,n){return this.scroll.insertAt(t,e,n),this.update((new s.default).retain(t).insert(O({},e,n)))}},{key:"insertText",value:function(t,e){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return e=e.replace(/\r\n/g,"\n").replace(/\r/g,"\n"),this.scroll.insertAt(t,e),Object.keys(r).forEach((function(i){n.scroll.formatAt(t,e.length,i,r[i])})),this.update((new s.default).retain(t).insert(e,(0,x.default)(r)))}},{key:"isBlank",value:function(){if(0==this.scroll.children.length)return!0;if(this.scroll.children.length>1)return!1;var t=this.scroll.children.head;return t.statics.blotName===m.default.blotName&&(!(t.children.length>1)&&t.children.head instanceof b.default)}},{key:"removeFormat",value:function(t,e){var n=this.getText(t,e),r=this.scroll.line(t+e),a=i(r,2),o=a[0],c=a[1],l=0,u=new s.default;null!=o&&(l=o instanceof d.default?o.newlineIndex(c)-c+1:o.length()-c,u=o.delta().slice(c,c+l-1).insert("\n"));var h=this.getContents(t,e+l),f=h.diff((new s.default).insert(n).concat(u)),p=(new s.default).retain(t).concat(f);return this.applyDelta(p)}},{key:"update",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=this.delta;if(1===e.length&&"characterData"===e[0].type&&e[0].target.data.match(E)&&h.default.find(e[0].target)){var i=h.default.find(e[0].target),a=(0,g.bubbleFormats)(i),o=i.offset(this.scroll),c=e[0].oldValue.replace(v.default.CONTENTS,""),l=(new s.default).insert(c),u=(new s.default).insert(i.value()),f=(new s.default).retain(o).concat(l.diff(u,n));t=f.reduce((function(t,e){return e.insert?t.insert(e.insert,a):t.push(e)}),new s.default),this.delta=r.compose(t)}else this.delta=this.getDelta(),t&&(0,k.default)(r.compose(t),this.delta)||(t=r.diff(this.delta,n));return t}}]),t}();function P(t,e){return Object.keys(e).reduce((function(n,r){return null==t[r]||(e[r]===t[r]?n[r]=e[r]:Array.isArray(e[r])?e[r].indexOf(t[r])<0&&(n[r]=e[r].concat([t[r]])):n[r]=[e[r],t[r]]),n}),{})}function L(t){return t.reduce((function(t,e){if(1===e.insert){var n=(0,x.default)(e.attributes);return delete n["image"],t.insert({image:e.attributes.image},n)}if(null==e.attributes||!0!==e.attributes.list&&!0!==e.attributes.bullet||(e=(0,x.default)(e),e.attributes.list?e.attributes.list="ordered":(e.attributes.list="bullet",delete e.attributes.bullet)),"string"===typeof e.insert){var r=e.insert.replace(/\r\n/g,"\n").replace(/\r/g,"\n");return t.insert(r,e.attributes)}return t.push(e)}),new s.default)}e.default=A},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.Range=void 0;var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=n(0),o=v(a),s=n(21),c=v(s),l=n(11),u=v(l),h=n(8),f=v(h),d=n(10),p=v(d);function v(t){return t&&t.__esModule?t:{default:t}}function g(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return Array.from(t)}function m(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var y=(0,p.default)("quill:selection"),b=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;m(this,t),this.index=e,this.length=n},_=function(){function t(e,n){var r=this;m(this,t),this.emitter=n,this.scroll=e,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=o.default.create("cursor",this),this.lastRange=this.savedRange=new b(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,(function(){r.mouseDown||setTimeout(r.update.bind(r,f.default.sources.USER),1)})),this.emitter.on(f.default.events.EDITOR_CHANGE,(function(t,e){t===f.default.events.TEXT_CHANGE&&e.length()>0&&r.update(f.default.sources.SILENT)})),this.emitter.on(f.default.events.SCROLL_BEFORE_UPDATE,(function(){if(r.hasFocus()){var t=r.getNativeRange();null!=t&&t.start.node!==r.cursor.textNode&&r.emitter.once(f.default.events.SCROLL_UPDATE,(function(){try{r.setNativeRange(t.start.node,t.start.offset,t.end.node,t.end.offset)}catch(e){}}))}})),this.emitter.on(f.default.events.SCROLL_OPTIMIZE,(function(t,e){if(e.range){var n=e.range,i=n.startNode,a=n.startOffset,o=n.endNode,s=n.endOffset;r.setNativeRange(i,a,o,s)}})),this.update(f.default.sources.SILENT)}return i(t,[{key:"handleComposition",value:function(){var t=this;this.root.addEventListener("compositionstart",(function(){t.composing=!0})),this.root.addEventListener("compositionend",(function(){if(t.composing=!1,t.cursor.parent){var e=t.cursor.restore();if(!e)return;setTimeout((function(){t.setNativeRange(e.startNode,e.startOffset,e.endNode,e.endOffset)}),1)}}))}},{key:"handleDragging",value:function(){var t=this;this.emitter.listenDOM("mousedown",document.body,(function(){t.mouseDown=!0})),this.emitter.listenDOM("mouseup",document.body,(function(){t.mouseDown=!1,t.update(f.default.sources.USER)}))}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(t,e){if(null==this.scroll.whitelist||this.scroll.whitelist[t]){this.scroll.update();var n=this.getNativeRange();if(null!=n&&n.native.collapsed&&!o.default.query(t,o.default.Scope.BLOCK)){if(n.start.node!==this.cursor.textNode){var r=o.default.find(n.start.node,!1);if(null==r)return;if(r instanceof o.default.Leaf){var i=r.split(n.start.offset);r.parent.insertBefore(this.cursor,i)}else r.insertBefore(this.cursor,n.start.node);this.cursor.attach()}this.cursor.format(t,e),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.scroll.length();t=Math.min(t,n-1),e=Math.min(t+e,n-1)-t;var i=void 0,a=this.scroll.leaf(t),o=r(a,2),s=o[0],c=o[1];if(null==s)return null;var l=s.position(c,!0),u=r(l,2);i=u[0],c=u[1];var h=document.createRange();if(e>0){h.setStart(i,c);var f=this.scroll.leaf(t+e),d=r(f,2);if(s=d[0],c=d[1],null==s)return null;var p=s.position(c,!0),v=r(p,2);return i=v[0],c=v[1],h.setEnd(i,c),h.getBoundingClientRect()}var g="left",m=void 0;return i instanceof Text?(c<i.data.length?(h.setStart(i,c),h.setEnd(i,c+1)):(h.setStart(i,c-1),h.setEnd(i,c),g="right"),m=h.getBoundingClientRect()):(m=s.domNode.getBoundingClientRect(),c>0&&(g="right")),{bottom:m.top+m.height,height:m.height,left:m[g],right:m[g],top:m.top,width:0}}},{key:"getNativeRange",value:function(){var t=document.getSelection();if(null==t||t.rangeCount<=0)return null;var e=t.getRangeAt(0);if(null==e)return null;var n=this.normalizeNative(e);return y.info("getNativeRange",n),n}},{key:"getRange",value:function(){var t=this.getNativeRange();if(null==t)return[null,null];var e=this.normalizedToRange(t);return[e,t]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(t){var e=this,n=[[t.start.node,t.start.offset]];t.native.collapsed||n.push([t.end.node,t.end.offset]);var i=n.map((function(t){var n=r(t,2),i=n[0],a=n[1],s=o.default.find(i,!0),c=s.offset(e.scroll);return 0===a?c:s instanceof o.default.Container?c+s.length():c+s.index(i,a)})),a=Math.min(Math.max.apply(Math,g(i)),this.scroll.length()-1),s=Math.min.apply(Math,[a].concat(g(i)));return new b(s,a-s)}},{key:"normalizeNative",value:function(t){if(!x(this.root,t.startContainer)||!t.collapsed&&!x(this.root,t.endContainer))return null;var e={start:{node:t.startContainer,offset:t.startOffset},end:{node:t.endContainer,offset:t.endOffset},native:t};return[e.start,e.end].forEach((function(t){var e=t.node,n=t.offset;while(!(e instanceof Text)&&e.childNodes.length>0)if(e.childNodes.length>n)e=e.childNodes[n],n=0;else{if(e.childNodes.length!==n)break;e=e.lastChild,n=e instanceof Text?e.data.length:e.childNodes.length+1}t.node=e,t.offset=n})),e}},{key:"rangeToNative",value:function(t){var e=this,n=t.collapsed?[t.index]:[t.index,t.index+t.length],i=[],a=this.scroll.length();return n.forEach((function(t,n){t=Math.min(a-1,t);var o=void 0,s=e.scroll.leaf(t),c=r(s,2),l=c[0],u=c[1],h=l.position(u,0!==n),f=r(h,2);o=f[0],u=f[1],i.push(o,u)})),i.length<2&&(i=i.concat(i)),i}},{key:"scrollIntoView",value:function(t){var e=this.lastRange;if(null!=e){var n=this.getBounds(e.index,e.length);if(null!=n){var i=this.scroll.length()-1,a=this.scroll.line(Math.min(e.index,i)),o=r(a,1),s=o[0],c=s;if(e.length>0){var l=this.scroll.line(Math.min(e.index+e.length,i)),u=r(l,1);c=u[0]}if(null!=s&&null!=c){var h=t.getBoundingClientRect();n.top<h.top?t.scrollTop-=h.top-n.top:n.bottom>h.bottom&&(t.scrollTop+=n.bottom-h.bottom)}}}}},{key:"setNativeRange",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(y.info("setNativeRange",t,e,n,r),null==t||null!=this.root.parentNode&&null!=t.parentNode&&null!=n.parentNode){var a=document.getSelection();if(null!=a)if(null!=t){this.hasFocus()||this.root.focus();var o=(this.getNativeRange()||{}).native;if(null==o||i||t!==o.startContainer||e!==o.startOffset||n!==o.endContainer||r!==o.endOffset){"BR"==t.tagName&&(e=[].indexOf.call(t.parentNode.childNodes,t),t=t.parentNode),"BR"==n.tagName&&(r=[].indexOf.call(n.parentNode.childNodes,n),n=n.parentNode);var s=document.createRange();s.setStart(t,e),s.setEnd(n,r),a.removeAllRanges(),a.addRange(s)}}else a.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:f.default.sources.API;if("string"===typeof e&&(n=e,e=!1),y.info("setRange",t),null!=t){var r=this.rangeToNative(t);this.setNativeRange.apply(this,g(r).concat([e]))}else this.setNativeRange(null);this.update(n)}},{key:"update",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:f.default.sources.USER,e=this.lastRange,n=this.getRange(),i=r(n,2),a=i[0],o=i[1];if(this.lastRange=a,null!=this.lastRange&&(this.savedRange=this.lastRange),!(0,u.default)(e,this.lastRange)){var s;!this.composing&&null!=o&&o.native.collapsed&&o.start.node!==this.cursor.textNode&&this.cursor.restore();var l,h=[f.default.events.SELECTION_CHANGE,(0,c.default)(this.lastRange),(0,c.default)(e),t];if((s=this.emitter).emit.apply(s,[f.default.events.EDITOR_CHANGE].concat(h)),t!==f.default.sources.SILENT)(l=this.emitter).emit.apply(l,h)}}}]),t}();function x(t,e){try{e.parentNode}catch(n){return!1}return e instanceof Text&&(e=e.parentNode),t.contains(e)}e.Range=b,e.default=_},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"insertInto",value:function(t,n){0===t.children.length?i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertInto",this).call(this,t,n):this.remove()}},{key:"length",value:function(){return 0}},{key:"value",value:function(){return""}}],[{key:"value",value:function(){}}]),e}(o.default.Embed);h.blotName="break",h.tagName="BR",e.default=h},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(44),a=n(30),o=n(1),s=function(t){function e(e){var n=t.call(this,e)||this;return n.build(),n}return r(e,t),e.prototype.appendChild=function(t){this.insertBefore(t)},e.prototype.attach=function(){t.prototype.attach.call(this),this.children.forEach((function(t){t.attach()}))},e.prototype.build=function(){var t=this;this.children=new i.default,[].slice.call(this.domNode.childNodes).reverse().forEach((function(e){try{var n=c(e);t.insertBefore(n,t.children.head||void 0)}catch(r){if(r instanceof o.ParchmentError)return;throw r}}))},e.prototype.deleteAt=function(t,e){if(0===t&&e===this.length())return this.remove();this.children.forEachAt(t,e,(function(t,e,n){t.deleteAt(e,n)}))},e.prototype.descendant=function(t,n){var r=this.children.find(n),i=r[0],a=r[1];return null==t.blotName&&t(i)||null!=t.blotName&&i instanceof t?[i,a]:i instanceof e?i.descendant(t,a):[null,-1]},e.prototype.descendants=function(t,n,r){void 0===n&&(n=0),void 0===r&&(r=Number.MAX_VALUE);var i=[],a=r;return this.children.forEachAt(n,r,(function(n,r,o){(null==t.blotName&&t(n)||null!=t.blotName&&n instanceof t)&&i.push(n),n instanceof e&&(i=i.concat(n.descendants(t,r,a))),a-=o})),i},e.prototype.detach=function(){this.children.forEach((function(t){t.detach()})),t.prototype.detach.call(this)},e.prototype.formatAt=function(t,e,n,r){this.children.forEachAt(t,e,(function(t,e,i){t.formatAt(e,i,n,r)}))},e.prototype.insertAt=function(t,e,n){var r=this.children.find(t),i=r[0],a=r[1];if(i)i.insertAt(a,e,n);else{var s=null==n?o.create("text",e):o.create(e,n);this.appendChild(s)}},e.prototype.insertBefore=function(t,e){if(null!=this.statics.allowedChildren&&!this.statics.allowedChildren.some((function(e){return t instanceof e})))throw new o.ParchmentError("Cannot insert "+t.statics.blotName+" into "+this.statics.blotName);t.insertInto(this,e)},e.prototype.length=function(){return this.children.reduce((function(t,e){return t+e.length()}),0)},e.prototype.moveChildren=function(t,e){this.children.forEach((function(n){t.insertBefore(n,e)}))},e.prototype.optimize=function(e){if(t.prototype.optimize.call(this,e),0===this.children.length)if(null!=this.statics.defaultChild){var n=o.create(this.statics.defaultChild);this.appendChild(n),n.optimize(e)}else this.remove()},e.prototype.path=function(t,n){void 0===n&&(n=!1);var r=this.children.find(t,n),i=r[0],a=r[1],o=[[this,t]];return i instanceof e?o.concat(i.path(a,n)):(null!=i&&o.push([i,a]),o)},e.prototype.removeChild=function(t){this.children.remove(t)},e.prototype.replace=function(n){n instanceof e&&n.moveChildren(this),t.prototype.replace.call(this,n)},e.prototype.split=function(t,e){if(void 0===e&&(e=!1),!e){if(0===t)return this;if(t===this.length())return this.next}var n=this.clone();return this.parent.insertBefore(n,this.next),this.children.forEachAt(t,this.length(),(function(t,r,i){t=t.split(r,e),n.appendChild(t)})),n},e.prototype.unwrap=function(){this.moveChildren(this.parent,this.next),this.remove()},e.prototype.update=function(t,e){var n=this,r=[],i=[];t.forEach((function(t){t.target===n.domNode&&"childList"===t.type&&(r.push.apply(r,t.addedNodes),i.push.apply(i,t.removedNodes))})),i.forEach((function(t){if(!(null!=t.parentNode&&"IFRAME"!==t.tagName&&document.body.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)){var e=o.find(t);null!=e&&(null!=e.domNode.parentNode&&e.domNode.parentNode!==n.domNode||e.detach())}})),r.filter((function(t){return t.parentNode==n.domNode})).sort((function(t,e){return t===e?0:t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING?1:-1})).forEach((function(t){var e=null;null!=t.nextSibling&&(e=o.find(t.nextSibling));var r=c(t);r.next==e&&null!=r.next||(null!=r.parent&&r.parent.removeChild(n),n.insertBefore(r,e||void 0))}))},e}(a.default);function c(t){var e=o.find(t);if(null==e)try{e=o.create(t)}catch(n){e=o.create(o.Scope.INLINE),[].slice.call(t.childNodes).forEach((function(t){e.domNode.appendChild(t)})),t.parentNode&&t.parentNode.replaceChild(e.domNode,t),e.attach()}return e}e.default=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(12),a=n(31),o=n(17),s=n(1),c=function(t){function e(e){var n=t.call(this,e)||this;return n.attributes=new a.default(n.domNode),n}return r(e,t),e.formats=function(t){return"string"===typeof this.tagName||(Array.isArray(this.tagName)?t.tagName.toLowerCase():void 0)},e.prototype.format=function(t,e){var n=s.query(t);n instanceof i.default?this.attributes.attribute(n,e):e&&(null==n||t===this.statics.blotName&&this.formats()[t]===e||this.replaceWith(t,e))},e.prototype.formats=function(){var t=this.attributes.values(),e=this.statics.formats(this.domNode);return null!=e&&(t[this.statics.blotName]=e),t},e.prototype.replaceWith=function(e,n){var r=t.prototype.replaceWith.call(this,e,n);return this.attributes.copy(r),r},e.prototype.update=function(e,n){var r=this;t.prototype.update.call(this,e,n),e.some((function(t){return t.target===r.domNode&&"attributes"===t.type}))&&this.attributes.build()},e.prototype.wrap=function(n,r){var i=t.prototype.wrap.call(this,n,r);return i instanceof e&&i.statics.scope===this.statics.scope&&this.attributes.move(i),i},e}(o.default);e.default=c},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(30),a=n(1),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.value=function(t){return!0},e.prototype.index=function(t,e){return this.domNode===t||this.domNode.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY?Math.min(e,1):-1},e.prototype.position=function(t,e){var n=[].indexOf.call(this.parent.domNode.childNodes,this.domNode);return t>0&&(n+=1),[this.parent.domNode,n]},e.prototype.value=function(){var t;return t={},t[this.statics.blotName]=this.statics.value(this.domNode)||!0,t},e.scope=a.Scope.INLINE_BLOT,e}(i.default);e.default=o},function(t,e,n){var r=n(11),i=n(3),a={attributes:{compose:function(t,e,n){"object"!==typeof t&&(t={}),"object"!==typeof e&&(e={});var r=i(!0,{},e);for(var a in n||(r=Object.keys(r).reduce((function(t,e){return null!=r[e]&&(t[e]=r[e]),t}),{})),t)void 0!==t[a]&&void 0===e[a]&&(r[a]=t[a]);return Object.keys(r).length>0?r:void 0},diff:function(t,e){"object"!==typeof t&&(t={}),"object"!==typeof e&&(e={});var n=Object.keys(t).concat(Object.keys(e)).reduce((function(n,i){return r(t[i],e[i])||(n[i]=void 0===e[i]?null:e[i]),n}),{});return Object.keys(n).length>0?n:void 0},transform:function(t,e,n){if("object"!==typeof t)return e;if("object"===typeof e){if(!n)return e;var r=Object.keys(e).reduce((function(n,r){return void 0===t[r]&&(n[r]=e[r]),n}),{});return Object.keys(r).length>0?r:void 0}}},iterator:function(t){return new o(t)},length:function(t){return"number"===typeof t["delete"]?t["delete"]:"number"===typeof t.retain?t.retain:"string"===typeof t.insert?t.insert.length:1}};function o(t){this.ops=t,this.index=0,this.offset=0}o.prototype.hasNext=function(){return this.peekLength()<1/0},o.prototype.next=function(t){t||(t=1/0);var e=this.ops[this.index];if(e){var n=this.offset,r=a.length(e);if(t>=r-n?(t=r-n,this.index+=1,this.offset=0):this.offset+=t,"number"===typeof e["delete"])return{delete:t};var i={};return e.attributes&&(i.attributes=e.attributes),"number"===typeof e.retain?i.retain=t:"string"===typeof e.insert?i.insert=e.insert.substr(n,t):i.insert=e.insert,i}return{retain:1/0}},o.prototype.peek=function(){return this.ops[this.index]},o.prototype.peekLength=function(){return this.ops[this.index]?a.length(this.ops[this.index])-this.offset:1/0},o.prototype.peekType=function(){return this.ops[this.index]?"number"===typeof this.ops[this.index]["delete"]?"delete":"number"===typeof this.ops[this.index].retain?"retain":"insert":"retain"},o.prototype.rest=function(){if(this.hasNext()){if(0===this.offset)return this.ops.slice(this.index);var t=this.offset,e=this.index,n=this.next(),r=this.ops.slice(this.index);return this.offset=t,this.index=e,[n].concat(r)}return[]},t.exports=a},function(t,n){var r=function(){"use strict";function t(t,e){return null!=e&&t instanceof e}var n,r,i;try{n=Map}catch(h){n=function(){}}try{r=Set}catch(h){r=function(){}}try{i=Promise}catch(h){i=function(){}}function a(o,s,c,l,h){"object"===typeof s&&(c=s.depth,l=s.prototype,h=s.includeNonEnumerable,s=s.circular);var f=[],d=[],p="undefined"!=typeof e;function v(o,c){if(null===o)return null;if(0===c)return o;var g,m;if("object"!=typeof o)return o;if(t(o,n))g=new n;else if(t(o,r))g=new r;else if(t(o,i))g=new i((function(t,e){o.then((function(e){t(v(e,c-1))}),(function(t){e(v(t,c-1))}))}));else if(a.__isArray(o))g=[];else if(a.__isRegExp(o))g=new RegExp(o.source,u(o)),o.lastIndex&&(g.lastIndex=o.lastIndex);else if(a.__isDate(o))g=new Date(o.getTime());else{if(p&&e.isBuffer(o))return g=e.allocUnsafe?e.allocUnsafe(o.length):new e(o.length),o.copy(g),g;t(o,Error)?g=Object.create(o):"undefined"==typeof l?(m=Object.getPrototypeOf(o),g=Object.create(m)):(g=Object.create(l),m=l)}if(s){var y=f.indexOf(o);if(-1!=y)return d[y];f.push(o),d.push(g)}for(var b in t(o,n)&&o.forEach((function(t,e){var n=v(e,c-1),r=v(t,c-1);g.set(n,r)})),t(o,r)&&o.forEach((function(t){var e=v(t,c-1);g.add(e)})),o){var _;m&&(_=Object.getOwnPropertyDescriptor(m,b)),_&&null==_.set||(g[b]=v(o[b],c-1))}if(Object.getOwnPropertySymbols){var x=Object.getOwnPropertySymbols(o);for(b=0;b<x.length;b++){var w=x[b],k=Object.getOwnPropertyDescriptor(o,w);(!k||k.enumerable||h)&&(g[w]=v(o[w],c-1),k.enumerable||Object.defineProperty(g,w,{enumerable:!1}))}}if(h){var C=Object.getOwnPropertyNames(o);for(b=0;b<C.length;b++){var S=C[b];k=Object.getOwnPropertyDescriptor(o,S);k&&k.enumerable||(g[S]=v(o[S],c-1),Object.defineProperty(g,S,{enumerable:!1}))}}return g}return"undefined"==typeof s&&(s=!0),"undefined"==typeof c&&(c=1/0),v(o,c)}function o(t){return Object.prototype.toString.call(t)}function s(t){return"object"===typeof t&&"[object Date]"===o(t)}function c(t){return"object"===typeof t&&"[object Array]"===o(t)}function l(t){return"object"===typeof t&&"[object RegExp]"===o(t)}function u(t){var e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),e}return a.clonePrototype=function(t){if(null===t)return null;var e=function(){};return e.prototype=t,new e},a.__objToStr=o,a.__isDate=s,a.__isArray=c,a.__isRegExp=l,a.__getRegExpFlags=u,a}();"object"===typeof t&&t.exports&&(t.exports=r)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},o=n(0),s=y(o),c=n(8),l=y(c),u=n(4),h=y(u),f=n(16),d=y(f),p=n(13),v=y(p),g=n(25),m=y(g);function y(t){return t&&t.__esModule?t:{default:t}}function b(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function _(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function x(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function w(t){return t instanceof h.default||t instanceof u.BlockEmbed}var k=function(t){function e(t,n){b(this,e);var r=_(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.emitter=n.emitter,Array.isArray(n.whitelist)&&(r.whitelist=n.whitelist.reduce((function(t,e){return t[e]=!0,t}),{})),r.domNode.addEventListener("DOMNodeInserted",(function(){})),r.optimize(),r.enable(),r}return x(e,t),i(e,[{key:"batchStart",value:function(){this.batch=!0}},{key:"batchEnd",value:function(){this.batch=!1,this.optimize()}},{key:"deleteAt",value:function(t,n){var i=this.line(t),o=r(i,2),s=o[0],c=o[1],l=this.line(t+n),h=r(l,1),f=h[0];if(a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"deleteAt",this).call(this,t,n),null!=f&&s!==f&&c>0){if(s instanceof u.BlockEmbed||f instanceof u.BlockEmbed)return void this.optimize();if(s instanceof v.default){var p=s.newlineIndex(s.length(),!0);if(p>-1&&(s=s.split(p+1),s===f))return void this.optimize()}else if(f instanceof v.default){var g=f.newlineIndex(0);g>-1&&f.split(g+1)}var m=f.children.head instanceof d.default?null:f.children.head;s.moveChildren(f,m),s.remove()}this.optimize()}},{key:"enable",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.domNode.setAttribute("contenteditable",t)}},{key:"formatAt",value:function(t,n,r,i){(null==this.whitelist||this.whitelist[r])&&(a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"formatAt",this).call(this,t,n,r,i),this.optimize())}},{key:"insertAt",value:function(t,n,r){if(null==r||null==this.whitelist||this.whitelist[n]){if(t>=this.length())if(null==r||null==s.default.query(n,s.default.Scope.BLOCK)){var i=s.default.create(this.statics.defaultChild);this.appendChild(i),null==r&&n.endsWith("\n")&&(n=n.slice(0,-1)),i.insertAt(0,n,r)}else{var o=s.default.create(n,r);this.appendChild(o)}else a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertAt",this).call(this,t,n,r);this.optimize()}}},{key:"insertBefore",value:function(t,n){if(t.statics.scope===s.default.Scope.INLINE_BLOT){var r=s.default.create(this.statics.defaultChild);r.appendChild(t),t=r}a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertBefore",this).call(this,t,n)}},{key:"leaf",value:function(t){return this.path(t).pop()||[null,-1]}},{key:"line",value:function(t){return t===this.length()?this.line(t-1):this.descendant(w,t)}},{key:"lines",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.MAX_VALUE,n=function t(e,n,r){var i=[],a=r;return e.children.forEachAt(n,r,(function(e,n,r){w(e)?i.push(e):e instanceof s.default.Container&&(i=i.concat(t(e,n,a))),a-=r})),i};return n(this,t,e)}},{key:"optimize",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!0!==this.batch&&(a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t,n),t.length>0&&this.emitter.emit(l.default.events.SCROLL_OPTIMIZE,t,n))}},{key:"path",value:function(t){return a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"path",this).call(this,t).slice(1)}},{key:"update",value:function(t){if(!0!==this.batch){var n=l.default.sources.USER;"string"===typeof t&&(n=t),Array.isArray(t)||(t=this.observer.takeRecords()),t.length>0&&this.emitter.emit(l.default.events.SCROLL_BEFORE_UPDATE,n,t),a(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"update",this).call(this,t.concat([])),t.length>0&&this.emitter.emit(l.default.events.SCROLL_UPDATE,n,t)}}}]),e}(s.default.Scroll);k.blotName="scroll",k.className="ql-editor",k.tagName="DIV",k.defaultChild="block",k.allowedChildren=[h.default,u.BlockEmbed,m.default],e.default=k},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.SHORTKEY=e.default=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),o=n(21),s=C(o),c=n(11),l=C(c),u=n(3),h=C(u),f=n(2),d=C(f),p=n(20),v=C(p),g=n(0),m=C(g),y=n(5),b=C(y),_=n(10),x=C(_),w=n(9),k=C(w);function C(t){return t&&t.__esModule?t:{default:t}}function S(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function T(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function O(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function M(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var E=(0,x.default)("quill:keyboard"),A=/Mac/i.test(navigator.platform)?"metaKey":"ctrlKey",P=function(t){function e(t,n){T(this,e);var r=O(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.bindings={},Object.keys(r.options.bindings).forEach((function(e){("list autofill"!==e||null==t.scroll.whitelist||t.scroll.whitelist["list"])&&r.options.bindings[e]&&r.addBinding(r.options.bindings[e])})),r.addBinding({key:e.keys.ENTER,shiftKey:null},D),r.addBinding({key:e.keys.ENTER,metaKey:null,ctrlKey:null,altKey:null},(function(){})),/Firefox/i.test(navigator.userAgent)?(r.addBinding({key:e.keys.BACKSPACE},{collapsed:!0},I),r.addBinding({key:e.keys.DELETE},{collapsed:!0},j)):(r.addBinding({key:e.keys.BACKSPACE},{collapsed:!0,prefix:/^.?$/},I),r.addBinding({key:e.keys.DELETE},{collapsed:!0,suffix:/^.?$/},j)),r.addBinding({key:e.keys.BACKSPACE},{collapsed:!1},z),r.addBinding({key:e.keys.DELETE},{collapsed:!1},z),r.addBinding({key:e.keys.BACKSPACE,altKey:null,ctrlKey:null,metaKey:null,shiftKey:null},{collapsed:!0,offset:0},I),r.listen(),r}return M(e,t),a(e,null,[{key:"match",value:function(t,e){return e=V(e),!["altKey","ctrlKey","metaKey","shiftKey"].some((function(n){return!!e[n]!==t[n]&&null!==e[n]}))&&e.key===(t.which||t.keyCode)}}]),a(e,[{key:"addBinding",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=V(t);if(null==r||null==r.key)return E.warn("Attempted to add invalid keyboard binding",r);"function"===typeof e&&(e={handler:e}),"function"===typeof n&&(n={handler:n}),r=(0,h.default)(r,e,n),this.bindings[r.key]=this.bindings[r.key]||[],this.bindings[r.key].push(r)}},{key:"listen",value:function(){var t=this;this.quill.root.addEventListener("keydown",(function(n){if(!n.defaultPrevented){var a=n.which||n.keyCode,o=(t.bindings[a]||[]).filter((function(t){return e.match(n,t)}));if(0!==o.length){var s=t.quill.getSelection();if(null!=s&&t.quill.hasFocus()){var c=t.quill.getLine(s.index),u=i(c,2),h=u[0],f=u[1],d=t.quill.getLeaf(s.index),p=i(d,2),v=p[0],g=p[1],y=0===s.length?[v,g]:t.quill.getLeaf(s.index+s.length),b=i(y,2),_=b[0],x=b[1],w=v instanceof m.default.Text?v.value().slice(0,g):"",k=_ instanceof m.default.Text?_.value().slice(x):"",C={collapsed:0===s.length,empty:0===s.length&&h.length()<=1,format:t.quill.getFormat(s),offset:f,prefix:w,suffix:k},S=o.some((function(e){if(null!=e.collapsed&&e.collapsed!==C.collapsed)return!1;if(null!=e.empty&&e.empty!==C.empty)return!1;if(null!=e.offset&&e.offset!==C.offset)return!1;if(Array.isArray(e.format)){if(e.format.every((function(t){return null==C.format[t]})))return!1}else if("object"===r(e.format)&&!Object.keys(e.format).every((function(t){return!0===e.format[t]?null!=C.format[t]:!1===e.format[t]?null==C.format[t]:(0,l.default)(e.format[t],C.format[t])})))return!1;return!(null!=e.prefix&&!e.prefix.test(C.prefix))&&(!(null!=e.suffix&&!e.suffix.test(C.suffix))&&!0!==e.handler.call(t,s,C))}));S&&n.preventDefault()}}}}))}}]),e}(k.default);function L(t,e){var n,r=t===P.keys.LEFT?"prefix":"suffix";return n={key:t,shiftKey:e,altKey:null},S(n,r,/^$/),S(n,"handler",(function(n){var r=n.index;t===P.keys.RIGHT&&(r+=n.length+1);var a=this.quill.getLeaf(r),o=i(a,1),s=o[0];return!(s instanceof m.default.Embed)||(t===P.keys.LEFT?e?this.quill.setSelection(n.index-1,n.length+1,b.default.sources.USER):this.quill.setSelection(n.index-1,b.default.sources.USER):e?this.quill.setSelection(n.index,n.length+1,b.default.sources.USER):this.quill.setSelection(n.index+n.length+1,b.default.sources.USER),!1)})),n}function I(t,e){if(!(0===t.index||this.quill.getLength()<=1)){var n=this.quill.getLine(t.index),r=i(n,1),a=r[0],o={};if(0===e.offset){var s=this.quill.getLine(t.index-1),c=i(s,1),l=c[0];if(null!=l&&l.length()>1){var u=a.formats(),h=this.quill.getFormat(t.index-1,1);o=v.default.attributes.diff(u,h)||{}}}var f=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(e.prefix)?2:1;this.quill.deleteText(t.index-f,f,b.default.sources.USER),Object.keys(o).length>0&&this.quill.formatLine(t.index-f,f,o,b.default.sources.USER),this.quill.focus()}}function j(t,e){var n=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(e.suffix)?2:1;if(!(t.index>=this.quill.getLength()-n)){var r={},a=0,o=this.quill.getLine(t.index),s=i(o,1),c=s[0];if(e.offset>=c.length()-1){var l=this.quill.getLine(t.index+1),u=i(l,1),h=u[0];if(h){var f=c.formats(),d=this.quill.getFormat(t.index,1);r=v.default.attributes.diff(f,d)||{},a=h.length()}}this.quill.deleteText(t.index,n,b.default.sources.USER),Object.keys(r).length>0&&this.quill.formatLine(t.index+a-1,n,r,b.default.sources.USER)}}function z(t){var e=this.quill.getLines(t),n={};if(e.length>1){var r=e[0].formats(),i=e[e.length-1].formats();n=v.default.attributes.diff(i,r)||{}}this.quill.deleteText(t,b.default.sources.USER),Object.keys(n).length>0&&this.quill.formatLine(t.index,1,n,b.default.sources.USER),this.quill.setSelection(t.index,b.default.sources.SILENT),this.quill.focus()}function D(t,e){var n=this;t.length>0&&this.quill.scroll.deleteAt(t.index,t.length);var r=Object.keys(e.format).reduce((function(t,n){return m.default.query(n,m.default.Scope.BLOCK)&&!Array.isArray(e.format[n])&&(t[n]=e.format[n]),t}),{});this.quill.insertText(t.index,"\n",r,b.default.sources.USER),this.quill.setSelection(t.index+1,b.default.sources.SILENT),this.quill.focus(),Object.keys(e.format).forEach((function(t){null==r[t]&&(Array.isArray(e.format[t])||"link"!==t&&n.quill.format(t,e.format[t],b.default.sources.USER))}))}function N(t){return{key:P.keys.TAB,shiftKey:!t,format:{"code-block":!0},handler:function(e){var n=m.default.query("code-block"),r=e.index,a=e.length,o=this.quill.scroll.descendant(n,r),s=i(o,2),c=s[0],l=s[1];if(null!=c){var u=this.quill.getIndex(c),h=c.newlineIndex(l,!0)+1,f=c.newlineIndex(u+l+a),d=c.domNode.textContent.slice(h,f).split("\n");l=0,d.forEach((function(e,i){t?(c.insertAt(h+l,n.TAB),l+=n.TAB.length,0===i?r+=n.TAB.length:a+=n.TAB.length):e.startsWith(n.TAB)&&(c.deleteAt(h+l,n.TAB.length),l-=n.TAB.length,0===i?r-=n.TAB.length:a-=n.TAB.length),l+=e.length+1})),this.quill.update(b.default.sources.USER),this.quill.setSelection(r,a,b.default.sources.SILENT)}}}}function R(t){return{key:t[0].toUpperCase(),shortKey:!0,handler:function(e,n){this.quill.format(t,!n.format[t],b.default.sources.USER)}}}function V(t){if("string"===typeof t||"number"===typeof t)return V({key:t});if("object"===("undefined"===typeof t?"undefined":r(t))&&(t=(0,s.default)(t,!1)),"string"===typeof t.key)if(null!=P.keys[t.key.toUpperCase()])t.key=P.keys[t.key.toUpperCase()];else{if(1!==t.key.length)return null;t.key=t.key.toUpperCase().charCodeAt(0)}return t.shortKey&&(t[A]=t.shortKey,delete t.shortKey),t}P.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},P.DEFAULTS={bindings:{bold:R("bold"),italic:R("italic"),underline:R("underline"),indent:{key:P.keys.TAB,format:["blockquote","indent","list"],handler:function(t,e){if(e.collapsed&&0!==e.offset)return!0;this.quill.format("indent","+1",b.default.sources.USER)}},outdent:{key:P.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(t,e){if(e.collapsed&&0!==e.offset)return!0;this.quill.format("indent","-1",b.default.sources.USER)}},"outdent backspace":{key:P.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(t,e){null!=e.format.indent?this.quill.format("indent","-1",b.default.sources.USER):null!=e.format.list&&this.quill.format("list",!1,b.default.sources.USER)}},"indent code-block":N(!0),"outdent code-block":N(!1),"remove tab":{key:P.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(t){this.quill.deleteText(t.index-1,1,b.default.sources.USER)}},tab:{key:P.keys.TAB,handler:function(t){this.quill.history.cutoff();var e=(new d.default).retain(t.index).delete(t.length).insert("\t");this.quill.updateContents(e,b.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(t.index+1,b.default.sources.SILENT)}},"list empty enter":{key:P.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(t,e){this.quill.format("list",!1,b.default.sources.USER),e.format.indent&&this.quill.format("indent",!1,b.default.sources.USER)}},"checklist enter":{key:P.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(t){var e=this.quill.getLine(t.index),n=i(e,2),r=n[0],a=n[1],o=(0,h.default)({},r.formats(),{list:"checked"}),s=(new d.default).retain(t.index).insert("\n",o).retain(r.length()-a-1).retain(1,{list:"unchecked"});this.quill.updateContents(s,b.default.sources.USER),this.quill.setSelection(t.index+1,b.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:P.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(t,e){var n=this.quill.getLine(t.index),r=i(n,2),a=r[0],o=r[1],s=(new d.default).retain(t.index).insert("\n",e.format).retain(a.length()-o-1).retain(1,{header:null});this.quill.updateContents(s,b.default.sources.USER),this.quill.setSelection(t.index+1,b.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(t,e){var n=e.prefix.length,r=this.quill.getLine(t.index),a=i(r,2),o=a[0],s=a[1];if(s>n)return!0;var c=void 0;switch(e.prefix.trim()){case"[]":case"[ ]":c="unchecked";break;case"[x]":c="checked";break;case"-":case"*":c="bullet";break;default:c="ordered"}this.quill.insertText(t.index," ",b.default.sources.USER),this.quill.history.cutoff();var l=(new d.default).retain(t.index-s).delete(n+1).retain(o.length()-2-s).retain(1,{list:c});this.quill.updateContents(l,b.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(t.index-n,b.default.sources.SILENT)}},"code exit":{key:P.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(t){var e=this.quill.getLine(t.index),n=i(e,2),r=n[0],a=n[1],o=(new d.default).retain(t.index+r.length()-a-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(o,b.default.sources.USER)}},"embed left":L(P.keys.LEFT,!1),"embed left shift":L(P.keys.LEFT,!0),"embed right":L(P.keys.RIGHT,!1),"embed right shift":L(P.keys.RIGHT,!0)}},e.default=P,e.SHORTKEY=A},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),o=n(0),s=u(o),c=n(7),l=u(c);function u(t){return t&&t.__esModule?t:{default:t}}function h(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function f(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function d(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var p=function(t){function e(t,n){h(this,e);var r=f(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.selection=n,r.textNode=document.createTextNode(e.CONTENTS),r.domNode.appendChild(r.textNode),r._length=0,r}return d(e,t),a(e,null,[{key:"value",value:function(){}}]),a(e,[{key:"detach",value:function(){null!=this.parent&&this.parent.removeChild(this)}},{key:"format",value:function(t,n){if(0!==this._length)return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n);var r=this,a=0;while(null!=r&&r.statics.scope!==s.default.Scope.BLOCK_BLOT)a+=r.offset(r.parent),r=r.parent;null!=r&&(this._length=e.CONTENTS.length,r.optimize(),r.formatAt(a,e.CONTENTS.length,t,n),this._length=0)}},{key:"index",value:function(t,n){return t===this.textNode?0:i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"index",this).call(this,t,n)}},{key:"length",value:function(){return this._length}},{key:"position",value:function(){return[this.textNode,this.textNode.data.length]}},{key:"remove",value:function(){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"remove",this).call(this),this.parent=null}},{key:"restore",value:function(){if(!this.selection.composing&&null!=this.parent){var t=this.textNode,n=this.selection.getNativeRange(),i=void 0,a=void 0,o=void 0;if(null!=n&&n.start.node===t&&n.end.node===t){var c=[t,n.start.offset,n.end.offset];i=c[0],a=c[1],o=c[2]}while(null!=this.domNode.lastChild&&this.domNode.lastChild!==this.textNode)this.domNode.parentNode.insertBefore(this.domNode.lastChild,this.domNode);if(this.textNode.data!==e.CONTENTS){var u=this.textNode.data.split(e.CONTENTS).join("");this.next instanceof l.default?(i=this.next.domNode,this.next.insertAt(0,u),this.textNode.data=e.CONTENTS):(this.textNode.data=u,this.parent.insertBefore(s.default.create(this.textNode),this),this.textNode=document.createTextNode(e.CONTENTS),this.domNode.appendChild(this.textNode))}if(this.remove(),null!=a){var h=[a,o].map((function(t){return Math.max(0,Math.min(i.data.length,t-1))})),f=r(h,2);return a=f[0],o=f[1],{startNode:i,startOffset:a,endNode:i,endOffset:o}}}}},{key:"update",value:function(t,e){var n=this;if(t.some((function(t){return"characterData"===t.type&&t.target===n.textNode}))){var r=this.restore();r&&(e.range=r)}}},{key:"value",value:function(){return""}}]),e}(s.default.Embed);p.blotName="cursor",p.className="ql-cursor",p.tagName="span",p.CONTENTS="\ufeff",e.default=p},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=s(r),a=n(4),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),e}(i.default.Container);h.allowedChildren=[o.default,a.BlockEmbed,h],e.default=h},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ColorStyle=e.ColorClass=e.ColorAttributor=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"value",value:function(t){var n=i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"value",this).call(this,t);return n.startsWith("rgb(")?(n=n.replace(/^[^\d]+/,"").replace(/[^\d]+$/,""),"#"+n.split(",").map((function(t){return("00"+parseInt(t).toString(16)).slice(-2)})).join("")):n}}]),e}(o.default.Attributor.Style),f=new o.default.Attributor.Class("color","ql-color",{scope:o.default.Scope.INLINE}),d=new h("color","color",{scope:o.default.Scope.INLINE});e.ColorAttributor=h,e.ColorClass=f,e.ColorStyle=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.sanitize=e.default=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(6),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"format",value:function(t,n){if(t!==this.statics.blotName||!n)return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n);n=this.constructor.sanitize(n),this.domNode.setAttribute("href",n)}}],[{key:"create",value:function(t){var n=i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t);return t=this.sanitize(t),n.setAttribute("href",t),n.setAttribute("rel","noopener noreferrer"),n.setAttribute("target","_blank"),n}},{key:"formats",value:function(t){return t.getAttribute("href")}},{key:"sanitize",value:function(t){return f(t,this.PROTOCOL_WHITELIST)?t:this.SANITIZED_URL}}]),e}(o.default);function f(t,e){var n=document.createElement("a");n.href=t;var r=n.href.slice(0,n.href.indexOf(":"));return e.indexOf(r)>-1}h.blotName="link",h.tagName="A",h.SANITIZED_URL="about:blank",h.PROTOCOL_WHITELIST=["http","https","mailto","tel"],e.default=h,e.sanitize=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=n(23),o=l(a),s=n(107),c=l(s);function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var h=0;function f(t,e){t.setAttribute(e,!("true"===t.getAttribute(e)))}var d=function(){function t(e){var n=this;u(this,t),this.select=e,this.container=document.createElement("span"),this.buildPicker(),this.select.style.display="none",this.select.parentNode.insertBefore(this.container,this.select),this.label.addEventListener("mousedown",(function(){n.togglePicker()})),this.label.addEventListener("keydown",(function(t){switch(t.keyCode){case o.default.keys.ENTER:n.togglePicker();break;case o.default.keys.ESCAPE:n.escape(),t.preventDefault();break;default:}})),this.select.addEventListener("change",this.update.bind(this))}return i(t,[{key:"togglePicker",value:function(){this.container.classList.toggle("ql-expanded"),f(this.label,"aria-expanded"),f(this.options,"aria-hidden")}},{key:"buildItem",value:function(t){var e=this,n=document.createElement("span");return n.tabIndex="0",n.setAttribute("role","button"),n.classList.add("ql-picker-item"),t.hasAttribute("value")&&n.setAttribute("data-value",t.getAttribute("value")),t.textContent&&n.setAttribute("data-label",t.textContent),n.addEventListener("click",(function(){e.selectItem(n,!0)})),n.addEventListener("keydown",(function(t){switch(t.keyCode){case o.default.keys.ENTER:e.selectItem(n,!0),t.preventDefault();break;case o.default.keys.ESCAPE:e.escape(),t.preventDefault();break;default:}})),n}},{key:"buildLabel",value:function(){var t=document.createElement("span");return t.classList.add("ql-picker-label"),t.innerHTML=c.default,t.tabIndex="0",t.setAttribute("role","button"),t.setAttribute("aria-expanded","false"),this.container.appendChild(t),t}},{key:"buildOptions",value:function(){var t=this,e=document.createElement("span");e.classList.add("ql-picker-options"),e.setAttribute("aria-hidden","true"),e.tabIndex="-1",e.id="ql-picker-options-"+h,h+=1,this.label.setAttribute("aria-controls",e.id),this.options=e,[].slice.call(this.select.options).forEach((function(n){var r=t.buildItem(n);e.appendChild(r),!0===n.selected&&t.selectItem(r)})),this.container.appendChild(e)}},{key:"buildPicker",value:function(){var t=this;[].slice.call(this.select.attributes).forEach((function(e){t.container.setAttribute(e.name,e.value)})),this.container.classList.add("ql-picker"),this.label=this.buildLabel(),this.buildOptions()}},{key:"escape",value:function(){var t=this;this.close(),setTimeout((function(){return t.label.focus()}),1)}},{key:"close",value:function(){this.container.classList.remove("ql-expanded"),this.label.setAttribute("aria-expanded","false"),this.options.setAttribute("aria-hidden","true")}},{key:"selectItem",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.container.querySelector(".ql-selected");if(t!==n&&(null!=n&&n.classList.remove("ql-selected"),null!=t&&(t.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(t.parentNode.children,t),t.hasAttribute("data-value")?this.label.setAttribute("data-value",t.getAttribute("data-value")):this.label.removeAttribute("data-value"),t.hasAttribute("data-label")?this.label.setAttribute("data-label",t.getAttribute("data-label")):this.label.removeAttribute("data-label"),e))){if("function"===typeof Event)this.select.dispatchEvent(new Event("change"));else if("object"===("undefined"===typeof Event?"undefined":r(Event))){var i=document.createEvent("Event");i.initEvent("change",!0,!0),this.select.dispatchEvent(i)}this.close()}}},{key:"update",value:function(){var t=void 0;if(this.select.selectedIndex>-1){var e=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];t=this.select.options[this.select.selectedIndex],this.selectItem(e)}else this.selectItem(null);var n=null!=t&&t!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",n)}}]),t}();e.default=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(0),i=E(r),a=n(5),o=E(a),s=n(4),c=E(s),l=n(16),u=E(l),h=n(25),f=E(h),d=n(24),p=E(d),v=n(35),g=E(v),m=n(6),y=E(m),b=n(22),_=E(b),x=n(7),w=E(x),k=n(55),C=E(k),S=n(42),T=E(S),O=n(23),M=E(O);function E(t){return t&&t.__esModule?t:{default:t}}o.default.register({"blots/block":c.default,"blots/block/embed":s.BlockEmbed,"blots/break":u.default,"blots/container":f.default,"blots/cursor":p.default,"blots/embed":g.default,"blots/inline":y.default,"blots/scroll":_.default,"blots/text":w.default,"modules/clipboard":C.default,"modules/history":T.default,"modules/keyboard":M.default}),i.default.register(c.default,u.default,p.default,y.default,_.default,w.default),e.default=o.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1),i=function(){function t(t){this.domNode=t,this.domNode[r.DATA_KEY]={blot:this}}return Object.defineProperty(t.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),t.create=function(t){if(null==this.tagName)throw new r.ParchmentError("Blot definition missing tagName");var e;return Array.isArray(this.tagName)?("string"===typeof t&&(t=t.toUpperCase(),parseInt(t).toString()===t&&(t=parseInt(t))),e="number"===typeof t?document.createElement(this.tagName[t-1]):this.tagName.indexOf(t)>-1?document.createElement(t):document.createElement(this.tagName[0])):e=document.createElement(this.tagName),this.className&&e.classList.add(this.className),e},t.prototype.attach=function(){null!=this.parent&&(this.scroll=this.parent.scroll)},t.prototype.clone=function(){var t=this.domNode.cloneNode(!1);return r.create(t)},t.prototype.detach=function(){null!=this.parent&&this.parent.removeChild(this),delete this.domNode[r.DATA_KEY]},t.prototype.deleteAt=function(t,e){var n=this.isolate(t,e);n.remove()},t.prototype.formatAt=function(t,e,n,i){var a=this.isolate(t,e);if(null!=r.query(n,r.Scope.BLOT)&&i)a.wrap(n,i);else if(null!=r.query(n,r.Scope.ATTRIBUTE)){var o=r.create(this.statics.scope);a.wrap(o),o.format(n,i)}},t.prototype.insertAt=function(t,e,n){var i=null==n?r.create("text",e):r.create(e,n),a=this.split(t);this.parent.insertBefore(i,a)},t.prototype.insertInto=function(t,e){void 0===e&&(e=null),null!=this.parent&&this.parent.children.remove(this);var n=null;t.children.insertBefore(this,e),null!=e&&(n=e.domNode),this.domNode.parentNode==t.domNode&&this.domNode.nextSibling==n||t.domNode.insertBefore(this.domNode,n),this.parent=t,this.attach()},t.prototype.isolate=function(t,e){var n=this.split(t);return n.split(e),n},t.prototype.length=function(){return 1},t.prototype.offset=function(t){return void 0===t&&(t=this.parent),null==this.parent||this==t?0:this.parent.children.offset(this)+this.parent.offset(t)},t.prototype.optimize=function(t){null!=this.domNode[r.DATA_KEY]&&delete this.domNode[r.DATA_KEY].mutations},t.prototype.remove=function(){null!=this.domNode.parentNode&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},t.prototype.replace=function(t){null!=t.parent&&(t.parent.insertBefore(this,t.next),t.remove())},t.prototype.replaceWith=function(t,e){var n="string"===typeof t?r.create(t,e):t;return n.replace(this),n},t.prototype.split=function(t,e){return 0===t?this:this.next},t.prototype.update=function(t,e){},t.prototype.wrap=function(t,e){var n="string"===typeof t?r.create(t,e):t;return null!=this.parent&&this.parent.insertBefore(n,this.next),n.appendChild(this),n},t.blotName="abstract",t}();e.default=i},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(12),i=n(32),a=n(33),o=n(1),s=function(){function t(t){this.attributes={},this.domNode=t,this.build()}return t.prototype.attribute=function(t,e){e?t.add(this.domNode,e)&&(null!=t.value(this.domNode)?this.attributes[t.attrName]=t:delete this.attributes[t.attrName]):(t.remove(this.domNode),delete this.attributes[t.attrName])},t.prototype.build=function(){var t=this;this.attributes={};var e=r.default.keys(this.domNode),n=i.default.keys(this.domNode),s=a.default.keys(this.domNode);e.concat(n).concat(s).forEach((function(e){var n=o.query(e,o.Scope.ATTRIBUTE);n instanceof r.default&&(t.attributes[n.attrName]=n)}))},t.prototype.copy=function(t){var e=this;Object.keys(this.attributes).forEach((function(n){var r=e.attributes[n].value(e.domNode);t.format(n,r)}))},t.prototype.move=function(t){var e=this;this.copy(t),Object.keys(this.attributes).forEach((function(t){e.attributes[t].remove(e.domNode)})),this.attributes={}},t.prototype.values=function(){var t=this;return Object.keys(this.attributes).reduce((function(e,n){return e[n]=t.attributes[n].value(t.domNode),e}),{})},t}();e.default=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(12);function a(t,e){var n=t.getAttribute("class")||"";return n.split(/\s+/).filter((function(t){return 0===t.indexOf(e+"-")}))}var o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.keys=function(t){return(t.getAttribute("class")||"").split(/\s+/).map((function(t){return t.split("-").slice(0,-1).join("-")}))},e.prototype.add=function(t,e){return!!this.canAdd(t,e)&&(this.remove(t),t.classList.add(this.keyName+"-"+e),!0)},e.prototype.remove=function(t){var e=a(t,this.keyName);e.forEach((function(e){t.classList.remove(e)})),0===t.classList.length&&t.removeAttribute("class")},e.prototype.value=function(t){var e=a(t,this.keyName)[0]||"",n=e.slice(this.keyName.length+1);return this.canAdd(t,n)?n:""},e}(i.default);e.default=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(12);function a(t){var e=t.split("-"),n=e.slice(1).map((function(t){return t[0].toUpperCase()+t.slice(1)})).join("");return e[0]+n}var o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.keys=function(t){return(t.getAttribute("style")||"").split(";").map((function(t){var e=t.split(":");return e[0].trim()}))},e.prototype.add=function(t,e){return!!this.canAdd(t,e)&&(t.style[a(this.keyName)]=e,!0)},e.prototype.remove=function(t){t.style[a(this.keyName)]="",t.getAttribute("style")||t.removeAttribute("style")},e.prototype.value=function(t){var e=t.style[a(this.keyName)];return this.canAdd(t,e)?e:""},e}(i.default);e.default=o},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}();function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var a=function(){function t(e,n){i(this,t),this.quill=e,this.options=n,this.modules={}}return r(t,[{key:"init",value:function(){var t=this;Object.keys(this.options.modules).forEach((function(e){null==t.modules[e]&&t.addModule(e)}))}},{key:"addModule",value:function(t){var e=this.quill.constructor.import("modules/"+t);return this.modules[t]=new e(this.quill,this.options.modules[t]||{}),this.modules[t]}}]),t}();a.DEFAULTS={modules:{}},a.themes={default:a},e.default=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=l(a),s=n(7),c=l(s);function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function h(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function f(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var d="\ufeff",p=function(t){function e(t){u(this,e);var n=h(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return n.contentNode=document.createElement("span"),n.contentNode.setAttribute("contenteditable",!1),[].slice.call(n.domNode.childNodes).forEach((function(t){n.contentNode.appendChild(t)})),n.leftGuard=document.createTextNode(d),n.rightGuard=document.createTextNode(d),n.domNode.appendChild(n.leftGuard),n.domNode.appendChild(n.contentNode),n.domNode.appendChild(n.rightGuard),n}return f(e,t),r(e,[{key:"index",value:function(t,n){return t===this.leftGuard?0:t===this.rightGuard?1:i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"index",this).call(this,t,n)}},{key:"restore",value:function(t){var e=void 0,n=void 0,r=t.data.split(d).join("");if(t===this.leftGuard)if(this.prev instanceof c.default){var i=this.prev.length();this.prev.insertAt(i,r),e={startNode:this.prev.domNode,startOffset:i+r.length}}else n=document.createTextNode(r),this.parent.insertBefore(o.default.create(n),this),e={startNode:n,startOffset:r.length};else t===this.rightGuard&&(this.next instanceof c.default?(this.next.insertAt(0,r),e={startNode:this.next.domNode,startOffset:r.length}):(n=document.createTextNode(r),this.parent.insertBefore(o.default.create(n),this.next),e={startNode:n,startOffset:r.length}));return t.data=d,e}},{key:"update",value:function(t,e){var n=this;t.forEach((function(t){if("characterData"===t.type&&(t.target===n.leftGuard||t.target===n.rightGuard)){var r=n.restore(t.target);r&&(e.range=r)}}))}}]),e}(o.default.Embed);e.default=p},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.AlignStyle=e.AlignClass=e.AlignAttribute=void 0;var r=n(0),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var o={scope:i.default.Scope.BLOCK,whitelist:["right","center","justify"]},s=new i.default.Attributor.Attribute("align","align",o),c=new i.default.Attributor.Class("align","ql-align",o),l=new i.default.Attributor.Style("align","text-align",o);e.AlignAttribute=s,e.AlignClass=c,e.AlignStyle=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.BackgroundStyle=e.BackgroundClass=void 0;var r=n(0),i=o(r),a=n(26);function o(t){return t&&t.__esModule?t:{default:t}}var s=new i.default.Attributor.Class("background","ql-bg",{scope:i.default.Scope.INLINE}),c=new a.ColorAttributor("background","background-color",{scope:i.default.Scope.INLINE});e.BackgroundClass=s,e.BackgroundStyle=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.DirectionStyle=e.DirectionClass=e.DirectionAttribute=void 0;var r=n(0),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var o={scope:i.default.Scope.BLOCK,whitelist:["rtl"]},s=new i.default.Attributor.Attribute("direction","dir",o),c=new i.default.Attributor.Class("direction","ql-direction",o),l=new i.default.Attributor.Style("direction","direction",o);e.DirectionAttribute=s,e.DirectionClass=c,e.DirectionStyle=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.FontClass=e.FontStyle=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h={scope:o.default.Scope.INLINE,whitelist:["serif","monospace"]},f=new o.default.Attributor.Class("font","ql-font",h),d=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"value",value:function(t){return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"value",this).call(this,t).replace(/["']/g,"")}}]),e}(o.default.Attributor.Style),p=new d("font","font-family",h);e.FontStyle=p,e.FontClass=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.SizeStyle=e.SizeClass=void 0;var r=n(0),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var o=new i.default.Attributor.Class("size","ql-size",{scope:i.default.Scope.INLINE,whitelist:["small","large","huge"]}),s=new i.default.Attributor.Style("size","font-size",{scope:i.default.Scope.INLINE,whitelist:["10px","18px","32px"]});e.SizeClass=o,e.SizeStyle=s},function(t,e,n){"use strict";t.exports={align:{"":n(76),center:n(77),right:n(78),justify:n(79)},background:n(80),blockquote:n(81),bold:n(82),clean:n(83),code:n(58),"code-block":n(58),color:n(84),direction:{"":n(85),rtl:n(86)},float:{center:n(87),full:n(88),left:n(89),right:n(90)},formula:n(91),header:{1:n(92),2:n(93)},italic:n(94),image:n(95),indent:{"+1":n(96),"-1":n(97)},link:n(98),list:{ordered:n(99),bullet:n(100),check:n(101)},script:{sub:n(102),super:n(103)},strike:n(104),underline:n(105),video:n(106)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getLastChangeIndex=e.default=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=n(0),a=u(i),o=n(5),s=u(o),c=n(9),l=u(c);function u(t){return t&&t.__esModule?t:{default:t}}function h(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function f(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function d(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var p=function(t){function e(t,n){h(this,e);var r=f(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.lastRecorded=0,r.ignoreChange=!1,r.clear(),r.quill.on(s.default.events.EDITOR_CHANGE,(function(t,e,n,i){t!==s.default.events.TEXT_CHANGE||r.ignoreChange||(r.options.userOnly&&i!==s.default.sources.USER?r.transform(e):r.record(e,n))})),r.quill.keyboard.addBinding({key:"Z",shortKey:!0},r.undo.bind(r)),r.quill.keyboard.addBinding({key:"Z",shortKey:!0,shiftKey:!0},r.redo.bind(r)),/Win/i.test(navigator.platform)&&r.quill.keyboard.addBinding({key:"Y",shortKey:!0},r.redo.bind(r)),r}return d(e,t),r(e,[{key:"change",value:function(t,e){if(0!==this.stack[t].length){var n=this.stack[t].pop();this.stack[e].push(n),this.lastRecorded=0,this.ignoreChange=!0,this.quill.updateContents(n[t],s.default.sources.USER),this.ignoreChange=!1;var r=g(n[t]);this.quill.setSelection(r)}}},{key:"clear",value:function(){this.stack={undo:[],redo:[]}}},{key:"cutoff",value:function(){this.lastRecorded=0}},{key:"record",value:function(t,e){if(0!==t.ops.length){this.stack.redo=[];var n=this.quill.getContents().diff(e),r=Date.now();if(this.lastRecorded+this.options.delay>r&&this.stack.undo.length>0){var i=this.stack.undo.pop();n=n.compose(i.undo),t=i.redo.compose(t)}else this.lastRecorded=r;this.stack.undo.push({redo:t,undo:n}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(t){this.stack.undo.forEach((function(e){e.undo=t.transform(e.undo,!0),e.redo=t.transform(e.redo,!0)})),this.stack.redo.forEach((function(e){e.undo=t.transform(e.undo,!0),e.redo=t.transform(e.redo,!0)}))}},{key:"undo",value:function(){this.change("undo","redo")}}]),e}(l.default);function v(t){var e=t.ops[t.ops.length-1];return null!=e&&(null!=e.insert?"string"===typeof e.insert&&e.insert.endsWith("\n"):null!=e.attributes&&Object.keys(e.attributes).some((function(t){return null!=a.default.query(t,a.default.Scope.BLOCK)})))}function g(t){var e=t.reduce((function(t,e){return t+=e.delete||0,t}),0),n=t.length()-e;return v(t)&&(n-=1),n}p.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1},e.default=p,e.getLastChangeIndex=g},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.BaseTooltip=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(3),o=k(a),s=n(2),c=k(s),l=n(8),u=k(l),h=n(23),f=k(h),d=n(34),p=k(d),v=n(59),g=k(v),m=n(60),y=k(m),b=n(28),_=k(b),x=n(61),w=k(x);function k(t){return t&&t.__esModule?t:{default:t}}function C(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function S(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function T(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var O=[!1,"center","right","justify"],M=["#000000","#e60000","#ff9900","#ffff00","#008a00","#0066cc","#9933ff","#ffffff","#facccc","#ffebcc","#ffffcc","#cce8cc","#cce0f5","#ebd6ff","#bbbbbb","#f06666","#ffc266","#ffff66","#66b966","#66a3e0","#c285ff","#888888","#a10000","#b26b00","#b2b200","#006100","#0047b2","#6b24b2","#444444","#5c0000","#663d00","#666600","#003700","#002966","#3d1466"],E=[!1,"serif","monospace"],A=["1","2","3",!1],P=["small",!1,"large","huge"],L=function(t){function e(t,n){C(this,e);var r=S(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n)),i=function e(n){if(!document.body.contains(t.root))return document.body.removeEventListener("click",e);null==r.tooltip||r.tooltip.root.contains(n.target)||document.activeElement===r.tooltip.textbox||r.quill.hasFocus()||r.tooltip.hide(),null!=r.pickers&&r.pickers.forEach((function(t){t.container.contains(n.target)||t.close()}))};return t.emitter.listenDOM("click",document.body,i),r}return T(e,t),r(e,[{key:"addModule",value:function(t){var n=i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"addModule",this).call(this,t);return"toolbar"===t&&this.extendToolbar(n),n}},{key:"buildButtons",value:function(t,e){t.forEach((function(t){var n=t.getAttribute("class")||"";n.split(/\s+/).forEach((function(n){if(n.startsWith("ql-")&&(n=n.slice("ql-".length),null!=e[n]))if("direction"===n)t.innerHTML=e[n][""]+e[n]["rtl"];else if("string"===typeof e[n])t.innerHTML=e[n];else{var r=t.value||"";null!=r&&e[n][r]&&(t.innerHTML=e[n][r])}}))}))}},{key:"buildPickers",value:function(t,e){var n=this;this.pickers=t.map((function(t){if(t.classList.contains("ql-align"))return null==t.querySelector("option")&&z(t,O),new y.default(t,e.align);if(t.classList.contains("ql-background")||t.classList.contains("ql-color")){var n=t.classList.contains("ql-background")?"background":"color";return null==t.querySelector("option")&&z(t,M,"background"===n?"#ffffff":"#000000"),new g.default(t,e[n])}return null==t.querySelector("option")&&(t.classList.contains("ql-font")?z(t,E):t.classList.contains("ql-header")?z(t,A):t.classList.contains("ql-size")&&z(t,P)),new _.default(t)}));var r=function(){n.pickers.forEach((function(t){t.update()}))};this.quill.on(u.default.events.EDITOR_CHANGE,r)}}]),e}(p.default);L.DEFAULTS=(0,o.default)(!0,{},p.default.DEFAULTS,{modules:{toolbar:{handlers:{formula:function(){this.quill.theme.tooltip.edit("formula")},image:function(){var t=this,e=this.container.querySelector("input.ql-image[type=file]");null==e&&(e=document.createElement("input"),e.setAttribute("type","file"),e.setAttribute("accept","image/png, image/gif, image/jpeg, image/bmp, image/x-icon"),e.classList.add("ql-image"),e.addEventListener("change",(function(){if(null!=e.files&&null!=e.files[0]){var n=new FileReader;n.onload=function(n){var r=t.quill.getSelection(!0);t.quill.updateContents((new c.default).retain(r.index).delete(r.length).insert({image:n.target.result}),u.default.sources.USER),t.quill.setSelection(r.index+1,u.default.sources.SILENT),e.value=""},n.readAsDataURL(e.files[0])}})),this.container.appendChild(e)),e.click()},video:function(){this.quill.theme.tooltip.edit("video")}}}}});var I=function(t){function e(t,n){C(this,e);var r=S(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.textbox=r.root.querySelector('input[type="text"]'),r.listen(),r}return T(e,t),r(e,[{key:"listen",value:function(){var t=this;this.textbox.addEventListener("keydown",(function(e){f.default.match(e,"enter")?(t.save(),e.preventDefault()):f.default.match(e,"escape")&&(t.cancel(),e.preventDefault())}))}},{key:"cancel",value:function(){this.hide()}},{key:"edit",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"link",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),null!=e?this.textbox.value=e:t!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+t)||""),this.root.setAttribute("data-mode",t)}},{key:"restoreFocus",value:function(){var t=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=t}},{key:"save",value:function(){var t=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":var e=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",t,u.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",t,u.default.sources.USER)),this.quill.root.scrollTop=e;break;case"video":t=j(t);case"formula":if(!t)break;var n=this.quill.getSelection(!0);if(null!=n){var r=n.index+n.length;this.quill.insertEmbed(r,this.root.getAttribute("data-mode"),t,u.default.sources.USER),"formula"===this.root.getAttribute("data-mode")&&this.quill.insertText(r+1," ",u.default.sources.USER),this.quill.setSelection(r+2,u.default.sources.USER)}break;default:}this.textbox.value="",this.hide()}}]),e}(w.default);function j(t){var e=t.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||t.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return e?(e[1]||"https")+"://www.youtube.com/embed/"+e[2]+"?showinfo=0":(e=t.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(e[1]||"https")+"://player.vimeo.com/video/"+e[2]+"/":t}function z(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];e.forEach((function(e){var r=document.createElement("option");e===n?r.setAttribute("selected","selected"):r.setAttribute("value",e),t.appendChild(r)}))}e.BaseTooltip=I,e.default=L},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(){this.head=this.tail=null,this.length=0}return t.prototype.append=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];this.insertBefore(t[0],null),t.length>1&&this.append.apply(this,t.slice(1))},t.prototype.contains=function(t){var e,n=this.iterator();while(e=n())if(e===t)return!0;return!1},t.prototype.insertBefore=function(t,e){t&&(t.next=e,null!=e?(t.prev=e.prev,null!=e.prev&&(e.prev.next=t),e.prev=t,e===this.head&&(this.head=t)):null!=this.tail?(this.tail.next=t,t.prev=this.tail,this.tail=t):(t.prev=null,this.head=this.tail=t),this.length+=1)},t.prototype.offset=function(t){var e=0,n=this.head;while(null!=n){if(n===t)return e;e+=n.length(),n=n.next}return-1},t.prototype.remove=function(t){this.contains(t)&&(null!=t.prev&&(t.prev.next=t.next),null!=t.next&&(t.next.prev=t.prev),t===this.head&&(this.head=t.next),t===this.tail&&(this.tail=t.prev),this.length-=1)},t.prototype.iterator=function(t){return void 0===t&&(t=this.head),function(){var e=t;return null!=t&&(t=t.next),e}},t.prototype.find=function(t,e){void 0===e&&(e=!1);var n,r=this.iterator();while(n=r()){var i=n.length();if(t<i||e&&t===i&&(null==n.next||0!==n.next.length()))return[n,t];t-=i}return[null,0]},t.prototype.forEach=function(t){var e,n=this.iterator();while(e=n())t(e)},t.prototype.forEachAt=function(t,e,n){if(!(e<=0)){var r,i=this.find(t),a=i[0],o=i[1],s=t-o,c=this.iterator(a);while((r=c())&&s<t+e){var l=r.length();t>s?n(r,t-s,Math.min(e,s+l-t)):n(r,0,Math.min(l,t+e-s)),s+=l}}},t.prototype.map=function(t){return this.reduce((function(e,n){return e.push(t(n)),e}),[])},t.prototype.reduce=function(t,e){var n,r=this.iterator();while(n=r())e=t(e,n);return e},t}();e.default=r},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(17),a=n(1),o={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},s=100,c=function(t){function e(e){var n=t.call(this,e)||this;return n.scroll=n,n.observer=new MutationObserver((function(t){n.update(t)})),n.observer.observe(n.domNode,o),n.attach(),n}return r(e,t),e.prototype.detach=function(){t.prototype.detach.call(this),this.observer.disconnect()},e.prototype.deleteAt=function(e,n){this.update(),0===e&&n===this.length()?this.children.forEach((function(t){t.remove()})):t.prototype.deleteAt.call(this,e,n)},e.prototype.formatAt=function(e,n,r,i){this.update(),t.prototype.formatAt.call(this,e,n,r,i)},e.prototype.insertAt=function(e,n,r){this.update(),t.prototype.insertAt.call(this,e,n,r)},e.prototype.optimize=function(e,n){var r=this;void 0===e&&(e=[]),void 0===n&&(n={}),t.prototype.optimize.call(this,n);var o=[].slice.call(this.observer.takeRecords());while(o.length>0)e.push(o.pop());for(var c=function(t,e){void 0===e&&(e=!0),null!=t&&t!==r&&null!=t.domNode.parentNode&&(null==t.domNode[a.DATA_KEY].mutations&&(t.domNode[a.DATA_KEY].mutations=[]),e&&c(t.parent))},l=function(t){null!=t.domNode[a.DATA_KEY]&&null!=t.domNode[a.DATA_KEY].mutations&&(t instanceof i.default&&t.children.forEach(l),t.optimize(n))},u=e,h=0;u.length>0;h+=1){if(h>=s)throw new Error("[Parchment] Maximum optimize iterations reached");u.forEach((function(t){var e=a.find(t.target,!0);null!=e&&(e.domNode===t.target&&("childList"===t.type?(c(a.find(t.previousSibling,!1)),[].forEach.call(t.addedNodes,(function(t){var e=a.find(t,!1);c(e,!1),e instanceof i.default&&e.children.forEach((function(t){c(t,!1)}))}))):"attributes"===t.type&&c(e.prev)),c(e))})),this.children.forEach(l),u=[].slice.call(this.observer.takeRecords()),o=u.slice();while(o.length>0)e.push(o.pop())}},e.prototype.update=function(e,n){var r=this;void 0===n&&(n={}),e=e||this.observer.takeRecords(),e.map((function(t){var e=a.find(t.target,!0);return null==e?null:null==e.domNode[a.DATA_KEY].mutations?(e.domNode[a.DATA_KEY].mutations=[t],e):(e.domNode[a.DATA_KEY].mutations.push(t),null)})).forEach((function(t){null!=t&&t!==r&&null!=t.domNode[a.DATA_KEY]&&t.update(t.domNode[a.DATA_KEY].mutations||[],n)})),null!=this.domNode[a.DATA_KEY].mutations&&t.prototype.update.call(this,this.domNode[a.DATA_KEY].mutations,n),this.optimize(e,n)},e.blotName="scroll",e.defaultChild="block",e.scope=a.Scope.BLOCK_BLOT,e.tagName="DIV",e}(i.default);e.default=c},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(18),a=n(1);function o(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(var n in t)if(t[n]!==e[n])return!1;return!0}var s=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.formats=function(n){if(n.tagName!==e.tagName)return t.formats.call(this,n)},e.prototype.format=function(n,r){var a=this;n!==this.statics.blotName||r?t.prototype.format.call(this,n,r):(this.children.forEach((function(t){t instanceof i.default||(t=t.wrap(e.blotName,!0)),a.attributes.copy(t)})),this.unwrap())},e.prototype.formatAt=function(e,n,r,i){if(null!=this.formats()[r]||a.query(r,a.Scope.ATTRIBUTE)){var o=this.isolate(e,n);o.format(r,i)}else t.prototype.formatAt.call(this,e,n,r,i)},e.prototype.optimize=function(n){t.prototype.optimize.call(this,n);var r=this.formats();if(0===Object.keys(r).length)return this.unwrap();var i=this.next;i instanceof e&&i.prev===this&&o(r,i.formats())&&(i.moveChildren(this),i.remove())},e.blotName="inline",e.scope=a.Scope.INLINE_BLOT,e.tagName="SPAN",e}(i.default);e.default=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(18),a=n(1),o=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.formats=function(n){var r=a.query(e.blotName).tagName;if(n.tagName!==r)return t.formats.call(this,n)},e.prototype.format=function(n,r){null!=a.query(n,a.Scope.BLOCK)&&(n!==this.statics.blotName||r?t.prototype.format.call(this,n,r):this.replaceWith(e.blotName))},e.prototype.formatAt=function(e,n,r,i){null!=a.query(r,a.Scope.BLOCK)?this.format(r,i):t.prototype.formatAt.call(this,e,n,r,i)},e.prototype.insertAt=function(e,n,r){if(null==r||null!=a.query(n,a.Scope.INLINE))t.prototype.insertAt.call(this,e,n,r);else{var i=this.split(e),o=a.create(n,r);i.parent.insertBefore(o,i)}},e.prototype.update=function(e,n){navigator.userAgent.match(/Trident/)?this.build():t.prototype.update.call(this,e,n)},e.blotName="block",e.scope=a.Scope.BLOCK_BLOT,e.tagName="P",e}(i.default);e.default=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(19),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.formats=function(t){},e.prototype.format=function(e,n){t.prototype.formatAt.call(this,0,this.length(),e,n)},e.prototype.formatAt=function(e,n,r,i){0===e&&n===this.length()?this.format(r,i):t.prototype.formatAt.call(this,e,n,r,i)},e.prototype.formats=function(){return this.statics.formats(this.domNode)},e}(i.default);e.default=a},function(t,e,n){"use strict";var r=this&&this.__extends||function(){var t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(e,"__esModule",{value:!0});var i=n(19),a=n(1),o=function(t){function e(e){var n=t.call(this,e)||this;return n.text=n.statics.value(n.domNode),n}return r(e,t),e.create=function(t){return document.createTextNode(t)},e.value=function(t){var e=t.data;return e["normalize"]&&(e=e["normalize"]()),e},e.prototype.deleteAt=function(t,e){this.domNode.data=this.text=this.text.slice(0,t)+this.text.slice(t+e)},e.prototype.index=function(t,e){return this.domNode===t?e:-1},e.prototype.insertAt=function(e,n,r){null==r?(this.text=this.text.slice(0,e)+n+this.text.slice(e),this.domNode.data=this.text):t.prototype.insertAt.call(this,e,n,r)},e.prototype.length=function(){return this.text.length},e.prototype.optimize=function(n){t.prototype.optimize.call(this,n),this.text=this.statics.value(this.domNode),0===this.text.length?this.remove():this.next instanceof e&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},e.prototype.position=function(t,e){return void 0===e&&(e=!1),[this.domNode,t]},e.prototype.split=function(t,e){if(void 0===e&&(e=!1),!e){if(0===t)return this;if(t===this.length())return this.next}var n=a.create(this.domNode.splitText(t));return this.parent.insertBefore(n,this.next),this.text=this.statics.value(this.domNode),n},e.prototype.update=function(t,e){var n=this;t.some((function(t){return"characterData"===t.type&&t.target===n.domNode}))&&(this.text=this.statics.value(this.domNode))},e.prototype.value=function(){return this.text},e.blotName="text",e.scope=a.Scope.INLINE_BLOT,e}(i.default);e.default=o},function(t,e,n){"use strict";var r=document.createElement("div");if(r.classList.toggle("test-class",!1),r.classList.contains("test-class")){var i=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(t,e){return arguments.length>1&&!this.contains(t)===!e?e:i.call(this,t)}}String.prototype.startsWith||(String.prototype.startsWith=function(t,e){return e=e||0,this.substr(e,t.length)===t}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){var n=this.toString();("number"!==typeof e||!isFinite(e)||Math.floor(e)!==e||e>n.length)&&(e=n.length),e-=t.length;var r=n.indexOf(t,e);return-1!==r&&r===e}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(null===this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!==typeof t)throw new TypeError("predicate must be a function");for(var e,n=Object(this),r=n.length>>>0,i=arguments[1],a=0;a<r;a++)if(e=n[a],t.call(i,e,a,n))return e}}),document.addEventListener("DOMContentLoaded",(function(){document.execCommand("enableObjectResizing",!1,!1),document.execCommand("autoUrlDetect",!1,!1)}))},function(t,e){var n=-1,r=1,i=0;function a(t,e,n){if(t==e)return t?[[i,t]]:[];(n<0||t.length<n)&&(n=null);var r=l(t,e),a=t.substring(0,r);t=t.substring(r),e=e.substring(r),r=u(t,e);var s=t.substring(t.length-r);t=t.substring(0,t.length-r),e=e.substring(0,e.length-r);var c=o(t,e);return a&&c.unshift([i,a]),s&&c.push([i,s]),f(c),null!=n&&(c=v(c,n)),c=g(c),c}function o(t,e){var o;if(!t)return[[r,e]];if(!e)return[[n,t]];var c=t.length>e.length?t:e,l=t.length>e.length?e:t,u=c.indexOf(l);if(-1!=u)return o=[[r,c.substring(0,u)],[i,l],[r,c.substring(u+l.length)]],t.length>e.length&&(o[0][0]=o[2][0]=n),o;if(1==l.length)return[[n,t],[r,e]];var f=h(t,e);if(f){var d=f[0],p=f[1],v=f[2],g=f[3],m=f[4],y=a(d,v),b=a(p,g);return y.concat([[i,m]],b)}return s(t,e)}function s(t,e){for(var i=t.length,a=e.length,o=Math.ceil((i+a)/2),s=o,l=2*o,u=new Array(l),h=new Array(l),f=0;f<l;f++)u[f]=-1,h[f]=-1;u[s+1]=0,h[s+1]=0;for(var d=i-a,p=d%2!=0,v=0,g=0,m=0,y=0,b=0;b<o;b++){for(var _=-b+v;_<=b-g;_+=2){var x=s+_;O=_==-b||_!=b&&u[x-1]<u[x+1]?u[x+1]:u[x-1]+1;var w=O-_;while(O<i&&w<a&&t.charAt(O)==e.charAt(w))O++,w++;if(u[x]=O,O>i)g+=2;else if(w>a)v+=2;else if(p){var k=s+d-_;if(k>=0&&k<l&&-1!=h[k]){var C=i-h[k];if(O>=C)return c(t,e,O,w)}}}for(var S=-b+m;S<=b-y;S+=2){k=s+S;C=S==-b||S!=b&&h[k-1]<h[k+1]?h[k+1]:h[k-1]+1;var T=C-S;while(C<i&&T<a&&t.charAt(i-C-1)==e.charAt(a-T-1))C++,T++;if(h[k]=C,C>i)y+=2;else if(T>a)m+=2;else if(!p){x=s+d-S;if(x>=0&&x<l&&-1!=u[x]){var O=u[x];w=s+O-x;if(C=i-C,O>=C)return c(t,e,O,w)}}}}return[[n,t],[r,e]]}function c(t,e,n,r){var i=t.substring(0,n),o=e.substring(0,r),s=t.substring(n),c=e.substring(r),l=a(i,o),u=a(s,c);return l.concat(u)}function l(t,e){if(!t||!e||t.charAt(0)!=e.charAt(0))return 0;var n=0,r=Math.min(t.length,e.length),i=r,a=0;while(n<i)t.substring(a,i)==e.substring(a,i)?(n=i,a=n):r=i,i=Math.floor((r-n)/2+n);return i}function u(t,e){if(!t||!e||t.charAt(t.length-1)!=e.charAt(e.length-1))return 0;var n=0,r=Math.min(t.length,e.length),i=r,a=0;while(n<i)t.substring(t.length-i,t.length-a)==e.substring(e.length-i,e.length-a)?(n=i,a=n):r=i,i=Math.floor((r-n)/2+n);return i}function h(t,e){var n=t.length>e.length?t:e,r=t.length>e.length?e:t;if(n.length<4||2*r.length<n.length)return null;function i(t,e,n){var r,i,a,o,s=t.substring(n,n+Math.floor(t.length/4)),c=-1,h="";while(-1!=(c=e.indexOf(s,c+1))){var f=l(t.substring(n),e.substring(c)),d=u(t.substring(0,n),e.substring(0,c));h.length<d+f&&(h=e.substring(c-d,c)+e.substring(c,c+f),r=t.substring(0,n-d),i=t.substring(n+f),a=e.substring(0,c-d),o=e.substring(c+f))}return 2*h.length>=t.length?[r,i,a,o,h]:null}var a,o,s,c,h,f=i(n,r,Math.ceil(n.length/4)),d=i(n,r,Math.ceil(n.length/2));if(!f&&!d)return null;a=d?f&&f[4].length>d[4].length?f:d:f,t.length>e.length?(o=a[0],s=a[1],c=a[2],h=a[3]):(c=a[0],h=a[1],o=a[2],s=a[3]);var p=a[4];return[o,s,c,h,p]}function f(t){t.push([i,""]);var e,a=0,o=0,s=0,c="",h="";while(a<t.length)switch(t[a][0]){case r:s++,h+=t[a][1],a++;break;case n:o++,c+=t[a][1],a++;break;case i:o+s>1?(0!==o&&0!==s&&(e=l(h,c),0!==e&&(a-o-s>0&&t[a-o-s-1][0]==i?t[a-o-s-1][1]+=h.substring(0,e):(t.splice(0,0,[i,h.substring(0,e)]),a++),h=h.substring(e),c=c.substring(e)),e=u(h,c),0!==e&&(t[a][1]=h.substring(h.length-e)+t[a][1],h=h.substring(0,h.length-e),c=c.substring(0,c.length-e))),0===o?t.splice(a-s,o+s,[r,h]):0===s?t.splice(a-o,o+s,[n,c]):t.splice(a-o-s,o+s,[n,c],[r,h]),a=a-o-s+(o?1:0)+(s?1:0)+1):0!==a&&t[a-1][0]==i?(t[a-1][1]+=t[a][1],t.splice(a,1)):a++,s=0,o=0,c="",h="";break}""===t[t.length-1][1]&&t.pop();var d=!1;a=1;while(a<t.length-1)t[a-1][0]==i&&t[a+1][0]==i&&(t[a][1].substring(t[a][1].length-t[a-1][1].length)==t[a-1][1]?(t[a][1]=t[a-1][1]+t[a][1].substring(0,t[a][1].length-t[a-1][1].length),t[a+1][1]=t[a-1][1]+t[a+1][1],t.splice(a-1,1),d=!0):t[a][1].substring(0,t[a+1][1].length)==t[a+1][1]&&(t[a-1][1]+=t[a+1][1],t[a][1]=t[a][1].substring(t[a+1][1].length)+t[a+1][1],t.splice(a+1,1),d=!0)),a++;d&&f(t)}var d=a;function p(t,e){if(0===e)return[i,t];for(var r=0,a=0;a<t.length;a++){var o=t[a];if(o[0]===n||o[0]===i){var s=r+o[1].length;if(e===s)return[a+1,t];if(e<s){t=t.slice();var c=e-r,l=[o[0],o[1].slice(0,c)],u=[o[0],o[1].slice(c)];return t.splice(a,1,l,u),[a+1,t]}r=s}}throw new Error("cursor_pos is out of bounds!")}function v(t,e){var n=p(t,e),r=n[1],a=n[0],o=r[a],s=r[a+1];if(null==o)return t;if(o[0]!==i)return t;if(null!=s&&o[1]+s[1]===s[1]+o[1])return r.splice(a,2,s,o),m(r,a,2);if(null!=s&&0===s[1].indexOf(o[1])){r.splice(a,2,[s[0],o[1]],[0,o[1]]);var c=s[1].slice(o[1].length);return c.length>0&&r.splice(a+2,0,[s[0],c]),m(r,a,3)}return t}function g(t){for(var e=!1,a=function(t){return t.charCodeAt(0)>=56320&&t.charCodeAt(0)<=57343},o=function(t){return t.charCodeAt(t.length-1)>=55296&&t.charCodeAt(t.length-1)<=56319},s=2;s<t.length;s+=1)t[s-2][0]===i&&o(t[s-2][1])&&t[s-1][0]===n&&a(t[s-1][1])&&t[s][0]===r&&a(t[s][1])&&(e=!0,t[s-1][1]=t[s-2][1].slice(-1)+t[s-1][1],t[s][1]=t[s-2][1].slice(-1)+t[s][1],t[s-2][1]=t[s-2][1].slice(0,-1));if(!e)return t;var c=[];for(s=0;s<t.length;s+=1)t[s][1].length>0&&c.push(t[s]);return c}function m(t,e,n){for(var r=e+n-1;r>=0&&r>=e-1;r--)if(r+1<t.length){var i=t[r],a=t[r+1];i[0]===a[1]&&t.splice(r,2,[i[0],i[1]+a[1]])}return t}d.INSERT=r,d.DELETE=n,d.EQUAL=i,t.exports=d},function(t,e){function n(t){var e=[];for(var n in t)e.push(n);return e}e=t.exports="function"===typeof Object.keys?Object.keys:n,e.shim=n},function(t,e){var n="[object Arguments]"==function(){return Object.prototype.toString.call(arguments)}();function r(t){return"[object Arguments]"==Object.prototype.toString.call(t)}function i(t){return t&&"object"==typeof t&&"number"==typeof t.length&&Object.prototype.hasOwnProperty.call(t,"callee")&&!Object.prototype.propertyIsEnumerable.call(t,"callee")||!1}e=t.exports=n?r:i,e.supported=r,e.unsupported=i},function(t,e){"use strict";var n=Object.prototype.hasOwnProperty,r="~";function i(){}function a(t,e,n){this.fn=t,this.context=e,this.once=n||!1}function o(){this._events=new i,this._eventsCount=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(r=!1)),o.prototype.eventNames=function(){var t,e,i=[];if(0===this._eventsCount)return i;for(e in t=this._events)n.call(t,e)&&i.push(r?e.slice(1):e);return Object.getOwnPropertySymbols?i.concat(Object.getOwnPropertySymbols(t)):i},o.prototype.listeners=function(t,e){var n=r?r+t:t,i=this._events[n];if(e)return!!i;if(!i)return[];if(i.fn)return[i.fn];for(var a=0,o=i.length,s=new Array(o);a<o;a++)s[a]=i[a].fn;return s},o.prototype.emit=function(t,e,n,i,a,o){var s=r?r+t:t;if(!this._events[s])return!1;var c,l,u=this._events[s],h=arguments.length;if(u.fn){switch(u.once&&this.removeListener(t,u.fn,void 0,!0),h){case 1:return u.fn.call(u.context),!0;case 2:return u.fn.call(u.context,e),!0;case 3:return u.fn.call(u.context,e,n),!0;case 4:return u.fn.call(u.context,e,n,i),!0;case 5:return u.fn.call(u.context,e,n,i,a),!0;case 6:return u.fn.call(u.context,e,n,i,a,o),!0}for(l=1,c=new Array(h-1);l<h;l++)c[l-1]=arguments[l];u.fn.apply(u.context,c)}else{var f,d=u.length;for(l=0;l<d;l++)switch(u[l].once&&this.removeListener(t,u[l].fn,void 0,!0),h){case 1:u[l].fn.call(u[l].context);break;case 2:u[l].fn.call(u[l].context,e);break;case 3:u[l].fn.call(u[l].context,e,n);break;case 4:u[l].fn.call(u[l].context,e,n,i);break;default:if(!c)for(f=1,c=new Array(h-1);f<h;f++)c[f-1]=arguments[f];u[l].fn.apply(u[l].context,c)}}return!0},o.prototype.on=function(t,e,n){var i=new a(e,n||this),o=r?r+t:t;return this._events[o]?this._events[o].fn?this._events[o]=[this._events[o],i]:this._events[o].push(i):(this._events[o]=i,this._eventsCount++),this},o.prototype.once=function(t,e,n){var i=new a(e,n||this,!0),o=r?r+t:t;return this._events[o]?this._events[o].fn?this._events[o]=[this._events[o],i]:this._events[o].push(i):(this._events[o]=i,this._eventsCount++),this},o.prototype.removeListener=function(t,e,n,a){var o=r?r+t:t;if(!this._events[o])return this;if(!e)return 0===--this._eventsCount?this._events=new i:delete this._events[o],this;var s=this._events[o];if(s.fn)s.fn!==e||a&&!s.once||n&&s.context!==n||(0===--this._eventsCount?this._events=new i:delete this._events[o]);else{for(var c=0,l=[],u=s.length;c<u;c++)(s[c].fn!==e||a&&!s[c].once||n&&s[c].context!==n)&&l.push(s[c]);l.length?this._events[o]=1===l.length?l[0]:l:0===--this._eventsCount?this._events=new i:delete this._events[o]}return this},o.prototype.removeAllListeners=function(t){var e;return t?(e=r?r+t:t,this._events[e]&&(0===--this._eventsCount?this._events=new i:delete this._events[e])):(this._events=new i,this._eventsCount=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prototype.setMaxListeners=function(){return this},o.prefixed=r,o.EventEmitter=o,"undefined"!==typeof t&&(t.exports=o)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.matchText=e.matchSpacing=e.matchNewline=e.matchBlot=e.matchAttributor=e.default=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),o=n(3),s=T(o),c=n(2),l=T(c),u=n(0),h=T(u),f=n(5),d=T(f),p=n(10),v=T(p),g=n(9),m=T(g),y=n(36),b=n(37),_=n(13),x=T(_),w=n(26),k=n(38),C=n(39),S=n(40);function T(t){return t&&t.__esModule?t:{default:t}}function O(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function M(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function E(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function A(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var P=(0,v.default)("quill:clipboard"),L="__ql-matcher",I=[[Node.TEXT_NODE,Z],[Node.TEXT_NODE,K],["br",q],[Node.ELEMENT_NODE,K],[Node.ELEMENT_NODE,$],[Node.ELEMENT_NODE,X],[Node.ELEMENT_NODE,U],[Node.ELEMENT_NODE,G],["li",Y],["b",B.bind(B,"bold")],["i",B.bind(B,"italic")],["style",W]],j=[y.AlignAttribute,k.DirectionAttribute].reduce((function(t,e){return t[e.keyName]=e,t}),{}),z=[y.AlignStyle,b.BackgroundStyle,w.ColorStyle,k.DirectionStyle,C.FontStyle,S.SizeStyle].reduce((function(t,e){return t[e.keyName]=e,t}),{}),D=function(t){function e(t,n){M(this,e);var r=E(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.quill.root.addEventListener("paste",r.onPaste.bind(r)),r.container=r.quill.addContainer("ql-clipboard"),r.container.setAttribute("contenteditable",!0),r.container.setAttribute("tabindex",-1),r.matchers=[],I.concat(r.options.matchers).forEach((function(t){var e=i(t,2),a=e[0],o=e[1];(n.matchVisual||o!==X)&&r.addMatcher(a,o)})),r}return A(e,t),a(e,[{key:"addMatcher",value:function(t,e){this.matchers.push([t,e])}},{key:"convert",value:function(t){if("string"===typeof t)return this.container.innerHTML=t.replace(/\>\r?\n +\</g,"><"),this.convert();var e=this.quill.getFormat(this.quill.selection.savedRange.index);if(e[x.default.blotName]){var n=this.container.innerText;return this.container.innerHTML="",(new l.default).insert(n,O({},x.default.blotName,e[x.default.blotName]))}var r=this.prepareMatching(),a=i(r,2),o=a[0],s=a[1],c=H(this.container,o,s);return V(c,"\n")&&null==c.ops[c.ops.length-1].attributes&&(c=c.compose((new l.default).retain(c.length()-1).delete(1))),P.log("convert",this.container.innerHTML,c),this.container.innerHTML="",c}},{key:"dangerouslyPasteHTML",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:d.default.sources.API;if("string"===typeof t)this.quill.setContents(this.convert(t),e),this.quill.setSelection(0,d.default.sources.SILENT);else{var r=this.convert(e);this.quill.updateContents((new l.default).retain(t).concat(r),n),this.quill.setSelection(t+r.length(),d.default.sources.SILENT)}}},{key:"onPaste",value:function(t){var e=this;if(!t.defaultPrevented&&this.quill.isEnabled()){var n=this.quill.getSelection(),r=(new l.default).retain(n.index),i=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(d.default.sources.SILENT),setTimeout((function(){r=r.concat(e.convert()).delete(n.length),e.quill.updateContents(r,d.default.sources.USER),e.quill.setSelection(r.length()-n.length,d.default.sources.SILENT),e.quill.scrollingContainer.scrollTop=i,e.quill.focus()}),1)}}},{key:"prepareMatching",value:function(){var t=this,e=[],n=[];return this.matchers.forEach((function(r){var a=i(r,2),o=a[0],s=a[1];switch(o){case Node.TEXT_NODE:n.push(s);break;case Node.ELEMENT_NODE:e.push(s);break;default:[].forEach.call(t.container.querySelectorAll(o),(function(t){t[L]=t[L]||[],t[L].push(s)}));break}})),[e,n]}}]),e}(m.default);function N(t,e,n){return"object"===("undefined"===typeof e?"undefined":r(e))?Object.keys(e).reduce((function(t,n){return N(t,n,e[n])}),t):t.reduce((function(t,r){return r.attributes&&r.attributes[e]?t.push(r):t.insert(r.insert,(0,s.default)({},O({},e,n),r.attributes))}),new l.default)}function R(t){if(t.nodeType!==Node.ELEMENT_NODE)return{};var e="__ql-computed-style";return t[e]||(t[e]=window.getComputedStyle(t))}function V(t,e){for(var n="",r=t.ops.length-1;r>=0&&n.length<e.length;--r){var i=t.ops[r];if("string"!==typeof i.insert)break;n=i.insert+n}return n.slice(-1*e.length)===e}function F(t){if(0===t.childNodes.length)return!1;var e=R(t);return["block","list-item"].indexOf(e.display)>-1}function H(t,e,n){return t.nodeType===t.TEXT_NODE?n.reduce((function(e,n){return n(t,e)}),new l.default):t.nodeType===t.ELEMENT_NODE?[].reduce.call(t.childNodes||[],(function(r,i){var a=H(i,e,n);return i.nodeType===t.ELEMENT_NODE&&(a=e.reduce((function(t,e){return e(i,t)}),a),a=(i[L]||[]).reduce((function(t,e){return e(i,t)}),a)),r.concat(a)}),new l.default):new l.default}function B(t,e,n){return N(n,t,!0)}function U(t,e){var n=h.default.Attributor.Attribute.keys(t),r=h.default.Attributor.Class.keys(t),i=h.default.Attributor.Style.keys(t),a={};return n.concat(r).concat(i).forEach((function(e){var n=h.default.query(e,h.default.Scope.ATTRIBUTE);null!=n&&(a[n.attrName]=n.value(t),a[n.attrName])||(n=j[e],null==n||n.attrName!==e&&n.keyName!==e||(a[n.attrName]=n.value(t)||void 0),n=z[e],null==n||n.attrName!==e&&n.keyName!==e||(n=z[e],a[n.attrName]=n.value(t)||void 0))})),Object.keys(a).length>0&&(e=N(e,a)),e}function $(t,e){var n=h.default.query(t);if(null==n)return e;if(n.prototype instanceof h.default.Embed){var r={},i=n.value(t);null!=i&&(r[n.blotName]=i,e=(new l.default).insert(r,n.formats(t)))}else"function"===typeof n.formats&&(e=N(e,n.blotName,n.formats(t)));return e}function q(t,e){return V(e,"\n")||e.insert("\n"),e}function W(){return new l.default}function Y(t,e){var n=h.default.query(t);if(null==n||"list-item"!==n.blotName||!V(e,"\n"))return e;var r=-1,i=t.parentNode;while(!i.classList.contains("ql-clipboard"))"list"===(h.default.query(i)||{}).blotName&&(r+=1),i=i.parentNode;return r<=0?e:e.compose((new l.default).retain(e.length()-1).retain(1,{indent:r}))}function K(t,e){return V(e,"\n")||(F(t)||e.length()>0&&t.nextSibling&&F(t.nextSibling))&&e.insert("\n"),e}function X(t,e){if(F(t)&&null!=t.nextElementSibling&&!V(e,"\n\n")){var n=t.offsetHeight+parseFloat(R(t).marginTop)+parseFloat(R(t).marginBottom);t.nextElementSibling.offsetTop>t.offsetTop+1.5*n&&e.insert("\n")}return e}function G(t,e){var n={},r=t.style||{};return r.fontStyle&&"italic"===R(t).fontStyle&&(n.italic=!0),r.fontWeight&&(R(t).fontWeight.startsWith("bold")||parseInt(R(t).fontWeight)>=700)&&(n.bold=!0),Object.keys(n).length>0&&(e=N(e,n)),parseFloat(r.textIndent||0)>0&&(e=(new l.default).insert("\t").concat(e)),e}function Z(t,e){var n=t.data;if("O:P"===t.parentNode.tagName)return e.insert(n.trim());if(0===n.trim().length&&t.parentNode.classList.contains("ql-clipboard"))return e;if(!R(t.parentNode).whiteSpace.startsWith("pre")){var r=function(t,e){return e=e.replace(/[^\u00a0]/g,""),e.length<1&&t?" ":e};n=n.replace(/\r\n/g," ").replace(/\n/g," "),n=n.replace(/\s\s+/g,r.bind(r,!0)),(null==t.previousSibling&&F(t.parentNode)||null!=t.previousSibling&&F(t.previousSibling))&&(n=n.replace(/^\s+/,r.bind(r,!1))),(null==t.nextSibling&&F(t.parentNode)||null!=t.nextSibling&&F(t.nextSibling))&&(n=n.replace(/\s+$/,r.bind(r,!1)))}return e.insert(n)}D.DEFAULTS={matchers:[],matchVisual:!0},e.default=D,e.matchAttributor=U,e.matchBlot=$,e.matchNewline=K,e.matchSpacing=X,e.matchText=Z},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(6),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"optimize",value:function(t){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),e}(o.default);h.blotName="bold",h.tagName=["STRONG","B"],e.default=h},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.addControls=e.default=void 0;var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=n(2),o=v(a),s=n(0),c=v(s),l=n(5),u=v(l),h=n(10),f=v(h),d=n(9),p=v(d);function v(t){return t&&t.__esModule?t:{default:t}}function g(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function m(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function y(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function b(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var _=(0,f.default)("quill:toolbar"),x=function(t){function e(t,n){m(this,e);var i,a=y(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));if(Array.isArray(a.options.container)){var o=document.createElement("div");k(o,a.options.container),t.container.parentNode.insertBefore(o,t.container),a.container=o}else"string"===typeof a.options.container?a.container=document.querySelector(a.options.container):a.container=a.options.container;return a.container instanceof HTMLElement?(a.container.classList.add("ql-toolbar"),a.controls=[],a.handlers={},Object.keys(a.options.handlers).forEach((function(t){a.addHandler(t,a.options.handlers[t])})),[].forEach.call(a.container.querySelectorAll("button, select"),(function(t){a.attach(t)})),a.quill.on(u.default.events.EDITOR_CHANGE,(function(t,e){t===u.default.events.SELECTION_CHANGE&&a.update(e)})),a.quill.on(u.default.events.SCROLL_OPTIMIZE,(function(){var t=a.quill.selection.getRange(),e=r(t,1),n=e[0];a.update(n)})),a):(i=_.error("Container required for toolbar",a.options),y(a,i))}return b(e,t),i(e,[{key:"addHandler",value:function(t,e){this.handlers[t]=e}},{key:"attach",value:function(t){var e=this,n=[].find.call(t.classList,(function(t){return 0===t.indexOf("ql-")}));if(n){if(n=n.slice("ql-".length),"BUTTON"===t.tagName&&t.setAttribute("type","button"),null==this.handlers[n]){if(null!=this.quill.scroll.whitelist&&null==this.quill.scroll.whitelist[n])return void _.warn("ignoring attaching to disabled format",n,t);if(null==c.default.query(n))return void _.warn("ignoring attaching to nonexistent format",n,t)}var i="SELECT"===t.tagName?"change":"click";t.addEventListener(i,(function(i){var a=void 0;if("SELECT"===t.tagName){if(t.selectedIndex<0)return;var s=t.options[t.selectedIndex];a=!s.hasAttribute("selected")&&(s.value||!1)}else a=!t.classList.contains("ql-active")&&(t.value||!t.hasAttribute("value")),i.preventDefault();e.quill.focus();var l=e.quill.selection.getRange(),h=r(l,1),f=h[0];if(null!=e.handlers[n])e.handlers[n].call(e,a);else if(c.default.query(n).prototype instanceof c.default.Embed){if(a=prompt("Enter "+n),!a)return;e.quill.updateContents((new o.default).retain(f.index).delete(f.length).insert(g({},n,a)),u.default.sources.USER)}else e.quill.format(n,a,u.default.sources.USER);e.update(f)})),this.controls.push([n,t])}}},{key:"update",value:function(t){var e=null==t?{}:this.quill.getFormat(t);this.controls.forEach((function(n){var i=r(n,2),a=i[0],o=i[1];if("SELECT"===o.tagName){var s=void 0;if(null==t)s=null;else if(null==e[a])s=o.querySelector("option[selected]");else if(!Array.isArray(e[a])){var c=e[a];"string"===typeof c&&(c=c.replace(/\"/g,'\\"')),s=o.querySelector('option[value="'+c+'"]')}null==s?(o.value="",o.selectedIndex=-1):s.selected=!0}else if(null==t)o.classList.remove("ql-active");else if(o.hasAttribute("value")){var l=e[a]===o.getAttribute("value")||null!=e[a]&&e[a].toString()===o.getAttribute("value")||null==e[a]&&!o.getAttribute("value");o.classList.toggle("ql-active",l)}else o.classList.toggle("ql-active",null!=e[a])}))}}]),e}(p.default);function w(t,e,n){var r=document.createElement("button");r.setAttribute("type","button"),r.classList.add("ql-"+e),null!=n&&(r.value=n),t.appendChild(r)}function k(t,e){Array.isArray(e[0])||(e=[e]),e.forEach((function(e){var n=document.createElement("span");n.classList.add("ql-formats"),e.forEach((function(t){if("string"===typeof t)w(n,t);else{var e=Object.keys(t)[0],r=t[e];Array.isArray(r)?C(n,e,r):w(n,e,r)}})),t.appendChild(n)}))}function C(t,e,n){var r=document.createElement("select");r.classList.add("ql-"+e),n.forEach((function(t){var e=document.createElement("option");!1!==t?e.setAttribute("value",t):e.setAttribute("selected","selected"),r.appendChild(e)})),t.appendChild(r)}x.DEFAULTS={},x.DEFAULTS={container:null,handlers:{clean:function(){var t=this,e=this.quill.getSelection();if(null!=e)if(0==e.length){var n=this.quill.getFormat();Object.keys(n).forEach((function(e){null!=c.default.query(e,c.default.Scope.INLINE)&&t.quill.format(e,!1)}))}else this.quill.removeFormat(e,u.default.sources.USER)},direction:function(t){var e=this.quill.getFormat()["align"];"rtl"===t&&null==e?this.quill.format("align","right",u.default.sources.USER):t||"right"!==e||this.quill.format("align",!1,u.default.sources.USER),this.quill.format("direction",t,u.default.sources.USER)},indent:function(t){var e=this.quill.getSelection(),n=this.quill.getFormat(e),r=parseInt(n.indent||0);if("+1"===t||"-1"===t){var i="+1"===t?1:-1;"rtl"===n.direction&&(i*=-1),this.quill.format("indent",r+i,u.default.sources.USER)}},link:function(t){!0===t&&(t=prompt("Enter link URL:")),this.quill.format("link",t,u.default.sources.USER)},list:function(t){var e=this.quill.getSelection(),n=this.quill.getFormat(e);"check"===t?"checked"===n["list"]||"unchecked"===n["list"]?this.quill.format("list",!1,u.default.sources.USER):this.quill.format("list","unchecked",u.default.sources.USER):this.quill.format("list",t,u.default.sources.USER)}}},e.default=x,e.addControls=k},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(28),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(t,n){c(this,e);var r=l(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.label.innerHTML=n,r.container.classList.add("ql-color-picker"),[].slice.call(r.container.querySelectorAll(".ql-picker-item"),0,7).forEach((function(t){t.classList.add("ql-primary")})),r}return u(e,t),r(e,[{key:"buildItem",value:function(t){var n=i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"buildItem",this).call(this,t);return n.style.backgroundColor=t.getAttribute("value")||"",n}},{key:"selectItem",value:function(t,n){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"selectItem",this).call(this,t,n);var r=this.label.querySelector(".ql-color-label"),a=t&&t.getAttribute("data-value")||"";r&&("line"===r.tagName?r.style.stroke=a:r.style.fill=a)}}]),e}(o.default);e.default=h},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(28),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(t,n){c(this,e);var r=l(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t));return r.container.classList.add("ql-icon-picker"),[].forEach.call(r.container.querySelectorAll(".ql-picker-item"),(function(t){t.innerHTML=n[t.getAttribute("data-value")||""]})),r.defaultItem=r.container.querySelector(".ql-selected"),r.selectItem(r.defaultItem),r}return u(e,t),r(e,[{key:"selectItem",value:function(t,n){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"selectItem",this).call(this,t,n),t=t||this.defaultItem,this.label.innerHTML=t.innerHTML}}]),e}(o.default);e.default=h},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}();function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var a=function(){function t(e,n){var r=this;i(this,t),this.quill=e,this.boundsContainer=n||document.body,this.root=e.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",(function(){r.root.style.marginTop=-1*r.quill.root.scrollTop+"px"})),this.hide()}return r(t,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(t){var e=t.left+t.width/2-this.root.offsetWidth/2,n=t.bottom+this.quill.root.scrollTop;this.root.style.left=e+"px",this.root.style.top=n+"px",this.root.classList.remove("ql-flip");var r=this.boundsContainer.getBoundingClientRect(),i=this.root.getBoundingClientRect(),a=0;if(i.right>r.right&&(a=r.right-i.right,this.root.style.left=e+a+"px"),i.left<r.left&&(a=r.left-i.left,this.root.style.left=e+a+"px"),i.bottom>r.bottom){var o=i.bottom-i.top,s=t.bottom-t.top+o;this.root.style.top=n-s+"px",this.root.classList.add("ql-flip")}return a}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),t}();e.default=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=t[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),e&&n.length===e)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),o=n(3),s=m(o),c=n(8),l=m(c),u=n(43),h=m(u),f=n(27),d=m(f),p=n(15),v=n(41),g=m(v);function m(t){return t&&t.__esModule?t:{default:t}}function y(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function b(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function _(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var x=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],w=function(t){function e(t,n){y(this,e),null!=n.modules.toolbar&&null==n.modules.toolbar.container&&(n.modules.toolbar.container=x);var r=b(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.quill.container.classList.add("ql-snow"),r}return _(e,t),a(e,[{key:"extendToolbar",value:function(t){t.container.classList.add("ql-snow"),this.buildButtons([].slice.call(t.container.querySelectorAll("button")),g.default),this.buildPickers([].slice.call(t.container.querySelectorAll("select")),g.default),this.tooltip=new k(this.quill,this.options.bounds),t.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},(function(e,n){t.handlers["link"].call(t,!n.format.link)}))}}]),e}(h.default);w.DEFAULTS=(0,s.default)(!0,{},h.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(t){if(t){var e=this.quill.getSelection();if(null==e||0==e.length)return;var n=this.quill.getText(e);/^\S+@\S+\.\S+$/.test(n)&&0!==n.indexOf("mailto:")&&(n="mailto:"+n);var r=this.quill.theme.tooltip;r.edit("link",n)}else this.quill.format("link",!1)}}}}});var k=function(t){function e(t,n){y(this,e);var r=b(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.preview=r.root.querySelector("a.ql-preview"),r}return _(e,t),a(e,[{key:"listen",value:function(){var t=this;i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",(function(e){t.root.classList.contains("ql-editing")?t.save():t.edit("link",t.preview.textContent),e.preventDefault()})),this.root.querySelector("a.ql-remove").addEventListener("click",(function(e){if(null!=t.linkRange){var n=t.linkRange;t.restoreFocus(),t.quill.formatText(n,"link",!1,l.default.sources.USER),delete t.linkRange}e.preventDefault(),t.hide()})),this.quill.on(l.default.events.SELECTION_CHANGE,(function(e,n,i){if(null!=e){if(0===e.length&&i===l.default.sources.USER){var a=t.quill.scroll.descendant(d.default,e.index),o=r(a,2),s=o[0],c=o[1];if(null!=s){t.linkRange=new p.Range(e.index-c,s.length());var u=d.default.formats(s.domNode);return t.preview.textContent=u,t.preview.setAttribute("href",u),t.show(),void t.position(t.quill.getBounds(t.linkRange))}}else delete t.linkRange;t.hide()}}))}},{key:"show",value:function(){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),e}(u.BaseTooltip);k.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),e.default=w},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(29),i=nt(r),a=n(36),o=n(38),s=n(64),c=n(65),l=nt(c),u=n(66),h=nt(u),f=n(67),d=nt(f),p=n(37),v=n(26),g=n(39),m=n(40),y=n(56),b=nt(y),_=n(68),x=nt(_),w=n(27),k=nt(w),C=n(69),S=nt(C),T=n(70),O=nt(T),M=n(71),E=nt(M),A=n(72),P=nt(A),L=n(73),I=nt(L),j=n(13),z=nt(j),D=n(74),N=nt(D),R=n(75),V=nt(R),F=n(57),H=nt(F),B=n(41),U=nt(B),$=n(28),q=nt($),W=n(59),Y=nt(W),K=n(60),X=nt(K),G=n(61),Z=nt(G),Q=n(108),J=nt(Q),tt=n(62),et=nt(tt);function nt(t){return t&&t.__esModule?t:{default:t}}i.default.register({"attributors/attribute/direction":o.DirectionAttribute,"attributors/class/align":a.AlignClass,"attributors/class/background":p.BackgroundClass,"attributors/class/color":v.ColorClass,"attributors/class/direction":o.DirectionClass,"attributors/class/font":g.FontClass,"attributors/class/size":m.SizeClass,"attributors/style/align":a.AlignStyle,"attributors/style/background":p.BackgroundStyle,"attributors/style/color":v.ColorStyle,"attributors/style/direction":o.DirectionStyle,"attributors/style/font":g.FontStyle,"attributors/style/size":m.SizeStyle},!0),i.default.register({"formats/align":a.AlignClass,"formats/direction":o.DirectionClass,"formats/indent":s.IndentClass,"formats/background":p.BackgroundStyle,"formats/color":v.ColorStyle,"formats/font":g.FontClass,"formats/size":m.SizeClass,"formats/blockquote":l.default,"formats/code-block":z.default,"formats/header":h.default,"formats/list":d.default,"formats/bold":b.default,"formats/code":j.Code,"formats/italic":x.default,"formats/link":k.default,"formats/script":S.default,"formats/strike":O.default,"formats/underline":E.default,"formats/image":P.default,"formats/video":I.default,"formats/list/item":f.ListItem,"modules/formula":N.default,"modules/syntax":V.default,"modules/toolbar":H.default,"themes/bubble":J.default,"themes/snow":et.default,"ui/icons":U.default,"ui/picker":q.default,"ui/icon-picker":X.default,"ui/color-picker":Y.default,"ui/tooltip":Z.default},!0),e.default=i.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.IndentClass=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,[{key:"add",value:function(t,n){if("+1"===n||"-1"===n){var r=this.value(t)||0;n="+1"===n?r+1:r-1}return 0===n?(this.remove(t),!0):i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"add",this).call(this,t,n)}},{key:"canAdd",value:function(t,n){return i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"canAdd",this).call(this,t,n)||i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"canAdd",this).call(this,t,parseInt(n))}},{key:"value",value:function(t){return parseInt(i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"value",this).call(this,t))||void 0}}]),e}(o.default.Attributor.Class),f=new h("indent","ql-indent",{scope:o.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});e.IndentClass=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(4),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function c(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var l=function(t){function e(){return o(this,e),s(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return c(e,t),e}(i.default);l.blotName="blockquote",l.tagName="blockquote",e.default=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=n(4),a=o(i);function o(t){return t&&t.__esModule?t:{default:t}}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function l(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var u=function(t){function e(){return s(this,e),c(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return l(e,t),r(e,null,[{key:"formats",value:function(t){return this.tagName.indexOf(t.tagName)+1}}]),e}(a.default);u.blotName="header",u.tagName=["H1","H2","H3","H4","H5","H6"],e.default=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.ListItem=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=h(a),s=n(4),c=h(s),l=n(25),u=h(l);function h(t){return t&&t.__esModule?t:{default:t}}function f(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function d(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function p(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function v(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var g=function(t){function e(){return d(this,e),p(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return v(e,t),r(e,[{key:"format",value:function(t,n){t!==m.blotName||n?i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n):this.replaceWith(o.default.create(this.statics.scope))}},{key:"remove",value:function(){null==this.prev&&null==this.next?this.parent.remove():i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(t,n){return this.parent.isolate(this.offset(this.parent),this.length()),t===this.parent.statics.blotName?(this.parent.replaceWith(t,n),this):(this.parent.unwrap(),i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"replaceWith",this).call(this,t,n))}}],[{key:"formats",value:function(t){return t.tagName===this.tagName?void 0:i(e.__proto__||Object.getPrototypeOf(e),"formats",this).call(this,t)}}]),e}(c.default);g.blotName="list-item",g.tagName="LI";var m=function(t){function e(t){d(this,e);var n=p(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t)),r=function(e){if(e.target.parentNode===t){var r=n.statics.formats(t),i=o.default.find(e.target);"checked"===r?i.format("list","unchecked"):"unchecked"===r&&i.format("list","checked")}};return t.addEventListener("touchstart",r),t.addEventListener("mousedown",r),n}return v(e,t),r(e,null,[{key:"create",value:function(t){var n="ordered"===t?"OL":"UL",r=i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,n);return"checked"!==t&&"unchecked"!==t||r.setAttribute("data-checked","checked"===t),r}},{key:"formats",value:function(t){return"OL"===t.tagName?"ordered":"UL"===t.tagName?t.hasAttribute("data-checked")?"true"===t.getAttribute("data-checked")?"checked":"unchecked":"bullet":void 0}}]),r(e,[{key:"format",value:function(t,e){this.children.length>0&&this.children.tail.format(t,e)}},{key:"formats",value:function(){return f({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(t,n){if(t instanceof g)i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"insertBefore",this).call(this,t,n);else{var r=null==n?this.length():n.offset(this),a=this.split(r);a.parent.insertBefore(t,a)}}},{key:"optimize",value:function(t){i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"optimize",this).call(this,t);var n=this.next;null!=n&&n.prev===this&&n.statics.blotName===this.statics.blotName&&n.domNode.tagName===this.domNode.tagName&&n.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(n.moveChildren(this),n.remove())}},{key:"replace",value:function(t){if(t.statics.blotName!==this.statics.blotName){var n=o.default.create(this.statics.defaultChild);t.moveChildren(n),this.appendChild(n)}i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"replace",this).call(this,t)}}]),e}(u.default);m.blotName="list",m.scope=o.default.Scope.BLOCK_BLOT,m.tagName=["OL","UL"],m.defaultChild="list-item",m.allowedChildren=[g],e.ListItem=g,e.default=m},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(56),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function c(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var l=function(t){function e(){return o(this,e),s(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return c(e,t),e}(i.default);l.blotName="italic",l.tagName=["EM","I"],e.default=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(6),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}function c(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function l(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function u(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var h=function(t){function e(){return c(this,e),l(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return u(e,t),r(e,null,[{key:"create",value:function(t){return"super"===t?document.createElement("sup"):"sub"===t?document.createElement("sub"):i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t)}},{key:"formats",value:function(t){return"SUB"===t.tagName?"sub":"SUP"===t.tagName?"super":void 0}}]),e}(o.default);h.blotName="script",h.tagName=["SUB","SUP"],e.default=h},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(6),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function c(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var l=function(t){function e(){return o(this,e),s(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return c(e,t),e}(i.default);l.blotName="strike",l.tagName="S",e.default=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(6),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function c(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var l=function(t){function e(){return o(this,e),s(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return c(e,t),e}(i.default);l.blotName="underline",l.tagName="U",e.default=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=c(a),s=n(27);function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function u(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function h(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var f=["alt","height","width"],d=function(t){function e(){return l(this,e),u(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return h(e,t),r(e,[{key:"format",value:function(t,n){f.indexOf(t)>-1?n?this.domNode.setAttribute(t,n):this.domNode.removeAttribute(t):i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n)}}],[{key:"create",value:function(t){var n=i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t);return"string"===typeof t&&n.setAttribute("src",this.sanitize(t)),n}},{key:"formats",value:function(t){return f.reduce((function(e,n){return t.hasAttribute(n)&&(e[n]=t.getAttribute(n)),e}),{})}},{key:"match",value:function(t){return/\.(jpe?g|gif|png)$/.test(t)||/^data:image\/.+;base64/.test(t)}},{key:"sanitize",value:function(t){return(0,s.sanitize)(t,["http","https","data"])?t:"//:0"}},{key:"value",value:function(t){return t.getAttribute("src")}}]),e}(o.default.Embed);d.blotName="image",d.tagName="IMG",e.default=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(4),o=n(27),s=c(o);function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function u(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function h(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var f=["height","width"],d=function(t){function e(){return l(this,e),u(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return h(e,t),r(e,[{key:"format",value:function(t,n){f.indexOf(t)>-1?n?this.domNode.setAttribute(t,n):this.domNode.removeAttribute(t):i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"format",this).call(this,t,n)}}],[{key:"create",value:function(t){var n=i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t);return n.setAttribute("frameborder","0"),n.setAttribute("allowfullscreen",!0),n.setAttribute("src",this.sanitize(t)),n}},{key:"formats",value:function(t){return f.reduce((function(e,n){return t.hasAttribute(n)&&(e[n]=t.getAttribute(n)),e}),{})}},{key:"sanitize",value:function(t){return s.default.sanitize(t)}},{key:"value",value:function(t){return t.getAttribute("src")}}]),e}(a.BlockEmbed);d.blotName="video",d.className="ql-video",d.tagName="IFRAME",e.default=d},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.FormulaBlot=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(35),o=h(a),s=n(5),c=h(s),l=n(9),u=h(l);function h(t){return t&&t.__esModule?t:{default:t}}function f(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function p(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var v=function(t){function e(){return f(this,e),d(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return p(e,t),r(e,null,[{key:"create",value:function(t){var n=i(e.__proto__||Object.getPrototypeOf(e),"create",this).call(this,t);return"string"===typeof t&&(window.katex.render(t,n,{throwOnError:!1,errorColor:"#f00"}),n.setAttribute("data-value",t)),n}},{key:"value",value:function(t){return t.getAttribute("data-value")}}]),e}(o.default);v.blotName="formula",v.className="ql-formula",v.tagName="SPAN";var g=function(t){function e(){f(this,e);var t=d(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));if(null==window.katex)throw new Error("Formula module requires KaTeX.");return t}return p(e,t),r(e,null,[{key:"register",value:function(){c.default.register(v,!0)}}]),e}(u.default);e.FormulaBlot=v,e.default=g},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.CodeToken=e.CodeBlock=void 0;var r=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),i=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},a=n(0),o=d(a),s=n(5),c=d(s),l=n(9),u=d(l),h=n(13),f=d(h);function d(t){return t&&t.__esModule?t:{default:t}}function p(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function v(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function g(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var m=function(t){function e(){return p(this,e),v(this,(e.__proto__||Object.getPrototypeOf(e)).apply(this,arguments))}return g(e,t),r(e,[{key:"replaceWith",value:function(t){this.domNode.textContent=this.domNode.textContent,this.attach(),i(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"replaceWith",this).call(this,t)}},{key:"highlight",value:function(t){var e=this.domNode.textContent;this.cachedText!==e&&((e.trim().length>0||null==this.cachedText)&&(this.domNode.innerHTML=t(e),this.domNode.normalize(),this.attach()),this.cachedText=e)}}]),e}(f.default);m.className="ql-syntax";var y=new o.default.Attributor.Class("token","hljs",{scope:o.default.Scope.INLINE}),b=function(t){function e(t,n){p(this,e);var r=v(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));if("function"!==typeof r.options.highlight)throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var i=null;return r.quill.on(c.default.events.SCROLL_OPTIMIZE,(function(){clearTimeout(i),i=setTimeout((function(){r.highlight(),i=null}),r.options.interval)})),r.highlight(),r}return g(e,t),r(e,null,[{key:"register",value:function(){c.default.register(y,!0),c.default.register(m,!0)}}]),r(e,[{key:"highlight",value:function(){var t=this;if(!this.quill.selection.composing){this.quill.update(c.default.sources.USER);var e=this.quill.getSelection();this.quill.scroll.descendants(m).forEach((function(e){e.highlight(t.options.highlight)})),this.quill.update(c.default.sources.SILENT),null!=e&&this.quill.setSelection(e,c.default.sources.SILENT)}}}]),e}(u.default);b.DEFAULTS={highlight:function(){return null==window.hljs?null:function(t){var e=window.hljs.highlightAuto(t);return e.value}}(),interval:1e3},e.CodeBlock=m,e.CodeToken=y,e.default=b},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(t,e){t.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(t,e){t.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(t,e){t.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(t,e){t.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(t,e){t.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.BubbleTooltip=void 0;var r=function t(e,n,r){null===e&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,n);if(void 0===i){var a=Object.getPrototypeOf(e);return null===a?void 0:t(a,n,r)}if("value"in i)return i.value;var o=i.get;return void 0!==o?o.call(r):void 0},i=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=n(3),o=p(a),s=n(8),c=p(s),l=n(43),u=p(l),h=n(15),f=n(41),d=p(f);function p(t){return t&&t.__esModule?t:{default:t}}function v(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function g(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e}function m(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}var y=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],b=function(t){function e(t,n){v(this,e),null!=n.modules.toolbar&&null==n.modules.toolbar.container&&(n.modules.toolbar.container=y);var r=g(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.quill.container.classList.add("ql-bubble"),r}return m(e,t),i(e,[{key:"extendToolbar",value:function(t){this.tooltip=new _(this.quill,this.options.bounds),this.tooltip.root.appendChild(t.container),this.buildButtons([].slice.call(t.container.querySelectorAll("button")),d.default),this.buildPickers([].slice.call(t.container.querySelectorAll("select")),d.default)}}]),e}(u.default);b.DEFAULTS=(0,o.default)(!0,{},u.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(t){t?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var _=function(t){function e(t,n){v(this,e);var r=g(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n));return r.quill.on(c.default.events.EDITOR_CHANGE,(function(t,e,n,i){if(t===c.default.events.SELECTION_CHANGE)if(null!=e&&e.length>0&&i===c.default.sources.USER){r.show(),r.root.style.left="0px",r.root.style.width="",r.root.style.width=r.root.offsetWidth+"px";var a=r.quill.getLines(e.index,e.length);if(1===a.length)r.position(r.quill.getBounds(e));else{var o=a[a.length-1],s=r.quill.getIndex(o),l=Math.min(o.length()-1,e.index+e.length-s),u=r.quill.getBounds(new h.Range(s,l));r.position(u)}}else document.activeElement!==r.textbox&&r.quill.hasFocus()&&r.hide()})),r}return m(e,t),i(e,[{key:"listen",value:function(){var t=this;r(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",(function(){t.root.classList.remove("ql-editing")})),this.quill.on(c.default.events.SCROLL_OPTIMIZE,(function(){setTimeout((function(){if(!t.root.classList.contains("ql-hidden")){var e=t.quill.getSelection();null!=e&&t.position(t.quill.getBounds(e))}}),1)}))}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(t){var n=r(e.prototype.__proto__||Object.getPrototypeOf(e.prototype),"position",this).call(this,t),i=this.root.querySelector(".ql-tooltip-arrow");if(i.style.marginLeft="",0===n)return n;i.style.marginLeft=-1*n-i.offsetWidth/2+"px"}}]),e}(l.BaseTooltip);_.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),e.BubbleTooltip=_,e.default=b},function(t,e,n){t.exports=n(63)}])["default"]}))}).call(this,n("b639").Buffer)},"93ed":function(t,e,n){var r=n("4245");function i(t){var e=r(this,t)["delete"](t);return this.size-=e?1:0,e}t.exports=i},"93ff":function(t,e,n){t.exports={default:n("7b9e"),__esModule:!0}},"944a":function(t,e,n){"use strict";var r=n("d066"),i=n("e065"),a=n("d44e");i("toStringTag"),a(r("Symbol"),"Symbol")},"946a":function(t,e,n){"use strict";n.d(e,"a",(function(){return l})),n.d(e,"d",(function(){return f})),n.d(e,"b",(function(){return d})),n.d(e,"c",(function(){return p})),n.d(e,"e",(function(){return m})),n.d(e,"f",(function(){return y})),n.d(e,"g",(function(){return b}));var r=n("60ed"),i=n.n(r),a=Object.prototype,o=a.toString,s=a.hasOwnProperty,c=/^\s*function (\w+)/,l=function(t){var e=null!==t&&void 0!==t?t.type?t.type:t:null,n=e&&e.toString().match(c);return n&&n[1]},u=function(t){if(null===t||void 0===t)return null;var e=t.constructor.toString().match(c);return e&&e[1]},h=function(){},f=Number.isInteger||function(t){return"number"===typeof t&&isFinite(t)&&Math.floor(t)===t},d=Array.isArray||function(t){return"[object Array]"===o.call(t)},p=function(t){return"[object Function]"===o.call(t)},v=function(t){Object.defineProperty(t,"def",{value:function(t){return void 0===t&&void 0===this["default"]?(this["default"]=void 0,this):p(t)||y(this,t)?(this["default"]=d(t)||i()(t)?function(){return t}:t,this):(b(this._vueTypes_name+' - invalid default value: "'+t+'"',t),this)},enumerable:!1,writable:!1})},g=function(t){Object.defineProperty(t,"isRequired",{get:function(){return this.required=!0,this},enumerable:!1})},m=function(t,e){return Object.defineProperty(e,"_vueTypes_name",{enumerable:!1,writable:!1,value:t}),g(e),v(e),p(e.validator)&&(e.validator=e.validator.bind(e)),e},y=function t(e,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=e,o=!0,c=void 0;i()(e)||(a={type:e});var h=a._vueTypes_name?a._vueTypes_name+" - ":"";return s.call(a,"type")&&null!==a.type&&(d(a.type)?(o=a.type.some((function(e){return t(e,n,!0)})),c=a.type.map((function(t){return l(t)})).join(" or ")):(c=l(a),o="Array"===c?d(n):"Object"===c?i()(n):"String"===c||"Number"===c||"Boolean"===c||"Function"===c?u(n)===c:n instanceof a.type)),o?s.call(a,"validator")&&p(a.validator)?(o=a.validator(n),o||!1!==r||b(h+"custom validation failed"),o):o:(!1===r&&b(h+'value "'+n+'" should be of type "'+c+'"'),!1)},b=h},"948e":function(t,e,n){},"94c7":function(t,e,n){(function(e,n){t.exports=n()})(0,(function(){"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}var e=/^\s+/,n=/\s+$/;function r(t,e){if(t=t||"",e=e||{},t instanceof r)return t;if(!(this instanceof r))return new r(t,e);var n=i(t);this._originalInput=t,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=Math.round(100*this._a)/100,this._format=e.format||n.format,this._gradientType=e.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=n.ok}function i(e){var n={r:0,g:0,b:0},r=1,i=null,o=null,c=null,u=!1,h=!1;return"string"==typeof e&&(e=F(e)),"object"==t(e)&&(V(e.r)&&V(e.g)&&V(e.b)?(n=a(e.r,e.g,e.b),u=!0,h="%"===String(e.r).substr(-1)?"prgb":"rgb"):V(e.h)&&V(e.s)&&V(e.v)?(i=z(e.s),o=z(e.v),n=l(e.h,i,o),u=!0,h="hsv"):V(e.h)&&V(e.s)&&V(e.l)&&(i=z(e.s),c=z(e.l),n=s(e.h,i,c),u=!0,h="hsl"),e.hasOwnProperty("a")&&(r=e.a)),r=M(r),{ok:u,format:e.format||h,r:Math.min(255,Math.max(n.r,0)),g:Math.min(255,Math.max(n.g,0)),b:Math.min(255,Math.max(n.b,0)),a:r}}function a(t,e,n){return{r:255*E(t,255),g:255*E(e,255),b:255*E(n,255)}}function o(t,e,n){t=E(t,255),e=E(e,255),n=E(n,255);var r,i,a=Math.max(t,e,n),o=Math.min(t,e,n),s=(a+o)/2;if(a==o)r=i=0;else{var c=a-o;switch(i=s>.5?c/(2-a-o):c/(a+o),a){case t:r=(e-n)/c+(e<n?6:0);break;case e:r=(n-t)/c+2;break;case n:r=(t-e)/c+4;break}r/=6}return{h:r,s:i,l:s}}function s(t,e,n){var r,i,a;function o(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}if(t=E(t,360),e=E(e,100),n=E(n,100),0===e)r=i=a=n;else{var s=n<.5?n*(1+e):n+e-n*e,c=2*n-s;r=o(c,s,t+1/3),i=o(c,s,t),a=o(c,s,t-1/3)}return{r:255*r,g:255*i,b:255*a}}function c(t,e,n){t=E(t,255),e=E(e,255),n=E(n,255);var r,i,a=Math.max(t,e,n),o=Math.min(t,e,n),s=a,c=a-o;if(i=0===a?0:c/a,a==o)r=0;else{switch(a){case t:r=(e-n)/c+(e<n?6:0);break;case e:r=(n-t)/c+2;break;case n:r=(t-e)/c+4;break}r/=6}return{h:r,s:i,v:s}}function l(t,e,n){t=6*E(t,360),e=E(e,100),n=E(n,100);var r=Math.floor(t),i=t-r,a=n*(1-e),o=n*(1-i*e),s=n*(1-(1-i)*e),c=r%6,l=[n,o,a,a,s,n][c],u=[s,n,n,o,a,a][c],h=[a,a,s,n,n,o][c];return{r:255*l,g:255*u,b:255*h}}function u(t,e,n,r){var i=[j(Math.round(t).toString(16)),j(Math.round(e).toString(16)),j(Math.round(n).toString(16))];return r&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function h(t,e,n,r,i){var a=[j(Math.round(t).toString(16)),j(Math.round(e).toString(16)),j(Math.round(n).toString(16)),j(D(r))];return i&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)&&a[3].charAt(0)==a[3].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0)+a[3].charAt(0):a.join("")}function f(t,e,n,r){var i=[j(D(r)),j(Math.round(t).toString(16)),j(Math.round(e).toString(16)),j(Math.round(n).toString(16))];return i.join("")}function d(t,e){e=0===e?0:e||10;var n=r(t).toHsl();return n.s-=e/100,n.s=A(n.s),r(n)}function p(t,e){e=0===e?0:e||10;var n=r(t).toHsl();return n.s+=e/100,n.s=A(n.s),r(n)}function v(t){return r(t).desaturate(100)}function g(t,e){e=0===e?0:e||10;var n=r(t).toHsl();return n.l+=e/100,n.l=A(n.l),r(n)}function m(t,e){e=0===e?0:e||10;var n=r(t).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(-e/100*255))),n.g=Math.max(0,Math.min(255,n.g-Math.round(-e/100*255))),n.b=Math.max(0,Math.min(255,n.b-Math.round(-e/100*255))),r(n)}function y(t,e){e=0===e?0:e||10;var n=r(t).toHsl();return n.l-=e/100,n.l=A(n.l),r(n)}function b(t,e){var n=r(t).toHsl(),i=(n.h+e)%360;return n.h=i<0?360+i:i,r(n)}function _(t){var e=r(t).toHsl();return e.h=(e.h+180)%360,r(e)}function x(t,e){if(isNaN(e)||e<=0)throw new Error("Argument to polyad must be a positive number");for(var n=r(t).toHsl(),i=[r(t)],a=360/e,o=1;o<e;o++)i.push(r({h:(n.h+o*a)%360,s:n.s,l:n.l}));return i}function w(t){var e=r(t).toHsl(),n=e.h;return[r(t),r({h:(n+72)%360,s:e.s,l:e.l}),r({h:(n+216)%360,s:e.s,l:e.l})]}function k(t,e,n){e=e||6,n=n||30;var i=r(t).toHsl(),a=360/n,o=[r(t)];for(i.h=(i.h-(a*e>>1)+720)%360;--e;)i.h=(i.h+a)%360,o.push(r(i));return o}function C(t,e){e=e||6;var n=r(t).toHsv(),i=n.h,a=n.s,o=n.v,s=[],c=1/e;while(e--)s.push(r({h:i,s:a,v:o})),o=(o+c)%1;return s}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(299*t.r+587*t.g+114*t.b)/1e3},getLuminance:function(){var t,e,n,r,i,a,o=this.toRgb();return t=o.r/255,e=o.g/255,n=o.b/255,r=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4),i=e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4),a=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4),.2126*r+.7152*i+.0722*a},setAlpha:function(t){return this._a=M(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=c(this._r,this._g,this._b);return{h:360*t.h,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=c(this._r,this._g,this._b),e=Math.round(360*t.h),n=Math.round(100*t.s),r=Math.round(100*t.v);return 1==this._a?"hsv("+e+", "+n+"%, "+r+"%)":"hsva("+e+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var t=o(this._r,this._g,this._b);return{h:360*t.h,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=o(this._r,this._g,this._b),e=Math.round(360*t.h),n=Math.round(100*t.s),r=Math.round(100*t.l);return 1==this._a?"hsl("+e+", "+n+"%, "+r+"%)":"hsla("+e+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(t){return u(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return h(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*E(this._r,255))+"%",g:Math.round(100*E(this._g,255))+"%",b:Math.round(100*E(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*E(this._r,255))+"%, "+Math.round(100*E(this._g,255))+"%, "+Math.round(100*E(this._b,255))+"%)":"rgba("+Math.round(100*E(this._r,255))+"%, "+Math.round(100*E(this._g,255))+"%, "+Math.round(100*E(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(T[u(this._r,this._g,this._b,!0)]||!1)},toFilter:function(t){var e="#"+f(this._r,this._g,this._b,this._a),n=e,i=this._gradientType?"GradientType = 1, ":"";if(t){var a=r(t);n="#"+f(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+e+",endColorstr="+n+")"},toString:function(t){var e=!!t;t=t||this._format;var n=!1,r=this._a<1&&this._a>=0,i=!e&&r&&("hex"===t||"hex6"===t||"hex3"===t||"hex4"===t||"hex8"===t||"name"===t);return i?"name"===t&&0===this._a?this.toName():this.toRgbString():("rgb"===t&&(n=this.toRgbString()),"prgb"===t&&(n=this.toPercentageRgbString()),"hex"!==t&&"hex6"!==t||(n=this.toHexString()),"hex3"===t&&(n=this.toHexString(!0)),"hex4"===t&&(n=this.toHex8String(!0)),"hex8"===t&&(n=this.toHex8String()),"name"===t&&(n=this.toName()),"hsl"===t&&(n=this.toHslString()),"hsv"===t&&(n=this.toHsvString()),n||this.toHexString())},clone:function(){return r(this.toString())},_applyModification:function(t,e){var n=t.apply(null,[this].concat([].slice.call(e)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(g,arguments)},brighten:function(){return this._applyModification(m,arguments)},darken:function(){return this._applyModification(y,arguments)},desaturate:function(){return this._applyModification(d,arguments)},saturate:function(){return this._applyModification(p,arguments)},greyscale:function(){return this._applyModification(v,arguments)},spin:function(){return this._applyModification(b,arguments)},_applyCombination:function(t,e){return t.apply(null,[this].concat([].slice.call(e)))},analogous:function(){return this._applyCombination(k,arguments)},complement:function(){return this._applyCombination(_,arguments)},monochromatic:function(){return this._applyCombination(C,arguments)},splitcomplement:function(){return this._applyCombination(w,arguments)},triad:function(){return this._applyCombination(x,[3])},tetrad:function(){return this._applyCombination(x,[4])}},r.fromRatio=function(e,n){if("object"==t(e)){var i={};for(var a in e)e.hasOwnProperty(a)&&(i[a]="a"===a?e[a]:z(e[a]));e=i}return r(e,n)},r.equals=function(t,e){return!(!t||!e)&&r(t).toRgbString()==r(e).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(t,e,n){n=0===n?0:n||50;var i=r(t).toRgb(),a=r(e).toRgb(),o=n/100,s={r:(a.r-i.r)*o+i.r,g:(a.g-i.g)*o+i.g,b:(a.b-i.b)*o+i.b,a:(a.a-i.a)*o+i.a};return r(s)},r.readability=function(t,e){var n=r(t),i=r(e);return(Math.max(n.getLuminance(),i.getLuminance())+.05)/(Math.min(n.getLuminance(),i.getLuminance())+.05)},r.isReadable=function(t,e,n){var i,a,o=r.readability(t,e);switch(a=!1,i=H(n),i.level+i.size){case"AAsmall":case"AAAlarge":a=o>=4.5;break;case"AAlarge":a=o>=3;break;case"AAAsmall":a=o>=7;break}return a},r.mostReadable=function(t,e,n){var i,a,o,s,c=null,l=0;n=n||{},a=n.includeFallbackColors,o=n.level,s=n.size;for(var u=0;u<e.length;u++)i=r.readability(t,e[u]),i>l&&(l=i,c=r(e[u]));return r.isReadable(t,c,{level:o,size:s})||!a?c:(n.includeFallbackColors=!1,r.mostReadable(t,["#fff","#000"],n))};var S=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},T=r.hexNames=O(S);function O(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[t[n]]=n);return e}function M(t){return t=parseFloat(t),(isNaN(t)||t<0||t>1)&&(t=1),t}function E(t,e){L(t)&&(t="100%");var n=I(t);return t=Math.min(e,Math.max(0,parseFloat(t))),n&&(t=parseInt(t*e,10)/100),Math.abs(t-e)<1e-6?1:t%e/parseFloat(e)}function A(t){return Math.min(1,Math.max(0,t))}function P(t){return parseInt(t,16)}function L(t){return"string"==typeof t&&-1!=t.indexOf(".")&&1===parseFloat(t)}function I(t){return"string"===typeof t&&-1!=t.indexOf("%")}function j(t){return 1==t.length?"0"+t:""+t}function z(t){return t<=1&&(t=100*t+"%"),t}function D(t){return Math.round(255*parseFloat(t)).toString(16)}function N(t){return P(t)/255}var R=function(){var t="[-\\+]?\\d+%?",e="[-\\+]?\\d*\\.\\d+%?",n="(?:"+e+")|(?:"+t+")",r="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?",i="[\\s|\\(]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")[,|\\s]+("+n+")\\s*\\)?";return{CSS_UNIT:new RegExp(n),rgb:new RegExp("rgb"+r),rgba:new RegExp("rgba"+i),hsl:new RegExp("hsl"+r),hsla:new RegExp("hsla"+i),hsv:new RegExp("hsv"+r),hsva:new RegExp("hsva"+i),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function V(t){return!!R.CSS_UNIT.exec(t)}function F(t){t=t.replace(e,"").replace(n,"").toLowerCase();var r,i=!1;if(S[t])t=S[t],i=!0;else if("transparent"==t)return{r:0,g:0,b:0,a:0,format:"name"};return(r=R.rgb.exec(t))?{r:r[1],g:r[2],b:r[3]}:(r=R.rgba.exec(t))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=R.hsl.exec(t))?{h:r[1],s:r[2],l:r[3]}:(r=R.hsla.exec(t))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=R.hsv.exec(t))?{h:r[1],s:r[2],v:r[3]}:(r=R.hsva.exec(t))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=R.hex8.exec(t))?{r:P(r[1]),g:P(r[2]),b:P(r[3]),a:N(r[4]),format:i?"name":"hex8"}:(r=R.hex6.exec(t))?{r:P(r[1]),g:P(r[2]),b:P(r[3]),format:i?"name":"hex"}:(r=R.hex4.exec(t))?{r:P(r[1]+""+r[1]),g:P(r[2]+""+r[2]),b:P(r[3]+""+r[3]),a:N(r[4]+""+r[4]),format:i?"name":"hex8"}:!!(r=R.hex3.exec(t))&&{r:P(r[1]+""+r[1]),g:P(r[2]+""+r[2]),b:P(r[3]+""+r[3]),format:i?"name":"hex"}}function H(t){var e,n;return t=t||{level:"AA",size:"small"},e=(t.level||"AA").toUpperCase(),n=(t.size||"small").toLowerCase(),"AA"!==e&&"AAA"!==e&&(e="AA"),"small"!==n&&"large"!==n&&(n="small"),{level:e,size:n}}return r}))},"94ca":function(t,e,n){"use strict";var r=n("d039"),i=n("1626"),a=/#|\.prototype\./,o=function(t,e){var n=c[s(t)];return n===u||n!==l&&(i(e)?r(e):!!e)},s=o.normalize=function(t){return String(t).replace(a,".").toLowerCase()},c=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},"94db":function(t,e,n){},"94eb":function(t,e,n){"use strict";var r=n("18ce"),i=function(){},a=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.beforeEnter,a=e.enter,o=e.afterEnter,s=e.leave,c=e.afterLeave,l=e.appear,u=void 0===l||l,h=e.tag,f=e.nativeOn,d={props:{appear:u,css:!1},on:{beforeEnter:n||i,enter:a||function(e,n){Object(r["a"])(e,t+"-enter",n)},afterEnter:o||i,leave:s||function(e,n){Object(r["a"])(e,t+"-leave",n)},afterLeave:c||i},nativeOn:f};return h&&(d.tag=h),d};e["a"]=a},"950a":function(t,e,n){var r=n("30c9");function i(t,e){return function(n,i){if(null==n)return n;if(!r(n))return t(n,i);var a=n.length,o=e?a:-1,s=Object(n);while(e?o--:++o<a)if(!1===i(s[o],o,s))break;return n}}t.exports=i},9520:function(t,e,n){var r=n("3729"),i=n("1a8c"),a="[object AsyncFunction]",o="[object Function]",s="[object GeneratorFunction]",c="[object Proxy]";function l(t){if(!i(t))return!1;var e=r(t);return e==o||e==s||e==a||e==c}t.exports=l},"952b":function(t,e,n){},"953d":function(t,e,n){!function(e,r){t.exports=r(n("9339"))}(0,(function(t){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=2)}([function(e,n){e.exports=t},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(4),i=n.n(r),a=n(6),o=n(5),s=o(i.a,a.a,!1,null,null,null);e.default=s.exports},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.install=e.quillEditor=e.Quill=void 0;var i=n(0),a=r(i),o=n(1),s=r(o),c=window.Quill||a.default,l=function(t,e){e&&(s.default.props.globalOptions.default=function(){return e}),t.component(s.default.name,s.default)},u={Quill:c,quillEditor:s.default,install:l};e.default=u,e.Quill=c,e.quillEditor=s.default,e.install=l},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={theme:"snow",boundary:document.body,modules:{toolbar:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["clean"],["link","image","video"]]},placeholder:"Insert text here ...",readOnly:!1}},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=r(i),o=n(3),s=r(o),c=window.Quill||a.default;"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,e){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(t),r=1;r<arguments.length;r++){var i=arguments[r];if(null!=i)for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])}return n},writable:!0,configurable:!0}),e.default={name:"quill-editor",data:function(){return{_options:{},_content:"",defaultOptions:s.default}},props:{content:String,value:String,disabled:{type:Boolean,default:!1},options:{type:Object,required:!1,default:function(){return{}}},globalOptions:{type:Object,required:!1,default:function(){return{}}}},mounted:function(){this.initialize()},beforeDestroy:function(){this.quill=null,delete this.quill},methods:{initialize:function(){var t=this;this.$el&&(this._options=Object.assign({},this.defaultOptions,this.globalOptions,this.options),this.quill=new c(this.$refs.editor,this._options),this.quill.enable(!1),(this.value||this.content)&&this.quill.pasteHTML(this.value||this.content),this.disabled||this.quill.enable(!0),this.quill.on("selection-change",(function(e){e?t.$emit("focus",t.quill):t.$emit("blur",t.quill)})),this.quill.on("text-change",(function(e,n,r){var i=t.$refs.editor.children[0].innerHTML,a=t.quill,o=t.quill.getText();"<p><br></p>"===i&&(i=""),t._content=i,t.$emit("input",t._content),t.$emit("change",{html:i,text:o,quill:a})})),this.$emit("ready",this.quill))}},watch:{content:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},value:function(t,e){this.quill&&(t&&t!==this._content?(this._content=t,this.quill.pasteHTML(t)):t||this.quill.setText(""))},disabled:function(t,e){this.quill&&this.quill.enable(!t)}}}},function(t,e){t.exports=function(t,e,n,r,i,a){var o,s=t=t||{},c=typeof t.default;"object"!==c&&"function"!==c||(o=t,s=t.default);var l,u="function"==typeof s?s.options:s;if(e&&(u.render=e.render,u.staticRenderFns=e.staticRenderFns,u._compiled=!0),n&&(u.functional=!0),i&&(u._scopeId=i),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=r),l){var h=u.functional,f=h?u.render:u.beforeCreate;h?(u._injectStyles=l,u.render=function(t,e){return l.call(e),f(t,e)}):u.beforeCreate=f?[].concat(f,l):[l]}return{esModule:o,exports:s,options:u}}},function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"quill-editor"},[t._t("toolbar"),t._v(" "),n("div",{ref:"editor"})],2)},i=[],a={render:r,staticRenderFns:i};e.a=a}])}))},9571:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d26"),u=n.n(l),h=n("0464"),f=n("92fa"),d=n.n(f),p=n("1098"),v=n.n(p),g=n("2b0e"),m=n("46cf"),y=n.n(m),b=n("b488"),_=n("daa3"),x=n("7b05"),w=n("6f7a"),k=n("4d91"),C={width:k["a"].any,height:k["a"].any,defaultOpen:k["a"].bool,firstEnter:k["a"].bool,open:k["a"].bool,prefixCls:k["a"].string,placement:k["a"].string,level:k["a"].oneOfType([k["a"].string,k["a"].array]),levelMove:k["a"].oneOfType([k["a"].number,k["a"].func,k["a"].array]),ease:k["a"].string,duration:k["a"].string,handler:k["a"].any,showMask:k["a"].bool,maskStyle:k["a"].object,className:k["a"].string,wrapStyle:k["a"].object,maskClosable:k["a"].bool,afterVisibleChange:k["a"].func,keyboard:k["a"].bool},S=c()({},C,{wrapperClassName:k["a"].string,forceRender:k["a"].bool,getContainer:k["a"].oneOfType([k["a"].string,k["a"].func,k["a"].object,k["a"].bool])}),T=(c()({},C,{getContainer:k["a"].func,getOpenCount:k["a"].func,switchScrollingEffect:k["a"].func}),n("18a7"));function O(t){return Array.isArray(t)?t:[t]}var M={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend"},E=Object.keys(M).filter((function(t){if("undefined"===typeof document)return!1;var e=document.getElementsByTagName("html")[0];return t in(e?e.style:{})}))[0],A=M[E];function P(t,e,n,r){t.addEventListener?t.addEventListener(e,n,r):t.attachEvent&&t.attachEvent("on"+e,n)}function L(t,e,n,r){t.removeEventListener?t.removeEventListener(e,n,r):t.attachEvent&&t.detachEvent("on"+e,n)}function I(t,e){var n=void 0;return n="function"===typeof t?t(e):t,Array.isArray(n)?2===n.length?n:[n[0],n[1]]:[n]}var j=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},z=("undefined"!==typeof window&&window.document&&window.document.createElement,n("8e60"));function D(){}var N={},R=!("undefined"!==typeof window&&window.document&&window.document.createElement);g["c"].use(y.a,{name:"ant-ref"});var V={mixins:[b["a"]],props:Object(_["t"])(S,{prefixCls:"drawer",placement:"left",getContainer:"body",level:"all",duration:".3s",ease:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",firstEnter:!1,showMask:!0,handler:!0,maskStyle:{},wrapperClassName:"",className:""}),data:function(){this.levelDom=[],this.contentDom=null,this.maskDom=null,this.handlerdom=null,this.mousePos=null,this.sFirstEnter=this.firstEnter,this.timeout=null,this.children=null,this.drawerId=Number((Date.now()+Math.random()).toString().replace(".",Math.round(9*Math.random()))).toString(16);var t=void 0!==this.open?this.open:!!this.defaultOpen;return N[this.drawerId]=t,this.orignalOpen=this.open,this.preProps=c()({},this.$props),{sOpen:t}},mounted:function(){var t=this;this.$nextTick((function(){if(!R){var e=!1;window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){return e=!0,null}})),t.passive=!!e&&{passive:!1}}var n=t.getOpen();(t.handler||n||t.sFirstEnter)&&(t.getDefault(t.$props),n&&(t.isOpenChange=!0,t.$nextTick((function(){t.domFocus()}))),t.$forceUpdate())}))},watch:{open:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(t){var e=this;void 0!==t&&t!==this.preProps.open&&(this.isOpenChange=!0,this.container||this.getDefault(this.$props),this.setState({sOpen:open})),this.preProps.open=t,t&&this.$nextTick((function(){e.domFocus()}))})),placement:function(t){t!==this.preProps.placement&&(this.contentDom=null),this.preProps.placement=t},level:function(t){this.preProps.level!==t&&this.getParentAndLevelDom(this.$props),this.preProps.level=t}},updated:function(){var t=this;this.$nextTick((function(){!t.sFirstEnter&&t.container&&(t.$forceUpdate(),t.sFirstEnter=!0)}))},beforeDestroy:function(){delete N[this.drawerId],delete this.isOpenChange,this.container&&(this.sOpen&&this.setLevelDomTransform(!1,!0),document.body.style.overflow=""),this.sFirstEnter=!1,clearTimeout(this.timeout)},methods:{domFocus:function(){this.dom&&this.dom.focus()},onKeyDown:function(t){t.keyCode===T["a"].ESC&&(t.stopPropagation(),this.$emit("close",t))},onMaskTouchEnd:function(t){this.$emit("close",t),this.onTouchEnd(t,!0)},onIconTouchEnd:function(t){this.$emit("handleClick",t),this.onTouchEnd(t)},onTouchEnd:function(t,e){if(void 0===this.open){var n=e||this.sOpen;this.isOpenChange=!0,this.setState({sOpen:!n})}},onWrapperTransitionEnd:function(t){if(t.target===this.contentWrapper&&t.propertyName.match(/transform$/)){var e=this.getOpen();this.dom.style.transition="",!e&&this.getCurrentDrawerSome()&&(document.body.style.overflowX="",this.maskDom&&(this.maskDom.style.left="",this.maskDom.style.width="")),this.afterVisibleChange&&this.afterVisibleChange(!!e)}},getDefault:function(t){this.getParentAndLevelDom(t),(t.getContainer||t.parent)&&(this.container=this.defaultGetContainer())},getCurrentDrawerSome:function(){return!Object.keys(N).some((function(t){return N[t]}))},getSelfContainer:function(){return this.container},getParentAndLevelDom:function(t){var e=this;if(!R){var n=t.level,r=t.getContainer;if(this.levelDom=[],r){if("string"===typeof r){var i=document.querySelectorAll(r)[0];this.parent=i}"function"===typeof r&&(this.parent=r()),"object"===("undefined"===typeof r?"undefined":v()(r))&&r instanceof window.HTMLElement&&(this.parent=r)}if(!r&&this.container&&(this.parent=this.container.parentNode),"all"===n){var a=Array.prototype.slice.call(this.parent.children);a.forEach((function(t){"SCRIPT"!==t.nodeName&&"STYLE"!==t.nodeName&&"LINK"!==t.nodeName&&t!==e.container&&e.levelDom.push(t)}))}else n&&O(n).forEach((function(t){document.querySelectorAll(t).forEach((function(t){e.levelDom.push(t)}))}))}},setLevelDomTransform:function(t,e,n,r){var i=this,a=this.$props,o=a.placement,s=a.levelMove,c=a.duration,l=a.ease,u=a.getContainer;if(!R&&(this.levelDom.forEach((function(a){if(i.isOpenChange||e){a.style.transition="transform "+c+" "+l,P(a,A,i.trnasitionEnd);var u=t?r:0;if(s){var h=I(s,{target:a,open:t});u=t?h[0]:h[1]||0}var f="number"===typeof u?u+"px":u,d="left"===o||"top"===o?f:"-"+f;a.style.transform=u?n+"("+d+")":"",a.style.msTransform=u?n+"("+d+")":""}})),"body"===u)){var h=["touchstart"],f=[document.body,this.maskDom,this.handlerdom,this.contentDom],d=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth?Object(w["a"])(1):0,p="width "+c+" "+l,v="transform "+c+" "+l;if(t&&"hidden"!==document.body.style.overflow){if(document.body.style.overflow="hidden",d){switch(document.body.style.position="relative",document.body.style.width="calc(100% - "+d+"px)",this.dom.style.transition="none",o){case"right":this.dom.style.transform="translateX(-"+d+"px)",this.dom.style.msTransform="translateX(-"+d+"px)";break;case"top":case"bottom":this.dom.style.width="calc(100% - "+d+"px)",this.dom.style.transform="translateZ(0)";break;default:break}clearTimeout(this.timeout),this.timeout=setTimeout((function(){i.dom.style.transition=v+","+p,i.dom.style.width="",i.dom.style.transform="",i.dom.style.msTransform=""}))}f.forEach((function(t,e){t&&P(t,h[e]||"touchmove",e?i.removeMoveHandler:i.removeStartHandler,i.passive)}))}else if(this.getCurrentDrawerSome()){if(document.body.style.overflow="",(this.isOpenChange||e)&&d){document.body.style.position="",document.body.style.width="",E&&(document.body.style.overflowX="hidden"),this.dom.style.transition="none";var g=void 0;switch(o){case"right":this.dom.style.transform="translateX("+d+"px)",this.dom.style.msTransform="translateX("+d+"px)",this.dom.style.width="100%",p="width 0s "+l+" "+c,this.maskDom&&(this.maskDom.style.left="-"+d+"px",this.maskDom.style.width="calc(100% + "+d+"px)");break;case"top":case"bottom":this.dom.style.width="calc(100% + "+d+"px)",this.dom.style.height="100%",this.dom.style.transform="translateZ(0)",g="height 0s "+l+" "+c;break;default:break}clearTimeout(this.timeout),this.timeout=setTimeout((function(){i.dom.style.transition=v+","+(g?g+",":"")+p,i.dom.style.transform="",i.dom.style.msTransform="",i.dom.style.width="",i.dom.style.height=""}))}f.forEach((function(t,e){t&&L(t,h[e]||"touchmove",e?i.removeMoveHandler:i.removeStartHandler,i.passive)}))}}var m=Object(_["k"])(this),y=m.change;y&&this.isOpenChange&&this.sFirstEnter&&(y(t),this.isOpenChange=!1)},getChildToRender:function(t){var e,n=this,r=this.$createElement,a=this.$props,o=a.className,s=a.prefixCls,c=a.placement,l=a.handler,h=a.showMask,f=a.maskStyle,p=a.width,v=a.height,g=a.wrapStyle,m=a.keyboard,y=a.maskClosable,b=this.$slots["default"],w=u()(s,(e={},i()(e,s+"-"+c,!0),i()(e,s+"-open",t),i()(e,o,!!o),i()(e,"no-mask",!h),e)),k=this.isOpenChange,C="left"===c||"right"===c,S="translate"+(C?"X":"Y"),T="left"===c||"top"===c?"-100%":"100%",O=t?"":S+"("+T+")";if(void 0===k||k){var M=this.contentDom?this.contentDom.getBoundingClientRect()[C?"width":"height"]:0,E=(C?p:v)||M;this.setLevelDomTransform(t,!1,S,E)}var A=void 0;if(!1!==l){var P=r("div",{class:"drawer-handle"},[r("i",{class:"drawer-handle-icon"})]),L=this.handler,I=L&&L[0]||P,z=Object(_["i"])(I),N=z.click;A=Object(x["a"])(I,{on:{click:function(t){N&&N(),n.onIconTouchEnd(t)}},directives:[{name:"ant-ref",value:function(t){n.handlerdom=t}}]})}var R={class:w,directives:[{name:"ant-ref",value:function(t){n.dom=t}}],on:{transitionend:this.onWrapperTransitionEnd,keydown:t&&m?this.onKeyDown:D},style:g},V=[{name:"ant-ref",value:function(t){n.maskDom=t}}],F=[{name:"ant-ref",value:function(t){n.contentWrapper=t}}],H=[{name:"ant-ref",value:function(t){n.contentDom=t}}];return r("div",d()([R,{attrs:{tabIndex:-1}}]),[h&&r("div",d()([{key:t,class:s+"-mask",on:{click:y?this.onMaskTouchEnd:D},style:f},{directives:V}])),r("div",d()([{class:s+"-content-wrapper",style:{transform:O,msTransform:O,width:j(p)?p+"px":p,height:j(v)?v+"px":v}},{directives:F}]),[r("div",d()([{class:s+"-content"},{directives:H},{on:{touchstart:t?this.removeStartHandler:D,touchmove:t?this.removeMoveHandler:D}}]),[b]),A])])},getOpen:function(){return void 0!==this.open?this.open:this.sOpen},getTouchParentScroll:function(t,e,n,r){if(!e||e===document)return!1;if(e===t.parentNode)return!0;var i=Math.max(Math.abs(n),Math.abs(r))===Math.abs(r),a=Math.max(Math.abs(n),Math.abs(r))===Math.abs(n),o=e.scrollHeight-e.clientHeight,s=e.scrollWidth-e.clientWidth,c=e.scrollTop,l=e.scrollLeft;e.scrollTo&&e.scrollTo(e.scrollLeft+1,e.scrollTop+1);var u=e.scrollTop,h=e.scrollLeft;return e.scrollTo&&e.scrollTo(e.scrollLeft-1,e.scrollTop-1),!((!i||o&&u-c&&(!o||!(e.scrollTop>=o&&r<0||e.scrollTop<=0&&r>0)))&&(!a||s&&h-l&&(!s||!(e.scrollLeft>=s&&n<0||e.scrollLeft<=0&&n>0))))&&this.getTouchParentScroll(t,e.parentNode,n,r)},removeStartHandler:function(t){t.touches.length>1||(this.startPos={x:t.touches[0].clientX,y:t.touches[0].clientY})},removeMoveHandler:function(t){if(!(t.changedTouches.length>1)){var e=t.currentTarget,n=t.changedTouches[0].clientX-this.startPos.x,r=t.changedTouches[0].clientY-this.startPos.y;(e===this.maskDom||e===this.handlerdom||e===this.contentDom&&this.getTouchParentScroll(e,t.target,n,r))&&t.preventDefault()}},trnasitionEnd:function(t){L(t.target,A,this.trnasitionEnd),t.target.style.transition=""},defaultGetContainer:function(){if(R)return null;var t=document.createElement("div");return this.parent.appendChild(t),this.wrapperClassName&&(t.className=this.wrapperClassName),t}},render:function(){var t=this,e=arguments[0],n=this.$props,r=n.getContainer,i=n.wrapperClassName,a=n.handler,o=n.forceRender,s=this.getOpen(),c=null;N[this.drawerId]=s?this.container:s;var l=this.getChildToRender(!!this.sFirstEnter&&s);if(!r){var u=[{name:"ant-ref",value:function(e){t.container=e}}];return e("div",d()([{class:i},{directives:u}]),[l])}if(!this.container||!s&&!this.sFirstEnter)return null;var h=!!a||o;return(h||s||this.dom)&&(c=e(z["a"],{attrs:{getContainer:this.getSelfContainer,children:l}})),c}},F=V,H=F,B=n("0c63"),U=n("9cba"),$=n("db14"),q={name:"ADrawer",props:{closable:k["a"].bool.def(!0),destroyOnClose:k["a"].bool,getContainer:k["a"].any,maskClosable:k["a"].bool.def(!0),mask:k["a"].bool.def(!0),maskStyle:k["a"].object,wrapStyle:k["a"].object,bodyStyle:k["a"].object,headerStyle:k["a"].object,drawerStyle:k["a"].object,title:k["a"].any,visible:k["a"].bool,width:k["a"].oneOfType([k["a"].string,k["a"].number]).def(256),height:k["a"].oneOfType([k["a"].string,k["a"].number]).def(256),zIndex:k["a"].number,prefixCls:k["a"].string,placement:k["a"].oneOf(["top","right","bottom","left"]).def("right"),level:k["a"].any.def(null),wrapClassName:k["a"].string,handle:k["a"].any,afterVisibleChange:k["a"].func,keyboard:k["a"].bool.def(!0)},mixins:[b["a"]],data:function(){return this.destroyClose=!1,this.preVisible=this.$props.visible,{_push:!1}},inject:{parentDrawer:{default:function(){return null}},configProvider:{default:function(){return U["a"]}}},provide:function(){return{parentDrawer:this}},mounted:function(){var t=this.visible;t&&this.parentDrawer&&this.parentDrawer.push()},updated:function(){var t=this;this.$nextTick((function(){t.preVisible!==t.visible&&t.parentDrawer&&(t.visible?t.parentDrawer.push():t.parentDrawer.pull()),t.preVisible=t.visible}))},beforeDestroy:function(){this.parentDrawer&&this.parentDrawer.pull()},methods:{domFocus:function(){this.$refs.vcDrawer&&this.$refs.vcDrawer.domFocus()},close:function(t){this.$emit("close",t)},push:function(){this.setState({_push:!0})},pull:function(){var t=this;this.setState({_push:!1},(function(){t.domFocus()}))},onDestroyTransitionEnd:function(){var t=this.getDestroyOnClose();t&&(this.visible||(this.destroyClose=!0,this.$forceUpdate()))},getDestroyOnClose:function(){return this.destroyOnClose&&!this.visible},getPushTransform:function(t){return"left"===t||"right"===t?"translateX("+("left"===t?180:-180)+"px)":"top"===t||"bottom"===t?"translateY("+("top"===t?180:-180)+"px)":void 0},getRcDrawerStyle:function(){var t=this.$props,e=t.zIndex,n=t.placement,r=t.wrapStyle,i=this.$data._push;return c()({zIndex:e,transform:i?this.getPushTransform(n):void 0},r)},renderHeader:function(t){var e=this.$createElement,n=this.$props,r=n.closable,i=n.headerStyle,a=Object(_["g"])(this,"title");if(!a&&!r)return null;var o=a?t+"-header":t+"-header-no-title";return e("div",{class:o,style:i},[a&&e("div",{class:t+"-title"},[a]),r?this.renderCloseIcon(t):null])},renderCloseIcon:function(t){var e=this.$createElement,n=this.closable;return n&&e("button",{key:"closer",on:{click:this.close},attrs:{"aria-label":"Close"},class:t+"-close"},[e(B["a"],{attrs:{type:"close"}})])},renderBody:function(t){var e=this.$createElement;if(this.destroyClose&&!this.visible)return null;this.destroyClose=!1;var n=this.$props,r=n.bodyStyle,i=n.drawerStyle,a={},o=this.getDestroyOnClose();return o&&(a.opacity=0,a.transition="opacity .3s"),e("div",{class:t+"-wrapper-body",style:c()({},a,i),on:{transitionend:this.onDestroyTransitionEnd}},[this.renderHeader(t),e("div",{key:"body",class:t+"-body",style:r},[this.$slots["default"]])])}},render:function(){var t,e=arguments[0],n=Object(_["l"])(this),r=n.prefixCls,a=n.width,s=n.height,l=n.visible,f=n.placement,d=n.wrapClassName,p=n.mask,v=o()(n,["prefixCls","width","height","visible","placement","wrapClassName","mask"]),g=p?"":"no-mask",m={};"left"===f||"right"===f?m.width="number"===typeof a?a+"px":a:m.height="number"===typeof s?s+"px":s;var y=Object(_["g"])(this,"handle")||!1,b=this.configProvider.getPrefixCls,x=b("drawer",r),w={ref:"vcDrawer",props:c()({},Object(h["a"])(v,["closable","destroyOnClose","drawerStyle","headerStyle","bodyStyle","title","push","visible","getPopupContainer","rootPrefixCls","getPrefixCls","renderEmpty","csp","pageHeader","autoInsertSpaceInButton"]),{handler:y},m,{prefixCls:x,open:l,showMask:p,placement:f,className:u()((t={},i()(t,d,!!d),i()(t,g,!!g),t)),wrapStyle:this.getRcDrawerStyle()}),on:c()({},Object(_["k"])(this))};return e(H,w,[this.renderBody(x)])},install:function(t){t.use($["a"]),t.component(q.name,q)}};e["a"]=q},9638:function(t,e){function n(t,e){return t===e||t!==t&&e!==e}t.exports=n},"966f":function(t,e,n){var r=n("7e64"),i=n("c05f"),a=1,o=2;function s(t,e,n,s){var c=n.length,l=c,u=!s;if(null==t)return!l;t=Object(t);while(c--){var h=n[c];if(u&&h[2]?h[1]!==t[h[0]]:!(h[0]in t))return!1}while(++c<l){h=n[c];var f=h[0],d=t[f],p=h[1];if(u&&h[2]){if(void 0===d&&!(f in t))return!1}else{var v=new r;if(s)var g=s(d,p,f,t,e,v);if(!(void 0===g?i(p,d,a|o,s,v):g))return!1}}return!0}t.exports=s},"96cf":function(t,e,n){(function(e){!function(e){"use strict";var n,r=Object.prototype,i=r.hasOwnProperty,a="function"===typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",s=a.asyncIterator||"@@asyncIterator",c=a.toStringTag||"@@toStringTag",l="object"===typeof t,u=e.regeneratorRuntime;if(u)l&&(t.exports=u);else{u=e.regeneratorRuntime=l?t.exports:{},u.wrap=_;var h="suspendedStart",f="suspendedYield",d="executing",p="completed",v={},g={};g[o]=function(){return this};var m=Object.getPrototypeOf,y=m&&m(m(L([])));y&&y!==r&&i.call(y,o)&&(g=y);var b=C.prototype=w.prototype=Object.create(g);k.prototype=b.constructor=C,C.constructor=k,C[c]=k.displayName="GeneratorFunction",u.isGeneratorFunction=function(t){var e="function"===typeof t&&t.constructor;return!!e&&(e===k||"GeneratorFunction"===(e.displayName||e.name))},u.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,C):(t.__proto__=C,c in t||(t[c]="GeneratorFunction")),t.prototype=Object.create(b),t},u.awrap=function(t){return{__await:t}},S(T.prototype),T.prototype[s]=function(){return this},u.AsyncIterator=T,u.async=function(t,e,n,r){var i=new T(_(t,e,n,r));return u.isGeneratorFunction(e)?i:i.next().then((function(t){return t.done?t.value:i.next()}))},S(b),b[c]="Generator",b[o]=function(){return this},b.toString=function(){return"[object Generator]"},u.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){while(e.length){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},u.values=L,P.prototype={constructor:P,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=n)},stop:function(){this.done=!0;var t=this.tryEntries[0],e=t.completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,i){return s.type="throw",s.arg=t,e.next=r,i&&(e.method="next",e.arg=n),!!i}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],s=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),l=i.call(o,"finallyLoc");if(c&&l){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var a=r;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=t,o.arg=e,a?(this.method="next",this.next=a.finallyLoc,v):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;A(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:L(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),v}}}function _(t,e,n,r){var i=e&&e.prototype instanceof w?e:w,a=Object.create(i.prototype),o=new P(r||[]);return a._invoke=O(t,n,o),a}function x(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(r){return{type:"throw",arg:r}}}function w(){}function k(){}function C(){}function S(t){["next","throw","return"].forEach((function(e){t[e]=function(t){return this._invoke(e,t)}}))}function T(t){function n(e,r,a,o){var s=x(t[e],t,r);if("throw"!==s.type){var c=s.arg,l=c.value;return l&&"object"===typeof l&&i.call(l,"__await")?Promise.resolve(l.__await).then((function(t){n("next",t,a,o)}),(function(t){n("throw",t,a,o)})):Promise.resolve(l).then((function(t){c.value=t,a(c)}),o)}o(s.arg)}var r;function a(t,e){function i(){return new Promise((function(r,i){n(t,e,r,i)}))}return r=r?r.then(i,i):i()}"object"===typeof e.process&&e.process.domain&&(n=e.process.domain.bind(n)),this._invoke=a}function O(t,e,n){var r=h;return function(i,a){if(r===d)throw new Error("Generator is already running");if(r===p){if("throw"===i)throw a;return I()}n.method=i,n.arg=a;while(1){var o=n.delegate;if(o){var s=M(o,n);if(s){if(s===v)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===h)throw r=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var c=x(t,e,n);if("normal"===c.type){if(r=n.done?p:f,c.arg===v)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=p,n.method="throw",n.arg=c.arg)}}}function M(t,e){var r=t.iterator[e.method];if(r===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=n,M(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var i=x(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,v;var a=i.arg;return a?a.done?(e[t.resultName]=a.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=n),e.delegate=null,v):a:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function L(t){if(t){var e=t[o];if(e)return e.call(t);if("function"===typeof t.next)return t;if(!isNaN(t.length)){var r=-1,a=function e(){while(++r<t.length)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=n,e.done=!0,e};return a.next=a}}return{next:I}}function I(){return{value:n,done:!0}}}("object"===typeof e?e:"object"===typeof window?window:"object"===typeof self?self:this)}).call(this,n("c8ba"))},"96f3":function(t,e){var n=Object.prototype,r=n.hasOwnProperty;function i(t,e){return null!=t&&r.call(t,e)}t.exports=i},9742:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},9767:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("fontcolor")},{fontcolor:function(t){return i(this,"font","color",t)}})},"979d":function(t,e,n){},"97e1":function(t,e,n){"use strict";n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return c}));var r=n("41b2"),i=n.n(r),a=n("7320"),o=i()({},a["a"].Modal);function s(t){o=t?i()({},o,t):i()({},a["a"].Modal)}function c(){return o}},9839:function(t,e,n){"use strict";n.d(e,"a",(function(){return kt})),n.d(e,"b",(function(){return Tt}));var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("6a21"),f=n("0464"),d=n("4d91"),p={props:{value:d["a"].oneOfType([d["a"].string,d["a"].number]),label:d["a"].oneOfType([d["a"].string,d["a"].number]),disabled:d["a"].bool,title:d["a"].oneOfType([d["a"].string,d["a"].number])},isSelectOption:!0},v={props:{value:d["a"].oneOfType([d["a"].string,d["a"].number]),label:d["a"].oneOfType([d["a"].string,d["a"].number])},isSelectOptGroup:!0},g=n("18a7"),m=n("4d26"),y=n.n(m),b=n("3c55"),_=n.n(b),x=n("528d"),w=n("4a15"),k=n("d96e"),C=n.n(k),S=n("2b0e"),T=n("daa3"),O=n("94eb"),M=n("7b05"),E=n("b488"),A=n("58c1"),P=n("46cf"),L=n.n(P),I=n("c449"),j=n.n(I),z=n("8496"),D=n("da30"),N=n("ec44"),R=n("1098"),V=n.n(R);function F(t){return"string"===typeof t?t.trim():""}function H(t){if(!t)return null;var e=Object(T["m"])(t);if("value"in e)return e.value;if(void 0!==Object(T["j"])(t))return Object(T["j"])(t);if(Object(T["o"])(t).isSelectOptGroup){var n=Object(T["g"])(t,"label");if(n)return n}throw new Error("Need at least a key or a value or a label (only for OptGroup) for "+t)}function B(t,e){if("value"===e)return H(t);if("children"===e){var n=t.$slots?Object(M["b"])(t.$slots["default"],!0):Object(M["b"])(t.componentOptions.children,!0);return 1!==n.length||n[0].tag?n:n[0].text}var r=Object(T["m"])(t);return e in r?r[e]:Object(T["e"])(t)[e]}function U(t){return t.multiple}function $(t){return t.combobox}function q(t){return t.multiple||t.tags}function W(t){return q(t)||$(t)}function Y(t){return!W(t)}function K(t){var e=t;return void 0===t?e=[]:Array.isArray(t)||(e=[t]),e}function X(t){return("undefined"===typeof t?"undefined":V()(t))+"-"+t}function G(t){t.preventDefault()}function Z(t,e){var n=-1;if(t)for(var r=0;r<t.length;r++)if(t[r]===e){n=r;break}return n}function Q(t,e){var n=void 0;if(t=K(t),t)for(var r=0;r<t.length;r++)if(t[r].key===e){n=t[r].label;break}return n}function J(t,e){if(null===e||void 0===e)return[];var n=[];return t.forEach((function(t){if(Object(T["o"])(t).isMenuItemGroup)n=n.concat(J(t.componentOptions.children,e));else{var r=H(t),i=t.key;-1!==Z(e,r)&&void 0!==i&&n.push(i)}})),n}var tt={userSelect:"none",WebkitUserSelect:"none"},et={unselectable:"on"};function nt(t){for(var e=0;e<t.length;e++){var n=t[e],r=Object(T["m"])(n);if(Object(T["o"])(n).isMenuItemGroup){var i=nt(n.componentOptions.children);if(i)return i}else if(!r.disabled&&""!==r.disabled)return n}return null}function rt(t,e){for(var n=0;n<e.length;++n)if(t.lastIndexOf(e[n])>0)return!0;return!1}function it(t,e){var n=new RegExp("["+e.join()+"]");return t.split(n).filter((function(t){return t}))}function at(t,e){var n=Object(T["m"])(e);if(n.disabled)return!1;var r=B(e,this.optionFilterProp);return r=r.length&&r[0].text?r[0].text:String(r),r.toLowerCase().indexOf(t.toLowerCase())>-1}function ot(t,e){if(!Y(e)&&!U(e)&&"string"!==typeof t)throw new Error("Invalid `value` of type `"+("undefined"===typeof t?"undefined":V()(t))+"` supplied to Option, expected `string` when `tags/combobox` is `true`.")}function st(t,e){return function(n){t[e]=n}}function ct(){var t=(new Date).getTime(),e="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var n=(t+16*Math.random())%16|0;return t=Math.floor(t/16),("x"===e?n:7&n|8).toString(16)}));return e}var lt={name:"DropdownMenu",mixins:[E["a"]],props:{ariaId:d["a"].string,defaultActiveFirstOption:d["a"].bool,value:d["a"].any,dropdownMenuStyle:d["a"].object,multiple:d["a"].bool,prefixCls:d["a"].string,menuItems:d["a"].any,inputValue:d["a"].string,visible:d["a"].bool,backfillValue:d["a"].any,firstActiveValue:d["a"].string,menuItemSelectedIcon:d["a"].any},watch:{visible:function(t){var e=this;t?this.$nextTick((function(){e.scrollActiveItemToView()})):this.lastVisible=t}},created:function(){this.rafInstance=null,this.lastInputValue=this.$props.inputValue,this.lastVisible=!1},mounted:function(){var t=this;this.$nextTick((function(){t.scrollActiveItemToView()})),this.lastVisible=this.$props.visible},updated:function(){var t=this.$props;this.lastVisible=t.visible,this.lastInputValue=t.inputValue,this.prevVisible=this.visible},beforeDestroy:function(){this.rafInstance&&j.a.cancel(this.rafInstance)},methods:{scrollActiveItemToView:function(){var t=this,e=this.firstActiveItem&&this.firstActiveItem.$el,n=this.$props,r=n.value,i=n.visible,a=n.firstActiveValue;if(e&&i){var o={onlyScrollIfNeeded:!0};r&&0!==r.length||!a||(o.alignWithTop=!0),this.rafInstance=j()((function(){Object(N["a"])(e,t.$refs.menuRef.$el,o)}))}},renderMenu:function(){var t=this,e=this.$createElement,n=this.$props,r=n.menuItems,i=n.defaultActiveFirstOption,a=n.value,o=n.prefixCls,s=n.multiple,c=n.inputValue,l=n.firstActiveValue,h=n.dropdownMenuStyle,f=n.backfillValue,d=n.visible,p=Object(T["g"])(this,"menuItemSelectedIcon"),v=Object(T["k"])(this),g=v.menuDeselect,m=v.menuSelect,y=v.popupScroll;if(r&&r.length){var b=J(r,a),_={props:{multiple:s,itemIcon:s?p:null,selectedKeys:b,prefixCls:o+"-menu"},on:{},style:h,ref:"menuRef",attrs:{role:"listbox"}};y&&(_.on.scroll=y),s?(_.on.deselect=g,_.on.select=m):_.on.click=m;var x={},w=i,k=r;if(b.length||l){n.visible&&!this.lastVisible?x.activeKey=b[0]||l:d||(b[0]&&(w=!1),x.activeKey=void 0);var C=!1,S=function(e){return!C&&-1!==b.indexOf(e.key)||!C&&!b.length&&-1!==l.indexOf(e.key)?(C=!0,Object(M["a"])(e,{directives:[{name:"ant-ref",value:function(e){t.firstActiveItem=e}}]})):e};k=r.map((function(t){if(Object(T["o"])(t).isMenuItemGroup){var e=t.componentOptions.children.map(S);return Object(M["a"])(t,{children:e})}return S(t)}))}else this.firstActiveItem=null;var O=a&&a[a.length-1];return c===this.lastInputValue||O&&O===f||(x.activeKey=""),_.props=u()({},x,_.props,{defaultActiveFirst:w}),e(D["a"],_,[k])}return null}},render:function(){var t=arguments[0],e=this.renderMenu(),n=Object(T["k"])(this),r=n.popupFocus,i=n.popupScroll;return e?t("div",{style:{overflow:"auto",transform:"translateZ(0)"},attrs:{id:this.$props.ariaId,tabIndex:"-1"},on:{focus:r,mousedown:G,scroll:i},ref:"menuContainer"},[e]):null}},ut={bottomLeft:{points:["tl","bl"],offset:[0,4],overflow:{adjustX:0,adjustY:1}},topLeft:{points:["bl","tl"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}},ht={name:"SelectTrigger",mixins:[E["a"]],props:{dropdownMatchSelectWidth:d["a"].bool,defaultActiveFirstOption:d["a"].bool,dropdownAlign:d["a"].object,visible:d["a"].bool,disabled:d["a"].bool,showSearch:d["a"].bool,dropdownClassName:d["a"].string,dropdownStyle:d["a"].object,dropdownMenuStyle:d["a"].object,multiple:d["a"].bool,inputValue:d["a"].string,filterOption:d["a"].any,empty:d["a"].bool,options:d["a"].any,prefixCls:d["a"].string,popupClassName:d["a"].string,value:d["a"].array,showAction:d["a"].arrayOf(d["a"].string),combobox:d["a"].bool,animation:d["a"].string,transitionName:d["a"].string,getPopupContainer:d["a"].func,backfillValue:d["a"].any,menuItemSelectedIcon:d["a"].any,dropdownRender:d["a"].func,ariaId:d["a"].string},data:function(){return{dropdownWidth:0}},created:function(){this.rafInstance=null,this.saveDropdownMenuRef=st(this,"dropdownMenuRef"),this.saveTriggerRef=st(this,"triggerRef")},mounted:function(){var t=this;this.$nextTick((function(){t.setDropdownWidth()}))},updated:function(){var t=this;this.$nextTick((function(){t.setDropdownWidth()}))},beforeDestroy:function(){this.cancelRafInstance()},methods:{setDropdownWidth:function(){var t=this;this.cancelRafInstance(),this.rafInstance=j()((function(){var e=t.$el.offsetWidth;e!==t.dropdownWidth&&t.setState({dropdownWidth:e})}))},cancelRafInstance:function(){this.rafInstance&&j.a.cancel(this.rafInstance)},getInnerMenu:function(){return this.dropdownMenuRef&&this.dropdownMenuRef.$refs.menuRef},getPopupDOMNode:function(){return this.triggerRef.getPopupDomNode()},getDropdownElement:function(t){var e=this.$createElement,n=this.value,r=this.firstActiveValue,i=this.defaultActiveFirstOption,a=this.dropdownMenuStyle,o=this.getDropdownPrefixCls,s=this.backfillValue,c=this.menuItemSelectedIcon,l=Object(T["k"])(this),h=l.menuSelect,f=l.menuDeselect,d=l.popupScroll,p=this.$props,v=p.dropdownRender,g=p.ariaId,m={props:u()({},t.props,{ariaId:g,prefixCls:o(),value:n,firstActiveValue:r,defaultActiveFirstOption:i,dropdownMenuStyle:a,backfillValue:s,menuItemSelectedIcon:c}),on:u()({},t.on,{menuSelect:h,menuDeselect:f,popupScroll:d}),directives:[{name:"ant-ref",value:this.saveDropdownMenuRef}]},y=e(lt,m);return v?v(y,p):null},getDropdownTransitionName:function(){var t=this.$props,e=t.transitionName;return!e&&t.animation&&(e=this.getDropdownPrefixCls()+"-"+t.animation),e},getDropdownPrefixCls:function(){return this.prefixCls+"-dropdown"}},render:function(){var t,e=arguments[0],n=this.$props,r=this.$slots,i=n.multiple,a=n.visible,s=n.inputValue,c=n.dropdownAlign,l=n.disabled,h=n.showSearch,f=n.dropdownClassName,d=n.dropdownStyle,p=n.dropdownMatchSelectWidth,v=n.options,g=n.getPopupContainer,m=n.showAction,b=n.empty,_=Object(T["k"])(this),x=_.mouseenter,w=_.mouseleave,k=_.popupFocus,C=_.dropdownVisibleChange,S=this.getDropdownPrefixCls(),O=(t={},o()(t,f,!!f),o()(t,S+"--"+(i?"multiple":"single"),1),o()(t,S+"--empty",b),t),M=this.getDropdownElement({props:{menuItems:v,multiple:i,inputValue:s,visible:a},on:{popupFocus:k}}),E=void 0;E=l?[]:Y(n)&&!h?["click"]:["blur"];var A=u()({},d),P=p?"width":"minWidth";this.dropdownWidth&&(A[P]=this.dropdownWidth+"px");var L={props:u()({},n,{showAction:l?[]:m,hideAction:E,ref:"triggerRef",popupPlacement:"bottomLeft",builtinPlacements:ut,prefixCls:S,popupTransitionName:this.getDropdownTransitionName(),popupAlign:c,popupVisible:a,getPopupContainer:g,popupClassName:y()(O),popupStyle:A}),on:{popupVisibleChange:C},directives:[{name:"ant-ref",value:this.saveTriggerRef}]};return x&&(L.on.mouseenter=x),w&&(L.on.mouseleave=w),e(z["a"],L,[r["default"],e("template",{slot:"popup"},[M])])}},ft={defaultActiveFirstOption:d["a"].bool,multiple:d["a"].bool,filterOption:d["a"].any,showSearch:d["a"].bool,disabled:d["a"].bool,allowClear:d["a"].bool,showArrow:d["a"].bool,tags:d["a"].bool,prefixCls:d["a"].string,transitionName:d["a"].string,optionLabelProp:d["a"].string,optionFilterProp:d["a"].string,animation:d["a"].string,choiceTransitionName:d["a"].string,open:d["a"].bool,defaultOpen:d["a"].bool,placeholder:d["a"].any,labelInValue:d["a"].bool,loading:d["a"].bool,value:d["a"].any,defaultValue:d["a"].any,dropdownStyle:d["a"].object,dropdownClassName:d["a"].string,maxTagTextLength:d["a"].number,maxTagCount:d["a"].number,maxTagPlaceholder:d["a"].any,tokenSeparators:d["a"].arrayOf(d["a"].string),getInputElement:d["a"].func,showAction:d["a"].arrayOf(d["a"].string),autoFocus:d["a"].bool,getPopupContainer:d["a"].func,clearIcon:d["a"].any,inputIcon:d["a"].any,removeIcon:d["a"].any,menuItemSelectedIcon:d["a"].any,dropdownRender:d["a"].func,mode:d["a"].oneOf(["multiple","tags"]),backfill:d["a"].bool,dropdownAlign:d["a"].any,dropdownMatchSelectWidth:d["a"].bool,dropdownMenuStyle:d["a"].object,notFoundContent:d["a"].oneOfType([String,Number]),tabIndex:d["a"].oneOfType([String,Number])},dt=n("6bb4"),pt=n("81a7");S["c"].use(L.a,{name:"ant-ref"});var vt="RC_SELECT_EMPTY_VALUE_KEY",gt=function(){return null};function mt(t){return!t||null===t.offsetParent}function yt(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];for(var i=0;i<e.length;i++)e[i]&&"function"===typeof e[i]&&e[i].apply(yt,n)}}var bt={inheritAttrs:!1,Option:p,OptGroup:v,name:"Select",mixins:[E["a"]],props:u()({},ft,{prefixCls:ft.prefixCls.def("rc-select"),defaultOpen:d["a"].bool.def(!1),labelInValue:ft.labelInValue.def(!1),defaultActiveFirstOption:ft.defaultActiveFirstOption.def(!0),showSearch:ft.showSearch.def(!0),allowClear:ft.allowClear.def(!1),placeholder:ft.placeholder.def(""),dropdownMatchSelectWidth:d["a"].bool.def(!0),dropdownStyle:ft.dropdownStyle.def((function(){return{}})),dropdownMenuStyle:d["a"].object.def((function(){return{}})),optionFilterProp:ft.optionFilterProp.def("value"),optionLabelProp:ft.optionLabelProp.def("value"),notFoundContent:d["a"].any.def("Not Found"),backfill:d["a"].bool.def(!1),showAction:ft.showAction.def(["click"]),combobox:d["a"].bool.def(!1),tokenSeparators:d["a"].arrayOf(d["a"].string).def([]),autoClearSearchValue:d["a"].bool.def(!0),tabIndex:d["a"].any.def(0),dropdownRender:d["a"].func.def((function(t){return t}))}),model:{prop:"value",event:"change"},created:function(){this.saveInputRef=st(this,"inputRef"),this.saveInputMirrorRef=st(this,"inputMirrorRef"),this.saveTopCtrlRef=st(this,"topCtrlRef"),this.saveSelectTriggerRef=st(this,"selectTriggerRef"),this.saveRootRef=st(this,"rootRef"),this.saveSelectionRef=st(this,"selectionRef"),this._focused=!1,this._mouseDown=!1,this._options=[],this._empty=!1},data:function(){var t=Object(T["l"])(this),e=this.getOptionsInfoFromProps(t);if(C()(this.__propsSymbol__,"Replace slots.default with props.children and pass props.__propsSymbol__"),t.tags&&"function"!==typeof t.filterOption){var n=Object.keys(e).some((function(t){return e[t].disabled}));C()(!n,"Please avoid setting option to disabled in tags mode since user can always type text as tag.")}var r={_value:this.getValueFromProps(t,!0),_inputValue:t.combobox?this.getInputValueForCombobox(t,e,!0):"",_open:t.defaultOpen,_optionsInfo:e,_backfillValue:"",_skipBuildOptionsInfo:!0,_ariaId:ct()};return u()({},r,{_mirrorInputValue:r._inputValue},this.getDerivedState(t,r))},mounted:function(){var t=this;this.$nextTick((function(){(t.autoFocus||t._open)&&t.focus()}))},watch:{__propsSymbol__:function(){u()(this.$data,this.getDerivedState(Object(T["l"])(this),this.$data))},"$data._inputValue":function(t){this.$data._mirrorInputValue=t}},updated:function(){var t=this;this.$nextTick((function(){if(q(t.$props)){var e=t.getInputDOMNode(),n=t.getInputMirrorDOMNode();e&&e.value&&n?(e.style.width="",e.style.width=n.clientWidth+10+"px"):e&&(e.style.width="")}t.forcePopupAlign()}))},beforeDestroy:function(){this.clearFocusTime(),this.clearBlurTime(),this.clearComboboxTime(),this.dropdownContainer&&(document.body.removeChild(this.dropdownContainer),this.dropdownContainer=null)},methods:{getDerivedState:function(t,e){var n=e._skipBuildOptionsInfo?e._optionsInfo:this.getOptionsInfoFromProps(t,e),r={_optionsInfo:n,_skipBuildOptionsInfo:!1};if("open"in t&&(r._open=t.open),"value"in t){var i=this.getValueFromProps(t);r._value=i,t.combobox&&(r._inputValue=this.getInputValueForCombobox(t,n))}return r},getOptionsFromChildren:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.forEach((function(e){e.data&&void 0===e.data.slot&&(Object(T["o"])(e).isSelectOptGroup?t.getOptionsFromChildren(e.componentOptions.children,n):n.push(e))})),n},getInputValueForCombobox:function(t,e,n){var r=[];if("value"in t&&!n&&(r=K(t.value)),"defaultValue"in t&&n&&(r=K(t.defaultValue)),!r.length)return"";r=r[0];var i=r;return t.labelInValue?i=r.label:e[X(r)]&&(i=e[X(r)].label),void 0===i&&(i=""),i},getLabelFromOption:function(t,e){return B(e,t.optionLabelProp)},getOptionsInfoFromProps:function(t,e){var n=this,r=this.getOptionsFromChildren(this.$props.children),i={};if(r.forEach((function(e){var r=H(e);i[X(r)]={option:e,value:r,label:n.getLabelFromOption(t,e),title:Object(T["r"])(e,"title"),disabled:Object(T["r"])(e,"disabled")}})),e){var a=e._optionsInfo,o=e._value;o&&o.forEach((function(t){var e=X(t);i[e]||void 0===a[e]||(i[e]=a[e])}))}return i},getValueFromProps:function(t,e){var n=[];return"value"in t&&!e&&(n=K(t.value)),"defaultValue"in t&&e&&(n=K(t.defaultValue)),t.labelInValue&&(n=n.map((function(t){return t.key}))),n},onInputChange:function(t){var e=t.target,n=e.value,r=e.composing,i=this.$data._inputValue,a=void 0===i?"":i;if(t.isComposing||r||a===n)this.setState({_mirrorInputValue:n});else{var o=this.$props.tokenSeparators;if(q(this.$props)&&o.length&&rt(n,o)){var s=this.getValueByInput(n);return void 0!==s&&this.fireChange(s),this.setOpenState(!1,{needFocus:!0}),void this.setInputValue("",!1)}this.setInputValue(n),this.setState({_open:!0}),$(this.$props)&&this.fireChange([n])}},onDropdownVisibleChange:function(t){t&&!this._focused&&(this.clearBlurTime(),this.timeoutFocus(),this._focused=!0,this.updateFocusClassName()),this.setOpenState(t)},onKeyDown:function(t){var e=this.$data._open,n=this.$props.disabled;if(!n){var r=t.keyCode;e&&!this.getInputDOMNode()?this.onInputKeydown(t):r===g["a"].ENTER||r===g["a"].DOWN?(r!==g["a"].ENTER||q(this.$props)?e||this.setOpenState(!0):this.maybeFocus(!0),t.preventDefault()):r===g["a"].SPACE&&(e||(this.setOpenState(!0),t.preventDefault()))}},onInputKeydown:function(t){var e=this,n=this.$props,r=n.disabled,i=n.combobox,a=n.defaultActiveFirstOption;if(!r){var o=this.$data,s=this.getRealOpenState(o),c=t.keyCode;if(!q(this.$props)||t.target.value||c!==g["a"].BACKSPACE){if(c===g["a"].DOWN){if(!o._open)return this.openIfHasChildren(),t.preventDefault(),void t.stopPropagation()}else if(c===g["a"].ENTER&&o._open)!s&&i||t.preventDefault(),s&&i&&!1===a&&(this.comboboxTimer=setTimeout((function(){e.setOpenState(!1)})));else if(c===g["a"].ESC)return void(o._open&&(this.setOpenState(!1),t.preventDefault(),t.stopPropagation()));if(s&&this.selectTriggerRef){var l=this.selectTriggerRef.getInnerMenu();l&&l.onKeyDown(t,this.handleBackfill)&&(t.preventDefault(),t.stopPropagation())}}else{t.preventDefault();var u=o._value;u.length&&this.removeSelected(u[u.length-1])}}},onMenuSelect:function(t){var e=t.item;if(e){var n=this.$data._value,r=this.$props,i=H(e),a=n[n.length-1],o=!1;if(q(r)?-1!==Z(n,i)?o=!0:n=n.concat([i]):$(r)||void 0===a||a!==i||i===this.$data._backfillValue?(n=[i],this.setOpenState(!1,{needFocus:!0,fireSearch:!1})):(this.setOpenState(!1,{needFocus:!0,fireSearch:!1}),o=!0),o||this.fireChange(n),!o){this.fireSelect(i);var s=$(r)?B(e,r.optionLabelProp):"";r.autoClearSearchValue&&this.setInputValue(s,!1)}}},onMenuDeselect:function(t){var e=t.item,n=t.domEvent;if("keydown"!==n.type||n.keyCode!==g["a"].ENTER)"click"===n.type&&this.removeSelected(H(e)),this.autoClearSearchValue&&this.setInputValue("");else{var r=e.$el;mt(r)||this.removeSelected(H(e))}},onArrowClick:function(t){t.stopPropagation(),t.preventDefault(),this.clearBlurTime(),this.disabled||this.setOpenState(!this.$data._open,{needFocus:!this.$data._open})},onPlaceholderClick:function(){this.getInputDOMNode()&&this.getInputDOMNode()&&this.getInputDOMNode().focus()},onPopupFocus:function(){this.maybeFocus(!0,!0)},onClearSelection:function(t){var e=this.$props,n=this.$data;if(!e.disabled){var r=n._inputValue,i=n._value;t.stopPropagation(),(r||i.length)&&(i.length&&this.fireChange([]),this.setOpenState(!1,{needFocus:!0}),r&&this.setInputValue(""))}},onChoiceAnimationLeave:function(){this.forcePopupAlign()},getOptionInfoBySingleValue:function(t,e){var n=this.$createElement,r=void 0;if(e=e||this.$data._optionsInfo,e[X(t)]&&(r=e[X(t)]),r)return r;var i=t;if(this.$props.labelInValue){var a=Q(this.$props.value,t),o=Q(this.$props.defaultValue,t);void 0!==a?i=a:void 0!==o&&(i=o)}var s={option:n(p,{attrs:{value:t},key:t},[t]),value:t,label:i};return s},getOptionBySingleValue:function(t){var e=this.getOptionInfoBySingleValue(t),n=e.option;return n},getOptionsBySingleValue:function(t){var e=this;return t.map((function(t){return e.getOptionBySingleValue(t)}))},getValueByLabel:function(t){var e=this;if(void 0===t)return null;var n=null;return Object.keys(this.$data._optionsInfo).forEach((function(r){var i=e.$data._optionsInfo[r],a=i.disabled;if(!a){var o=K(i.label);o&&o.join("")===t&&(n=i.value)}})),n},getVLBySingleValue:function(t){return this.$props.labelInValue?{key:t,label:this.getLabelBySingleValue(t)}:t},getVLForOnChange:function(t){var e=this,n=t;return void 0!==n?(n=this.labelInValue?n.map((function(t){return{key:t,label:e.getLabelBySingleValue(t)}})):n.map((function(t){return t})),q(this.$props)?n:n[0]):n},getLabelBySingleValue:function(t,e){var n=this.getOptionInfoBySingleValue(t,e),r=n.label;return r},getDropdownContainer:function(){return this.dropdownContainer||(this.dropdownContainer=document.createElement("div"),document.body.appendChild(this.dropdownContainer)),this.dropdownContainer},getPlaceholderElement:function(){var t=this.$createElement,e=this.$props,n=this.$data,r=!1;n._mirrorInputValue&&(r=!0);var i=n._value;i.length&&(r=!0),!n._mirrorInputValue&&$(e)&&1===i.length&&n._value&&!n._value[0]&&(r=!1);var a=e.placeholder;if(a){var o={on:{mousedown:G,click:this.onPlaceholderClick},attrs:et,style:u()({display:r?"none":"block"},tt),class:e.prefixCls+"-selection__placeholder"};return t("div",o,[a])}return null},inputClick:function(t){this.$data._open?(this.clearBlurTime(),t.stopPropagation()):this._focused=!1},inputBlur:function(t){var e=this,n=t.relatedTarget||document.activeElement;if((pt["c"]||pt["b"])&&(t.relatedTarget===this.$refs.arrow||n&&this.selectTriggerRef&&this.selectTriggerRef.getInnerMenu()&&this.selectTriggerRef.getInnerMenu().$el===n||Object(dt["a"])(t.target,n)))return t.target.focus(),void t.preventDefault();this.clearBlurTime(),this.disabled?t.preventDefault():this.blurTimer=setTimeout((function(){e._focused=!1,e.updateFocusClassName();var t=e.$props,n=e.$data._value,r=e.$data._inputValue;if(Y(t)&&t.showSearch&&r&&t.defaultActiveFirstOption){var i=e._options||[];if(i.length){var a=nt(i);a&&(n=[H(a)],e.fireChange(n))}}else if(q(t)&&r){e._mouseDown?e.setInputValue(""):(e.$data._inputValue="",e.getInputDOMNode&&e.getInputDOMNode()&&(e.getInputDOMNode().value=""));var o=e.getValueByInput(r);void 0!==o&&(n=o,e.fireChange(n))}if(q(t)&&e._mouseDown)return e.maybeFocus(!0,!0),void(e._mouseDown=!1);e.setOpenState(!1),e.$emit("blur",e.getVLForOnChange(n))}),200)},inputFocus:function(t){if(this.$props.disabled)t.preventDefault();else{this.clearBlurTime();var e=this.getInputDOMNode();e&&t.target===this.rootRef||(W(this.$props)||t.target!==e)&&(this._focused||(this._focused=!0,this.updateFocusClassName(),q(this.$props)&&this._mouseDown||this.timeoutFocus()))}},_getInputElement:function(){var t=this.$createElement,e=this.$props,n=this.$data,r=n._inputValue,a=n._mirrorInputValue,s=Object(T["e"])(this),c=t("input",{attrs:{id:s.id,autoComplete:"off"}}),l=e.getInputElement?e.getInputElement():c,h=y()(Object(T["f"])(l),o()({},e.prefixCls+"-search__field",!0)),f=Object(T["i"])(l);return l.data=l.data||{},t("div",{class:e.prefixCls+"-search__field__wrap",on:{click:this.inputClick}},[Object(M["a"])(l,{props:{disabled:e.disabled,value:r},attrs:u()({},l.data.attrs||{},{disabled:e.disabled,value:r}),domProps:{value:r},class:h,directives:[{name:"ant-ref",value:this.saveInputRef},{name:"ant-input"}],on:{input:this.onInputChange,keydown:yt(this.onInputKeydown,f.keydown,Object(T["k"])(this).inputKeydown),focus:yt(this.inputFocus,f.focus),blur:yt(this.inputBlur,f.blur)}}),t("span",i()([{directives:[{name:"ant-ref",value:this.saveInputMirrorRef}]},{class:e.prefixCls+"-search__field__mirror"}]),[a," "])])},getInputDOMNode:function(){return this.topCtrlRef?this.topCtrlRef.querySelector("input,textarea,div[contentEditable]"):this.inputRef},getInputMirrorDOMNode:function(){return this.inputMirrorRef},getPopupDOMNode:function(){if(this.selectTriggerRef)return this.selectTriggerRef.getPopupDOMNode()},getPopupMenuComponent:function(){if(this.selectTriggerRef)return this.selectTriggerRef.getInnerMenu()},setOpenState:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.$props,i=this.$data,a=n.needFocus,o=n.fireSearch;if(i._open!==t){this.__emit("dropdownVisibleChange",t);var s={_open:t,_backfillValue:""};!t&&Y(r)&&r.showSearch&&this.setInputValue("",o),t||this.maybeFocus(t,!!a),this.setState(s,(function(){t&&e.maybeFocus(t,!!a)}))}else this.maybeFocus(t,!!a)},setInputValue:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];t!==this.$data._inputValue&&(this.setState({_inputValue:t},this.forcePopupAlign),e&&this.$emit("search",t))},getValueByInput:function(t){var e=this,n=this.$props,r=n.multiple,i=n.tokenSeparators,a=this.$data._value,o=!1;return it(t,i).forEach((function(t){var n=[t];if(r){var i=e.getValueByLabel(t);i&&-1===Z(a,i)&&(a=a.concat(i),o=!0,e.fireSelect(i))}else-1===Z(a,t)&&(a=a.concat(n),o=!0,e.fireSelect(t))})),o?a:void 0},getRealOpenState:function(t){var e=this.$props.open;if("boolean"===typeof e)return e;var n=(t||this.$data)._open,r=this._options||[];return!W(this.$props)&&this.$props.showSearch||n&&!r.length&&(n=!1),n},focus:function(){Y(this.$props)&&this.selectionRef?this.selectionRef.focus():this.getInputDOMNode()&&this.getInputDOMNode().focus()},blur:function(){Y(this.$props)&&this.selectionRef?this.selectionRef.blur():this.getInputDOMNode()&&this.getInputDOMNode().blur()},markMouseDown:function(){this._mouseDown=!0},markMouseLeave:function(){this._mouseDown=!1},handleBackfill:function(t){if(this.backfill&&(Y(this.$props)||$(this.$props))){var e=H(t);$(this.$props)&&this.setInputValue(e,!1),this.setState({_value:[e],_backfillValue:e})}},_filterOption:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:at,r=this.$data,i=r._value,a=r._backfillValue,o=i[i.length-1];if(!t||o&&o===a)return!0;var s=this.$props.filterOption;return Object(T["s"])(this,"filterOption")?!0===s&&(s=n.bind(this)):s=n.bind(this),!s||("function"===typeof s?s.call(this,t,e):!Object(T["r"])(e,"disabled"))},timeoutFocus:function(){var t=this;this.focusTimer&&this.clearFocusTime(),this.focusTimer=window.setTimeout((function(){t.$emit("focus")}),10)},clearFocusTime:function(){this.focusTimer&&(clearTimeout(this.focusTimer),this.focusTimer=null)},clearBlurTime:function(){this.blurTimer&&(clearTimeout(this.blurTimer),this.blurTimer=null)},clearComboboxTime:function(){this.comboboxTimer&&(clearTimeout(this.comboboxTimer),this.comboboxTimer=null)},updateFocusClassName:function(){var t=this.rootRef,e=this.prefixCls;this._focused?_()(t).add(e+"-focused"):_()(t).remove(e+"-focused")},maybeFocus:function(t,e){if(e||t){var n=this.getInputDOMNode(),r=document,i=r.activeElement;n&&(t||W(this.$props))?i!==n&&(n.focus(),this._focused=!0):i!==this.selectionRef&&this.selectionRef&&(this.selectionRef.focus(),this._focused=!0)}},removeSelected:function(t,e){var n=this.$props;if(!n.disabled&&!this.isChildDisabled(t)){e&&e.stopPropagation&&e.stopPropagation();var r=this.$data._value,i=r.filter((function(e){return e!==t})),a=q(n);if(a){var o=t;n.labelInValue&&(o={key:t,label:this.getLabelBySingleValue(t)}),this.$emit("deselect",o,this.getOptionBySingleValue(t))}this.fireChange(i)}},openIfHasChildren:function(){var t=this.$props;(t.children&&t.children.length||Y(t))&&this.setOpenState(!0)},fireSelect:function(t){this.$emit("select",this.getVLBySingleValue(t),this.getOptionBySingleValue(t))},fireChange:function(t){Object(T["s"])(this,"value")||this.setState({_value:t},this.forcePopupAlign);var e=this.getVLForOnChange(t),n=this.getOptionsBySingleValue(t);this._valueOptions=n,this.$emit("change",e,q(this.$props)?n:n[0])},isChildDisabled:function(t){return(this.$props.children||[]).some((function(e){var n=H(e);return n===t&&Object(T["r"])(e,"disabled")}))},forcePopupAlign:function(){this.$data._open&&this.selectTriggerRef&&this.selectTriggerRef.triggerRef&&this.selectTriggerRef.triggerRef.forcePopupAlign()},renderFilterOptions:function(){var t=this.$createElement,e=this.$data._inputValue,n=this.$props,r=n.children,a=n.tags,o=n.notFoundContent,s=[],c=[],l=!1,h=this.renderFilterOptionsFromChildren(r,c,s);if(a){var f=this.$data._value;if(f=f.filter((function(t){return-1===c.indexOf(t)&&(!e||String(t).indexOf(String(e))>-1)})),f.sort((function(t,e){return t.length-e.length})),f.forEach((function(e){var n=e,r=u()({},et,{role:"option"}),a=t(x["a"],i()([{style:tt},{attrs:r},{attrs:{value:n},key:n}]),[n]);h.push(a),s.push(a)})),e&&s.every((function(t){return H(t)!==e}))){var d={attrs:et,key:e,props:{value:e,role:"option"},style:tt};h.unshift(t(x["a"],d,[e]))}}if(!h.length&&o){l=!0;var p={attrs:et,key:"NOT_FOUND",props:{value:"NOT_FOUND",disabled:!0,role:"option"},style:tt};h=[t(x["a"],p,[o])]}return{empty:l,options:h}},renderFilterOptionsFromChildren:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=this,n=arguments[1],r=arguments[2],a=this.$createElement,o=[],s=this.$props,c=this.$data._inputValue,l=s.tags;return t.forEach((function(t){if(t.data&&void 0===t.data.slot)if(Object(T["o"])(t).isSelectOptGroup){var s=Object(T["g"])(t,"label"),h=t.key;h||"string"!==typeof s?!s&&h&&(s=h):h=s;var f=Object(T["p"])(t)["default"];if(f="function"===typeof f?f():f,c&&e._filterOption(c,t)){var d=f.map((function(t){var e=H(t)||t.key;return a(x["a"],i()([{key:e,attrs:{value:e}},t.data]),[t.componentOptions.children])}));o.push(a(w["a"],{key:h,attrs:{title:s},class:Object(T["f"])(t)},[d]))}else{var p=e.renderFilterOptionsFromChildren(f,n,r);p.length&&o.push(a(w["a"],i()([{key:h,attrs:{title:s}},t.data]),[p]))}}else{C()(Object(T["o"])(t).isSelectOption,"the children of `Select` should be `Select.Option` or `Select.OptGroup`, instead of `"+(Object(T["o"])(t).name||Object(T["o"])(t))+"`.");var v=H(t);if(ot(v,e.$props),e._filterOption(c,t)){var g={attrs:u()({},et,Object(T["e"])(t)),key:v,props:u()({value:v},Object(T["m"])(t),{role:"option"}),style:tt,on:Object(T["i"])(t),class:Object(T["f"])(t)},m=a(x["a"],g,[t.componentOptions.children]);o.push(m),r.push(m)}l&&n.push(v)}})),o},renderTopControlNode:function(){var t=this,e=this.$createElement,n=this.$props,r=this.$data,a=r._value,o=r._inputValue,s=r._open,c=n.choiceTransitionName,l=n.prefixCls,h=n.maxTagTextLength,f=n.maxTagCount,d=n.maxTagPlaceholder,p=n.showSearch,v=Object(T["g"])(this,"removeIcon"),g=l+"-selection__rendered",m=null;if(Y(n)){var y=null;if(a.length){var b=!1,_=1;p&&s?(b=!o,b&&(_=.4)):b=!0;var x=a[0],w=this.getOptionInfoBySingleValue(x),k=w.label,C=w.title;y=e("div",{key:"value",class:l+"-selection-selected-value",attrs:{title:F(C||k)},style:{display:b?"block":"none",opacity:_}},[k])}m=p?[y,e("div",{class:l+"-search "+l+"-search--inline",key:"input",style:{display:s?"block":"none"}},[this._getInputElement()])]:[y]}else{var S=[],M=a,E=void 0;if(void 0!==f&&a.length>f){M=M.slice(0,f);var A=this.getVLForOnChange(a.slice(f,a.length)),P="+ "+(a.length-f)+" ...";d&&(P="function"===typeof d?d(A):d);var L=u()({},et,{role:"presentation",title:F(P)});E=e("li",i()([{style:tt},{attrs:L},{on:{mousedown:G},class:l+"-selection__choice "+l+"-selection__choice__disabled",key:"maxTagPlaceholder"}]),[e("div",{class:l+"-selection__choice__content"},[P])])}if(q(n)&&(S=M.map((function(n){var r=t.getOptionInfoBySingleValue(n),a=r.label,o=r.title||a;h&&"string"===typeof a&&a.length>h&&(a=a.slice(0,h)+"...");var s=t.isChildDisabled(n),c=s?l+"-selection__choice "+l+"-selection__choice__disabled":l+"-selection__choice",f=u()({},et,{role:"presentation",title:F(o)});return e("li",i()([{style:tt},{attrs:f},{on:{mousedown:G},class:c,key:n||vt}]),[e("div",{class:l+"-selection__choice__content"},[a]),s?null:e("span",{on:{click:function(e){t.removeSelected(n,e)}},class:l+"-selection__choice__remove"},[v||e("i",{class:l+"-selection__choice__remove-icon"},["×"])])])}))),E&&S.push(E),S.push(e("li",{class:l+"-search "+l+"-search--inline",key:"__input"},[this._getInputElement()])),q(n)&&c){var I=Object(O["a"])(c,{tag:"ul",afterLeave:this.onChoiceAnimationLeave});m=e("transition-group",I,[S])}else m=e("ul",[S])}return e("div",i()([{class:g},{directives:[{name:"ant-ref",value:this.saveTopCtrlRef}]},{on:{click:this.topCtrlContainerClick}}]),[this.getPlaceholderElement(),m])},renderArrow:function(t){var e=this.$createElement,n=this.$props,r=n.showArrow,a=void 0===r?!t:r,o=n.loading,s=n.prefixCls,c=Object(T["g"])(this,"inputIcon");if(!a&&!o)return null;var l=e("i",o?{class:s+"-arrow-loading"}:{class:s+"-arrow-icon"});return e("span",i()([{key:"arrow",class:s+"-arrow",style:tt},{attrs:et},{on:{click:this.onArrowClick},ref:"arrow"}]),[c||l])},topCtrlContainerClick:function(t){this.$data._open&&!Y(this.$props)&&t.stopPropagation()},renderClear:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.allowClear,a=this.$data,o=a._value,s=a._inputValue,c=Object(T["g"])(this,"clearIcon"),l=t("span",i()([{key:"clear",class:n+"-selection__clear",on:{mousedown:G},style:tt},{attrs:et},{on:{click:this.onClearSelection}}]),[c||t("i",{class:n+"-selection__clear-icon"},["×"])]);return r?$(this.$props)?s?l:null:s||o.length?l:null:null},selectionRefClick:function(){if(!this.disabled){var t=this.getInputDOMNode();this._focused&&this.$data._open?(this.setOpenState(!1,!1),t&&t.blur()):(this.clearBlurTime(),this.setOpenState(!0,!0),t&&t.focus())}},selectionRefFocus:function(t){this._focused||this.disabled||W(this.$props)?t.preventDefault():(this._focused=!0,this.updateFocusClassName(),this.$emit("focus"))},selectionRefBlur:function(t){W(this.$props)?t.preventDefault():this.inputBlur(t)}},render:function(){var t,e=arguments[0],n=this.$props,r=q(n),a=n.showArrow,s=void 0===a||a,c=this.$data,l=n.disabled,u=n.prefixCls,h=n.loading,f=this.renderTopControlNode(),d=this.$data,p=d._open,v=d._inputValue,g=d._value;if(p){var m=this.renderFilterOptions();this._empty=m.empty,this._options=m.options}var b=this.getRealOpenState(),_=this._empty,x=this._options||[],w=Object(T["k"])(this),k=w.mouseenter,C=void 0===k?gt:k,S=w.mouseleave,O=void 0===S?gt:S,M=w.popupScroll,E=void 0===M?gt:M,A={props:{},attrs:{role:"combobox","aria-autocomplete":"list","aria-haspopup":"true","aria-expanded":b,"aria-controls":this.$data._ariaId},on:{},class:u+"-selection "+u+"-selection--"+(r?"multiple":"single"),key:"selection"},P={attrs:{tabIndex:-1}};W(n)||(P.attrs.tabIndex=n.disabled?-1:n.tabIndex);var L=(t={},o()(t,u,!0),o()(t,u+"-open",p),o()(t,u+"-focused",p||!!this._focused),o()(t,u+"-combobox",$(n)),o()(t,u+"-disabled",l),o()(t,u+"-enabled",!l),o()(t,u+"-allow-clear",!!n.allowClear),o()(t,u+"-no-arrow",!s),o()(t,u+"-loading",!!h),t);return e(ht,i()([{attrs:{dropdownAlign:n.dropdownAlign,dropdownClassName:n.dropdownClassName,dropdownMatchSelectWidth:n.dropdownMatchSelectWidth,defaultActiveFirstOption:n.defaultActiveFirstOption,dropdownMenuStyle:n.dropdownMenuStyle,transitionName:n.transitionName,animation:n.animation,prefixCls:n.prefixCls,dropdownStyle:n.dropdownStyle,combobox:n.combobox,showSearch:n.showSearch,options:x,empty:_,multiple:r,disabled:l,visible:b,inputValue:v,value:g,backfillValue:c._backfillValue,firstActiveValue:n.firstActiveValue,getPopupContainer:n.getPopupContainer,showAction:n.showAction,menuItemSelectedIcon:Object(T["g"])(this,"menuItemSelectedIcon")},on:{dropdownVisibleChange:this.onDropdownVisibleChange,menuSelect:this.onMenuSelect,menuDeselect:this.onMenuDeselect,popupScroll:E,popupFocus:this.onPopupFocus,mouseenter:C,mouseleave:O}},{directives:[{name:"ant-ref",value:this.saveSelectTriggerRef}]},{attrs:{dropdownRender:n.dropdownRender,ariaId:this.$data._ariaId}}]),[e("div",i()([{directives:[{name:"ant-ref",value:yt(this.saveRootRef,this.saveSelectionRef)}]},{style:Object(T["q"])(this),class:y()(L),on:{mousedown:this.markMouseDown,mouseup:this.markMouseLeave,mouseout:this.markMouseLeave}},P,{on:{blur:this.selectionRefBlur,focus:this.selectionRefFocus,click:this.selectionRefClick,keydown:W(n)?gt:this.onKeyDown}}]),[e("div",A,[f,this.renderClear(),this.renderArrow(!!r)])])])}},_t=(Object(A["a"])(bt),n("9cba")),xt=n("0c63"),wt=n("db14"),kt=function(){return{prefixCls:d["a"].string,size:d["a"].oneOf(["small","large","default"]),showAction:d["a"].oneOfType([d["a"].string,d["a"].arrayOf(String)]),notFoundContent:d["a"].any,transitionName:d["a"].string,choiceTransitionName:d["a"].string,showSearch:d["a"].bool,allowClear:d["a"].bool,disabled:d["a"].bool,tabIndex:d["a"].number,placeholder:d["a"].any,defaultActiveFirstOption:d["a"].bool,dropdownClassName:d["a"].string,dropdownStyle:d["a"].any,dropdownMenuStyle:d["a"].any,dropdownMatchSelectWidth:d["a"].bool,filterOption:d["a"].oneOfType([d["a"].bool,d["a"].func]),autoFocus:d["a"].bool,backfill:d["a"].bool,showArrow:d["a"].bool,getPopupContainer:d["a"].func,open:d["a"].bool,defaultOpen:d["a"].bool,autoClearSearchValue:d["a"].bool,dropdownRender:d["a"].func,loading:d["a"].bool}},Ct=d["a"].shape({key:d["a"].oneOfType([d["a"].string,d["a"].number])}).loose,St=d["a"].oneOfType([d["a"].string,d["a"].number,d["a"].arrayOf(d["a"].oneOfType([Ct,d["a"].string,d["a"].number])),Ct]),Tt=u()({},kt(),{value:St,defaultValue:St,mode:d["a"].string,optionLabelProp:d["a"].string,firstActiveValue:d["a"].oneOfType([String,d["a"].arrayOf(String)]),maxTagCount:d["a"].number,maxTagPlaceholder:d["a"].any,maxTagTextLength:d["a"].number,dropdownMatchSelectWidth:d["a"].bool,optionFilterProp:d["a"].string,labelInValue:d["a"].boolean,getPopupContainer:d["a"].func,tokenSeparators:d["a"].arrayOf(d["a"].string),getInputElement:d["a"].func,options:d["a"].array,suffixIcon:d["a"].any,removeIcon:d["a"].any,clearIcon:d["a"].any,menuItemSelectedIcon:d["a"].any}),Ot={prefixCls:d["a"].string,size:d["a"].oneOf(["default","large","small"]),notFoundContent:d["a"].any,showSearch:d["a"].bool,optionLabelProp:d["a"].string,transitionName:d["a"].string,choiceTransitionName:d["a"].string},Mt="SECRET_COMBOBOX_MODE_DO_NOT_USE",Et={SECRET_COMBOBOX_MODE_DO_NOT_USE:Mt,Option:u()({},p,{name:"ASelectOption"}),OptGroup:u()({},v,{name:"ASelectOptGroup"}),name:"ASelect",props:u()({},Tt,{showSearch:d["a"].bool.def(!1),transitionName:d["a"].string.def("slide-up"),choiceTransitionName:d["a"].string.def("zoom")}),propTypes:Ot,model:{prop:"value",event:"change"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return _t["a"]}}},created:function(){Object(h["a"])("combobox"!==this.$props.mode,"Select","The combobox mode of Select is deprecated,it will be removed in next major version,please use AutoComplete instead")},methods:{getNotFoundContent:function(t){var e=this.$createElement,n=Object(T["g"])(this,"notFoundContent");return void 0!==n?n:this.isCombobox()?null:t(e,"Select")},savePopupRef:function(t){this.popupRef=t},focus:function(){this.$refs.vcSelect.focus()},blur:function(){this.$refs.vcSelect.blur()},isCombobox:function(){var t=this.mode;return"combobox"===t||t===Mt},renderSuffixIcon:function(t){var e=this.$createElement,n=this.$props.loading,r=Object(T["g"])(this,"suffixIcon");return r=Array.isArray(r)?r[0]:r,r?Object(T["w"])(r)?Object(M["a"])(r,{class:t+"-arrow-icon"}):r:e(xt["a"],n?{attrs:{type:"loading"}}:{attrs:{type:"down"},class:t+"-arrow-icon"})}},render:function(){var t,e=arguments[0],n=Object(T["l"])(this),r=n.prefixCls,a=n.size,s=n.mode,l=n.options,h=n.getPopupContainer,d=n.showArrow,v=c()(n,["prefixCls","size","mode","options","getPopupContainer","showArrow"]),g=this.configProvider.getPrefixCls,m=this.configProvider.renderEmpty,y=g("select",r),b=this.configProvider.getPopupContainer,_=Object(T["g"])(this,"removeIcon");_=Array.isArray(_)?_[0]:_;var x=Object(T["g"])(this,"clearIcon");x=Array.isArray(x)?x[0]:x;var w=Object(T["g"])(this,"menuItemSelectedIcon");w=Array.isArray(w)?w[0]:w;var k=Object(f["a"])(v,["inputIcon","removeIcon","clearIcon","suffixIcon","menuItemSelectedIcon"]),C=(t={},o()(t,y+"-lg","large"===a),o()(t,y+"-sm","small"===a),o()(t,y+"-show-arrow",d),t),S=this.$props.optionLabelProp;this.isCombobox()&&(S=S||"value");var O={multiple:"multiple"===s,tags:"tags"===s,combobox:this.isCombobox()},E=_&&(Object(T["w"])(_)?Object(M["a"])(_,{class:y+"-remove-icon"}):_)||e(xt["a"],{attrs:{type:"close"},class:y+"-remove-icon"}),A=x&&(Object(T["w"])(x)?Object(M["a"])(x,{class:y+"-clear-icon"}):x)||e(xt["a"],{attrs:{type:"close-circle",theme:"filled"},class:y+"-clear-icon"}),P=w&&(Object(T["w"])(w)?Object(M["a"])(w,{class:y+"-selected-icon"}):w)||e(xt["a"],{attrs:{type:"check"},class:y+"-selected-icon"}),L={props:u()({inputIcon:this.renderSuffixIcon(y),removeIcon:E,clearIcon:A,menuItemSelectedIcon:P,showArrow:d},k,O,{prefixCls:y,optionLabelProp:S||"children",notFoundContent:this.getNotFoundContent(m),maxTagPlaceholder:Object(T["g"])(this,"maxTagPlaceholder"),placeholder:Object(T["g"])(this,"placeholder"),children:l?l.map((function(t){var n=t.key,r=t.label,a=void 0===r?t.title:r,o=t.on,s=t["class"],l=t.style,u=c()(t,["key","label","on","class","style"]);return e(p,i()([{key:n},{props:u,on:o,class:s,style:l}]),[a])})):Object(T["c"])(this.$slots["default"]),__propsSymbol__:Symbol(),dropdownRender:Object(T["g"])(this,"dropdownRender",{},!1),getPopupContainer:h||b}),on:Object(T["k"])(this),class:C,ref:"vcSelect"};return e(bt,L)},install:function(t){t.use(wt["a"]),t.component(Et.name,Et),t.component(Et.Option.name,Et.Option),t.component(Et.OptGroup.name,Et.OptGroup)}};e["c"]=Et},9861:function(t,e,n){"use strict";n("5352")},9868:function(t,e,n){},9876:function(t,e,n){var r=n("03d6"),i=n("9742");t.exports=Object.keys||function(t){return r(t,i)}},"98a7":function(t,e,n){"use strict";n("b2a3"),n("ded6"),n("2ef0f"),n("06f4")},"98c5":function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("9b57"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d91"),u=n("4d26"),h=n.n(u),f=n("daa3"),d=n("9cba"),p={prefixCls:l["a"].string,hasSider:l["a"].boolean,tagName:l["a"].string};function v(t){var e=t.suffixCls,n=t.tagName,r=t.name;return function(t){return{name:r,props:t.props,inject:{configProvider:{default:function(){return d["a"]}}},render:function(){var r=arguments[0],i=this.$props.prefixCls,a=this.configProvider.getPrefixCls,o=a(e,i),s={props:c()({prefixCls:o},Object(f["l"])(this),{tagName:n}),on:Object(f["k"])(this)};return r(t,s,[this.$slots["default"]])}}}}var g={props:p,render:function(){var t=arguments[0],e=this.prefixCls,n=this.tagName,r=this.$slots,i={class:e,on:Object(f["k"])(this)};return t(n,i,[r["default"]])}},m={props:p,data:function(){return{siders:[]}},provide:function(){var t=this;return{siderHook:{addSider:function(e){t.siders=[].concat(o()(t.siders),[e])},removeSider:function(e){t.siders=t.siders.filter((function(t){return t!==e}))}}}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.$slots,r=this.hasSider,a=this.tagName,o=h()(e,i()({},e+"-has-sider","boolean"===typeof r?r:this.siders.length>0)),s={class:o,on:f["k"]};return t(a,s,[n["default"]])}},y=v({suffixCls:"layout",tagName:"section",name:"ALayout"})(m),b=v({suffixCls:"layout-header",tagName:"header",name:"ALayoutHeader"})(g),_=v({suffixCls:"layout-footer",tagName:"footer",name:"ALayoutFooter"})(g),x=v({suffixCls:"layout-content",tagName:"main",name:"ALayoutContent"})(g);y.Header=b,y.Footer=_,y.Content=x;var w=y,k=n("b488"),C=n("dd3d"),S=n("0c63");if("undefined"!==typeof window){var T=function(t){return{media:t,matches:!1,addListener:function(){},removeListener:function(){}}};window.matchMedia=window.matchMedia||T}var O={xs:"479.98px",sm:"575.98px",md:"767.98px",lg:"991.98px",xl:"1199.98px",xxl:"1599.98px"},M={prefixCls:l["a"].string,collapsible:l["a"].bool,collapsed:l["a"].bool,defaultCollapsed:l["a"].bool,reverseArrow:l["a"].bool,zeroWidthTriggerStyle:l["a"].object,trigger:l["a"].any,width:l["a"].oneOfType([l["a"].number,l["a"].string]),collapsedWidth:l["a"].oneOfType([l["a"].number,l["a"].string]),breakpoint:l["a"].oneOf(["xs","sm","md","lg","xl","xxl"]),theme:l["a"].oneOf(["light","dark"]).def("dark")},E=function(){var t=0;return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return t+=1,""+e+t}}(),A={name:"ALayoutSider",__ANT_LAYOUT_SIDER:!0,mixins:[k["a"]],model:{prop:"collapsed",event:"collapse"},props:Object(f["t"])(M,{collapsible:!1,defaultCollapsed:!1,reverseArrow:!1,width:200,collapsedWidth:80}),data:function(){this.uniqueId=E("ant-sider-");var t=void 0;"undefined"!==typeof window&&(t=window.matchMedia);var e=Object(f["l"])(this);t&&e.breakpoint&&e.breakpoint in O&&(this.mql=t("(max-width: "+O[e.breakpoint]+")"));var n=void 0;return n="collapsed"in e?e.collapsed:e.defaultCollapsed,{sCollapsed:n,below:!1,belowShow:!1}},provide:function(){return{layoutSiderContext:this}},inject:{siderHook:{default:function(){return{}}},configProvider:{default:function(){return d["a"]}}},watch:{collapsed:function(t){this.setState({sCollapsed:t})}},mounted:function(){var t=this;this.$nextTick((function(){t.mql&&(t.mql.addListener(t.responsiveHandler),t.responsiveHandler(t.mql)),t.siderHook.addSider&&t.siderHook.addSider(t.uniqueId)}))},beforeDestroy:function(){this.mql&&this.mql.removeListener(this.responsiveHandler),this.siderHook.removeSider&&this.siderHook.removeSider(this.uniqueId)},methods:{responsiveHandler:function(t){this.setState({below:t.matches}),this.$emit("breakpoint",t.matches),this.sCollapsed!==t.matches&&this.setCollapsed(t.matches,"responsive")},setCollapsed:function(t,e){Object(f["s"])(this,"collapsed")||this.setState({sCollapsed:t}),this.$emit("collapse",t,e)},toggle:function(){var t=!this.sCollapsed;this.setCollapsed(t,"clickTrigger")},belowShowChange:function(){this.setState({belowShow:!this.belowShow})}},render:function(){var t,e=arguments[0],n=Object(f["l"])(this),r=n.prefixCls,a=n.theme,o=n.collapsible,s=n.reverseArrow,c=n.width,l=n.collapsedWidth,u=n.zeroWidthTriggerStyle,d=this.configProvider.getPrefixCls,p=d("layout-sider",r),v=Object(f["g"])(this,"trigger"),g=this.sCollapsed?l:c,m=Object(C["a"])(g)?g+"px":String(g),y=0===parseFloat(String(l||0))?e("span",{on:{click:this.toggle},class:p+"-zero-width-trigger "+p+"-zero-width-trigger-"+(s?"right":"left"),style:u},[e(S["a"],{attrs:{type:"bars"}})]):null,b={expanded:e(S["a"],s?{attrs:{type:"right"}}:{attrs:{type:"left"}}),collapsed:e(S["a"],s?{attrs:{type:"left"}}:{attrs:{type:"right"}})},_=this.sCollapsed?"collapsed":"expanded",x=b[_],w=null!==v?y||e("div",{class:p+"-trigger",on:{click:this.toggle},style:{width:m}},[v||x]):null,k={flex:"0 0 "+m,maxWidth:m,minWidth:m,width:m},T=h()(p,p+"-"+a,(t={},i()(t,p+"-collapsed",!!this.sCollapsed),i()(t,p+"-has-trigger",o&&null!==v&&!y),i()(t,p+"-below",!!this.below),i()(t,p+"-zero-width",0===parseFloat(m)),t)),O={on:Object(f["k"])(this),class:T,style:k};return e("aside",O,[e("div",{class:p+"-children"},[this.$slots["default"]]),o||this.below&&y?w:null])}},P=n("db14");w.Sider=A,w.install=function(t){t.use(P["a"]),t.component(w.name,w),t.component(w.Header.name,w.Header),t.component(w.Footer.name,w.Footer),t.component(w.Sider.name,w.Sider),t.component(w.Content.name,w.Content)};e["a"]=w},"98c9":function(t,e,n){},9911:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("link")},{link:function(t){return i(this,"a","href",t)}})},9934:function(t,e,n){var r=n("6fcd"),i=n("41c3"),a=n("30c9");function o(t){return a(t)?r(t,!0):i(t)}t.exports=o},9958:function(t,e,n){},9961:function(t,e,n){},9980:function(t,e,n){"use strict";n("b2a3"),n("9868"),n("5704"),n("0025"),n("b97c")},"99af":function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("e8b5"),o=n("861d"),s=n("7b0b"),c=n("07fa"),l=n("3511"),u=n("8418"),h=n("65f0"),f=n("1dde"),d=n("b622"),p=n("2d00"),v=d("isConcatSpreadable"),g=p>=51||!i((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),m=function(t){if(!o(t))return!1;var e=t[v];return void 0!==e?!!e:a(t)},y=!g||!f("concat");r({target:"Array",proto:!0,arity:1,forced:y},{concat:function(t){var e,n,r,i,a,o=s(this),f=h(o,0),d=0;for(e=-1,r=arguments.length;e<r;e++)if(a=-1===e?o:arguments[e],m(a))for(i=c(a),l(d+i),n=0;n<i;n++,d++)n in a&&u(f,d,a[n]);else l(d+1),u(f,d++,a);return f.length=d,f}})},"99cd":function(t,e){function n(t){return function(e,n,r){var i=-1,a=Object(e),o=r(e),s=o.length;while(s--){var c=o[t?s:++i];if(!1===n(a[c],c,a))break}return e}}t.exports=n},"99d3":function(t,e,n){(function(t){var r=n("585a"),i=e&&!e.nodeType&&e,a=i&&"object"==typeof t&&t&&!t.nodeType&&t,o=a&&a.exports===i,s=o&&r.process,c=function(){try{var t=a&&a.require&&a.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(e){}}();t.exports=c}).call(this,n("62e4")(t))},"9a0c":function(t,e,n){"use strict";var r=n("342f");t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(r)},"9a16":function(t,e,n){"use strict";var r=n("c1df"),i=n.n(r),a=n("4d91"),o=n("b488"),s=n("92fa"),c=n.n(s),l={mixins:[o["a"]],props:{format:a["a"].string,prefixCls:a["a"].string,disabledDate:a["a"].func,placeholder:a["a"].string,clearText:a["a"].string,value:a["a"].object,inputReadOnly:a["a"].bool.def(!1),hourOptions:a["a"].array,minuteOptions:a["a"].array,secondOptions:a["a"].array,disabledHours:a["a"].func,disabledMinutes:a["a"].func,disabledSeconds:a["a"].func,allowEmpty:a["a"].bool,defaultOpenValue:a["a"].object,currentSelectPanel:a["a"].string,focusOnOpen:a["a"].bool,clearIcon:a["a"].any},data:function(){var t=this.value,e=this.format;return{str:t&&t.format(e)||"",invalid:!1}},mounted:function(){var t=this;if(this.focusOnOpen){var e=window.requestAnimationFrame||window.setTimeout;e((function(){t.$refs.input.focus(),t.$refs.input.select()}))}},watch:{value:function(t){var e=this;this.$nextTick((function(){e.setState({str:t&&t.format(e.format)||"",invalid:!1})}))}},methods:{onInputChange:function(t){var e=t.target,n=e.value,r=e.composing,a=this.str,o=void 0===a?"":a;if(!t.isComposing&&!r&&o!==n){this.setState({str:n});var s=this.format,c=this.hourOptions,l=this.minuteOptions,u=this.secondOptions,h=this.disabledHours,f=this.disabledMinutes,d=this.disabledSeconds,p=this.value;if(n){var v=this.getProtoValue().clone(),g=i()(n,s,!0);if(!g.isValid())return void this.setState({invalid:!0});if(v.hour(g.hour()).minute(g.minute()).second(g.second()),c.indexOf(v.hour())<0||l.indexOf(v.minute())<0||u.indexOf(v.second())<0)return void this.setState({invalid:!0});var m=h(),y=f(v.hour()),b=d(v.hour(),v.minute());if(m&&m.indexOf(v.hour())>=0||y&&y.indexOf(v.minute())>=0||b&&b.indexOf(v.second())>=0)return void this.setState({invalid:!0});if(p){if(p.hour()!==v.hour()||p.minute()!==v.minute()||p.second()!==v.second()){var _=p.clone();_.hour(v.hour()),_.minute(v.minute()),_.second(v.second()),this.__emit("change",_)}}else p!==v&&this.__emit("change",v)}else this.__emit("change",null);this.setState({invalid:!1})}},onKeyDown:function(t){27===t.keyCode&&this.__emit("esc"),this.__emit("keydown",t)},getProtoValue:function(){return this.value||this.defaultOpenValue},getInput:function(){var t=this.$createElement,e=this.prefixCls,n=this.placeholder,r=this.inputReadOnly,i=this.invalid,a=this.str,o=i?e+"-input-invalid":"";return t("input",c()([{class:e+"-input "+o,ref:"input",on:{keydown:this.onKeyDown,input:this.onInputChange},domProps:{value:a},attrs:{placeholder:n,readOnly:!!r}},{directives:[{name:"ant-input"}]}]))}},render:function(){var t=arguments[0],e=this.prefixCls;return t("div",{class:e+"-input-wrap"},[this.getInput()])}},u=l,h=n("6042"),f=n.n(h),d=n("4d26"),p=n.n(d),v=n("c449"),g=n.n(v);function m(){}var y=function t(e,n,r){if(r<=0)g()((function(){e.scrollTop=n}));else{var i=n-e.scrollTop,a=i/r*10;g()((function(){e.scrollTop+=a,e.scrollTop!==n&&t(e,n,r-10)}))}},b={mixins:[o["a"]],props:{prefixCls:a["a"].string,options:a["a"].array,selectedIndex:a["a"].number,type:a["a"].string},data:function(){return{active:!1}},mounted:function(){var t=this;this.$nextTick((function(){t.scrollToSelected(0)}))},watch:{selectedIndex:function(){var t=this;this.$nextTick((function(){t.scrollToSelected(120)}))}},methods:{onSelect:function(t){var e=this.type;this.__emit("select",e,t)},onEsc:function(t){this.__emit("esc",t)},getOptions:function(){var t=this,e=this.$createElement,n=this.options,r=this.selectedIndex,i=this.prefixCls;return n.map((function(n,a){var o,s=p()((o={},f()(o,i+"-select-option-selected",r===a),f()(o,i+"-select-option-disabled",n.disabled),o)),c=n.disabled?m:function(){t.onSelect(n.value)},l=function(e){13===e.keyCode?c():27===e.keyCode&&t.onEsc()};return e("li",{attrs:{role:"button",disabled:n.disabled,tabIndex:"0"},on:{click:c,keydown:l},class:s,key:a},[n.value])}))},handleMouseEnter:function(t){this.setState({active:!0}),this.__emit("mouseenter",t)},handleMouseLeave:function(){this.setState({active:!1})},scrollToSelected:function(t){var e=this.$el,n=this.$refs.list;if(n){var r=this.selectedIndex;r<0&&(r=0);var i=n.children[r],a=i.offsetTop;y(e,a,t)}}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.options,i=this.active;if(0===r.length)return null;var a=(t={},f()(t,n+"-select",1),f()(t,n+"-select-active",i),t);return e("div",{class:a,on:{mouseenter:this.handleMouseEnter,mouseleave:this.handleMouseLeave}},[e("ul",{ref:"list"},[this.getOptions()])])}},_=b,x=function(t,e){var n=""+t;t<10&&(n="0"+t);var r=!1;return e&&e.indexOf(t)>=0&&(r=!0),{value:n,disabled:r}},w={mixins:[o["a"]],name:"Combobox",props:{format:a["a"].string,defaultOpenValue:a["a"].object,prefixCls:a["a"].string,value:a["a"].object,showHour:a["a"].bool,showMinute:a["a"].bool,showSecond:a["a"].bool,hourOptions:a["a"].array,minuteOptions:a["a"].array,secondOptions:a["a"].array,disabledHours:a["a"].func,disabledMinutes:a["a"].func,disabledSeconds:a["a"].func,use12Hours:a["a"].bool,isAM:a["a"].bool},methods:{onItemChange:function(t,e){var n=this.defaultOpenValue,r=this.use12Hours,i=this.value,a=this.isAM,o=(i||n).clone();if("hour"===t)r?a?o.hour(+e%12):o.hour(+e%12+12):o.hour(+e);else if("minute"===t)o.minute(+e);else if("ampm"===t){var s=e.toUpperCase();r&&("PM"===s&&o.hour()<12&&o.hour(o.hour()%12+12),"AM"===s&&o.hour()>=12&&o.hour(o.hour()-12)),this.__emit("amPmChange",s)}else o.second(+e);this.__emit("change",o)},onEnterSelectPanel:function(t){this.__emit("currentSelectPanelChange",t)},onEsc:function(t){this.__emit("esc",t)},getHourSelect:function(t){var e=this,n=this.$createElement,r=this.prefixCls,i=this.hourOptions,a=this.disabledHours,o=this.showHour,s=this.use12Hours;if(!o)return null;var c=a(),l=void 0,u=void 0;return s?(l=[12].concat(i.filter((function(t){return t<12&&t>0}))),u=t%12||12):(l=i,u=t),n(_,{attrs:{prefixCls:r,options:l.map((function(t){return x(t,c)})),selectedIndex:l.indexOf(u),type:"hour"},on:{select:this.onItemChange,mouseenter:function(){return e.onEnterSelectPanel("hour")},esc:this.onEsc}})},getMinuteSelect:function(t){var e=this,n=this.$createElement,r=this.prefixCls,i=this.minuteOptions,a=this.disabledMinutes,o=this.defaultOpenValue,s=this.showMinute,c=this.value;if(!s)return null;var l=c||o,u=a(l.hour());return n(_,{attrs:{prefixCls:r,options:i.map((function(t){return x(t,u)})),selectedIndex:i.indexOf(t),type:"minute"},on:{select:this.onItemChange,mouseenter:function(){return e.onEnterSelectPanel("minute")},esc:this.onEsc}})},getSecondSelect:function(t){var e=this,n=this.$createElement,r=this.prefixCls,i=this.secondOptions,a=this.disabledSeconds,o=this.showSecond,s=this.defaultOpenValue,c=this.value;if(!o)return null;var l=c||s,u=a(l.hour(),l.minute());return n(_,{attrs:{prefixCls:r,options:i.map((function(t){return x(t,u)})),selectedIndex:i.indexOf(t),type:"second"},on:{select:this.onItemChange,mouseenter:function(){return e.onEnterSelectPanel("second")},esc:this.onEsc}})},getAMPMSelect:function(){var t=this,e=this.$createElement,n=this.prefixCls,r=this.use12Hours,i=this.format,a=this.isAM;if(!r)return null;var o=["am","pm"].map((function(t){return i.match(/\sA/)?t.toUpperCase():t})).map((function(t){return{value:t}})),s=a?0:1;return e(_,{attrs:{prefixCls:n,options:o,selectedIndex:s,type:"ampm"},on:{select:this.onItemChange,mouseenter:function(){return t.onEnterSelectPanel("ampm")},esc:this.onEsc}})}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.defaultOpenValue,r=this.value,i=r||n;return t("div",{class:e+"-combobox"},[this.getHourSelect(i.hour()),this.getMinuteSelect(i.minute()),this.getSecondSelect(i.second()),this.getAMPMSelect(i.hour())])}},k=w,C=n("daa3");function S(){}function T(t,e,n){for(var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=[],a=0;a<t;a+=r)(!e||e.indexOf(a)<0||!n)&&i.push(a);return i}function O(t,e,n,r){var a=e.slice().sort((function(e,n){return Math.abs(t.hour()-e)-Math.abs(t.hour()-n)}))[0],o=n.slice().sort((function(e,n){return Math.abs(t.minute()-e)-Math.abs(t.minute()-n)}))[0],s=r.slice().sort((function(e,n){return Math.abs(t.second()-e)-Math.abs(t.second()-n)}))[0];return i()(a+":"+o+":"+s,"HH:mm:ss")}var M={mixins:[o["a"]],props:{clearText:a["a"].string,prefixCls:a["a"].string.def("rc-time-picker-panel"),defaultOpenValue:{type:Object,default:function(){return i()()}},value:a["a"].any,defaultValue:a["a"].any,placeholder:a["a"].string,format:a["a"].string,inputReadOnly:a["a"].bool.def(!1),disabledHours:a["a"].func.def(S),disabledMinutes:a["a"].func.def(S),disabledSeconds:a["a"].func.def(S),hideDisabledOptions:a["a"].bool,allowEmpty:a["a"].bool,showHour:a["a"].bool,showMinute:a["a"].bool,showSecond:a["a"].bool,use12Hours:a["a"].bool.def(!1),hourStep:a["a"].number,minuteStep:a["a"].number,secondStep:a["a"].number,addon:a["a"].func.def(S),focusOnOpen:a["a"].bool,clearIcon:a["a"].any},data:function(){return{sValue:this.value,selectionRange:[],currentSelectPanel:""}},watch:{value:function(t){this.setState({sValue:t})}},methods:{onChange:function(t){this.setState({sValue:t}),this.__emit("change",t)},onAmPmChange:function(t){this.__emit("amPmChange",t)},onCurrentSelectPanelChange:function(t){this.setState({currentSelectPanel:t})},close:function(){this.__emit("esc")},onEsc:function(t){this.__emit("esc",t)},disabledHours2:function(){var t=this.use12Hours,e=this.disabledHours,n=e();return t&&Array.isArray(n)&&(n=this.isAM()?n.filter((function(t){return t<12})).map((function(t){return 0===t?12:t})):n.map((function(t){return 12===t?12:t-12}))),n},isAM:function(){var t=this.sValue||this.defaultOpenValue;return t.hour()>=0&&t.hour()<12}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.placeholder,r=this.disabledMinutes,i=this.addon,a=this.disabledSeconds,o=this.hideDisabledOptions,s=this.showHour,c=this.showMinute,l=this.showSecond,h=this.format,f=this.defaultOpenValue,d=this.clearText,p=this.use12Hours,v=this.focusOnOpen,g=this.hourStep,m=this.minuteStep,y=this.secondStep,b=this.inputReadOnly,_=this.sValue,x=this.currentSelectPanel,w=Object(C["g"])(this,"clearIcon"),M=Object(C["k"])(this),E=M.esc,A=void 0===E?S:E,P=M.keydown,L=void 0===P?S:P,I=this.disabledHours2(),j=r(_?_.hour():null),z=a(_?_.hour():null,_?_.minute():null),D=T(24,I,o,g),N=T(60,j,o,m),R=T(60,z,o,y),V=O(f,D,N,R);return t("div",{class:e+"-inner"},[t(u,{attrs:{clearText:d,prefixCls:e,defaultOpenValue:V,value:_,currentSelectPanel:x,format:h,placeholder:n,hourOptions:D,minuteOptions:N,secondOptions:R,disabledHours:this.disabledHours2,disabledMinutes:r,disabledSeconds:a,focusOnOpen:v,inputReadOnly:b,clearIcon:w},on:{esc:A,change:this.onChange,keydown:L}}),t(k,{attrs:{prefixCls:e,value:_,defaultOpenValue:V,format:h,showHour:s,showMinute:c,showSecond:l,hourOptions:D,minuteOptions:N,secondOptions:R,disabledHours:this.disabledHours2,disabledMinutes:r,disabledSeconds:a,use12Hours:p,isAM:this.isAM()},on:{change:this.onChange,amPmChange:this.onAmPmChange,currentSelectPanelChange:this.onCurrentSelectPanelChange,esc:this.onEsc}}),i(this)])}};e["a"]=M},"9a1f":function(t,e,n){"use strict";var r=n("c65b"),i=n("59ed"),a=n("825a"),o=n("0d51"),s=n("35a1"),c=TypeError;t.exports=function(t,e){var n=arguments.length<2?s(t):e;if(i(n))return a(r(n,t));throw new c(o(t)+" is not iterable")}},"9a33":function(t,e,n){"use strict";n("b2a3"),n("b8e7")},"9a63":function(t,e,n){"use strict";var r=n("290c"),i=n("db14");r["a"].install=function(t){t.use(i["a"]),t.component(r["a"].name,r["a"])},e["a"]=r["a"]},"9a8c":function(t,e,n){"use strict";var r=n("e330"),i=n("ebb5"),a=n("145e"),o=r(a),s=i.aTypedArray,c=i.exportTypedArrayMethod;c("copyWithin",(function(t,e){return o(s(this),t,e,arguments.length>2?arguments[2]:void 0)}))},"9a94":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("882a"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e["default"]=i["default"]},"9aff":function(t,e,n){var r=n("9638"),i=n("30c9"),a=n("c098"),o=n("1a8c");function s(t,e,n){if(!o(n))return!1;var s=typeof e;return!!("number"==s?i(n)&&a(e,n.length):"string"==s&&e in n)&&r(n[e],t)}t.exports=s},"9b02":function(t,e,n){var r=n("656b");function i(t,e,n){var i=null==t?void 0:r(t,e);return void 0===i?n:i}t.exports=i},"9b21":function(t,e,n){n("0b99"),n("084e"),t.exports=n("5524").Array.from},"9b57":function(t,e,n){"use strict";e.__esModule=!0;var r=n("adf5"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}e.default=function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return(0,i.default)(t)}},"9bdd":function(t,e,n){"use strict";var r=n("825a"),i=n("2a62");t.exports=function(t,e,n,a){try{return a?e(r(n)[0],n[1]):e(n)}catch(o){i(t,"throw",o)}}},"9bf2":function(t,e,n){"use strict";var r=n("83ab"),i=n("0cfb"),a=n("aed9"),o=n("825a"),s=n("a04b"),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,h="enumerable",f="configurable",d="writable";e.f=r?a?function(t,e,n){if(o(t),e=s(e),o(n),"function"===typeof t&&"prototype"===e&&"value"in n&&d in n&&!n[d]){var r=u(t,e);r&&r[d]&&(t[e]=n.value,n={configurable:f in n?n[f]:r[f],enumerable:h in n?n[h]:r[h],writable:!1})}return l(t,e,n)}:l:function(t,e,n){if(o(t),e=s(e),o(n),i)try{return l(t,e,n)}catch(r){}if("get"in n||"set"in n)throw new c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9c0c":function(t,e,n){var r=n("1609");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},"9c0e":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"9cba":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n("c321"),i={getPrefixCls:function(t,e){return e||"ant-"+t},renderEmpty:r["a"]}},"9d11":function(t,e,n){var r=n("fc5e"),i=Math.max,a=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):a(t,e)}},"9d5c":function(t,e,n){"use strict";n("b2a3"),n("9958"),n("6ba6")},"9e4a":function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("825a"),o=n("06cf");r({target:"Reflect",stat:!0,sham:!i},{getOwnPropertyDescriptor:function(t,e){return o.f(a(t),e)}})},"9e69":function(t,e,n){var r=n("2b3e"),i=r.Symbol;t.exports=i},"9f7f":function(t,e,n){"use strict";var r=n("d039"),i=n("da84"),a=i.RegExp,o=r((function(){var t=a("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),s=o||r((function(){return!a("a","y").sticky})),c=o||r((function(){var t=a("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:c,MISSED_STICKY:s,UNSUPPORTED_Y:o}},"9f96":function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("b575"),o=n("59ed"),s=n("d6d6"),c=n("d039"),l=n("83ab"),u=c((function(){return l&&1!==Object.getOwnPropertyDescriptor(i,"queueMicrotask").value.length}));r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:u},{queueMicrotask:function(t){s(arguments.length,1),a(o(t))}})},"9fbb":function(t,e,n){var r=n("4d88");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},"9fd0":function(t,e,n){"use strict";n.d(e,"a",(function(){return p}));var r=n("6042"),i=n.n(r),a=n("4d91"),o=n("daa3"),s=n("9cba"),c=n("0c63"),l=n("2fc4"),u=n("27fd"),h=n("63c4"),f=n("e5cd"),d=n("db14"),p={backIcon:a["a"].any,prefixCls:a["a"].string,title:a["a"].any,subTitle:a["a"].any,breadcrumb:a["a"].object,tags:a["a"].any,footer:a["a"].any,extra:a["a"].any,avatar:a["a"].object,ghost:a["a"].bool},v=function(t,e,n,r){var i=t.$createElement;return n&&r?i(f["a"],{attrs:{componentName:"PageHeader"}},[function(r){var a=r.back;return i("div",{class:e+"-back"},[i(h["a"],{on:{click:function(e){t.$emit("back",e)}},class:e+"-back-button",attrs:{"aria-label":a}},[n])])}]):null},g=function(t,e){return t(l["a"],e)},m=function(t,e,n){var r=n.avatar,i=Object(o["g"])(n,"title"),a=Object(o["g"])(n,"subTitle"),s=Object(o["g"])(n,"tags"),l=Object(o["g"])(n,"extra"),h=void 0!==Object(o["g"])(n,"backIcon")?Object(o["g"])(n,"backIcon"):t(c["a"],{attrs:{type:"arrow-left"}}),f=n.$listeners.back,d=e+"-heading";if(i||a||s||l){var p=v(n,e,h,f);return t("div",{class:d},[p,r&&t(u["a"],r),i&&t("span",{class:d+"-title"},[i]),a&&t("span",{class:d+"-sub-title"},[a]),s&&t("span",{class:d+"-tags"},[s]),l&&t("span",{class:d+"-extra"},[l])])}return null},y=function(t,e,n){return n?t("div",{class:e+"-footer"},[n]):null},b=function(t,e,n){return t("div",{class:e+"-content"},[n])},_={name:"APageHeader",props:p,inject:{configProvider:{default:function(){return s["a"]}}},render:function(t){var e=this.configProvider,n=e.getPrefixCls,r=e.pageHeader,a=Object(o["l"])(this),s=a.prefixCls,c=a.breadcrumb,l=Object(o["g"])(this,"footer"),u=this.$slots["default"],h=!0;"ghost"in a?h=a.ghost:r&&"ghost"in r&&(h=r.ghost);var f=n("page-header",s),d=c&&c.props&&c.props.routes?g(t,c):null,p=[f,i()({"has-breadcrumb":d,"has-footer":l},f+"-ghost",h)];return t("div",{class:p},[d,m(t,f,this),u&&b(t,f,u),y(t,f,l)])},install:function(t){t.use(d["a"]),t.component(_.name,_)}};e["b"]=_},"9ff9":function(t,e,n){"use strict";var r=n("23e7"),i=Math.atanh,a=Math.log,o=!(i&&1/i(-0)<0);r({target:"Math",stat:!0,forced:o},{atanh:function(t){var e=+t;return 0===e?e:a((1+e)/(1-e))/2}})},a020:function(t,e,n){"use strict";n.d(e,"b",(function(){return f}));var r=n("6042"),i=n.n(r),a=n("4d91"),o=n("b488"),s=n("daa3"),c=n("c1df"),l=n.n(c),u=n("e9e0");function h(){}function f(t){var e=void 0;return e=t?Object(u["e"])(t):l()(),e}function d(t){return Array.isArray(t)?0===t.length||-1!==t.findIndex((function(t){return void 0===t||l.a.isMoment(t)})):void 0===t||l.a.isMoment(t)}var p=a["a"].custom(d),v={mixins:[o["a"]],name:"CalendarMixinWrapper",props:{value:p,defaultValue:p},data:function(){var t=this.$props,e=t.value||t.defaultValue||f();return{sValue:e,sSelectedValue:t.selectedValue||t.defaultSelectedValue}},watch:{value:function(t){var e=t||this.defaultValue||f(this.sValue);this.setState({sValue:e})},selectedValue:function(t){this.setState({sSelectedValue:t})}},methods:{onSelect:function(t,e){t&&this.setValue(t),this.setSelectedValue(t,e)},renderRoot:function(t){var e,n=this.$createElement,r=this.$props,a=r.prefixCls,o=(e={},i()(e,a,1),i()(e,a+"-hidden",!r.visible),i()(e,t["class"],!!t["class"]),e);return n("div",{ref:"rootInstance",class:o,attrs:{tabIndex:"0"},on:{keydown:this.onKeyDown||h,blur:this.onBlur||h}},[t.children])},setSelectedValue:function(t,e){Object(s["s"])(this,"selectedValue")||this.setState({sSelectedValue:t}),this.__emit("select",t,e)},setValue:function(t){var e=this.sValue;Object(s["s"])(this,"value")||this.setState({sValue:t}),(e&&t&&!e.isSame(t)||!e&&t||e&&!t)&&this.__emit("change",t)},isAllowedDate:function(t){var e=this.disabledDate,n=this.disabledTime;return Object(u["g"])(t,e,n)}}};e["a"]=v},a029:function(t,e,n){var r=n("087d"),i=n("2dcb"),a=n("32f4"),o=n("d327"),s=Object.getOwnPropertySymbols,c=s?function(t){var e=[];while(t)r(e,a(t)),t=i(t);return e}:o;t.exports=c},a04b:function(t,e,n){"use strict";var r=n("c04e"),i=n("d9b5");t.exports=function(t){var e=r(t,"string");return i(e)?e:e+""}},a071:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("4d91"),f=n("4d26"),d=n.n(f),p=n("b488"),v=n("daa3"),g=n("0464"),m=n("7b05"),y=n("9cba");function b(t){return t?t.toString().split("").reverse().map((function(t){var e=Number(t);return isNaN(e)?t:e})):[]}var _={prefixCls:h["a"].string,count:h["a"].any,component:h["a"].string,title:h["a"].oneOfType([h["a"].number,h["a"].string,null]),displayComponent:h["a"].any,className:h["a"].object},x={mixins:[p["a"]],props:_,inject:{configProvider:{default:function(){return y["a"]}}},data:function(){return{animateStarted:!0,sCount:this.count}},watch:{count:function(){this.lastCount=this.sCount,this.setState({animateStarted:!0})}},updated:function(){var t=this,e=this.animateStarted,n=this.count;e&&(this.clearTimeout(),this.timeout=setTimeout((function(){t.setState({animateStarted:!1,sCount:n},t.onAnimated)})))},beforeDestroy:function(){this.clearTimeout()},methods:{clearTimeout:function(t){function e(){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}((function(){this.timeout&&(clearTimeout(this.timeout),this.timeout=void 0)})),getPositionByNum:function(t,e){var n=this.sCount,r=Math.abs(Number(n)),i=Math.abs(Number(this.lastCount)),a=Math.abs(b(n)[e]),o=Math.abs(b(this.lastCount)[e]);return this.animateStarted?10+t:r>i?a>=o?10+t:20+t:a<=o?10+t:t},onAnimated:function(){this.$emit("animated")},renderNumberList:function(t,e){for(var n=this.$createElement,r=[],i=0;i<30;i++)r.push(n("p",{key:i.toString(),class:d()(e,{current:t===i})},[i%10]));return r},renderCurrentNumber:function(t,e,n){var r=this.$createElement;if("number"===typeof e){var i=this.getPositionByNum(e,n),a=this.animateStarted||void 0===b(this.lastCount)[n],o={transition:a?"none":void 0,msTransform:"translateY("+100*-i+"%)",WebkitTransform:"translateY("+100*-i+"%)",transform:"translateY("+100*-i+"%)"};return r("span",{class:t+"-only",style:o,key:n},[this.renderNumberList(i,t+"-only-unit")])}return r("span",{key:"symbol",class:t+"-symbol"},[e])},renderNumberElement:function(t){var e=this,n=this.sCount;return n&&Number(n)%1===0?b(n).map((function(n,r){return e.renderCurrentNumber(t,n,r)})).reverse():n}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.title,r=this.component,i=void 0===r?"sup":r,a=this.displayComponent,o=this.className,s=this.configProvider.getPrefixCls,c=s("scroll-number",e);if(a)return Object(m["a"])(a,{class:c+"-custom-component"});var l=Object(v["q"])(this,!0),h=Object(g["a"])(this.$props,["count","component","prefixCls","displayComponent"]),f={props:u()({},h),attrs:{title:n},style:l,class:d()(c,o)};return l&&l.borderColor&&(f.style.boxShadow="0 0 0 1px "+l.borderColor+" inset"),t(i,f,[this.renderNumberElement(c)])}},w=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return e},k=w("pink","red","yellow","orange","cyan","green","blue","purple","geekblue","magenta","volcano","gold","lime"),C=n("94eb"),S=n("dd3d"),T={count:h["a"].any,showZero:h["a"].bool,overflowCount:h["a"].number,dot:h["a"].bool,prefixCls:h["a"].string,scrollNumberPrefixCls:h["a"].string,status:h["a"].oneOf(["success","processing","default","error","warning"]),color:h["a"].string,text:h["a"].string,offset:h["a"].array,numberStyle:h["a"].object.def((function(){return{}})),title:h["a"].string};function O(t){return-1!==k.indexOf(t)}var M={name:"ABadge",props:Object(v["t"])(T,{showZero:!1,dot:!1,overflowCount:99}),inject:{configProvider:{default:function(){return y["a"]}}},methods:{getNumberedDispayCount:function(){var t=this.$props.overflowCount,e=this.badgeCount,n=e>t?t+"+":e;return n},getDispayCount:function(){var t=this.isDot();return t?"":this.getNumberedDispayCount()},getScrollNumberTitle:function(){var t=this.$props.title,e=this.badgeCount;return t||("string"===typeof e||"number"===typeof e?e:void 0)},getStyleWithOffset:function(){var t=this.$props,e=t.offset,n=t.numberStyle;return e?u()({right:-parseInt(e[0],10)+"px",marginTop:Object(S["a"])(e[1])?e[1]+"px":e[1]},n):u()({},n)},getBadgeClassName:function(t){var e,n=Object(v["c"])(this.$slots["default"]),r=this.hasStatus();return d()(t,(e={},c()(e,t+"-status",r),c()(e,t+"-dot-status",r&&this.dot&&!this.isZero()),c()(e,t+"-not-a-wrapper",!n.length),e))},hasStatus:function(){var t=this.$props,e=t.status,n=t.color;return!!e||!!n},isZero:function(){var t=this.getNumberedDispayCount();return"0"===t||0===t},isDot:function(){var t=this.$props.dot,e=this.isZero();return t&&!e||this.hasStatus()},isHidden:function(){var t=this.$props.showZero,e=this.getDispayCount(),n=this.isZero(),r=this.isDot(),i=null===e||void 0===e||""===e;return(i||n&&!t)&&!r},renderStatusText:function(t){var e=this.$createElement,n=this.$props.text,r=this.isHidden();return r||!n?null:e("span",{class:t+"-status-text"},[n])},renderDispayComponent:function(){var t=this.badgeCount,e=t;if(e&&"object"===("undefined"===typeof e?"undefined":o()(e)))return Object(m["a"])(e,{style:this.getStyleWithOffset()})},renderBadgeNumber:function(t,e){var n,r=this.$createElement,i=this.$props,a=i.status,o=i.color,s=this.badgeCount,l=this.getDispayCount(),u=this.isDot(),h=this.isHidden(),f=(n={},c()(n,t+"-dot",u),c()(n,t+"-count",!u),c()(n,t+"-multiple-words",!u&&s&&s.toString&&s.toString().length>1),c()(n,t+"-status-"+a,!!a),c()(n,t+"-status-"+o,O(o)),n),d=this.getStyleWithOffset();return o&&!O(o)&&(d=d||{},d.background=o),h?null:r(x,{attrs:{prefixCls:e,"data-show":!h,className:f,count:l,displayComponent:this.renderDispayComponent(),title:this.getScrollNumberTitle()},directives:[{name:"show",value:!h}],style:d,key:"scrollNumber"})}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.scrollNumberPrefixCls,a=this.status,o=this.text,s=this.color,l=this.$slots,u=this.configProvider.getPrefixCls,h=u("badge",n),f=u("scroll-number",r),p=Object(v["c"])(l["default"]),g=Object(v["g"])(this,"count");Array.isArray(g)&&(g=g[0]),this.badgeCount=g;var m=this.renderBadgeNumber(h,f),y=this.renderStatusText(h),b=d()((t={},c()(t,h+"-status-dot",this.hasStatus()),c()(t,h+"-status-"+a,!!a),c()(t,h+"-status-"+s,O(s)),t)),_={};if(s&&!O(s)&&(_.background=s),!p.length&&this.hasStatus()){var x=this.getStyleWithOffset(),w=x&&x.color;return e("span",i()([{on:Object(v["k"])(this)},{class:this.getBadgeClassName(h),style:x}]),[e("span",{class:b,style:_}),e("span",{style:{color:w},class:h+"-status-text"},[o])])}var k=Object(C["a"])(p.length?h+"-zoom":"");return e("span",i()([{on:Object(v["k"])(this)},{class:this.getBadgeClassName(h)}]),[p,e("transition",k,[m]),y])}},E=n("db14");M.install=function(t){t.use(E["a"]),t.component(M.name,M)};e["a"]=M},a078:function(t,e,n){"use strict";var r=n("0366"),i=n("c65b"),a=n("5087"),o=n("7b0b"),s=n("07fa"),c=n("9a1f"),l=n("35a1"),u=n("e95a"),h=n("bcbf"),f=n("ebb5").aTypedArrayConstructor,d=n("f495");t.exports=function(t){var e,n,p,v,g,m,y,b,_=a(this),x=o(t),w=arguments.length,k=w>1?arguments[1]:void 0,C=void 0!==k,S=l(x);if(S&&!u(S)){y=c(x,S),b=y.next,x=[];while(!(m=i(b,y)).done)x.push(m.value)}for(C&&w>2&&(k=r(k,arguments[2])),n=s(x),p=new(f(_))(n),v=h(p),e=0;n>e;e++)g=C?k(x[e],e):x[e],p[e]=v?d(g):+g;return p}},a0c4:function(t,e){function n(t,e,n,r){var i=-1,a=null==t?0:t.length;while(++i<a){var o=t[i];e(r,o,n(o),t)}return r}t.exports=n},a128:function(t,e,n){n("d9e2"),n("4ec9"),n("d3b7"),n("3ca3"),n("ddb0");var r=n("36c6"),i=n("4a4b"),a=n("c5f7"),o=n("b17c");function s(e){var n="function"===typeof Map?new Map:void 0;return t.exports=s=function(t){if(null===t||!a(t))return t;if("function"!==typeof t)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof n){if(n.has(t))return n.get(t);n.set(t,e)}function e(){return o(t,arguments,r(this).constructor)}return e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),i(e,t)},t.exports.__esModule=!0,t.exports["default"]=t.exports,s(e)}t.exports=s,t.exports.__esModule=!0,t.exports["default"]=t.exports},a15b:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("44ad"),o=n("fc6a"),s=n("a640"),c=i([].join),l=a!==Object,u=l||!s("join",",");r({target:"Array",proto:!0,forced:u},{join:function(t){return c(o(this),void 0===t?",":t)}})},a1bc:function(t,e,n){},a1ff:function(t,e,n){},a243:function(t,e,n){(function(e){var n,r={};function i(){return"undefined"===typeof window?e:window}function a(t,e){if(t.length!==e.length)return!1;for(var n=0,r=t.length;n<r;n++)if(t[n]!==e[n])return!1;return!0}t.exports={_tryNum:0,changeColor:function(t,e){var o=e||i().Promise,s=this;if(!n){n=i()[WP_THEME_CONFIG];var c=f();if(c)return c}var l=t.oldColors||n.colors||[],u=t.newColors||[],h=n.url||t.cssUrl;return t.changeUrl&&(h=t.changeUrl(h)),new o((function(t,e){var n=r[h];n&&(l=n.colors),a(l,u)?t():d(n,h,t,e)}));function f(){if(!n){if(s._tryNum<9)return s._tryNum=s._tryNum+1,new o((function(n,r){setTimeout((function(){n(s.changeColor(t,e))}),100)}));n={}}}function d(e,n,i,a){var o=e&&document.getElementById(e.id);if(o&&e.colors)h(o.innerText),e.colors=u,i();else{var c="css_"+ +new Date;o=document.querySelector(t.appendToEl||"body").appendChild(document.createElement("style")),o.setAttribute("id",c),s.getCssString(n,(function(t){h(t),r[n]={id:c,colors:u},i()}),a)}function h(t){t=s.replaceCssText(t,l,u),o.innerText=t}}},replaceCssText:function(t,e,n){return e.forEach((function(e,r){var i=new RegExp(e.replace(/\s/g,"").replace(/,/g,",\\s*")+"([\\da-f]{2})?(\\b|\\)|,|\\s)","ig");t=t.replace(i,n[r]+"$1$2")})),t},getCssString:function(t,e,r){var i=n.cssCode;if(i)return n.cssCode="",void e(i);var a=new XMLHttpRequest;a.onreadystatechange=function(){4===a.readyState&&(200===a.status?e(a.responseText):r(a.status))},a.onerror=function(t){r(t)},a.ontimeout=function(t){r(t)},a.open("GET",t),a.send()}}}).call(this,n("c8ba"))},a2be:function(t,e,n){var r=n("d612"),i=n("4284"),a=n("c584"),o=1,s=2;function c(t,e,n,c,l,u){var h=n&o,f=t.length,d=e.length;if(f!=d&&!(h&&d>f))return!1;var p=u.get(t),v=u.get(e);if(p&&v)return p==e&&v==t;var g=-1,m=!0,y=n&s?new r:void 0;u.set(t,e),u.set(e,t);while(++g<f){var b=t[g],_=e[g];if(c)var x=h?c(_,b,g,e,t,u):c(b,_,g,t,e,u);if(void 0!==x){if(x)continue;m=!1;break}if(y){if(!i(e,(function(t,e){if(!a(y,e)&&(b===t||l(b,t,n,c,u)))return y.push(e)}))){m=!1;break}}else if(b!==_&&!l(b,_,n,c,u)){m=!1;break}}return u["delete"](t),u["delete"](e),m}t.exports=c},a2bf:function(t,e,n){"use strict";var r=n("e8b5"),i=n("07fa"),a=n("3511"),o=n("0366"),s=function(t,e,n,c,l,u,h,f){var d,p,v=l,g=0,m=!!h&&o(h,f);while(g<c)g in n&&(d=m?m(n[g],g,e):n[g],u>0&&r(d)?(p=i(d),v=s(t,e,d,p,v,u-1)-1):(a(v+1),t[v]=d),v++),g++;return v};t.exports=s},a2db:function(t,e,n){var r=n("9e69"),i=r?r.prototype:void 0,a=i?i.valueOf:void 0;function o(t){return a?Object(a.call(t)):{}}t.exports=o},a3a2:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("0464"),f=n("4d91"),d=n("8496"),p=n("18a7"),v=n("e90a"),g=n("1462"),m={adjustX:1,adjustY:1},y={topLeft:{points:["bl","tl"],overflow:m,offset:[0,-7]},bottomLeft:{points:["tl","bl"],overflow:m,offset:[0,7]},leftTop:{points:["tr","tl"],overflow:m,offset:[-4,0]},rightTop:{points:["tl","tr"],overflow:m,offset:[4,0]}},b=y,_=n("b488"),x=n("daa3"),w=n("d41d"),k=n("2b89"),C=n("94eb"),S=0,T={horizontal:"bottomLeft",vertical:"rightTop","vertical-left":"rightTop","vertical-right":"leftTop"},O=function(t,e,n){var r=Object(k["b"])(e),i=t.getState();t.setState({defaultActiveFirst:u()({},i.defaultActiveFirst,c()({},r,n))})},M={name:"SubMenu",props:{parentMenu:f["a"].object,title:f["a"].any,selectedKeys:f["a"].array.def([]),openKeys:f["a"].array.def([]),openChange:f["a"].func.def(k["h"]),rootPrefixCls:f["a"].string,eventKey:f["a"].oneOfType([f["a"].string,f["a"].number]),multiple:f["a"].bool,active:f["a"].bool,isRootMenu:f["a"].bool.def(!1),index:f["a"].number,triggerSubMenuAction:f["a"].string,popupClassName:f["a"].string,getPopupContainer:f["a"].func,forceSubMenuRender:f["a"].bool,openAnimation:f["a"].oneOfType([f["a"].string,f["a"].object]),disabled:f["a"].bool,subMenuOpenDelay:f["a"].number.def(.1),subMenuCloseDelay:f["a"].number.def(.1),level:f["a"].number.def(1),inlineIndent:f["a"].number.def(24),openTransitionName:f["a"].string,popupOffset:f["a"].array,isOpen:f["a"].bool,store:f["a"].object,mode:f["a"].oneOf(["horizontal","vertical","vertical-left","vertical-right","inline"]).def("vertical"),manualRef:f["a"].func.def(k["h"]),builtinPlacements:f["a"].object.def((function(){return{}})),itemIcon:f["a"].any,expandIcon:f["a"].any,subMenuKey:f["a"].string},mixins:[_["a"]],isSubMenu:!0,data:function(){var t=this.$props,e=t.store,n=t.eventKey,r=e.getState().defaultActiveFirst,i=!1;return r&&(i=r[n]),O(e,n,i),{}},mounted:function(){var t=this;this.$nextTick((function(){t.handleUpdated()}))},updated:function(){var t=this;this.$nextTick((function(){t.handleUpdated()}))},beforeDestroy:function(){var t=this.eventKey;this.__emit("destroy",t),this.minWidthTimeout&&(Object(w["a"])(this.minWidthTimeout),this.minWidthTimeout=null),this.mouseenterTimeout&&(Object(w["a"])(this.mouseenterTimeout),this.mouseenterTimeout=null)},methods:{handleUpdated:function(){var t=this,e=this.$props,n=e.mode,r=e.parentMenu,i=e.manualRef;i&&i(this),"horizontal"===n&&r.isRootMenu&&this.isOpen&&(this.minWidthTimeout=Object(w["b"])((function(){return t.adjustWidth()}),0))},onKeyDown:function(t){var e=t.keyCode,n=this.menuInstance,r=this.$props,i=r.store,a=r.isOpen;if(e===p["a"].ENTER)return this.onTitleClick(t),O(i,this.eventKey,!0),!0;if(e===p["a"].RIGHT)return a?n.onKeyDown(t):(this.triggerOpenChange(!0),O(i,this.eventKey,!0)),!0;if(e===p["a"].LEFT){var o=void 0;if(!a)return;return o=n.onKeyDown(t),o||(this.triggerOpenChange(!1),o=!0),o}return!a||e!==p["a"].UP&&e!==p["a"].DOWN?void 0:n.onKeyDown(t)},onPopupVisibleChange:function(t){this.triggerOpenChange(t,t?"mouseenter":"mouseleave")},onMouseEnter:function(t){var e=this.$props,n=e.eventKey,r=e.store;O(r,n,!1),this.__emit("mouseenter",{key:n,domEvent:t})},onMouseLeave:function(t){var e=this.eventKey,n=this.parentMenu;n.subMenuInstance=this,this.__emit("mouseleave",{key:e,domEvent:t})},onTitleMouseEnter:function(t){var e=this.$props.eventKey;this.__emit("itemHover",{key:e,hover:!0}),this.__emit("titleMouseenter",{key:e,domEvent:t})},onTitleMouseLeave:function(t){var e=this.eventKey,n=this.parentMenu;n.subMenuInstance=this,this.__emit("itemHover",{key:e,hover:!1}),this.__emit("titleMouseleave",{key:e,domEvent:t})},onTitleClick:function(t){var e=this.$props,n=e.triggerSubMenuAction,r=e.eventKey,i=e.isOpen,a=e.store;this.__emit("titleClick",{key:r,domEvent:t}),"hover"!==n&&(this.triggerOpenChange(!i,"click"),O(a,r,!1))},onSubMenuClick:function(t){this.__emit("click",this.addKeyPath(t))},getPrefixCls:function(){return this.$props.rootPrefixCls+"-submenu"},getActiveClassName:function(){return this.getPrefixCls()+"-active"},getDisabledClassName:function(){return this.getPrefixCls()+"-disabled"},getSelectedClassName:function(){return this.getPrefixCls()+"-selected"},getOpenClassName:function(){return this.$props.rootPrefixCls+"-submenu-open"},saveMenuInstance:function(t){this.menuInstance=t},addKeyPath:function(t){return u()({},t,{keyPath:(t.keyPath||[]).concat(this.$props.eventKey)})},triggerOpenChange:function(t,e){var n=this,r=this.$props.eventKey,i=function(){n.__emit("openChange",{key:r,item:n,trigger:e,open:t})};"mouseenter"===e?this.mouseenterTimeout=Object(w["b"])((function(){i()}),0):i()},isChildrenSelected:function(){var t={find:!1};return Object(k["f"])(this.$slots["default"],this.$props.selectedKeys,t),t.find},adjustWidth:function(){if(this.$refs.subMenuTitle&&this.menuInstance){var t=this.menuInstance.$el;t.offsetWidth>=this.$refs.subMenuTitle.offsetWidth||(t.style.minWidth=this.$refs.subMenuTitle.offsetWidth+"px")}},renderChildren:function(t){var e=this.$createElement,n=this.$props,r=Object(x["k"])(this),a=r.select,s=r.deselect,c=r.openChange,l={props:{mode:"horizontal"===n.mode?"vertical":n.mode,visible:n.isOpen,level:n.level+1,inlineIndent:n.inlineIndent,focusable:!1,selectedKeys:n.selectedKeys,eventKey:n.eventKey+"-menu-",openKeys:n.openKeys,openTransitionName:n.openTransitionName,openAnimation:n.openAnimation,subMenuOpenDelay:n.subMenuOpenDelay,parentMenu:this,subMenuCloseDelay:n.subMenuCloseDelay,forceSubMenuRender:n.forceSubMenuRender,triggerSubMenuAction:n.triggerSubMenuAction,builtinPlacements:n.builtinPlacements,defaultActiveFirst:n.store.getState().defaultActiveFirst[Object(k["b"])(n.eventKey)],multiple:n.multiple,prefixCls:n.rootPrefixCls,manualRef:this.saveMenuInstance,itemIcon:Object(x["g"])(this,"itemIcon"),expandIcon:Object(x["g"])(this,"expandIcon"),children:t},on:{click:this.onSubMenuClick,select:a,deselect:s,openChange:c},id:this.internalMenuId},h=l.props,f=this.haveRendered;if(this.haveRendered=!0,this.haveOpened=this.haveOpened||h.visible||h.forceSubMenuRender,!this.haveOpened)return e("div");var d=f||!h.visible||"inline"===!h.mode;l["class"]=" "+h.prefixCls+"-sub";var p={appear:d,css:!1},v={props:p,on:{}};return h.openTransitionName?v=Object(C["a"])(h.openTransitionName,{appear:d}):"object"===o()(h.openAnimation)?(p=u()({},p,h.openAnimation.props||{}),d||(p.appear=!1)):"string"===typeof h.openAnimation&&(v=Object(C["a"])(h.openAnimation,{appear:d})),"object"===o()(h.openAnimation)&&h.openAnimation.on&&(v.on=h.openAnimation.on),e("transition",v,[e(g["a"],i()([{directives:[{name:"show",value:n.isOpen}]},l]))])}},render:function(){var t,e,n=arguments[0],r=this.$props,a=this.rootPrefixCls,o=this.parentMenu,s=r.isOpen,l=this.getPrefixCls(),f="inline"===r.mode,p=(t={},c()(t,l,!0),c()(t,l+"-"+r.mode,!0),c()(t,this.getOpenClassName(),s),c()(t,this.getActiveClassName(),r.active||s&&!f),c()(t,this.getDisabledClassName(),r.disabled),c()(t,this.getSelectedClassName(),this.isChildrenSelected()),t);this.internalMenuId||(r.eventKey?this.internalMenuId=r.eventKey+"$Menu":this.internalMenuId="$__$"+ ++S+"$Menu");var v={},g={},m={};r.disabled||(v={mouseleave:this.onMouseLeave,mouseenter:this.onMouseEnter},g={click:this.onTitleClick},m={mouseenter:this.onTitleMouseEnter,mouseleave:this.onTitleMouseLeave});var y={};f&&(y.paddingLeft=r.inlineIndent*r.level+"px");var _={};s&&(_={"aria-owns":this.internalMenuId});var w={attrs:u()({"aria-expanded":s},_,{"aria-haspopup":"true",title:"string"===typeof r.title?r.title:void 0}),on:u()({},m,g),style:y,class:l+"-title",ref:"subMenuTitle"},k=null;"horizontal"!==r.mode&&(k=Object(x["g"])(this,"expandIcon",r));var C=n("div",w,[Object(x["g"])(this,"title"),k||n("i",{class:l+"-arrow"})]),O=this.renderChildren(Object(x["c"])(this.$slots["default"])),M=this.parentMenu.isRootMenu?this.parentMenu.getPopupContainer:function(t){return t.parentNode},E=T[r.mode],A=r.popupOffset?{offset:r.popupOffset}:{},P="inline"===r.mode?"":r.popupClassName,L={on:u()({},Object(h["a"])(Object(x["k"])(this),["click"]),v),class:p};return n("li",i()([L,{attrs:{role:"menuitem"}}]),[f&&C,f&&O,!f&&n(d["a"],{attrs:(e={prefixCls:l,popupClassName:l+"-popup "+a+"-"+o.theme+" "+(P||""),getPopupContainer:M,builtinPlacements:b},c()(e,"builtinPlacements",u()({},b,r.builtinPlacements)),c()(e,"popupPlacement",E),c()(e,"popupVisible",s),c()(e,"popupAlign",A),c()(e,"action",r.disabled?[]:[r.triggerSubMenuAction]),c()(e,"mouseEnterDelay",r.subMenuOpenDelay),c()(e,"mouseLeaveDelay",r.subMenuCloseDelay),c()(e,"forceRender",r.forceSubMenuRender),e),on:{popupVisibleChange:this.onPopupVisibleChange}},[n("template",{slot:"popup"},[O]),C])])}},E=Object(v["a"])((function(t,e){var n=t.openKeys,r=t.activeKey,i=t.selectedKeys,a=e.eventKey,o=e.subMenuKey;return{isOpen:n.indexOf(a)>-1,active:r[o]===a,selectedKeys:i}}))(M);E.isSubMenu=!0;e["a"]=E},a434:function(t,e,n){"use strict";var r=n("23e7"),i=n("7b0b"),a=n("23cb"),o=n("5926"),s=n("07fa"),c=n("3a34"),l=n("3511"),u=n("65f0"),h=n("8418"),f=n("083a"),d=n("1dde"),p=d("splice"),v=Math.max,g=Math.min;r({target:"Array",proto:!0,forced:!p},{splice:function(t,e){var n,r,d,p,m,y,b=i(this),_=s(b),x=a(t,_),w=arguments.length;for(0===w?n=r=0:1===w?(n=0,r=_-x):(n=w-2,r=g(v(o(e),0),_-x)),l(_+n-r),d=u(b,r),p=0;p<r;p++)m=x+p,m in b&&h(d,p,b[m]);if(d.length=r,n<r){for(p=x;p<_-r;p++)m=p+r,y=p+n,m in b?b[y]=b[m]:f(b,y);for(p=_;p>_-r+n;p--)f(b,p-1)}else if(n>r)for(p=_-r;p>x;p--)m=p+r-1,y=p+n-1,m in b?b[y]=b[m]:f(b,y);for(p=0;p<n;p++)b[p+x]=arguments[p+2];return c(b,_-r+n),d}})},a454:function(t,e,n){var r=n("72f0"),i=n("3b4a"),a=n("cd9d"),o=i?function(t,e){return i(t,"toString",{configurable:!0,enumerable:!1,value:r(e),writable:!0})}:a;t.exports=o},a4b4:function(t,e,n){"use strict";var r=n("342f");t.exports=/web0s(?!.*chrome)/i.test(r)},a4d3:function(t,e,n){"use strict";n("d9f5"),n("b4f8"),n("c513"),n("e9c4"),n("5a47")},a524:function(t,e,n){var r=n("4245");function i(t){return r(this,t).has(t)}t.exports=i},a54e:function(t,e,n){},a559:function(t,e){function n(){return t.exports=n=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},t.exports.__esModule=!0,t.exports["default"]=t.exports,n.apply(this,arguments)}t.exports=n,t.exports.__esModule=!0,t.exports["default"]=t.exports},a600:function(t,e,n){"use strict";var r=n("c1b3"),i=n("452c"),a=n("db14");r["a"].Button=i["a"],r["a"].install=function(t){t.use(a["a"]),t.component(r["a"].name,r["a"]),t.component(i["a"].name,i["a"])},e["a"]=r["a"]},a630:function(t,e,n){"use strict";var r=n("23e7"),i=n("4df4"),a=n("1c7e"),o=!a((function(t){Array.from(t)}));r({target:"Array",stat:!0,forced:o},{from:i})},a640:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){return 1},1)}))}},a6fd:function(t,e,n){"use strict";var r=n("23e7"),i=n("2ba4"),a=n("59ed"),o=n("825a"),s=n("d039"),c=!s((function(){Reflect.apply((function(){}))}));r({target:"Reflect",stat:!0,forced:c},{apply:function(t,e,n){return i(a(t),e,o(n))}})},a753:function(t,e,n){},a79d:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("4d91"),o=n("9cba"),s=n("db14"),c={name:"ADivider",props:{prefixCls:a["a"].string,type:a["a"].oneOf(["horizontal","vertical",""]).def("horizontal"),dashed:a["a"].bool,orientation:a["a"].oneOf(["left","right","center"])},inject:{configProvider:{default:function(){return o["a"]}}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.type,a=this.$slots,o=this.dashed,s=this.orientation,c=void 0===s?"center":s,l=this.configProvider.getPrefixCls,u=l("divider",n),h=c.length>0?"-"+c:c,f=(t={},i()(t,u,!0),i()(t,u+"-"+r,!0),i()(t,u+"-with-text"+h,a["default"]),i()(t,u+"-dashed",!!o),t);return e("div",{class:f,attrs:{role:"separator"}},[a["default"]&&e("span",{class:u+"-inner-text"},[a["default"]])])},install:function(t){t.use(s["a"]),t.component(c.name,c)}};e["a"]=c},a79df:function(t,e,n){"use strict";var r=n("23e7"),i=n("c430"),a=n("d256"),o=n("d039"),s=n("d066"),c=n("1626"),l=n("4840"),u=n("cdf9"),h=n("cb2d"),f=a&&a.prototype,d=!!a&&o((function(){f["finally"].call({then:function(){}},(function(){}))}));if(r({target:"Promise",proto:!0,real:!0,forced:d},{finally:function(t){var e=l(this,s("Promise")),n=c(t);return this.then(n?function(n){return u(e,t()).then((function(){return n}))}:t,n?function(n){return u(e,t()).then((function(){throw n}))}:t)}}),!i&&c(a)){var p=s("Promise").prototype["finally"];f["finally"]!==p&&h(f,"finally",p,{unsafe:!0})}},a874:function(t,e,n){"use strict";var r=n("23e7"),i=n("145e"),a=n("44d2");r({target:"Array",proto:!0},{copyWithin:i}),a("copyWithin")},a8ba:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("4d91"),o=n("daa3"),s=n("9cba"),c=n("07a9"),l=n.n(c),u={name:"AStatisticNumber",functional:!0,render:function(t,e){var n=e.props,r=n.value,i=n.formatter,a=n.precision,o=n.decimalSeparator,s=n.groupSeparator,c=void 0===s?"":s,u=n.prefixCls,h=void 0;if("function"===typeof i)h=i({value:r,h:t});else{var f=String(r),d=f.match(/^(-?)(\d*)(\.(\d+))?$/);if(d){var p=d[1],v=d[2]||"0",g=d[4]||"";v=v.replace(/\B(?=(\d{3})+(?!\d))/g,c),"number"===typeof a&&(g=l()(g,a,"0").slice(0,a)),g&&(g=""+o+g),h=[t("span",{key:"int",class:u+"-content-value-int"},[p,v]),g&&t("span",{key:"decimal",class:u+"-content-value-decimal"},[g])]}else h=f}return t("span",{class:u+"-content-value"},[h])}},h={prefixCls:a["a"].string,decimalSeparator:a["a"].string,groupSeparator:a["a"].string,format:a["a"].string,value:a["a"].oneOfType([a["a"].string,a["a"].number,a["a"].object]),valueStyle:a["a"].any,valueRender:a["a"].any,formatter:a["a"].any,precision:a["a"].number,prefix:a["a"].any,suffix:a["a"].any,title:a["a"].any},f={name:"AStatistic",props:Object(o["t"])(h,{decimalSeparator:".",groupSeparator:","}),inject:{configProvider:{default:function(){return s["a"]}}},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.value,a=void 0===r?0:r,s=e.valueStyle,c=e.valueRender,l=this.configProvider.getPrefixCls,h=l("statistic",n),f=Object(o["g"])(this,"title"),d=Object(o["g"])(this,"prefix"),p=Object(o["g"])(this,"suffix"),v=Object(o["g"])(this,"formatter",{},!1),g=t(u,{props:i()({},this.$props,{prefixCls:h,value:a,formatter:v})});return c&&(g=c(g)),t("div",{class:h},[f&&t("div",{class:h+"-title"},[f]),t("div",{style:s,class:h+"-content"},[d&&t("span",{class:h+"-content-prefix"},[d]),g,p&&t("span",{class:h+"-content-suffix"},[p])])])}},d=n("92fa"),p=n.n(d),v=n("c1df"),g=n("2cf8"),m=n("b24f"),y=n.n(m),b=n("4106"),_=n.n(b),x=[["Y",31536e6],["M",2592e6],["D",864e5],["H",36e5],["m",6e4],["s",1e3],["S",1]];function w(t,e){var n=t,r=/\[[^\]]*\]/g,i=(e.match(r)||[]).map((function(t){return t.slice(1,-1)})),a=e.replace(r,"[]"),o=x.reduce((function(t,e){var r=y()(e,2),i=r[0],a=r[1];if(-1!==t.indexOf(i)){var o=Math.floor(n/a);return n-=o*a,t.replace(new RegExp(i+"+","g"),(function(t){var e=t.length;return _()(o.toString(),e,"0")}))}return t}),a),s=0;return o.replace(r,(function(){var t=i[s];return s+=1,t}))}function k(t,e){var n=e.format,r=void 0===n?"":n,i=Object(g["a"])(v)(t).valueOf(),a=Object(g["a"])(v)().valueOf(),o=Math.max(i-a,0);return w(o,r)}var C=1e3/30;function S(t){return Object(g["a"])(v)(t).valueOf()}var T={name:"AStatisticCountdown",props:Object(o["t"])(h,{format:"HH:mm:ss"}),created:function(){this.countdownId=void 0},mounted:function(){this.syncTimer()},updated:function(){this.syncTimer()},beforeDestroy:function(){this.stopTimer()},methods:{syncTimer:function(){var t=this.$props.value,e=S(t);e>=Date.now()?this.startTimer():this.stopTimer()},startTimer:function(){var t=this;this.countdownId||(this.countdownId=window.setInterval((function(){t.$refs.statistic.$forceUpdate(),t.syncTimer()}),C))},stopTimer:function(){var t=this.$props.value;if(this.countdownId){clearInterval(this.countdownId),this.countdownId=void 0;var e=S(t);e<Date.now()&&this.$emit("finish")}},formatCountdown:function(t){var e=t.value,n=t.config,r=this.$props.format;return k(e,i()({},n,{format:r}))},valueRenderHtml:function(t){return t}},render:function(){var t=arguments[0];return t(f,p()([{ref:"statistic"},{props:i()({},this.$props,{valueRender:this.valueRenderHtml,formatter:this.formatCountdown}),on:Object(o["k"])(this)}]))}},O=n("db14");f.Countdown=T,f.install=function(t){t.use(O["a"]),t.component(f.name,f),t.component(f.Countdown.name,f.Countdown)};e["a"]=f},a8fc:function(t,e,n){var r=n("badf"),i=n("2c66");function a(t,e){return t&&t.length?i(t,r(e,2)):[]}t.exports=a},a925:function(t,e,n){"use strict";
/*!
 * vue-i18n v8.28.2 
 * (c) 2022 kazuya kawaguchi
 * Released under the MIT License.
 */var r=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],i=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function a(t,e){"undefined"!==typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}function o(t,e){"undefined"!==typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}var s=Array.isArray;function c(t){return null!==t&&"object"===typeof t}function l(t){return"boolean"===typeof t}function u(t){return"string"===typeof t}var h=Object.prototype.toString,f="[object Object]";function d(t){return h.call(t)===f}function p(t){return null===t||void 0===t}function v(t){return"function"===typeof t}function g(){var t=[],e=arguments.length;while(e--)t[e]=arguments[e];var n=null,r=null;return 1===t.length?c(t[0])||s(t[0])?r=t[0]:"string"===typeof t[0]&&(n=t[0]):2===t.length&&("string"===typeof t[0]&&(n=t[0]),(c(t[1])||s(t[1]))&&(r=t[1])),{locale:n,params:r}}function m(t){return JSON.parse(JSON.stringify(t))}function y(t,e){if(t.delete(e))return t}function b(t){var e=[];return t.forEach((function(t){return e.push(t)})),e}function _(t,e){return!!~t.indexOf(e)}var x=Object.prototype.hasOwnProperty;function w(t,e){return x.call(t,e)}function k(t){for(var e=arguments,n=Object(t),r=1;r<arguments.length;r++){var i=e[r];if(void 0!==i&&null!==i){var a=void 0;for(a in i)w(i,a)&&(c(i[a])?n[a]=k(n[a],i[a]):n[a]=i[a])}}return n}function C(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=s(t),a=s(e);if(i&&a)return t.length===e.length&&t.every((function(t,n){return C(t,e[n])}));if(i||a)return!1;var o=Object.keys(t),l=Object.keys(e);return o.length===l.length&&o.every((function(n){return C(t[n],e[n])}))}catch(u){return!1}}function S(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function T(t){return null!=t&&Object.keys(t).forEach((function(e){"string"==typeof t[e]&&(t[e]=S(t[e]))})),t}function O(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){var e=[],n=arguments.length-1;while(n-- >0)e[n]=arguments[n+1];var r=this.$i18n;return r._t.apply(r,[t,r.locale,r._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){var n=[],r=arguments.length-2;while(r-- >0)n[r]=arguments[r+2];var i=this.$i18n;return i._tc.apply(i,[t,i.locale,i._getMessages(),this,e].concat(n))},t.prototype.$te=function(t,e){var n=this.$i18n;return n._te(t,n.locale,n._getMessages(),e)},t.prototype.$d=function(t){var e,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(e=this.$i18n).d.apply(e,[t].concat(n))},t.prototype.$n=function(t){var e,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(e=this.$i18n).n.apply(e,[t].concat(n))}}function M(t){function e(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return void 0===t&&(t=!1),t?{mounted:e}:{beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n)if(t.i18n instanceof Tt){if(t.__i18nBridge||t.__i18n)try{var e=t.i18n&&t.i18n.messages?t.i18n.messages:{},n=t.__i18nBridge||t.__i18n;n.forEach((function(t){e=k(e,JSON.parse(t))})),Object.keys(e).forEach((function(n){t.i18n.mergeLocaleMessage(n,e[n])}))}catch(c){0}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(d(t.i18n)){var r=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tt?this.$root.$i18n:null;if(r&&(t.i18n.root=this.$root,t.i18n.formatter=r.formatter,t.i18n.fallbackLocale=r.fallbackLocale,t.i18n.formatFallbackMessages=r.formatFallbackMessages,t.i18n.silentTranslationWarn=r.silentTranslationWarn,t.i18n.silentFallbackWarn=r.silentFallbackWarn,t.i18n.pluralizationRules=r.pluralizationRules,t.i18n.preserveDirectiveContent=r.preserveDirectiveContent),t.__i18nBridge||t.__i18n)try{var i=t.i18n&&t.i18n.messages?t.i18n.messages:{},a=t.__i18nBridge||t.__i18n;a.forEach((function(t){i=k(i,JSON.parse(t))})),t.i18n.messages=i}catch(c){0}var o=t.i18n,s=o.sharedMessages;s&&d(s)&&(t.i18n.messages=k(t.i18n.messages,s)),this._i18n=new Tt(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),r&&r.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tt?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Tt&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18nBridge||t.__i18n?{}:null),t.i18n?(t.i18n instanceof Tt||d(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Tt||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Tt)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:e,beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}}}var E={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var n=e.data,r=e.parent,i=e.props,a=e.slots,o=r.$i18n;if(o){var s=i.path,c=i.locale,l=i.places,u=a(),h=o.i(s,c,A(u)||l?P(u.default,l):u),f=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return f?t(f,n,h):h}}};function A(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}function P(t,e){var n=e?L(e):{};if(!t)return n;t=t.filter((function(t){return t.tag||""!==t.text.trim()}));var r=t.every(z);return t.reduce(r?I:j,n)}function L(t){return Array.isArray(t)?t.reduce(j,{}):Object.assign({},t)}function I(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function j(t,e,n){return t[n]=e,t}function z(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var D,N={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean,Object],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var n=e.props,i=e.parent,a=e.data,o=i.$i18n;if(!o)return null;var s=null,l=null;u(n.format)?s=n.format:c(n.format)&&(n.format.key&&(s=n.format.key),l=Object.keys(n.format).reduce((function(t,e){var i;return _(r,e)?Object.assign({},t,(i={},i[e]=n.format[e],i)):t}),null));var h=n.locale||o.locale,f=o._ntp(n.value,h,s,l),d=f.map((function(t,e){var n,r=a.scopedSlots&&a.scopedSlots[t.type];return r?r((n={},n[t.type]=t.value,n.index=e,n.parts=f,n)):t.value})),p=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return p?t(p,{attrs:a.attrs,class:a["class"],staticClass:a.staticClass},d):d}};function R(t,e,n){H(t,n)&&U(t,e,n)}function V(t,e,n,r){if(H(t,n)){var i=n.context.$i18n;B(t,n)&&C(e.value,e.oldValue)&&C(t._localeMessage,i.getLocaleMessage(i.locale))||U(t,e,n)}}function F(t,e,n,r){var i=n.context;if(i){var o=n.context.$i18n||{};e.modifiers.preserve||o.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t["_vt"],t._locale=void 0,delete t["_locale"],t._localeMessage=void 0,delete t["_localeMessage"]}else a("Vue instance does not exists in VNode context")}function H(t,e){var n=e.context;return n?!!n.$i18n||(a("VueI18n instance does not exists in Vue instance"),!1):(a("Vue instance does not exists in VNode context"),!1)}function B(t,e){var n=e.context;return t._locale===n.$i18n.locale}function U(t,e,n){var r,i,o=e.value,s=$(o),c=s.path,l=s.locale,u=s.args,h=s.choice;if(c||l||u)if(c){var f=n.context;t._vt=t.textContent=null!=h?(r=f.$i18n).tc.apply(r,[c,h].concat(q(l,u))):(i=f.$i18n).t.apply(i,[c].concat(q(l,u))),t._locale=f.$i18n.locale,t._localeMessage=f.$i18n.getLocaleMessage(f.$i18n.locale)}else a("`path` is required in v-t directive");else a("value type not supported")}function $(t){var e,n,r,i;return u(t)?e=t:d(t)&&(e=t.path,n=t.locale,r=t.args,i=t.choice),{path:e,locale:n,args:r,choice:i}}function q(t,e){var n=[];return t&&n.push(t),e&&(Array.isArray(e)||d(e))&&n.push(e),n}function W(t,e){void 0===e&&(e={bridge:!1}),W.installed=!0,D=t;D.version&&Number(D.version.split(".")[0]);O(D),D.mixin(M(e.bridge)),D.directive("t",{bind:R,update:V,unbind:F}),D.component(E.name,E),D.component(N.name,N);var n=D.config.optionMergeStrategies;n.i18n=function(t,e){return void 0===e?t:e}}var Y=function(){this._caches=Object.create(null)};Y.prototype.interpolate=function(t,e){if(!e)return[t];var n=this._caches[t];return n||(n=G(t),this._caches[t]=n),Z(n,e)};var K=/^(?:\d)+/,X=/^(?:\w)+/;function G(t){var e=[],n=0,r="";while(n<t.length){var i=t[n++];if("{"===i){r&&e.push({type:"text",value:r}),r="";var a="";i=t[n++];while(void 0!==i&&"}"!==i)a+=i,i=t[n++];var o="}"===i,s=K.test(a)?"list":o&&X.test(a)?"named":"unknown";e.push({value:a,type:s})}else"%"===i?"{"!==t[n]&&(r+=i):r+=i}return r&&e.push({type:"text",value:r}),e}function Z(t,e){var n=[],r=0,i=Array.isArray(e)?"list":c(e)?"named":"unknown";if("unknown"===i)return n;while(r<t.length){var a=t[r];switch(a.type){case"text":n.push(a.value);break;case"list":n.push(e[parseInt(a.value,10)]);break;case"named":"named"===i&&n.push(e[a.value]);break;case"unknown":0;break}r++}return n}var Q=0,J=1,tt=2,et=3,nt=0,rt=1,it=2,at=3,ot=4,st=5,ct=6,lt=7,ut=8,ht=[];ht[nt]={ws:[nt],ident:[at,Q],"[":[ot],eof:[lt]},ht[rt]={ws:[rt],".":[it],"[":[ot],eof:[lt]},ht[it]={ws:[it],ident:[at,Q],0:[at,Q],number:[at,Q]},ht[at]={ident:[at,Q],0:[at,Q],number:[at,Q],ws:[rt,J],".":[it,J],"[":[ot,J],eof:[lt,J]},ht[ot]={"'":[st,Q],'"':[ct,Q],"[":[ot,tt],"]":[rt,et],eof:ut,else:[ot,Q]},ht[st]={"'":[ot,Q],eof:ut,else:[st,Q]},ht[ct]={'"':[ot,Q],eof:ut,else:[ct,Q]};var ft=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function dt(t){return ft.test(t)}function pt(t){var e=t.charCodeAt(0),n=t.charCodeAt(t.length-1);return e!==n||34!==e&&39!==e?t:t.slice(1,-1)}function vt(t){if(void 0===t||null===t)return"eof";var e=t.charCodeAt(0);switch(e){case 91:case 93:case 46:case 34:case 39:return t;case 95:case 36:case 45:return"ident";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return"ident"}function gt(t){var e=t.trim();return("0"!==t.charAt(0)||!isNaN(t))&&(dt(e)?pt(e):"*"+e)}function mt(t){var e,n,r,i,a,o,s,c=[],l=-1,u=nt,h=0,f=[];function d(){var e=t[l+1];if(u===st&&"'"===e||u===ct&&'"'===e)return l++,r="\\"+e,f[Q](),!0}f[J]=function(){void 0!==n&&(c.push(n),n=void 0)},f[Q]=function(){void 0===n?n=r:n+=r},f[tt]=function(){f[Q](),h++},f[et]=function(){if(h>0)h--,u=ot,f[Q]();else{if(h=0,void 0===n)return!1;if(n=gt(n),!1===n)return!1;f[J]()}};while(null!==u)if(l++,e=t[l],"\\"!==e||!d()){if(i=vt(e),s=ht[u],a=s[i]||s["else"]||ut,a===ut)return;if(u=a[0],o=f[a[1]],o&&(r=a[2],r=void 0===r?e:r,!1===o()))return;if(u===lt)return c}}var yt=function(){this._cache=Object.create(null)};yt.prototype.parsePath=function(t){var e=this._cache[t];return e||(e=mt(t),e&&(this._cache[t]=e)),e||[]},yt.prototype.getPathValue=function(t,e){if(!c(t))return null;var n=this.parsePath(e);if(0===n.length)return null;var r=n.length,i=t,a=0;while(a<r){var o=i[n[a]];if(void 0===o||null===o)return null;i=o,a++}return i};var bt,_t=/<\/?[\w\s="/.':;#-\/]+>/,xt=/(?:@(?:\.[a-zA-Z]+)?:(?:[\w\-_|./]+|\([\w\-_:|./]+\)))/g,wt=/^@(?:\.([a-zA-Z]+))?:/,kt=/[()]/g,Ct={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},St=new Y,Tt=function(t){var e=this;void 0===t&&(t={}),!D&&"undefined"!==typeof window&&window.Vue&&W(window.Vue);var n=t.locale||"en-US",r=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),i=t.messages||{},a=t.dateTimeFormats||t.datetimeFormats||{},o=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||St,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._fallbackRootWithEmptyString=void 0===t.fallbackRootWithEmptyString||!!t.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new yt,this._dataListeners=new Set,this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this._escapeParameterHtml=t.escapeParameterHtml||!1,"__VUE_I18N_BRIDGE__"in t&&(this.__VUE_I18N_BRIDGE__=t.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(t,n){var r=Object.getPrototypeOf(e);if(r&&r.getChoiceIndex){var i=r.getChoiceIndex;return i.call(e,t,n)}var a=function(t,e){return t=Math.abs(t),2===e?t?t>1?1:0:1:t?Math.min(t,2):0};return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,n]):a(t,n)},this._exist=function(t,n){return!(!t||!n)&&(!p(e._path.getPathValue(t,n))||!!t[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,i[t])})),this._initVM({locale:n,fallbackLocale:r,messages:i,dateTimeFormats:a,numberFormats:o})},Ot={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};Tt.prototype._checkLocaleMessage=function(t,e,n){var r=[],i=function(t,e,n,r){if(d(n))Object.keys(n).forEach((function(a){var o=n[a];d(o)?(r.push(a),r.push("."),i(t,e,o,r),r.pop(),r.pop()):(r.push(a),i(t,e,o,r),r.pop())}));else if(s(n))n.forEach((function(n,a){d(n)?(r.push("["+a+"]"),r.push("."),i(t,e,n,r),r.pop(),r.pop()):(r.push("["+a+"]"),i(t,e,n,r),r.pop())}));else if(u(n)){var c=_t.test(n);if(c){var l="Detected HTML in message '"+n+"' of keypath '"+r.join("")+"' at '"+e+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?a(l):"error"===t&&o(l)}}};i(e,t,n,r)},Tt.prototype._initVM=function(t){var e=D.config.silent;D.config.silent=!0,this._vm=new D({data:t,__VUE18N__INSTANCE__:!0}),D.config.silent=e},Tt.prototype.destroyVM=function(){this._vm.$destroy()},Tt.prototype.subscribeDataChanging=function(t){this._dataListeners.add(t)},Tt.prototype.unsubscribeDataChanging=function(t){y(this._dataListeners,t)},Tt.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){var e=b(t._dataListeners),n=e.length;while(n--)D.nextTick((function(){e[n]&&e[n].$forceUpdate()}))}),{deep:!0})},Tt.prototype.watchLocale=function(t){if(t){if(!this.__VUE_I18N_BRIDGE__)return null;var e=this,n=this._vm;return this.vm.$watch("locale",(function(r){n.$set(n,"locale",r),e.__VUE_I18N_BRIDGE__&&t&&(t.locale.value=r),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var r=this._vm;return this._root.$i18n.vm.$watch("locale",(function(t){r.$set(r,"locale",t),r.$forceUpdate()}),{immediate:!0})},Tt.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Ot.vm.get=function(){return this._vm},Ot.messages.get=function(){return m(this._getMessages())},Ot.dateTimeFormats.get=function(){return m(this._getDateTimeFormats())},Ot.numberFormats.get=function(){return m(this._getNumberFormats())},Ot.availableLocales.get=function(){return Object.keys(this.messages).sort()},Ot.locale.get=function(){return this._vm.locale},Ot.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Ot.fallbackLocale.get=function(){return this._vm.fallbackLocale},Ot.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Ot.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Ot.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Ot.missing.get=function(){return this._missing},Ot.missing.set=function(t){this._missing=t},Ot.formatter.get=function(){return this._formatter},Ot.formatter.set=function(t){this._formatter=t},Ot.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Ot.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Ot.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Ot.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Ot.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Ot.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Ot.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Ot.warnHtmlInMessage.set=function(t){var e=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,n!==t&&("warn"===t||"error"===t)){var r=this._getMessages();Object.keys(r).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,r[t])}))}},Ot.postTranslation.get=function(){return this._postTranslation},Ot.postTranslation.set=function(t){this._postTranslation=t},Ot.sync.get=function(){return this._sync},Ot.sync.set=function(t){this._sync=t},Tt.prototype._getMessages=function(){return this._vm.messages},Tt.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Tt.prototype._getNumberFormats=function(){return this._vm.numberFormats},Tt.prototype._warnDefault=function(t,e,n,r,i,a){if(!p(n))return n;if(this._missing){var o=this._missing.apply(null,[t,e,r,i]);if(u(o))return o}else 0;if(this._formatFallbackMessages){var s=g.apply(void 0,i);return this._render(e,a,s.params,e)}return e},Tt.prototype._isFallbackRoot=function(t){return(this._fallbackRootWithEmptyString?!t:p(t))&&!p(this._root)&&this._fallbackRoot},Tt.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},Tt.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},Tt.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},Tt.prototype._interpolate=function(t,e,n,r,i,a,o){if(!e)return null;var c,l=this._path.getPathValue(e,n);if(s(l)||d(l))return l;if(p(l)){if(!d(e))return null;if(c=e[n],!u(c)&&!v(c))return null}else{if(!u(l)&&!v(l))return null;c=l}return u(c)&&(c.indexOf("@:")>=0||c.indexOf("@.")>=0)&&(c=this._link(t,e,c,r,"raw",a,o)),this._render(c,i,a,n)},Tt.prototype._link=function(t,e,n,r,i,a,o){var c=n,l=c.match(xt);for(var u in l)if(l.hasOwnProperty(u)){var h=l[u],f=h.match(wt),d=f[0],p=f[1],v=h.replace(d,"").replace(kt,"");if(_(o,v))return c;o.push(v);var g=this._interpolate(t,e,v,r,"raw"===i?"string":i,"raw"===i?void 0:a,o);if(this._isFallbackRoot(g)){if(!this._root)throw Error("unexpected error");var m=this._root.$i18n;g=m._translate(m._getMessages(),m.locale,m.fallbackLocale,v,r,i,a)}g=this._warnDefault(t,v,g,r,s(a)?a:[a],i),this._modifiers.hasOwnProperty(p)?g=this._modifiers[p](g):Ct.hasOwnProperty(p)&&(g=Ct[p](g)),o.pop(),c=g?c.replace(h,g):c}return c},Tt.prototype._createMessageContext=function(t,e,n,r){var i=this,a=s(t)?t:[],o=c(t)?t:{},l=function(t){return a[t]},u=function(t){return o[t]},h=this._getMessages(),f=this.locale;return{list:l,named:u,values:t,formatter:e,path:n,messages:h,locale:f,linked:function(t){return i._interpolate(f,h[f]||{},t,null,r,void 0,[t])}}},Tt.prototype._render=function(t,e,n,r){if(v(t))return t(this._createMessageContext(n,this._formatter||St,r,e));var i=this._formatter.interpolate(t,n,r);return i||(i=St.interpolate(t,n,r)),"string"!==e||u(i)?i:i.join("")},Tt.prototype._appendItemToChain=function(t,e,n){var r=!1;return _(t,e)||(r=!0,e&&(r="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),n&&n[e]&&(r=n[e]))),r},Tt.prototype._appendLocaleToChain=function(t,e,n){var r,i=e.split("-");do{var a=i.join("-");r=this._appendItemToChain(t,a,n),i.splice(-1,1)}while(i.length&&!0===r);return r},Tt.prototype._appendBlockToChain=function(t,e,n){for(var r=!0,i=0;i<e.length&&l(r);i++){var a=e[i];u(a)&&(r=this._appendLocaleToChain(t,a,n))}return r},Tt.prototype._getLocaleChain=function(t,e){if(""===t)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[t];if(!n){e||(e=this.fallbackLocale),n=[];var r,i=[t];while(s(i))i=this._appendBlockToChain(n,i,e);r=s(e)?e:c(e)?e["default"]?e["default"]:null:e,i=u(r)?[r]:r,i&&this._appendBlockToChain(n,i,null),this._localeChainCache[t]=n}return n},Tt.prototype._translate=function(t,e,n,r,i,a,o){for(var s,c=this._getLocaleChain(e,n),l=0;l<c.length;l++){var u=c[l];if(s=this._interpolate(u,t[u],r,i,a,o,[r]),!p(s))return s}return null},Tt.prototype._t=function(t,e,n,r){var i,a=[],o=arguments.length-4;while(o-- >0)a[o]=arguments[o+4];if(!t)return"";var s=g.apply(void 0,a);this._escapeParameterHtml&&(s.params=T(s.params));var c=s.locale||e,l=this._translate(n,c,this.fallbackLocale,t,r,"string",s.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error("unexpected error");return(i=this._root).$t.apply(i,[t].concat(a))}return l=this._warnDefault(c,t,l,r,a,"string"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,t)),l},Tt.prototype.t=function(t){var e,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(n))},Tt.prototype._i=function(t,e,n,r,i){var a=this._translate(n,e,this.fallbackLocale,t,r,"raw",i);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,i)}return this._warnDefault(e,t,a,r,[i],"raw")},Tt.prototype.i=function(t,e,n){return t?(u(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,n)):""},Tt.prototype._tc=function(t,e,n,r,i){var a,o=[],s=arguments.length-5;while(s-- >0)o[s]=arguments[s+5];if(!t)return"";void 0===i&&(i=1);var c={count:i,n:i},l=g.apply(void 0,o);return l.params=Object.assign(c,l.params),o=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((a=this)._t.apply(a,[t,e,n,r].concat(o)),i)},Tt.prototype.fetchChoice=function(t,e){if(!t||!u(t))return null;var n=t.split("|");return e=this.getChoiceIndex(e,n.length),n[e]?n[e].trim():t},Tt.prototype.tc=function(t,e){var n,r=[],i=arguments.length-2;while(i-- >0)r[i]=arguments[i+2];return(n=this)._tc.apply(n,[t,this.locale,this._getMessages(),null,e].concat(r))},Tt.prototype._te=function(t,e,n){var r=[],i=arguments.length-3;while(i-- >0)r[i]=arguments[i+3];var a=g.apply(void 0,r).locale||e;return this._exist(n[a],t)},Tt.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},Tt.prototype.getLocaleMessage=function(t){return m(this._vm.messages[t]||{})},Tt.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},Tt.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,k("undefined"!==typeof this._vm.messages[t]&&Object.keys(this._vm.messages[t]).length?Object.assign({},this._vm.messages[t]):{},e))},Tt.prototype.getDateTimeFormat=function(t){return m(this._vm.dateTimeFormats[t]||{})},Tt.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},Tt.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,k(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},Tt.prototype._clearDateTimeFormat=function(t,e){for(var n in e){var r=t+"__"+n;this._dateTimeFormatters.hasOwnProperty(r)&&delete this._dateTimeFormatters[r]}},Tt.prototype._localizeDateTime=function(t,e,n,r,i,a){for(var o=e,s=r[o],c=this._getLocaleChain(e,n),l=0;l<c.length;l++){var u=c[l];if(s=r[u],o=u,!p(s)&&!p(s[i]))break}if(p(s)||p(s[i]))return null;var h,f=s[i];if(a)h=new Intl.DateTimeFormat(o,Object.assign({},f,a));else{var d=o+"__"+i;h=this._dateTimeFormatters[d],h||(h=this._dateTimeFormatters[d]=new Intl.DateTimeFormat(o,f))}return h.format(t)},Tt.prototype._d=function(t,e,n,r){if(!n){var i=r?new Intl.DateTimeFormat(e,r):new Intl.DateTimeFormat(e);return i.format(t)}var a=this._localizeDateTime(t,e,this.fallbackLocale,this._getDateTimeFormats(),n,r);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(t,n,e)}return a||""},Tt.prototype.d=function(t){var e=[],n=arguments.length-1;while(n-- >0)e[n]=arguments[n+1];var r=this.locale,a=null,o=null;return 1===e.length?(u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(r=e[0].locale),e[0].key&&(a=e[0].key)),o=Object.keys(e[0]).reduce((function(t,n){var r;return _(i,n)?Object.assign({},t,(r={},r[n]=e[0][n],r)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(r=e[1])),this._d(t,r,a,o)},Tt.prototype.getNumberFormat=function(t){return m(this._vm.numberFormats[t]||{})},Tt.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},Tt.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,k(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},Tt.prototype._clearNumberFormat=function(t,e){for(var n in e){var r=t+"__"+n;this._numberFormatters.hasOwnProperty(r)&&delete this._numberFormatters[r]}},Tt.prototype._getNumberFormatter=function(t,e,n,r,i,a){for(var o=e,s=r[o],c=this._getLocaleChain(e,n),l=0;l<c.length;l++){var u=c[l];if(s=r[u],o=u,!p(s)&&!p(s[i]))break}if(p(s)||p(s[i]))return null;var h,f=s[i];if(a)h=new Intl.NumberFormat(o,Object.assign({},f,a));else{var d=o+"__"+i;h=this._numberFormatters[d],h||(h=this._numberFormatters[d]=new Intl.NumberFormat(o,f))}return h},Tt.prototype._n=function(t,e,n,r){if(!Tt.availabilities.numberFormat)return"";if(!n){var i=r?new Intl.NumberFormat(e,r):new Intl.NumberFormat(e);return i.format(t)}var a=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,r),o=a&&a.format(t);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(t,Object.assign({},{key:n,locale:e},r))}return o||""},Tt.prototype.n=function(t){var e=[],n=arguments.length-1;while(n-- >0)e[n]=arguments[n+1];var i=this.locale,a=null,o=null;return 1===e.length?u(e[0])?a=e[0]:c(e[0])&&(e[0].locale&&(i=e[0].locale),e[0].key&&(a=e[0].key),o=Object.keys(e[0]).reduce((function(t,n){var i;return _(r,n)?Object.assign({},t,(i={},i[n]=e[0][n],i)):t}),null)):2===e.length&&(u(e[0])&&(a=e[0]),u(e[1])&&(i=e[1])),this._n(t,i,a,o)},Tt.prototype._ntp=function(t,e,n,r){if(!Tt.availabilities.numberFormat)return[];if(!n){var i=r?new Intl.NumberFormat(e,r):new Intl.NumberFormat(e);return i.formatToParts(t)}var a=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,r),o=a&&a.formatToParts(t);if(this._isFallbackRoot(o)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,n,r)}return o||[]},Object.defineProperties(Tt.prototype,Ot),Object.defineProperty(Tt,"availabilities",{get:function(){if(!bt){var t="undefined"!==typeof Intl;bt={dateTimeFormat:t&&"undefined"!==typeof Intl.DateTimeFormat,numberFormat:t&&"undefined"!==typeof Intl.NumberFormat}}return bt}}),Tt.install=W,Tt.version="8.28.2",e["a"]=Tt},a975:function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").every,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("every",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},a994:function(t,e,n){var r=n("7d1f"),i=n("32f4"),a=n("ec69");function o(t){return r(t,a,i)}t.exports=o},a9d4:function(t,e,n){"use strict";var r=n("c544"),i=n("b6bb"),a=n("9cba"),o=void 0;function s(t){return!t||null===t.offsetParent}function c(t){var e=(t||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\.\d]*)?\)/);return!(e&&e[1]&&e[2]&&e[3])||!(e[1]===e[2]&&e[2]===e[3])}e["a"]={name:"Wave",props:["insertExtraNode"],mounted:function(){var t=this;this.$nextTick((function(){var e=t.$el;1===e.nodeType&&(t.instance=t.bindAnimationEvent(e))}))},inject:{configProvider:{default:function(){return a["a"]}}},beforeDestroy:function(){this.instance&&this.instance.cancel(),this.clickWaveTimeoutId&&clearTimeout(this.clickWaveTimeoutId),this.destroy=!0},methods:{onClick:function(t,e){if(!(!t||s(t)||t.className.indexOf("-leave")>=0)){var n=this.$props.insertExtraNode;this.extraNode=document.createElement("div");var i=this.extraNode;i.className="ant-click-animating-node";var a=this.getAttributeName();t.removeAttribute(a),t.setAttribute(a,"true"),o=o||document.createElement("style"),e&&"#ffffff"!==e&&"rgb(255, 255, 255)"!==e&&c(e)&&!/rgba\(\d*, \d*, \d*, 0\)/.test(e)&&"transparent"!==e&&(this.csp&&this.csp.nonce&&(o.nonce=this.csp.nonce),i.style.borderColor=e,o.innerHTML="\n        [ant-click-animating-without-extra-node='true']::after, .ant-click-animating-node {\n          --antd-wave-shadow-color: "+e+";\n        }",document.body.contains(o)||document.body.appendChild(o)),n&&t.appendChild(i),r["a"].addStartEventListener(t,this.onTransitionStart),r["a"].addEndEventListener(t,this.onTransitionEnd)}},onTransitionStart:function(t){if(!this.destroy){var e=this.$el;t&&t.target===e&&(this.animationStart||this.resetEffect(e))}},onTransitionEnd:function(t){t&&"fadeEffect"===t.animationName&&this.resetEffect(t.target)},getAttributeName:function(){var t=this.$props.insertExtraNode;return t?"ant-click-animating":"ant-click-animating-without-extra-node"},bindAnimationEvent:function(t){var e=this;if(t&&t.getAttribute&&!t.getAttribute("disabled")&&!(t.className.indexOf("disabled")>=0)){var n=function(n){if("INPUT"!==n.target.tagName&&!s(n.target)){e.resetEffect(t);var r=getComputedStyle(t).getPropertyValue("border-top-color")||getComputedStyle(t).getPropertyValue("border-color")||getComputedStyle(t).getPropertyValue("background-color");e.clickWaveTimeoutId=window.setTimeout((function(){return e.onClick(t,r)}),0),i["a"].cancel(e.animationStartId),e.animationStart=!0,e.animationStartId=Object(i["a"])((function(){e.animationStart=!1}),10)}};return t.addEventListener("click",n,!0),{cancel:function(){t.removeEventListener("click",n,!0)}}}},resetEffect:function(t){if(t&&t!==this.extraNode&&t instanceof Element){var e=this.$props.insertExtraNode,n=this.getAttributeName();t.setAttribute(n,"false"),o&&(o.innerHTML=""),e&&this.extraNode&&t.contains(this.extraNode)&&t.removeChild(this.extraNode),r["a"].removeStartEventListener(t,this.onTransitionStart),r["a"].removeEndEventListener(t,this.onTransitionEnd)}}},render:function(){return this.configProvider.csp&&(this.csp=this.configProvider.csp),this.$slots["default"]&&this.$slots["default"][0]}}},a9e3:function(t,e,n){"use strict";var r=n("23e7"),i=n("c430"),a=n("83ab"),o=n("da84"),s=n("428f"),c=n("e330"),l=n("94ca"),u=n("1a2d"),h=n("7156"),f=n("3a9b"),d=n("d9b5"),p=n("c04e"),v=n("d039"),g=n("241c").f,m=n("06cf").f,y=n("9bf2").f,b=n("408a"),_=n("58a8").trim,x="Number",w=o[x],k=s[x],C=w.prototype,S=o.TypeError,T=c("".slice),O=c("".charCodeAt),M=function(t){var e=p(t,"number");return"bigint"==typeof e?e:E(e)},E=function(t){var e,n,r,i,a,o,s,c,l=p(t,"number");if(d(l))throw new S("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=_(l),e=O(l,0),43===e||45===e){if(n=O(l,2),88===n||120===n)return NaN}else if(48===e){switch(O(l,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+l}for(a=T(l,2),o=a.length,s=0;s<o;s++)if(c=O(a,s),c<48||c>i)return NaN;return parseInt(a,r)}return+l},A=l(x,!w(" 0o1")||!w("0b1")||w("+0x1")),P=function(t){return f(C,t)&&v((function(){b(t)}))},L=function(t){var e=arguments.length<1?0:w(M(t));return P(this)?h(Object(e),this,L):e};L.prototype=C,A&&!i&&(C.constructor=L),r({global:!0,constructor:!0,wrap:!0,forced:A},{Number:L});var I=function(t,e){for(var n,r=a?g(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),i=0;r.length>i;i++)u(e,n=r[i])&&!u(t,n)&&y(t,n,m(e,n))};i&&k&&I(s[x],k),(A||i)&&I(s[x],w)},aaec:function(t,e){var n="\\ud800-\\udfff",r="\\u0300-\\u036f",i="\\ufe20-\\ufe2f",a="\\u20d0-\\u20ff",o=r+i+a,s="\\ufe0e\\ufe0f",c="\\u200d",l=RegExp("["+c+n+o+s+"]");function u(t){return l.test(t)}t.exports=u},ab13:function(t,e,n){"use strict";var r=n("b622"),i=r("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,"/./"[t](e)}catch(r){}}return!1}},ab36:function(t,e,n){"use strict";var r=n("861d"),i=n("9112");t.exports=function(t,e){r(e)&&"cause"in e&&i(t,"cause",e.cause)}},ab81:function(t,e){var n="\\ud800-\\udfff",r="\\u0300-\\u036f",i="\\ufe20-\\ufe2f",a="\\u20d0-\\u20ff",o=r+i+a,s="\\ufe0e\\ufe0f",c="["+n+"]",l="["+o+"]",u="\\ud83c[\\udffb-\\udfff]",h="(?:"+l+"|"+u+")",f="[^"+n+"]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",g=h+"?",m="["+s+"]?",y="(?:"+v+"(?:"+[f,d,p].join("|")+")"+m+g+")*",b=m+g+y,_="(?:"+[f+l+"?",l,d,p,c].join("|")+")",x=RegExp(u+"(?="+u+")|"+_+b,"g");function w(t){var e=x.lastIndex=0;while(x.test(t))++e;return e}t.exports=w},ab9e:function(t,e,n){"use strict";n("b2a3"),n("15aa")},ac16:function(t,e,n){"use strict";var r=n("23e7"),i=n("825a"),a=n("06cf").f;r({target:"Reflect",stat:!0},{deleteProperty:function(t,e){var n=a(i(t),e);return!(n&&!n.configurable)&&delete t[e]}})},ac1f:function(t,e,n){"use strict";var r=n("23e7"),i=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},ac41:function(t,e){function n(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}t.exports=n},acac:function(t,e,n){"use strict";var r=n("e330"),i=n("6964"),a=n("f183").getWeakData,o=n("19aa"),s=n("825a"),c=n("7234"),l=n("861d"),u=n("2266"),h=n("b727"),f=n("1a2d"),d=n("69f3"),p=d.set,v=d.getterFor,g=h.find,m=h.findIndex,y=r([].splice),b=0,_=function(t){return t.frozen||(t.frozen=new x)},x=function(){this.entries=[]},w=function(t,e){return g(t.entries,(function(t){return t[0]===e}))};x.prototype={get:function(t){var e=w(this,t);if(e)return e[1]},has:function(t){return!!w(this,t)},set:function(t,e){var n=w(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=m(this.entries,(function(e){return e[0]===t}));return~e&&y(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,n,r){var h=t((function(t,i){o(t,d),p(t,{type:e,id:b++,frozen:void 0}),c(i)||u(i,t[r],{that:t,AS_ENTRIES:n})})),d=h.prototype,g=v(e),m=function(t,e,n){var r=g(t),i=a(s(e),!0);return!0===i?_(r).set(e,n):i[r.id]=n,t};return i(d,{delete:function(t){var e=g(this);if(!l(t))return!1;var n=a(t);return!0===n?_(e)["delete"](t):n&&f(n,e.id)&&delete n[e.id]},has:function(t){var e=g(this);if(!l(t))return!1;var n=a(t);return!0===n?_(e).has(t):n&&f(n,e.id)}}),i(d,n?{get:function(t){var e=g(this);if(l(t)){var n=a(t);return!0===n?_(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return m(this,t,e)}}:{add:function(t){return m(this,t,!0)}}),h}}},ace4:function(t,e,n){"use strict";var r=n("23e7"),i=n("4625"),a=n("d039"),o=n("621a"),s=n("825a"),c=n("23cb"),l=n("50c4"),u=n("4840"),h=o.ArrayBuffer,f=o.DataView,d=f.prototype,p=i(h.prototype.slice),v=i(d.getUint8),g=i(d.setUint8),m=a((function(){return!new h(2).slice(1,void 0).byteLength}));r({target:"ArrayBuffer",proto:!0,unsafe:!0,forced:m},{slice:function(t,e){if(p&&void 0===e)return p(s(this),t);var n=s(this).byteLength,r=c(t,n),i=c(void 0===e?n:e,n),a=new(u(this,h))(l(i-r)),o=new f(this),d=new f(a),m=0;while(r<i)g(d,m++,v(o,r++));return a}})},ad6d:function(t,e,n){"use strict";var r=n("825a");t.exports=function(){var t=r(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},add5:function(t,e,n){var r=n("3053"),i=r.Global;function a(){return i.localStorage}function o(t){return a().getItem(t)}function s(t,e){return a().setItem(t,e)}function c(t){for(var e=a().length-1;e>=0;e--){var n=a().key(e);t(o(n),n)}}function l(t){return a().removeItem(t)}function u(){return a().clear()}t.exports={name:"localStorage",read:o,write:s,each:c,remove:l,clearAll:u}},addb:function(t,e,n){"use strict";var r=n("f36a"),i=Math.floor,a=function(t,e){var n=t.length;if(n<8){var o,s,c=1;while(c<n){s=c,o=t[c];while(s&&e(t[s-1],o)>0)t[s]=t[--s];s!==c++&&(t[s]=o)}}else{var l=i(n/2),u=a(r(t,0,l),e),h=a(r(t,l),e),f=u.length,d=h.length,p=0,v=0;while(p<f||v<d)t[p+v]=p<f&&v<d?e(u[p],h[v])<=0?u[p++]:h[v++]:p<f?u[p++]:h[v++]}return t};t.exports=a},ade3:function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("53ca");n("8172"),n("efec"),n("a9e3");function i(t,e){if("object"!=Object(r["a"])(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=Object(r["a"])(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function a(t){var e=i(t,"string");return"symbol"==Object(r["a"])(e)?e:e+""}function o(t,e,n){return e=a(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},adf5:function(t,e,n){t.exports={default:n("9b21"),__esModule:!0}},ae55:function(t,e,n){"use strict";n.d(e,"b",(function(){return l}));var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=void 0;if("undefined"!==typeof window){var c=function(t){return{media:t,matches:!1,addListener:function(){},removeListener:function(){}}};window.matchMedia||(window.matchMedia=c),s=n("8e95")}var l=["xxl","xl","lg","md","sm","xs"],u={xs:"(max-width: 575px)",sm:"(min-width: 576px)",md:"(min-width: 768px)",lg:"(min-width: 992px)",xl:"(min-width: 1200px)",xxl:"(min-width: 1600px)"},h=[],f=-1,d={},p={dispatch:function(t){return d=t,!(h.length<1)&&(h.forEach((function(t){t.func(d)})),!0)},subscribe:function(t){0===h.length&&this.register();var e=(++f).toString();return h.push({token:e,func:t}),t(d),e},unsubscribe:function(t){h=h.filter((function(e){return e.token!==t})),0===h.length&&this.unregister()},unregister:function(){Object.keys(u).map((function(t){return s.unregister(u[t])}))},register:function(){var t=this;Object.keys(u).map((function(e){return s.register(u[e],{match:function(){var n=o()({},d,i()({},e,!0));t.dispatch(n)},unmatch:function(){var n=o()({},d,i()({},e,!1));t.dispatch(n)},destroy:function(){}})}))}};e["a"]=p},ae93:function(t,e,n){"use strict";var r,i,a,o=n("d039"),s=n("1626"),c=n("861d"),l=n("7c73"),u=n("e163"),h=n("cb2d"),f=n("b622"),d=n("c430"),p=f("iterator"),v=!1;[].keys&&(a=[].keys(),"next"in a?(i=u(u(a)),i!==Object.prototype&&(r=i)):v=!0);var g=!c(r)||o((function(){var t={};return r[p].call(t)!==t}));g?r={}:d&&(r=l(r)),s(r[p])||h(r,p,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:v}},aeb0:function(t,e,n){"use strict";var r=n("9bf2").f;t.exports=function(t,e,n){n in t||r(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},aed9:function(t,e,n){"use strict";var r=n("83ab"),i=n("d039");t.exports=r&&i((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},af03:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t){return r((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},af3d:function(t,e,n){"use strict";n("b2a3"),n("2200")},af93:function(t,e,n){"use strict";var r=n("23e7"),i=n("861d"),a=n("f183").onFreeze,o=n("bb2f"),s=n("d039"),c=Object.seal,l=s((function(){c(1)}));r({target:"Object",stat:!0,forced:l,sham:!o},{seal:function(t){return c&&i(t)?c(a(t)):t}})},aff5:function(t,e,n){"use strict";var r=n("23e7");r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MAX_SAFE_INTEGER:9007199254740991})},b03c:function(t,e){var n="auto",r={"":!0,lr:!0,rl:!0},i={start:!0,middle:!0,end:!0,left:!0,right:!0};function a(t){if("string"!==typeof t)return!1;var e=r[t.toLowerCase()];return!!e&&t.toLowerCase()}function o(t){if("string"!==typeof t)return!1;var e=i[t.toLowerCase()];return!!e&&t.toLowerCase()}function s(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function c(t,e,r){var i=this,c=/MSIE\s8\.0/.test(navigator.userAgent),l={};c?i=document.createElement("custom"):l.enumerable=!0,i.hasBeenReset=!1;var u="",h=!1,f=t,d=e,p=r,v=null,g="",m=!0,y="auto",b="start",_=50,x="middle",w=50,k="middle";if(Object.defineProperty(i,"id",s({},l,{get:function(){return u},set:function(t){u=""+t}})),Object.defineProperty(i,"pauseOnExit",s({},l,{get:function(){return h},set:function(t){h=!!t}})),Object.defineProperty(i,"startTime",s({},l,{get:function(){return f},set:function(t){if("number"!==typeof t)throw new TypeError("Start time must be set to a number.");f=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"endTime",s({},l,{get:function(){return d},set:function(t){if("number"!==typeof t)throw new TypeError("End time must be set to a number.");d=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"text",s({},l,{get:function(){return p},set:function(t){p=""+t,this.hasBeenReset=!0}})),Object.defineProperty(i,"region",s({},l,{get:function(){return v},set:function(t){v=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"vertical",s({},l,{get:function(){return g},set:function(t){var e=a(t);if(!1===e)throw new SyntaxError("An invalid or illegal string was specified.");g=e,this.hasBeenReset=!0}})),Object.defineProperty(i,"snapToLines",s({},l,{get:function(){return m},set:function(t){m=!!t,this.hasBeenReset=!0}})),Object.defineProperty(i,"line",s({},l,{get:function(){return y},set:function(t){if("number"!==typeof t&&t!==n)throw new SyntaxError("An invalid number or illegal string was specified.");y=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"lineAlign",s({},l,{get:function(){return b},set:function(t){var e=o(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");b=e,this.hasBeenReset=!0}})),Object.defineProperty(i,"position",s({},l,{get:function(){return _},set:function(t){if(t<0||t>100)throw new Error("Position must be between 0 and 100.");_=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"positionAlign",s({},l,{get:function(){return x},set:function(t){var e=o(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");x=e,this.hasBeenReset=!0}})),Object.defineProperty(i,"size",s({},l,{get:function(){return w},set:function(t){if(t<0||t>100)throw new Error("Size must be between 0 and 100.");w=t,this.hasBeenReset=!0}})),Object.defineProperty(i,"align",s({},l,{get:function(){return k},set:function(t){var e=o(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");k=e,this.hasBeenReset=!0}})),i.displayState=void 0,c)return i}c.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)},t.exports=c},b041:function(t,e,n){"use strict";var r=n("00ee"),i=n("f5df");t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b047:function(t,e,n){var r=n("1a8c"),i=n("408c"),a=n("b4b0"),o="Expected a function",s=Math.max,c=Math.min;function l(t,e,n){var l,u,h,f,d,p,v=0,g=!1,m=!1,y=!0;if("function"!=typeof t)throw new TypeError(o);function b(e){var n=l,r=u;return l=u=void 0,v=e,f=t.apply(r,n),f}function _(t){return v=t,d=setTimeout(k,e),g?b(t):f}function x(t){var n=t-p,r=t-v,i=e-n;return m?c(i,h-r):i}function w(t){var n=t-p,r=t-v;return void 0===p||n>=e||n<0||m&&r>=h}function k(){var t=i();if(w(t))return C(t);d=setTimeout(k,x(t))}function C(t){return d=void 0,y&&l?b(t):(l=u=void 0,f)}function S(){void 0!==d&&clearTimeout(d),v=0,l=p=u=d=void 0}function T(){return void 0===d?f:C(i())}function O(){var t=i(),n=w(t);if(l=arguments,u=this,p=t,n){if(void 0===d)return _(p);if(m)return clearTimeout(d),d=setTimeout(k,e),b(p)}return void 0===d&&(d=setTimeout(k,e)),f}return e=a(e)||0,r(n)&&(g=!!n.leading,m="maxWait"in n,h=m?s(a(n.maxWait)||0,e):h,y="trailing"in n?!!n.trailing:y),O.cancel=S,O.flush=T,O}t.exports=l},b047f:function(t,e){function n(t){return function(e){return t(e)}}t.exports=n},b074:function(t,e,n){var r=n("89a7"),i=n("e1c8"),a=n("b30f"),o=n("e003"),s=i.DOMImplementation,c=r.NAMESPACE,l=o.ParseError,u=o.XMLReader;function h(t){return t.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function f(t){this.options=t||{locator:{}}}function d(t,e,n){if(!t){if(e instanceof p)return e;t=e}var r={},i=t instanceof Function;function a(e){var a=t[e];!a&&i&&(a=2==t.length?function(n){t(e,n)}:t),r[e]=a&&function(t){a("[xmldom "+e+"]\t"+t+g(n))}||function(){}}return n=n||{},a("warning"),a("error"),a("fatalError"),r}function p(){this.cdata=!1}function v(t,e){e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber}function g(t){if(t)return"\n@"+(t.systemId||"")+"#[line:"+t.lineNumber+",col:"+t.columnNumber+"]"}function m(t,e,n){return"string"==typeof t?t.substr(e,n):t.length>=e+n||e?new java.lang.String(t,e,n)+"":t}function y(t,e){t.currentElement?t.currentElement.appendChild(e):t.doc.appendChild(e)}f.prototype.parseFromString=function(t,e){var n=this.options,r=new u,i=n.domBuilder||new p,o=n.errorHandler,s=n.locator,l=n.xmlns||{},f=/\/x?html?$/.test(e),v=f?a.HTML_ENTITIES:a.XML_ENTITIES;s&&i.setDocumentLocator(s),r.errorHandler=d(o,i,s),r.domBuilder=n.domBuilder||i,f&&(l[""]=c.HTML),l.xml=l.xml||c.XML;var g=n.normalizeLineEndings||h;return t&&"string"===typeof t?r.parse(g(t),l,v):r.errorHandler.error("invalid doc source"),i.doc},p.prototype={startDocument:function(){this.doc=(new s).createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(t,e,n,r){var i=this.doc,a=i.createElementNS(t,n||e),o=r.length;y(this,a),this.currentElement=a,this.locator&&v(this.locator,a);for(var s=0;s<o;s++){t=r.getURI(s);var c=r.getValue(s),l=(n=r.getQName(s),i.createAttributeNS(t,n));this.locator&&v(r.getLocator(s),l),l.value=l.nodeValue=c,a.setAttributeNode(l)}},endElement:function(t,e,n){var r=this.currentElement;r.tagName;this.currentElement=r.parentNode},startPrefixMapping:function(t,e){},endPrefixMapping:function(t){},processingInstruction:function(t,e){var n=this.doc.createProcessingInstruction(t,e);this.locator&&v(this.locator,n),y(this,n)},ignorableWhitespace:function(t,e,n){},characters:function(t,e,n){if(t=m.apply(this,arguments),t){if(this.cdata)var r=this.doc.createCDATASection(t);else r=this.doc.createTextNode(t);this.currentElement?this.currentElement.appendChild(r):/^\s*$/.test(t)&&this.doc.appendChild(r),this.locator&&v(this.locator,r)}},skippedEntity:function(t){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(t){(this.locator=t)&&(t.lineNumber=0)},comment:function(t,e,n){t=m.apply(this,arguments);var r=this.doc.createComment(t);this.locator&&v(this.locator,r),y(this,r)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(t,e,n){var r=this.doc.implementation;if(r&&r.createDocumentType){var i=r.createDocumentType(t,e,n);this.locator&&v(this.locator,i),y(this,i),this.doc.doctype=i}},warning:function(t){console.warn("[xmldom warning]\t"+t,g(this.locator))},error:function(t){console.error("[xmldom error]\t"+t,g(this.locator))},fatalError:function(t){throw new l(t,this.locator)}},"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(t){p.prototype[t]=function(){return null}})),e.__DOMHandler=p,e.normalizeLineEndings=h,e.DOMParser=f},b0a8:function(t,e){var n=9007199254740991,r=Math.floor;function i(t,e){var i="";if(!t||e<1||e>n)return i;do{e%2&&(i+=t),e=r(e/2),e&&(t+=t)}while(e);return i}t.exports=i},b0c0:function(t,e,n){"use strict";var r=n("83ab"),i=n("5e77").EXISTS,a=n("e330"),o=n("edd0"),s=Function.prototype,c=a(s.toString),l=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=a(l.exec),h="name";r&&!i&&o(s,h,{configurable:!0,get:function(){try{return u(l,c(this))[1]}catch(t){return""}}})},b17c:function(t,e,n){n("14d9"),n("4ae1");var r=n("4a4b"),i=n("6f8f");function a(t,e,n){if(i())return Reflect.construct.apply(null,arguments);var a=[null];a.push.apply(a,e);var o=new(t.bind.apply(t,a));return n&&r(o,n.prototype),o}t.exports=a,t.exports.__esModule=!0,t.exports["default"]=t.exports},b1b3:function(t,e,n){var r=n("77e9"),i=n("23dd");t.exports=n("5524").getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return r(e.call(t))}},b1e0:function(t,e,n){"use strict";n.d(e,"a",(function(){return m})),n.d(e,"c",(function(){return _}));var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("b047"),u=n.n(l),h=n("4d91"),f=n("b488"),d=n("daa3"),p=n("7b05"),v=n("9cba"),g=h["a"].oneOf(["small","default","large"]),m=function(){return{prefixCls:h["a"].string,spinning:h["a"].bool,size:g,wrapperClassName:h["a"].string,tip:h["a"].string,delay:h["a"].number,indicator:h["a"].any}},y=void 0;function b(t,e){return!!t&&!!e&&!isNaN(Number(e))}function _(t){y="function"===typeof t.indicator?t.indicator:function(e){return e(t.indicator)}}e["b"]={name:"ASpin",mixins:[f["a"]],props:Object(d["t"])(m(),{size:"default",spinning:!0,wrapperClassName:""}),inject:{configProvider:{default:function(){return v["a"]}}},data:function(){var t=this.spinning,e=this.delay,n=b(t,e);return this.originalUpdateSpinning=this.updateSpinning,this.debouncifyUpdateSpinning(this.$props),{sSpinning:t&&!n}},mounted:function(){this.updateSpinning()},updated:function(){var t=this;this.$nextTick((function(){t.debouncifyUpdateSpinning(),t.updateSpinning()}))},beforeDestroy:function(){this.cancelExistingSpin()},methods:{debouncifyUpdateSpinning:function(t){var e=t||this.$props,n=e.delay;n&&(this.cancelExistingSpin(),this.updateSpinning=u()(this.originalUpdateSpinning,n))},updateSpinning:function(){var t=this.spinning,e=this.sSpinning;e!==t&&this.setState({sSpinning:t})},cancelExistingSpin:function(){var t=this.updateSpinning;t&&t.cancel&&t.cancel()},getChildren:function(){return this.$slots&&this.$slots["default"]?Object(d["c"])(this.$slots["default"]):null},renderIndicator:function(t,e){var n=e+"-dot",r=Object(d["g"])(this,"indicator");return null===r?null:(Array.isArray(r)&&(r=Object(d["c"])(r),r=1===r.length?r[0]:r),Object(d["w"])(r)?Object(p["a"])(r,{class:n}):y&&Object(d["w"])(y(t))?Object(p["a"])(y(t),{class:n}):t("span",{class:n+" "+e+"-dot-spin"},[t("i",{class:e+"-dot-item"}),t("i",{class:e+"-dot-item"}),t("i",{class:e+"-dot-item"}),t("i",{class:e+"-dot-item"})]))}},render:function(t){var e,n=this.$props,r=n.size,a=n.prefixCls,s=n.tip,l=n.wrapperClassName,u=c()(n,["size","prefixCls","tip","wrapperClassName"]),h=this.configProvider.getPrefixCls,f=h("spin",a),p=this.sSpinning,v=(e={},o()(e,f,!0),o()(e,f+"-sm","small"===r),o()(e,f+"-lg","large"===r),o()(e,f+"-spinning",p),o()(e,f+"-show-text",!!s),e),g=t("div",i()([u,{class:v}]),[this.renderIndicator(t,f),s?t("div",{class:f+"-text"},[s]):null]),m=this.getChildren();if(m){var y,b=(y={},o()(y,f+"-container",!0),o()(y,f+"-blur",p),y);return t("div",i()([{on:Object(d["k"])(this)},{class:[f+"-nested-loading",l]}]),[p&&t("div",{key:"loading"},[g]),t("div",{class:b,key:"container"},[m])])}return g}}},b1e5:function(t,e,n){var r=n("a994"),i=1,a=Object.prototype,o=a.hasOwnProperty;function s(t,e,n,a,s,c){var l=n&i,u=r(t),h=u.length,f=r(e),d=f.length;if(h!=d&&!l)return!1;var p=h;while(p--){var v=u[p];if(!(l?v in e:o.call(e,v)))return!1}var g=c.get(t),m=c.get(e);if(g&&m)return g==e&&m==t;var y=!0;c.set(t,e),c.set(e,t);var b=l;while(++p<h){v=u[p];var _=t[v],x=e[v];if(a)var w=l?a(x,_,v,e,t,c):a(_,x,v,t,e,c);if(!(void 0===w?_===x||s(_,x,n,a,c):w)){y=!1;break}b||(b="constructor"==v)}if(y&&!b){var k=t.constructor,C=e.constructor;k==C||!("constructor"in t)||!("constructor"in e)||"function"==typeof k&&k instanceof k&&"function"==typeof C&&C instanceof C||(y=!1)}return c["delete"](t),c["delete"](e),y}t.exports=s},b218:function(t,e){var n=9007199254740991;function r(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=n}t.exports=r},b24f:function(t,e,n){"use strict";e.__esModule=!0;var r=n("93ff"),i=s(r),a=n("1727"),o=s(a);function s(t){return t&&t.__esModule?t:{default:t}}e.default=function(){function t(t,e){var n=[],r=!0,i=!1,a=void 0;try{for(var s,c=(0,o.default)(t);!(r=(s=c.next()).done);r=!0)if(n.push(s.value),e&&n.length===e)break}catch(l){i=!0,a=l}finally{try{!r&&c["return"]&&c["return"]()}finally{if(i)throw a}}return n}return function(e,n){if(Array.isArray(e))return e;if((0,i.default)(Object(e)))return t(e,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}()},b2a3:function(t,e,n){},b2b7:function(t,e,n){"use strict";n.r(e),n.d(e,"isElementNode",(function(){return i})),n.d(e,"svgComponent",(function(){return o}));var r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},i=function(t){return t.hasOwnProperty("tag")};function a(t,e){if(i(e)){var n=[];return e.children&&(n=e.children.map((function(e){return a(t,e)}))),t(e.tag,{attrs:e.attrsMap},n)}return e.text}var o=function(t){var e={props:{scale:{type:[Number,Boolean],default:1,required:!1},fill:{type:String,default:"currentColor",required:!1}},inheritAttrs:!1,computed:{dimension:function(){if(!this.scale||!t.attrsMap||!t.attrsMap.viewBox)return{};var e=t.attrsMap.viewBox.split(" ");return{width:Math.floor(parseInt(e[2])*this.scale),height:Math.floor(parseInt(e[3])*this.scale)}}},render:function(e){var n=this.scale?this.dimension:{},i=r({},t.attrsMap,{"aria-hidden":"true",fill:this.fill},n,this.$attrs);return e(t.tag,{attrs:i,on:this.$listeners},[this.$slots.default].concat((t.children||[]).map((function(t){return a(e,t)}))))}};return e}},b30f:function(t,e,n){"use strict";var r=n("89a7").freeze;e.XML_ENTITIES=r({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),e.HTML_ENTITIES=r({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"⁡",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"⁡",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ﬃ",fflig:"ﬀ",ffllig:"ﬄ",Ffr:"𝔉",ffr:"𝔣",filig:"ﬁ",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"ﬂ",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"Ĳ",ijlig:"ĳ",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ŉ",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}),e.entityMap=e.HTML_ENTITIES},b367:function(t,e,n){var r=n("5524"),i=n("ef08"),a="__core-js_shared__",o=i[a]||(i[a]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("e444")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},b380:function(t,e,n){"use strict";n("b2a3"),n("266d")},b384:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("f904"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var o={text:{type:String,required:!0},options:{type:Object,default:function(){return null}}},s={name:"VueCopyToClipboard",functional:!0,props:o,render:function(t,e){var n=e.props,r=e.listeners.copy,a=e.children,o=n||{},s=o.text,c=o.options;function l(t){t.preventDefault(),t.stopPropagation();var e=(0,i.default)(s,c);r&&r(s,e)}return t("span",{on:{click:l}},a)},install:function(t){t.component(s.name,s)}};e.default=s},b39a:function(t,e,n){"use strict";var r=n("da84"),i=n("2ba4"),a=n("ebb5"),o=n("d039"),s=n("f36a"),c=r.Int8Array,l=a.aTypedArray,u=a.exportTypedArrayMethod,h=[].toLocaleString,f=!!c&&o((function(){h.call(new c(1))})),d=o((function(){return[1,2].toLocaleString()!==new c([1,2]).toLocaleString()}))||!o((function(){c.prototype.toLocaleString.call([1,2])}));u("toLocaleString",(function(){return i(h,f?s(l(this)):l(this),s(arguments))}),d)},b42e:function(t,e,n){"use strict";var r=Math.ceil,i=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?i:r)(e)}},b44f:function(t,e,n){(function(e,n){t.exports=n()})(0,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){var r=n(1);t.exports=r},function(t,e,n){function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var i=n(2),a=["X","Y","XY","POLYGON"],o=function(){function t(e){r(this,t),this.startPoint=null,this.brushing=!1,this.dragging=!1,this.brushShape=null,this.container=null,this.polygonPath=null,this.style={fill:"#C5D4EB",opacity:.3,lineWidth:1,stroke:"#82A6DD"},this.type="XY",this.dragable=!1,this.dragoffX=0,this.dragoffY=0,this.inPlot=!0,this.xField=null,this.yField=null,this.filter=!e.dragable,this.onBrushstart=null,this.onBrushmove=null,this.onBrushend=null,this.onDragstart=null,this.onDragmove=null,this.onDragend=null,this._init(e)}return t.prototype._init=function(t){i.mix(this,t),this.type=this.type.toUpperCase(),-1===a.indexOf(this.type)&&(this.type="XY");var e=this.canvas;if(e){var n=void 0;e.get("children").map((function(t){return"plotBack"===t.get("type")?(n=t.get("plotRange"),!1):t})),this.plot={start:n.bl,end:n.tr},this.bindCanvasEvent()}if(this.chart){var r=this.chart,o=r.get("coord");this.plot={start:o.start,end:o.end};var s=r._getScales("x"),c=r._getScales("y");this.xScale=this.xField?s[this.xField]:r.getXScale(),this.yScale=this.yField?c[this.yField]:r.getYScales()[0]}},t.prototype.clearEvents=function(){this.onMouseDownListener&&this.onMouseDownListener.remove(),this.onMouseMoveListener&&this.onMouseMoveListener.remove(),this.onMouseupListener&&this.onMouseupListener.remove()},t.prototype.bindCanvasEvent=function(){var t=this.canvas,e=t.get("canvasDOM");this.clearEvents(),this.onMouseDownListener=i.addEventListener(e,"mousedown",i.wrapBehavior(this,"_onCanvasMouseDown")),this.onMouseMoveListener=i.addEventListener(e,"mousemove",i.wrapBehavior(this,"_onCanvasMouseMove")),this.onMouseUpListener=i.addEventListener(e,"mouseup",i.wrapBehavior(this,"_onCanvasMouseUp"))},t.prototype._onCanvasMouseDown=function(t){var e=this,n=e.canvas,r=e.type,i=e.brushShape;if(r){var a={x:t.offsetX,y:t.offsetY},o=e.plot&&e.inPlot,s=n.get("canvasDOM"),c=n.get("pixelRatio");if(e.selection&&(e.selection=null),e.dragable&&i&&!i.get("destroyed")){if(i.isHit(a.x*c,a.y*c)){if(s.style.cursor="move",e.selection=i,e.dragging=!0,"X"===r)e.dragoffX=a.x-i.attr("x"),e.dragoffY=0;else if("Y"===r)e.dragoffX=0,e.dragoffY=a.y-i.attr("y");else if("XY"===r)e.dragoffX=a.x-i.attr("x"),e.dragoffY=a.y-i.attr("y");else if("POLYGON"===r){var l=i.getBBox();e.dragoffX=a.x-l.minX,e.dragoffY=a.y-l.minY}o&&e.selection.attr("clip",n.addShape("rect",{attrs:{x:this.plot.start.x,y:this.plot.end.y,width:this.plot.end.x-this.plot.start.x,height:this.plot.start.y-this.plot.end.y,fill:"#fff",fillOpacity:0}})),e.onDragstart&&e.onDragstart(t)}e.prePoint=a}if(!e.dragging){e.onBrushstart&&e.onBrushstart(a);var u=e.container;if(o){var h=e.plot,f=h.start,d=h.end;if(a.x<f.x||a.x>d.x||a.y<d.y||a.y>f.y)return}s.style.cursor="crosshair",e.startPoint=a,e.brushShape=null,e.brushing=!0,u?u.clear():(u=n.addGroup({zIndex:5}),u.initTransform()),e.container=u,"POLYGON"===r&&(e.polygonPath="M "+a.x+" "+a.y)}}},t.prototype._onCanvasMouseMove=function(t){var e=this,n=e.brushing,r=e.dragging,a=e.type,o=e.plot,s=e.startPoint,c=e.xScale,l=e.yScale,u=e.canvas;if(n||r){var h={x:t.offsetX,y:t.offsetY},f=u.get("canvasDOM");if(n){f.style.cursor="crosshair";var d=o.start,p=o.end,v=e.polygonPath,g=e.brushShape,m=e.container;e.plot&&e.inPlot&&(h=e._limitCoordScope(h));var y=void 0,b=void 0,_=void 0,x=void 0;"Y"===a?(y=d.x,b=h.y>=s.y?s.y:h.y,_=Math.abs(d.x-p.x),x=Math.abs(s.y-h.y)):"X"===a?(y=h.x>=s.x?s.x:h.x,b=p.y,_=Math.abs(s.x-h.x),x=Math.abs(p.y-d.y)):"XY"===a?(h.x>=s.x?(y=s.x,b=h.y>=s.y?s.y:h.y):(y=h.x,b=h.y>=s.y?s.y:h.y),_=Math.abs(s.x-h.x),x=Math.abs(s.y-h.y)):"POLYGON"===a&&(v+="L "+h.x+" "+h.y,e.polygonPath=v,g?!g.get("destroyed")&&g.attr(i.mix({},g.__attrs,{path:v})):g=m.addShape("path",{attrs:i.mix(e.style,{path:v})})),"POLYGON"!==a&&(g?!g.get("destroyed")&&g.attr(i.mix({},g.__attrs,{x:y,y:b,width:_,height:x})):g=m.addShape("rect",{attrs:i.mix(e.style,{x:y,y:b,width:_,height:x})})),e.brushShape=g}else if(r){f.style.cursor="move";var w=e.selection;if(w&&!w.get("destroyed"))if("POLYGON"===a){var k=e.prePoint;e.selection.translate(h.x-k.x,h.y-k.y)}else e.dragoffX&&w.attr("x",h.x-e.dragoffX),e.dragoffY&&w.attr("y",h.y-e.dragoffY)}e.prePoint=h,u.draw();var C=e._getSelected(),S=C.data,T=C.shapes,O=C.xValues,M=C.yValues,E={data:S,shapes:T,x:h.x,y:h.y};c&&(E[c.field]=O),l&&(E[l.field]=M),e.onDragmove&&e.onDragmove(E),e.onBrushmove&&e.onBrushmove(E)}},t.prototype._onCanvasMouseUp=function(t){var e=this,n=e.data,r=e.shapes,a=e.xValues,o=e.yValues,s=e.canvas,c=e.type,l=e.startPoint,u=e.chart,h=e.container,f=e.xScale,d=e.yScale,p=t.offsetX,v=t.offsetY,g=s.get("canvasDOM");if(g.style.cursor="default",Math.abs(l.x-p)<=1&&Math.abs(l.y-v)<=1)return e.brushing=!1,void(e.dragging=!1);var m={data:n,shapes:r,x:p,y:v};if(f&&(m[f.field]=a),d&&(m[d.field]=o),e.dragging)e.dragging=!1,e.onDragend&&e.onDragend(m);else if(e.brushing){e.brushing=!1;var y=e.brushShape,b=e.polygonPath;"POLYGON"===c&&(b+="z",y&&!y.get("destroyed")&&y.attr(i.mix({},y.__attrs,{path:b})),e.polygonPath=b,s.draw()),e.onBrushend?e.onBrushend(m):u&&e.filter&&(h.clear(),"X"===c?f&&u.filter(f.field,(function(t){return a.indexOf(t)>-1})):("Y"===c||f&&u.filter(f.field,(function(t){return a.indexOf(t)>-1})),d&&u.filter(d.field,(function(t){return o.indexOf(t)>-1}))),u.repaint())}},t.prototype.setType=function(t){t&&(this.type=t.toUpperCase())},t.prototype.destroy=function(){this.clearEvents()},t.prototype._limitCoordScope=function(t){var e=this.plot,n=e.start,r=e.end;return t.x<n.x&&(t.x=n.x),t.x>r.x&&(t.x=r.x),t.y<r.y&&(t.y=r.y),t.y>n.y&&(t.y=n.y),t},t.prototype._getSelected=function(){var t=this.chart,e=this.xScale,n=this.yScale,r=this.brushShape,i=this.canvas,a=i.get("pixelRatio"),o=[],s=[],c=[],l=[];if(t){var u=t.get("geoms");u.map((function(t){var i=t.getShapes();return i.map((function(t){var i=t.get("origin");return Array.isArray(i)||(i=[i]),i.map((function(i){if(r.isHit(i.x*a,i.y*a)){o.push(t);var u=i._origin;l.push(u),e&&s.push(u[e.field]),n&&c.push(u[n.field])}return i})),t})),t}))}return this.shapes=o,this.xValues=s,this.yValues=c,this.data=l,{data:l,xValues:s,yValues:c,shapes:o}},t}();t.exports=o},function(t,e){function n(t,e){for(var n in e)e.hasOwnProperty(n)&&"constructor"!==n&&void 0!==e[n]&&(t[n]=e[n])}var r={mix:function(t,e,r,i){return e&&n(t,e),r&&n(t,r),i&&n(t,i),t},addEventListener:function(t,e,n){return t.addEventListener?(t.addEventListener(e,n,!1),{remove:function(){t.removeEventListener(e,n,!1)}}):t.attachEvent?(t.attachEvent("on"+e,n),{remove:function(){t.detachEvent("on"+e,n)}}):void 0},wrapBehavior:function(t,e){if(t["_wrap_"+e])return t["_wrap_"+e];var n=function(n){t[e](n)};return t["_wrap_"+e]=n,n},getWrapBehavior:function(t,e){return t["_wrap_"+e]}};t.exports=r}])}))},b488:function(t,e,n){"use strict";var r=n("9b57"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("daa3");e["a"]={methods:{setState:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments[1],n="function"===typeof t?t(this.$data,this.$props):t;if(this.getDerivedStateFromProps){var r=this.getDerivedStateFromProps(Object(s["l"])(this),o()({},this.$data,n));if(null===r)return;n=o()({},n,r||{})}o()(this.$data,n),this.$forceUpdate(),this.$nextTick((function(){e&&e()}))},__emit:function(){var t=[].slice.call(arguments,0),e=t[0],n=this.$listeners[e];if(t.length&&n)if(Array.isArray(n))for(var r=0,a=n.length;r<a;r++)n[r].apply(n,i()(t.slice(1)));else n.apply(void 0,i()(t.slice(1)))}}}},b4a0:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("f8d5"),o=n("01c2"),s={lang:i()({placeholder:"Select date",rangePlaceholder:["Start date","End date"]},a["a"]),timePickerLocale:i()({},o["a"])};e["a"]=s},b4b0:function(t,e,n){var r=n("8d74"),i=n("1a8c"),a=n("ffd6"),o=NaN,s=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;function h(t){if("number"==typeof t)return t;if(a(t))return o;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=r(t);var n=c.test(t);return n||l.test(t)?u(t.slice(2),n?2:8):s.test(t)?o:+t}t.exports=h},b4c0:function(t,e,n){var r=n("cb5a");function i(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}t.exports=i},b4f8:function(t,e,n){"use strict";var r=n("23e7"),i=n("d066"),a=n("1a2d"),o=n("577e"),s=n("5692"),c=n("0b43"),l=s("string-to-symbol-registry"),u=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=o(t);if(a(l,e))return l[e];var n=i("Symbol")(e);return l[e]=n,u[n]=e,n}})},b50d:function(t,e,n){"use strict";var r=n("c532"),i=n("467f"),a=n("30b5"),o=n("83b9"),s=n("c345"),c=n("3934"),l=n("2d83");t.exports=function(t){return new Promise((function(e,u){var h=t.data,f=t.headers;r.isFormData(h)&&delete f["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var p=t.auth.username||"",v=t.auth.password||"";f.Authorization="Basic "+btoa(p+":"+v)}var g=o(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),a(g,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?s(d.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?d.response:d.responseText,a={data:r,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};i(e,u,a),d=null}},d.onabort=function(){d&&(u(l("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){u(l("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),u(l(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var m=n("7aac"),y=(t.withCredentials||c(g))&&t.xsrfCookieName?m.read(t.xsrfCookieName):void 0;y&&(f[t.xsrfHeaderName]=y)}if("setRequestHeader"in d&&r.forEach(f,(function(t,e){"undefined"===typeof h&&"content-type"===e.toLowerCase()?delete f[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(b){if("json"!==t.responseType)throw b}"function"===typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),u(t),d=null)})),void 0===h&&(h=null),d.send(h)}))}},b558:function(t,e,n){"use strict";var r=n("2b0e"),i=n("92fa"),a=n.n(i),o=n("41b2"),s=n.n(o),c=n("6042"),l=n.n(c),u=n("4d26"),h=n.n(u),f=n("0c63"),d=n("4d91"),p=n("7b05"),v=n("daa3");function g(t){return!!(Object(v["g"])(t,"prefix")||Object(v["g"])(t,"suffix")||t.$props.allowClear)}var m=["text","input"],y={props:{prefixCls:d["a"].string,inputType:d["a"].oneOf(m),value:d["a"].any,defaultValue:d["a"].any,allowClear:d["a"].bool,element:d["a"].any,handleReset:d["a"].func,disabled:d["a"].bool,size:d["a"].oneOf(["small","large","default"]),suffix:d["a"].any,prefix:d["a"].any,addonBefore:d["a"].any,addonAfter:d["a"].any,className:d["a"].string,readOnly:d["a"].bool},methods:{renderClearIcon:function(t){var e=this.$createElement,n=this.$props,r=n.allowClear,i=n.value,a=n.disabled,o=n.readOnly,s=n.inputType,c=n.handleReset;if(!r||a||o||void 0===i||null===i||""===i)return null;var l=s===m[0]?t+"-textarea-clear-icon":t+"-clear-icon";return e(f["a"],{attrs:{type:"close-circle",theme:"filled",role:"button"},on:{click:c},class:l})},renderSuffix:function(t){var e=this.$createElement,n=this.$props,r=n.suffix,i=n.allowClear;return r||i?e("span",{class:t+"-suffix"},[this.renderClearIcon(t),r]):null},renderLabeledIcon:function(t,e){var n,r=this.$createElement,i=this.$props,a=this.renderSuffix(t);if(!g(this))return Object(p["a"])(e,{props:{value:i.value}});var o=i.prefix?r("span",{class:t+"-prefix"},[i.prefix]):null,s=h()(i.className,t+"-affix-wrapper",(n={},l()(n,t+"-affix-wrapper-sm","small"===i.size),l()(n,t+"-affix-wrapper-lg","large"===i.size),l()(n,t+"-affix-wrapper-input-with-clear-btn",i.suffix&&i.allowClear&&this.$props.value),n));return r("span",{class:s,style:i.style},[o,Object(p["a"])(e,{style:null,props:{value:i.value},class:W(t,i.size,i.disabled)}),a])},renderInputWithLabel:function(t,e){var n,r=this.$createElement,i=this.$props,a=i.addonBefore,o=i.addonAfter,s=i.style,c=i.size,u=i.className;if(!a&&!o)return e;var f=t+"-group",d=f+"-addon",v=a?r("span",{class:d},[a]):null,g=o?r("span",{class:d},[o]):null,m=h()(t+"-wrapper",l()({},f,a||o)),y=h()(u,t+"-group-wrapper",(n={},l()(n,t+"-group-wrapper-sm","small"===c),l()(n,t+"-group-wrapper-lg","large"===c),n));return r("span",{class:y,style:s},[r("span",{class:m},[v,Object(p["a"])(e,{style:null}),g])])},renderTextAreaWithClearIcon:function(t,e){var n=this.$createElement,r=this.$props,i=r.value,a=r.allowClear,o=r.className,s=r.style;if(!a)return Object(p["a"])(e,{props:{value:i}});var c=h()(o,t+"-affix-wrapper",t+"-affix-wrapper-textarea-with-clear-btn");return n("span",{class:c,style:s},[Object(p["a"])(e,{style:null,props:{value:i}}),this.renderClearIcon(t)])},renderClearableLabeledInput:function(){var t=this.$props,e=t.prefixCls,n=t.inputType,r=t.element;return n===m[0]?this.renderTextAreaWithClearIcon(e,r):this.renderInputWithLabel(e,this.renderLabeledIcon(e,r))}},render:function(){return this.renderClearableLabeledInput()}},b=y,_=n("6dd8"),x={name:"ResizeObserver",props:{disabled:Boolean},data:function(){return this.currentElement=null,this.resizeObserver=null,{width:0,height:0}},mounted:function(){this.onComponentUpdated()},updated:function(){this.onComponentUpdated()},beforeDestroy:function(){this.destroyObserver()},methods:{onComponentUpdated:function(){var t=this.$props.disabled;if(t)this.destroyObserver();else{var e=this.$el,n=e!==this.currentElement;n&&(this.destroyObserver(),this.currentElement=e),!this.resizeObserver&&e&&(this.resizeObserver=new _["a"](this.onResize),this.resizeObserver.observe(e))}},onResize:function(t){var e=t[0].target,n=e.getBoundingClientRect(),r=n.width,i=n.height,a=Math.floor(r),o=Math.floor(i);if(this.width!==a||this.height!==o){var s={width:a,height:o};this.width=a,this.height=o,this.$emit("resize",s)}},destroyObserver:function(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}},render:function(){return this.$slots["default"][0]}},w=x,k=n("0464"),C="\n  min-height:0 !important;\n  max-height:none !important;\n  height:0 !important;\n  visibility:hidden !important;\n  overflow:hidden !important;\n  position:absolute !important;\n  z-index:-1000 !important;\n  top:0 !important;\n  right:0 !important\n",S=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing"],T={},O=void 0;function M(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.getAttribute("id")||t.getAttribute("data-reactid")||t.getAttribute("name");if(e&&T[n])return T[n];var r=window.getComputedStyle(t),i=r.getPropertyValue("box-sizing")||r.getPropertyValue("-moz-box-sizing")||r.getPropertyValue("-webkit-box-sizing"),a=parseFloat(r.getPropertyValue("padding-bottom"))+parseFloat(r.getPropertyValue("padding-top")),o=parseFloat(r.getPropertyValue("border-bottom-width"))+parseFloat(r.getPropertyValue("border-top-width")),s=S.map((function(t){return t+":"+r.getPropertyValue(t)})).join(";"),c={sizingStyle:s,paddingSize:a,borderSize:o,boxSizing:i};return e&&n&&(T[n]=c),c}function E(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;O||(O=document.createElement("textarea"),document.body.appendChild(O)),t.getAttribute("wrap")?O.setAttribute("wrap",t.getAttribute("wrap")):O.removeAttribute("wrap");var i=M(t,e),a=i.paddingSize,o=i.borderSize,s=i.boxSizing,c=i.sizingStyle;O.setAttribute("style",c+";"+C),O.value=t.value||t.placeholder||"";var l=Number.MIN_SAFE_INTEGER,u=Number.MAX_SAFE_INTEGER,h=O.scrollHeight,f=void 0;if("border-box"===s?h+=o:"content-box"===s&&(h-=a),null!==n||null!==r){O.value=" ";var d=O.scrollHeight-a;null!==n&&(l=d*n,"border-box"===s&&(l=l+a+o),h=Math.max(l,h)),null!==r&&(u=d*r,"border-box"===s&&(u=u+a+o),f=h>u?"":"hidden",h=Math.min(u,h))}return{height:h+"px",minHeight:l+"px",maxHeight:u+"px",overflowY:f}}var A=n("b6bb"),P=n("6a21"),L=n("b488"),I={prefixCls:d["a"].string,inputPrefixCls:d["a"].string,defaultValue:d["a"].oneOfType([d["a"].string,d["a"].number]),value:d["a"].oneOfType([d["a"].string,d["a"].number]),placeholder:[String,Number],type:{default:"text",type:String},name:String,size:d["a"].oneOf(["small","large","default"]),disabled:d["a"].bool,readOnly:d["a"].bool,addonBefore:d["a"].any,addonAfter:d["a"].any,prefix:d["a"].any,suffix:d["a"].any,autoFocus:Boolean,allowClear:Boolean,lazy:{default:!0,type:Boolean},maxLength:d["a"].number,loading:d["a"].bool,className:d["a"].string},j=0,z=1,D=2,N=s()({},I,{autosize:d["a"].oneOfType([Object,Boolean]),autoSize:d["a"].oneOfType([Object,Boolean])}),R={name:"ResizableTextArea",props:N,data:function(){return{textareaStyles:{},resizeStatus:j}},mixins:[L["a"]],mounted:function(){var t=this;this.$nextTick((function(){t.resizeTextarea()}))},beforeDestroy:function(){A["a"].cancel(this.nextFrameActionId),A["a"].cancel(this.resizeFrameId)},watch:{value:function(){var t=this;this.$nextTick((function(){t.resizeTextarea()}))}},methods:{handleResize:function(t){var e=this.$data.resizeStatus,n=this.$props.autoSize;e===j&&(this.$emit("resize",t),n&&this.resizeOnNextFrame())},resizeOnNextFrame:function(){A["a"].cancel(this.nextFrameActionId),this.nextFrameActionId=Object(A["a"])(this.resizeTextarea)},resizeTextarea:function(){var t=this,e=this.$props.autoSize||this.$props.autosize;if(e&&this.$refs.textArea){var n=e.minRows,r=e.maxRows,i=E(this.$refs.textArea,!1,n,r);this.setState({textareaStyles:i,resizeStatus:z},(function(){A["a"].cancel(t.resizeFrameId),t.resizeFrameId=Object(A["a"])((function(){t.setState({resizeStatus:D},(function(){t.resizeFrameId=Object(A["a"])((function(){t.setState({resizeStatus:j}),t.fixFirefoxAutoScroll()}))}))}))}))}},fixFirefoxAutoScroll:function(){try{if(document.activeElement===this.$refs.textArea){var t=this.$refs.textArea.selectionStart,e=this.$refs.textArea.selectionEnd;this.$refs.textArea.setSelectionRange(t,e)}}catch(n){}},renderTextArea:function(){var t=this.$createElement,e=Object(v["l"])(this),n=e.prefixCls,r=e.autoSize,i=e.autosize,o=e.disabled,c=this.$data,u=c.textareaStyles,f=c.resizeStatus;Object(P["a"])(void 0===i,"Input.TextArea","autosize is deprecated, please use autoSize instead.");var d=Object(k["a"])(e,["prefixCls","autoSize","autosize","defaultValue","allowClear","type","lazy","value"]),p=h()(n,l()({},n+"-disabled",o)),g={};"value"in e&&(g.value=e.value||"");var m=s()({},u,f===z?{overflowX:"hidden",overflowY:"hidden"}:null),y={attrs:d,domProps:g,style:m,class:p,on:Object(k["a"])(Object(v["k"])(this),"pressEnter"),directives:[{name:"ant-input"}]};return t(w,{on:{resize:this.handleResize},attrs:{disabled:!(r||i)}},[t("textarea",a()([y,{ref:"textArea"}]))])}},render:function(){return this.renderTextArea()}},V=R,F=n("9cba"),H=s()({},I,{autosize:d["a"].oneOfType([Object,Boolean]),autoSize:d["a"].oneOfType([Object,Boolean])}),B={name:"ATextarea",inheritAttrs:!1,model:{prop:"value",event:"change.value"},props:s()({},H),inject:{configProvider:{default:function(){return F["a"]}}},data:function(){var t="undefined"===typeof this.value?this.defaultValue:this.value;return{stateValue:"undefined"===typeof t?"":t}},computed:{},watch:{value:function(t){this.stateValue=t}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&t.focus()}))},methods:{setValue:function(t,e){Object(v["b"])(this,"value")||(this.stateValue=t,this.$nextTick((function(){e&&e()})))},handleKeyDown:function(t){13===t.keyCode&&this.$emit("pressEnter",t),this.$emit("keydown",t)},onChange:function(t){this.$emit("change.value",t.target.value),this.$emit("change",t),this.$emit("input",t)},handleChange:function(t){var e=this,n=t.target,r=n.value,i=n.composing;(t.isComposing||i)&&this.lazy||this.stateValue===r||(this.setValue(t.target.value,(function(){e.$refs.resizableTextArea.resizeTextarea()})),q(this.$refs.resizableTextArea.$refs.textArea,t,this.onChange))},focus:function(){this.$refs.resizableTextArea.$refs.textArea.focus()},blur:function(){this.$refs.resizableTextArea.$refs.textArea.blur()},handleReset:function(t){var e=this;this.setValue("",(function(){e.$refs.resizableTextArea.renderTextArea(),e.focus()})),q(this.$refs.resizableTextArea.$refs.textArea,t,this.onChange)},renderTextArea:function(t){var e=this.$createElement,n=Object(v["l"])(this),r={props:s()({},n,{prefixCls:t}),on:s()({},Object(v["k"])(this),{input:this.handleChange,keydown:this.handleKeyDown}),attrs:this.$attrs};return e(V,a()([r,{ref:"resizableTextArea"}]))}},render:function(){var t=arguments[0],e=this.stateValue,n=this.prefixCls,r=this.configProvider.getPrefixCls,i=r("input",n),a={props:s()({},Object(v["l"])(this),{prefixCls:i,inputType:"text",value:$(e),element:this.renderTextArea(i),handleReset:this.handleReset}),on:Object(v["k"])(this)};return t(b,a)}};function U(){}function $(t){return"undefined"===typeof t||null===t?"":t}function q(t,e,n){if(n){var r=e;if("click"===e.type){Object.defineProperty(r,"target",{writable:!0}),Object.defineProperty(r,"currentTarget",{writable:!0}),r.target=t,r.currentTarget=t;var i=t.value;return t.value="",n(r),void(t.value=i)}n(r)}}function W(t,e,n){var r;return h()(t,(r={},l()(r,t+"-sm","small"===e),l()(r,t+"-lg","large"===e),l()(r,t+"-disabled",n),r))}var Y={name:"AInput",inheritAttrs:!1,model:{prop:"value",event:"change.value"},props:s()({},I),inject:{configProvider:{default:function(){return F["a"]}}},data:function(){var t=this.$props,e="undefined"===typeof t.value?t.defaultValue:t.value;return{stateValue:"undefined"===typeof e?"":e}},watch:{value:function(t){this.stateValue=t}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&t.focus(),t.clearPasswordValueAttribute()}))},beforeDestroy:function(){this.removePasswordTimeout&&clearTimeout(this.removePasswordTimeout)},methods:{onBlur:function(t){this.$forceUpdate();var e=Object(v["k"])(this),n=e.blur;n&&n(t)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},select:function(){this.$refs.input.select()},setValue:function(t,e){this.stateValue!==t&&(Object(v["s"])(this,"value")||(this.stateValue=t,this.$nextTick((function(){e&&e()}))))},onChange:function(t){this.$emit("change.value",t.target.value),this.$emit("change",t),this.$emit("input",t)},handleReset:function(t){var e=this;this.setValue("",(function(){e.focus()})),q(this.$refs.input,t,this.onChange)},renderInput:function(t){var e=this.$createElement,n=Object(k["a"])(this.$props,["prefixCls","addonBefore","addonAfter","prefix","suffix","allowClear","value","defaultValue","lazy","size","inputType","className"]),r=this.stateValue,i=this.handleKeyDown,a=this.handleChange,o=this.size,c=this.disabled,l={directives:[{name:"ant-input"}],domProps:{value:$(r)},attrs:s()({},n,this.$attrs),on:s()({},Object(v["k"])(this),{keydown:i,input:a,change:U,blur:this.onBlur}),class:W(t,o,c),ref:"input",key:"ant-input"};return e("input",l)},clearPasswordValueAttribute:function(){var t=this;this.removePasswordTimeout=setTimeout((function(){t.$refs.input&&t.$refs.input.getAttribute&&"password"===t.$refs.input.getAttribute("type")&&t.$refs.input.hasAttribute("value")&&t.$refs.input.removeAttribute("value")}))},handleChange:function(t){var e=t.target,n=e.value,r=e.composing;(t.isComposing||r)&&this.lazy||this.stateValue===n||(this.setValue(n,this.clearPasswordValueAttribute),q(this.$refs.input,t,this.onChange))},handleKeyDown:function(t){13===t.keyCode&&this.$emit("pressEnter",t),this.$emit("keydown",t)}},render:function(){var t=arguments[0];if("textarea"===this.$props.type){var e={props:this.$props,attrs:this.$attrs,on:s()({},Object(v["k"])(this),{input:this.handleChange,keydown:this.handleKeyDown,change:U,blur:this.onBlur})};return t(B,a()([e,{ref:"input"}]))}var n=this.$props.prefixCls,r=this.$data.stateValue,i=this.configProvider.getPrefixCls,o=i("input",n),c=Object(v["g"])(this,"addonAfter"),l=Object(v["g"])(this,"addonBefore"),u=Object(v["g"])(this,"suffix"),h=Object(v["g"])(this,"prefix"),f={props:s()({},Object(v["l"])(this),{prefixCls:o,inputType:"input",value:$(r),element:this.renderInput(o),handleReset:this.handleReset,addonAfter:c,addonBefore:l,suffix:u,prefix:h}),on:Object(v["k"])(this)};return t(b,f)}},K={name:"AInputGroup",props:{prefixCls:d["a"].string,size:{validator:function(t){return["small","large","default"].includes(t)}},compact:Boolean},inject:{configProvider:{default:function(){return F["a"]}}},computed:{classes:function(){var t,e=this.prefixCls,n=this.size,r=this.compact,i=void 0!==r&&r,a=this.configProvider.getPrefixCls,o=a("input-group",e);return t={},l()(t,""+o,!0),l()(t,o+"-lg","large"===n),l()(t,o+"-sm","small"===n),l()(t,o+"-compact",i),t}},methods:{},render:function(){var t=arguments[0];return t("span",a()([{class:this.classes},{on:Object(v["k"])(this)}]),[Object(v["c"])(this.$slots["default"])])}},X=n("8e8e"),G=n.n(X),Z=n("8df8"),Q=n("5efb"),J={name:"AInputSearch",inheritAttrs:!1,model:{prop:"value",event:"change.value"},props:s()({},I,{enterButton:d["a"].any}),inject:{configProvider:{default:function(){return F["a"]}}},methods:{onChange:function(t){t&&t.target&&"click"===t.type&&this.$emit("search",t.target.value,t),this.$emit("change",t)},onSearch:function(t){this.loading||this.disabled||(this.$emit("search",this.$refs.input.stateValue,t),Object(Z["isMobile"])({tablet:!0})||this.$refs.input.focus())},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderLoading:function(t){var e=this.$createElement,n=this.$props.size,r=Object(v["g"])(this,"enterButton");return r=r||""===r,r?e(Q["a"],{class:t+"-button",attrs:{type:"primary",size:n},key:"enterButton"},[e(f["a"],{attrs:{type:"loading"}})]):e(f["a"],{class:t+"-icon",attrs:{type:"loading"},key:"loadingIcon"})},renderSuffix:function(t){var e=this.$createElement,n=this.loading,r=Object(v["g"])(this,"suffix"),i=Object(v["g"])(this,"enterButton");if(i=i||""===i,n&&!i)return[r,this.renderLoading(t)];if(i)return r;var a=e(f["a"],{class:t+"-icon",attrs:{type:"search"},key:"searchIcon",on:{click:this.onSearch}});return r?[r,a]:a},renderAddonAfter:function(t){var e=this.$createElement,n=this.size,r=this.disabled,i=this.loading,a=t+"-button",o=Object(v["g"])(this,"enterButton");o=o||""===o;var s=Object(v["g"])(this,"addonAfter");if(i&&o)return[this.renderLoading(t),s];if(!o)return s;var c=Array.isArray(o)?o[0]:o,l=void 0,u=c.componentOptions&&c.componentOptions.Ctor.extendOptions.__ANT_BUTTON;return l="button"===c.tag||u?Object(p["a"])(c,{key:"enterButton",class:u?a:"",props:u?{size:n}:{},on:{click:this.onSearch}}):e(Q["a"],{class:a,attrs:{type:"primary",size:n,disabled:r},key:"enterButton",on:{click:this.onSearch}},[!0===o||""===o?e(f["a"],{attrs:{type:"search"}}):o]),s?[l,s]:l}},render:function(){var t=arguments[0],e=Object(v["l"])(this),n=e.prefixCls,r=e.inputPrefixCls,i=e.size,a=(e.loading,G()(e,["prefixCls","inputPrefixCls","size","loading"])),o=this.configProvider.getPrefixCls,c=o("input-search",n),u=o("input",r),f=Object(v["g"])(this,"enterButton"),d=Object(v["g"])(this,"addonBefore");f=f||""===f;var p,g=void 0;f?g=h()(c,(p={},l()(p,c+"-enter-button",!!f),l()(p,c+"-"+i,!!i),p)):g=c;var m=s()({},Object(v["k"])(this));delete m.search;var y={props:s()({},a,{prefixCls:u,size:i,suffix:this.renderSuffix(c),prefix:Object(v["g"])(this,"prefix"),addonAfter:this.renderAddonAfter(c),addonBefore:d,className:g}),attrs:this.$attrs,ref:"input",on:s()({pressEnter:this.onSearch},m,{change:this.onChange})};return t(Y,y)}},tt={click:"click",hover:"mouseover"},et={name:"AInputPassword",mixins:[L["a"]],inheritAttrs:!1,model:{prop:"value",event:"change.value"},props:s()({},I,{prefixCls:d["a"].string,inputPrefixCls:d["a"].string,action:d["a"].string.def("click"),visibilityToggle:d["a"].bool.def(!0)}),inject:{configProvider:{default:function(){return F["a"]}}},data:function(){return{visible:!1}},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},onVisibleChange:function(){this.disabled||this.setState({visible:!this.visible})},getIcon:function(t){var e,n=this.$createElement,r=this.$props.action,i=tt[r]||"",a={props:{type:this.visible?"eye":"eye-invisible"},on:(e={},l()(e,i,this.onVisibleChange),l()(e,"mousedown",(function(t){t.preventDefault()})),l()(e,"mouseup",(function(t){t.preventDefault()})),e),class:t+"-icon",key:"passwordIcon"};return n(f["a"],a)}},render:function(){var t=arguments[0],e=Object(v["l"])(this),n=e.prefixCls,r=e.inputPrefixCls,i=e.size,a=(e.suffix,e.visibilityToggle),o=G()(e,["prefixCls","inputPrefixCls","size","suffix","visibilityToggle"]),c=this.configProvider.getPrefixCls,u=c("input",r),f=c("input-password",n),d=a&&this.getIcon(f),p=h()(f,l()({},f+"-"+i,!!i)),g={props:s()({},o,{prefixCls:u,size:i,suffix:d,prefix:Object(v["g"])(this,"prefix"),addonAfter:Object(v["g"])(this,"addonAfter"),addonBefore:Object(v["g"])(this,"addonBefore")}),attrs:s()({},this.$attrs,{type:this.visible?"text":"password"}),class:p,ref:"input",on:Object(v["k"])(this)};return t(Y,g)}},nt=n("129d"),rt=n("db14");r["c"].use(nt["b"]),Y.Group=K,Y.Search=J,Y.TextArea=B,Y.Password=et,Y.install=function(t){t.use(rt["a"]),t.component(Y.name,Y),t.component(Y.Group.name,Y.Group),t.component(Y.Search.name,Y.Search),t.component(Y.TextArea.name,Y.TextArea),t.component(Y.Password.name,Y.Password)};e["a"]=Y},b56e:function(t,e,n){"use strict";var r=n("1626"),i=n("861d"),a=n("9bf2"),o=n("3a9b"),s=n("b622"),c=n("13d2"),l=s("hasInstance"),u=Function.prototype;l in u||a.f(u,l,{value:c((function(t){if(!r(this)||!i(t))return!1;var e=this.prototype;return i(e)?o(e,t):t instanceof this}),l)})},b575:function(t,e,n){"use strict";var r,i,a,o,s,c=n("da84"),l=n("157a"),u=n("0366"),h=n("2cf4").set,f=n("01b4"),d=n("1cdc"),p=n("d4c3"),v=n("a4b4"),g=n("605d"),m=c.MutationObserver||c.WebKitMutationObserver,y=c.document,b=c.process,_=c.Promise,x=l("queueMicrotask");if(!x){var w=new f,k=function(){var t,e;g&&(t=b.domain)&&t.exit();while(e=w.get())try{e()}catch(n){throw w.head&&r(),n}t&&t.enter()};d||g||v||!m||!y?!p&&_&&_.resolve?(o=_.resolve(void 0),o.constructor=_,s=u(o.then,o),r=function(){s(k)}):g?r=function(){b.nextTick(k)}:(h=u(h,c),r=function(){h(k)}):(i=!0,a=y.createTextNode(""),new m(k).observe(a,{characterData:!0}),r=function(){a.data=i=!i}),x=function(t){w.head||r(),w.add(t)}}t.exports=x},b5a7:function(t,e,n){var r=n("0b07"),i=n("2b3e"),a=r(i,"DataView");t.exports=a},b5c1:function(t,e,n){"use strict";var r=n("3f1d"),i=n("7b06"),a=n("be09"),o=n.n(a),s="2.2.1";function c(t){return t.streamingFormats={"rtmp/mp4":"MP4","rtmp/flv":"FLV"},t.streamFromParts=function(t,e){return t+"&"+e},t.streamToParts=function(t){var e={connection:"",stream:""};if(!t)return e;var n=t.search(/&(?![\w-]+=)/),r=void 0;return-1!==n?r=n+1:(n=r=t.lastIndexOf("/")+1,0===n&&(n=r=t.length)),e.connection=t.substring(0,n),e.stream=t.substring(r,t.length),e},t.isStreamingType=function(e){return e in t.streamingFormats},t.RTMP_RE=/^rtmp[set]?:\/\//i,t.isStreamingSrc=function(e){return t.RTMP_RE.test(e)},t.rtmpSourceHandler={},t.rtmpSourceHandler.canPlayType=function(e){return t.isStreamingType(e)?"maybe":""},t.rtmpSourceHandler.canHandleSource=function(e,n){var r=t.rtmpSourceHandler.canPlayType(e.type);return r||(t.isStreamingSrc(e.src)?"maybe":"")},t.rtmpSourceHandler.handleSource=function(e,n,r){var i=t.streamToParts(e.src);n.setRtmpConnection(i.connection),n.setRtmpStream(i.stream)},t.registerSourceHandler(t.rtmpSourceHandler),t}var l=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},u=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},h=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e},f=r["a"].getComponent("Tech"),d=r["a"].dom,p=r["a"].url,v=r["a"].createTimeRange,g=r["a"].mergeOptions,m=o.a&&o.a.navigator||{},y=function(t){function e(n,r){l(this,e);var i=h(this,t.call(this,n,r));return n.source&&i.ready((function(){this.setSource(n.source)}),!0),n.startTime&&i.ready((function(){this.load(),this.play(),this.currentTime(n.startTime)}),!0),o.a.videojs=o.a.videojs||{},o.a.videojs.Flash=o.a.videojs.Flash||{},o.a.videojs.Flash.onReady=e.onReady,o.a.videojs.Flash.onEvent=e.onEvent,o.a.videojs.Flash.onError=e.onError,i.on("seeked",(function(){this.lastSeekTarget_=void 0})),i}return u(e,t),e.prototype.createEl=function(){var t=this.options_;t.swf||(t.swf="https://vjs.zencdn.net/swf/"+i["a"]+"/video-js.swf");var n=t.techId,r=g({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:t.autoplay,preload:t.preload,loop:t.loop,muted:t.muted},t.flashVars),a=g({wmode:"opaque",bgcolor:"#000000"},t.params),o=g({id:n,name:n,class:"vjs-tech"},t.attributes);return this.el_=e.embed(t.swf,r,a,o),this.el_.tech=this,this.el_},e.prototype.play=function(){this.ended()&&this.setCurrentTime(0),this.el_.vjs_play()},e.prototype.pause=function(){this.el_.vjs_pause()},e.prototype.src=function(t){return void 0===t?this.currentSrc():this.setSrc(t)},e.prototype.setSrc=function(t){var e=this;t=p.getAbsoluteURL(t),this.el_.vjs_src(t),this.autoplay()&&this.setTimeout((function(){return e.play()}),0)},e.prototype.seeking=function(){return void 0!==this.lastSeekTarget_},e.prototype.setCurrentTime=function(e){var n=this.seekable();n.length&&(e=e>n.start(0)?e:n.start(0),e=e<n.end(n.length-1)?e:n.end(n.length-1),this.lastSeekTarget_=e,this.trigger("seeking"),this.el_.vjs_setProperty("currentTime",e),t.prototype.setCurrentTime.call(this))},e.prototype.currentTime=function(){return this.seeking()?this.lastSeekTarget_||0:this.el_.vjs_getProperty("currentTime")},e.prototype.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.vjs_getProperty("currentSrc")},e.prototype.duration=function(){if(0===this.readyState())return NaN;var t=this.el_.vjs_getProperty("duration");return t>=0?t:1/0},e.prototype.load=function(){this.el_.vjs_load()},e.prototype.poster=function(){this.el_.vjs_getProperty("poster")},e.prototype.setPoster=function(){},e.prototype.seekable=function(){var t=this.duration();return 0===t?v():v(0,t)},e.prototype.buffered=function(){var t=this.el_.vjs_getProperty("buffered");return 0===t.length?v():v(t[0][0],t[0][1])},e.prototype.supportsFullScreen=function(){return!1},e.prototype.enterFullScreen=function(){return!1},e.prototype.getVideoPlaybackQuality=function(){var t=this.el_.vjs_getProperty("getVideoPlaybackQuality");return o.a.performance&&"function"===typeof o.a.performance.now?t.creationTime=o.a.performance.now():o.a.performance&&o.a.performance.timing&&"number"===typeof o.a.performance.timing.navigationStart&&(t.creationTime=o.a.Date.now()-o.a.performance.timing.navigationStart),t},e}(f),b=["rtmpConnection","rtmpStream","preload","defaultPlaybackRate","playbackRate","autoplay","loop","controls","volume","muted","defaultMuted"],_=["networkState","readyState","initialTime","startOffsetTime","paused","ended","videoWidth","videoHeight"],x=y.prototype;function w(t){var e=t.charAt(0).toUpperCase()+t.slice(1);x["set"+e]=function(e){return this.el_.vjs_setProperty(t,e)}}function k(t){x[t]=function(){return this.el_.vjs_getProperty(t)}}for(var C=0;C<b.length;C++)k(b[C]),w(b[C]);for(var S=0;S<_.length;S++)k(_[S]);y.isSupported=function(){return!((!r["a"].browser.IS_CHROME||r["a"].browser.IS_ANDROID&&r["a"].browser.IS_IOS)&&(!r["a"].browser.IS_SAFARI||r["a"].browser.IS_IOS)&&!r["a"].browser.IS_EDGE)||y.version()[0]>=10},f.withSourceHandlers(y),y.nativeSourceHandler={},y.nativeSourceHandler.canPlayType=function(t){return t in y.formats?"maybe":""},y.nativeSourceHandler.canHandleSource=function(t,e){var n=void 0;function r(t){var e=p.getFileExtension(t);return e?"video/"+e:""}return n=t.type?t.type.replace(/;.*/,"").toLowerCase():r(t.src),y.nativeSourceHandler.canPlayType(n)},y.nativeSourceHandler.handleSource=function(t,e,n){e.setSrc(t.src)},y.nativeSourceHandler.dispose=function(){},y.registerSourceHandler(y.nativeSourceHandler),y.formats={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"},y.onReady=function(t){var e=d.$("#"+t),n=e&&e.tech;n&&n.el()&&y.checkReady(n)},y.checkReady=function(t){t.el()&&(t.el().vjs_getProperty?t.triggerReady():this.setTimeout((function(){y.checkReady(t)}),50))},y.onEvent=function(t,e){var n=d.$("#"+t).tech,r=Array.prototype.slice.call(arguments,2);n.setTimeout((function(){n.trigger(e,r)}),1)},y.onError=function(t,e){var n=d.$("#"+t).tech;if("srcnotfound"===e)return n.error(4);"string"===typeof e?n.error("FLASH: "+e):(e.origin="flash",n.error(e))},y.version=function(){var t="0,0,0";try{t=new o.a.ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(e){try{m.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(t=(m.plugins["Shockwave Flash 2.0"]||m.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(n){}}return t.split(",")},y.embed=function(t,e,n,r){var i=y.getEmbedCode(t,e,n,r),a=d.createEl("div",{innerHTML:i}).childNodes[0];return a},y.getEmbedCode=function(t,e,n,r){var i='<object type="application/x-shockwave-flash" ',a="",o="",s="";return e&&Object.getOwnPropertyNames(e).forEach((function(t){a+=t+"="+e[t]+"&amp;"})),n=g({movie:t,flashvars:a,allowScriptAccess:"always",allowNetworking:"all"},n),Object.getOwnPropertyNames(n).forEach((function(t){o+='<param name="'+t+'" value="'+n[t]+'" />'})),r=g({data:t,width:"100%",height:"100%"},r),Object.getOwnPropertyNames(r).forEach((function(t){s+=t+'="'+r[t]+'" '})),""+i+s+">"+o+"</object>"},c(y),f.getTech("Flash")?(r["a"].log.warn("Not using videojs-flash as it appears to already be registered"),r["a"].log.warn("videojs-flash should only be used with video.js@6 and above")):r["a"].registerTech("Flash",y),y.VERSION=s},b622:function(t,e,n){"use strict";var r=n("da84"),i=n("5692"),a=n("1a2d"),o=n("90e3"),s=n("04f8"),c=n("fdbf"),l=r.Symbol,u=i("wks"),h=c?l["for"]||l:l&&l.withoutSetter||o;t.exports=function(t){return a(u,t)||(u[t]=s&&a(l,t)?l[t]:h("Symbol."+t)),u[t]}},b636:function(t,e,n){"use strict";var r=n("e065");r("asyncIterator")},b639:function(t,e,n){"use strict";(function(t){
/*!
 * The buffer module from node.js, for the browser.
 *
 * @author   Feross Aboukhadijeh <http://feross.org>
 * @license  MIT
 */
var r=n("1fb5"),i=n("9152"),a=n("e3db");function o(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"===typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(e){return!1}}function s(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function c(t,e){if(s()<e)throw new RangeError("Invalid typed array length");return l.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e),t.__proto__=l.prototype):(null===t&&(t=new l(e)),t.length=e),t}function l(t,e,n){if(!l.TYPED_ARRAY_SUPPORT&&!(this instanceof l))return new l(t,e,n);if("number"===typeof t){if("string"===typeof e)throw new Error("If encoding is specified then the first argument must be a string");return d(this,t)}return u(this,t,e,n)}function u(t,e,n,r){if("number"===typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!==typeof ArrayBuffer&&e instanceof ArrayBuffer?g(t,e,n,r):"string"===typeof e?p(t,e,n):m(t,e)}function h(t){if("number"!==typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function f(t,e,n,r){return h(e),e<=0?c(t,e):void 0!==n?"string"===typeof r?c(t,e).fill(n,r):c(t,e).fill(n):c(t,e)}function d(t,e){if(h(e),t=c(t,e<0?0:0|y(e)),!l.TYPED_ARRAY_SUPPORT)for(var n=0;n<e;++n)t[n]=0;return t}function p(t,e,n){if("string"===typeof n&&""!==n||(n="utf8"),!l.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|_(e,n);t=c(t,r);var i=t.write(e,n);return i!==r&&(t=t.slice(0,i)),t}function v(t,e){var n=e.length<0?0:0|y(e.length);t=c(t,n);for(var r=0;r<n;r+=1)t[r]=255&e[r];return t}function g(t,e,n,r){if(e.byteLength,n<0||e.byteLength<n)throw new RangeError("'offset' is out of bounds");if(e.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");return e=void 0===n&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,n):new Uint8Array(e,n,r),l.TYPED_ARRAY_SUPPORT?(t=e,t.__proto__=l.prototype):t=v(t,e),t}function m(t,e){if(l.isBuffer(e)){var n=0|y(e.length);return t=c(t,n),0===t.length?t:(e.copy(t,0,0,n),t)}if(e){if("undefined"!==typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!==typeof e.length||et(e.length)?c(t,0):v(t,e);if("Buffer"===e.type&&a(e.data))return v(t,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function y(t){if(t>=s())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s().toString(16)+" bytes");return 0|t}function b(t){return+t!=t&&(t=0),l.alloc(+t)}function _(t,e){if(l.isBuffer(t))return t.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!==typeof t&&(t=""+t);var n=t.length;if(0===n)return 0;for(var r=!1;;)switch(e){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return G(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return J(t).length;default:if(r)return G(t).length;e=(""+e).toLowerCase(),r=!0}}function x(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,e>>>=0,n<=e)return"";t||(t="utf8");while(1)switch(t){case"hex":return N(this,e,n);case"utf8":case"utf-8":return L(this,e,n);case"ascii":return z(this,e,n);case"latin1":case"binary":return D(this,e,n);case"base64":return P(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function w(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function k(t,e,n,r,i){if(0===t.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:t.length-1),n<0&&(n=t.length+n),n>=t.length){if(i)return-1;n=t.length-1}else if(n<0){if(!i)return-1;n=0}if("string"===typeof e&&(e=l.from(e,r)),l.isBuffer(e))return 0===e.length?-1:C(t,e,n,r,i);if("number"===typeof e)return e&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,n):Uint8Array.prototype.lastIndexOf.call(t,e,n):C(t,[e],n,r,i);throw new TypeError("val must be string, number or Buffer")}function C(t,e,n,r,i){var a,o=1,s=t.length,c=e.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;o=2,s/=2,c/=2,n/=2}function l(t,e){return 1===o?t[e]:t.readUInt16BE(e*o)}if(i){var u=-1;for(a=n;a<s;a++)if(l(t,a)===l(e,-1===u?0:a-u)){if(-1===u&&(u=a),a-u+1===c)return u*o}else-1!==u&&(a-=a-u),u=-1}else for(n+c>s&&(n=s-c),a=n;a>=0;a--){for(var h=!0,f=0;f<c;f++)if(l(t,a+f)!==l(e,f)){h=!1;break}if(h)return a}return-1}function S(t,e,n,r){n=Number(n)||0;var i=t.length-n;r?(r=Number(r),r>i&&(r=i)):r=i;var a=e.length;if(a%2!==0)throw new TypeError("Invalid hex string");r>a/2&&(r=a/2);for(var o=0;o<r;++o){var s=parseInt(e.substr(2*o,2),16);if(isNaN(s))return o;t[n+o]=s}return o}function T(t,e,n,r){return tt(G(e,t.length-n),t,n,r)}function O(t,e,n,r){return tt(Z(e),t,n,r)}function M(t,e,n,r){return O(t,e,n,r)}function E(t,e,n,r){return tt(J(e),t,n,r)}function A(t,e,n,r){return tt(Q(e,t.length-n),t,n,r)}function P(t,e,n){return 0===e&&n===t.length?r.fromByteArray(t):r.fromByteArray(t.slice(e,n))}function L(t,e,n){n=Math.min(t.length,n);var r=[],i=e;while(i<n){var a,o,s,c,l=t[i],u=null,h=l>239?4:l>223?3:l>191?2:1;if(i+h<=n)switch(h){case 1:l<128&&(u=l);break;case 2:a=t[i+1],128===(192&a)&&(c=(31&l)<<6|63&a,c>127&&(u=c));break;case 3:a=t[i+1],o=t[i+2],128===(192&a)&&128===(192&o)&&(c=(15&l)<<12|(63&a)<<6|63&o,c>2047&&(c<55296||c>57343)&&(u=c));break;case 4:a=t[i+1],o=t[i+2],s=t[i+3],128===(192&a)&&128===(192&o)&&128===(192&s)&&(c=(15&l)<<18|(63&a)<<12|(63&o)<<6|63&s,c>65535&&c<1114112&&(u=c))}null===u?(u=65533,h=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),i+=h}return j(r)}e.Buffer=l,e.SlowBuffer=b,e.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:o(),e.kMaxLength=s(),l.poolSize=8192,l._augment=function(t){return t.__proto__=l.prototype,t},l.from=function(t,e,n){return u(null,t,e,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(t,e,n){return f(null,t,e,n)},l.allocUnsafe=function(t){return d(null,t)},l.allocUnsafeSlow=function(t){return d(null,t)},l.isBuffer=function(t){return!(null==t||!t._isBuffer)},l.compare=function(t,e){if(!l.isBuffer(t)||!l.isBuffer(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var n=t.length,r=e.length,i=0,a=Math.min(n,r);i<a;++i)if(t[i]!==e[i]){n=t[i],r=e[i];break}return n<r?-1:r<n?1:0},l.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},l.concat=function(t,e){if(!a(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return l.alloc(0);var n;if(void 0===e)for(e=0,n=0;n<t.length;++n)e+=t[n].length;var r=l.allocUnsafe(e),i=0;for(n=0;n<t.length;++n){var o=t[n];if(!l.isBuffer(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,i),i+=o.length}return r},l.byteLength=_,l.prototype._isBuffer=!0,l.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)w(this,e,e+1);return this},l.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)w(this,e,e+3),w(this,e+1,e+2);return this},l.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)w(this,e,e+7),w(this,e+1,e+6),w(this,e+2,e+5),w(this,e+3,e+4);return this},l.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?L(this,0,t):x.apply(this,arguments)},l.prototype.equals=function(t){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t||0===l.compare(this,t)},l.prototype.inspect=function(){var t="",n=e.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),"<Buffer "+t+">"},l.prototype.compare=function(t,e,n,r,i){if(!l.isBuffer(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===n&&(n=t?t.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),e<0||n>t.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&e>=n)return 0;if(r>=i)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,r>>>=0,i>>>=0,this===t)return 0;for(var a=i-r,o=n-e,s=Math.min(a,o),c=this.slice(r,i),u=t.slice(e,n),h=0;h<s;++h)if(c[h]!==u[h]){a=c[h],o=u[h];break}return a<o?-1:o<a?1:0},l.prototype.includes=function(t,e,n){return-1!==this.indexOf(t,e,n)},l.prototype.indexOf=function(t,e,n){return k(this,t,e,n,!0)},l.prototype.lastIndexOf=function(t,e,n){return k(this,t,e,n,!1)},l.prototype.write=function(t,e,n,r){if(void 0===e)r="utf8",n=this.length,e=0;else if(void 0===n&&"string"===typeof e)r=e,n=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-e;if((void 0===n||n>i)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var a=!1;;)switch(r){case"hex":return S(this,t,e,n);case"utf8":case"utf-8":return T(this,t,e,n);case"ascii":return O(this,t,e,n);case"latin1":case"binary":return M(this,t,e,n);case"base64":return E(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return A(this,t,e,n);default:if(a)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),a=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var I=4096;function j(t){var e=t.length;if(e<=I)return String.fromCharCode.apply(String,t);var n="",r=0;while(r<e)n+=String.fromCharCode.apply(String,t.slice(r,r+=I));return n}function z(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(127&t[i]);return r}function D(t,e,n){var r="";n=Math.min(t.length,n);for(var i=e;i<n;++i)r+=String.fromCharCode(t[i]);return r}function N(t,e,n){var r=t.length;(!e||e<0)&&(e=0),(!n||n<0||n>r)&&(n=r);for(var i="",a=e;a<n;++a)i+=X(t[a]);return i}function R(t,e,n){for(var r=t.slice(e,n),i="",a=0;a<r.length;a+=2)i+=String.fromCharCode(r[a]+256*r[a+1]);return i}function V(t,e,n){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>n)throw new RangeError("Trying to access beyond buffer length")}function F(t,e,n,r,i,a){if(!l.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(n+r>t.length)throw new RangeError("Index out of range")}function H(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,a=Math.min(t.length-n,2);i<a;++i)t[n+i]=(e&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function B(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,a=Math.min(t.length-n,4);i<a;++i)t[n+i]=e>>>8*(r?i:3-i)&255}function U(t,e,n,r,i,a){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function $(t,e,n,r,a){return a||U(t,e,n,4,34028234663852886e22,-34028234663852886e22),i.write(t,e,n,r,23,4),n+4}function q(t,e,n,r,a){return a||U(t,e,n,8,17976931348623157e292,-17976931348623157e292),i.write(t,e,n,r,52,8),n+8}l.prototype.slice=function(t,e){var n,r=this.length;if(t=~~t,e=void 0===e?r:~~e,t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),e<t&&(e=t),l.TYPED_ARRAY_SUPPORT)n=this.subarray(t,e),n.__proto__=l.prototype;else{var i=e-t;n=new l(i,void 0);for(var a=0;a<i;++a)n[a]=this[a+t]}return n},l.prototype.readUIntLE=function(t,e,n){t|=0,e|=0,n||V(t,e,this.length);var r=this[t],i=1,a=0;while(++a<e&&(i*=256))r+=this[t+a]*i;return r},l.prototype.readUIntBE=function(t,e,n){t|=0,e|=0,n||V(t,e,this.length);var r=this[t+--e],i=1;while(e>0&&(i*=256))r+=this[t+--e]*i;return r},l.prototype.readUInt8=function(t,e){return e||V(t,1,this.length),this[t]},l.prototype.readUInt16LE=function(t,e){return e||V(t,2,this.length),this[t]|this[t+1]<<8},l.prototype.readUInt16BE=function(t,e){return e||V(t,2,this.length),this[t]<<8|this[t+1]},l.prototype.readUInt32LE=function(t,e){return e||V(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},l.prototype.readUInt32BE=function(t,e){return e||V(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},l.prototype.readIntLE=function(t,e,n){t|=0,e|=0,n||V(t,e,this.length);var r=this[t],i=1,a=0;while(++a<e&&(i*=256))r+=this[t+a]*i;return i*=128,r>=i&&(r-=Math.pow(2,8*e)),r},l.prototype.readIntBE=function(t,e,n){t|=0,e|=0,n||V(t,e,this.length);var r=e,i=1,a=this[t+--r];while(r>0&&(i*=256))a+=this[t+--r]*i;return i*=128,a>=i&&(a-=Math.pow(2,8*e)),a},l.prototype.readInt8=function(t,e){return e||V(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},l.prototype.readInt16LE=function(t,e){e||V(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(t,e){e||V(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(t,e){return e||V(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},l.prototype.readInt32BE=function(t,e){return e||V(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},l.prototype.readFloatLE=function(t,e){return e||V(t,4,this.length),i.read(this,t,!0,23,4)},l.prototype.readFloatBE=function(t,e){return e||V(t,4,this.length),i.read(this,t,!1,23,4)},l.prototype.readDoubleLE=function(t,e){return e||V(t,8,this.length),i.read(this,t,!0,52,8)},l.prototype.readDoubleBE=function(t,e){return e||V(t,8,this.length),i.read(this,t,!1,52,8)},l.prototype.writeUIntLE=function(t,e,n,r){if(t=+t,e|=0,n|=0,!r){var i=Math.pow(2,8*n)-1;F(this,t,e,n,i,0)}var a=1,o=0;this[e]=255&t;while(++o<n&&(a*=256))this[e+o]=t/a&255;return e+n},l.prototype.writeUIntBE=function(t,e,n,r){if(t=+t,e|=0,n|=0,!r){var i=Math.pow(2,8*n)-1;F(this,t,e,n,i,0)}var a=n-1,o=1;this[e+a]=255&t;while(--a>=0&&(o*=256))this[e+a]=t/o&255;return e+n},l.prototype.writeUInt8=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,1,255,0),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},l.prototype.writeUInt16LE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):H(this,t,e,!0),e+2},l.prototype.writeUInt16BE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):H(this,t,e,!1),e+2},l.prototype.writeUInt32LE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):B(this,t,e,!0),e+4},l.prototype.writeUInt32BE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):B(this,t,e,!1),e+4},l.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);F(this,t,e,n,i-1,-i)}var a=0,o=1,s=0;this[e]=255&t;while(++a<n&&(o*=256))t<0&&0===s&&0!==this[e+a-1]&&(s=1),this[e+a]=(t/o>>0)-s&255;return e+n},l.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e|=0,!r){var i=Math.pow(2,8*n-1);F(this,t,e,n,i-1,-i)}var a=n-1,o=1,s=0;this[e+a]=255&t;while(--a>=0&&(o*=256))t<0&&0===s&&0!==this[e+a+1]&&(s=1),this[e+a]=(t/o>>0)-s&255;return e+n},l.prototype.writeInt8=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,1,127,-128),l.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},l.prototype.writeInt16LE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):H(this,t,e,!0),e+2},l.prototype.writeInt16BE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):H(this,t,e,!1),e+2},l.prototype.writeInt32LE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):B(this,t,e,!0),e+4},l.prototype.writeInt32BE=function(t,e,n){return t=+t,e|=0,n||F(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),l.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):B(this,t,e,!1),e+4},l.prototype.writeFloatLE=function(t,e,n){return $(this,t,e,!0,n)},l.prototype.writeFloatBE=function(t,e,n){return $(this,t,e,!1,n)},l.prototype.writeDoubleLE=function(t,e,n){return q(this,t,e,!0,n)},l.prototype.writeDoubleBE=function(t,e,n){return q(this,t,e,!1,n)},l.prototype.copy=function(t,e,n,r){if(n||(n=0),r||0===r||(r=this.length),e>=t.length&&(e=t.length),e||(e=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),t.length-e<r-n&&(r=t.length-e+n);var i,a=r-n;if(this===t&&n<e&&e<r)for(i=a-1;i>=0;--i)t[i+e]=this[i+n];else if(a<1e3||!l.TYPED_ARRAY_SUPPORT)for(i=0;i<a;++i)t[i+e]=this[i+n];else Uint8Array.prototype.set.call(t,this.subarray(n,n+a),e);return a},l.prototype.fill=function(t,e,n,r){if("string"===typeof t){if("string"===typeof e?(r=e,e=0,n=this.length):"string"===typeof n&&(r=n,n=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==r&&"string"!==typeof r)throw new TypeError("encoding must be a string");if("string"===typeof r&&!l.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"===typeof t&&(t&=255);if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;var a;if(e>>>=0,n=void 0===n?this.length:n>>>0,t||(t=0),"number"===typeof t)for(a=e;a<n;++a)this[a]=t;else{var o=l.isBuffer(t)?t:G(new l(t,r).toString()),s=o.length;for(a=0;a<n-e;++a)this[a+e]=o[a%s]}return this};var W=/[^+\/0-9A-Za-z-_]/g;function Y(t){if(t=K(t).replace(W,""),t.length<2)return"";while(t.length%4!==0)t+="=";return t}function K(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function X(t){return t<16?"0"+t.toString(16):t.toString(16)}function G(t,e){var n;e=e||1/0;for(var r=t.length,i=null,a=[],o=0;o<r;++o){if(n=t.charCodeAt(o),n>55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&a.push(239,191,189);continue}if(o+1===r){(e-=3)>-1&&a.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&a.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;a.push(n)}else if(n<2048){if((e-=2)<0)break;a.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;a.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;a.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return a}function Z(t){for(var e=[],n=0;n<t.length;++n)e.push(255&t.charCodeAt(n));return e}function Q(t,e){for(var n,r,i,a=[],o=0;o<t.length;++o){if((e-=2)<0)break;n=t.charCodeAt(o),r=n>>8,i=n%256,a.push(i),a.push(r)}return a}function J(t){return r.toByteArray(Y(t))}function tt(t,e,n,r){for(var i=0;i<r;++i){if(i+n>=e.length||i>=t.length)break;e[i+n]=t[i]}return i}function et(t){return t!==t}}).call(this,n("c8ba"))},b64b:function(t,e,n){"use strict";var r=n("23e7"),i=n("7b0b"),a=n("df75"),o=n("d039"),s=o((function(){a(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(t){return a(i(t))}})},b65f:function(t,e,n){"use strict";var r=n("23e7"),i=n("b42e");r({target:"Math",stat:!0},{trunc:i})},b680:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("5926"),o=n("408a"),s=n("1148"),c=n("d039"),l=RangeError,u=String,h=Math.floor,f=i(s),d=i("".slice),p=i(1..toFixed),v=function(t,e,n){return 0===e?n:e%2===1?v(t,e-1,n*t):v(t*t,e/2,n)},g=function(t){var e=0,n=t;while(n>=4096)e+=12,n/=4096;while(n>=2)e+=1,n/=2;return e},m=function(t,e,n){var r=-1,i=n;while(++r<6)i+=e*t[r],t[r]=i%1e7,i=h(i/1e7)},y=function(t,e){var n=6,r=0;while(--n>=0)r+=t[n],t[n]=h(r/e),r=r%e*1e7},b=function(t){var e=6,n="";while(--e>=0)if(""!==n||0===e||0!==t[e]){var r=u(t[e]);n=""===n?r:n+f("0",7-r.length)+r}return n},_=c((function(){return"0.000"!==p(8e-5,3)||"1"!==p(.9,0)||"1.25"!==p(1.255,2)||"1000000000000000128"!==p(0xde0b6b3a7640080,0)}))||!c((function(){p({})}));r({target:"Number",proto:!0,forced:_},{toFixed:function(t){var e,n,r,i,s=o(this),c=a(t),h=[0,0,0,0,0,0],p="",_="0";if(c<0||c>20)throw new l("Incorrect fraction digits");if(s!==s)return"NaN";if(s<=-1e21||s>=1e21)return u(s);if(s<0&&(p="-",s=-s),s>1e-21)if(e=g(s*v(2,69,1))-69,n=e<0?s*v(2,-e,1):s/v(2,e,1),n*=4503599627370496,e=52-e,e>0){m(h,0,n),r=c;while(r>=7)m(h,1e7,0),r-=7;m(h,v(10,r,1),0),r=e-1;while(r>=23)y(h,1<<23),r-=23;y(h,1<<r),m(h,1,1),y(h,2),_=b(h)}else m(h,0,n),m(h,1<<-e,0),_=b(h)+f("0",c);return c>0?(i=_.length,_=p+(i<=c?"0."+f("0",c-i)+_:d(_,0,i-c)+"."+d(_,i-c))):_=p+_,_}})},b6b7:function(t,e,n){"use strict";var r=n("ebb5"),i=n("4840"),a=r.aTypedArrayConstructor,o=r.getTypedArrayConstructor;t.exports=function(t){return a(i(t,o(t)))}},b6bb:function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n("c449"),i=n.n(r),a=0,o={};function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=a++,r=e;function s(){r-=1,r<=0?(t(),delete o[n]):o[n]=i()(s)}return o[n]=i()(s),n}s.cancel=function(t){void 0!==t&&(i.a.cancel(o[t]),delete o[t])},s.ids=o},b727:function(t,e,n){"use strict";var r=n("0366"),i=n("e330"),a=n("44ad"),o=n("7b0b"),s=n("07fa"),c=n("65f0"),l=i([].push),u=function(t){var e=1===t,n=2===t,i=3===t,u=4===t,h=6===t,f=7===t,d=5===t||h;return function(p,v,g,m){for(var y,b,_=o(p),x=a(_),w=s(x),k=r(v,g),C=0,S=m||c,T=e?S(p,w):n||f?S(p,0):void 0;w>C;C++)if((d||C in x)&&(y=x[C],b=k(y,C,_),t))if(e)T[C]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return C;case 2:l(T,y)}else switch(t){case 4:return!1;case 7:l(T,y)}return h?-1:i||u?u:T}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},b760:function(t,e,n){var r=n("872a"),i=n("9638");function a(t,e,n){(void 0!==n&&!i(t[e],n)||void 0===n&&!(e in t))&&r(t,e,n)}t.exports=a},b886:function(t,e,n){},b8ad:function(t,e,n){(function(e,n){t.exports=n()})(0,(function(){"use strict";function t(t,e,n){n=n||{},n.childrenKeyName=n.childrenKeyName||"children";var r=t||[],i=[],a=0;do{var o=r.filter((function(t){return e(t,a)}))[0];if(!o)break;i.push(o),r=o[n.childrenKeyName]||[],a+=1}while(r.length>0);return i}return t}))},b8e7:function(t,e,n){},b904:function(t,e,n){function r(){return n("81a5"),{}}t.exports=r},b92b:function(t,e,n){"use strict";var r=n("4d91");e["a"]=function(){return{prefixCls:r["a"].string,type:r["a"].string,htmlType:r["a"].oneOf(["button","submit","reset"]).def("button"),icon:r["a"].any,shape:r["a"].oneOf(["circle","circle-outline","round"]),size:r["a"].oneOf(["small","large","default"]).def("default"),loading:r["a"].oneOfType([r["a"].bool,r["a"].object]),disabled:r["a"].bool,ghost:r["a"].bool,block:r["a"].bool}}},b97c:function(t,e,n){"use strict";n("b2a3"),n("a54e")},b980:function(t,e,n){"use strict";var r=n("d039"),i=n("5c6c");t.exports=!r((function(){var t=new Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",i(1,7)),7!==t.stack)}))},b9c7:function(t,e,n){n("e507"),t.exports=n("5524").Object.assign},ba01:function(t,e,n){t.exports=n("051b")},ba70:function(t,e,n){"use strict";var r={DATE_ROW_COUNT:6,DATE_COL_COUNT:7},i=n("c1df"),a=n.n(i),o={functional:!0,render:function(t,e){for(var n=arguments[0],i=e.props,o=i.value,s=o.localeData(),c=i.prefixCls,l=[],u=[],h=s.firstDayOfWeek(),f=void 0,d=a()(),p=0;p<r.DATE_COL_COUNT;p++){var v=(h+p)%r.DATE_COL_COUNT;d.day(v),l[p]=s.weekdaysMin(d),u[p]=s.weekdaysShort(d)}i.showWeekNumber&&(f=n("th",{attrs:{role:"columnheader"},class:c+"-column-header "+c+"-week-number-header"},[n("span",{class:c+"-column-header-inner"},["x"])]));var g=u.map((function(t,e){return n("th",{key:e,attrs:{role:"columnheader",title:t},class:c+"-column-header"},[n("span",{class:c+"-column-header-inner"},[l[e]])])}));return n("thead",[n("tr",{attrs:{role:"row"}},[f,g])])}},s=n("6042"),c=n.n(s),l=n("4d91"),u=n("daa3"),h=n("4d26"),f=n.n(h),d=n("e9e0");function p(){}function v(t,e){return t&&e&&t.isSame(e,"day")}function g(t,e){return t.year()<e.year()?1:t.year()===e.year()&&t.month()<e.month()}function m(t,e){return t.year()>e.year()?1:t.year()===e.year()&&t.month()>e.month()}function y(t){return"rc-calendar-"+t.year()+"-"+t.month()+"-"+t.date()}var b={props:{contentRender:l["a"].func,dateRender:l["a"].func,disabledDate:l["a"].func,prefixCls:l["a"].string,selectedValue:l["a"].oneOfType([l["a"].any,l["a"].arrayOf(l["a"].any)]),value:l["a"].object,hoverValue:l["a"].any.def([]),showWeekNumber:l["a"].bool},render:function(){var t=arguments[0],e=Object(u["l"])(this),n=e.contentRender,i=e.prefixCls,a=e.selectedValue,o=e.value,s=e.showWeekNumber,l=e.dateRender,h=e.disabledDate,b=e.hoverValue,_=Object(u["k"])(this),x=_.select,w=void 0===x?p:x,k=_.dayHover,C=void 0===k?p:k,S=void 0,T=void 0,O=void 0,M=[],E=Object(d["e"])(o),A=i+"-cell",P=i+"-week-number-cell",L=i+"-date",I=i+"-today",j=i+"-selected-day",z=i+"-selected-date",D=i+"-selected-start-date",N=i+"-selected-end-date",R=i+"-in-range-cell",V=i+"-last-month-cell",F=i+"-next-month-btn-day",H=i+"-disabled-cell",B=i+"-disabled-cell-first-of-row",U=i+"-disabled-cell-last-of-row",$=i+"-last-day-of-month",q=o.clone();q.date(1);var W=q.day(),Y=(W+7-o.localeData().firstDayOfWeek())%7,K=q.clone();K.add(0-Y,"days");var X=0;for(S=0;S<r.DATE_ROW_COUNT;S++)for(T=0;T<r.DATE_COL_COUNT;T++)O=K,X&&(O=O.clone(),O.add(X,"days")),M.push(O),X++;var G=[];for(X=0,S=0;S<r.DATE_ROW_COUNT;S++){var Z,Q=void 0,J=void 0,tt=!1,et=[];for(s&&(J=t("td",{key:"week-"+M[X].week(),attrs:{role:"gridcell"},class:P},[M[X].week()])),T=0;T<r.DATE_COL_COUNT;T++){var nt=null,rt=null;O=M[X],T<r.DATE_COL_COUNT-1&&(nt=M[X+1]),T>0&&(rt=M[X-1]);var it=A,at=!1,ot=!1;v(O,E)&&(it+=" "+I,Q=!0);var st=g(O,o),ct=m(O,o);if(a&&Array.isArray(a)){var lt=b.length?b:a;if(!st&&!ct){var ut=lt[0],ht=lt[1];ut&&v(O,ut)&&(ot=!0,tt=!0,it+=" "+D),(ut||ht)&&(v(O,ht)?(ot=!0,tt=!0,it+=" "+N):(null!==ut&&void 0!==ut||!O.isBefore(ht,"day"))&&(null!==ht&&void 0!==ht||!O.isAfter(ut,"day"))?O.isAfter(ut,"day")&&O.isBefore(ht,"day")&&(it+=" "+R):it+=" "+R)}}else v(O,o)&&(ot=!0,tt=!0);v(O,a)&&(it+=" "+z),st&&(it+=" "+V),ct&&(it+=" "+F),O.clone().endOf("month").date()===O.date()&&(it+=" "+$),h&&h(O,o)&&(at=!0,rt&&h(rt,o)||(it+=" "+B),nt&&h(nt,o)||(it+=" "+U)),ot&&(it+=" "+j),at&&(it+=" "+H);var ft=void 0;if(l)ft=l(O,o);else{var dt=n?n(O,o):O.date();ft=t("div",{key:y(O),class:L,attrs:{"aria-selected":ot,"aria-disabled":at}},[dt])}et.push(t("td",{key:X,on:{click:at?p:w.bind(null,O),mouseenter:at?p:C.bind(null,O)},attrs:{role:"gridcell",title:Object(d["d"])(O)},class:it},[ft])),X++}G.push(t("tr",{key:S,attrs:{role:"row"},class:f()((Z={},c()(Z,i+"-current-week",Q),c()(Z,i+"-active-week",tt),Z))},[J,et]))}return t("tbody",{class:i+"-tbody"},[G])}},_=b;e["a"]={functional:!0,render:function(t,e){var n=arguments[0],r=e.props,i=e.listeners,a=void 0===i?{}:i,s=r.prefixCls,c={props:r,on:a};return n("table",{class:s+"-table",attrs:{cellSpacing:"0",role:"grid"}},[n(o,c),n(_,c)])}}},ba7e:function(t,e,n){},badf:function(t,e,n){var r=n("642a"),i=n("1838"),a=n("cd9d"),o=n("6747"),s=n("f9ce");function c(t){return"function"==typeof t?t:null==t?a:"object"==typeof t?o(t)?i(t[0],t[1]):r(t):s(t)}t.exports=c},bb2f:function(t,e,n){"use strict";var r=n("d039");t.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},bb76:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("8e8e"),u=n.n(l),h=n("4d91"),f=n("4d26"),d=n.n(f),p=n("f971"),v=n("daa3"),g=n("9cba"),m=n("6a21");function y(){}var b={name:"ACheckbox",inheritAttrs:!1,__ANT_CHECKBOX:!0,model:{prop:"checked"},props:{prefixCls:h["a"].string,defaultChecked:h["a"].bool,checked:h["a"].bool,disabled:h["a"].bool,isGroup:h["a"].bool,value:h["a"].any,name:h["a"].string,id:h["a"].string,indeterminate:h["a"].bool,type:h["a"].string.def("checkbox"),autoFocus:h["a"].bool},inject:{configProvider:{default:function(){return g["a"]}},checkboxGroupContext:{default:function(){}}},watch:{value:function(t,e){var n=this;this.$nextTick((function(){var r=n.checkboxGroupContext,i=void 0===r?{}:r;i.registerValue&&i.cancelValue&&(i.cancelValue(e),i.registerValue(t))}))}},mounted:function(){var t=this.value,e=this.checkboxGroupContext,n=void 0===e?{}:e;n.registerValue&&n.registerValue(t),Object(m["a"])(Object(v["b"])(this,"checked")||this.checkboxGroupContext||!Object(v["b"])(this,"value"),"Checkbox","`value` is not validate prop, do you mean `checked`?")},beforeDestroy:function(){var t=this.value,e=this.checkboxGroupContext,n=void 0===e?{}:e;n.cancelValue&&n.cancelValue(t)},methods:{handleChange:function(t){var e=t.target.checked;this.$emit("input",e),this.$emit("change",t)},focus:function(){this.$refs.vcCheckbox.focus()},blur:function(){this.$refs.vcCheckbox.blur()}},render:function(){var t,e=this,n=arguments[0],r=this.checkboxGroupContext,a=this.$slots,s=Object(v["l"])(this),l=a["default"],h=Object(v["k"])(this),f=h.mouseenter,g=void 0===f?y:f,m=h.mouseleave,b=void 0===m?y:m,_=(h.input,u()(h,["mouseenter","mouseleave","input"])),x=s.prefixCls,w=s.indeterminate,k=u()(s,["prefixCls","indeterminate"]),C=this.configProvider.getPrefixCls,S=C("checkbox",x),T={props:c()({},k,{prefixCls:S}),on:_,attrs:Object(v["e"])(this)};r?(T.on.change=function(){for(var t=arguments.length,n=Array(t),i=0;i<t;i++)n[i]=arguments[i];e.$emit.apply(e,["change"].concat(n)),r.toggleOption({label:l,value:s.value})},T.props.name=r.name,T.props.checked=-1!==r.sValue.indexOf(s.value),T.props.disabled=s.disabled||r.disabled,T.props.indeterminate=w):T.on.change=this.handleChange;var O=d()((t={},o()(t,S+"-wrapper",!0),o()(t,S+"-wrapper-checked",T.props.checked),o()(t,S+"-wrapper-disabled",T.props.disabled),t)),M=d()(o()({},S+"-indeterminate",w));return n("label",{class:O,on:{mouseenter:g,mouseleave:b}},[n(p["a"],i()([T,{class:M,ref:"vcCheckbox"}])),void 0!==l&&n("span",[l])])}},_=n("9b57"),x=n.n(_);function w(){}var k={name:"ACheckboxGroup",model:{prop:"value"},props:{name:h["a"].string,prefixCls:h["a"].string,defaultValue:h["a"].array,value:h["a"].array,options:h["a"].array.def([]),disabled:h["a"].bool},provide:function(){return{checkboxGroupContext:this}},inject:{configProvider:{default:function(){return g["a"]}}},data:function(){var t=this.value,e=this.defaultValue;return{sValue:t||e||[],registeredValues:[]}},watch:{value:function(t){this.sValue=t||[]}},methods:{getOptions:function(){var t=this.options,e=this.$scopedSlots;return t.map((function(t){if("string"===typeof t)return{label:t,value:t};var n=t.label;return void 0===n&&e.label&&(n=e.label(t)),c()({},t,{label:n})}))},cancelValue:function(t){this.registeredValues=this.registeredValues.filter((function(e){return e!==t}))},registerValue:function(t){this.registeredValues=[].concat(x()(this.registeredValues),[t])},toggleOption:function(t){var e=this.registeredValues,n=this.sValue.indexOf(t.value),r=[].concat(x()(this.sValue));-1===n?r.push(t.value):r.splice(n,1),Object(v["b"])(this,"value")||(this.sValue=r);var i=this.getOptions(),a=r.filter((function(t){return-1!==e.indexOf(t)})).sort((function(t,e){var n=i.findIndex((function(e){return e.value===t})),r=i.findIndex((function(t){return t.value===e}));return n-r}));this.$emit("input",a),this.$emit("change",a)}},render:function(){var t=arguments[0],e=this.$props,n=this.$data,r=this.$slots,i=e.prefixCls,a=e.options,o=this.configProvider.getPrefixCls,s=o("checkbox",i),c=r["default"],l=s+"-group";return a&&a.length>0&&(c=this.getOptions().map((function(r){return t(b,{attrs:{prefixCls:s,disabled:"disabled"in r?r.disabled:e.disabled,indeterminate:r.indeterminate,value:r.value,checked:-1!==n.sValue.indexOf(r.value)},key:r.value.toString(),on:{change:r.onChange||w},class:l+"-item"},[r.label])}))),t("div",{class:l},[c])}},C=n("db14");b.Group=k,b.install=function(t){t.use(C["a"]),t.component(b.name,b),t.component(k.name,k)};e["a"]=b},bbc0:function(t,e,n){var r=n("6044"),i="__lodash_hash_undefined__",a=Object.prototype,o=a.hasOwnProperty;function s(t){var e=this.__data__;if(r){var n=e[t];return n===i?void 0:n}return o.call(e,t)?e[t]:void 0}t.exports=s},bc01:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=Math.imul,o=i((function(){return-5!==a(4294967295,5)||2!==a.length}));r({target:"Math",stat:!0,forced:o},{imul:function(t,e){var n=65535,r=+t,i=+e,a=n&r,o=n&i;return 0|a*o+((n&r>>>16)*o+a*(n&i>>>16)<<16>>>0)}})},bc3a:function(t,e,n){t.exports=n("cee4")},bcbf:function(t,e,n){"use strict";var r=n("f5df");t.exports=function(t){var e=r(t);return"BigInt64Array"===e||"BigUint64Array"===e}},bcdf:function(t,e){function n(){}t.exports=n},bcf7:function(t,e,n){var r=n("9020"),i=n("217d").each;function a(t,e){this.query=t,this.isUnconditional=e,this.handlers=[],this.mql=window.matchMedia(t);var n=this;this.listener=function(t){n.mql=t.currentTarget||t,n.assess()},this.mql.addListener(this.listener)}a.prototype={constuctor:a,addHandler:function(t){var e=new r(t);this.handlers.push(e),this.matches()&&e.on()},removeHandler:function(t){var e=this.handlers;i(e,(function(n,r){if(n.equals(t))return n.destroy(),!e.splice(r,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){i(this.handlers,(function(t){t.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var t=this.matches()?"on":"off";i(this.handlers,(function(e){e[t]()}))}},t.exports=a},be09:function(t,e,n){(function(e){var n;n="undefined"!==typeof window?window:"undefined"!==typeof e?e:"undefined"!==typeof self?self:{},t.exports=n}).call(this,n("c8ba"))},be8e:function(t,e,n){"use strict";var r=n("fc1b"),i=1.1920928955078125e-7,a=34028234663852886e22,o=11754943508222875e-54;t.exports=Math.fround||function(t){return r(t,i,a,o)}},bf19:function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b");r({target:"URL",proto:!0,enumerable:!0},{toJSON:function(){return i(URL.prototype.toString,this)}})},bf7b:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("4d91"),o=n("daa3"),s=n("6042"),c=n.n(s),l=n("b488"),u=n("b047"),h=n.n(u);function f(){if("undefined"!==typeof window&&window.document&&window.document.documentElement){var t=window.document.documentElement;return"flex"in t.style||"webkitFlex"in t.style||"Flex"in t.style||"msFlex"in t.style}return!1}var d=n("7b05"),p={name:"Steps",mixins:[l["a"]],props:{type:a["a"].string.def("default"),prefixCls:a["a"].string.def("rc-steps"),iconPrefix:a["a"].string.def("rc"),direction:a["a"].string.def("horizontal"),labelPlacement:a["a"].string.def("horizontal"),status:a["a"].string.def("process"),size:a["a"].string.def(""),progressDot:a["a"].oneOfType([a["a"].bool,a["a"].func]),initial:a["a"].number.def(0),current:a["a"].number.def(0),icons:a["a"].shape({finish:a["a"].any,error:a["a"].any}).loose},data:function(){return this.calcStepOffsetWidth=h()(this.calcStepOffsetWidth,150),{flexSupported:!0,lastStepOffsetWidth:0}},mounted:function(){var t=this;this.$nextTick((function(){t.calcStepOffsetWidth(),f()||t.setState({flexSupported:!1})}))},updated:function(){var t=this;this.$nextTick((function(){t.calcStepOffsetWidth()}))},beforeDestroy:function(){this.calcTimeout&&clearTimeout(this.calcTimeout),this.calcStepOffsetWidth&&this.calcStepOffsetWidth.cancel&&this.calcStepOffsetWidth.cancel()},methods:{onStepClick:function(t){var e=this.$props.current;e!==t&&this.$emit("change",t)},calcStepOffsetWidth:function(){var t=this;if(!f()){var e=this.$data.lastStepOffsetWidth,n=this.$refs.vcStepsRef;n.children.length>0&&(this.calcTimeout&&clearTimeout(this.calcTimeout),this.calcTimeout=setTimeout((function(){var r=(n.lastChild.offsetWidth||0)+1;e===r||Math.abs(e-r)<=3||t.setState({lastStepOffsetWidth:r})})))}}},render:function(){var t,e=this,n=arguments[0],r=this.prefixCls,a=this.direction,s=this.type,l=this.labelPlacement,u=this.iconPrefix,h=this.status,f=this.size,p=this.current,v=this.$scopedSlots,g=this.initial,m=this.icons,y="navigation"===s,b=this.progressDot;void 0===b&&(b=v.progressDot);var _=this.lastStepOffsetWidth,x=this.flexSupported,w=Object(o["c"])(this.$slots["default"]),k=w.length-1,C=b?"vertical":l,S=(t={},c()(t,r,!0),c()(t,r+"-"+a,!0),c()(t,r+"-"+f,f),c()(t,r+"-label-"+C,"horizontal"===a),c()(t,r+"-dot",!!b),c()(t,r+"-navigation",y),c()(t,r+"-flex-not-supported",!x),t),T=Object(o["k"])(this),O={class:S,ref:"vcStepsRef",on:T};return n("div",O,[w.map((function(t,n){var s=Object(o["m"])(t),c=g+n,l={props:i()({stepNumber:""+(c+1),stepIndex:c,prefixCls:r,iconPrefix:u,progressDot:e.progressDot,icons:m},s),on:Object(o["i"])(t),scopedSlots:v};return T.change&&(l.on.stepClick=e.onStepClick),x||"vertical"===a||(y?(l.props.itemWidth=100/(k+1)+"%",l.props.adjustMarginRight=0):n!==k&&(l.props.itemWidth=100/k+"%",l.props.adjustMarginRight=-Math.round(_/k+1)+"px")),"error"===h&&n===p-1&&(l["class"]=r+"-next-error"),s.status||(l.props.status=c===p?h:c<p?"finish":"wait"),l.props.active=c===p,Object(d["a"])(t,l)}))])}},v=n("92fa"),g=n.n(v),m=n("9b57"),y=n.n(m);function b(t){return"string"===typeof t}function _(){}var x={name:"Step",props:{prefixCls:a["a"].string,wrapperStyle:a["a"].object,itemWidth:a["a"].string,active:a["a"].bool,disabled:a["a"].bool,status:a["a"].string,iconPrefix:a["a"].string,icon:a["a"].any,adjustMarginRight:a["a"].string,stepNumber:a["a"].string,stepIndex:a["a"].number,description:a["a"].any,title:a["a"].any,subTitle:a["a"].any,progressDot:a["a"].oneOfType([a["a"].bool,a["a"].func]),tailContent:a["a"].any,icons:a["a"].shape({finish:a["a"].any,error:a["a"].any}).loose},methods:{onClick:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];this.$emit.apply(this,["click"].concat(y()(e))),this.$emit("stepClick",this.stepIndex)},renderIconNode:function(){var t,e=this.$createElement,n=Object(o["l"])(this),r=n.prefixCls,i=n.stepNumber,a=n.status,s=n.iconPrefix,l=n.icons,u=this.progressDot;void 0===u&&(u=this.$scopedSlots.progressDot);var h=Object(o["g"])(this,"icon"),f=Object(o["g"])(this,"title"),d=Object(o["g"])(this,"description"),p=void 0,v=(t={},c()(t,r+"-icon",!0),c()(t,s+"icon",!0),c()(t,s+"icon-"+h,h&&b(h)),c()(t,s+"icon-check",!h&&"finish"===a&&l&&!l.finish),c()(t,s+"icon-close",!h&&"error"===a&&l&&!l.error),t),g=e("span",{class:r+"-icon-dot"});return p=u?e("span",{class:r+"-icon"},"function"===typeof u?[u({index:i-1,status:a,title:f,description:d,prefixCls:r})]:[g]):h&&!b(h)?e("span",{class:r+"-icon"},[h]):l&&l.finish&&"finish"===a?e("span",{class:r+"-icon"},[l.finish]):l&&l.error&&"error"===a?e("span",{class:r+"-icon"},[l.error]):h||"finish"===a||"error"===a?e("span",{class:v}):e("span",{class:r+"-icon"},[i]),p}},render:function(){var t,e=arguments[0],n=Object(o["l"])(this),r=n.prefixCls,i=n.itemWidth,a=n.active,s=n.status,l=void 0===s?"wait":s,u=n.tailContent,h=n.adjustMarginRight,f=n.disabled,d=Object(o["g"])(this,"title"),p=Object(o["g"])(this,"subTitle"),v=Object(o["g"])(this,"description"),m=(t={},c()(t,r+"-item",!0),c()(t,r+"-item-"+l,!0),c()(t,r+"-item-custom",Object(o["g"])(this,"icon")),c()(t,r+"-item-active",a),c()(t,r+"-item-disabled",!0===f),t),y={class:m,on:Object(o["k"])(this)},b={};i&&(b.width=i),h&&(b.marginRight=h);var x=Object(o["k"])(this),w={attrs:{},on:{click:x.click||_}};return x.stepClick&&!f&&(w.attrs.role="button",w.attrs.tabIndex=0,w.on.click=this.onClick),e("div",g()([y,{style:b}]),[e("div",g()([w,{class:r+"-item-container"}]),[e("div",{class:r+"-item-tail"},[u]),e("div",{class:r+"-item-icon"},[this.renderIconNode()]),e("div",{class:r+"-item-content"},[e("div",{class:r+"-item-title"},[d,p&&e("div",{attrs:{title:p},class:r+"-item-subtitle"},[p])]),v&&e("div",{class:r+"-item-description"},[v])])])])}};p.Step=x;var w=p,k=n("0c63"),C=n("9cba"),S=n("db14"),T=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e={prefixCls:a["a"].string,iconPrefix:a["a"].string,current:a["a"].number,initial:a["a"].number,labelPlacement:a["a"].oneOf(["horizontal","vertical"]).def("horizontal"),status:a["a"].oneOf(["wait","process","finish","error"]),size:a["a"].oneOf(["default","small"]),direction:a["a"].oneOf(["horizontal","vertical"]),progressDot:a["a"].oneOfType([a["a"].bool,a["a"].func]),type:a["a"].oneOf(["default","navigation"])};return Object(o["t"])(e,t)},O={name:"ASteps",props:T({current:0}),inject:{configProvider:{default:function(){return C["a"]}}},model:{prop:"current",event:"change"},Step:i()({},w.Step,{name:"AStep"}),render:function(){var t=arguments[0],e=Object(o["l"])(this),n=e.prefixCls,r=e.iconPrefix,a=this.configProvider.getPrefixCls,s=a("steps",n),c=a("",r),l={finish:t(k["a"],{attrs:{type:"check"},class:s+"-finish-icon"}),error:t(k["a"],{attrs:{type:"close"},class:s+"-error-icon"})},u={props:i()({icons:l,iconPrefix:c,prefixCls:s},e),on:Object(o["k"])(this),scopedSlots:this.$scopedSlots};return t(w,u,[this.$slots["default"]])},install:function(t){t.use(S["a"]),t.component(O.name,O),t.component(O.Step.name,O.Step)}};e["a"]=O},bf96:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("eb1d"),o=n("7b0b"),s=n("a04b"),c=n("e163"),l=n("06cf").f;i&&r({target:"Object",proto:!0,forced:a},{__lookupGetter__:function(t){var e,n=o(this),r=s(t);do{if(e=l(n,r))return e.get}while(n=c(n))}})},bffa:function(t,e,n){"use strict";n("b2a3"),n("d002")},c005:function(t,e,n){var r=n("2686"),i=n("b047f"),a=n("99d3"),o=a&&a.isRegExp,s=o?i(o):r;t.exports=s},c04e:function(t,e,n){"use strict";var r=n("c65b"),i=n("861d"),a=n("d9b5"),o=n("dc4a"),s=n("485a"),c=n("b622"),l=TypeError,u=c("toPrimitive");t.exports=function(t,e){if(!i(t)||a(t))return t;var n,c=o(t,u);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!i(n)||a(n))return n;throw new l("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},c05f:function(t,e,n){var r=n("7b97"),i=n("1310");function a(t,e,n,o,s){return t===e||(null==t||null==e||!i(t)&&!i(e)?t!==t&&e!==e:r(t,e,n,o,a,s))}t.exports=a},c098:function(t,e){var n=9007199254740991,r=/^(?:0|[1-9]\d*)$/;function i(t,e){var i=typeof t;return e=null==e?n:e,!!e&&("number"==i||"symbol"!=i&&r.test(t))&&t>-1&&t%1==0&&t<e}t.exports=i},c0d2:function(t,e,n){"use strict";n.d(e,"d",(function(){return Yt})),n.d(e,"b",(function(){return dt})),n.d(e,"a",(function(){return gt})),n.d(e,"c",(function(){return Ue}));var r=n("92fa"),i=n.n(r),a=(n("94db"),n("4d91")),o=(n("1a62"),n("98c5")),s=n("d525"),c=(n("fbd8"),n("55f1")),l=(n("8fb1"),n("0c63"));function u(){return u=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},u.apply(this,arguments)}var h=c["a"].Item,f=c["a"].SubMenu,d={menus:a["a"].array,theme:a["a"].string.def("dark"),mode:a["a"].string.def("inline"),collapsed:a["a"].bool.def(!1),collapsedWidth:a["a"].oneOfType([a["a"].string,a["a"].number]).def(80),openKeys:a["a"].array.def(void 0),selectedKeys:a["a"].array.def(void 0),openOnceKey:a["a"].bool.def(!0),i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)},p=/(http|https|ftp):\/\/([\w.]+\/?)\S*/,v=function(t,e,n,r,i){if(e&&!e.hidden){var a=e.children&&!e.hideChildrenInMenu;return a?g(t,e,n,r,i):m(t,e,n,r,i)}return null},g=function(t,e,n,r,i){return t(f,{key:e.path,style:{marginLeft:y(r,i)},attrs:{title:t("span",[b(t,e.meta.icon),t("span",[_(t,e.meta.title,n)])])}},[!e.hideChildrenInMenu&&e.children.map((function(e){return v(t,e,n)}))])},m=function(t,e,n,r,i){var a=u({},e.meta),o=a.target||null,s=p.test(e.path),c=o?"a":"router-link",l={to:{name:e.name}},f=s||o?{href:e.path,target:o}:{};return e.children&&e.hideChildrenInMenu&&e.children.forEach((function(t){t.meta=u(t.meta||{},{hidden:!0})})),t(h,{key:e.path,style:{marginLeft:y(r,i)}},[t(c,{props:l,attrs:f},[b(t,a.icon),_(t,a.title,n)])])},y=function(t,e){return t?"-".concat(e?Math.abs(32-(e-16)/2):0,"px"):0},b=function(t,e){if(void 0===e||"none"===e||null===e)return null;var n={};return"object"===typeof e?n.component=e:n.type=e,t(l["a"],{props:n})},_=function(t,e,n){return t("span",[n&&n(e)||e])},x={name:"RouteMenu",props:d,data:function(){return{sOpenKeys:[],sSelectedKeys:[],cachedOpenKeys:[],cachedSelectedKeys:[]}},render:function(t,e){var n=this,r=this.mode,i=this.theme,a=this.menus,o=this.i18nRender,s=(this.openOnceKey,this.collapsed),l=this.collapsedWidth,u=function(t){"horizontal"!==r?(n.sOpenKeys=t,n.$emit("openChange",t)):n.sOpenKeys=t},h=function(t,e){return t?"".concat(e||80,"px"):"100%"},f={props:{mode:r,theme:i,openKeys:this.openKeys||this.sOpenKeys,selectedKeys:this.selectedKeys||this.sSelectedKeys},on:{select:function(t){n.$emit("select",t.selectedKeys),p.test(t.key)||(n.sSelectedKeys=t.selectedKeys)},click:function(t){n.$emit("click",t)},openChange:u},style:{width:h(s,l)}},d=a.map((function(e){return e.hidden?null:v(t,e,o,s,l)}));return t(c["a"],f,[d])},methods:{updateMenu:function(){var t=this.$route.matched.concat();if(void 0===this.selectedKeys){var e=this.$route.meta.hidden;t.length>=3&&e?(t.pop(),this.sSelectedKeys=[t[t.length-1].path]):this.sSelectedKeys=[t.pop().path]}var n=[];"inline"===this.mode&&t.forEach((function(t){t.path&&n.push(t.path)})),this.openOnceKey||this.sOpenKeys.forEach((function(t){n.push(t)})),this.collapsed?this.cachedOpenKeys=n:this.sOpenKeys=n}},computed:{rootSubmenuKeys:function(t){var e=t.menus.map((function(t){return t.path}))||[];return e}},created:function(){var t=this;this.$watch("$route",(function(){t.updateMenu()})),this.$watch("collapsed",(function(e){e?(t.cachedOpenKeys=t.sOpenKeys.concat(),t.sOpenKeys=[]):t.sOpenKeys=t.cachedOpenKeys})),void 0!==this.selectedKeys&&(this.sSelectedKeys=this.selectedKeys),void 0!==this.openKeys&&(this.sOpenKeys=this.openKeys)},mounted:function(){this.updateMenu()}},w=x,k=w,C=(n("5f58"),n("6d2a"),n("9571"));function S(t,e){if("createEvent"in document){var n=document.createEvent("HTMLEvents");n.initEvent(e,!1,!0),t.dispatchEvent(n)}}var T=n("81a7"),O=function(t,e){var n=t.slots&&t.slots();return n[e]||t.props[e]},M=function(t){return"function"===typeof t},E=function(t){return"Fluid"!==t},A={daybreak:"daybreak","#1890FF":"daybreak","#F5222D":"dust","#FA541C":"volcano","#FAAD14":"sunset","#13C2C2":"cyan","#52C41A":"green","#2F54EB":"geekblue","#722ED1":"purple"},P=function(t){return Object.keys(t).reduce((function(e,n){return e[t[n]]=n,e}),{})};function L(t){return t&&A[t]?A[t]:t}function I(t){var e=P(A);return t&&e[t]?e[t]:t}var j=o["a"].Sider,z={i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1),mode:a["a"].string.def("inline"),theme:a["a"].string.def("dark"),contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid"),collapsible:a["a"].bool,collapsed:a["a"].bool,collapsedWidth:a["a"].oneOfType([a["a"].string,a["a"].number]).def(80),openKeys:a["a"].array.def(void 0),selectedKeys:a["a"].array.def(void 0),openOnceKey:a["a"].bool.def(!0),handleCollapse:a["a"].func,menus:a["a"].array,siderWidth:a["a"].oneOfType([a["a"].string,a["a"].number]).def(256),isMobile:a["a"].bool,layout:a["a"].string.def("inline"),fixSiderbar:a["a"].bool,logo:a["a"].any,title:a["a"].string.def(""),menuHeaderRender:a["a"].oneOfType([a["a"].func,a["a"].array,a["a"].object,a["a"].bool]),menuRender:a["a"].oneOfType([a["a"].func,a["a"].array,a["a"].object,a["a"].bool]),openChange:a["a"].func,select:a["a"].func,menuClick:a["a"].func},D=function(t,e){return"string"===typeof e?t("img",{attrs:{src:e,alt:"logo"}}):"function"===typeof e?e():t(e)},N=function(t,e){var n=e.logo,r=void 0===n?"https://gw.alipayobjects.com/zos/antfincdn/PmY%24TNNDBI/logo.svg":n,i=e.title,a=e.menuHeaderRender;if(!1===a)return null;var o=D(t,r),s=t("h1",[i]);return a?M(a)&&a(t,o,e.collapsed?null:s,e)||a:t("span",[o,s])},R=function(t){return t>=32&&t<=80?t:80},V={name:"SiderMenu",model:{prop:"collapsed",event:"collapse"},props:z,render:function(t){var e=this.collapsible,n=this.collapsed,r=this.collapsedWidth,i=this.selectedKeys,a=this.openKeys,o=this.openChange,s=void 0===o?function(){return null}:o,c=this.select,l=void 0===c?function(){return null}:c,u=this.menuClick,h=void 0===u?function(){return null}:u,f=this.openOnceKey,d=this.siderWidth,p=this.fixSiderbar,v=this.mode,g=this.theme,m=this.menus,y=this.logo,b=this.title,_=this.onMenuHeaderClick,x=void 0===_?function(){return null}:_,w=this.i18nRender,C=this.menuHeaderRender,S=this.menuRender,T=["ant-pro-sider-menu-sider"];p&&T.push("fix-sider-bar"),"light"===g&&T.push("light");var O=N(t,{logo:y,title:b,menuHeaderRender:C,collapsed:n}),E=function(t,e){return t?"".concat(e?Math.abs((e-32)/2):0,"px"):32};return t(j,{class:T,attrs:{breakpoint:"lg",trigger:null,width:d,theme:g,collapsible:e,collapsed:n,collapsedWidth:R(r)}},[O&&t("div",{class:"ant-pro-sider-menu-logo",on:{click:x},style:{paddingLeft:E(n,R(r))},attrs:{id:"logo"}},[t("router-link",{attrs:{to:{path:"/"}}},[O])]),S&&(M(S)&&S(t,this.$props)||S)||t(k,{attrs:{collapsed:n,collapsedWidth:R(r),openKeys:a,selectedKeys:i,openOnceKey:f,menus:m,mode:v,theme:g,i18nRender:w},on:{openChange:s,select:l,click:h}})])}},F=V;function H(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){B(t,e,n[e])}))}return t}function B(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var U={name:"SiderMenuWrapper",model:{prop:"collapsed",event:"collapse"},props:z,render:function(t){var e=this,n=this.layout,r=this.isMobile,a=this.collapsed,o="topmenu"===n,s=function(t){e.$emit("collapse",!0)};return r?t(C["a"],{class:"ant-pro-sider-menu",attrs:{visible:!a,placement:"left",maskClosable:!0,getContainer:null,bodyStyle:{padding:0,height:"100vh"}},on:{close:s}},[t(F,{props:H({},this.$props,{collapsed:!r&&a})})]):!o&&t(F,i()([{class:"ant-pro-sider-menu"},{props:this.$props}]))},install:function(t){t.component(U.name,U)}},$=U,q=(n("952b"),n("946a"));n("ba7e");function W(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Y={name:"GridContent",functional:!0,props:{children:a["a"].any,contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid")},render:function(t,e){var n,r=e.props.contentWidth,i=e.children,a=E(r),o=(n={},W(n,"ant-pro-grid-content",!0),W(n,"wide",a),n);return t("div",{class:o},[i])}},K=Y,X=(n("34c0"),n("9fd0")),G=(n("d13f"),n("ccb9")),Z=n("daa3"),Q=["title","tags","content","pageHeaderRender","extra","extraContent","breadcrumb","back"];function J(t,e){if(null==t)return{};var n,r,i=tt(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}function tt(t,e){if(null==t)return{};var n,r,i={},a=Object.keys(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}function et(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){nt(t,e,n[e])}))}return t}function nt(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var rt="ant-pro-page-header-wrap",it={tabList:a["a"].array,tabActiveKey:a["a"].string,tabProps:a["a"].object,tabChange:a["a"].func},at=et({},it,X["a"],{title:a["a"].oneOfType([a["a"].string,a["a"].bool]),content:a["a"].any,extraContent:a["a"].any,pageHeaderRender:a["a"].func,breadcrumb:a["a"].oneOfType([a["a"].object,a["a"].bool]).def(!0),back:a["a"].func,i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)}),ot=function(t){return t},st=function(t){return t&&et({},t.meta)||null},ct=function(){},lt=function(t,e,n){var r=e.tabList,a=e.tabActiveKey,o=e.tabChange,s=e.tabBarExtraContent,c=e.tabProps;return r&&r.length>0&&t(G["a"],i()([{class:"".concat(rt,"-tabs"),attrs:{activeKey:a,tabBarExtraContent:s},on:{change:function(t){o&&o(t)}}},c]),[r.map((function(e){return t(G["a"].TabPane,i()([e,{attrs:{tab:n(e.tab)},key:e.key}]))}))])},ut=function(t,e,n){return e||n?t("div",{class:"".concat(rt,"-detail")},[t("div",{class:"".concat(rt,"-main")},[t("div",{class:"".concat(rt,"-row")},[e&&t("div",{class:"".concat(rt,"-content")},[e]),n&&t("div",{class:"".concat(rt,"-extraContent")},[n])])])]):null},ht=function(t,e,n,r){var a=e.title,o=e.tags,s=e.content,c=e.pageHeaderRender,l=e.extra,u=e.extraContent,h=e.breadcrumb,f=e.back,d=J(e,Q);if(c)return c(et({},e));var p=a;a||!1===a||(p=n.title);var v=Object(q["b"])(p)?p:p&&r(p),g={breadcrumb:h,extra:l,tags:o,title:v,footer:lt(t,d,r)};return f||(g.backIcon=!1),t(X["b"],i()([{props:g},{on:{back:f||ct}}]),[ut(t,s,u)])},ft={name:"PageHeaderWrapper",props:at,inject:["locale","contentWidth","breadcrumbRender"],render:function(t){var e=this,n=this.$route,r=this.$listeners,i=this.$slots["default"],a=Object(Z["g"])(this,"title"),o=Object(Z["g"])(this,"tags"),s=Object(Z["g"])(this,"content"),c=Object(Z["g"])(this,"extra"),l=Object(Z["g"])(this,"extraContent"),u=st(this.$props.route||n),h=this.$props.i18nRender||this.locale||ot,f=this.$props.contentWidth||this.contentWidth||!1,d=this.$props.back||r.back,p=d&&function(){d&&d()}||void 0,v=this.$props.tabChange,g=function(t){e.$emit("tabChange",t),v&&v(t)},m={},y=this.$props.breadcrumb;if(!0===y){var b=n.matched.concat().map((function(t){return{path:t.path,breadcrumbName:h(t.meta.title)}})),_=function(t){var e=t.route,n=t.params,r=t.routes,i=(t.paths,t.h);return r.indexOf(e)===r.length-1&&i("span",[e.breadcrumbName])||i("router-link",{attrs:{to:{path:e.path||"/",params:n}}},[e.breadcrumbName])},x=this.breadcrumbRender||_;m={props:{routes:b,itemRender:x}}}else m=y||null;var w=et({},this.$props,{title:a,tags:o,content:s,extra:c,extraContent:l,breadcrumb:m,tabChange:g,back:p});return t("div",{class:"ant-pro-page-header-wrap"},[t("div",{class:"".concat(rt,"-page-header-warp")},[t(K,[ht(t,w,u,h)])]),i?t(K,{attrs:{contentWidth:f}},[t("div",{class:"".concat(rt,"-children-content")},[i])]):null])},install:function(t){t.component(ft.name,ft),t.component("page-container",ft)}},dt=ft,pt=(n("629a"),{links:a["a"].array,copyright:a["a"].any}),vt={name:"GlobalFooter",props:pt,render:function(){var t=arguments[0],e=Object(Z["g"])(this,"copyright"),n=Object(Z["g"])(this,"links"),r=Object(Z["s"])(n);return t("footer",{class:"ant-pro-global-footer"},[t("div",{class:"ant-pro-global-footer-links"},[r&&n.map((function(e){return t("a",{key:e.key,attrs:{title:e.key,target:e.blankTarget?"_blank":"_self",href:e.href}},[e.title])}))||n]),e&&t("div",{class:"ant-pro-global-footer-copyright"},[e])])}},gt=vt,mt={name:"VueFragment",functional:!0,render:function(t,e){return e.children.length>1?t("div",{},e.children):e.children}},yt=(n("68c4"),n("98c9"),n("b047")),bt=n.n(yt),_t={collapsed:a["a"].bool,handleCollapse:a["a"].func,isMobile:a["a"].bool.def(!1),fixedHeader:a["a"].bool.def(!1),logo:a["a"].any,menuRender:a["a"].any,collapsedButtonRender:a["a"].any,headerContentRender:a["a"].any,rightContentRender:a["a"].any},xt=function(t,e){return t(l["a"],{attrs:{type:e?"menu-unfold":"menu-fold"}})},wt={name:"GlobalHeader",props:_t,render:function(t){var e=this,n=this.$props,r=n.isMobile,i=n.logo,a=n.rightContentRender,o=n.headerContentRender,s=function(){var t=e.$props,n=t.collapsed,r=t.handleCollapse;r&&r(!n),e.triggerResizeEvent()},c=function(){var n=e.$props,r=n.collapsed,i=n.collapsedButtonRender,a=void 0===i?xt:i,o=n.menuRender;return!1!==a&&!1!==o?t("span",{class:"ant-pro-global-header-trigger",on:{click:s}},[M(a)&&a(t,r)||a]):null},l="ant-pro-global-header";return t("div",{class:l},[r&&t("a",{class:"".concat(l,"-logo"),key:"logo",attrs:{href:"/"}},[D(t,i)]),c(),o&&t("div",{class:"".concat(l,"-content")},[M(o)&&o(t,this.$props)||o]),M(a)&&a(t,this.$props)||a])},methods:{triggerResizeEvent:bt()((function(){T["a"]&&S(window,"resize")}))},beforeDestroy:function(){this.triggerResizeEvent.cancel&&this.triggerResizeEvent.cancel()}},kt=wt;function Ct(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){St(t,e,n[e])}))}return t}function St(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Tt=o["a"].Header,Ot=Ct({},_t,z,{isMobile:a["a"].bool.def(!1),collapsed:a["a"].bool,logo:a["a"].any,hasSiderMenu:a["a"].bool,autoHideHeader:a["a"].bool,menuRender:a["a"].any,headerRender:a["a"].any,rightContentRender:a["a"].any,visible:a["a"].bool.def(!0)}),Mt=function(t,e){var n="topmenu"===e.layout,r=800,i="Fixed"===e.contentWidth,a="ant-pro-top-nav-header",o=e.logo,s=e.title,c=e.theme,l=e.isMobile,u=e.headerRender,h=e.rightContentRender,f=e.menuRender,d=e.menuHeaderRender,p={theme:c,isTop:n,isMobile:l},v=t(kt,{props:e});return n&&!l&&(v=t("div",{class:[a,c]},[t("div",{class:["".concat(a,"-main"),i?"wide":""]},[d&&t("div",{class:"".concat(a,"-left")},[t("div",{class:"".concat(a,"-logo"),key:"logo",attrs:{id:"logo"}},[N(t,{logo:o,title:s,menuHeaderRender:d})])]),t("div",{class:"".concat(a,"-menu"),style:{maxWidth:"".concat(r,"px"),flex:1}},[f&&(M(f)&&f(t,e)||f)||t(w,{props:e})]),M(h)&&h(t,p)||h])])),u?u(t,e):v},Et={name:"HeaderView",props:Ot,render:function(t){var e=this.$props,n=e.visible,r=e.isMobile,i=e.layout,a=e.collapsed,o=e.collapsedWidth,s=e.siderWidth,c=e.fixedHeader,l=(e.autoHideHeader,e.hasSiderMenu),u=this.$props,h="topmenu"===i,f=c&&l&&!h&&!r,d={"ant-pro-fixed-header":c,"ant-pro-top-menu":h},p=a?o||80:s;return n?t(mt,[c&&t(Tt),t(Tt,{style:{padding:0,width:f?"calc(100% - ".concat(p,"px)"):"100%",zIndex:9,right:c?0:void 0},class:d},[Mt(t,u)])]):null}},At=Et,Pt=n("4df5"),Lt=o["a"].Content,It={isChildrenLayout:a["a"].bool,location:a["a"].any,contentHeight:a["a"].number,contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid")},jt={name:"WrapContent",props:It,render:function(t){var e=this.$props,n=e.isChildrenLayout,r=e.contentWidth;return t(Lt,[t(Pt["a"],{attrs:{getPopupContainer:function(t,e){return n?t.parentNode():document.body}}},[t("div",{class:"ant-pro-basicLayout-children-content-wrap"},[t(K,{attrs:{contentWidth:r}},[this.$slots["default"]])])])])}},zt=jt,Dt={i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1),contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid"),breadcrumbRender:a["a"].func},Nt={name:"ProConfigProvider",props:Dt,provide:function(){var t=this;return{locale:t.$props.i18nRender,contentWidth:t.$props.contentWidth,breadcrumbRender:t.$props.breadcrumbRender}},render:function(){var t=this.$scopedSlots,e=this.children||t["default"];return e()}},Rt=Nt;function Vt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){Ft(t,e,n[e])}))}return t}function Ft(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ht=Vt({},z,Ot,{contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid"),locale:a["a"].oneOfType([a["a"].string,a["a"].bool]).def("en-US"),breadcrumbRender:a["a"].func,disableMobile:a["a"].bool.def(!1),mediaQuery:a["a"].object.def({}),handleMediaQuery:a["a"].func,footerRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(void 0)}),Bt={"screen-xs":{maxWidth:575},"screen-sm":{minWidth:576,maxWidth:767},"screen-md":{minWidth:768,maxWidth:991},"screen-lg":{minWidth:992,maxWidth:1199},"screen-xl":{minWidth:1200,maxWidth:1599},"screen-xxl":{minWidth:1600}},Ut=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;return t?e?n||80:r:0},$t=function(t,e){return!1===e.headerRender?null:t(At,{props:e})},qt=function(t){return t},Wt={name:"BasicLayout",functional:!0,props:Ht,render:function(t,e){var n=e.props,r=e.children,a=e.listeners,c=n.layout,l=n.isMobile,u=n.collapsed,h=n.collapsedWidth,f=n.mediaQuery,d=n.handleMediaQuery,p=n.handleCollapse,v=n.siderWidth,g=n.fixSiderbar,m=n.i18nRender,y=void 0===m?qt:m,b=O(e,"footerRender"),_=O(e,"rightContentRender"),x=O(e,"collapsedButtonRender"),w=O(e,"menuHeaderRender"),k=O(e,"breadcrumbRender"),C=O(e,"headerContentRender"),S=O(e,"menuRender"),T="topmenu"===c,E=!T,A=g&&!T&&!l,P=Vt({},n,{hasSiderMenu:E,footerRender:b,menuHeaderRender:w,rightContentRender:_,collapsedButtonRender:x,breadcrumbRender:k,headerContentRender:C,menuRender:S},a);return t(Rt,{attrs:{i18nRender:y,contentWidth:n.contentWidth,breadcrumbRender:k}},[t(s["ContainerQuery"],{attrs:{query:Bt},on:{change:d}},[t(o["a"],{class:Vt({"ant-pro-basicLayout":!0,"ant-pro-topmenu":T},f)},[t($,i()([{props:P},{attrs:{collapsed:u},on:{collapse:p}}])),t(o["a"],{class:[c],style:{paddingLeft:E?"".concat(Ut(!!A,u,h,v),"px"):void 0,minHeight:"100vh"}},[$t(t,Vt({},P,{mode:"horizontal"})),t(zt,{class:"ant-pro-basicLayout-content",attrs:{contentWidth:n.contentWidth}},[r]),!1!==b&&t(o["a"].Footer,[M(b)&&b(t)||b])||null])])])])},install:function(t){t.component(dt.name,dt),t.component("PageContainer",dt),t.component("ProLayout",Wt)}},Yt=Wt,Kt=(n("9017"),n("0464")),Xt=(n("55ec"),n("a79d")),Gt=(n("d88f"),n("fe2b")),Zt=(n("fbd6"),n("160c")),Qt=(n("6ba6"),n("5efb")),Jt=(n("ab9e"),n("2c92")),te=n("21f9"),ee=(n("3b18"),n("f64c")),ne=(n("9a33"),n("f933")),re={value:a["a"].string,list:a["a"].array,i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)},ie="ant-pro-setting-drawer-block-checbox",ae={props:re,inject:["locale"],render:function(t){var e=this,n=this.value,r=this.list,i=this.$props.i18nRender||this.locale,a=r||[{key:"sidemenu",url:"https://gw.alipayobjects.com/zos/antfincdn/XwFOFbLkSM/LCkqqYNmvBEbokSDscrm.svg",title:i("app.setting.sidemenu")},{key:"topmenu",url:"https://gw.alipayobjects.com/zos/antfincdn/URETY8%24STp/KDNDBbriJhLwuqMoxcAr.svg",title:i("app.setting.topmenu")}],o=function(t){e.$emit("change",t)},s={cursor:"not-allowed"};return t("div",{class:ie,key:n},[a.map((function(e){return t(ne["a"],{attrs:{title:e.title},key:e.key},[t("div",{class:"".concat(ie,"-item"),style:e.disable&&s,on:{click:function(){return!e.disable&&o(e.key)}}},[t("img",{attrs:{src:e.url,alt:e.key}}),t("div",{class:"".concat(ie,"-selectIcon"),style:{display:n===e.key?"block":"none"}},[t(l["a"],{attrs:{type:"check"}})])])])}))])}},oe=ae,se=(n("76fb"),["props","data"]);function ce(t,e){if(null==t)return{};var n,r,i=le(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i}function le(t,e){if(null==t)return{};var n,r,i={},a=Object.keys(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||(i[n]=t[n]);return i}var ue="theme-color",he={color:a["a"].string,check:a["a"].bool},fe={props:he,functional:!0,render:function(t,e){var n=e.props,r=n.color,a=n.check,o=e.data;ce(e,se);return t("div",i()([o,{style:{backgroundColor:r}}]),[a?t(l["a"],{attrs:{type:"check"}}):null])}},de={colors:a["a"].array,title:a["a"].string,value:a["a"].string,i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)},pe={props:de,inject:["locale"],render:function(t){var e=this,n=this.title,r=this.value,i=this.colors,a=void 0===i?[]:i,o=this.$props.i18nRender||this.locale,s=function(t){e.$emit("change",t)};return t("div",{class:ue,ref:"ref"},[t("h3",{class:"".concat(ue,"-title")},[n]),t("div",{class:"".concat(ue,"-content")},[a.map((function(e){var n=L(e.key.toUpperCase()),i=r.toUpperCase()===e.key.toUpperCase()||L(r.toUpperCase())===e.key.toUpperCase();return t(ne["a"],{key:e.color.toUpperCase(),attrs:{title:n?o("app.setting.themecolor.".concat(n)):e.key.toUpperCase()}},[t(fe,{class:"".concat(ue,"-block"),attrs:{color:e.color.toUpperCase(),check:i},on:{click:function(){return s(e.key.toUpperCase())}}})])}))])])}},ve=pe,ge=(n("2ef0f"),n("9839"));function me(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){ye(t,e,n[e])}))}return t}function ye(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var be=function(t,e){var n=me({},e.action);return t(ne["a"],{attrs:{title:e.disabled?e.disabledReason:"",placement:"left"}},[t(Gt["b"].Item,{attrs:{actions:[n]}},[t("span",{style:{opacity:e.disabled?.5:1}},[e.title])])])},_e={contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid"),fixedHeader:a["a"].bool,fixSiderbar:a["a"].bool,layout:a["a"].oneOf(["sidemenu","topmenu"]),i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)},xe={props:_e,inject:["locale"],render:function(t){var e=this,n=this.$props.i18nRender||this.locale,r=this.contentWidth,i=this.fixedHeader,a=this.layout,o=this.fixSiderbar,s=function(t,n){e.$emit("change",{type:t,value:n})};return t(Gt["b"],{attrs:{split:!1,dataSource:[{title:n("app.setting.content-width"),action:t(ge["c"],{attrs:{value:r,size:"small"},on:{select:function(t){return s("contentWidth",t)}},style:{width:"80px"}},["sidemenu"===a?null:t(ge["c"].Option,{attrs:{value:"Fixed"}},[n("app.setting.content-width.fixed")]),t(ge["c"].Option,{attrs:{value:"Fluid"}},[n("app.setting.content-width.fluid")])])},{title:n("app.setting.fixedheader"),action:t(Zt["a"],{attrs:{size:"small",checked:!!i},on:{change:function(t){return s("fixedHeader",t)}}})},{title:n("app.setting.fixedsidebar"),disabled:"topmenu"===a,disabledReason:n("app.setting.fixedsidebar.hint"),action:t(Zt["a"],{attrs:{size:"small",disabled:"topmenu"===a,checked:!!o},on:{change:function(t){return s("fixSiderbar",t)}}})}],renderItem:function(e,n){return be(t,e)}}})}},we=n("6a71"),ke=n.n(we),Ce=n("7746"),Se=n.n(Ce),Te={getAntdSerials:function(t){var e=new Array(9).fill().map((function(e,n){return ke.a.varyColor.lighten(t,n/10)})),n=Se()(t),r=ke.a.varyColor.toNum3(t.replace("#","")).join(",");return e.concat(n).concat(r)},changeColor:function(t){var e={newColors:this.getAntdSerials(t),changeUrl:function(t){return"/".concat(t)}};return ke.a.changer.changeColor(e,Promise)}},Oe=function(t){var e=ee["a"].loading("正在切换主题",0);Te.changeColor(t).then((function(t){e()}))},Me=function(t){var e=document.body.querySelector("#app .ant-pro-basicLayout");t?e.classList.add("colorWeak"):e.classList.remove("colorWeak")},Ee=n("b384"),Ae=n.n(Ee);function Pe(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},r=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),r.forEach((function(e){Le(t,e,n[e])}))}return t}function Le(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Ie="ant-pro-setting-drawer",je={title:a["a"].string.def("")},ze={props:je,render:function(t){var e=this.title;return t("div",{style:{marginBottom:24}},[t("h3",{class:"".concat(Ie,"-title")},[e]),this.$slots["default"]])}},De=function(t){return t},Ne=function(t){var e=window.umi_plugin_ant_themeVar||[],n=[{key:"light",url:"https://gw.alipayobjects.com/zos/antfincdn/NQ%24zoisaD2/jpRkZQMyYRryryPNtyIC.svg",title:t("app.setting.pagestyle.light")},{key:"dark",url:"https://gw.alipayobjects.com/zos/antfincdn/XwFOFbLkSM/LCkqqYNmvBEbokSDscrm.svg",title:t("app.setting.pagestyle.dark")}],r=[{key:"#1890ff",color:"#1890ff",theme:"dark"}],i=[{key:"#1890ff",color:"#1890ff",theme:"dark"}];return e.find((function(t){return"dark"===t.theme}))&&n.push({disable:!0,key:"realDark",url:"https://gw.alipayobjects.com/zos/antfincdn/hmKaLQvmY2/LCkqqYNmvBEbokSDscrm.svg",title:t("app.setting.pagestyle.realdark")}),e.forEach((function(t){var e=(t.modifyVars||{})["@primary-color"];"dark"===t.theme&&e&&r.push(Pe({color:e},t)),t.theme&&"light"!==t.theme||i.push(Pe({color:e},t))})),{colorList:{dark:r,light:i},themeList:n}},Re=function(t,e,n){"primaryColor"===t&&Oe(e),"colorWeak"===t&&Me(e)},Ve=function(t){return JSON.stringify(Object(Kt["a"])(Pe({},t,{primaryColor:I(t.primaryColor)}),["colorWeak"]),null,2)},Fe={theme:a["a"].oneOf(["dark","light","realDark"]),primaryColor:a["a"].string,layout:a["a"].oneOf(["sidemenu","topmenu"]),colorWeak:a["a"].bool,contentWidth:a["a"].oneOf(["Fluid","Fixed"]).def("Fluid"),fixedHeader:a["a"].bool,fixSiderbar:a["a"].bool,hideHintAlert:a["a"].bool.def(!1),hideCopyButton:a["a"].bool.def(!1)},He={getContainer:a["a"].func,settings:a["a"].objectOf(Fe),i18nRender:a["a"].oneOfType([a["a"].func,a["a"].bool]).def(!1)},Be={name:"SettingDrawer",props:He,inject:["locale"],data:function(){return{show:!1}},render:function(t){var e=this,n=this.setShow,r=this.getContainer,i=this.settings,a=i.theme,o=void 0===a?"dark":a,s=i.primaryColor,c=void 0===s?"daybreak":s,u=i.layout,h=void 0===u?"sidemenu":u,f=i.fixedHeader,d=void 0!==f&&f,p=i.fixSiderbar,v=void 0!==p&&p,g=i.contentWidth,m=i.hideHintAlert,y=i.hideCopyButton,b=i.colorWeak,_=this.$props.i18nRender||this.locale||De,x=Ne(_),w="topmenu"===h,k={color:"#fff",fontSize:20},S=function(t,n){e.$emit("change",{type:t,value:n}),Re(t,n,!1)};return t(C["a"],{attrs:{visible:this.show,width:300,placement:"right",getContainer:r},on:{close:function(){return n(!1)}},style:{zIndex:999}},[t("template",{slot:"handle"},[t("div",{class:"".concat(Ie,"-handle"),on:{click:function(){return n(!e.show)}}},[this.show?t(l["a"],{attrs:{type:"close"},style:k}):t(l["a"],{attrs:{type:"setting"},style:k})])]),t("div",{class:"".concat(Ie,"-content")},[t(ze,{attrs:{title:_("app.setting.pagestyle")}},[t(oe,{attrs:{i18nRender:_,list:x.themeList,value:o},on:{change:function(t){S("theme",t)}}})]),t(ve,{attrs:{i18nRender:_,title:_("app.setting.themecolor"),value:c,colors:x.colorList["realDark"===o?"dark":"light"]},on:{change:function(t){S("primaryColor",t,null)}}}),t(Xt["a"]),t(ze,{attrs:{title:_("app.setting.navigationmode")}},[t(oe,{attrs:{i18nRender:_,value:h},on:{change:function(t){S("layout",t,null)}}})]),t(xe,{attrs:{i18nRender:_,contentWidth:g,fixedHeader:d,fixSiderbar:!w&&v,layout:h},on:{change:function(t){var e=t.type,n=t.value;S(e,n)}}}),t(Xt["a"]),t(ze,{attrs:{title:_("app.setting.othersettings")}},[t(Gt["b"],{attrs:{split:!1,renderItem:function(e){return be(t,e)},dataSource:[{title:_("app.setting.weakmode"),action:t(Zt["a"],{attrs:{size:"small",checked:!!b},on:{change:function(t){return S("colorWeak",t)}}})}]}})]),m&&y?null:t(Xt["a"]),m?null:t(Jt["a"],{attrs:{type:"warning",message:_("app.setting.production.hint"),icon:t(l["a"],{attrs:{type:"notification"}}),showIcon:!0},style:{marginBottom:"16px"}}),y?null:t(Ae.a,{attrs:{text:Ve(i)},on:{copy:function(){return ee["a"].success(_("app.setting.copyinfo"))}}},[t(Qt["a"],{attrs:{block:!0}},[t(l["a"],{attrs:{type:"copy"}}),_("app.setting.copy")])]),t("div",{class:"".concat(Ie,"-content-footer")},[this.$slots["default"]])])])},methods:{setShow:function(t){this.show=t}},install:function(t){t.use(te["b"]),t.component(Be.name,Be)}},Ue=Be},c0e4:function(t,e,n){"use strict";var r=n("8e8e"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("d338"),c=n("daa3"),l=n("9cba");e["a"]={name:"ARadioButton",props:o()({},s["a"].props),inject:{radioGroupContext:{default:void 0},configProvider:{default:function(){return l["a"]}}},render:function(){var t=arguments[0],e=Object(c["l"])(this),n=e.prefixCls,r=i()(e,["prefixCls"]),a=this.configProvider.getPrefixCls,l=a("radio-button",n),u={props:o()({},r,{prefixCls:l}),on:Object(c["k"])(this)};return this.radioGroupContext&&(u.on.change=this.radioGroupContext.onRadioChange,u.props.checked=this.$props.value===this.radioGroupContext.stateValue,u.props.disabled=this.$props.disabled||this.radioGroupContext.disabled),t(s["a"],u,[this.$slots["default"]])}}},c119:function(t,e,n){"use strict";n("b2a3"),n("0ad5")},c183:function(t,e,n){var r=n("512c");r(r.S+r.F*!n("0bad"),"Object",{defineProperty:n("1a14").f})},c195:function(t,e,n){var r=n("bcf7"),i=n("217d"),a=i.each,o=i.isFunction,s=i.isArray;function c(){if(!window.matchMedia)throw new Error("matchMedia not present, legacy browsers require a polyfill");this.queries={},this.browserIsIncapable=!window.matchMedia("only all").matches}c.prototype={constructor:c,register:function(t,e,n){var i=this.queries,c=n&&this.browserIsIncapable;return i[t]||(i[t]=new r(t,c)),o(e)&&(e={match:e}),s(e)||(e=[e]),a(e,(function(e){o(e)&&(e={match:e}),i[t].addHandler(e)})),this},unregister:function(t,e){var n=this.queries[t];return n&&(e?n.removeHandler(e):(n.clear(),delete this.queries[t])),this}},t.exports=c},c19f:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("621a"),o=n("2626"),s="ArrayBuffer",c=a[s],l=i[s];r({global:!0,constructor:!0,forced:l!==c},{ArrayBuffer:c}),o(s)},c1ac:function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").filter,a=n("1448"),o=r.aTypedArray,s=r.exportTypedArrayMethod;s("filter",(function(t){var e=i(o(this),t,arguments.length>1?arguments[1]:void 0);return a(this,e)}))},c1b3:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("8e8e"),o=n.n(a),s=n("4d91"),c=n("8496"),l={adjustX:1,adjustY:1},u=[0,0],h={topLeft:{points:["bl","tl"],overflow:l,offset:[0,-4],targetOffset:u},topCenter:{points:["bc","tc"],overflow:l,offset:[0,-4],targetOffset:u},topRight:{points:["br","tr"],overflow:l,offset:[0,-4],targetOffset:u},bottomLeft:{points:["tl","bl"],overflow:l,offset:[0,4],targetOffset:u},bottomCenter:{points:["tc","bc"],overflow:l,offset:[0,4],targetOffset:u},bottomRight:{points:["tr","br"],overflow:l,offset:[0,4],targetOffset:u}},f=h,d=n("daa3"),p=n("b488"),v=n("7b05"),g={mixins:[p["a"]],props:{minOverlayWidthMatchTrigger:s["a"].bool,prefixCls:s["a"].string.def("rc-dropdown"),transitionName:s["a"].string,overlayClassName:s["a"].string.def(""),openClassName:s["a"].string,animation:s["a"].any,align:s["a"].object,overlayStyle:s["a"].object.def((function(){return{}})),placement:s["a"].string.def("bottomLeft"),overlay:s["a"].any,trigger:s["a"].array.def(["hover"]),alignPoint:s["a"].bool,showAction:s["a"].array.def([]),hideAction:s["a"].array.def([]),getPopupContainer:s["a"].func,visible:s["a"].bool,defaultVisible:s["a"].bool.def(!1),mouseEnterDelay:s["a"].number.def(.15),mouseLeaveDelay:s["a"].number.def(.1)},data:function(){var t=this.defaultVisible;return Object(d["s"])(this,"visible")&&(t=this.visible),{sVisible:t}},watch:{visible:function(t){void 0!==t&&this.setState({sVisible:t})}},methods:{onClick:function(t){Object(d["s"])(this,"visible")||this.setState({sVisible:!1}),this.$emit("overlayClick",t),this.childOriginEvents.click&&this.childOriginEvents.click(t)},onVisibleChange:function(t){Object(d["s"])(this,"visible")||this.setState({sVisible:t}),this.__emit("visibleChange",t)},getMinOverlayWidthMatchTrigger:function(){var t=Object(d["l"])(this),e=t.minOverlayWidthMatchTrigger,n=t.alignPoint;return"minOverlayWidthMatchTrigger"in t?e:!n},getOverlayElement:function(){var t=this.overlay||this.$slots.overlay||this.$scopedSlots.overlay,e=void 0;return e="function"===typeof t?t():t,e},getMenuElement:function(){var t=this,e=this.onClick,n=this.prefixCls,r=this.$slots;this.childOriginEvents=Object(d["i"])(r.overlay[0]);var i=this.getOverlayElement(),a={props:{prefixCls:n+"-menu",getPopupContainer:function(){return t.getPopupDomNode()}},on:{click:e}};return"string"===typeof i.type&&delete a.props.prefixCls,Object(v["a"])(r.overlay[0],a)},getMenuElementOrLambda:function(){var t=this.overlay||this.$slots.overlay||this.$scopedSlots.overlay;return"function"===typeof t?this.getMenuElement:this.getMenuElement()},getPopupDomNode:function(){return this.$refs.trigger.getPopupDomNode()},getOpenClassName:function(){var t=this.$props,e=t.openClassName,n=t.prefixCls;return void 0!==e?e:n+"-open"},afterVisibleChange:function(t){if(t&&this.getMinOverlayWidthMatchTrigger()){var e=this.getPopupDomNode(),n=this.$el;n&&e&&n.offsetWidth>e.offsetWidth&&(e.style.minWidth=n.offsetWidth+"px",this.$refs.trigger&&this.$refs.trigger._component&&this.$refs.trigger._component.$refs&&this.$refs.trigger._component.$refs.alignInstance&&this.$refs.trigger._component.$refs.alignInstance.forceAlign())}},renderChildren:function(){var t=this.$slots["default"]&&this.$slots["default"][0],e=this.sVisible;return e&&t?Object(v["a"])(t,{class:this.getOpenClassName()}):t}},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.transitionName,a=e.animation,s=e.align,l=e.placement,u=e.getPopupContainer,h=e.showAction,d=e.hideAction,p=e.overlayClassName,v=e.overlayStyle,g=e.trigger,m=o()(e,["prefixCls","transitionName","animation","align","placement","getPopupContainer","showAction","hideAction","overlayClassName","overlayStyle","trigger"]),y=d;y||-1===g.indexOf("contextmenu")||(y=["click"]);var b={props:i()({},m,{prefixCls:n,popupClassName:p,popupStyle:v,builtinPlacements:f,action:g,showAction:h,hideAction:y||[],popupPlacement:l,popupAlign:s,popupTransitionName:r,popupAnimation:a,popupVisible:this.sVisible,afterPopupVisibleChange:this.afterVisibleChange,getPopupContainer:u}),on:{popupVisibleChange:this.onVisibleChange},ref:"trigger"};return t(c["a"],b,[this.renderChildren(),t("template",{slot:"popup"},[this.$slots.overlay&&this.getMenuElement()])])}},m=g,y=n("452c"),b=n("1d19"),_=n("9cba"),x=n("0c63"),w=Object(b["a"])(),k={name:"ADropdown",props:i()({},w,{prefixCls:s["a"].string,mouseEnterDelay:s["a"].number.def(.15),mouseLeaveDelay:s["a"].number.def(.1),placement:w.placement.def("bottomLeft")}),model:{prop:"visible",event:"visibleChange"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return _["a"]}}},methods:{savePopupRef:function(t){this.popupRef=t},getTransitionName:function(){var t=this.$props,e=t.placement,n=void 0===e?"":e,r=t.transitionName;return void 0!==r?r:n.indexOf("top")>=0?"slide-down":"slide-up"},renderOverlay:function(t){var e=this.$createElement,n=Object(d["g"])(this,"overlay"),r=Array.isArray(n)?n[0]:n,i=r&&Object(d["m"])(r),a=i||{},o=a.selectable,s=void 0!==o&&o,c=a.focusable,l=void 0===c||c,u=e("span",{class:t+"-menu-submenu-arrow"},[e(x["a"],{attrs:{type:"right"},class:t+"-menu-submenu-arrow-icon"})]),h=r&&r.componentOptions?Object(v["a"])(r,{props:{mode:"vertical",selectable:s,focusable:l,expandIcon:u}}):n;return h}},render:function(){var t=arguments[0],e=this.$slots,n=Object(d["l"])(this),r=n.prefixCls,a=n.trigger,o=n.disabled,s=n.getPopupContainer,c=this.configProvider.getPopupContainer,l=this.configProvider.getPrefixCls,u=l("dropdown",r),h=Object(v["a"])(e["default"],{class:u+"-trigger",props:{disabled:o}}),f=o?[]:a,p=void 0;f&&-1!==f.indexOf("contextmenu")&&(p=!0);var g={props:i()({alignPoint:p},n,{prefixCls:u,getPopupContainer:s||c,transitionName:this.getTransitionName(),trigger:f}),on:Object(d["k"])(this)};return t(m,g,[h,t("template",{slot:"overlay"},[this.renderOverlay(u)])])}};k.Button=y["a"];e["a"]=k},c1c9:function(t,e,n){var r=n("a454"),i=n("f3c1"),a=i(r);t.exports=a},c1df:function(t,e,n){(function(t){var e;//! moment.js
//! version : 2.30.1
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
(function(e,n){t.exports=n()})(0,(function(){"use strict";var n,r;function i(){return n.apply(null,arguments)}function a(t){n=t}function o(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function s(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function c(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function l(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(c(t,e))return!1;return!0}function u(t){return void 0===t}function h(t){return"number"===typeof t||"[object Number]"===Object.prototype.toString.call(t)}function f(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function d(t,e){var n,r=[],i=t.length;for(n=0;n<i;++n)r.push(e(t[n],n));return r}function p(t,e){for(var n in e)c(e,n)&&(t[n]=e[n]);return c(e,"toString")&&(t.toString=e.toString),c(e,"valueOf")&&(t.valueOf=e.valueOf),t}function v(t,e,n,r){return Xn(t,e,n,r,!0).utc()}function g(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function m(t){return null==t._pf&&(t._pf=g()),t._pf}function y(t){var e=null,n=!1,i=t._d&&!isNaN(t._d.getTime());return i&&(e=m(t),n=r.call(e.parsedDateParts,(function(t){return null!=t})),i=e.overflow<0&&!e.empty&&!e.invalidEra&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n),t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour)),null!=Object.isFrozen&&Object.isFrozen(t)?i:(t._isValid=i,t._isValid)}function b(t){var e=v(NaN);return null!=t?p(m(e),t):m(e).userInvalidated=!0,e}r=Array.prototype.some?Array.prototype.some:function(t){var e,n=Object(this),r=n.length>>>0;for(e=0;e<r;e++)if(e in n&&t.call(this,n[e],e,n))return!0;return!1};var _=i.momentProperties=[],x=!1;function w(t,e){var n,r,i,a=_.length;if(u(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),u(e._i)||(t._i=e._i),u(e._f)||(t._f=e._f),u(e._l)||(t._l=e._l),u(e._strict)||(t._strict=e._strict),u(e._tzm)||(t._tzm=e._tzm),u(e._isUTC)||(t._isUTC=e._isUTC),u(e._offset)||(t._offset=e._offset),u(e._pf)||(t._pf=m(e)),u(e._locale)||(t._locale=e._locale),a>0)for(n=0;n<a;n++)r=_[n],i=e[r],u(i)||(t[r]=i);return t}function k(t){w(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===x&&(x=!0,i.updateOffset(this),x=!1)}function C(t){return t instanceof k||null!=t&&null!=t._isAMomentObject}function S(t){!1===i.suppressDeprecationWarnings&&"undefined"!==typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function T(t,e){var n=!0;return p((function(){if(null!=i.deprecationHandler&&i.deprecationHandler(null,t),n){var r,a,o,s=[],l=arguments.length;for(a=0;a<l;a++){if(r="","object"===typeof arguments[a]){for(o in r+="\n["+a+"] ",arguments[0])c(arguments[0],o)&&(r+=o+": "+arguments[0][o]+", ");r=r.slice(0,-2)}else r=arguments[a];s.push(r)}S(t+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),n=!1}return e.apply(this,arguments)}),e)}var O,M={};function E(t,e){null!=i.deprecationHandler&&i.deprecationHandler(t,e),M[t]||(S(e),M[t]=!0)}function A(t){return"undefined"!==typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function P(t){var e,n;for(n in t)c(t,n)&&(e=t[n],A(e)?this[n]=e:this["_"+n]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function L(t,e){var n,r=p({},t);for(n in e)c(e,n)&&(s(t[n])&&s(e[n])?(r[n]={},p(r[n],t[n]),p(r[n],e[n])):null!=e[n]?r[n]=e[n]:delete r[n]);for(n in t)c(t,n)&&!c(e,n)&&s(t[n])&&(r[n]=p({},r[n]));return r}function I(t){null!=t&&this.set(t)}i.suppressDeprecationWarnings=!1,i.deprecationHandler=null,O=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)c(t,e)&&n.push(e);return n};var j={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function z(t,e,n){var r=this._calendar[t]||this._calendar["sameElse"];return A(r)?r.call(e,n):r}function D(t,e,n){var r=""+Math.abs(t),i=e-r.length,a=t>=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var N=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,R=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,V={},F={};function H(t,e,n,r){var i=r;"string"===typeof r&&(i=function(){return this[r]()}),t&&(F[t]=i),e&&(F[e[0]]=function(){return D(i.apply(this,arguments),e[1],e[2])}),n&&(F[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function B(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function U(t){var e,n,r=t.match(N);for(e=0,n=r.length;e<n;e++)F[r[e]]?r[e]=F[r[e]]:r[e]=B(r[e]);return function(e){var i,a="";for(i=0;i<n;i++)a+=A(r[i])?r[i].call(e,t):r[i];return a}}function $(t,e){return t.isValid()?(e=q(e,t.localeData()),V[e]=V[e]||U(e),V[e](t)):t.localeData().invalidDate()}function q(t,e){var n=5;function r(t){return e.longDateFormat(t)||t}R.lastIndex=0;while(n>=0&&R.test(t))t=t.replace(R,r),R.lastIndex=0,n-=1;return t}var W={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Y(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.match(N).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])}var K="Invalid date";function X(){return this._invalidDate}var G="%d",Z=/\d{1,2}/;function Q(t){return this._ordinal.replace("%d",t)}var J={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function tt(t,e,n,r){var i=this._relativeTime[n];return A(i)?i(t,e,n,r):i.replace(/%d/i,t)}function et(t,e){var n=this._relativeTime[t>0?"future":"past"];return A(n)?n(e):n.replace(/%s/i,e)}var nt={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function rt(t){return"string"===typeof t?nt[t]||nt[t.toLowerCase()]:void 0}function it(t){var e,n,r={};for(n in t)c(t,n)&&(e=rt(n),e&&(r[e]=t[n]));return r}var at={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function ot(t){var e,n=[];for(e in t)c(t,e)&&n.push({unit:e,priority:at[e]});return n.sort((function(t,e){return t.priority-e.priority})),n}var st,ct=/\d/,lt=/\d\d/,ut=/\d{3}/,ht=/\d{4}/,ft=/[+-]?\d{6}/,dt=/\d\d?/,pt=/\d\d\d\d?/,vt=/\d\d\d\d\d\d?/,gt=/\d{1,3}/,mt=/\d{1,4}/,yt=/[+-]?\d{1,6}/,bt=/\d+/,_t=/[+-]?\d+/,xt=/Z|[+-]\d\d:?\d\d/gi,wt=/Z|[+-]\d\d(?::?\d\d)?/gi,kt=/[+-]?\d+(\.\d{1,3})?/,Ct=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,St=/^[1-9]\d?/,Tt=/^([1-9]\d|\d)/;function Ot(t,e,n){st[t]=A(e)?e:function(t,r){return t&&n?n:e}}function Mt(t,e){return c(st,t)?st[t](e._strict,e._locale):new RegExp(Et(t))}function Et(t){return At(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,n,r,i){return e||n||r||i})))}function At(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function Pt(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Lt(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=Pt(e)),n}st={};var It={};function jt(t,e){var n,r,i=e;for("string"===typeof t&&(t=[t]),h(e)&&(i=function(t,n){n[e]=Lt(t)}),r=t.length,n=0;n<r;n++)It[t[n]]=i}function zt(t,e){jt(t,(function(t,n,r,i){r._w=r._w||{},e(t,r._w,r,i)}))}function Dt(t,e,n){null!=e&&c(It,t)&&It[t](e,n._a,n,t)}function Nt(t){return t%4===0&&t%100!==0||t%400===0}var Rt=0,Vt=1,Ft=2,Ht=3,Bt=4,Ut=5,$t=6,qt=7,Wt=8;function Yt(t){return Nt(t)?366:365}H("Y",0,0,(function(){var t=this.year();return t<=9999?D(t,4):"+"+t})),H(0,["YY",2],0,(function(){return this.year()%100})),H(0,["YYYY",4],0,"year"),H(0,["YYYYY",5],0,"year"),H(0,["YYYYYY",6,!0],0,"year"),Ot("Y",_t),Ot("YY",dt,lt),Ot("YYYY",mt,ht),Ot("YYYYY",yt,ft),Ot("YYYYYY",yt,ft),jt(["YYYYY","YYYYYY"],Rt),jt("YYYY",(function(t,e){e[Rt]=2===t.length?i.parseTwoDigitYear(t):Lt(t)})),jt("YY",(function(t,e){e[Rt]=i.parseTwoDigitYear(t)})),jt("Y",(function(t,e){e[Rt]=parseInt(t,10)})),i.parseTwoDigitYear=function(t){return Lt(t)+(Lt(t)>68?1900:2e3)};var Kt,Xt=Zt("FullYear",!0);function Gt(){return Nt(this.year())}function Zt(t,e){return function(n){return null!=n?(Jt(this,t,n),i.updateOffset(this,e),this):Qt(this,t)}}function Qt(t,e){if(!t.isValid())return NaN;var n=t._d,r=t._isUTC;switch(e){case"Milliseconds":return r?n.getUTCMilliseconds():n.getMilliseconds();case"Seconds":return r?n.getUTCSeconds():n.getSeconds();case"Minutes":return r?n.getUTCMinutes():n.getMinutes();case"Hours":return r?n.getUTCHours():n.getHours();case"Date":return r?n.getUTCDate():n.getDate();case"Day":return r?n.getUTCDay():n.getDay();case"Month":return r?n.getUTCMonth():n.getMonth();case"FullYear":return r?n.getUTCFullYear():n.getFullYear();default:return NaN}}function Jt(t,e,n){var r,i,a,o,s;if(t.isValid()&&!isNaN(n)){switch(r=t._d,i=t._isUTC,e){case"Milliseconds":return void(i?r.setUTCMilliseconds(n):r.setMilliseconds(n));case"Seconds":return void(i?r.setUTCSeconds(n):r.setSeconds(n));case"Minutes":return void(i?r.setUTCMinutes(n):r.setMinutes(n));case"Hours":return void(i?r.setUTCHours(n):r.setHours(n));case"Date":return void(i?r.setUTCDate(n):r.setDate(n));case"FullYear":break;default:return}a=n,o=t.month(),s=t.date(),s=29!==s||1!==o||Nt(a)?s:28,i?r.setUTCFullYear(a,o,s):r.setFullYear(a,o,s)}}function te(t){return t=rt(t),A(this[t])?this[t]():this}function ee(t,e){if("object"===typeof t){t=it(t);var n,r=ot(t),i=r.length;for(n=0;n<i;n++)this[r[n].unit](t[r[n].unit])}else if(t=rt(t),A(this[t]))return this[t](e);return this}function ne(t,e){return(t%e+e)%e}function re(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=ne(e,12);return t+=(e-n)/12,1===n?Nt(t)?29:28:31-n%7%2}Kt=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},H("M",["MM",2],"Mo",(function(){return this.month()+1})),H("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),H("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Ot("M",dt,St),Ot("MM",dt,lt),Ot("MMM",(function(t,e){return e.monthsShortRegex(t)})),Ot("MMMM",(function(t,e){return e.monthsRegex(t)})),jt(["M","MM"],(function(t,e){e[Vt]=Lt(t)-1})),jt(["MMM","MMMM"],(function(t,e,n,r){var i=n._locale.monthsParse(t,r,n._strict);null!=i?e[Vt]=i:m(n).invalidMonth=t}));var ie="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ae="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),oe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,se=Ct,ce=Ct;function le(t,e){return t?o(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||oe).test(e)?"format":"standalone"][t.month()]:o(this._months)?this._months:this._months["standalone"]}function ue(t,e){return t?o(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[oe.test(e)?"format":"standalone"][t.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort["standalone"]}function he(t,e,n){var r,i,a,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=v([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?"MMM"===e?(i=Kt.call(this._shortMonthsParse,o),-1!==i?i:null):(i=Kt.call(this._longMonthsParse,o),-1!==i?i:null):"MMM"===e?(i=Kt.call(this._shortMonthsParse,o),-1!==i?i:(i=Kt.call(this._longMonthsParse,o),-1!==i?i:null)):(i=Kt.call(this._longMonthsParse,o),-1!==i?i:(i=Kt.call(this._shortMonthsParse,o),-1!==i?i:null))}function fe(t,e,n){var r,i,a;if(this._monthsParseExact)return he.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=v([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[r].test(t))return r;if(n&&"MMM"===e&&this._shortMonthsParse[r].test(t))return r;if(!n&&this._monthsParse[r].test(t))return r}}function de(t,e){if(!t.isValid())return t;if("string"===typeof e)if(/^\d+$/.test(e))e=Lt(e);else if(e=t.localeData().monthsParse(e),!h(e))return t;var n=e,r=t.date();return r=r<29?r:Math.min(r,re(t.year(),n)),t._isUTC?t._d.setUTCMonth(n,r):t._d.setMonth(n,r),t}function pe(t){return null!=t?(de(this,t),i.updateOffset(this,!0),this):Qt(this,"Month")}function ve(){return re(this.year(),this.month())}function ge(t){return this._monthsParseExact?(c(this,"_monthsRegex")||ye.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(c(this,"_monthsShortRegex")||(this._monthsShortRegex=se),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function me(t){return this._monthsParseExact?(c(this,"_monthsRegex")||ye.call(this),t?this._monthsStrictRegex:this._monthsRegex):(c(this,"_monthsRegex")||(this._monthsRegex=ce),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function ye(){function t(t,e){return e.length-t.length}var e,n,r,i,a=[],o=[],s=[];for(e=0;e<12;e++)n=v([2e3,e]),r=At(this.monthsShort(n,"")),i=At(this.months(n,"")),a.push(r),o.push(i),s.push(i),s.push(r);a.sort(t),o.sort(t),s.sort(t),this._monthsRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+a.join("|")+")","i")}function be(t,e,n,r,i,a,o){var s;return t<100&&t>=0?(s=new Date(t+400,e,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,e,n,r,i,a,o),s}function _e(t){var e,n;return t<100&&t>=0?(n=Array.prototype.slice.call(arguments),n[0]=t+400,e=new Date(Date.UTC.apply(null,n)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function xe(t,e,n){var r=7+e-n,i=(7+_e(t,0,r).getUTCDay()-e)%7;return-i+r-1}function we(t,e,n,r,i){var a,o,s=(7+n-r)%7,c=xe(t,r,i),l=1+7*(e-1)+s+c;return l<=0?(a=t-1,o=Yt(a)+l):l>Yt(t)?(a=t+1,o=l-Yt(t)):(a=t,o=l),{year:a,dayOfYear:o}}function ke(t,e,n){var r,i,a=xe(t.year(),e,n),o=Math.floor((t.dayOfYear()-a-1)/7)+1;return o<1?(i=t.year()-1,r=o+Ce(i,e,n)):o>Ce(t.year(),e,n)?(r=o-Ce(t.year(),e,n),i=t.year()+1):(i=t.year(),r=o),{week:r,year:i}}function Ce(t,e,n){var r=xe(t,e,n),i=xe(t+1,e,n);return(Yt(t)-r+i)/7}function Se(t){return ke(t,this._week.dow,this._week.doy).week}H("w",["ww",2],"wo","week"),H("W",["WW",2],"Wo","isoWeek"),Ot("w",dt,St),Ot("ww",dt,lt),Ot("W",dt,St),Ot("WW",dt,lt),zt(["w","ww","W","WW"],(function(t,e,n,r){e[r.substr(0,1)]=Lt(t)}));var Te={dow:0,doy:6};function Oe(){return this._week.dow}function Me(){return this._week.doy}function Ee(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")}function Ae(t){var e=ke(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")}function Pe(t,e){return"string"!==typeof t?t:isNaN(t)?(t=e.weekdaysParse(t),"number"===typeof t?t:null):parseInt(t,10)}function Le(t,e){return"string"===typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function Ie(t,e){return t.slice(e,7).concat(t.slice(0,e))}H("d",0,"do","day"),H("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),H("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),H("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),H("e",0,0,"weekday"),H("E",0,0,"isoWeekday"),Ot("d",dt),Ot("e",dt),Ot("E",dt),Ot("dd",(function(t,e){return e.weekdaysMinRegex(t)})),Ot("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),Ot("dddd",(function(t,e){return e.weekdaysRegex(t)})),zt(["dd","ddd","dddd"],(function(t,e,n,r){var i=n._locale.weekdaysParse(t,r,n._strict);null!=i?e.d=i:m(n).invalidWeekday=t})),zt(["d","e","E"],(function(t,e,n,r){e[r]=Lt(t)}));var je="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),ze="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),De="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ne=Ct,Re=Ct,Ve=Ct;function Fe(t,e){var n=o(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?Ie(n,this._week.dow):t?n[t.day()]:n}function He(t){return!0===t?Ie(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort}function Be(t){return!0===t?Ie(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin}function Ue(t,e,n){var r,i,a,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=v([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===e?(i=Kt.call(this._weekdaysParse,o),-1!==i?i:null):"ddd"===e?(i=Kt.call(this._shortWeekdaysParse,o),-1!==i?i:null):(i=Kt.call(this._minWeekdaysParse,o),-1!==i?i:null):"dddd"===e?(i=Kt.call(this._weekdaysParse,o),-1!==i?i:(i=Kt.call(this._shortWeekdaysParse,o),-1!==i?i:(i=Kt.call(this._minWeekdaysParse,o),-1!==i?i:null))):"ddd"===e?(i=Kt.call(this._shortWeekdaysParse,o),-1!==i?i:(i=Kt.call(this._weekdaysParse,o),-1!==i?i:(i=Kt.call(this._minWeekdaysParse,o),-1!==i?i:null))):(i=Kt.call(this._minWeekdaysParse,o),-1!==i?i:(i=Kt.call(this._weekdaysParse,o),-1!==i?i:(i=Kt.call(this._shortWeekdaysParse,o),-1!==i?i:null)))}function $e(t,e,n){var r,i,a;if(this._weekdaysParseExact)return Ue.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=v([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[r].test(t))return r;if(n&&"ddd"===e&&this._shortWeekdaysParse[r].test(t))return r;if(n&&"dd"===e&&this._minWeekdaysParse[r].test(t))return r;if(!n&&this._weekdaysParse[r].test(t))return r}}function qe(t){if(!this.isValid())return null!=t?this:NaN;var e=Qt(this,"Day");return null!=t?(t=Pe(t,this.localeData()),this.add(t-e,"d")):e}function We(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")}function Ye(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=Le(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7}function Ke(t){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Ze.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(c(this,"_weekdaysRegex")||(this._weekdaysRegex=Ne),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function Xe(t){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Ze.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(c(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Re),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Ge(t){return this._weekdaysParseExact?(c(this,"_weekdaysRegex")||Ze.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(c(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ve),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Ze(){function t(t,e){return e.length-t.length}var e,n,r,i,a,o=[],s=[],c=[],l=[];for(e=0;e<7;e++)n=v([2e3,1]).day(e),r=At(this.weekdaysMin(n,"")),i=At(this.weekdaysShort(n,"")),a=At(this.weekdays(n,"")),o.push(r),s.push(i),c.push(a),l.push(r),l.push(i),l.push(a);o.sort(t),s.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Qe(){return this.hours()%12||12}function Je(){return this.hours()||24}function tn(t,e){H(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function en(t,e){return e._meridiemParse}function nn(t){return"p"===(t+"").toLowerCase().charAt(0)}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,Qe),H("k",["kk",2],0,Je),H("hmm",0,0,(function(){return""+Qe.apply(this)+D(this.minutes(),2)})),H("hmmss",0,0,(function(){return""+Qe.apply(this)+D(this.minutes(),2)+D(this.seconds(),2)})),H("Hmm",0,0,(function(){return""+this.hours()+D(this.minutes(),2)})),H("Hmmss",0,0,(function(){return""+this.hours()+D(this.minutes(),2)+D(this.seconds(),2)})),tn("a",!0),tn("A",!1),Ot("a",en),Ot("A",en),Ot("H",dt,Tt),Ot("h",dt,St),Ot("k",dt,St),Ot("HH",dt,lt),Ot("hh",dt,lt),Ot("kk",dt,lt),Ot("hmm",pt),Ot("hmmss",vt),Ot("Hmm",pt),Ot("Hmmss",vt),jt(["H","HH"],Ht),jt(["k","kk"],(function(t,e,n){var r=Lt(t);e[Ht]=24===r?0:r})),jt(["a","A"],(function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t})),jt(["h","hh"],(function(t,e,n){e[Ht]=Lt(t),m(n).bigHour=!0})),jt("hmm",(function(t,e,n){var r=t.length-2;e[Ht]=Lt(t.substr(0,r)),e[Bt]=Lt(t.substr(r)),m(n).bigHour=!0})),jt("hmmss",(function(t,e,n){var r=t.length-4,i=t.length-2;e[Ht]=Lt(t.substr(0,r)),e[Bt]=Lt(t.substr(r,2)),e[Ut]=Lt(t.substr(i)),m(n).bigHour=!0})),jt("Hmm",(function(t,e,n){var r=t.length-2;e[Ht]=Lt(t.substr(0,r)),e[Bt]=Lt(t.substr(r))})),jt("Hmmss",(function(t,e,n){var r=t.length-4,i=t.length-2;e[Ht]=Lt(t.substr(0,r)),e[Bt]=Lt(t.substr(r,2)),e[Ut]=Lt(t.substr(i))}));var rn=/[ap]\.?m?\.?/i,an=Zt("Hours",!0);function on(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"}var sn,cn={calendar:j,longDateFormat:W,invalidDate:K,ordinal:G,dayOfMonthOrdinalParse:Z,relativeTime:J,months:ie,monthsShort:ae,week:Te,weekdays:je,weekdaysMin:De,weekdaysShort:ze,meridiemParse:rn},ln={},un={};function hn(t,e){var n,r=Math.min(t.length,e.length);for(n=0;n<r;n+=1)if(t[n]!==e[n])return n;return r}function fn(t){return t?t.toLowerCase().replace("_","-"):t}function dn(t){var e,n,r,i,a=0;while(a<t.length){i=fn(t[a]).split("-"),e=i.length,n=fn(t[a+1]),n=n?n.split("-"):null;while(e>0){if(r=vn(i.slice(0,e).join("-")),r)return r;if(n&&n.length>=e&&hn(i,n)>=e-1)break;e--}a++}return sn}function pn(t){return!(!t||!t.match("^[^/\\\\]*$"))}function vn(n){var r=null;if(void 0===ln[n]&&"undefined"!==typeof t&&t&&t.exports&&pn(n))try{r=sn._abbr,e,function(){var t=new Error("Cannot find module 'undefined'");throw t.code="MODULE_NOT_FOUND",t}(),gn(r)}catch(i){ln[n]=null}return ln[n]}function gn(t,e){var n;return t&&(n=u(e)?bn(t):mn(t,e),n?sn=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),sn._abbr}function mn(t,e){if(null!==e){var n,r=cn;if(e.abbr=t,null!=ln[t])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=ln[t]._config;else if(null!=e.parentLocale)if(null!=ln[e.parentLocale])r=ln[e.parentLocale]._config;else{if(n=vn(e.parentLocale),null==n)return un[e.parentLocale]||(un[e.parentLocale]=[]),un[e.parentLocale].push({name:t,config:e}),null;r=n._config}return ln[t]=new I(L(r,e)),un[t]&&un[t].forEach((function(t){mn(t.name,t.config)})),gn(t),ln[t]}return delete ln[t],null}function yn(t,e){if(null!=e){var n,r,i=cn;null!=ln[t]&&null!=ln[t].parentLocale?ln[t].set(L(ln[t]._config,e)):(r=vn(t),null!=r&&(i=r._config),e=L(i,e),null==r&&(e.abbr=t),n=new I(e),n.parentLocale=ln[t],ln[t]=n),gn(t)}else null!=ln[t]&&(null!=ln[t].parentLocale?(ln[t]=ln[t].parentLocale,t===gn()&&gn(t)):null!=ln[t]&&delete ln[t]);return ln[t]}function bn(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return sn;if(!o(t)){if(e=vn(t),e)return e;t=[t]}return dn(t)}function _n(){return O(ln)}function xn(t){var e,n=t._a;return n&&-2===m(t).overflow&&(e=n[Vt]<0||n[Vt]>11?Vt:n[Ft]<1||n[Ft]>re(n[Rt],n[Vt])?Ft:n[Ht]<0||n[Ht]>24||24===n[Ht]&&(0!==n[Bt]||0!==n[Ut]||0!==n[$t])?Ht:n[Bt]<0||n[Bt]>59?Bt:n[Ut]<0||n[Ut]>59?Ut:n[$t]<0||n[$t]>999?$t:-1,m(t)._overflowDayOfYear&&(e<Rt||e>Ft)&&(e=Ft),m(t)._overflowWeeks&&-1===e&&(e=qt),m(t)._overflowWeekday&&-1===e&&(e=Wt),m(t).overflow=e),t}var wn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Cn=/Z|[+-]\d\d(?::?\d\d)?/,Sn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Tn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],On=/^\/?Date\((-?\d+)/i,Mn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,En={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function An(t){var e,n,r,i,a,o,s=t._i,c=wn.exec(s)||kn.exec(s),l=Sn.length,u=Tn.length;if(c){for(m(t).iso=!0,e=0,n=l;e<n;e++)if(Sn[e][1].exec(c[1])){i=Sn[e][0],r=!1!==Sn[e][2];break}if(null==i)return void(t._isValid=!1);if(c[3]){for(e=0,n=u;e<n;e++)if(Tn[e][1].exec(c[3])){a=(c[2]||" ")+Tn[e][0];break}if(null==a)return void(t._isValid=!1)}if(!r&&null!=a)return void(t._isValid=!1);if(c[4]){if(!Cn.exec(c[4]))return void(t._isValid=!1);o="Z"}t._f=i+(a||"")+(o||""),Bn(t)}else t._isValid=!1}function Pn(t,e,n,r,i,a){var o=[Ln(t),ae.indexOf(e),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return a&&o.push(parseInt(a,10)),o}function Ln(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function In(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function jn(t,e,n){if(t){var r=ze.indexOf(t),i=new Date(e[0],e[1],e[2]).getDay();if(r!==i)return m(n).weekdayMismatch=!0,n._isValid=!1,!1}return!0}function zn(t,e,n){if(t)return En[t];if(e)return 0;var r=parseInt(n,10),i=r%100,a=(r-i)/100;return 60*a+i}function Dn(t){var e,n=Mn.exec(In(t._i));if(n){if(e=Pn(n[4],n[3],n[2],n[5],n[6],n[7]),!jn(n[1],e,t))return;t._a=e,t._tzm=zn(n[8],n[9],n[10]),t._d=_e.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),m(t).rfc2822=!0}else t._isValid=!1}function Nn(t){var e=On.exec(t._i);null===e?(An(t),!1===t._isValid&&(delete t._isValid,Dn(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:i.createFromInputFallback(t)))):t._d=new Date(+e[1])}function Rn(t,e,n){return null!=t?t:null!=e?e:n}function Vn(t){var e=new Date(i.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function Fn(t){var e,n,r,i,a,o=[];if(!t._d){for(r=Vn(t),t._w&&null==t._a[Ft]&&null==t._a[Vt]&&Hn(t),null!=t._dayOfYear&&(a=Rn(t._a[Rt],r[Rt]),(t._dayOfYear>Yt(a)||0===t._dayOfYear)&&(m(t)._overflowDayOfYear=!0),n=_e(a,0,t._dayOfYear),t._a[Vt]=n.getUTCMonth(),t._a[Ft]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=o[e]=r[e];for(;e<7;e++)t._a[e]=o[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[Ht]&&0===t._a[Bt]&&0===t._a[Ut]&&0===t._a[$t]&&(t._nextDay=!0,t._a[Ht]=0),t._d=(t._useUTC?_e:be).apply(null,o),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Ht]=24),t._w&&"undefined"!==typeof t._w.d&&t._w.d!==i&&(m(t).weekdayMismatch=!0)}}function Hn(t){var e,n,r,i,a,o,s,c,l;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(a=1,o=4,n=Rn(e.GG,t._a[Rt],ke(Gn(),1,4).year),r=Rn(e.W,1),i=Rn(e.E,1),(i<1||i>7)&&(c=!0)):(a=t._locale._week.dow,o=t._locale._week.doy,l=ke(Gn(),a,o),n=Rn(e.gg,t._a[Rt],l.year),r=Rn(e.w,l.week),null!=e.d?(i=e.d,(i<0||i>6)&&(c=!0)):null!=e.e?(i=e.e+a,(e.e<0||e.e>6)&&(c=!0)):i=a),r<1||r>Ce(n,a,o)?m(t)._overflowWeeks=!0:null!=c?m(t)._overflowWeekday=!0:(s=we(n,r,i,a,o),t._a[Rt]=s.year,t._dayOfYear=s.dayOfYear)}function Bn(t){if(t._f!==i.ISO_8601)if(t._f!==i.RFC_2822){t._a=[],m(t).empty=!0;var e,n,r,a,o,s,c,l=""+t._i,u=l.length,h=0;for(r=q(t._f,t._locale).match(N)||[],c=r.length,e=0;e<c;e++)a=r[e],n=(l.match(Mt(a,t))||[])[0],n&&(o=l.substr(0,l.indexOf(n)),o.length>0&&m(t).unusedInput.push(o),l=l.slice(l.indexOf(n)+n.length),h+=n.length),F[a]?(n?m(t).empty=!1:m(t).unusedTokens.push(a),Dt(a,n,t)):t._strict&&!n&&m(t).unusedTokens.push(a);m(t).charsLeftOver=u-h,l.length>0&&m(t).unusedInput.push(l),t._a[Ht]<=12&&!0===m(t).bigHour&&t._a[Ht]>0&&(m(t).bigHour=void 0),m(t).parsedDateParts=t._a.slice(0),m(t).meridiem=t._meridiem,t._a[Ht]=Un(t._locale,t._a[Ht],t._meridiem),s=m(t).era,null!==s&&(t._a[Rt]=t._locale.erasConvertYear(s,t._a[Rt])),Fn(t),xn(t)}else Dn(t);else An(t)}function Un(t,e,n){var r;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?(r=t.isPM(n),r&&e<12&&(e+=12),r||12!==e||(e=0),e):e}function $n(t){var e,n,r,i,a,o,s=!1,c=t._f.length;if(0===c)return m(t).invalidFormat=!0,void(t._d=new Date(NaN));for(i=0;i<c;i++)a=0,o=!1,e=w({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[i],Bn(e),y(e)&&(o=!0),a+=m(e).charsLeftOver,a+=10*m(e).unusedTokens.length,m(e).score=a,s?a<r&&(r=a,n=e):(null==r||a<r||o)&&(r=a,n=e,o&&(s=!0));p(t,n||e)}function qn(t){if(!t._d){var e=it(t._i),n=void 0===e.day?e.date:e.day;t._a=d([e.year,e.month,n,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),Fn(t)}}function Wn(t){var e=new k(xn(Yn(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function Yn(t){var e=t._i,n=t._f;return t._locale=t._locale||bn(t._l),null===e||void 0===n&&""===e?b({nullInput:!0}):("string"===typeof e&&(t._i=e=t._locale.preparse(e)),C(e)?new k(xn(e)):(f(e)?t._d=e:o(n)?$n(t):n?Bn(t):Kn(t),y(t)||(t._d=null),t))}function Kn(t){var e=t._i;u(e)?t._d=new Date(i.now()):f(e)?t._d=new Date(e.valueOf()):"string"===typeof e?Nn(t):o(e)?(t._a=d(e.slice(0),(function(t){return parseInt(t,10)})),Fn(t)):s(e)?qn(t):h(e)?t._d=new Date(e):i.createFromInputFallback(t)}function Xn(t,e,n,r,i){var a={};return!0!==e&&!1!==e||(r=e,e=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(s(t)&&l(t)||o(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=i,a._l=n,a._i=t,a._f=e,a._strict=r,Wn(a)}function Gn(t,e,n,r){return Xn(t,e,n,r,!1)}i.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),i.ISO_8601=function(){},i.RFC_2822=function(){};var Zn=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Gn.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:b()})),Qn=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Gn.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:b()}));function Jn(t,e){var n,r;if(1===e.length&&o(e[0])&&(e=e[0]),!e.length)return Gn();for(n=e[0],r=1;r<e.length;++r)e[r].isValid()&&!e[r][t](n)||(n=e[r]);return n}function tr(){var t=[].slice.call(arguments,0);return Jn("isBefore",t)}function er(){var t=[].slice.call(arguments,0);return Jn("isAfter",t)}var nr=function(){return Date.now?Date.now():+new Date},rr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ir(t){var e,n,r=!1,i=rr.length;for(e in t)if(c(t,e)&&(-1===Kt.call(rr,e)||null!=t[e]&&isNaN(t[e])))return!1;for(n=0;n<i;++n)if(t[rr[n]]){if(r)return!1;parseFloat(t[rr[n]])!==Lt(t[rr[n]])&&(r=!0)}return!0}function ar(){return this._isValid}function or(){return Er(NaN)}function sr(t){var e=it(t),n=e.year||0,r=e.quarter||0,i=e.month||0,a=e.week||e.isoWeek||0,o=e.day||0,s=e.hour||0,c=e.minute||0,l=e.second||0,u=e.millisecond||0;this._isValid=ir(e),this._milliseconds=+u+1e3*l+6e4*c+1e3*s*60*60,this._days=+o+7*a,this._months=+i+3*r+12*n,this._data={},this._locale=bn(),this._bubble()}function cr(t){return t instanceof sr}function lr(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function ur(t,e,n){var r,i=Math.min(t.length,e.length),a=Math.abs(t.length-e.length),o=0;for(r=0;r<i;r++)(n&&t[r]!==e[r]||!n&&Lt(t[r])!==Lt(e[r]))&&o++;return o+a}function hr(t,e){H(t,0,0,(function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+D(~~(t/60),2)+e+D(~~t%60,2)}))}hr("Z",":"),hr("ZZ",""),Ot("Z",wt),Ot("ZZ",wt),jt(["Z","ZZ"],(function(t,e,n){n._useUTC=!0,n._tzm=dr(wt,t)}));var fr=/([\+\-]|\d\d)/gi;function dr(t,e){var n,r,i,a=(e||"").match(t);return null===a?null:(n=a[a.length-1]||[],r=(n+"").match(fr)||["-",0,0],i=60*r[1]+Lt(r[2]),0===i?0:"+"===r[0]?i:-i)}function pr(t,e){var n,r;return e._isUTC?(n=e.clone(),r=(C(t)||f(t)?t.valueOf():Gn(t).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),i.updateOffset(n,!1),n):Gn(t).local()}function vr(t){return-Math.round(t._d.getTimezoneOffset())}function gr(t,e,n){var r,a=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"===typeof t){if(t=dr(wt,t),null===t)return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&e&&(r=vr(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),a!==t&&(!e||this._changeInProgress?jr(this,Er(t-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,i.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?a:vr(this)}function mr(t,e){return null!=t?("string"!==typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function yr(t){return this.utcOffset(0,t)}function br(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(vr(this),"m")),this}function _r(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"===typeof this._i){var t=dr(xt,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this}function xr(t){return!!this.isValid()&&(t=t?Gn(t).utcOffset():0,(this.utcOffset()-t)%60===0)}function wr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function kr(){if(!u(this._isDSTShifted))return this._isDSTShifted;var t,e={};return w(e,this),e=Yn(e),e._a?(t=e._isUTC?v(e._a):Gn(e._a),this._isDSTShifted=this.isValid()&&ur(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Cr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function Tr(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}i.updateOffset=function(){};var Or=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Mr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Er(t,e){var n,r,i,a=t,o=null;return cr(t)?a={ms:t._milliseconds,d:t._days,M:t._months}:h(t)||!isNaN(+t)?(a={},e?a[e]=+t:a.milliseconds=+t):(o=Or.exec(t))?(n="-"===o[1]?-1:1,a={y:0,d:Lt(o[Ft])*n,h:Lt(o[Ht])*n,m:Lt(o[Bt])*n,s:Lt(o[Ut])*n,ms:Lt(lr(1e3*o[$t]))*n}):(o=Mr.exec(t))?(n="-"===o[1]?-1:1,a={y:Ar(o[2],n),M:Ar(o[3],n),w:Ar(o[4],n),d:Ar(o[5],n),h:Ar(o[6],n),m:Ar(o[7],n),s:Ar(o[8],n)}):null==a?a={}:"object"===typeof a&&("from"in a||"to"in a)&&(i=Lr(Gn(a.from),Gn(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new sr(a),cr(t)&&c(t,"_locale")&&(r._locale=t._locale),cr(t)&&c(t,"_isValid")&&(r._isValid=t._isValid),r}function Ar(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Pr(t,e){var n={};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Lr(t,e){var n;return t.isValid()&&e.isValid()?(e=pr(e,t),t.isBefore(e)?n=Pr(t,e):(n=Pr(e,t),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Ir(t,e){return function(n,r){var i,a;return null===r||isNaN(+r)||(E(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),i=Er(n,r),jr(this,i,t),this}}function jr(t,e,n,r){var a=e._milliseconds,o=lr(e._days),s=lr(e._months);t.isValid()&&(r=null==r||r,s&&de(t,Qt(t,"Month")+s*n),o&&Jt(t,"Date",Qt(t,"Date")+o*n),a&&t._d.setTime(t._d.valueOf()+a*n),r&&i.updateOffset(t,o||s))}Er.fn=sr.prototype,Er.invalid=or;var zr=Ir(1,"add"),Dr=Ir(-1,"subtract");function Nr(t){return"string"===typeof t||t instanceof String}function Rr(t){return C(t)||f(t)||Nr(t)||h(t)||Fr(t)||Vr(t)||null===t||void 0===t}function Vr(t){var e,n,r=s(t)&&!l(t),i=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],o=a.length;for(e=0;e<o;e+=1)n=a[e],i=i||c(t,n);return r&&i}function Fr(t){var e=o(t),n=!1;return e&&(n=0===t.filter((function(e){return!h(e)&&Nr(t)})).length),e&&n}function Hr(t){var e,n,r=s(t)&&!l(t),i=!1,a=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(e=0;e<a.length;e+=1)n=a[e],i=i||c(t,n);return r&&i}function Br(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Ur(t,e){1===arguments.length&&(arguments[0]?Rr(arguments[0])?(t=arguments[0],e=void 0):Hr(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var n=t||Gn(),r=pr(n,this).startOf("day"),a=i.calendarFormat(this,r)||"sameElse",o=e&&(A(e[a])?e[a].call(this,n):e[a]);return this.format(o||this.localeData().calendar(a,this,Gn(n)))}function $r(){return new k(this)}function qr(t,e){var n=C(t)?t:Gn(t);return!(!this.isValid()||!n.isValid())&&(e=rt(e)||"millisecond","millisecond"===e?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())}function Wr(t,e){var n=C(t)?t:Gn(t);return!(!this.isValid()||!n.isValid())&&(e=rt(e)||"millisecond","millisecond"===e?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())}function Yr(t,e,n,r){var i=C(t)?t:Gn(t),a=C(e)?e:Gn(e);return!!(this.isValid()&&i.isValid()&&a.isValid())&&(r=r||"()",("("===r[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(a,n):!this.isAfter(a,n)))}function Kr(t,e){var n,r=C(t)?t:Gn(t);return!(!this.isValid()||!r.isValid())&&(e=rt(e)||"millisecond","millisecond"===e?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))}function Xr(t,e){return this.isSame(t,e)||this.isAfter(t,e)}function Gr(t,e){return this.isSame(t,e)||this.isBefore(t,e)}function Zr(t,e,n){var r,i,a;if(!this.isValid())return NaN;if(r=pr(t,this),!r.isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),e=rt(e),e){case"year":a=Qr(this,r)/12;break;case"month":a=Qr(this,r);break;case"quarter":a=Qr(this,r)/3;break;case"second":a=(this-r)/1e3;break;case"minute":a=(this-r)/6e4;break;case"hour":a=(this-r)/36e5;break;case"day":a=(this-r-i)/864e5;break;case"week":a=(this-r-i)/6048e5;break;default:a=this-r}return n?a:Pt(a)}function Qr(t,e){if(t.date()<e.date())return-Qr(e,t);var n,r,i=12*(e.year()-t.year())+(e.month()-t.month()),a=t.clone().add(i,"months");return e-a<0?(n=t.clone().add(i-1,"months"),r=(e-a)/(a-n)):(n=t.clone().add(i+1,"months"),r=(e-a)/(n-a)),-(i+r)||0}function Jr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ti(t){if(!this.isValid())return null;var e=!0!==t,n=e?this.clone().utc():this;return n.year()<0||n.year()>9999?$(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):A(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",$(n,"Z")):$(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ei(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,e,n,r,i="moment",a="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),t="["+i+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(t+e+n+r)}function ni(t){t||(t=this.isUtc()?i.defaultFormatUtc:i.defaultFormat);var e=$(this,t);return this.localeData().postformat(e)}function ri(t,e){return this.isValid()&&(C(t)&&t.isValid()||Gn(t).isValid())?Er({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function ii(t){return this.from(Gn(),t)}function ai(t,e){return this.isValid()&&(C(t)&&t.isValid()||Gn(t).isValid())?Er({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function oi(t){return this.to(Gn(),t)}function si(t){var e;return void 0===t?this._locale._abbr:(e=bn(t),null!=e&&(this._locale=e),this)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",i.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ci=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function li(){return this._locale}var ui=1e3,hi=60*ui,fi=60*hi,di=3506328*fi;function pi(t,e){return(t%e+e)%e}function vi(t,e,n){return t<100&&t>=0?new Date(t+400,e,n)-di:new Date(t,e,n).valueOf()}function gi(t,e,n){return t<100&&t>=0?Date.UTC(t+400,e,n)-di:Date.UTC(t,e,n)}function mi(t){var e,n;if(t=rt(t),void 0===t||"millisecond"===t||!this.isValid())return this;switch(n=this._isUTC?gi:vi,t){case"year":e=n(this.year(),0,1);break;case"quarter":e=n(this.year(),this.month()-this.month()%3,1);break;case"month":e=n(this.year(),this.month(),1);break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=n(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=pi(e+(this._isUTC?0:this.utcOffset()*hi),fi);break;case"minute":e=this._d.valueOf(),e-=pi(e,hi);break;case"second":e=this._d.valueOf(),e-=pi(e,ui);break}return this._d.setTime(e),i.updateOffset(this,!0),this}function yi(t){var e,n;if(t=rt(t),void 0===t||"millisecond"===t||!this.isValid())return this;switch(n=this._isUTC?gi:vi,t){case"year":e=n(this.year()+1,0,1)-1;break;case"quarter":e=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=n(this.year(),this.month()+1,1)-1;break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=fi-pi(e+(this._isUTC?0:this.utcOffset()*hi),fi)-1;break;case"minute":e=this._d.valueOf(),e+=hi-pi(e,hi)-1;break;case"second":e=this._d.valueOf(),e+=ui-pi(e,ui)-1;break}return this._d.setTime(e),i.updateOffset(this,!0),this}function bi(){return this._d.valueOf()-6e4*(this._offset||0)}function _i(){return Math.floor(this.valueOf()/1e3)}function xi(){return new Date(this.valueOf())}function wi(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function ki(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function Ci(){return this.isValid()?this.toISOString():null}function Si(){return y(this)}function Ti(){return p({},m(this))}function Oi(){return m(this).overflow}function Mi(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Ei(t,e){var n,r,a,o=this._eras||bn("en")._eras;for(n=0,r=o.length;n<r;++n){switch(typeof o[n].since){case"string":a=i(o[n].since).startOf("day"),o[n].since=a.valueOf();break}switch(typeof o[n].until){case"undefined":o[n].until=1/0;break;case"string":a=i(o[n].until).startOf("day").valueOf(),o[n].until=a.valueOf();break}}return o}function Ai(t,e,n){var r,i,a,o,s,c=this.eras();for(t=t.toUpperCase(),r=0,i=c.length;r<i;++r)if(a=c[r].name.toUpperCase(),o=c[r].abbr.toUpperCase(),s=c[r].narrow.toUpperCase(),n)switch(e){case"N":case"NN":case"NNN":if(o===t)return c[r];break;case"NNNN":if(a===t)return c[r];break;case"NNNNN":if(s===t)return c[r];break}else if([a,o,s].indexOf(t)>=0)return c[r]}function Pi(t,e){var n=t.since<=t.until?1:-1;return void 0===e?i(t.since).year():i(t.since).year()+(e-t.offset)*n}function Li(){var t,e,n,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(n=this.clone().startOf("day").valueOf(),r[t].since<=n&&n<=r[t].until)return r[t].name;if(r[t].until<=n&&n<=r[t].since)return r[t].name}return""}function Ii(){var t,e,n,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(n=this.clone().startOf("day").valueOf(),r[t].since<=n&&n<=r[t].until)return r[t].narrow;if(r[t].until<=n&&n<=r[t].since)return r[t].narrow}return""}function ji(){var t,e,n,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(n=this.clone().startOf("day").valueOf(),r[t].since<=n&&n<=r[t].until)return r[t].abbr;if(r[t].until<=n&&n<=r[t].since)return r[t].abbr}return""}function zi(){var t,e,n,r,a=this.localeData().eras();for(t=0,e=a.length;t<e;++t)if(n=a[t].since<=a[t].until?1:-1,r=this.clone().startOf("day").valueOf(),a[t].since<=r&&r<=a[t].until||a[t].until<=r&&r<=a[t].since)return(this.year()-i(a[t].since).year())*n+a[t].offset;return this.year()}function Di(t){return c(this,"_erasNameRegex")||Ui.call(this),t?this._erasNameRegex:this._erasRegex}function Ni(t){return c(this,"_erasAbbrRegex")||Ui.call(this),t?this._erasAbbrRegex:this._erasRegex}function Ri(t){return c(this,"_erasNarrowRegex")||Ui.call(this),t?this._erasNarrowRegex:this._erasRegex}function Vi(t,e){return e.erasAbbrRegex(t)}function Fi(t,e){return e.erasNameRegex(t)}function Hi(t,e){return e.erasNarrowRegex(t)}function Bi(t,e){return e._eraYearOrdinalRegex||bt}function Ui(){var t,e,n,r,i,a=[],o=[],s=[],c=[],l=this.eras();for(t=0,e=l.length;t<e;++t)n=At(l[t].name),r=At(l[t].abbr),i=At(l[t].narrow),o.push(n),a.push(r),s.push(i),c.push(n),c.push(r),c.push(i);this._erasRegex=new RegExp("^("+c.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+o.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+a.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+s.join("|")+")","i")}function $i(t,e){H(0,[t,t.length],0,e)}function qi(t){return Zi.call(this,t,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Wi(t){return Zi.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Yi(){return Ce(this.year(),1,4)}function Ki(){return Ce(this.isoWeekYear(),1,4)}function Xi(){var t=this.localeData()._week;return Ce(this.year(),t.dow,t.doy)}function Gi(){var t=this.localeData()._week;return Ce(this.weekYear(),t.dow,t.doy)}function Zi(t,e,n,r,i){var a;return null==t?ke(this,r,i).year:(a=Ce(t,r,i),e>a&&(e=a),Qi.call(this,t,e,n,r,i))}function Qi(t,e,n,r,i){var a=we(t,e,n,r,i),o=_e(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function Ji(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}H("N",0,0,"eraAbbr"),H("NN",0,0,"eraAbbr"),H("NNN",0,0,"eraAbbr"),H("NNNN",0,0,"eraName"),H("NNNNN",0,0,"eraNarrow"),H("y",["y",1],"yo","eraYear"),H("y",["yy",2],0,"eraYear"),H("y",["yyy",3],0,"eraYear"),H("y",["yyyy",4],0,"eraYear"),Ot("N",Vi),Ot("NN",Vi),Ot("NNN",Vi),Ot("NNNN",Fi),Ot("NNNNN",Hi),jt(["N","NN","NNN","NNNN","NNNNN"],(function(t,e,n,r){var i=n._locale.erasParse(t,r,n._strict);i?m(n).era=i:m(n).invalidEra=t})),Ot("y",bt),Ot("yy",bt),Ot("yyy",bt),Ot("yyyy",bt),Ot("yo",Bi),jt(["y","yy","yyy","yyyy"],Rt),jt(["yo"],(function(t,e,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=t.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?e[Rt]=n._locale.eraYearOrdinalParse(t,i):e[Rt]=parseInt(t,10)})),H(0,["gg",2],0,(function(){return this.weekYear()%100})),H(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),$i("gggg","weekYear"),$i("ggggg","weekYear"),$i("GGGG","isoWeekYear"),$i("GGGGG","isoWeekYear"),Ot("G",_t),Ot("g",_t),Ot("GG",dt,lt),Ot("gg",dt,lt),Ot("GGGG",mt,ht),Ot("gggg",mt,ht),Ot("GGGGG",yt,ft),Ot("ggggg",yt,ft),zt(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,n,r){e[r.substr(0,2)]=Lt(t)})),zt(["gg","GG"],(function(t,e,n,r){e[r]=i.parseTwoDigitYear(t)})),H("Q",0,"Qo","quarter"),Ot("Q",ct),jt("Q",(function(t,e){e[Vt]=3*(Lt(t)-1)})),H("D",["DD",2],"Do","date"),Ot("D",dt,St),Ot("DD",dt,lt),Ot("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),jt(["D","DD"],Ft),jt("Do",(function(t,e){e[Ft]=Lt(t.match(dt)[0])}));var ta=Zt("Date",!0);function ea(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")}H("DDD",["DDDD",3],"DDDo","dayOfYear"),Ot("DDD",gt),Ot("DDDD",ut),jt(["DDD","DDDD"],(function(t,e,n){n._dayOfYear=Lt(t)})),H("m",["mm",2],0,"minute"),Ot("m",dt,Tt),Ot("mm",dt,lt),jt(["m","mm"],Bt);var na=Zt("Minutes",!1);H("s",["ss",2],0,"second"),Ot("s",dt,Tt),Ot("ss",dt,lt),jt(["s","ss"],Ut);var ra,ia,aa=Zt("Seconds",!1);for(H("S",0,0,(function(){return~~(this.millisecond()/100)})),H(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),H(0,["SSS",3],0,"millisecond"),H(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),H(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),H(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),H(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),H(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),H(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Ot("S",gt,ct),Ot("SS",gt,lt),Ot("SSS",gt,ut),ra="SSSS";ra.length<=9;ra+="S")Ot(ra,bt);function oa(t,e){e[$t]=Lt(1e3*("0."+t))}for(ra="S";ra.length<=9;ra+="S")jt(ra,oa);function sa(){return this._isUTC?"UTC":""}function ca(){return this._isUTC?"Coordinated Universal Time":""}ia=Zt("Milliseconds",!1),H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var la=k.prototype;function ua(t){return Gn(1e3*t)}function ha(){return Gn.apply(null,arguments).parseZone()}function fa(t){return t}la.add=zr,la.calendar=Ur,la.clone=$r,la.diff=Zr,la.endOf=yi,la.format=ni,la.from=ri,la.fromNow=ii,la.to=ai,la.toNow=oi,la.get=te,la.invalidAt=Oi,la.isAfter=qr,la.isBefore=Wr,la.isBetween=Yr,la.isSame=Kr,la.isSameOrAfter=Xr,la.isSameOrBefore=Gr,la.isValid=Si,la.lang=ci,la.locale=si,la.localeData=li,la.max=Qn,la.min=Zn,la.parsingFlags=Ti,la.set=ee,la.startOf=mi,la.subtract=Dr,la.toArray=wi,la.toObject=ki,la.toDate=xi,la.toISOString=ti,la.inspect=ei,"undefined"!==typeof Symbol&&null!=Symbol.for&&(la[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),la.toJSON=Ci,la.toString=Jr,la.unix=_i,la.valueOf=bi,la.creationData=Mi,la.eraName=Li,la.eraNarrow=Ii,la.eraAbbr=ji,la.eraYear=zi,la.year=Xt,la.isLeapYear=Gt,la.weekYear=qi,la.isoWeekYear=Wi,la.quarter=la.quarters=Ji,la.month=pe,la.daysInMonth=ve,la.week=la.weeks=Ee,la.isoWeek=la.isoWeeks=Ae,la.weeksInYear=Xi,la.weeksInWeekYear=Gi,la.isoWeeksInYear=Yi,la.isoWeeksInISOWeekYear=Ki,la.date=ta,la.day=la.days=qe,la.weekday=We,la.isoWeekday=Ye,la.dayOfYear=ea,la.hour=la.hours=an,la.minute=la.minutes=na,la.second=la.seconds=aa,la.millisecond=la.milliseconds=ia,la.utcOffset=gr,la.utc=yr,la.local=br,la.parseZone=_r,la.hasAlignedHourOffset=xr,la.isDST=wr,la.isLocal=Cr,la.isUtcOffset=Sr,la.isUtc=Tr,la.isUTC=Tr,la.zoneAbbr=sa,la.zoneName=ca,la.dates=T("dates accessor is deprecated. Use date instead.",ta),la.months=T("months accessor is deprecated. Use month instead",pe),la.years=T("years accessor is deprecated. Use year instead",Xt),la.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",mr),la.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",kr);var da=I.prototype;function pa(t,e,n,r){var i=bn(),a=v().set(r,e);return i[n](a,t)}function va(t,e,n){if(h(t)&&(e=t,t=void 0),t=t||"",null!=e)return pa(t,e,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=pa(t,r,n,"month");return i}function ga(t,e,n,r){"boolean"===typeof t?(h(e)&&(n=e,e=void 0),e=e||""):(e=t,n=e,t=!1,h(e)&&(n=e,e=void 0),e=e||"");var i,a=bn(),o=t?a._week.dow:0,s=[];if(null!=n)return pa(e,(n+o)%7,r,"day");for(i=0;i<7;i++)s[i]=pa(e,(i+o)%7,r,"day");return s}function ma(t,e){return va(t,e,"months")}function ya(t,e){return va(t,e,"monthsShort")}function ba(t,e,n){return ga(t,e,n,"weekdays")}function _a(t,e,n){return ga(t,e,n,"weekdaysShort")}function xa(t,e,n){return ga(t,e,n,"weekdaysMin")}da.calendar=z,da.longDateFormat=Y,da.invalidDate=X,da.ordinal=Q,da.preparse=fa,da.postformat=fa,da.relativeTime=tt,da.pastFuture=et,da.set=P,da.eras=Ei,da.erasParse=Ai,da.erasConvertYear=Pi,da.erasAbbrRegex=Ni,da.erasNameRegex=Di,da.erasNarrowRegex=Ri,da.months=le,da.monthsShort=ue,da.monthsParse=fe,da.monthsRegex=me,da.monthsShortRegex=ge,da.week=Se,da.firstDayOfYear=Me,da.firstDayOfWeek=Oe,da.weekdays=Fe,da.weekdaysMin=Be,da.weekdaysShort=He,da.weekdaysParse=$e,da.weekdaysRegex=Ke,da.weekdaysShortRegex=Xe,da.weekdaysMinRegex=Ge,da.isPM=nn,da.meridiem=on,gn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,n=1===Lt(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th";return t+n}}),i.lang=T("moment.lang is deprecated. Use moment.locale instead.",gn),i.langData=T("moment.langData is deprecated. Use moment.localeData instead.",bn);var wa=Math.abs;function ka(){var t=this._data;return this._milliseconds=wa(this._milliseconds),this._days=wa(this._days),this._months=wa(this._months),t.milliseconds=wa(t.milliseconds),t.seconds=wa(t.seconds),t.minutes=wa(t.minutes),t.hours=wa(t.hours),t.months=wa(t.months),t.years=wa(t.years),this}function Ca(t,e,n,r){var i=Er(e,n);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function Sa(t,e){return Ca(this,t,e,1)}function Ta(t,e){return Ca(this,t,e,-1)}function Oa(t){return t<0?Math.floor(t):Math.ceil(t)}function Ma(){var t,e,n,r,i,a=this._milliseconds,o=this._days,s=this._months,c=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*Oa(Aa(s)+o),o=0,s=0),c.milliseconds=a%1e3,t=Pt(a/1e3),c.seconds=t%60,e=Pt(t/60),c.minutes=e%60,n=Pt(e/60),c.hours=n%24,o+=Pt(n/24),i=Pt(Ea(o)),s+=i,o-=Oa(Aa(i)),r=Pt(s/12),s%=12,c.days=o,c.months=s,c.years=r,this}function Ea(t){return 4800*t/146097}function Aa(t){return 146097*t/4800}function Pa(t){if(!this.isValid())return NaN;var e,n,r=this._milliseconds;if(t=rt(t),"month"===t||"quarter"===t||"year"===t)switch(e=this._days+r/864e5,n=this._months+Ea(e),t){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(e=this._days+Math.round(Aa(this._months)),t){case"week":return e/7+r/6048e5;case"day":return e+r/864e5;case"hour":return 24*e+r/36e5;case"minute":return 1440*e+r/6e4;case"second":return 86400*e+r/1e3;case"millisecond":return Math.floor(864e5*e)+r;default:throw new Error("Unknown unit "+t)}}function La(t){return function(){return this.as(t)}}var Ia=La("ms"),ja=La("s"),za=La("m"),Da=La("h"),Na=La("d"),Ra=La("w"),Va=La("M"),Fa=La("Q"),Ha=La("y"),Ba=Ia;function Ua(){return Er(this)}function $a(t){return t=rt(t),this.isValid()?this[t+"s"]():NaN}function qa(t){return function(){return this.isValid()?this._data[t]:NaN}}var Wa=qa("milliseconds"),Ya=qa("seconds"),Ka=qa("minutes"),Xa=qa("hours"),Ga=qa("days"),Za=qa("months"),Qa=qa("years");function Ja(){return Pt(this.days()/7)}var to=Math.round,eo={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function no(t,e,n,r,i){return i.relativeTime(e||1,!!n,t,r)}function ro(t,e,n,r){var i=Er(t).abs(),a=to(i.as("s")),o=to(i.as("m")),s=to(i.as("h")),c=to(i.as("d")),l=to(i.as("M")),u=to(i.as("w")),h=to(i.as("y")),f=a<=n.ss&&["s",a]||a<n.s&&["ss",a]||o<=1&&["m"]||o<n.m&&["mm",o]||s<=1&&["h"]||s<n.h&&["hh",s]||c<=1&&["d"]||c<n.d&&["dd",c];return null!=n.w&&(f=f||u<=1&&["w"]||u<n.w&&["ww",u]),f=f||l<=1&&["M"]||l<n.M&&["MM",l]||h<=1&&["y"]||["yy",h],f[2]=e,f[3]=+t>0,f[4]=r,no.apply(null,f)}function io(t){return void 0===t?to:"function"===typeof t&&(to=t,!0)}function ao(t,e){return void 0!==eo[t]&&(void 0===e?eo[t]:(eo[t]=e,"s"===t&&(eo.ss=e-1),!0))}function oo(t,e){if(!this.isValid())return this.localeData().invalidDate();var n,r,i=!1,a=eo;return"object"===typeof t&&(e=t,t=!1),"boolean"===typeof t&&(i=t),"object"===typeof e&&(a=Object.assign({},eo,e),null!=e.s&&null==e.ss&&(a.ss=e.s-1)),n=this.localeData(),r=ro(this,!i,a,n),i&&(r=n.pastFuture(+this,r)),n.postformat(r)}var so=Math.abs;function co(t){return(t>0)-(t<0)||+t}function lo(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,r,i,a,o,s,c=so(this._milliseconds)/1e3,l=so(this._days),u=so(this._months),h=this.asSeconds();return h?(t=Pt(c/60),e=Pt(t/60),c%=60,t%=60,n=Pt(u/12),u%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",a=co(this._months)!==co(h)?"-":"",o=co(this._days)!==co(h)?"-":"",s=co(this._milliseconds)!==co(h)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(l?o+l+"D":"")+(e||t||c?"T":"")+(e?s+e+"H":"")+(t?s+t+"M":"")+(c?s+r+"S":"")):"P0D"}var uo=sr.prototype;return uo.isValid=ar,uo.abs=ka,uo.add=Sa,uo.subtract=Ta,uo.as=Pa,uo.asMilliseconds=Ia,uo.asSeconds=ja,uo.asMinutes=za,uo.asHours=Da,uo.asDays=Na,uo.asWeeks=Ra,uo.asMonths=Va,uo.asQuarters=Fa,uo.asYears=Ha,uo.valueOf=Ba,uo._bubble=Ma,uo.clone=Ua,uo.get=$a,uo.milliseconds=Wa,uo.seconds=Ya,uo.minutes=Ka,uo.hours=Xa,uo.days=Ga,uo.weeks=Ja,uo.months=Za,uo.years=Qa,uo.humanize=oo,uo.toISOString=lo,uo.toString=lo,uo.toJSON=lo,uo.locale=si,uo.localeData=li,uo.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",lo),uo.lang=ci,H("X",0,0,"unix"),H("x",0,0,"valueOf"),Ot("x",_t),Ot("X",kt),jt("X",(function(t,e,n){n._d=new Date(1e3*parseFloat(t))})),jt("x",(function(t,e,n){n._d=new Date(Lt(t))})),
//! moment.js
i.version="2.30.1",a(Gn),i.fn=la,i.min=tr,i.max=er,i.now=nr,i.utc=v,i.unix=ua,i.months=ma,i.isDate=f,i.locale=gn,i.invalid=b,i.duration=Er,i.isMoment=C,i.weekdays=ba,i.parseZone=ha,i.localeData=bn,i.isDuration=cr,i.monthsShort=ya,i.weekdaysMin=xa,i.defineLocale=mn,i.updateLocale=yn,i.locales=_n,i.weekdaysShort=_a,i.normalizeUnits=rt,i.relativeTimeRounding=io,i.relativeTimeThreshold=ao,i.calendarFormat=Br,i.prototype=la,i.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},i}))}).call(this,n("62e4")(t))},c1f9:function(t,e,n){"use strict";var r=n("23e7"),i=n("2266"),a=n("8418");r({target:"Object",stat:!0},{fromEntries:function(t){var e={};return i(t,(function(t,n){a(e,t,n)}),{AS_ENTRIES:!0}),e}})},c20d:function(t,e,n){"use strict";var r=n("da84"),i=n("d039"),a=n("e330"),o=n("577e"),s=n("58a8").trim,c=n("5899"),l=r.parseInt,u=r.Symbol,h=u&&u.iterator,f=/^[+-]?0x/i,d=a(f.exec),p=8!==l(c+"08")||22!==l(c+"0x16")||h&&!i((function(){l(Object(h))}));t.exports=p?function(t,e){var n=s(o(t));return l(n,e>>>0||(d(f,n)?16:10))}:l},c2b3:function(t,e,n){"use strict";function r(t,e){if(t===e)return!0;if(!t||!e)return!1;var n=t.length;if(e.length!==n)return!1;for(var r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}t.exports=r},c2b6:function(t,e,n){var r=n("f8af"),i=n("5d89"),a=n("6f6c"),o=n("a2db"),s=n("c8fe"),c="[object Boolean]",l="[object Date]",u="[object Map]",h="[object Number]",f="[object RegExp]",d="[object Set]",p="[object String]",v="[object Symbol]",g="[object ArrayBuffer]",m="[object DataView]",y="[object Float32Array]",b="[object Float64Array]",_="[object Int8Array]",x="[object Int16Array]",w="[object Int32Array]",k="[object Uint8Array]",C="[object Uint8ClampedArray]",S="[object Uint16Array]",T="[object Uint32Array]";function O(t,e,n){var O=t.constructor;switch(e){case g:return r(t);case c:case l:return new O(+t);case m:return i(t,n);case y:case b:case _:case x:case w:case k:case C:case S:case T:return s(t,n);case u:return new O;case h:case p:return new O(t);case f:return a(t);case d:return new O;case v:return o(t)}}t.exports=O},c321:function(t,e,n){"use strict";var r=n("4d91"),i=n("fc25"),a=n("9cba"),o={functional:!0,inject:{configProvider:{default:function(){return a["a"]}}},props:{componentName:r["a"].string},render:function(t,e){var n=arguments[0],r=e.props,a=e.injections;function o(t){var e=a.configProvider.getPrefixCls,r=e("empty");switch(t){case"Table":case"List":return n(i["a"],{attrs:{image:i["a"].PRESENTED_IMAGE_SIMPLE}});case"Select":case"TreeSelect":case"Cascader":case"Transfer":case"Mentions":return n(i["a"],{attrs:{image:i["a"].PRESENTED_IMAGE_SIMPLE},class:r+"-small"});default:return n(i["a"])}}return o(r.componentName)}};function s(t,e){return t(o,{attrs:{componentName:e}})}e["a"]=s},c32f:function(t,e,n){var r=n("2b10");function i(t,e,n){var i=t.length;return n=void 0===n?i:n,!e&&n>=i?t:r(t,e,n)}t.exports=i},c345:function(t,e,n){"use strict";var r=n("c532"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,a,o={};return t?(r.forEach(t.split("\n"),(function(t){if(a=t.indexOf(":"),e=r.trim(t.substr(0,a)).toLowerCase(),n=r.trim(t.substr(a+1)),e){if(o[e]&&i.indexOf(e)>=0)return;o[e]="set-cookie"===e?(o[e]?o[e]:[]).concat([n]):o[e]?o[e]+", "+n:n}})),o):o}},c35a:function(t,e,n){"use strict";var r=n("23e7"),i=n("7e12");r({target:"Number",stat:!0,forced:Number.parseFloat!==i},{parseFloat:i})},c3fc:function(t,e,n){var r=n("42a2"),i=n("1310"),a="[object Set]";function o(t){return i(t)&&r(t)==a}t.exports=o},c401:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},c430:function(t,e,n){"use strict";t.exports=!1},c449:function(t,e,n){(function(e){for(var r=n("6d08"),i="undefined"===typeof window?e:window,a=["moz","webkit"],o="AnimationFrame",s=i["request"+o],c=i["cancel"+o]||i["cancelRequest"+o],l=0;!s&&l<a.length;l++)s=i[a[l]+"Request"+o],c=i[a[l]+"Cancel"+o]||i[a[l]+"CancelRequest"+o];if(!s||!c){var u=0,h=0,f=[],d=1e3/60;s=function(t){if(0===f.length){var e=r(),n=Math.max(0,d-(e-u));u=n+e,setTimeout((function(){var t=f.slice(0);f.length=0;for(var e=0;e<t.length;e++)if(!t[e].cancelled)try{t[e].callback(u)}catch(n){setTimeout((function(){throw n}),0)}}),Math.round(n))}return f.push({handle:++h,callback:t,cancelled:!1}),h},c=function(t){for(var e=0;e<f.length;e++)f[e].handle===t&&(f[e].cancelled=!0)}}t.exports=function(t){return s.call(i,t)},t.exports.cancel=function(){c.apply(i,arguments)},t.exports.polyfill=function(t){t||(t=i),t.requestAnimationFrame=s,t.cancelAnimationFrame=c}}).call(this,n("c8ba"))},c4b2:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e["default"]={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页"}},c4c1:function(t,e,n){var r=n("77e9");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(o){var a=t["return"];throw void 0!==a&&r(a.call(t)),o}}},c513:function(t,e,n){"use strict";var r=n("23e7"),i=n("1a2d"),a=n("d9b5"),o=n("0d51"),s=n("5692"),c=n("0b43"),l=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!a(t))throw new TypeError(o(t)+" is not a symbol");if(i(l,t))return l[t]}})},c532:function(t,e,n){"use strict";var r=n("1d2b"),i=Object.prototype.toString;function a(t){return"[object Array]"===i.call(t)}function o(t){return"undefined"===typeof t}function s(t){return null!==t&&!o(t)&&null!==t.constructor&&!o(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function c(t){return"[object ArrayBuffer]"===i.call(t)}function l(t){return"undefined"!==typeof FormData&&t instanceof FormData}function u(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function h(t){return"string"===typeof t}function f(t){return"number"===typeof t}function d(t){return null!==t&&"object"===typeof t}function p(t){return"[object Date]"===i.call(t)}function v(t){return"[object File]"===i.call(t)}function g(t){return"[object Blob]"===i.call(t)}function m(t){return"[object Function]"===i.call(t)}function y(t){return d(t)&&m(t.pipe)}function b(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function x(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function w(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),a(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}function k(){var t={};function e(e,n){"object"===typeof t[n]&&"object"===typeof e?t[n]=k(t[n],e):t[n]=e}for(var n=0,r=arguments.length;n<r;n++)w(arguments[n],e);return t}function C(){var t={};function e(e,n){"object"===typeof t[n]&&"object"===typeof e?t[n]=C(t[n],e):t[n]="object"===typeof e?C({},e):e}for(var n=0,r=arguments.length;n<r;n++)w(arguments[n],e);return t}function S(t,e,n){return w(e,(function(e,i){t[i]=n&&"function"===typeof e?r(e,n):e})),t}t.exports={isArray:a,isArrayBuffer:c,isBuffer:s,isFormData:l,isArrayBufferView:u,isString:h,isNumber:f,isObject:d,isUndefined:o,isDate:p,isFile:v,isBlob:g,isFunction:m,isStream:y,isURLSearchParams:b,isStandardBrowserEnv:x,forEach:w,merge:k,deepMerge:C,extend:S,trim:_}},c544:function(t,e,n){"use strict";var r={transitionstart:{transition:"transitionstart",WebkitTransition:"webkitTransitionStart",MozTransition:"mozTransitionStart",OTransition:"oTransitionStart",msTransition:"MSTransitionStart"},animationstart:{animation:"animationstart",WebkitAnimation:"webkitAnimationStart",MozAnimation:"mozAnimationStart",OAnimation:"oAnimationStart",msAnimation:"MSAnimationStart"}},i={transitionend:{transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"mozTransitionEnd",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd"},animationend:{animation:"animationend",WebkitAnimation:"webkitAnimationEnd",MozAnimation:"mozAnimationEnd",OAnimation:"oAnimationEnd",msAnimation:"MSAnimationEnd"}},a=[],o=[];function s(){var t=document.createElement("div"),e=t.style;function n(t,n){for(var r in t)if(t.hasOwnProperty(r)){var i=t[r];for(var a in i)if(a in e){n.push(i[a]);break}}}"AnimationEvent"in window||(delete r.animationstart.animation,delete i.animationend.animation),"TransitionEvent"in window||(delete r.transitionstart.transition,delete i.transitionend.transition),n(r,a),n(i,o)}function c(t,e,n){t.addEventListener(e,n,!1)}function l(t,e,n){t.removeEventListener(e,n,!1)}"undefined"!==typeof window&&"undefined"!==typeof document&&s();var u={startEvents:a,addStartEventListener:function(t,e){0!==a.length?a.forEach((function(n){c(t,n,e)})):window.setTimeout(e,0)},removeStartEventListener:function(t,e){0!==a.length&&a.forEach((function(n){l(t,n,e)}))},endEvents:o,addEndEventListener:function(t,e){0!==o.length?o.forEach((function(n){c(t,n,e)})):window.setTimeout(e,0)},removeEndEventListener:function(t,e){0!==o.length&&o.forEach((function(n){l(t,n,e)}))}};e["a"]=u},c584:function(t,e){function n(t,e){return t.has(e)}t.exports=n},c5d0:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("italics")},{italics:function(){return i(this,"i","","")}})},c5f7:function(t,e,n){function r(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"===typeof t}}n("d3b7"),n("25f0"),t.exports=r,t.exports.__esModule=!0,t.exports["default"]=t.exports},c60d:function(t,e,n){"use strict";var r=n("1a2d");t.exports=function(t){return void 0!==t&&(r(t,"value")||r(t,"writable"))}},c65b:function(t,e,n){"use strict";var r=n("40d5"),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},c68a:function(t,e,n){"use strict";n("b2a3"),n("a1ff"),n("06f4"),n("5783"),n("ee00"),n("9d5c"),n("7f6b"),n("68c7")},c6a7:function(t,e,n){"use strict";t.exports="function"==typeof Bun&&Bun&&"string"==typeof Bun.version},c6b6:function(t,e,n){"use strict";var r=n("e330"),i=r({}.toString),a=r("".slice);t.exports=function(t){return a(i(t),8,-1)}},c6cd:function(t,e,n){"use strict";var r=n("c430"),i=n("da84"),a=n("6374"),o="__core-js_shared__",s=t.exports=i[o]||a(o,{});(s.versions||(s.versions=[])).push({version:"3.36.1",mode:r?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.36.1/LICENSE",source:"https://github.com/zloirock/core-js"})},c6cf:function(t,e,n){var r=n("4d8c"),i=n("2286"),a=n("c1c9");function o(t){return a(i(t,void 0,r),t+"")}t.exports=o},c6d2:function(t,e,n){"use strict";var r=n("23e7"),i=n("c65b"),a=n("c430"),o=n("5e77"),s=n("1626"),c=n("dcc3"),l=n("e163"),u=n("d2bb"),h=n("d44e"),f=n("9112"),d=n("cb2d"),p=n("b622"),v=n("3f8c"),g=n("ae93"),m=o.PROPER,y=o.CONFIGURABLE,b=g.IteratorPrototype,_=g.BUGGY_SAFARI_ITERATORS,x=p("iterator"),w="keys",k="values",C="entries",S=function(){return this};t.exports=function(t,e,n,o,p,g,T){c(n,e,o);var O,M,E,A=function(t){if(t===p&&z)return z;if(!_&&t&&t in I)return I[t];switch(t){case w:return function(){return new n(this,t)};case k:return function(){return new n(this,t)};case C:return function(){return new n(this,t)}}return function(){return new n(this)}},P=e+" Iterator",L=!1,I=t.prototype,j=I[x]||I["@@iterator"]||p&&I[p],z=!_&&j||A(p),D="Array"===e&&I.entries||j;if(D&&(O=l(D.call(new t)),O!==Object.prototype&&O.next&&(a||l(O)===b||(u?u(O,b):s(O[x])||d(O,x,S)),h(O,P,!0,!0),a&&(v[P]=S))),m&&p===k&&j&&j.name!==k&&(!a&&y?f(I,"name",k):(L=!0,z=function(){return i(j,this)})),p)if(M={values:A(k),keys:g?z:A(w),entries:A(C)},T)for(E in M)(_||L||!(E in I))&&d(I,E,M[E]);else r({target:e,proto:!0,forced:_||L},M);return a&&!T||I[x]===z||d(I,x,z,{name:p}),v[e]=z,M}},c71c:function(t,e,n){"use strict";(function(t,r){n.d(e,"a",(function(){return mn}));var i=n("c82c"),a=n.n(i),o=n("2b0e"),s="object"==typeof t&&t&&t.Object===Object&&t,c=s,l="object"==typeof self&&self&&self.Object===Object&&self,u=c||l||Function("return this")(),h=u,f=h.Symbol,d=f,p=Object.prototype,v=p.hasOwnProperty,g=p.toString,m=d?d.toStringTag:void 0;function y(t){var e=v.call(t,m),n=t[m];try{t[m]=void 0;var r=!0}catch(a){}var i=g.call(t);return r&&(e?t[m]=n:delete t[m]),i}var b=Object.prototype,_=b.toString;function x(t){return _.call(t)}var w="[object Null]",k="[object Undefined]",C=d?d.toStringTag:void 0;function S(t){return null==t?void 0===t?k:w:C&&C in Object(t)?y(t):x(t)}function T(t){return null!=t&&"object"==typeof t}var O="[object Symbol]";function M(t){return"symbol"==typeof t||T(t)&&S(t)==O}var E=Array.isArray,A=E,P=/\s/;function L(t){var e=t.length;while(e--&&P.test(t.charAt(e)));return e}var I=/^\s+/;function j(t){return t?t.slice(0,L(t)+1).replace(I,""):t}function z(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}var D=NaN,N=/^[-+]0x[0-9a-f]+$/i,R=/^0b[01]+$/i,V=/^0o[0-7]+$/i,F=parseInt;function H(t){if("number"==typeof t)return t;if(M(t))return D;if(z(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=z(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=j(t);var n=R.test(t);return n||V.test(t)?F(t.slice(2),n?2:8):N.test(t)?D:+t}function B(t){return t}var U="[object AsyncFunction]",$="[object Function]",q="[object GeneratorFunction]",W="[object Proxy]";function Y(t){if(!z(t))return!1;var e=S(t);return e==$||e==q||e==U||e==W}var K=h["__core-js_shared__"],X=K,G=function(){var t=/[^.]+$/.exec(X&&X.keys&&X.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();function Z(t){return!!G&&G in t}var Q=Function.prototype,J=Q.toString;function tt(t){if(null!=t){try{return J.call(t)}catch(e){}try{return t+""}catch(e){}}return""}var et=/[\\^$.*+?()[\]{}|]/g,nt=/^\[object .+?Constructor\]$/,rt=Function.prototype,it=Object.prototype,at=rt.toString,ot=it.hasOwnProperty,st=RegExp("^"+at.call(ot).replace(et,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function ct(t){if(!z(t)||Z(t))return!1;var e=Y(t)?st:nt;return e.test(tt(t))}function lt(t,e){return null==t?void 0:t[e]}function ut(t,e){var n=lt(t,e);return ct(n)?n:void 0}function ht(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}var ft=800,dt=16,pt=Date.now;function vt(t){var e=0,n=0;return function(){var r=pt(),i=dt-(r-n);if(n=r,i>0){if(++e>=ft)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}function gt(t){return function(){return t}}var mt=function(){try{var t=ut(Object,"defineProperty");return t({},"",{}),t}catch(e){}}(),yt=mt,bt=yt?function(t,e){return yt(t,"toString",{configurable:!0,enumerable:!1,value:gt(e),writable:!0})}:B,_t=bt,xt=vt(_t),wt=xt,kt=9007199254740991,Ct=/^(?:0|[1-9]\d*)$/;function St(t,e){var n=typeof t;return e=null==e?kt:e,!!e&&("number"==n||"symbol"!=n&&Ct.test(t))&&t>-1&&t%1==0&&t<e}function Tt(t,e,n){"__proto__"==e&&yt?yt(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function Ot(t,e){return t===e||t!==t&&e!==e}var Mt=Object.prototype,Et=Mt.hasOwnProperty;function At(t,e,n){var r=t[e];Et.call(t,e)&&Ot(r,n)&&(void 0!==n||e in t)||Tt(t,e,n)}function Pt(t,e,n,r){var i=!n;n||(n={});var a=-1,o=e.length;while(++a<o){var s=e[a],c=r?r(n[s],t[s],s,n,t):void 0;void 0===c&&(c=t[s]),i?Tt(n,s,c):At(n,s,c)}return n}var Lt=Math.max;function It(t,e,n){return e=Lt(void 0===e?t.length-1:e,0),function(){var r=arguments,i=-1,a=Lt(r.length-e,0),o=Array(a);while(++i<a)o[i]=r[e+i];i=-1;var s=Array(e+1);while(++i<e)s[i]=r[i];return s[e]=n(o),ht(t,this,s)}}function jt(t,e){return wt(It(t,e,B),t+"")}var zt=9007199254740991;function Dt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=zt}function Nt(t){return null!=t&&Dt(t.length)&&!Y(t)}function Rt(t,e,n){if(!z(n))return!1;var r=typeof e;return!!("number"==r?Nt(n)&&St(e,n.length):"string"==r&&e in n)&&Ot(n[e],t)}function Vt(t){return jt((function(e,n){var r=-1,i=n.length,a=i>1?n[i-1]:void 0,o=i>2?n[2]:void 0;a=t.length>3&&"function"==typeof a?(i--,a):void 0,o&&Rt(n[0],n[1],o)&&(a=i<3?void 0:a,i=1),e=Object(e);while(++r<i){var s=n[r];s&&t(e,s,r,a)}return e}))}var Ft=Object.prototype;function Ht(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||Ft;return t===n}function Bt(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}var Ut="[object Arguments]";function $t(t){return T(t)&&S(t)==Ut}var qt=Object.prototype,Wt=qt.hasOwnProperty,Yt=qt.propertyIsEnumerable,Kt=$t(function(){return arguments}())?$t:function(t){return T(t)&&Wt.call(t,"callee")&&!Yt.call(t,"callee")},Xt=Kt;function Gt(){return!1}var Zt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Qt=Zt&&"object"==typeof r&&r&&!r.nodeType&&r,Jt=Qt&&Qt.exports===Zt,te=Jt?h.Buffer:void 0,ee=te?te.isBuffer:void 0,ne=ee||Gt,re=ne,ie="[object Arguments]",ae="[object Array]",oe="[object Boolean]",se="[object Date]",ce="[object Error]",le="[object Function]",ue="[object Map]",he="[object Number]",fe="[object Object]",de="[object RegExp]",pe="[object Set]",ve="[object String]",ge="[object WeakMap]",me="[object ArrayBuffer]",ye="[object DataView]",be="[object Float32Array]",_e="[object Float64Array]",xe="[object Int8Array]",we="[object Int16Array]",ke="[object Int32Array]",Ce="[object Uint8Array]",Se="[object Uint8ClampedArray]",Te="[object Uint16Array]",Oe="[object Uint32Array]",Me={};function Ee(t){return T(t)&&Dt(t.length)&&!!Me[S(t)]}function Ae(t){return function(e){return t(e)}}Me[be]=Me[_e]=Me[xe]=Me[we]=Me[ke]=Me[Ce]=Me[Se]=Me[Te]=Me[Oe]=!0,Me[ie]=Me[ae]=Me[me]=Me[oe]=Me[ye]=Me[se]=Me[ce]=Me[le]=Me[ue]=Me[he]=Me[fe]=Me[de]=Me[pe]=Me[ve]=Me[ge]=!1;var Pe="object"==typeof exports&&exports&&!exports.nodeType&&exports,Le=Pe&&"object"==typeof r&&r&&!r.nodeType&&r,Ie=Le&&Le.exports===Pe,je=Ie&&c.process,ze=function(){try{var t=Le&&Le.require&&Le.require("util").types;return t||je&&je.binding&&je.binding("util")}catch(e){}}(),De=ze,Ne=De&&De.isTypedArray,Re=Ne?Ae(Ne):Ee,Ve=Re,Fe=Object.prototype,He=Fe.hasOwnProperty;function Be(t,e){var n=A(t),r=!n&&Xt(t),i=!n&&!r&&re(t),a=!n&&!r&&!i&&Ve(t),o=n||r||i||a,s=o?Bt(t.length,String):[],c=s.length;for(var l in t)!e&&!He.call(t,l)||o&&("length"==l||i&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||St(l,c))||s.push(l);return s}function Ue(t,e){return function(n){return t(e(n))}}var $e=Ue(Object.keys,Object),qe=$e,We=Object.prototype,Ye=We.hasOwnProperty;function Ke(t){if(!Ht(t))return qe(t);var e=[];for(var n in Object(t))Ye.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Xe(t){return Nt(t)?Be(t):Ke(t)}var Ge=Object.prototype,Ze=Ge.hasOwnProperty,Qe=Vt((function(t,e){if(Ht(e)||Nt(e))Pt(e,Xe(e),t);else for(var n in e)Ze.call(e,n)&&At(t,n,e[n])})),Je=Qe,tn=function(){return h.Date.now()},en=tn,nn="Expected a function",rn=Math.max,an=Math.min;function on(t,e,n){var r,i,a,o,s,c,l=0,u=!1,h=!1,f=!0;if("function"!=typeof t)throw new TypeError(nn);function d(e){var n=r,a=i;return r=i=void 0,l=e,o=t.apply(a,n),o}function p(t){return l=t,s=setTimeout(m,e),u?d(t):o}function v(t){var n=t-c,r=t-l,i=e-n;return h?an(i,a-r):i}function g(t){var n=t-c,r=t-l;return void 0===c||n>=e||n<0||h&&r>=a}function m(){var t=en();if(g(t))return y(t);s=setTimeout(m,v(t))}function y(t){return s=void 0,f&&r?d(t):(r=i=void 0,o)}function b(){void 0!==s&&clearTimeout(s),l=0,r=c=i=s=void 0}function _(){return void 0===s?o:y(en())}function x(){var t=en(),n=g(t);if(r=arguments,i=this,c=t,n){if(void 0===s)return p(c);if(h)return clearTimeout(s),s=setTimeout(m,e),d(c)}return void 0===s&&(s=setTimeout(m,e)),o}return e=H(e)||0,z(n)&&(u=!!n.leading,h="maxWait"in n,a=h?rn(H(n.maxWait)||0,e):a,f="trailing"in n?!!n.trailing:f),x.cancel=b,x.flush=_,x}var sn=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._t("default",null,{images:t.images,options:t.options})],2)},cn=[];function ln(t,e,n,r,i,a,o,s){var c,l="function"===typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:l}}const un={props:{images:{type:Array},rebuild:{type:Boolean,default:!1},trigger:{},options:{type:Object}},data(){return{}},computed:{},watch:{images(){this.$nextTick(()=>{this.onChange()})},trigger:{handler(){this.$nextTick(()=>{this.onChange()})},deep:!0},options:{handler(){this.$nextTick(()=>{this.rebuildViewer()})},deep:!0}},mounted(){this.createViewer()},unmounted(){this.destroyViewer()},methods:{onChange(){this.rebuild?this.rebuildViewer():this.updateViewer()},rebuildViewer(){this.destroyViewer(),this.createViewer()},updateViewer(){this.$viewer?(this.$viewer.update(),this.$emit("inited",this.$viewer)):this.createViewer()},destroyViewer(){this.$viewer&&this.$viewer.destroy()},createViewer(){this.$viewer=new a.a(this.$el,this.options),this.$emit("inited",this.$viewer)}}},hn={};var fn=ln(un,sn,cn,!1,dn,null,null,null);function dn(t){for(let e in hn)this[e]=hn[e]}var pn=function(){return fn.exports}();const vn=({name:t="viewer",debug:e=!1}={})=>{function n(e,n,i=!1,s=!1){o["c"].nextTick(()=>{s&&!r(e)||(i||!e["$"+t]?(c(e),e["$"+t]=new a.a(e,n),h("Viewer created")):(e["$"+t].update(),h("Viewer updated")))})}function r(t){const e=t.innerHTML.match(/<img([\w\W]+?)[\\/]?>/g),n=e?e.join(""):void 0;return t.__viewerImageDiffCache===n?(h("Element change detected, but image(s) has not changed"),!1):(h("Image change detected"),t.__viewerImageDiffCache=n,!0)}function i(t,e,n,r){l(t);const i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;if(!i)return void h("Observer not supported");const a=new i(i=>{i.forEach(i=>{h("Viewer mutation:"+i.type),n(t,e,r,!0)})}),o={attributes:!0,childList:!0,characterData:!0,subtree:!0};a.observe(t,o),t.__viewerMutationObserver=a,h("Observer created")}function s(t,{expression:e},n,r){const i=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/;e&&i.test(e)?(t.__viewerUnwatch=n.context.$watch(e,(n,i)=>{h("Change detected by watcher: ",e),r(t,n,!0)},{deep:!0}),h("Watcher created, expression: ",e)):h("Only simple dot-delimited paths can create watcher")}function c(e){e["$"+t]&&(e["$"+t].destroy(),delete e["$"+t],h("Viewer destroyed"))}function l(t){t.__viewerMutationObserver&&(t.__viewerMutationObserver.disconnect(),delete t.__viewerMutationObserver,h("Observer destroyed"))}function u(t){t.__viewerUnwatch&&(t.__viewerUnwatch(),delete t.__viewerUnwatch,h("Watcher destroyed"))}function h(){e&&console.log(...arguments)}const f={bind(t,e,r){h("Viewer bind");const a=on(n,50);a(t,e.value),s(t,e,r,a),e.modifiers.static||i(t,e.value,a,e.modifiers.rebuild)},unbind(t,e){h("Viewer unbind"),l(t),u(t),c(t)}};return f},gn=({images:t=[],options:e={}}={})=>{e=Je(e,{inline:!1});const n=o["c"].extend({render(e){return e("div",{style:{display:"none"},class:["__viewer-token"]},t.map(t=>e("img",{attrs:"string"===typeof t?{src:t}:t})))}}),r=new n;r.$mount(),document.body.appendChild(r.$el);const i=new a.a(r.$el,e),s=i.destroy.bind(i);return i.destroy=function(){return s(),r.$destroy(),document.body.removeChild(r.$el),i},i.show(),r.$el.addEventListener("hidden",(function(){this.viewer===i&&i.destroy()})),i};var mn={install(t,{name:e="viewer",debug:n=!1,defaultOptions:r}={}){a.a.setDefaults(r),t.component(e,Je(pn,{name:e})),t.directive(e,vn({name:e,debug:n})),t.prototype[`$${e}Api`]=gn},setDefaults(t){a.a.setDefaults(t)}}}).call(this,n("c8ba"),n("dd40")(t))},c740:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").findIndex,a=n("44d2"),o="findIndex",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),a(o)},c746:function(t,e,n){},c760:function(t,e,n){"use strict";var r=n("23e7");r({target:"Reflect",stat:!0},{has:function(t,e){return e in t}})},c7cd:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("fixed")},{fixed:function(){return i(this,"tt","","")}})},c7eb:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("a4d3"),n("e01a"),n("b636"),n("d28b"),n("944a"),n("fb6a"),n("b0c0"),n("0c47"),n("23dc"),n("3410"),n("131a"),n("d3b7"),n("3ca3"),n("159b"),n("ddb0");var r=n("53ca");function i(){
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
i=function(){return e};var t,e={},n=Object.prototype,a=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",l=s.asyncIterator||"@@asyncIterator",u=s.toStringTag||"@@toStringTag";function h(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{h({},"")}catch(t){h=function(t,e,n){return t[e]=n}}function f(t,e,n,r){var i=e&&e.prototype instanceof b?e:b,a=Object.create(i.prototype),s=new L(r||[]);return o(a,"_invoke",{value:M(t,n,s)}),a}function d(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var p="suspendedStart",v="suspendedYield",g="executing",m="completed",y={};function b(){}function _(){}function x(){}var w={};h(w,c,(function(){return this}));var k=Object.getPrototypeOf,C=k&&k(k(I([])));C&&C!==n&&a.call(C,c)&&(w=C);var S=x.prototype=b.prototype=Object.create(w);function T(t){["next","throw","return"].forEach((function(e){h(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function n(i,o,s,c){var l=d(t[i],t,o);if("throw"!==l.type){var u=l.arg,h=u.value;return h&&"object"==Object(r["a"])(h)&&a.call(h,"__await")?e.resolve(h.__await).then((function(t){n("next",t,s,c)}),(function(t){n("throw",t,s,c)})):e.resolve(h).then((function(t){u.value=t,s(u)}),(function(t){return n("throw",t,s,c)}))}c(l.arg)}var i;o(this,"_invoke",{value:function(t,r){function a(){return new e((function(e,i){n(t,r,e,i)}))}return i=i?i.then(a,a):a()}})}function M(e,n,r){var i=p;return function(a,o){if(i===g)throw Error("Generator is already running");if(i===m){if("throw"===a)throw o;return{value:t,done:!0}}for(r.method=a,r.arg=o;;){var s=r.delegate;if(s){var c=E(s,r);if(c){if(c===y)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===p)throw i=m,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=g;var l=d(e,n,r);if("normal"===l.type){if(i=r.done?m:v,l.arg===y)continue;return{value:l.arg,done:r.done}}"throw"===l.type&&(i=m,r.method="throw",r.arg=l.arg)}}}function E(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator["return"]&&(n.method="return",n.arg=t,E(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var a=d(i,e.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,y;var o=a.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,y):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,y)}function A(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function P(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function I(e){if(e||""===e){var n=e[c];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function n(){for(;++i<e.length;)if(a.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return o.next=o}}throw new TypeError(Object(r["a"])(e)+" is not iterable")}return _.prototype=x,o(S,"constructor",{value:x,configurable:!0}),o(x,"constructor",{value:_,configurable:!0}),_.displayName=h(x,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===_||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,x):(t.__proto__=x,h(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t},e.awrap=function(t){return{__await:t}},T(O.prototype),h(O.prototype,l,(function(){return this})),e.AsyncIterator=O,e.async=function(t,n,r,i,a){void 0===a&&(a=Promise);var o=new O(f(t,n,r,i),a);return e.isGeneratorFunction(n)?o:o.next().then((function(t){return t.done?t.value:o.next()}))},T(S),h(S,u,"Generator"),h(S,c,(function(){return this})),h(S,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},e.values=I,L.prototype={constructor:L,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(P),!e)for(var n in this)"t"===n.charAt(0)&&a.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function r(r,i){return s.type="throw",s.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],s=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=a.call(o,"catchLoc"),l=a.call(o,"finallyLoc");if(c&&l){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!l)throw Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=t,o.arg=e,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),P(n),y}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;P(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:I(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),y}},e}},c82c:function(t,e,n){
/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:38.052Z
 */
(function(e,n){t.exports=n()})(0,(function(){"use strict";function t(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function e(e){for(var n=1;n<arguments.length;n++){var r=null!=arguments[n]?arguments[n]:{};n%2?t(Object(r),!0).forEach((function(t){o(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):t(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,c(r.key),r)}}function a(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function o(t,e,n){return e=c(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function s(t,e){if("object"!==typeof t||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}function c(t){var e=s(t,"string");return"symbol"===typeof e?e:String(e)}var l={backdrop:!0,button:!0,navbar:!0,title:!0,toolbar:!0,className:"",container:"body",filter:null,fullscreen:!0,inheritedAttributes:["crossOrigin","decoding","isMap","loading","referrerPolicy","sizes","srcset","useMap"],initialCoverage:.9,initialViewIndex:0,inline:!1,interval:5e3,keyboard:!0,focus:!0,loading:!0,loop:!0,minWidth:200,minHeight:100,movable:!0,rotatable:!0,scalable:!0,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,slideOnTouch:!0,toggleOnDblclick:!0,tooltip:!0,transition:!0,zIndex:2015,zIndexInline:0,zoomRatio:.1,minZoomRatio:.01,maxZoomRatio:100,url:"src",ready:null,show:null,shown:null,hide:null,hidden:null,view:null,viewed:null,move:null,moved:null,rotate:null,rotated:null,scale:null,scaled:null,zoom:null,zoomed:null,play:null,stop:null},u='<div class="viewer-container" tabindex="-1" touch-action="none"><div class="viewer-canvas"></div><div class="viewer-footer"><div class="viewer-title"></div><div class="viewer-toolbar"></div><div class="viewer-navbar"><ul class="viewer-list" role="navigation"></ul></div></div><div class="viewer-tooltip" role="alert" aria-hidden="true"></div><div class="viewer-button" data-viewer-action="mix" role="button"></div><div class="viewer-player"></div></div>',h="undefined"!==typeof window&&"undefined"!==typeof window.document,f=h?window:{},d=!(!h||!f.document.documentElement)&&"ontouchstart"in f.document.documentElement,p=!!h&&"PointerEvent"in f,v="viewer",g="move",m="switch",y="zoom",b="".concat(v,"-active"),_="".concat(v,"-close"),x="".concat(v,"-fade"),w="".concat(v,"-fixed"),k="".concat(v,"-fullscreen"),C="".concat(v,"-fullscreen-exit"),S="".concat(v,"-hide"),T="".concat(v,"-hide-md-down"),O="".concat(v,"-hide-sm-down"),M="".concat(v,"-hide-xs-down"),E="".concat(v,"-in"),A="".concat(v,"-invisible"),P="".concat(v,"-loading"),L="".concat(v,"-move"),I="".concat(v,"-open"),j="".concat(v,"-show"),z="".concat(v,"-transition"),D="click",N="dblclick",R="dragstart",V="focusin",F="keydown",H="load",B="error",U=d?"touchend touchcancel":"mouseup",$=d?"touchmove":"mousemove",q=d?"touchstart":"mousedown",W=p?"pointerdown":q,Y=p?"pointermove":$,K=p?"pointerup pointercancel":U,X="resize",G="transitionend",Z="wheel",Q="ready",J="show",tt="shown",et="hide",nt="hidden",rt="view",it="viewed",at="move",ot="moved",st="rotate",ct="rotated",lt="scale",ut="scaled",ht="zoom",ft="zoomed",dt="play",pt="stop",vt="".concat(v,"Action"),gt=/\s\s*/,mt=["zoom-in","zoom-out","one-to-one","reset","prev","play","next","rotate-left","rotate-right","flip-horizontal","flip-vertical"];function yt(t){return"string"===typeof t}var bt=Number.isNaN||f.isNaN;function _t(t){return"number"===typeof t&&!bt(t)}function xt(t){return"undefined"===typeof t}function wt(t){return"object"===n(t)&&null!==t}var kt=Object.prototype.hasOwnProperty;function Ct(t){if(!wt(t))return!1;try{var e=t.constructor,n=e.prototype;return e&&n&&kt.call(n,"isPrototypeOf")}catch(r){return!1}}function St(t){return"function"===typeof t}function Tt(t,e){if(t&&St(e))if(Array.isArray(t)||_t(t.length)){var n,r=t.length;for(n=0;n<r;n+=1)if(!1===e.call(t,t[n],n,t))break}else wt(t)&&Object.keys(t).forEach((function(n){e.call(t,t[n],n,t)}));return t}var Ot=Object.assign||function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return wt(t)&&n.length>0&&n.forEach((function(e){wt(e)&&Object.keys(e).forEach((function(n){t[n]=e[n]}))})),t},Mt=/^(?:width|height|left|top|marginLeft|marginTop)$/;function Et(t,e){var n=t.style;Tt(e,(function(t,e){Mt.test(e)&&_t(t)&&(t+="px"),n[e]=t}))}function At(t){return yt(t)?t.replace(/&(?!amp;|quot;|#39;|lt;|gt;)/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;"):t}function Pt(t,e){return!(!t||!e)&&(t.classList?t.classList.contains(e):t.className.indexOf(e)>-1)}function Lt(t,e){if(t&&e)if(_t(t.length))Tt(t,(function(t){Lt(t,e)}));else if(t.classList)t.classList.add(e);else{var n=t.className.trim();n?n.indexOf(e)<0&&(t.className="".concat(n," ").concat(e)):t.className=e}}function It(t,e){t&&e&&(_t(t.length)?Tt(t,(function(t){It(t,e)})):t.classList?t.classList.remove(e):t.className.indexOf(e)>=0&&(t.className=t.className.replace(e,"")))}function jt(t,e,n){e&&(_t(t.length)?Tt(t,(function(t){jt(t,e,n)})):n?Lt(t,e):It(t,e))}var zt=/([a-z\d])([A-Z])/g;function Dt(t){return t.replace(zt,"$1-$2").toLowerCase()}function Nt(t,e){return wt(t[e])?t[e]:t.dataset?t.dataset[e]:t.getAttribute("data-".concat(Dt(e)))}function Rt(t,e,n){wt(n)?t[e]=n:t.dataset?t.dataset[e]=n:t.setAttribute("data-".concat(Dt(e)),n)}var Vt=function(){var t=!1;if(h){var e=!1,n=function(){},r=Object.defineProperty({},"once",{get:function(){return t=!0,e},set:function(t){e=t}});f.addEventListener("test",n,r),f.removeEventListener("test",n,r)}return t}();function Ft(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=n;e.trim().split(gt).forEach((function(e){if(!Vt){var a=t.listeners;a&&a[e]&&a[e][n]&&(i=a[e][n],delete a[e][n],0===Object.keys(a[e]).length&&delete a[e],0===Object.keys(a).length&&delete t.listeners)}t.removeEventListener(e,i,r)}))}function Ht(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=n;e.trim().split(gt).forEach((function(e){if(r.once&&!Vt){var a=t.listeners,o=void 0===a?{}:a;i=function(){delete o[e][n],t.removeEventListener(e,i,r);for(var a=arguments.length,s=new Array(a),c=0;c<a;c++)s[c]=arguments[c];n.apply(t,s)},o[e]||(o[e]={}),o[e][n]&&t.removeEventListener(e,o[e][n],r),o[e][n]=i,t.listeners=o}t.addEventListener(e,i,r)}))}function Bt(t,n,r,i){var a;return St(Event)&&St(CustomEvent)?a=new CustomEvent(n,e({bubbles:!0,cancelable:!0,detail:r},i)):(a=document.createEvent("CustomEvent"),a.initCustomEvent(n,!0,!0,r)),t.dispatchEvent(a)}function Ut(t){var e=t.getBoundingClientRect();return{left:e.left+(window.pageXOffset-document.documentElement.clientLeft),top:e.top+(window.pageYOffset-document.documentElement.clientTop)}}function $t(t){var e=t.rotate,n=t.scaleX,r=t.scaleY,i=t.translateX,a=t.translateY,o=[];_t(i)&&0!==i&&o.push("translateX(".concat(i,"px)")),_t(a)&&0!==a&&o.push("translateY(".concat(a,"px)")),_t(e)&&0!==e&&o.push("rotate(".concat(e,"deg)")),_t(n)&&1!==n&&o.push("scaleX(".concat(n,")")),_t(r)&&1!==r&&o.push("scaleY(".concat(r,")"));var s=o.length?o.join(" "):"none";return{WebkitTransform:s,msTransform:s,transform:s}}function qt(t){return yt(t)?decodeURIComponent(t.replace(/^.*\//,"").replace(/[?&#].*$/,"")):""}var Wt=f.navigator&&/Version\/\d+(\.\d+)+?\s+Safari/i.test(f.navigator.userAgent);function Yt(t,e,n){var r=document.createElement("img");if(t.naturalWidth&&!Wt)return n(t.naturalWidth,t.naturalHeight),r;var i=document.body||document.documentElement;return r.onload=function(){n(r.width,r.height),Wt||i.removeChild(r)},Tt(e.inheritedAttributes,(function(e){var n=t.getAttribute(e);null!==n&&r.setAttribute(e,n)})),r.src=t.src,Wt||(r.style.cssText="left:0;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:0;position:absolute;top:0;z-index:-1;",i.appendChild(r)),r}function Kt(t){switch(t){case 2:return M;case 3:return O;case 4:return T;default:return""}}function Xt(t){var n=e({},t),r=[];return Tt(t,(function(t,e){delete n[e],Tt(n,(function(e){var n=Math.abs(t.startX-e.startX),i=Math.abs(t.startY-e.startY),a=Math.abs(t.endX-e.endX),o=Math.abs(t.endY-e.endY),s=Math.sqrt(n*n+i*i),c=Math.sqrt(a*a+o*o),l=(c-s)/s;r.push(l)}))})),r.sort((function(t,e){return Math.abs(t)<Math.abs(e)})),r[0]}function Gt(t,n){var r=t.pageX,i=t.pageY,a={endX:r,endY:i};return n?a:e({timeStamp:Date.now(),startX:r,startY:i},a)}function Zt(t){var e=0,n=0,r=0;return Tt(t,(function(t){var i=t.startX,a=t.startY;e+=i,n+=a,r+=1})),e/=r,n/=r,{pageX:e,pageY:n}}var Qt={render:function(){this.initContainer(),this.initViewer(),this.initList(),this.renderViewer()},initBody:function(){var t=this.element.ownerDocument,e=t.body||t.documentElement;this.body=e,this.scrollbarWidth=window.innerWidth-t.documentElement.clientWidth,this.initialBodyPaddingRight=e.style.paddingRight,this.initialBodyComputedPaddingRight=window.getComputedStyle(e).paddingRight},initContainer:function(){this.containerData={width:window.innerWidth,height:window.innerHeight}},initViewer:function(){var t,e=this.options,n=this.parent;e.inline&&(t={width:Math.max(n.offsetWidth,e.minWidth),height:Math.max(n.offsetHeight,e.minHeight)},this.parentData=t),!this.fulled&&t||(t=this.containerData),this.viewerData=Ot({},t)},renderViewer:function(){this.options.inline&&!this.fulled&&Et(this.viewer,this.viewerData)},initList:function(){var t=this,e=this.element,n=this.options,r=this.list,i=[];r.innerHTML="",Tt(this.images,(function(e,a){var o=e.src,s=e.alt||qt(o),c=t.getImageURL(e);if(o||c){var l=document.createElement("li"),u=document.createElement("img");Tt(n.inheritedAttributes,(function(t){var n=e.getAttribute(t);null!==n&&u.setAttribute(t,n)})),n.navbar&&(u.src=o||c),u.alt=s,u.setAttribute("data-original-url",c||o),l.setAttribute("data-index",a),l.setAttribute("data-viewer-action","view"),l.setAttribute("role","button"),n.keyboard&&l.setAttribute("tabindex",0),l.appendChild(u),r.appendChild(l),i.push(l)}})),this.items=i,Tt(i,(function(e){var r,i,a=e.firstElementChild;Rt(a,"filled",!0),n.loading&&Lt(e,P),Ht(a,H,r=function(r){Ft(a,B,i),n.loading&&It(e,P),t.loadImage(r)},{once:!0}),Ht(a,B,i=function(){Ft(a,H,r),n.loading&&It(e,P)},{once:!0})})),n.transition&&Ht(e,it,(function(){Lt(r,z)}),{once:!0})},renderList:function(){var t=this.index,e=this.items[t];if(e){var n=e.nextElementSibling,r=parseInt(window.getComputedStyle(n||e).marginLeft,10),i=e.offsetWidth,a=i+r;Et(this.list,Ot({width:a*this.length-r},$t({translateX:(this.viewerData.width-i)/2-a*t})))}},resetList:function(){var t=this.list;t.innerHTML="",It(t,z),Et(t,$t({translateX:0}))},initImage:function(t){var e,n=this,r=this.options,i=this.image,a=this.viewerData,o=this.footer.offsetHeight,s=a.width,c=Math.max(a.height-o,o),l=this.imageData||{};this.imageInitializing={abort:function(){e.onload=null}},e=Yt(i,r,(function(e,i){var a=e/i,o=Math.max(0,Math.min(1,r.initialCoverage)),u=s,h=c;n.imageInitializing=!1,c*a>s?h=s/a:u=c*a,o=_t(o)?o:.9,u=Math.min(u*o,e),h=Math.min(h*o,i);var f=(s-u)/2,d=(c-h)/2,p={left:f,top:d,x:f,y:d,width:u,height:h,oldRatio:1,ratio:u/e,aspectRatio:a,naturalWidth:e,naturalHeight:i},v=Ot({},p);r.rotatable&&(p.rotate=l.rotate||0,v.rotate=0),r.scalable&&(p.scaleX=l.scaleX||1,p.scaleY=l.scaleY||1,v.scaleX=1,v.scaleY=1),n.imageData=p,n.initialImageData=v,t&&t()}))},renderImage:function(t){var e=this,n=this.image,r=this.imageData;if(Et(n,Ot({width:r.width,height:r.height,marginLeft:r.x,marginTop:r.y},$t(r))),t)if((this.viewing||this.moving||this.rotating||this.scaling||this.zooming)&&this.options.transition&&Pt(n,z)){var i=function(){e.imageRendering=!1,t()};this.imageRendering={abort:function(){Ft(n,G,i)}},Ht(n,G,i,{once:!0})}else t()},resetImage:function(){var t=this.image;t&&(this.viewing&&this.viewing.abort(),t.parentNode.removeChild(t),this.image=null,this.title.innerHTML="")}},Jt={bind:function(){var t=this.options,e=this.viewer,n=this.canvas,r=this.element.ownerDocument;Ht(e,D,this.onClick=this.click.bind(this)),Ht(e,R,this.onDragStart=this.dragstart.bind(this)),Ht(n,W,this.onPointerDown=this.pointerdown.bind(this)),Ht(r,Y,this.onPointerMove=this.pointermove.bind(this)),Ht(r,K,this.onPointerUp=this.pointerup.bind(this)),Ht(r,F,this.onKeyDown=this.keydown.bind(this)),Ht(window,X,this.onResize=this.resize.bind(this)),t.zoomable&&t.zoomOnWheel&&Ht(e,Z,this.onWheel=this.wheel.bind(this),{passive:!1,capture:!0}),t.toggleOnDblclick&&Ht(n,N,this.onDblclick=this.dblclick.bind(this))},unbind:function(){var t=this.options,e=this.viewer,n=this.canvas,r=this.element.ownerDocument;Ft(e,D,this.onClick),Ft(e,R,this.onDragStart),Ft(n,W,this.onPointerDown),Ft(r,Y,this.onPointerMove),Ft(r,K,this.onPointerUp),Ft(r,F,this.onKeyDown),Ft(window,X,this.onResize),t.zoomable&&t.zoomOnWheel&&Ft(e,Z,this.onWheel,{passive:!1,capture:!0}),t.toggleOnDblclick&&Ft(n,N,this.onDblclick)}},te={click:function(t){var e=this.options,n=this.imageData,r=t.target,i=Nt(r,vt);switch(i||"img"!==r.localName||"li"!==r.parentElement.localName||(r=r.parentElement,i=Nt(r,vt)),d&&t.isTrusted&&r===this.canvas&&clearTimeout(this.clickCanvasTimeout),i){case"mix":this.played?this.stop():e.inline?this.fulled?this.exit():this.full():this.hide();break;case"hide":this.pointerMoved||this.hide();break;case"view":this.view(Nt(r,"index"));break;case"zoom-in":this.zoom(.1,!0);break;case"zoom-out":this.zoom(-.1,!0);break;case"one-to-one":this.toggle();break;case"reset":this.reset();break;case"prev":this.prev(e.loop);break;case"play":this.play(e.fullscreen);break;case"next":this.next(e.loop);break;case"rotate-left":this.rotate(-90);break;case"rotate-right":this.rotate(90);break;case"flip-horizontal":this.scaleX(-n.scaleX||-1);break;case"flip-vertical":this.scaleY(-n.scaleY||-1);break;default:this.played&&this.stop()}},dblclick:function(t){t.preventDefault(),this.viewed&&t.target===this.image&&(d&&t.isTrusted&&clearTimeout(this.doubleClickImageTimeout),this.toggle(t.isTrusted?t:t.detail&&t.detail.originalEvent))},load:function(){var t=this;this.timeout&&(clearTimeout(this.timeout),this.timeout=!1);var e=this.element,n=this.options,r=this.image,i=this.index,a=this.viewerData;It(r,A),n.loading&&It(this.canvas,P),r.style.cssText="height:0;"+"margin-left:".concat(a.width/2,"px;")+"margin-top:".concat(a.height/2,"px;")+"max-width:none!important;position:relative;width:0;",this.initImage((function(){jt(r,L,n.movable),jt(r,z,n.transition),t.renderImage((function(){t.viewed=!0,t.viewing=!1,St(n.viewed)&&Ht(e,it,n.viewed,{once:!0}),Bt(e,it,{originalImage:t.images[i],index:i,image:r},{cancelable:!1})}))}))},loadImage:function(t){var e=t.target,n=e.parentNode,r=n.offsetWidth||30,i=n.offsetHeight||50,a=!!Nt(e,"filled");Yt(e,this.options,(function(t,n){var o=t/n,s=r,c=i;i*o>r?a?s=i*o:c=r/o:a?c=r/o:s=i*o,Et(e,Ot({width:s,height:c},$t({translateX:(r-s)/2,translateY:(i-c)/2})))}))},keydown:function(t){var e=this.options;if(e.keyboard){var n=t.keyCode||t.which||t.charCode;switch(n){case 13:this.viewer.contains(t.target)&&this.click(t);break}if(this.fulled)switch(n){case 27:this.played?this.stop():e.inline?this.fulled&&this.exit():this.hide();break;case 32:this.played&&this.stop();break;case 37:this.played&&this.playing?this.playing.prev():this.prev(e.loop);break;case 38:t.preventDefault(),this.zoom(e.zoomRatio,!0);break;case 39:this.played&&this.playing?this.playing.next():this.next(e.loop);break;case 40:t.preventDefault(),this.zoom(-e.zoomRatio,!0);break;case 48:case 49:t.ctrlKey&&(t.preventDefault(),this.toggle());break}}},dragstart:function(t){"img"===t.target.localName&&t.preventDefault()},pointerdown:function(t){var e=this.options,n=this.pointers,r=t.buttons,i=t.button;if(this.pointerMoved=!1,!(!this.viewed||this.showing||this.viewing||this.hiding||("mousedown"===t.type||"pointerdown"===t.type&&"mouse"===t.pointerType)&&(_t(r)&&1!==r||_t(i)&&0!==i||t.ctrlKey))){t.preventDefault(),t.changedTouches?Tt(t.changedTouches,(function(t){n[t.identifier]=Gt(t)})):n[t.pointerId||0]=Gt(t);var a=!!e.movable&&g;e.zoomOnTouch&&e.zoomable&&Object.keys(n).length>1?a=y:e.slideOnTouch&&("touch"===t.pointerType||"touchstart"===t.type)&&this.isSwitchable()&&(a=m),!e.transition||a!==g&&a!==y||It(this.image,z),this.action=a}},pointermove:function(t){var e=this.pointers,n=this.action;this.viewed&&n&&(t.preventDefault(),t.changedTouches?Tt(t.changedTouches,(function(t){Ot(e[t.identifier]||{},Gt(t,!0))})):Ot(e[t.pointerId||0]||{},Gt(t,!0)),this.change(t))},pointerup:function(t){var e,n=this,r=this.options,i=this.action,a=this.pointers;t.changedTouches?Tt(t.changedTouches,(function(t){e=a[t.identifier],delete a[t.identifier]})):(e=a[t.pointerId||0],delete a[t.pointerId||0]),i&&(t.preventDefault(),!r.transition||i!==g&&i!==y||Lt(this.image,z),this.action=!1,d&&i!==y&&e&&Date.now()-e.timeStamp<500&&(clearTimeout(this.clickCanvasTimeout),clearTimeout(this.doubleClickImageTimeout),r.toggleOnDblclick&&this.viewed&&t.target===this.image?this.imageClicked?(this.imageClicked=!1,this.doubleClickImageTimeout=setTimeout((function(){Bt(n.image,N,{originalEvent:t})}),50)):(this.imageClicked=!0,this.doubleClickImageTimeout=setTimeout((function(){n.imageClicked=!1}),500)):(this.imageClicked=!1,r.backdrop&&"static"!==r.backdrop&&t.target===this.canvas&&(this.clickCanvasTimeout=setTimeout((function(){Bt(n.canvas,D,{originalEvent:t})}),50)))))},resize:function(){var t=this;if(this.isShown&&!this.hiding&&(this.fulled&&(this.close(),this.initBody(),this.open()),this.initContainer(),this.initViewer(),this.renderViewer(),this.renderList(),this.viewed&&this.initImage((function(){t.renderImage()})),this.played)){if(this.options.fullscreen&&this.fulled&&!(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement))return void this.stop();Tt(this.player.getElementsByTagName("img"),(function(e){Ht(e,H,t.loadImage.bind(t),{once:!0}),Bt(e,H)}))}},wheel:function(t){var e=this;if(this.viewed&&(t.preventDefault(),!this.wheeling)){this.wheeling=!0,setTimeout((function(){e.wheeling=!1}),50);var n=Number(this.options.zoomRatio)||.1,r=1;t.deltaY?r=t.deltaY>0?1:-1:t.wheelDelta?r=-t.wheelDelta/120:t.detail&&(r=t.detail>0?1:-1),this.zoom(-r*n,!0,null,t)}}},ee={show:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.element,n=this.options;if(n.inline||this.showing||this.isShown||this.showing)return this;if(!this.ready)return this.build(),this.ready&&this.show(t),this;if(St(n.show)&&Ht(e,J,n.show,{once:!0}),!1===Bt(e,J)||!this.ready)return this;this.hiding&&this.transitioning.abort(),this.showing=!0,this.open();var r=this.viewer;if(It(r,S),r.setAttribute("role","dialog"),r.setAttribute("aria-labelledby",this.title.id),r.setAttribute("aria-modal",!0),r.removeAttribute("aria-hidden"),n.transition&&!t){var i=this.shown.bind(this);this.transitioning={abort:function(){Ft(r,G,i),It(r,E)}},Lt(r,z),r.initialOffsetWidth=r.offsetWidth,Ht(r,G,i,{once:!0}),Lt(r,E)}else Lt(r,E),this.shown();return this},hide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=this.element,r=this.options;if(r.inline||this.hiding||!this.isShown&&!this.showing)return this;if(St(r.hide)&&Ht(n,et,r.hide,{once:!0}),!1===Bt(n,et))return this;this.showing&&this.transitioning.abort(),this.hiding=!0,this.played?this.stop():this.viewing&&this.viewing.abort();var i=this.viewer,a=this.image,o=function(){It(i,E),t.hidden()};if(r.transition&&!e){var s=function e(n){n&&n.target===i&&(Ft(i,G,e),t.hidden())},c=function(){Pt(i,z)?(Ht(i,G,s),It(i,E)):o()};this.transitioning={abort:function(){t.viewed&&Pt(a,z)?Ft(a,G,c):Pt(i,z)&&Ft(i,G,s)}},this.viewed&&Pt(a,z)?(Ht(a,G,c,{once:!0}),this.zoomTo(0,!1,null,null,!0)):c()}else o();return this},view:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.options.initialViewIndex;if(e=Number(e)||0,this.hiding||this.played||e<0||e>=this.length||this.viewed&&e===this.index)return this;if(!this.isShown)return this.index=e,this.show();this.viewing&&this.viewing.abort();var n=this.element,r=this.options,i=this.title,a=this.canvas,o=this.items[e],s=o.querySelector("img"),c=Nt(s,"originalUrl"),l=s.getAttribute("alt"),u=document.createElement("img");if(Tt(r.inheritedAttributes,(function(t){var e=s.getAttribute(t);null!==e&&u.setAttribute(t,e)})),u.src=c,u.alt=l,St(r.view)&&Ht(n,rt,r.view,{once:!0}),!1===Bt(n,rt,{originalImage:this.images[e],index:e,image:u})||!this.isShown||this.hiding||this.played)return this;var h=this.items[this.index];h&&(It(h,b),h.removeAttribute("aria-selected")),Lt(o,b),o.setAttribute("aria-selected",!0),r.focus&&o.focus(),this.image=u,this.viewed=!1,this.index=e,this.imageData={},Lt(u,A),r.loading&&Lt(a,P),a.innerHTML="",a.appendChild(u),this.renderList(),i.innerHTML="";var f,d,p=function(){var e=t.imageData,n=Array.isArray(r.title)?r.title[1]:r.title;i.innerHTML=At(St(n)?n.call(t,u,e):"".concat(l," (").concat(e.naturalWidth," × ").concat(e.naturalHeight,")"))};return Ht(n,it,p,{once:!0}),this.viewing={abort:function(){Ft(n,it,p),u.complete?t.imageRendering?t.imageRendering.abort():t.imageInitializing&&t.imageInitializing.abort():(u.src="",Ft(u,H,f),t.timeout&&clearTimeout(t.timeout))}},u.complete?this.load():(Ht(u,H,f=function(){Ft(u,B,d),t.load()},{once:!0}),Ht(u,B,d=function(){Ft(u,H,f),t.timeout&&(clearTimeout(t.timeout),t.timeout=!1),It(u,A),r.loading&&It(t.canvas,P)},{once:!0}),this.timeout&&clearTimeout(this.timeout),this.timeout=setTimeout((function(){It(u,A),t.timeout=!1}),1e3)),this},prev:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.index-1;return e<0&&(e=t?this.length-1:0),this.view(e),this},next:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.length-1,n=this.index+1;return n>e&&(n=t?0:e),this.view(n),this},move:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,n=this.imageData;return this.moveTo(xt(t)?t:n.x+Number(t),xt(e)?e:n.y+Number(e)),this},moveTo:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=this.element,a=this.options,o=this.imageData;if(t=Number(t),n=Number(n),this.viewed&&!this.played&&a.movable){var s=o.x,c=o.y,l=!1;if(_t(t)?l=!0:t=s,_t(n)?l=!0:n=c,l){if(St(a.move)&&Ht(i,at,a.move,{once:!0}),!1===Bt(i,at,{x:t,y:n,oldX:s,oldY:c,originalEvent:r}))return this;o.x=t,o.y=n,o.left=t,o.top=n,this.moving=!0,this.renderImage((function(){e.moving=!1,St(a.moved)&&Ht(i,ot,a.moved,{once:!0}),Bt(i,ot,{x:t,y:n,oldX:s,oldY:c,originalEvent:r},{cancelable:!1})}))}}return this},rotate:function(t){return this.rotateTo((this.imageData.rotate||0)+Number(t)),this},rotateTo:function(t){var e=this,n=this.element,r=this.options,i=this.imageData;if(t=Number(t),_t(t)&&this.viewed&&!this.played&&r.rotatable){var a=i.rotate;if(St(r.rotate)&&Ht(n,st,r.rotate,{once:!0}),!1===Bt(n,st,{degree:t,oldDegree:a}))return this;i.rotate=t,this.rotating=!0,this.renderImage((function(){e.rotating=!1,St(r.rotated)&&Ht(n,ct,r.rotated,{once:!0}),Bt(n,ct,{degree:t,oldDegree:a},{cancelable:!1})}))}return this},scaleX:function(t){return this.scale(t,this.imageData.scaleY),this},scaleY:function(t){return this.scale(this.imageData.scaleX,t),this},scale:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:t,r=this.element,i=this.options,a=this.imageData;if(t=Number(t),n=Number(n),this.viewed&&!this.played&&i.scalable){var o=a.scaleX,s=a.scaleY,c=!1;if(_t(t)?c=!0:t=o,_t(n)?c=!0:n=s,c){if(St(i.scale)&&Ht(r,lt,i.scale,{once:!0}),!1===Bt(r,lt,{scaleX:t,scaleY:n,oldScaleX:o,oldScaleY:s}))return this;a.scaleX=t,a.scaleY=n,this.scaling=!0,this.renderImage((function(){e.scaling=!1,St(i.scaled)&&Ht(r,ut,i.scaled,{once:!0}),Bt(r,ut,{scaleX:t,scaleY:n,oldScaleX:o,oldScaleY:s},{cancelable:!1})}))}}return this},zoom:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=this.imageData;return t=Number(t),t=t<0?1/(1-t):1+t,this.zoomTo(i.width*t/i.naturalWidth,e,n,r),this},zoomTo:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o=this.element,s=this.options,c=this.pointers,l=this.imageData,u=l.x,h=l.y,f=l.width,d=l.height,p=l.naturalWidth,v=l.naturalHeight;if(t=Math.max(0,t),_t(t)&&this.viewed&&!this.played&&(a||s.zoomable)){if(!a){var g=Math.max(.01,s.minZoomRatio),m=Math.min(100,s.maxZoomRatio);t=Math.min(Math.max(t,g),m)}if(i)switch(i.type){case"wheel":s.zoomRatio>=.055&&t>.95&&t<1.05&&(t=1);break;case"pointermove":case"touchmove":case"mousemove":t>.99&&t<1.01&&(t=1);break}var y=p*t,b=v*t,_=y-f,x=b-d,w=l.ratio;if(St(s.zoom)&&Ht(o,ht,s.zoom,{once:!0}),!1===Bt(o,ht,{ratio:t,oldRatio:w,originalEvent:i}))return this;if(this.zooming=!0,i){var k=Ut(this.viewer),C=c&&Object.keys(c).length>0?Zt(c):{pageX:i.pageX,pageY:i.pageY};l.x-=_*((C.pageX-k.left-u)/f),l.y-=x*((C.pageY-k.top-h)/d)}else Ct(r)&&_t(r.x)&&_t(r.y)?(l.x-=_*((r.x-u)/f),l.y-=x*((r.y-h)/d)):(l.x-=_/2,l.y-=x/2);l.left=l.x,l.top=l.y,l.width=y,l.height=b,l.oldRatio=w,l.ratio=t,this.renderImage((function(){e.zooming=!1,St(s.zoomed)&&Ht(o,ft,s.zoomed,{once:!0}),Bt(o,ft,{ratio:t,oldRatio:w,originalEvent:i},{cancelable:!1})})),n&&this.tooltip()}return this},play:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this.isShown||this.played)return this;var n=this.element,r=this.options;if(St(r.play)&&Ht(n,dt,r.play,{once:!0}),!1===Bt(n,dt))return this;var i=this.player,a=this.loadImage.bind(this),o=[],s=0,c=0;if(this.played=!0,this.onLoadWhenPlay=a,e&&this.requestFullscreen(e),Lt(i,j),Tt(this.items,(function(t,e){var n=t.querySelector("img"),l=document.createElement("img");l.src=Nt(n,"originalUrl"),l.alt=n.getAttribute("alt"),l.referrerPolicy=n.referrerPolicy,s+=1,Lt(l,x),jt(l,z,r.transition),Pt(t,b)&&(Lt(l,E),c=e),o.push(l),Ht(l,H,a,{once:!0}),i.appendChild(l)})),_t(r.interval)&&r.interval>0){var l=function e(){clearTimeout(t.playing.timeout),It(o[c],E),c-=1,c=c>=0?c:s-1,Lt(o[c],E),t.playing.timeout=setTimeout(e,r.interval)},u=function e(){clearTimeout(t.playing.timeout),It(o[c],E),c+=1,c=c<s?c:0,Lt(o[c],E),t.playing.timeout=setTimeout(e,r.interval)};s>1&&(this.playing={prev:l,next:u,timeout:setTimeout(u,r.interval)})}return this},stop:function(){var t=this;if(!this.played)return this;var e=this.element,n=this.options;if(St(n.stop)&&Ht(e,pt,n.stop,{once:!0}),!1===Bt(e,pt))return this;var r=this.player;return clearTimeout(this.playing.timeout),this.playing=!1,this.played=!1,Tt(r.getElementsByTagName("img"),(function(e){Ft(e,H,t.onLoadWhenPlay)})),It(r,j),r.innerHTML="",this.exitFullscreen(),this},full:function(){var t=this,e=this.options,n=this.viewer,r=this.image,i=this.list;return!this.isShown||this.played||this.fulled||!e.inline||(this.fulled=!0,this.open(),Lt(this.button,C),e.transition&&(It(i,z),this.viewed&&It(r,z)),Lt(n,w),n.setAttribute("role","dialog"),n.setAttribute("aria-labelledby",this.title.id),n.setAttribute("aria-modal",!0),n.removeAttribute("style"),Et(n,{zIndex:e.zIndex}),e.focus&&this.enforceFocus(),this.initContainer(),this.viewerData=Ot({},this.containerData),this.renderList(),this.viewed&&this.initImage((function(){t.renderImage((function(){e.transition&&setTimeout((function(){Lt(r,z),Lt(i,z)}),0)}))}))),this},exit:function(){var t=this,e=this.options,n=this.viewer,r=this.image,i=this.list;return this.isShown&&!this.played&&this.fulled&&e.inline?(this.fulled=!1,this.close(),It(this.button,C),e.transition&&(It(i,z),this.viewed&&It(r,z)),e.focus&&this.clearEnforceFocus(),n.removeAttribute("role"),n.removeAttribute("aria-labelledby"),n.removeAttribute("aria-modal"),It(n,w),Et(n,{zIndex:e.zIndexInline}),this.viewerData=Ot({},this.parentData),this.renderViewer(),this.renderList(),this.viewed&&this.initImage((function(){t.renderImage((function(){e.transition&&setTimeout((function(){Lt(r,z),Lt(i,z)}),0)}))})),this):this},tooltip:function(){var t=this,e=this.options,n=this.tooltipBox,r=this.imageData;return this.viewed&&!this.played&&e.tooltip?(n.textContent="".concat(Math.round(100*r.ratio),"%"),this.tooltipping?clearTimeout(this.tooltipping):e.transition?(this.fading&&Bt(n,G),Lt(n,j),Lt(n,x),Lt(n,z),n.removeAttribute("aria-hidden"),n.initialOffsetWidth=n.offsetWidth,Lt(n,E)):(Lt(n,j),n.removeAttribute("aria-hidden")),this.tooltipping=setTimeout((function(){e.transition?(Ht(n,G,(function(){It(n,j),It(n,x),It(n,z),n.setAttribute("aria-hidden",!0),t.fading=!1}),{once:!0}),It(n,E),t.fading=!0):(It(n,j),n.setAttribute("aria-hidden",!0)),t.tooltipping=!1}),1e3),this):this},toggle:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return 1===this.imageData.ratio?this.zoomTo(this.imageData.oldRatio,!0,null,t):this.zoomTo(1,!0,null,t),this},reset:function(){return this.viewed&&!this.played&&(this.imageData=Ot({},this.initialImageData),this.renderImage()),this},update:function(){var t=this,e=this.element,n=this.options,r=this.isImg;if(r&&!e.parentNode)return this.destroy();var i=[];if(Tt(r?[e]:e.querySelectorAll("img"),(function(e){St(n.filter)?n.filter.call(t,e)&&i.push(e):t.getImageURL(e)&&i.push(e)})),!i.length)return this;if(this.images=i,this.length=i.length,this.ready){var a=[];if(Tt(this.items,(function(t,e){var n=t.querySelector("img"),r=i[e];r&&n&&r.src===n.src&&r.alt===n.alt||a.push(e)})),Et(this.list,{width:"auto"}),this.initList(),this.isShown)if(this.length){if(this.viewed){var o=a.indexOf(this.index);if(o>=0)this.viewed=!1,this.view(Math.max(Math.min(this.index-o,this.length-1),0));else{var s=this.items[this.index];Lt(s,b),s.setAttribute("aria-selected",!0)}}}else this.image=null,this.viewed=!1,this.index=0,this.imageData={},this.canvas.innerHTML="",this.title.innerHTML=""}else this.build();return this},destroy:function(){var t=this.element,e=this.options;return t[v]?(this.destroyed=!0,this.ready?(this.played&&this.stop(),e.inline?(this.fulled&&this.exit(),this.unbind()):this.isShown?(this.viewing&&(this.imageRendering?this.imageRendering.abort():this.imageInitializing&&this.imageInitializing.abort()),this.hiding&&this.transitioning.abort(),this.hidden()):this.showing&&(this.transitioning.abort(),this.hidden()),this.ready=!1,this.viewer.parentNode.removeChild(this.viewer)):e.inline&&(this.delaying?this.delaying.abort():this.initializing&&this.initializing.abort()),e.inline||Ft(t,D,this.onStart),t[v]=void 0,this):this}},ne={getImageURL:function(t){var e=this.options.url;return e=yt(e)?t.getAttribute(e):St(e)?e.call(this,t):"",e},enforceFocus:function(){var t=this;this.clearEnforceFocus(),Ht(document,V,this.onFocusin=function(e){var n=t.viewer,r=e.target;if(r!==document&&r!==n&&!n.contains(r)){while(r){if(null!==r.getAttribute("tabindex")||"true"===r.getAttribute("aria-modal"))return;r=r.parentElement}n.focus()}})},clearEnforceFocus:function(){this.onFocusin&&(Ft(document,V,this.onFocusin),this.onFocusin=null)},open:function(){var t=this.body;Lt(t,I),this.scrollbarWidth>0&&(t.style.paddingRight="".concat(this.scrollbarWidth+(parseFloat(this.initialBodyComputedPaddingRight)||0),"px"))},close:function(){var t=this.body;It(t,I),this.scrollbarWidth>0&&(t.style.paddingRight=this.initialBodyPaddingRight)},shown:function(){var t=this.element,e=this.options,n=this.viewer;this.fulled=!0,this.isShown=!0,this.render(),this.bind(),this.showing=!1,e.focus&&(n.focus(),this.enforceFocus()),St(e.shown)&&Ht(t,tt,e.shown,{once:!0}),!1!==Bt(t,tt)&&this.ready&&this.isShown&&!this.hiding&&this.view(this.index)},hidden:function(){var t=this.element,e=this.options,n=this.viewer;e.fucus&&this.clearEnforceFocus(),this.close(),this.unbind(),Lt(n,S),n.removeAttribute("role"),n.removeAttribute("aria-labelledby"),n.removeAttribute("aria-modal"),n.setAttribute("aria-hidden",!0),this.resetList(),this.resetImage(),this.fulled=!1,this.viewed=!1,this.isShown=!1,this.hiding=!1,this.destroyed||(St(e.hidden)&&Ht(t,nt,e.hidden,{once:!0}),Bt(t,nt,null,{cancelable:!1}))},requestFullscreen:function(t){var e=this.element.ownerDocument;if(this.fulled&&!(e.fullscreenElement||e.webkitFullscreenElement||e.mozFullScreenElement||e.msFullscreenElement)){var n=e.documentElement;n.requestFullscreen?Ct(t)?n.requestFullscreen(t):n.requestFullscreen():n.webkitRequestFullscreen?n.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT):n.mozRequestFullScreen?n.mozRequestFullScreen():n.msRequestFullscreen&&n.msRequestFullscreen()}},exitFullscreen:function(){var t=this.element.ownerDocument;this.fulled&&(t.fullscreenElement||t.webkitFullscreenElement||t.mozFullScreenElement||t.msFullscreenElement)&&(t.exitFullscreen?t.exitFullscreen():t.webkitExitFullscreen?t.webkitExitFullscreen():t.mozCancelFullScreen?t.mozCancelFullScreen():t.msExitFullscreen&&t.msExitFullscreen())},change:function(t){var e=this.options,n=this.pointers,r=n[Object.keys(n)[0]];if(r){var i=r.endX-r.startX,a=r.endY-r.startY;switch(this.action){case g:0===i&&0===a||(this.pointerMoved=!0,this.move(i,a,t));break;case y:this.zoom(Xt(n),!1,null,t);break;case m:this.action="switched";var o=Math.abs(i);o>1&&o>Math.abs(a)&&(this.pointers={},i>1?this.prev(e.loop):i<-1&&this.next(e.loop));break}Tt(n,(function(t){t.startX=t.endX,t.startY=t.endY}))}},isSwitchable:function(){var t=this.imageData,e=this.viewerData;return this.length>1&&t.x>=0&&t.y>=0&&t.width<=e.width&&t.height<=e.height}},re=f.Viewer,ie=function(t){return function(){return t+=1,t}}(-1),ae=function(){function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(r(this,t),!e||1!==e.nodeType)throw new Error("The first argument is required and must be an element.");this.element=e,this.options=Ot({},l,Ct(n)&&n),this.action=!1,this.fading=!1,this.fulled=!1,this.hiding=!1,this.imageClicked=!1,this.imageData={},this.index=this.options.initialViewIndex,this.isImg=!1,this.isShown=!1,this.length=0,this.moving=!1,this.played=!1,this.playing=!1,this.pointers={},this.ready=!1,this.rotating=!1,this.scaling=!1,this.showing=!1,this.timeout=!1,this.tooltipping=!1,this.viewed=!1,this.viewing=!1,this.wheeling=!1,this.zooming=!1,this.pointerMoved=!1,this.id=ie(),this.init()}return a(t,[{key:"init",value:function(){var t=this,e=this.element,n=this.options;if(!e[v]){e[v]=this,n.focus&&!n.keyboard&&(n.focus=!1);var r="img"===e.localName,i=[];if(Tt(r?[e]:e.querySelectorAll("img"),(function(e){St(n.filter)?n.filter.call(t,e)&&i.push(e):t.getImageURL(e)&&i.push(e)})),this.isImg=r,this.length=i.length,this.images=i,this.initBody(),xt(document.createElement(v).style.transition)&&(n.transition=!1),n.inline){var a=0,o=function(){var e;(a+=1,a===t.length)&&(t.initializing=!1,t.delaying={abort:function(){clearTimeout(e)}},e=setTimeout((function(){t.delaying=!1,t.build()}),0))};this.initializing={abort:function(){Tt(i,(function(t){t.complete||(Ft(t,H,o),Ft(t,B,o))}))}},Tt(i,(function(t){var e,n;t.complete?o():(Ht(t,H,e=function(){Ft(t,B,n),o()},{once:!0}),Ht(t,B,n=function(){Ft(t,H,e),o()},{once:!0}))}))}else Ht(e,D,this.onStart=function(e){var r=e.target;"img"!==r.localName||St(n.filter)&&!n.filter.call(t,r)||t.view(t.images.indexOf(r))})}}},{key:"build",value:function(){if(!this.ready){var t=this.element,e=this.options,n=t.parentNode,r=document.createElement("div");r.innerHTML=u;var i=r.querySelector(".".concat(v,"-container")),a=i.querySelector(".".concat(v,"-title")),o=i.querySelector(".".concat(v,"-toolbar")),s=i.querySelector(".".concat(v,"-navbar")),c=i.querySelector(".".concat(v,"-button")),l=i.querySelector(".".concat(v,"-canvas"));if(this.parent=n,this.viewer=i,this.title=a,this.toolbar=o,this.navbar=s,this.button=c,this.canvas=l,this.footer=i.querySelector(".".concat(v,"-footer")),this.tooltipBox=i.querySelector(".".concat(v,"-tooltip")),this.player=i.querySelector(".".concat(v,"-player")),this.list=i.querySelector(".".concat(v,"-list")),i.id="".concat(v).concat(this.id),a.id="".concat(v,"Title").concat(this.id),Lt(a,e.title?Kt(Array.isArray(e.title)?e.title[0]:e.title):S),Lt(s,e.navbar?Kt(e.navbar):S),jt(c,S,!e.button),e.keyboard&&c.setAttribute("tabindex",0),e.backdrop&&(Lt(i,"".concat(v,"-backdrop")),e.inline||"static"===e.backdrop||Rt(l,vt,"hide")),yt(e.className)&&e.className&&e.className.split(gt).forEach((function(t){Lt(i,t)})),e.toolbar){var h=document.createElement("ul"),f=Ct(e.toolbar),d=mt.slice(0,3),p=mt.slice(7,9),g=mt.slice(9);f||Lt(o,Kt(e.toolbar)),Tt(f?e.toolbar:mt,(function(t,n){var r=f&&Ct(t),i=f?Dt(n):t,a=r&&!xt(t.show)?t.show:t;if(a&&(e.zoomable||-1===d.indexOf(i))&&(e.rotatable||-1===p.indexOf(i))&&(e.scalable||-1===g.indexOf(i))){var o=r&&!xt(t.size)?t.size:t,s=r&&!xt(t.click)?t.click:t,c=document.createElement("li");e.keyboard&&c.setAttribute("tabindex",0),c.setAttribute("role","button"),Lt(c,"".concat(v,"-").concat(i)),St(s)||Rt(c,vt,i),_t(a)&&Lt(c,Kt(a)),-1!==["small","large"].indexOf(o)?Lt(c,"".concat(v,"-").concat(o)):"play"===i&&Lt(c,"".concat(v,"-large")),St(s)&&Ht(c,D,s),h.appendChild(c)}})),o.appendChild(h)}else Lt(o,S);if(!e.rotatable){var m=o.querySelectorAll('li[class*="rotate"]');Lt(m,A),Tt(m,(function(t){o.appendChild(t)}))}if(e.inline)Lt(c,k),Et(i,{zIndex:e.zIndexInline}),"static"===window.getComputedStyle(n).position&&Et(n,{position:"relative"}),n.insertBefore(i,t.nextSibling);else{Lt(c,_),Lt(i,w),Lt(i,x),Lt(i,S),Et(i,{zIndex:e.zIndex});var y=e.container;yt(y)&&(y=t.ownerDocument.querySelector(y)),y||(y=this.body),y.appendChild(i)}e.inline&&(this.render(),this.bind(),this.isShown=!0),this.ready=!0,St(e.ready)&&Ht(t,Q,e.ready,{once:!0}),!1!==Bt(t,Q)?this.ready&&e.inline&&this.view(this.index):this.ready=!1}}}],[{key:"noConflict",value:function(){return window.Viewer=re,t}},{key:"setDefaults",value:function(t){Ot(l,Ct(t)&&t)}}]),t}();return Ot(ae.prototype,Qt,Jt,te,ee,ne),ae}))},c869:function(t,e,n){var r=n("0b07"),i=n("2b3e"),a=r(i,"Set");t.exports=a},c87c:function(t,e){var n=Object.prototype,r=n.hasOwnProperty;function i(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&r.call(t,"index")&&(n.index=t.index,n.input=t.input),n}t.exports=i},c8af:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},c8c6:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n("2c80"),i=n.n(r);function a(t,e,n,r){return i()(t,e,n,r)}},c8d2:function(t,e,n){"use strict";var r=n("5e77").PROPER,i=n("d039"),a=n("5899"),o="​᠎";t.exports=function(t){return i((function(){return!!a[t]()||o[t]()!==o||r&&a[t].name!==t}))}},c8fe:function(t,e,n){var r=n("f8af");function i(t,e){var n=e?r(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}t.exports=i},c901:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on  "+t);return t}},c906:function(t,e,n){"use strict";var r=n("23e7"),i=n("4fad");r({target:"Object",stat:!0,forced:Object.isExtensible!==i},{isExtensible:i})},c96a:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("small")},{small:function(){return i(this,"small","","")}})},c9a4:function(t,e,n){"use strict";n.d(e,"o",(function(){return b})),n.d(e,"b",(function(){return _})),n.d(e,"a",(function(){return x})),n.d(e,"n",(function(){return w})),n.d(e,"k",(function(){return k})),n.d(e,"j",(function(){return S})),n.d(e,"l",(function(){return M})),n.d(e,"i",(function(){return E})),n.d(e,"c",(function(){return A})),n.d(e,"d",(function(){return P})),n.d(e,"g",(function(){return I})),n.d(e,"h",(function(){return j})),n.d(e,"m",(function(){return z})),n.d(e,"e",(function(){return D})),n.d(e,"f",(function(){return N}));var r=n("9b57"),i=n.n(r),a=n("b24f"),o=n.n(a),s=n("1098"),c=n.n(s),l=n("8e8e"),u=n.n(l),h=n("d96e"),f=n.n(h),d=n("0464"),p=n("cdd1"),v=n("daa3"),g=.25,m=2,y=!1;function b(){y||(y=!0,f()(!1,"Tree only accept TreeNode as children."))}function _(t,e){var n=t.slice(),r=n.indexOf(e);return r>=0&&n.splice(r,1),n}function x(t,e){var n=t.slice();return-1===n.indexOf(e)&&n.push(e),n}function w(t){return t.split("-")}function k(t,e){return t+"-"+e}function C(t){return Object(v["o"])(t).isTreeNode}function S(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.filter(C)}function T(t){var e=Object(v["l"])(t)||{},n=e.disabled,r=e.disableCheckbox,i=e.checkable;return!(!n&&!r)||!1===i}function O(t,e){function n(r,i,a){var o=r?r.componentOptions.children:t,s=r?k(a.pos,i):0,c=S(o);if(r){var l=r.key;l||void 0!==l&&null!==l||(l=s);var u={node:r,index:i,pos:s,key:l,parentPos:a.node?a.pos:null};e(u)}c.forEach((function(t,e){n(t,e,{node:r,pos:s})}))}n(null)}function M(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1],n=t.map(e);return 1===n.length?n[0]:n}function E(t,e){var n=Object(v["l"])(e),r=n.eventKey,i=n.pos,a=[];return O(t,(function(t){var e=t.key;a.push(e)})),a.push(r||i),a}function A(t,e){var n=t.clientY,r=e.$refs.selectHandle.getBoundingClientRect(),i=r.top,a=r.bottom,o=r.height,s=Math.max(o*g,m);return n<=i+s?-1:n>=a-s?1:0}function P(t,e){if(t){var n=e.multiple;return n?t.slice():t.length?[t[0]]:t}}var L=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{props:Object(d["a"])(t,["on","key","class","className","style"]),on:t.on||{},class:t["class"]||t.className,style:t.style,key:t.key}};function I(t,e,n){if(!e)return[];var r=n||{},i=r.processProps,a=void 0===i?L:i,o=Array.isArray(e)?e:[e];return o.map((function(e){var r=e.children,i=u()(e,["children"]),o=I(t,r,n);return t(p["a"],a(i),[o])}))}function j(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.initWrapper,r=e.processEntity,i=e.onProcessFinished,a=new Map,o=new Map,s={posEntities:a,keyEntities:o};return n&&(s=n(s)||s),O(t,(function(t){var e=t.node,n=t.index,i=t.pos,c=t.key,l=t.parentPos,u={node:e,index:n,key:c,pos:i};a.set(i,u),o.set(c,u),u.parent=a.get(l),u.parent&&(u.parent.children=u.parent.children||[],u.parent.children.push(u)),r&&r(u,s)})),i&&i(s),s}function z(t){if(!t)return null;var e=void 0;if(Array.isArray(t))e={checkedKeys:t,halfCheckedKeys:void 0};else{if("object"!==("undefined"===typeof t?"undefined":c()(t)))return f()(!1,"`checkedKeys` is not an array or an object"),null;e={checkedKeys:t.checked||void 0,halfCheckedKeys:t.halfChecked||void 0}}return e}function D(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=new Map,a=new Map;function s(t){if(i.get(t)!==e){var r=n.get(t);if(r){var o=r.children,c=r.parent,l=r.node;if(!T(l)){var u=!0,h=!1;(o||[]).filter((function(t){return!T(t.node)})).forEach((function(t){var e=t.key,n=i.get(e),r=a.get(e);(n||r)&&(h=!0),n||(u=!1)})),e?i.set(t,u):i.set(t,!1),a.set(t,h),c&&s(c.key)}}}}function c(t){if(i.get(t)!==e){var r=n.get(t);if(r){var a=r.children,o=r.node;T(o)||(i.set(t,e),(a||[]).forEach((function(t){c(t.key)})))}}}function l(t){var r=n.get(t);if(r){var a=r.children,o=r.parent,l=r.node;i.set(t,e),T(l)||((a||[]).filter((function(t){return!T(t.node)})).forEach((function(t){c(t.key)})),o&&s(o.key))}else f()(!1,"'"+t+"' does not exist in the tree.")}(r.checkedKeys||[]).forEach((function(t){i.set(t,!0)})),(r.halfCheckedKeys||[]).forEach((function(t){a.set(t,!0)})),(t||[]).forEach((function(t){l(t)}));var u=[],h=[],d=!0,p=!1,v=void 0;try{for(var g,m=i[Symbol.iterator]();!(d=(g=m.next()).done);d=!0){var y=g.value,b=o()(y,2),_=b[0],x=b[1];x&&u.push(_)}}catch(L){p=!0,v=L}finally{try{!d&&m["return"]&&m["return"]()}finally{if(p)throw v}}var w=!0,k=!1,C=void 0;try{for(var S,O=a[Symbol.iterator]();!(w=(S=O.next()).done);w=!0){var M=S.value,E=o()(M,2),A=E[0],P=E[1];!i.get(A)&&P&&h.push(A)}}catch(L){k=!0,C=L}finally{try{!w&&O["return"]&&O["return"]()}finally{if(k)throw C}}return{checkedKeys:u,halfCheckedKeys:h}}function N(t,e){var n=new Map;function r(t){if(!n.get(t)){var i=e.get(t);if(i){n.set(t,!0);var a=i.parent,o=i.node,s=Object(v["l"])(o);s&&s.disabled||a&&r(a.key)}}}return(t||[]).forEach((function(t){r(t)})),[].concat(i()(n.keys()))}},c9ca:function(t,e,n){var r=n("ef5d"),i=r("length");t.exports=i},ca21:function(t,e,n){"use strict";var r=n("23e7"),i=n("1ec1");r({target:"Math",stat:!0},{log1p:i})},ca7c:function(t,e,n){var r=n("3053"),i=r.Global;t.exports={name:"oldFF-globalStorage",read:o,write:s,each:c,remove:l,clearAll:u};var a=i.globalStorage;function o(t){return a[t]}function s(t,e){a[t]=e}function c(t){for(var e=a.length-1;e>=0;e--){var n=a.key(e);t(a[n],n)}}function l(t){return a.removeItem(t)}function u(){c((function(t,e){delete a[t]}))}},ca84:function(t,e,n){"use strict";var r=n("e330"),i=n("1a2d"),a=n("fc6a"),o=n("4d64").indexOf,s=n("d012"),c=r([].push);t.exports=function(t,e){var n,r=a(t),l=0,u=[];for(n in r)!i(s,n)&&i(r,n)&&c(u,n);while(e.length>l)i(r,n=e[l++])&&(~o(u,n)||c(u,n));return u}},ca91:function(t,e,n){"use strict";var r=n("ebb5"),i=n("d58f").left,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("reduce",(function(t){var e=arguments.length;return i(a(this),t,e,e>1?arguments[1]:void 0)}))},caad:function(t,e,n){"use strict";var r=n("23e7"),i=n("4d64").includes,a=n("d039"),o=n("44d2"),s=a((function(){return!Array(1).includes()}));r({target:"Array",proto:!0,forced:s},{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("includes")},cad8:function(t,e,n){"use strict";var r=n("23e7"),i=n("cb4c");r({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==i},{trimRight:i})},caf9:function(t,e,n){"use strict";n.d(e,"a",(function(){return V}));var r=n("2b0e");
/*!
 * Vue-Lazyload.js v3.0.0
 * (c) 2023 Awe <hilongjw@gmail.com>
 * Released under the MIT License.
 */function i(t,e){return e={exports:{}},t(e,e.exports),e.exports}var a=i((function(t){const e=Object.prototype.toString,n=Object.prototype.propertyIsEnumerable,r=Object.getOwnPropertySymbols;function i(t){return"function"===typeof t||"[object Object]"===e.call(t)||Array.isArray(t)}t.exports=(t,...e)=>{if(!i(t))throw new TypeError("expected the first argument to be an object");if(0===e.length||"function"!==typeof Symbol||"function"!==typeof r)return t;for(let i of e){let e=r(i);for(let r of e)n.call(i,r)&&(t[r]=i[r])}return t}})),o=Object.freeze({__proto__:null,default:a,__moduleExports:a}),s=o&&a||o,c=i((function(t){const e=Object.prototype.toString,n=t=>"__proto__"!==t&&"constructor"!==t&&"prototype"!==t,r=t.exports=(t,...e)=>{let o=0;for(a(t)&&(t=e[o++]),t||(t={});o<e.length;o++)if(i(e[o])){for(const a of Object.keys(e[o]))n(a)&&(i(t[a])&&i(e[o][a])?r(t[a],e[o][a]):t[a]=e[o][a]);s(t,e[o])}return t};function i(t){return"function"===typeof t||"[object Object]"===e.call(t)}function a(t){return"object"===typeof t?null===t:"function"!==typeof t}}));const l="undefined"!==typeof window&&null!==window,u=h();function h(){return!!(l&&"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)&&("isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}}),!0)}const f={event:"event",observer:"observer"};function d(t,e){if(!t.length)return;const n=t.indexOf(e);return n>-1?t.splice(n,1):void 0}function p(t,e){if("IMG"!==t.tagName||!t.getAttribute("data-srcset"))return"";let n=t.getAttribute("data-srcset").trim().split(",");const r=[],i=t.parentNode,a=i.offsetWidth*e;let o,s,c;n.forEach(t=>{t=t.trim(),o=t.lastIndexOf(" "),-1===o?(s=t,c=99999):(s=t.substr(0,o),c=parseInt(t.substr(o+1,t.length-o-2),10)),r.push([c,s])}),r.sort((t,e)=>{if(t[0]<e[0])return 1;if(t[0]>e[0])return-1;if(t[0]===e[0]){if(-1!==e[1].indexOf(".webp",e[1].length-5))return 1;if(-1!==t[1].indexOf(".webp",t[1].length-5))return-1}return 0});let l,u="";for(let h=0;h<r.length;h++){l=r[h],u=l[1];const t=r[h+1];if(t&&t[0]<a){u=l[1];break}if(!t){u=l[1];break}}return u}const v=(t=1)=>l&&window.devicePixelRatio||t;function g(){if(!l)return!1;let t=!0;function e(t,e){const n={lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA",lossless:"UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==",alpha:"UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==",animation:"UklGRlIAAABXRUJQVlA4WAoAAAASAAAAAAAAAAAAQU5JTQYAAAD/////AABBTk1GJgAAAAAAAAAAAAAAAAAAAGQAAABWUDhMDQAAAC8AAAAQBxAREYiI/gcA"},r=new Image;r.onload=function(){const t=r.width>0&&r.height>0;e(t)},r.onerror=function(){e(!1)},r.src="data:image/webp;base64,"+n[t]}return e("lossy",e=>{t=e}),e("lossless",e=>{t=e}),e("alpha",e=>{t=e}),e("animation",e=>{t=e}),t}function m(t,e){let n=null,r=0;return function(){if(n)return;const i=Date.now()-r,a=this,o=arguments,s=function(){r=Date.now(),n=!1,t.apply(a,o)};i>=e?s():n=setTimeout(s,e)}}function y(){if(!l)return!1;let t=!1;try{const e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("test",T,e)}catch(e){}return t}const b=y(),_={on(t,e,n,r=!1){b?t.addEventListener(e,n,{capture:r,passive:!0}):t.addEventListener(e,n,r)},off(t,e,n,r=!1){t.removeEventListener(e,n,r)}},x=(t,e,n)=>{let r=new Image;if(!t||!t.src){const t=new Error("image src is required");return n(t)}t.cors&&(r.crossOrigin=t.cors),r.src=t.src,r.onload=function(){e({naturalHeight:r.naturalHeight,naturalWidth:r.naturalWidth,src:r.src}),r=null},r.onerror=function(t){n(t)}},w=(t,e)=>"undefined"!==typeof getComputedStyle?getComputedStyle(t,null).getPropertyValue(e):t.style[e],k=t=>w(t,"overflow")+w(t,"overflowY")+w(t,"overflowX"),C=t=>{if(!l)return;if(!(t instanceof Element))return window;let e=t;while(e){if(e===document.body||e===document.documentElement)break;if(!e.parentNode)break;if(/(scroll|auto)/.test(k(e)))return e;e=e.parentNode}return window};function S(t){return null!==t&&"object"===typeof t}function T(){}class O{constructor(t){this.max=t||100,this._caches=[]}has(t){return this._caches.indexOf(t)>-1}add(t){this.has(t)||(this._caches.push(t),this._caches.length>this.max&&this.free())}free(){this._caches.shift()}}class M{constructor(t,e,n,r,i,a,o,s,c,l){this.el=t,this.src=e,this.error=n,this.loading=r,this.bindType=i,this.attempt=0,this.cors=s,this.naturalHeight=0,this.naturalWidth=0,this.options=o,this.rect={},this.$parent=a,this.elRenderer=c,this._imageCache=l,this.performanceData={init:Date.now(),loadStart:0,loadEnd:0},this.filter(),this.initState(),this.render("loading",!1)}initState(){"dataset"in this.el?this.el.dataset.src=this.src:this.el.setAttribute("data-src",this.src),this.state={loading:!1,error:!1,loaded:!1,rendered:!1}}record(t){this.performanceData[t]=Date.now()}update(t){const e=this.src;this.src=t.src,this.loading=t.loading,this.error=t.error,this.filter(),e!==this.src&&(this.attempt=0,this.initState())}getRect(){this.rect=this.el.getBoundingClientRect()}checkInView(){return this.getRect(),this.rect.top<window.innerHeight*this.options.preLoad&&this.rect.bottom>this.options.preLoadTop&&this.rect.left<window.innerWidth*this.options.preLoad&&this.rect.right>0}filter(){for(const t in this.options.filter)this.options.filter[t](this,this.options)}renderLoading(t){this.state.loading=!0,x({src:this.loading,cors:this.cors},()=>{this.render("loading",!1),this.state.loading=!1,t()},()=>{t(),this.state.loading=!1,this.options.silent||console.warn(`VueLazyload log: load failed with loading image(${this.loading})`)})}load(t=T){return this.attempt>this.options.attempt-1&&this.state.error?(this.options.silent||console.log(`VueLazyload log: ${this.src} tried too more than ${this.options.attempt} times`),void t()):this.state.rendered&&this.state.loaded?void 0:this._imageCache.has(this.src)?(this.state.loaded=!0,this.render("loaded",!0),this.state.rendered=!0,t()):void this.renderLoading(()=>{this.attempt++,this.options.adapter.beforeLoad&&this.options.adapter.beforeLoad(this,this.options),this.record("loadStart"),x({src:this.src,cors:this.cors},e=>{this.naturalHeight=e.naturalHeight,this.naturalWidth=e.naturalWidth,this.state.loaded=!0,this.state.error=!1,this.record("loadEnd"),this.render("loaded",!1),this.state.rendered=!0,this._imageCache.add(this.src),t()},t=>{!this.options.silent&&console.error(t),this.state.error=!0,this.state.loaded=!1,this.render("error",!1)})})}render(t,e){this.elRenderer(this,t,e)}performance(){let t="loading",e=0;return this.state.loaded&&(t="loaded",e=(this.performanceData.loadEnd-this.performanceData.loadStart)/1e3),this.state.error&&(t="error"),{src:this.src,state:t,time:e}}$destroy(){this.el=null,this.src="",this.error=null,this.loading="",this.bindType=null,this.attempt=0}}const E="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",A=["scroll","wheel","mousewheel","resize","animationend","transitionend","touchmove"],P={rootMargin:"0px",threshold:0};class L{constructor({preLoad:t,error:e,throttleWait:n,preLoadTop:r,dispatchEvent:i,loading:a,attempt:o,silent:s=!0,scale:c,listenEvents:l,filter:u,adapter:h,observer:d,observerOptions:p}){this.version='"3.0.0"',this.lazyContainerMananger=null,this.mode=f.event,this.ListenerQueue=[],this.TargetIndex=0,this.TargetQueue=[],this.options={silent:s,dispatchEvent:!!i,throttleWait:n||200,preLoad:t||1.3,preLoadTop:r||0,error:e||E,loading:a||E,attempt:o||3,scale:c||v(c),listenEvents:l||A,supportWebp:g(),filter:u||{},adapter:h||{},observer:!!d,observerOptions:p||P},this._initEvent(),this._imageCache=new O(200),this.lazyLoadHandler=m(this._lazyLoadHandler.bind(this),this.options.throttleWait),this.setMode(this.options.observer?f.observer:f.event)}performance(){const t=[];return this.ListenerQueue.map(e=>t.push(e.performance())),t}addLazyBox(t){this.ListenerQueue.push(t),l&&(this._addListenerTarget(window),this._observer&&this._observer.observe(t.el),t.$el&&t.$el.parentNode&&this._addListenerTarget(t.$el.parentNode))}add(t,e,n){if(this.ListenerQueue.some(e=>e.el===t))return this.update(t,e),Object(r["e"])(this.lazyLoadHandler);let{src:i,loading:a,error:o,cors:s}=this._valueFormatter(e.value);Object(r["e"])(()=>{i=p(t,this.options.scale)||i,this._observer&&this._observer.observe(t);const n=Object.keys(e.modifiers)[0];let c;n&&(c=e.instance.$refs[n],c=c?c.el||c:document.getElementById(n)),c||(c=C(t));const u=new M(t,i,o,a,e.arg,c,this.options,s,this._elRenderer.bind(this),this._imageCache);this.ListenerQueue.push(u),l&&(this._addListenerTarget(window),this._addListenerTarget(c)),Object(r["e"])(this.lazyLoadHandler)})}update(t,e,n){let{src:i,loading:a,error:o}=this._valueFormatter(e.value);i=p(t,this.options.scale)||i;const s=this.ListenerQueue.find(e=>e.el===t);s?s.update({src:i,loading:a,error:o}):"loaded"===t.getAttribute("lazy")&&t.dataset.src===i||this.add(t,e,n),this._observer&&(this._observer.unobserve(t),this._observer.observe(t)),Object(r["e"])(this.lazyLoadHandler)}remove(t){if(!t)return;this._observer&&this._observer.unobserve(t);const e=this.ListenerQueue.find(e=>e.el===t);e&&(this._removeListenerTarget(e.$parent),this._removeListenerTarget(window),d(this.ListenerQueue,e),e.$destroy&&e.$destroy())}removeComponent(t){t&&(d(this.ListenerQueue,t),this._observer&&this._observer.unobserve(t.el),t.$parent&&t.$el.parentNode&&this._removeListenerTarget(t.$el.parentNode),this._removeListenerTarget(window))}setMode(t){u||t!==f.observer||(t=f.event),this.mode=t,t===f.event?(this._observer&&(this.ListenerQueue.forEach(t=>{this._observer.unobserve(t.el)}),this._observer=null),this.TargetQueue.forEach(t=>{this._initListen(t.el,!0)})):(this.TargetQueue.forEach(t=>{this._initListen(t.el,!1)}),this._initIntersectionObserver())}_addListenerTarget(t){if(!t)return;let e=this.TargetQueue.find(e=>e.el===t);return e?e.childrenCount++:(e={el:t,id:++this.TargetIndex,childrenCount:1,listened:!0},this.mode===f.event&&this._initListen(e.el,!0),this.TargetQueue.push(e)),this.TargetIndex}_removeListenerTarget(t){this.TargetQueue.forEach((e,n)=>{e.el===t&&(e.childrenCount--,e.childrenCount||(this._initListen(e.el,!1),this.TargetQueue.splice(n,1),e=null))})}_initListen(t,e){this.options.listenEvents.forEach(n=>_[e?"on":"off"](t,n,this.lazyLoadHandler))}_initEvent(){this.Event={listeners:{loading:[],loaded:[],error:[]}},this.$on=(t,e)=>{this.Event.listeners[t]||(this.Event.listeners[t]=[]),this.Event.listeners[t].push(e)},this.$once=(t,e)=>{const n=this;function r(){n.$off(t,r),e.apply(n,arguments)}this.$on(t,r)},this.$off=(t,e)=>{if(e)d(this.Event.listeners[t],e);else{if(!this.Event.listeners[t])return;this.Event.listeners[t].length=0}},this.$emit=(t,e,n)=>{this.Event.listeners[t]&&this.Event.listeners[t].forEach(t=>t(e,n))}}_lazyLoadHandler(){const t=[];this.ListenerQueue.forEach((e,n)=>{e.el&&e.el.parentNode&&!e.state.loaded||t.push(e);const r=e.checkInView();r&&(e.state.loaded||e.load())}),t.forEach(t=>{d(this.ListenerQueue,t),t.$destroy&&t.$destroy()})}_initIntersectionObserver(){u&&(this._observer=new IntersectionObserver(this._observerHandler.bind(this),this.options.observerOptions),this.ListenerQueue.length&&this.ListenerQueue.forEach(t=>{this._observer.observe(t.el)}))}_observerHandler(t){t.forEach(t=>{t.isIntersecting&&this.ListenerQueue.forEach(e=>{if(e.el===t.target){if(e.state.loaded)return this._observer.unobserve(e.el);e.load()}})})}_elRenderer(t,e,n){if(!t.el)return;const{el:r,bindType:i}=t;let a;switch(e){case"loading":a=t.loading;break;case"error":a=t.error;break;default:a=t.src;break}if(i?r.style[i]='url("'+a+'")':r.getAttribute("src")!==a&&r.setAttribute("src",a),r.setAttribute("lazy",e),this.$emit(e,t,n),this.options.adapter[e]&&this.options.adapter[e](t,this.options),this.options.dispatchEvent){const n=new CustomEvent(e,{detail:t});r.dispatchEvent(n)}}_valueFormatter(t){return S(t)?(t.src||this.options.silent||console.error("Vue Lazyload warning: miss src with "+t),{src:t.src,loading:t.loading||this.options.loading,error:t.error||this.options.error,cors:this.options.cors}):{src:t,loading:this.options.loading,error:this.options.error,cors:this.options.cors}}}const I=(t,e)=>{let n=Object(r["h"])({});const i=()=>{n=t.value.getBoundingClientRect()},a=()=>(i(),l&&n.top<window.innerHeight*e&&n.bottom>0&&n.left<window.innerWidth*e&&n.right>0);return{rect:n,checkInView:a}};var j=t=>Object(r["d"])({props:{tag:{type:String,default:"div"}},emits:["show"],setup(e,{emit:n,slots:i}){const a=Object(r["i"])(),o=Object(r["h"])({loaded:!1,error:!1,attempt:0}),s=Object(r["i"])(!1),{rect:c,checkInView:l}=I(a,t.options.preLoad),u=()=>{s.value=!0,o.loaded=!0,n("show",s.value)},h=Object(r["a"])(()=>({el:a.value,rect:c,checkInView:l,load:u,state:o}));return Object(r["f"])(()=>{t.addLazyBox(h.value),t.lazyLoadHandler()}),Object(r["g"])(()=>{t.removeComponent(h.value)}),()=>{var t;return Object(r["createVNode"])(e.tag,{ref:a},[s.value&&(null===(t=i.default)||void 0===t?void 0:t.call(i))])}}});class z{constructor(t){this.lazy=t,t.lazyContainerMananger=this,this._queue=[]}bind(t,e,n){const r=new N(t,e,n,this.lazy);this._queue.push(r)}update(t,e,n){const r=this._queue.find(e=>e.el===t);r&&r.update(t,e)}unbind(t,e,n){const r=this._queue.find(e=>e.el===t);r&&(r.clear(),d(this._queue,r))}}const D={selector:"img",error:"",loading:""};class N{constructor(t,e,n,r){this.el=t,this.vnode=n,this.binding=e,this.options={},this.lazy=r,this._queue=[],this.update(t,e)}update(t,e){this.el=t,this.options=c({},D,e.value);const n=this.getImgs();n.forEach(t=>{this.lazy.add(t,c({},this.binding,{value:{src:t.getAttribute("data-src")||t.dataset.src,error:t.getAttribute("data-error")||t.dataset.error||this.options.error,loading:t.getAttribute("data-loading")||t.dataset.loading||this.options.loading}}),this.vnode)})}getImgs(){return Array.from(this.el.querySelectorAll(this.options.selector))}clear(){const t=this.getImgs();t.forEach(t=>this.lazy.remove(t)),this.vnode=null,this.binding=null,this.lazy=null}}var R=t=>Object(r["d"])({setup(e,{slots:n}){const i=Object(r["i"])(),a=Object(r["h"])({src:"",error:"",loading:"",attempt:t.options.attempt}),o=Object(r["h"])({loaded:!1,error:!1,attempt:0}),{rect:s,checkInView:c}=I(i,t.options.preLoad),l=Object(r["i"])(""),u=(e=T)=>{if(o.attempt>a.attempt-1&&o.error)return t.options.silent||console.log(`VueLazyload log: ${a.src} tried too more than ${a.attempt} times`),e();const n=a.src;x({src:n},({src:t})=>{l.value=t,o.loaded=!0},()=>{o.attempt++,l.value=a.error,o.error=!0})},h=Object(r["a"])(()=>({el:i.value,rect:s,checkInView:c,load:u,state:o}));Object(r["f"])(()=>{t.addLazyBox(h.value),t.lazyLoadHandler()}),Object(r["g"])(()=>{t.removeComponent(h.value)});const f=()=>{const{src:n,loading:r,error:i}=t._valueFormatter(e.src);o.loaded=!1,a.src=n,a.error=i,a.loading=r,l.value=a.loading};return Object(r["j"])(()=>e.src,()=>{f(),t.addLazyBox(h.value),t.lazyLoadHandler()},{immediate:!0}),()=>{var t;return Object(r["createVNode"])(e.tag||"img",{src:l.value,ref:i},[null===(t=n.default)||void 0===t?void 0:t.call(n)])}}}),V={install(t,e={}){const n=new L(e),r=new z(n),i=Number(t.version.split(".")[0]);if(i<3)return new Error("Vue version at least 3.0");t.config.globalProperties.$Lazyload=n,t.provide("Lazyload",n),e.lazyComponent&&t.component("lazy-component",j(n)),e.lazyImage&&t.component("lazy-image",R(n)),t.directive("lazy",{beforeMount:n.add.bind(n),beforeUpdate:n.update.bind(n),updated:n.lazyLoadHandler.bind(n),unmounted:n.remove.bind(n)}),t.directive("lazy-container",{beforeMount:r.bind.bind(r),updated:r.update.bind(r),unmounted:r.unbind.bind(r)})}}},cb29:function(t,e,n){"use strict";var r=n("23e7"),i=n("81d5"),a=n("44d2");r({target:"Array",proto:!0},{fill:i}),a("fill")},cb2d:function(t,e,n){"use strict";var r=n("1626"),i=n("9bf2"),a=n("13d2"),o=n("6374");t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,l=void 0!==s.name?s.name:e;if(r(n)&&a(n,l,s),s.global)c?t[e]=n:o(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(u){}c?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},cb4c:function(t,e,n){"use strict";var r=n("58a8").end,i=n("c8d2");t.exports=i("trimEnd")?function(){return r(this)}:"".trimEnd},cb5a:function(t,e,n){var r=n("9638");function i(t,e){var n=t.length;while(n--)if(r(t[n][0],e))return n;return-1}t.exports=i},cc12:function(t,e,n){"use strict";var r=n("da84"),i=n("861d"),a=r.document,o=i(a)&&i(a.createElement);t.exports=function(t){return o?a.createElement(t):{}}},cc15:function(t,e,n){var r=n("b367")("wks"),i=n("8b1a"),a=n("ef08").Symbol,o="function"==typeof a,s=t.exports=function(t){return r[t]||(r[t]=o&&a[t]||(o?a:i)("Symbol."+t))};s.store=r},cc45:function(t,e,n){var r=n("1a2d0"),i=n("b047f"),a=n("99d3"),o=a&&a.isMap,s=o?i(o):r;t.exports=s},cc57:function(t,e,n){(function(e){var r,i="undefined"!==typeof e?e:"undefined"!==typeof window?window:{},a=n(1);"undefined"!==typeof document?r=document:(r=i["__GLOBAL_DOCUMENT_CACHE@4"],r||(r=i["__GLOBAL_DOCUMENT_CACHE@4"]=a)),t.exports=r}).call(this,n("c8ba"))},cc70:function(t,e,n){"use strict";n("b2a3"),n("03fa")},cc71:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),a=n("af03");r({target:"String",proto:!0,forced:a("bold")},{bold:function(){return i(this,"b","","")}})},cc98:function(t,e,n){"use strict";var r=n("23e7"),i=n("c430"),a=n("4738").CONSTRUCTOR,o=n("d256"),s=n("d066"),c=n("1626"),l=n("cb2d"),u=o&&o.prototype;if(r({target:"Promise",proto:!0,forced:a,real:!0},{catch:function(t){return this.then(void 0,t)}}),!i&&c(o)){var h=s("Promise").prototype["catch"];u["catch"]!==h&&l(u,"catch",h,{unsafe:!0})}},cca6:function(t,e,n){"use strict";var r=n("23e7"),i=n("60da");r({target:"Object",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},ccb9:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("46cf"),o=n.n(a),s=n("2b0e"),c=n("92fa"),l=n.n(c),u=n("6042"),h=n.n(u),f=n("1098"),d=n.n(f),p=n("0c63"),v=n("4d91"),g=n("daa3"),m=n("18a7"),y={width:0,height:0,overflow:"hidden",position:"absolute"},b={name:"Sentinel",props:{setRef:v["a"].func,prevElement:v["a"].any,nextElement:v["a"].any},methods:{onKeyDown:function(t){var e=t.target,n=t.which,r=t.shiftKey,i=this.$props,a=i.nextElement,o=i.prevElement;n===m["a"].TAB&&document.activeElement===e&&(!r&&a&&a.focus(),r&&o&&o.focus())}},render:function(){var t=arguments[0],e=this.$props.setRef;return t("div",l()([{attrs:{tabIndex:0}},{directives:[{name:"ant-ref",value:e}]},{style:y,on:{keydown:this.onKeyDown},attrs:{role:"presentation"}}]),[this.$slots["default"]])}},_={name:"TabPane",props:{active:v["a"].bool,destroyInactiveTabPane:v["a"].bool,forceRender:v["a"].bool,placeholder:v["a"].any,rootPrefixCls:v["a"].string,tab:v["a"].any,closable:v["a"].bool,disabled:v["a"].bool},inject:{sentinelContext:{default:function(){return{}}}},render:function(){var t,e=arguments[0],n=this.$props,r=n.destroyInactiveTabPane,i=n.active,a=n.forceRender,o=n.rootPrefixCls,s=this.$slots["default"],c=Object(g["g"])(this,"placeholder");this._isActived=this._isActived||i;var l=o+"-tabpane",u=(t={},h()(t,l,1),h()(t,l+"-inactive",!i),h()(t,l+"-active",i),t),f=r?i:this._isActived,d=f||a,p=this.sentinelContext,v=p.sentinelStart,m=p.sentinelEnd,y=p.setPanelSentinelStart,_=p.setPanelSentinelEnd,x=void 0,w=void 0;return i&&d&&(x=e(b,{attrs:{setRef:y,prevElement:v}}),w=e(b,{attrs:{setRef:_,nextElement:m}})),e("div",{class:u,attrs:{role:"tabpanel","aria-hidden":i?"false":"true"}},[x,d?s:c,w])}},x=n("0464"),w=n("b488"),k=n("c449"),C=n.n(k),S={LEFT:37,UP:38,RIGHT:39,DOWN:40},T=n("7b05"),O=function(t){return void 0!==t&&null!==t&&""!==t},M=O;function E(t){var e=void 0,n=t.children;return n.forEach((function(t){!t||M(e)||t.disabled||(e=t.key)})),e}function A(t,e){var n=t.children,r=n.map((function(t){return t&&t.key}));return r.indexOf(e)>=0}var P={name:"Tabs",mixins:[w["a"]],model:{prop:"activeKey",event:"change"},props:{destroyInactiveTabPane:v["a"].bool,renderTabBar:v["a"].func.isRequired,renderTabContent:v["a"].func.isRequired,navWrapper:v["a"].func.def((function(t){return t})),children:v["a"].any.def([]),prefixCls:v["a"].string.def("ant-tabs"),tabBarPosition:v["a"].string.def("top"),activeKey:v["a"].oneOfType([v["a"].string,v["a"].number]),defaultActiveKey:v["a"].oneOfType([v["a"].string,v["a"].number]),__propsSymbol__:v["a"].any,direction:v["a"].string.def("ltr"),tabBarGutter:v["a"].number},data:function(){var t=Object(g["l"])(this),e=void 0;return e="activeKey"in t?t.activeKey:"defaultActiveKey"in t?t.defaultActiveKey:E(t),{_activeKey:e}},provide:function(){return{sentinelContext:this}},watch:{__propsSymbol__:function(){var t=Object(g["l"])(this);"activeKey"in t?this.setState({_activeKey:t.activeKey}):A(t,this.$data._activeKey)||this.setState({_activeKey:E(t)})}},beforeDestroy:function(){this.destroy=!0,C.a.cancel(this.sentinelId)},methods:{onTabClick:function(t,e){this.tabBar.componentOptions&&this.tabBar.componentOptions.listeners&&this.tabBar.componentOptions.listeners.tabClick&&this.tabBar.componentOptions.listeners.tabClick(t,e),this.setActiveKey(t)},onNavKeyDown:function(t){var e=t.keyCode;if(e===S.RIGHT||e===S.DOWN){t.preventDefault();var n=this.getNextActiveKey(!0);this.onTabClick(n)}else if(e===S.LEFT||e===S.UP){t.preventDefault();var r=this.getNextActiveKey(!1);this.onTabClick(r)}},onScroll:function(t){var e=t.target,n=t.currentTarget;e===n&&e.scrollLeft>0&&(e.scrollLeft=0)},setSentinelStart:function(t){this.sentinelStart=t},setSentinelEnd:function(t){this.sentinelEnd=t},setPanelSentinelStart:function(t){t!==this.panelSentinelStart&&this.updateSentinelContext(),this.panelSentinelStart=t},setPanelSentinelEnd:function(t){t!==this.panelSentinelEnd&&this.updateSentinelContext(),this.panelSentinelEnd=t},setActiveKey:function(t){if(this.$data._activeKey!==t){var e=Object(g["l"])(this);"activeKey"in e||this.setState({_activeKey:t}),this.__emit("change",t)}},getNextActiveKey:function(t){var e=this.$data._activeKey,n=[];this.$props.children.forEach((function(e){var r=Object(g["r"])(e,"disabled");e&&!r&&""!==r&&(t?n.push(e):n.unshift(e))}));var r=n.length,i=r&&n[0].key;return n.forEach((function(t,a){t.key===e&&(i=a===r-1?n[0].key:n[a+1].key)})),i},updateSentinelContext:function(){var t=this;this.destroy||(C.a.cancel(this.sentinelId),this.sentinelId=C()((function(){t.destroy||t.$forceUpdate()})))}},render:function(){var t,e=arguments[0],n=this.$props,r=n.prefixCls,a=n.navWrapper,o=n.tabBarPosition,s=n.renderTabContent,c=n.renderTabBar,l=n.destroyInactiveTabPane,u=n.direction,f=n.tabBarGutter,d=(t={},h()(t,r,1),h()(t,r+"-"+o,1),h()(t,r+"-rtl","rtl"===u),t);this.tabBar=c();var p=Object(T["a"])(this.tabBar,{props:{prefixCls:r,navWrapper:a,tabBarPosition:o,panels:n.children,activeKey:this.$data._activeKey,direction:u,tabBarGutter:f},on:{keydown:this.onNavKeyDown,tabClick:this.onTabClick},key:"tabBar"}),v=Object(T["a"])(s(),{props:{prefixCls:r,tabBarPosition:o,activeKey:this.$data._activeKey,destroyInactiveTabPane:l,direction:u},on:{change:this.setActiveKey},children:n.children,key:"tabContent"}),m=e(b,{key:"sentinelStart",attrs:{setRef:this.setSentinelStart,nextElement:this.panelSentinelStart}}),y=e(b,{key:"sentinelEnd",attrs:{setRef:this.setSentinelEnd,prevElement:this.panelSentinelEnd}}),_=[];"bottom"===o?_.push(m,v,y,p):_.push(p,m,v,y);var w=i()({},Object(x["a"])(Object(g["k"])(this),["change"]),{scroll:this.onScroll});return e("div",{on:w,class:d},[_])}};s["c"].use(o.a,{name:"ant-ref"});var L=P;function I(t){var e=[];return t.forEach((function(t){t.data&&e.push(t)})),e}function j(t,e){for(var n=I(t),r=0;r<n.length;r++)if(n[r].key===e)return r;return-1}function z(t,e){t.transform=e,t.webkitTransform=e,t.mozTransform=e}function D(t){return("transform"in t||"webkitTransform"in t||"MozTransform"in t)&&window.atob}function N(t){return{transform:t,WebkitTransform:t,MozTransform:t}}function R(t){return"left"===t||"right"===t}function V(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"ltr",r=R(e)?"translateY":"translateX";return R(e)||"rtl"!==n?r+"("+100*-t+"%) translateZ(0)":r+"("+100*t+"%) translateZ(0)"}function F(t,e){var n=R(e)?"marginTop":"marginLeft";return h()({},n,100*-t+"%")}function H(t,e){return+window.getComputedStyle(t).getPropertyValue(e).replace("px","")}function B(t,e){return+t.getPropertyValue(e).replace("px","")}function U(t,e,n,r,i){var a=H(i,"padding-"+t);if(!r||!r.parentNode)return a;var o=r.parentNode.childNodes;return Array.prototype.some.call(o,(function(i){var o=window.getComputedStyle(i);return i!==r?(a+=B(o,"margin-"+t),a+=i[e],a+=B(o,"margin-"+n),"content-box"===o.boxSizing&&(a+=B(o,"border-"+t+"-width")+B(o,"border-"+n+"-width")),!1):(a+=B(o,"margin-"+t),!0)})),a}function $(t,e){return U("left","offsetWidth","right",t,e)}function q(t,e){return U("top","offsetHeight","bottom",t,e)}var W={name:"TabContent",props:{animated:{type:Boolean,default:!0},animatedWithMargin:{type:Boolean,default:!0},prefixCls:{default:"ant-tabs",type:String},activeKey:v["a"].oneOfType([v["a"].string,v["a"].number]),tabBarPosition:String,direction:v["a"].string,destroyInactiveTabPane:v["a"].bool},computed:{classes:function(){var t,e=this.animated,n=this.prefixCls;return t={},h()(t,n+"-content",!0),h()(t,e?n+"-content-animated":n+"-content-no-animated",!0),t}},methods:{getTabPanes:function(){var t=this.$props,e=t.activeKey,n=this.$slots["default"]||[],r=[];return n.forEach((function(n){if(n){var i=n.key,a=e===i;r.push(Object(T["a"])(n,{props:{active:a,destroyInactiveTabPane:t.destroyInactiveTabPane,rootPrefixCls:t.prefixCls}}))}})),r}},render:function(){var t=arguments[0],e=this.activeKey,n=this.tabBarPosition,r=this.animated,i=this.animatedWithMargin,a=this.direction,o=this.classes,s={};if(r&&this.$slots["default"]){var c=j(this.$slots["default"],e);if(-1!==c){var l=i?F(c,n):N(V(c,n,a));s=l}else s={display:"none"}}return t("div",{class:o,style:s},[this.getTabPanes()])}},Y=function(t){if("undefined"!==typeof window&&window.document&&window.document.documentElement){var e=Array.isArray(t)?t:[t],n=window.document.documentElement;return e.some((function(t){return t in n.style}))}return!1},K=Y(["flex","webkitFlex","Flex","msFlex"]),X=n("9cba");function G(t,e){var n=t.$props,r=n.styles,i=void 0===r?{}:r,a=n.panels,o=n.activeKey,s=n.direction,c=t.getRef("root"),l=t.getRef("nav")||c,u=t.getRef("inkBar"),h=t.getRef("activeTab"),f=u.style,d=t.$props.tabBarPosition,p=j(a,o);if(e&&(f.display="none"),h){var v=h,g=D(f);if(z(f,""),f.width="",f.height="",f.left="",f.top="",f.bottom="",f.right="","top"===d||"bottom"===d){var m=$(v,l),y=v.offsetWidth;y===c.offsetWidth?y=0:i.inkBar&&void 0!==i.inkBar.width&&(y=parseFloat(i.inkBar.width,10),y&&(m+=(v.offsetWidth-y)/2)),"rtl"===s&&(m=H(v,"margin-left")-m),g?z(f,"translate3d("+m+"px,0,0)"):f.left=m+"px",f.width=y+"px"}else{var b=q(v,l,!0),_=v.offsetHeight;i.inkBar&&void 0!==i.inkBar.height&&(_=parseFloat(i.inkBar.height,10),_&&(b+=(v.offsetHeight-_)/2)),g?(z(f,"translate3d(0,"+b+"px,0)"),f.top="0"):f.top=b+"px",f.height=_+"px"}}f.display=-1!==p?"block":"none"}var Z={name:"InkTabBarNode",mixins:[w["a"]],props:{inkBarAnimated:{type:Boolean,default:!0},direction:v["a"].string,prefixCls:String,styles:Object,tabBarPosition:String,saveRef:v["a"].func.def((function(){})),getRef:v["a"].func.def((function(){})),panels:v["a"].array,activeKey:v["a"].oneOfType([v["a"].string,v["a"].number])},updated:function(){this.$nextTick((function(){G(this)}))},mounted:function(){this.$nextTick((function(){G(this,!0)}))},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.styles,i=void 0===r?{}:r,a=this.inkBarAnimated,o=n+"-ink-bar",s=(t={},h()(t,o,!0),h()(t,a?o+"-animated":o+"-no-animated",!0),t);return e("div",l()([{style:i.inkBar,class:s,key:"inkBar"},{directives:[{name:"ant-ref",value:this.saveRef("inkBar")}]}]))}},Q=n("d96e"),J=n.n(Q);function tt(){}var et={name:"TabBarTabsNode",mixins:[w["a"]],props:{activeKey:v["a"].oneOfType([v["a"].string,v["a"].number]),panels:v["a"].any.def([]),prefixCls:v["a"].string.def(""),tabBarGutter:v["a"].any.def(null),onTabClick:v["a"].func,saveRef:v["a"].func.def(tt),getRef:v["a"].func.def(tt),renderTabBarNode:v["a"].func,tabBarPosition:v["a"].string,direction:v["a"].string},render:function(){var t=this,e=arguments[0],n=this.$props,r=n.panels,i=n.activeKey,a=n.prefixCls,o=n.tabBarGutter,s=n.saveRef,c=n.tabBarPosition,u=n.direction,f=[],d=this.renderTabBarNode||this.$scopedSlots.renderTabBarNode;return r.forEach((function(n,p){if(n){var v=Object(g["l"])(n),m=n.key,y=i===m?a+"-tab-active":"";y+=" "+a+"-tab";var b={on:{}},_=v.disabled||""===v.disabled;_?y+=" "+a+"-tab-disabled":b.on.click=function(){t.__emit("tabClick",m)};var x=[];i===m&&x.push({name:"ant-ref",value:s("activeTab")});var w=Object(g["g"])(n,"tab"),k=o&&p===r.length-1?0:o;k="number"===typeof k?k+"px":k;var C="rtl"===u?"marginLeft":"marginRight",S=h()({},R(c)?"marginBottom":C,k);J()(void 0!==w,"There must be `tab` property or slot on children of Tabs.");var T=e("div",l()([{attrs:{role:"tab","aria-disabled":_?"true":"false","aria-selected":i===m?"true":"false"}},b,{class:y,key:m,style:S},{directives:x}]),[w]);d&&(T=d(T)),f.push(T)}})),e("div",{directives:[{name:"ant-ref",value:this.saveRef("navTabsContainer")}]},[f])}};function nt(){}var rt={name:"TabBarRootNode",mixins:[w["a"]],props:{saveRef:v["a"].func.def(nt),getRef:v["a"].func.def(nt),prefixCls:v["a"].string.def(""),tabBarPosition:v["a"].string.def("top"),extraContent:v["a"].any},methods:{onKeyDown:function(t){this.__emit("keydown",t)}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.onKeyDown,r=this.tabBarPosition,a=this.extraContent,o=h()({},e+"-bar",!0),s="top"===r||"bottom"===r,c=s?{float:"right"}:{},u=this.$slots["default"],f=u;return a&&(f=[Object(T["a"])(a,{key:"extra",style:i()({},c)}),Object(T["a"])(u,{key:"content"})],f=s?f:f.reverse()),t("div",l()([{attrs:{role:"tablist",tabIndex:"0"},class:o,on:{keydown:n}},{directives:[{name:"ant-ref",value:this.saveRef("root")}]}]),[f])}},it=n("b047"),at=n.n(it),ot=n("6dd8");function st(){}var ct={name:"ScrollableTabBarNode",mixins:[w["a"]],props:{activeKey:v["a"].any,getRef:v["a"].func.def((function(){})),saveRef:v["a"].func.def((function(){})),tabBarPosition:v["a"].oneOf(["left","right","top","bottom"]).def("left"),prefixCls:v["a"].string.def(""),scrollAnimated:v["a"].bool.def(!0),navWrapper:v["a"].func.def((function(t){return t})),prevIcon:v["a"].any,nextIcon:v["a"].any,direction:v["a"].string},data:function(){return this.offset=0,this.prevProps=i()({},this.$props),{next:!1,prev:!1}},watch:{tabBarPosition:function(){var t=this;this.tabBarPositionChange=!0,this.$nextTick((function(){t.setOffset(0)}))}},mounted:function(){var t=this;this.$nextTick((function(){t.updatedCal(),t.debouncedResize=at()((function(){t.setNextPrev(),t.scrollToActiveTab()}),200),t.resizeObserver=new ot["a"](t.debouncedResize),t.resizeObserver.observe(t.$props.getRef("container"))}))},updated:function(){var t=this;this.$nextTick((function(){t.updatedCal(t.prevProps),t.prevProps=i()({},t.$props)}))},beforeDestroy:function(){this.resizeObserver&&this.resizeObserver.disconnect(),this.debouncedResize&&this.debouncedResize.cancel&&this.debouncedResize.cancel()},methods:{updatedCal:function(t){var e=this,n=this.$props;t&&t.tabBarPosition!==n.tabBarPosition?this.setOffset(0):this.isNextPrevShown(this.$data)!==this.isNextPrevShown(this.setNextPrev())?(this.$forceUpdate(),this.$nextTick((function(){e.scrollToActiveTab()}))):t&&n.activeKey===t.activeKey||this.scrollToActiveTab()},setNextPrev:function(){var t=this.$props.getRef("nav"),e=this.$props.getRef("navTabsContainer"),n=this.getScrollWH(e||t),r=this.getOffsetWH(this.$props.getRef("container"))+1,i=this.getOffsetWH(this.$props.getRef("navWrap")),a=this.offset,o=r-n,s=this.next,c=this.prev;if(o>=0)s=!1,this.setOffset(0,!1),a=0;else if(o<a)s=!0;else{s=!1;var l=i-n;this.setOffset(l,!1),a=l}return c=a<0,this.setNext(s),this.setPrev(c),{next:s,prev:c}},getOffsetWH:function(t){var e=this.$props.tabBarPosition,n="offsetWidth";return"left"!==e&&"right"!==e||(n="offsetHeight"),t[n]},getScrollWH:function(t){var e=this.tabBarPosition,n="scrollWidth";return"left"!==e&&"right"!==e||(n="scrollHeight"),t[n]},getOffsetLT:function(t){var e=this.$props.tabBarPosition,n="left";return"left"!==e&&"right"!==e||(n="top"),t.getBoundingClientRect()[n]},setOffset:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Math.min(0,t);if(this.offset!==n){this.offset=n;var r={},i=this.$props.tabBarPosition,a=this.$props.getRef("nav").style,o=D(a);"left"===i||"right"===i?r=o?{value:"translate3d(0,"+n+"px,0)"}:{name:"top",value:n+"px"}:o?("rtl"===this.$props.direction&&(n=-n),r={value:"translate3d("+n+"px,0,0)"}):r={name:"left",value:n+"px"},o?z(a,r.value):a[r.name]=r.value,e&&this.setNextPrev()}},setPrev:function(t){this.prev!==t&&(this.prev=t)},setNext:function(t){this.next!==t&&(this.next=t)},isNextPrevShown:function(t){return t?t.next||t.prev:this.next||this.prev},prevTransitionEnd:function(t){if("opacity"===t.propertyName){var e=this.$props.getRef("container");this.scrollToActiveTab({target:e,currentTarget:e})}},scrollToActiveTab:function(t){var e=this.$props.getRef("activeTab"),n=this.$props.getRef("navWrap");if((!t||t.target===t.currentTarget)&&e){var r=this.isNextPrevShown()&&this.lastNextPrevShown;if(this.lastNextPrevShown=this.isNextPrevShown(),r){var i=this.getScrollWH(e),a=this.getOffsetWH(n),o=this.offset,s=this.getOffsetLT(n),c=this.getOffsetLT(e);s>c?(o+=s-c,this.setOffset(o)):s+a<c+i&&(o-=c+i-(s+a),this.setOffset(o))}}},prevClick:function(t){this.__emit("prevClick",t);var e=this.$props.getRef("navWrap"),n=this.getOffsetWH(e),r=this.offset;this.setOffset(r+n)},nextClick:function(t){this.__emit("nextClick",t);var e=this.$props.getRef("navWrap"),n=this.getOffsetWH(e),r=this.offset;this.setOffset(r-n)}},render:function(){var t,e,n,r,i=arguments[0],a=this.next,o=this.prev,s=this.$props,c=s.prefixCls,u=s.scrollAnimated,f=s.navWrapper,d=Object(g["g"])(this,"prevIcon"),p=Object(g["g"])(this,"nextIcon"),v=o||a,m=i("span",{on:{click:o?this.prevClick:st,transitionend:this.prevTransitionEnd},attrs:{unselectable:"unselectable"},class:(t={},h()(t,c+"-tab-prev",1),h()(t,c+"-tab-btn-disabled",!o),h()(t,c+"-tab-arrow-show",v),t)},[d||i("span",{class:c+"-tab-prev-icon"})]),y=i("span",{on:{click:a?this.nextClick:st},attrs:{unselectable:"unselectable"},class:(e={},h()(e,c+"-tab-next",1),h()(e,c+"-tab-btn-disabled",!a),h()(e,c+"-tab-arrow-show",v),e)},[p||i("span",{class:c+"-tab-next-icon"})]),b=c+"-nav",_=(n={},h()(n,b,!0),h()(n,u?b+"-animated":b+"-no-animated",!0),n);return i("div",l()([{class:(r={},h()(r,c+"-nav-container",1),h()(r,c+"-nav-container-scrolling",v),r),key:"container"},{directives:[{name:"ant-ref",value:this.saveRef("container")}]}]),[m,y,i("div",l()([{class:c+"-nav-wrap"},{directives:[{name:"ant-ref",value:this.saveRef("navWrap")}]}]),[i("div",{class:c+"-nav-scroll"},[i("div",l()([{class:_},{directives:[{name:"ant-ref",value:this.saveRef("nav")}]}]),[f(this.$slots["default"])])])])])}},lt={props:{children:v["a"].func.def((function(){return null}))},methods:{getRef:function(t){return this[t]},saveRef:function(t){var e=this;return function(n){n&&(e[t]=n)}}},render:function(){var t=this,e=function(e){return t.saveRef(e)},n=function(e){return t.getRef(e)};return this.children(e,n)}},ut={name:"ScrollableInkTabBar",inheritAttrs:!1,props:["extraContent","inkBarAnimated","tabBarGutter","prefixCls","navWrapper","tabBarPosition","panels","activeKey","prevIcon","nextIcon"],render:function(){var t=arguments[0],e=i()({},this.$props),n=Object(g["k"])(this),r=this.$scopedSlots["default"];return t(lt,{attrs:{children:function(a,o){return t(rt,l()([{attrs:{saveRef:a}},{props:e,on:n}]),[t(ct,l()([{attrs:{saveRef:a,getRef:o}},{props:e,on:n}]),[t(et,l()([{attrs:{saveRef:a}},{props:i()({},e,{renderTabBarNode:r}),on:n}])),t(Z,l()([{attrs:{saveRef:a,getRef:o}},{props:e,on:n}]))])])}}})}},ht={name:"TabBar",inheritAttrs:!1,props:{prefixCls:v["a"].string,tabBarStyle:v["a"].object,tabBarExtraContent:v["a"].any,type:v["a"].oneOf(["line","card","editable-card"]),tabPosition:v["a"].oneOf(["top","right","bottom","left"]).def("top"),tabBarPosition:v["a"].oneOf(["top","right","bottom","left"]),size:v["a"].oneOf(["default","small","large"]),animated:v["a"].oneOfType([v["a"].bool,v["a"].object]),renderTabBar:v["a"].func,panels:v["a"].array.def([]),activeKey:v["a"].oneOfType([v["a"].string,v["a"].number]),tabBarGutter:v["a"].number},render:function(){var t,e=arguments[0],n=this.$props,r=n.tabBarStyle,a=n.animated,o=void 0===a||a,s=n.renderTabBar,c=n.tabBarExtraContent,l=n.tabPosition,u=n.prefixCls,f=n.type,v=void 0===f?"line":f,m=n.size,y="object"===("undefined"===typeof o?"undefined":d()(o))?o.inkBar:o,b="left"===l||"right"===l,_=b?"up":"left",x=b?"down":"right",w=e("span",{class:u+"-tab-prev-icon"},[e(p["a"],{attrs:{type:_},class:u+"-tab-prev-icon-target"})]),k=e("span",{class:u+"-tab-next-icon"},[e(p["a"],{attrs:{type:x},class:u+"-tab-next-icon-target"})]),C=(t={},h()(t,u+"-"+l+"-bar",!0),h()(t,u+"-"+m+"-bar",!!m),h()(t,u+"-card-bar",v&&v.indexOf("card")>=0),t),S={props:i()({},this.$props,this.$attrs,{inkBarAnimated:y,extraContent:c,prevIcon:w,nextIcon:k}),style:r,on:Object(g["k"])(this),class:C},O=void 0;return s?(O=s(S,ut),Object(T["a"])(O,S)):e(ut,S)}},ft=ht,dt={TabPane:_,name:"ATabs",model:{prop:"activeKey",event:"change"},props:{prefixCls:v["a"].string,activeKey:v["a"].oneOfType([v["a"].string,v["a"].number]),defaultActiveKey:v["a"].oneOfType([v["a"].string,v["a"].number]),hideAdd:v["a"].bool.def(!1),tabBarStyle:v["a"].object,tabBarExtraContent:v["a"].any,destroyInactiveTabPane:v["a"].bool.def(!1),type:v["a"].oneOf(["line","card","editable-card"]),tabPosition:v["a"].oneOf(["top","right","bottom","left"]).def("top"),size:v["a"].oneOf(["default","small","large"]),animated:v["a"].oneOfType([v["a"].bool,v["a"].object]),tabBarGutter:v["a"].number,renderTabBar:v["a"].func},inject:{configProvider:{default:function(){return X["a"]}}},mounted:function(){var t=" no-flex",e=this.$el;e&&!K&&-1===e.className.indexOf(t)&&(e.className+=t)},methods:{removeTab:function(t,e){e.stopPropagation(),M(t)&&this.$emit("edit",t,"remove")},handleChange:function(t){this.$emit("change",t)},createNewTab:function(t){this.$emit("edit",t,"add")},onTabClick:function(t){this.$emit("tabClick",t)},onPrevClick:function(t){this.$emit("prevClick",t)},onNextClick:function(t){this.$emit("nextClick",t)}},render:function(){var t,e,n=this,r=arguments[0],a=Object(g["l"])(this),o=a.prefixCls,s=a.size,c=a.type,u=void 0===c?"line":c,f=a.tabPosition,v=a.animated,m=void 0===v||v,y=a.hideAdd,b=a.renderTabBar,_=this.configProvider.getPrefixCls,x=_("tabs",o),w=Object(g["c"])(this.$slots["default"]),k=Object(g["g"])(this,"tabBarExtraContent"),C="object"===("undefined"===typeof m?"undefined":d()(m))?m.tabPane:m;"line"!==u&&(C="animated"in a&&C);var S=(t={},h()(t,x+"-vertical","left"===f||"right"===f),h()(t,x+"-"+s,!!s),h()(t,x+"-card",u.indexOf("card")>=0),h()(t,x+"-"+u,!0),h()(t,x+"-no-animation",!C),t),O=[];"editable-card"===u&&(O=[],w.forEach((function(t,e){var i=Object(g["l"])(t),a=i.closable;a="undefined"===typeof a||a;var o=a?r(p["a"],{attrs:{type:"close"},class:x+"-close-x",on:{click:function(e){return n.removeTab(t.key,e)}}}):null;O.push(Object(T["a"])(t,{props:{tab:r("div",{class:a?void 0:x+"-tab-unclosable"},[Object(g["g"])(t,"tab"),o])},key:t.key||e}))})),y||(k=r("span",[r(p["a"],{attrs:{type:"plus"},class:x+"-new-tab",on:{click:this.createNewTab}}),k]))),k=k?r("div",{class:x+"-extra-content"},[k]):null;var M=b||this.$scopedSlots.renderTabBar,E=Object(g["k"])(this),A={props:i()({},this.$props,{prefixCls:x,tabBarExtraContent:k,renderTabBar:M}),on:E},P=(e={},h()(e,x+"-"+f+"-content",!0),h()(e,x+"-card-content",u.indexOf("card")>=0),e),I={props:i()({},Object(g["l"])(this),{prefixCls:x,tabBarPosition:f,renderTabBar:function(){return r(ft,l()([{key:"tabBar"},A]))},renderTabContent:function(){return r(W,{class:P,attrs:{animated:C,animatedWithMargin:!0}})},children:O.length>0?O:w,__propsSymbol__:Symbol()}),on:i()({},E,{change:this.handleChange}),class:S};return r(L,I)}},pt=n("db14");dt.TabPane=i()({},_,{name:"ATabPane",__ANT_TAB_PANE:!0}),dt.TabContent=i()({},W,{name:"ATabContent"}),s["c"].use(o.a,{name:"ant-ref"}),dt.install=function(t){t.use(pt["a"]),t.component(dt.name,dt),t.component(dt.TabPane.name,dt.TabPane),t.component(dt.TabContent.name,dt.TabContent)};e["a"]=dt},cd17:function(t,e,n){"use strict";n("b2a3"),n("f614"),n("6ba6")},cd26:function(t,e,n){"use strict";var r=n("ebb5"),i=r.aTypedArray,a=r.exportTypedArrayMethod,o=Math.floor;a("reverse",(function(){var t,e=this,n=i(e).length,r=o(n/2),a=0;while(a<r)t=e[a],e[a++]=e[--n],e[n]=t;return e}))},cd9d:function(t,e){function n(t){return t}t.exports=n},cdce:function(t,e,n){"use strict";var r=n("da84"),i=n("1626"),a=r.WeakMap;t.exports=i(a)&&/native code/.test(String(a))},cdd1:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("4d91"),u=n("4d26"),h=n.n(u),f=n("c9a4"),d=n("daa3"),p=n("b488"),v=n("94eb");function g(){}var m="open",y="close",b="---",_={name:"TreeNode",mixins:[p["a"]],__ANT_TREE_NODE:!0,props:Object(d["t"])({eventKey:l["a"].oneOfType([l["a"].string,l["a"].number]),prefixCls:l["a"].string,root:l["a"].object,expanded:l["a"].bool,selected:l["a"].bool,checked:l["a"].bool,loaded:l["a"].bool,loading:l["a"].bool,halfChecked:l["a"].bool,title:l["a"].any,pos:l["a"].string,dragOver:l["a"].bool,dragOverGapTop:l["a"].bool,dragOverGapBottom:l["a"].bool,isLeaf:l["a"].bool,checkable:l["a"].bool,selectable:l["a"].bool,disabled:l["a"].bool,disableCheckbox:l["a"].bool,icon:l["a"].any,dataRef:l["a"].object,switcherIcon:l["a"].any,label:l["a"].any,value:l["a"].any},{}),data:function(){return{dragNodeHighlight:!1}},inject:{vcTree:{default:function(){return{}}},vcTreeNode:{default:function(){return{}}}},provide:function(){return{vcTreeNode:this}},mounted:function(){var t=this.eventKey,e=this.vcTree.registerTreeNode;this.syncLoadData(this.$props),e&&e(t,this)},updated:function(){this.syncLoadData(this.$props)},beforeDestroy:function(){var t=this.eventKey,e=this.vcTree.registerTreeNode;e&&e(t,null)},methods:{onSelectorClick:function(t){var e=this.vcTree.onNodeClick;e(t,this),this.isSelectable()?this.onSelect(t):this.onCheck(t)},onSelectorDoubleClick:function(t){var e=this.vcTree.onNodeDoubleClick;e(t,this)},onSelect:function(t){if(!this.isDisabled()){var e=this.vcTree.onNodeSelect;t.preventDefault(),e(t,this)}},onCheck:function(t){if(!this.isDisabled()){var e=this.disableCheckbox,n=this.checked,r=this.vcTree.onNodeCheck;if(this.isCheckable()&&!e){t.preventDefault();var i=!n;r(t,this,i)}}},onMouseEnter:function(t){var e=this.vcTree.onNodeMouseEnter;e(t,this)},onMouseLeave:function(t){var e=this.vcTree.onNodeMouseLeave;e(t,this)},onContextMenu:function(t){var e=this.vcTree.onNodeContextMenu;e(t,this)},onDragStart:function(t){var e=this.vcTree.onNodeDragStart;t.stopPropagation(),this.setState({dragNodeHighlight:!0}),e(t,this);try{t.dataTransfer.setData("text/plain","")}catch(n){}},onDragEnter:function(t){var e=this.vcTree.onNodeDragEnter;t.preventDefault(),t.stopPropagation(),e(t,this)},onDragOver:function(t){var e=this.vcTree.onNodeDragOver;t.preventDefault(),t.stopPropagation(),e(t,this)},onDragLeave:function(t){var e=this.vcTree.onNodeDragLeave;t.stopPropagation(),e(t,this)},onDragEnd:function(t){var e=this.vcTree.onNodeDragEnd;t.stopPropagation(),this.setState({dragNodeHighlight:!1}),e(t,this)},onDrop:function(t){var e=this.vcTree.onNodeDrop;t.preventDefault(),t.stopPropagation(),this.setState({dragNodeHighlight:!1}),e(t,this)},onExpand:function(t){var e=this.vcTree.onNodeExpand;e(t,this)},getNodeChildren:function(){var t=this.$slots["default"],e=Object(d["c"])(t),n=Object(f["j"])(e);return e.length!==n.length&&Object(f["o"])(),n},getNodeState:function(){var t=this.expanded;return this.isLeaf2()?null:t?m:y},isLeaf2:function(){var t=this.isLeaf,e=this.loaded,n=this.vcTree.loadData,r=0!==this.getNodeChildren().length;return!1!==t&&(t||!n&&!r||n&&e&&!r)},isDisabled:function(){var t=this.disabled,e=this.vcTree.disabled;return!1!==t&&!(!e&&!t)},isCheckable:function(){var t=this.$props.checkable,e=this.vcTree.checkable;return!(!e||!1===t)&&e},syncLoadData:function(t){var e=t.expanded,n=t.loading,r=t.loaded,i=this.vcTree,a=i.loadData,o=i.onNodeLoad;if(!n&&a&&e&&!this.isLeaf2()){var s=0!==this.getNodeChildren().length;s||r||o(this)}},isSelectable:function(){var t=this.selectable,e=this.vcTree.selectable;return"boolean"===typeof t?t:e},renderSwitcher:function(){var t=this.$createElement,e=this.expanded,n=this.vcTree.prefixCls,r=Object(d["g"])(this,"switcherIcon",{},!1)||Object(d["g"])(this.vcTree,"switcherIcon",{},!1);if(this.isLeaf2())return t("span",{key:"switcher",class:h()(n+"-switcher",n+"-switcher-noop")},["function"===typeof r?r(c()({},this.$props,this.$props.dataRef,{isLeaf:!0})):r]);var i=h()(n+"-switcher",n+"-switcher_"+(e?m:y));return t("span",{key:"switcher",on:{click:this.onExpand},class:i},["function"===typeof r?r(c()({},this.$props,this.$props.dataRef,{isLeaf:!1})):r])},renderCheckbox:function(){var t=this.$createElement,e=this.checked,n=this.halfChecked,r=this.disableCheckbox,i=this.vcTree.prefixCls,a=this.isDisabled(),o=this.isCheckable();if(!o)return null;var s="boolean"!==typeof o?o:null;return t("span",{key:"checkbox",class:h()(i+"-checkbox",e&&i+"-checkbox-checked",!e&&n&&i+"-checkbox-indeterminate",(a||r)&&i+"-checkbox-disabled"),on:{click:this.onCheck}},[s])},renderIcon:function(){var t=this.$createElement,e=this.loading,n=this.vcTree.prefixCls;return t("span",{key:"icon",class:h()(n+"-iconEle",n+"-icon__"+(this.getNodeState()||"docu"),e&&n+"-icon_loading")})},renderSelector:function(t){var e=this.selected,n=this.loading,r=this.dragNodeHighlight,i=Object(d["g"])(this,"icon",{},!1),a=this.vcTree,o=a.prefixCls,s=a.showIcon,l=a.icon,u=a.draggable,f=a.loadData,p=this.isDisabled(),v=Object(d["g"])(this,"title",{},!1),m=o+"-node-content-wrapper",y=void 0;if(s){var _=i||l;y=_?t("span",{class:h()(o+"-iconEle",o+"-icon__customize")},["function"===typeof _?_(c()({},this.$props,this.$props.dataRef),t):_]):this.renderIcon()}else f&&n&&(y=this.renderIcon());var x=v,w=t("span",{class:o+"-title"},x?["function"===typeof x?x(c()({},this.$props,this.$props.dataRef),t):x]:[b]);return t("span",{key:"selector",ref:"selectHandle",attrs:{title:"string"===typeof v?v:"",draggable:!p&&u||void 0,"aria-grabbed":!p&&u||void 0},class:h()(""+m,m+"-"+(this.getNodeState()||"normal"),!p&&(e||r)&&o+"-node-selected",!p&&u&&"draggable"),on:{mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave,contextmenu:this.onContextMenu,click:this.onSelectorClick,dblclick:this.onSelectorDoubleClick,dragstart:u?this.onDragStart:g}},[y,w])},renderChildren:function(){var t=this.$createElement,e=this.expanded,n=this.pos,r=this.vcTree,i=r.prefixCls,a=r.openTransitionName,s=r.openAnimation,l=r.renderTreeNode,u={};a?u=Object(v["a"])(a):"object"===("undefined"===typeof s?"undefined":o()(s))&&(u=c()({},s),u.props=c()({css:!1},u.props));var d=this.getNodeChildren();if(0===d.length)return null;var p=void 0;return e&&(p=t("ul",{class:h()(i+"-child-tree",e&&i+"-child-tree-open"),attrs:{"data-expanded":e,role:"group"}},[Object(f["l"])(d,(function(t,e){return l(t,e,n)}))])),t("transition",u,[p])}},render:function(t){var e,n=this.$props,r=n.dragOver,a=n.dragOverGapTop,o=n.dragOverGapBottom,s=n.isLeaf,c=n.expanded,l=n.selected,u=n.checked,h=n.halfChecked,f=n.loading,d=this.vcTree,p=d.prefixCls,v=d.filterTreeNode,m=d.draggable,y=this.isDisabled();return t("li",{class:(e={},i()(e,p+"-treenode-disabled",y),i()(e,p+"-treenode-switcher-"+(c?"open":"close"),!s),i()(e,p+"-treenode-checkbox-checked",u),i()(e,p+"-treenode-checkbox-indeterminate",h),i()(e,p+"-treenode-selected",l),i()(e,p+"-treenode-loading",f),i()(e,"drag-over",!y&&r),i()(e,"drag-over-gap-top",!y&&a),i()(e,"drag-over-gap-bottom",!y&&o),i()(e,"filter-node",v&&v(this)),e),attrs:{role:"treeitem"},on:{dragenter:m?this.onDragEnter:g,dragover:m?this.onDragOver:g,dragleave:m?this.onDragLeave:g,drop:m?this.onDrop:g,dragend:m?this.onDragEnd:g}},[this.renderSwitcher(),this.renderCheckbox(),this.renderSelector(t),this.renderChildren()])},isTreeNode:1};e["a"]=_},cdeb:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("0464"),u=n("ccb9"),h=n("9a63"),f=n("e32c"),d=n("4d91"),p=n("daa3"),v=n("b488"),g=n("9cba"),m=u["a"].TabPane,y={name:"ACard",mixins:[v["a"]],props:{prefixCls:d["a"].string,title:d["a"].any,extra:d["a"].any,bordered:d["a"].bool.def(!0),bodyStyle:d["a"].object,headStyle:d["a"].object,loading:d["a"].bool.def(!1),hoverable:d["a"].bool.def(!1),type:d["a"].string,size:d["a"].oneOf(["default","small"]),actions:d["a"].any,tabList:d["a"].array,tabProps:d["a"].object,tabBarExtraContent:d["a"].any,activeTabKey:d["a"].string,defaultActiveTabKey:d["a"].string},inject:{configProvider:{default:function(){return g["a"]}}},data:function(){return{widerPadding:!1}},methods:{getAction:function(t){var e=this.$createElement,n=t.map((function(n,r){return e("li",{style:{width:100/t.length+"%"},key:"action-"+r},[e("span",[n])])}));return n},onTabChange:function(t){this.$emit("tabChange",t)},isContainGrid:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=void 0;return t.forEach((function(t){t&&Object(p["o"])(t).__ANT_CARD_GRID&&(e=!0)})),e}},render:function(){var t,e,n=arguments[0],r=this.$props,a=r.prefixCls,s=r.headStyle,d=void 0===s?{}:s,v=r.bodyStyle,g=void 0===v?{}:v,y=r.loading,b=r.bordered,_=void 0===b||b,x=r.size,w=void 0===x?"default":x,k=r.type,C=r.tabList,S=r.tabProps,T=void 0===S?{}:S,O=r.hoverable,M=r.activeTabKey,E=r.defaultActiveTabKey,A=this.configProvider.getPrefixCls,P=A("card",a),L=this.$slots,I=this.$scopedSlots,j=Object(p["g"])(this,"tabBarExtraContent"),z=(t={},c()(t,""+P,!0),c()(t,P+"-loading",y),c()(t,P+"-bordered",_),c()(t,P+"-hoverable",!!O),c()(t,P+"-contain-grid",this.isContainGrid(L["default"])),c()(t,P+"-contain-tabs",C&&C.length),c()(t,P+"-"+w,"default"!==w),c()(t,P+"-type-"+k,!!k),t),D=0===g.padding||"0px"===g.padding?{padding:24}:void 0,N=n("div",{class:P+"-loading-content",style:D},[n(h["a"],{attrs:{gutter:8}},[n(f["a"],{attrs:{span:22}},[n("div",{class:P+"-loading-block"})])]),n(h["a"],{attrs:{gutter:8}},[n(f["a"],{attrs:{span:8}},[n("div",{class:P+"-loading-block"})]),n(f["a"],{attrs:{span:15}},[n("div",{class:P+"-loading-block"})])]),n(h["a"],{attrs:{gutter:8}},[n(f["a"],{attrs:{span:6}},[n("div",{class:P+"-loading-block"})]),n(f["a"],{attrs:{span:18}},[n("div",{class:P+"-loading-block"})])]),n(h["a"],{attrs:{gutter:8}},[n(f["a"],{attrs:{span:13}},[n("div",{class:P+"-loading-block"})]),n(f["a"],{attrs:{span:9}},[n("div",{class:P+"-loading-block"})])]),n(h["a"],{attrs:{gutter:8}},[n(f["a"],{attrs:{span:4}},[n("div",{class:P+"-loading-block"})]),n(f["a"],{attrs:{span:3}},[n("div",{class:P+"-loading-block"})]),n(f["a"],{attrs:{span:16}},[n("div",{class:P+"-loading-block"})])])]),R=void 0!==M,V={props:o()({size:"large"},T,(e={},c()(e,R?"activeKey":"defaultActiveKey",R?M:E),c()(e,"tabBarExtraContent",j),e)),on:{change:this.onTabChange},class:P+"-head-tabs"},F=void 0,H=C&&C.length?n(u["a"],V,[C.map((function(t){var e=t.tab,r=t.scopedSlots,i=void 0===r?{}:r,a=i.tab,o=void 0!==e?e:I[a]?I[a](t):null;return n(m,{attrs:{tab:o,disabled:t.disabled},key:t.key})}))]):null,B=Object(p["g"])(this,"title"),U=Object(p["g"])(this,"extra");(B||U||H)&&(F=n("div",{class:P+"-head",style:d},[n("div",{class:P+"-head-wrapper"},[B&&n("div",{class:P+"-head-title"},[B]),U&&n("div",{class:P+"-extra"},[U])]),H]));var $=L["default"],q=Object(p["g"])(this,"cover"),W=q?n("div",{class:P+"-cover"},[q]):null,Y=n("div",{class:P+"-body",style:g},[y?N:$]),K=Object(p["c"])(this.$slots.actions),X=K&&K.length?n("ul",{class:P+"-actions"},[this.getAction(K)]):null;return n("div",i()([{class:z,ref:"cardContainerRef"},{on:Object(l["a"])(Object(p["k"])(this),["tabChange","tab-change"])}]),[F,W,$?Y:null,X])}},b={name:"ACardMeta",props:{prefixCls:d["a"].string,title:d["a"].any,description:d["a"].any},inject:{configProvider:{default:function(){return g["a"]}}},render:function(){var t=arguments[0],e=this.$props.prefixCls,n=this.configProvider.getPrefixCls,r=n("card",e),a=c()({},r+"-meta",!0),o=Object(p["g"])(this,"avatar"),s=Object(p["g"])(this,"title"),l=Object(p["g"])(this,"description"),u=o?t("div",{class:r+"-meta-avatar"},[o]):null,h=s?t("div",{class:r+"-meta-title"},[s]):null,f=l?t("div",{class:r+"-meta-description"},[l]):null,d=h||f?t("div",{class:r+"-meta-detail"},[h,f]):null;return t("div",i()([{on:Object(p["k"])(this)},{class:a}]),[u,d])}},_={name:"ACardGrid",__ANT_CARD_GRID:!0,props:{prefixCls:d["a"].string,hoverable:d["a"].bool},inject:{configProvider:{default:function(){return g["a"]}}},render:function(){var t,e=arguments[0],n=this.$props,r=n.prefixCls,a=n.hoverable,o=void 0===a||a,s=this.configProvider.getPrefixCls,l=s("card",r),u=(t={},c()(t,l+"-grid",!0),c()(t,l+"-grid-hoverable",o),t);return e("div",i()([{on:Object(p["k"])(this)},{class:u}]),[this.$slots["default"]])}},x=n("db14");y.Meta=b,y.Grid=_,y.install=function(t){t.use(x["a"]),t.component(y.name,y),t.component(b.name,b),t.component(_.name,_)};e["a"]=y},cdf9:function(t,e,n){"use strict";var r=n("825a"),i=n("861d"),a=n("f069");t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=a.f(t),o=n.resolve;return o(e),n.promise}},ce7a:function(t,e,n){var r=n("9c0e"),i=n("0983"),a=n("5a94")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},ce86:function(t,e,n){var r=n("9e69"),i=n("7948"),a=n("6747"),o=n("ffd6"),s=1/0,c=r?r.prototype:void 0,l=c?c.toString:void 0;function u(t){if("string"==typeof t)return t;if(a(t))return i(t,u)+"";if(o(t))return l?l.call(t):"";var e=t+"";return"0"==e&&1/t==-s?"-0":e}t.exports=u},cecd:function(t,e){t.exports=function(t,e){if(t.indexOf)return t.indexOf(e);for(var n=0;n<t.length;++n)if(t[n]===e)return n;return-1}},cee4:function(t,e,n){"use strict";var r=n("c532"),i=n("1d2b"),a=n("0a06"),o=n("4a7b"),s=n("2444");function c(t){var e=new a(t),n=i(a.prototype.request,e);return r.extend(n,a.prototype,e),r.extend(n,e),n}var l=c(s);l.Axios=a,l.create=function(t){return c(o(l.defaults,t))},l.Cancel=n("7a77"),l.CancelToken=n("8df4"),l.isCancel=n("2e67"),l.all=function(t){return Promise.all(t)},l.spread=n("0df6"),t.exports=l,t.exports.default=l},cee8:function(t,e,n){"use strict";var r=n("23e7"),i=n("861d"),a=n("f183").onFreeze,o=n("bb2f"),s=n("d039"),c=Object.preventExtensions,l=s((function(){c(1)}));r({target:"Object",stat:!0,forced:l,sham:!o},{preventExtensions:function(t){return c&&i(t)?c(a(t)):t}})},cfbe:function(t,e,n){var r=n("13e8");t.exports=function(t,e){"#"===t[0]&&(t=t.slice(1));for(var n=["#"+t,r.toNum3(t).join(",")],i=1;i<=9;i++)n.push(r.lighten(t,Number((i/10).toFixed(2)))),n.push(r.darken(t,Number((i/10).toFixed(2))));return n.push(r.lighten(t,.925)),n.push(r.lighten(t,.95)),n.push(r.lighten(t,.975)),n.push(r.rrggbbToHsl(t)),[].push.apply(n,e),n}},cfc3:function(t,e,n){"use strict";var r=n("74e8");r("Float32",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},d002:function(t,e,n){},d012:function(t,e,n){"use strict";t.exports={}},d02c:function(t,e,n){var r=n("5e2e"),i=n("79bc"),a=n("7b83"),o=200;function s(t,e){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!i||s.length<o-1)return s.push([t,e]),this.size=++n.size,this;n=this.__data__=new a(s)}return n.set(t,e),this.size=n.size,this}t.exports=s},d02c4:function(t,e){var n=Object.create||function(){function t(){}return function(e){if(1!==arguments.length)throw new Error("Object.create shim only accepts one parameter.");return t.prototype=e,new t}}();function r(t,e){this.name="ParsingError",this.code=t.code,this.message=e||t.message}function i(t){function e(t,e,n,r){return 3600*(0|t)+60*(0|e)+(0|n)+(0|r)/1e3}var n=t.match(/^(\d+):(\d{2})(:\d{2})?\.(\d{3})/);return n?n[3]?e(n[1],n[2],n[3].replace(":",""),n[4]):n[1]>59?e(n[1],n[2],0,n[4]):e(0,n[1],n[2],n[4]):null}function a(){this.values=n(null)}function o(t,e,n,r){var i=r?t.split(r):[t];for(var a in i)if("string"===typeof i[a]){var o=i[a].split(n);if(2===o.length){var s=o[0],c=o[1];e(s,c)}}}function s(t,e,n){var s=t;function c(){var e=i(t);if(null===e)throw new r(r.Errors.BadTimeStamp,"Malformed timestamp: "+s);return t=t.replace(/^[^\sa-zA-Z-]+/,""),e}function l(t,e){var r=new a;o(t,(function(t,e){switch(t){case"region":for(var i=n.length-1;i>=0;i--)if(n[i].id===e){r.set(t,n[i].region);break}break;case"vertical":r.alt(t,e,["rl","lr"]);break;case"line":var a=e.split(","),o=a[0];r.integer(t,o),r.percent(t,o)&&r.set("snapToLines",!1),r.alt(t,o,["auto"]),2===a.length&&r.alt("lineAlign",a[1],["start","middle","end"]);break;case"position":a=e.split(","),r.percent(t,a[0]),2===a.length&&r.alt("positionAlign",a[1],["start","middle","end"]);break;case"size":r.percent(t,e);break;case"align":r.alt(t,e,["start","middle","end","left","right"]);break}}),/:/,/\s/),e.region=r.get("region",null),e.vertical=r.get("vertical",""),e.line=r.get("line","auto"),e.lineAlign=r.get("lineAlign","start"),e.snapToLines=r.get("snapToLines",!0),e.size=r.get("size",100),e.align=r.get("align","middle"),e.position=r.get("position",{start:0,left:0,middle:50,end:100,right:100},e.align),e.positionAlign=r.get("positionAlign",{start:"start",left:"start",middle:"middle",end:"end",right:"end"},e.align)}function u(){t=t.replace(/^\s+/,"")}if(u(),e.startTime=c(),u(),"--\x3e"!==t.substr(0,3))throw new r(r.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '--\x3e'): "+s);t=t.substr(3),u(),e.endTime=c(),u(),l(t,e)}r.prototype=n(Error.prototype),r.prototype.constructor=r,r.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},a.prototype={set:function(t,e){this.get(t)||""===e||(this.values[t]=e)},get:function(t,e,n){return n?this.has(t)?this.values[t]:e[n]:this.has(t)?this.values[t]:e},has:function(t){return t in this.values},alt:function(t,e,n){for(var r=0;r<n.length;++r)if(e===n[r]){this.set(t,e);break}},integer:function(t,e){/^-?\d+$/.test(e)&&this.set(t,parseInt(e,10))},percent:function(t,e){return!!(e.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(e=parseFloat(e),e>=0&&e<=100))&&(this.set(t,e),!0)}};var c={"&amp;":"&","&lt;":"<","&gt;":">","&lrm;":"‎","&rlm;":"‏","&nbsp;":" "},l={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},u={v:"title",lang:"lang"},h={rt:"ruby"};function f(t,e){function n(){if(!e)return null;function t(t){return e=e.substr(t.length),t}var n=e.match(/^([^<]*)(<[^>]*>?)?/);return t(n[1]?n[1]:n[2])}function r(t){return c[t]}function a(t){while(y=t.match(/&(amp|lt|gt|lrm|rlm|nbsp);/))t=t.replace(y[0],r);return t}function o(t,e){return!h[e.localName]||h[e.localName]===t.localName}function s(e,n){var r=l[e];if(!r)return null;var i=t.document.createElement(r);i.localName=r;var a=u[e];return a&&n&&(i[a]=n.trim()),i}var f,d=t.document.createElement("div"),p=d,v=[];while(null!==(f=n()))if("<"!==f[0])p.appendChild(t.document.createTextNode(a(f)));else{if("/"===f[1]){v.length&&v[v.length-1]===f.substr(2).replace(">","")&&(v.pop(),p=p.parentNode);continue}var g,m=i(f.substr(1,f.length-2));if(m){g=t.document.createProcessingInstruction("timestamp",m),p.appendChild(g);continue}var y=f.match(/^<([^.\s/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!y)continue;if(g=s(y[1],y[3]),!g)continue;if(!o(p,g))continue;y[2]&&(g.className=y[2].substr(1).replace("."," ")),v.push(y[1]),p.appendChild(g),p=g}return d}var d=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];function p(t){for(var e=0;e<d.length;e++){var n=d[e];if(t>=n[0]&&t<=n[1])return!0}return!1}function v(t){var e,n=[],r="";if(!t||!t.childNodes)return"ltr";function i(t,e){for(var n=e.childNodes.length-1;n>=0;n--)t.push(e.childNodes[n])}function a(t){if(!t||!t.length)return null;var e=t.pop(),n=e.textContent||e.innerText;if(n){var r=n.match(/^.*(\n|\r)/);return r?(t.length=0,r[0]):n}return"ruby"===e.tagName?a(t):e.childNodes?(i(t,e),a(t)):void 0}i(n,t);while(r=a(n))for(var o=0;o<r.length;o++)if(e=r.charCodeAt(o),p(e))return"rtl";return"ltr"}function g(t){if("number"===typeof t.line&&(t.snapToLines||t.line>=0&&t.line<=100))return t.line;if(!t.track||!t.track.textTrackList||!t.track.textTrackList.mediaElement)return-1;for(var e=t.track,n=e.textTrackList,r=0,i=0;i<n.length&&n[i]!==e;i++)"showing"===n[i].mode&&r++;return-1*++r}function m(){}function y(t,e,n){var r=/MSIE\s8\.0/.test(navigator.userAgent),i="rgba(255, 255, 255, 1)",a="rgba(0, 0, 0, 0.8)";r&&(i="rgb(255, 255, 255)",a="rgb(0, 0, 0)"),m.call(this),this.cue=e,this.cueDiv=f(t,e.text);var o={color:i,backgroundColor:a,position:"relative",left:0,right:0,top:0,bottom:0,display:"inline"};r||(o.writingMode=""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl",o.unicodeBidi="plaintext"),this.applyStyles(o,this.cueDiv),this.div=t.document.createElement("div"),o={textAlign:"middle"===e.align?"center":e.align,font:n.font,whiteSpace:"pre-line",position:"absolute"},r||(o.direction=v(this.cueDiv),o.writingMode=""===e.vertical?"horizontal-tb":"lr"===e.vertical?"vertical-lr":"vertical-rl".stylesunicodeBidi="plaintext"),this.applyStyles(o),this.div.appendChild(this.cueDiv);var s=0;switch(e.positionAlign){case"start":s=e.position;break;case"middle":s=e.position-e.size/2;break;case"end":s=e.position-e.size;break}""===e.vertical?this.applyStyles({left:this.formatStyle(s,"%"),width:this.formatStyle(e.size,"%")}):this.applyStyles({top:this.formatStyle(s,"%"),height:this.formatStyle(e.size,"%")}),this.move=function(t){this.applyStyles({top:this.formatStyle(t.top,"px"),bottom:this.formatStyle(t.bottom,"px"),left:this.formatStyle(t.left,"px"),right:this.formatStyle(t.right,"px"),height:this.formatStyle(t.height,"px"),width:this.formatStyle(t.width,"px")})}}function b(t){var e,n,r,i,a=/MSIE\s8\.0/.test(navigator.userAgent);if(t.div){n=t.div.offsetHeight,r=t.div.offsetWidth,i=t.div.offsetTop;var o=(o=t.div.childNodes)&&(o=o[0])&&o.getClientRects&&o.getClientRects();t=t.div.getBoundingClientRect(),e=o?Math.max(o[0]&&o[0].height||0,t.height/o.length):0}this.left=t.left,this.right=t.right,this.top=t.top||i,this.height=t.height||n,this.bottom=t.bottom||i+(t.height||n),this.width=t.width||r,this.lineHeight=void 0!==e?e:t.lineHeight,a&&!this.lineHeight&&(this.lineHeight=13)}function _(t,e,n,r){function i(t,e){for(var i,a=new b(t),o=1,s=0;s<e.length;s++){while(t.overlapsOppositeAxis(n,e[s])||t.within(n)&&t.overlapsAny(r))t.move(e[s]);if(t.within(n))return t;var c=t.intersectPercentage(n);o>c&&(i=new b(t),o=c),t=new b(a)}return i||a}var a=new b(e),o=e.cue,s=g(o),c=[];if(o.snapToLines){var l;switch(o.vertical){case"":c=["+y","-y"],l="height";break;case"rl":c=["+x","-x"],l="width";break;case"lr":c=["-x","+x"],l="width";break}var u=a.lineHeight,h=u*Math.round(s),f=n[l]+u,d=c[0];Math.abs(h)>f&&(h=h<0?-1:1,h*=Math.ceil(f/u)*u),s<0&&(h+=""===o.vertical?n.height:n.width,c=c.reverse()),a.move(d,h)}else{var p=a.lineHeight/n.height*100;switch(o.lineAlign){case"middle":s-=p/2;break;case"end":s-=p;break}switch(o.vertical){case"":e.applyStyles({top:e.formatStyle(s,"%")});break;case"rl":e.applyStyles({left:e.formatStyle(s,"%")});break;case"lr":e.applyStyles({right:e.formatStyle(s,"%")});break}c=["+y","-x","+x","-y"],a=new b(e)}var v=i(a,c);e.move(v.toCSSCompatValues(n))}function x(){}m.prototype.applyStyles=function(t,e){for(var n in e=e||this.div,t)t.hasOwnProperty(n)&&(e.style[n]=t[n])},m.prototype.formatStyle=function(t,e){return 0===t?0:t+e},y.prototype=n(m.prototype),y.prototype.constructor=y,b.prototype.move=function(t,e){switch(e=void 0!==e?e:this.lineHeight,t){case"+x":this.left+=e,this.right+=e;break;case"-x":this.left-=e,this.right-=e;break;case"+y":this.top+=e,this.bottom+=e;break;case"-y":this.top-=e,this.bottom-=e;break}},b.prototype.overlaps=function(t){return this.left<t.right&&this.right>t.left&&this.top<t.bottom&&this.bottom>t.top},b.prototype.overlapsAny=function(t){for(var e=0;e<t.length;e++)if(this.overlaps(t[e]))return!0;return!1},b.prototype.within=function(t){return this.top>=t.top&&this.bottom<=t.bottom&&this.left>=t.left&&this.right<=t.right},b.prototype.overlapsOppositeAxis=function(t,e){switch(e){case"+x":return this.left<t.left;case"-x":return this.right>t.right;case"+y":return this.top<t.top;case"-y":return this.bottom>t.bottom}},b.prototype.intersectPercentage=function(t){var e=Math.max(0,Math.min(this.right,t.right)-Math.max(this.left,t.left)),n=Math.max(0,Math.min(this.bottom,t.bottom)-Math.max(this.top,t.top)),r=e*n;return r/(this.height*this.width)},b.prototype.toCSSCompatValues=function(t){return{top:this.top-t.top,bottom:t.bottom-this.bottom,left:this.left-t.left,right:t.right-this.right,height:this.height,width:this.width}},b.getSimpleBoxPosition=function(t){var e=t.div?t.div.offsetHeight:t.tagName?t.offsetHeight:0,n=t.div?t.div.offsetWidth:t.tagName?t.offsetWidth:0,r=t.div?t.div.offsetTop:t.tagName?t.offsetTop:0;t=t.div?t.div.getBoundingClientRect():t.tagName?t.getBoundingClientRect():t;var i={left:t.left,right:t.right,top:t.top||r,height:t.height||e,bottom:t.bottom||r+(t.height||e),width:t.width||n};return i},x.StringDecoder=function(){return{decode:function(t){if(!t)return"";if("string"!==typeof t)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))}}},x.convertCueToDOMTree=function(t,e){return t&&e?f(t,e):null};var w=.05,k="sans-serif",C="1.5%";x.processCues=function(t,e,n){if(!t||!e||!n)return null;while(n.firstChild)n.removeChild(n.firstChild);var r=t.document.createElement("div");function i(t){for(var e=0;e<t.length;e++)if(t[e].hasBeenReset||!t[e].displayState)return!0;return!1}if(r.style.position="absolute",r.style.left="0",r.style.right="0",r.style.top="0",r.style.bottom="0",r.style.margin=C,n.appendChild(r),i(e)){var a=[],o=b.getSimpleBoxPosition(r),s=Math.round(o.height*w*100)/100,c={font:s+"px "+k};(function(){for(var n,i,s=0;s<e.length;s++)i=e[s],n=new y(t,i,c),r.appendChild(n.div),_(t,n,o,a),i.displayState=n.div,a.push(b.getSimpleBoxPosition(n))})()}else for(var l=0;l<e.length;l++)r.appendChild(e[l].displayState)},x.Parser=function(t,e,n){n||(n=e,e={}),e||(e={}),this.window=t,this.vttjs=e,this.state="INITIAL",this.buffer="",this.decoder=n||new TextDecoder("utf8"),this.regionList=[]},x.Parser.prototype={reportOrThrowError:function(t){if(!(t instanceof r))throw t;this.onparsingerror&&this.onparsingerror(t)},parse:function(t){var e=this;function n(){var t=e.buffer,n=0;while(n<t.length&&"\r"!==t[n]&&"\n"!==t[n])++n;var r=t.substr(0,n);return"\r"===t[n]&&++n,"\n"===t[n]&&++n,e.buffer=t.substr(n),r}function c(t){var n=new a;if(o(t,(function(t,e){switch(t){case"id":n.set(t,e);break;case"width":n.percent(t,e);break;case"lines":n.integer(t,e);break;case"regionanchor":case"viewportanchor":var r=e.split(",");if(2!==r.length)break;var i=new a;if(i.percent("x",r[0]),i.percent("y",r[1]),!i.has("x")||!i.has("y"))break;n.set(t+"X",i.get("x")),n.set(t+"Y",i.get("y"));break;case"scroll":n.alt(t,e,["up"]);break}}),/=/,/\s/),n.has("id")){var r=new(e.vttjs.VTTRegion||e.window.VTTRegion);r.width=n.get("width",100),r.lines=n.get("lines",3),r.regionAnchorX=n.get("regionanchorX",0),r.regionAnchorY=n.get("regionanchorY",100),r.viewportAnchorX=n.get("viewportanchorX",0),r.viewportAnchorY=n.get("viewportanchorY",100),r.scroll=n.get("scroll",""),e.onregion&&e.onregion(r),e.regionList.push({id:n.get("id"),region:r})}}function l(t){var n=new a;o(t,(function(t,e){switch(t){case"MPEGT":n.integer(t+"S",e);break;case"LOCA":n.set(t+"L",i(e));break}}),/[^\d]:/,/,/),e.ontimestampmap&&e.ontimestampmap({MPEGTS:n.get("MPEGTS"),LOCAL:n.get("LOCAL")})}function u(t){t.match(/X-TIMESTAMP-MAP/)?o(t,(function(t,e){switch(t){case"X-TIMESTAMP-MAP":l(e);break}}),/=/):o(t,(function(t,e){switch(t){case"Region":c(e);break}}),/:/)}t&&(e.buffer+=e.decoder.decode(t,{stream:!0}));try{var h;if("INITIAL"===e.state){if(!/\r\n|\n/.test(e.buffer))return this;h=n();var f=h.match(/^WEBVTT([ \t].*)?$/);if(!f||!f[0])throw new r(r.Errors.BadSignature);e.state="HEADER"}var d=!1;while(e.buffer){if(!/\r\n|\n/.test(e.buffer))return this;switch(d?d=!1:h=n(),e.state){case"HEADER":/:/.test(h)?u(h):h||(e.state="ID");continue;case"NOTE":h||(e.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(h)){e.state="NOTE";break}if(!h)continue;if(e.cue=new(e.vttjs.VTTCue||e.window.VTTCue)(0,0,""),e.state="CUE",-1===h.indexOf("--\x3e")){e.cue.id=h;continue}case"CUE":try{s(h,e.cue,e.regionList)}catch(v){e.reportOrThrowError(v),e.cue=null,e.state="BADCUE";continue}e.state="CUETEXT";continue;case"CUETEXT":var p=-1!==h.indexOf("--\x3e");if(!h||p&&(d=!0)){e.oncue&&e.oncue(e.cue),e.cue=null,e.state="ID";continue}e.cue.text&&(e.cue.text+="\n"),e.cue.text+=h;continue;case"BADCUE":h||(e.state="ID");continue}}}catch(v){e.reportOrThrowError(v),"CUETEXT"===e.state&&e.cue&&e.oncue&&e.oncue(e.cue),e.cue=null,e.state="INITIAL"===e.state?"BADWEBVTT":"BADCUE"}return this},flush:function(){var t=this;try{if(t.buffer+=t.decoder.decode(),(t.cue||"HEADER"===t.state)&&(t.buffer+="\n\n",t.parse()),"INITIAL"===t.state)throw new r(r.Errors.BadSignature)}catch(e){t.reportOrThrowError(e)}return t.onflush&&t.onflush(),this}},t.exports=x},d039:function(t,e,n){"use strict";t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){"use strict";var r=n("da84"),i=n("1626"),a=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(r[t]):r[t]&&r[t][e]}},d094:function(t,e){var n="\\ud800-\\udfff",r="\\u0300-\\u036f",i="\\ufe20-\\ufe2f",a="\\u20d0-\\u20ff",o=r+i+a,s="\\ufe0e\\ufe0f",c="["+n+"]",l="["+o+"]",u="\\ud83c[\\udffb-\\udfff]",h="(?:"+l+"|"+u+")",f="[^"+n+"]",d="(?:\\ud83c[\\udde6-\\uddff]){2}",p="[\\ud800-\\udbff][\\udc00-\\udfff]",v="\\u200d",g=h+"?",m="["+s+"]?",y="(?:"+v+"(?:"+[f,d,p].join("|")+")"+m+g+")*",b=m+g+y,_="(?:"+[f+l+"?",l,d,p,c].join("|")+")",x=RegExp(u+"(?="+u+")|"+_+b,"g");function w(t){return t.match(x)||[]}t.exports=w},d129:function(t,e){var n={"":!0,up:!0};function r(t){if("string"!==typeof t)return!1;var e=n[t.toLowerCase()];return!!e&&t.toLowerCase()}function i(t){return"number"===typeof t&&t>=0&&t<=100}function a(){var t=100,e=3,n=0,a=100,o=0,s=100,c="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return t},set:function(e){if(!i(e))throw new Error("Width must be between 0 and 100.");t=e}},lines:{enumerable:!0,get:function(){return e},set:function(t){if("number"!==typeof t)throw new TypeError("Lines must be set to a number.");e=t}},regionAnchorY:{enumerable:!0,get:function(){return a},set:function(t){if(!i(t))throw new Error("RegionAnchorX must be between 0 and 100.");a=t}},regionAnchorX:{enumerable:!0,get:function(){return n},set:function(t){if(!i(t))throw new Error("RegionAnchorY must be between 0 and 100.");n=t}},viewportAnchorY:{enumerable:!0,get:function(){return s},set:function(t){if(!i(t))throw new Error("ViewportAnchorY must be between 0 and 100.");s=t}},viewportAnchorX:{enumerable:!0,get:function(){return o},set:function(t){if(!i(t))throw new Error("ViewportAnchorX must be between 0 and 100.");o=t}},scroll:{enumerable:!0,get:function(){return c},set:function(t){var e=r(t);!1===e?console.warn("Scroll: an invalid or illegal string was specified."):c=e}}})}t.exports=a},d136:function(t,e,n){(function(e){var n=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,r=/^(?=([^\/?#]*))\1([^]*)$/,i=/(?:\/|^)\.(?=\/)/g,a=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,o={buildAbsoluteURL:function(t,e,n){if(n=n||{},t=t.trim(),e=e.trim(),!e){if(!n.alwaysNormalize)return t;var i=o.parseURL(t);if(!i)throw new Error("Error trying to parse base URL.");return i.path=o.normalizePath(i.path),o.buildURLFromParts(i)}var a=o.parseURL(e);if(!a)throw new Error("Error trying to parse relative URL.");if(a.scheme)return n.alwaysNormalize?(a.path=o.normalizePath(a.path),o.buildURLFromParts(a)):e;var s=o.parseURL(t);if(!s)throw new Error("Error trying to parse base URL.");if(!s.netLoc&&s.path&&"/"!==s.path[0]){var c=r.exec(s.path);s.netLoc=c[1],s.path=c[2]}s.netLoc&&!s.path&&(s.path="/");var l={scheme:s.scheme,netLoc:a.netLoc,path:null,params:a.params,query:a.query,fragment:a.fragment};if(!a.netLoc&&(l.netLoc=s.netLoc,"/"!==a.path[0]))if(a.path){var u=s.path,h=u.substring(0,u.lastIndexOf("/")+1)+a.path;l.path=o.normalizePath(h)}else l.path=s.path,a.params||(l.params=s.params,a.query||(l.query=s.query));return null===l.path&&(l.path=n.alwaysNormalize?o.normalizePath(a.path):a.path),o.buildURLFromParts(l)},parseURL:function(t){var e=n.exec(t);return e?{scheme:e[1]||"",netLoc:e[2]||"",path:e[3]||"",params:e[4]||"",query:e[5]||"",fragment:e[6]||""}:null},normalizePath:function(t){t=t.split("").reverse().join("").replace(i,"");while(t.length!==(t=t.replace(a,"")).length);return t.split("").reverse().join("")},buildURLFromParts:function(t){return t.scheme+t.netLoc+t.path+t.params+t.query+t.fragment}};t.exports=o})()},d139:function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").find,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("find",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},d13f:function(t,e,n){"use strict";n("b2a3"),n("13d0")},d16a:function(t,e,n){var r=n("fc5e"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);e.f=a?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},d256:function(t,e,n){"use strict";var r=n("da84");t.exports=r.Promise},d28b:function(t,e,n){"use strict";var r=n("e065");r("iterator")},d2a3:function(t,e,n){"use strict";n("8b79")},d2bb:function(t,e,n){"use strict";var r=n("7282"),i=n("861d"),a=n("1d80"),o=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=r(Object.prototype,"__proto__","set"),t(n,[]),e=n instanceof Array}catch(s){}return function(n,r){return a(n),o(r),i(n)?(e?t(n,r):n.__proto__=r,n):n}}():void 0)},d327:function(t,e){function n(){return[]}t.exports=n},d338:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("8e8e"),u=n.n(l),h=n("4d91"),f=n("f971"),d=n("4d26"),p=n.n(d),v=n("daa3"),g=n("9cba");function m(){}e["a"]={name:"ARadio",model:{prop:"checked"},props:{prefixCls:h["a"].string,defaultChecked:Boolean,checked:{type:Boolean,default:void 0},disabled:Boolean,isGroup:Boolean,value:h["a"].any,name:String,id:String,autoFocus:Boolean,type:h["a"].string.def("radio")},inject:{radioGroupContext:{default:void 0},configProvider:{default:function(){return g["a"]}}},methods:{focus:function(){this.$refs.vcCheckbox.focus()},blur:function(){this.$refs.vcCheckbox.blur()},handleChange:function(t){var e=t.target.checked;this.$emit("input",e),this.$emit("change",t)},onChange:function(t){this.$emit("change",t),this.radioGroupContext&&this.radioGroupContext.onRadioChange&&this.radioGroupContext.onRadioChange(t)}},render:function(){var t,e=arguments[0],n=this.$slots,r=this.radioGroupContext,a=Object(v["l"])(this),s=n["default"],l=Object(v["k"])(this),h=l.mouseenter,d=void 0===h?m:h,g=l.mouseleave,y=void 0===g?m:g,b=u()(l,["mouseenter","mouseleave"]),_=a.prefixCls,x=u()(a,["prefixCls"]),w=this.configProvider.getPrefixCls,k=w("radio",_),C={props:c()({},x,{prefixCls:k}),on:b,attrs:Object(v["e"])(this)};r?(C.props.name=r.name,C.on.change=this.onChange,C.props.checked=a.value===r.stateValue,C.props.disabled=a.disabled||r.disabled):C.on.change=this.handleChange;var S=p()((t={},o()(t,k+"-wrapper",!0),o()(t,k+"-wrapper-checked",C.props.checked),o()(t,k+"-wrapper-disabled",C.props.disabled),t));return e("label",{class:S,on:{mouseenter:d,mouseleave:y}},[e(f["a"],i()([C,{ref:"vcCheckbox"}])),void 0!==s?e("span",[s]):null])}}},d370:function(t,e,n){var r=n("253c"),i=n("1310"),a=Object.prototype,o=a.hasOwnProperty,s=a.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(t){return i(t)&&o.call(t,"callee")&&!s.call(t,"callee")};t.exports=c},d3b7:function(t,e,n){"use strict";var r=n("00ee"),i=n("cb2d"),a=n("b041");r||i(Object.prototype,"toString",a,{unsafe:!0})},d41d:function(t,e,n){"use strict";n.d(e,"a",(function(){return c})),n.d(e,"b",(function(){return l}));var r=["moz","ms","webkit"];function i(){var t=0;return function(e){var n=(new Date).getTime(),r=Math.max(0,16-(n-t)),i=window.setTimeout((function(){e(n+r)}),r);return t=n+r,i}}function a(){if("undefined"===typeof window)return function(){};if(window.requestAnimationFrame)return window.requestAnimationFrame.bind(window);var t=r.filter((function(t){return t+"RequestAnimationFrame"in window}))[0];return t?window[t+"RequestAnimationFrame"]:i()}function o(t){if("undefined"===typeof window)return null;if(window.cancelAnimationFrame)return window.cancelAnimationFrame(t);var e=r.filter((function(t){return t+"CancelAnimationFrame"in window||t+"CancelRequestAnimationFrame"in window}))[0];return e?(window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"]).call(this,t):clearTimeout(t)}var s=a(),c=function(t){return o(t.id)},l=function(t,e){var n=Date.now();function r(){Date.now()-n>=e?t.call():i.id=s(r)}var i={id:s(r)};return i}},d44e:function(t,e,n){"use strict";var r=n("9bf2").f,i=n("1a2d"),a=n("b622"),o=a("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!i(t,o)&&r(t,o,{configurable:!0,value:e})}},d4c3:function(t,e,n){"use strict";var r=n("342f");t.exports=/ipad|iphone|ipod/i.test(r)&&"undefined"!=typeof Pebble},d525:function(t,e){t.exports=function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fae3")}({"01f9":function(t,e,n){"use strict";var r=n("2d00"),i=n("5ca1"),a=n("2aba"),o=n("32e9"),s=n("84f2"),c=n("41a0"),l=n("7f20"),u=n("38fd"),h=n("2b4c")("iterator"),f=!([].keys&&"next"in[].keys()),d="@@iterator",p="keys",v="values",g=function(){return this};t.exports=function(t,e,n,m,y,b,_){c(n,e,m);var x,w,k,C=function(t){if(!f&&t in M)return M[t];switch(t){case p:return function(){return new n(this,t)};case v:return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",T=y==v,O=!1,M=t.prototype,E=M[h]||M[d]||y&&M[y],A=E||C(y),P=y?T?C("entries"):A:void 0,L="Array"==e&&M.entries||E;if(L&&(k=u(L.call(new t)),k!==Object.prototype&&k.next&&(l(k,S,!0),r||"function"==typeof k[h]||o(k,h,g))),T&&E&&E.name!==v&&(O=!0,A=function(){return E.call(this)}),r&&!_||!f&&!O&&M[h]||o(M,h,A),s[e]=A,s[S]=g,y)if(x={values:T?A:C(v),keys:b?A:C(p),entries:P},_)for(w in x)w in M||a(M,w,x[w]);else i(i.P+i.F*(f||O),e,x);return x}},"0d58":function(t,e,n){var r=n("ce10"),i=n("e11e");t.exports=Object.keys||function(t){return r(t,i)}},1495:function(t,e,n){var r=n("86cc"),i=n("cb7c"),a=n("0d58");t.exports=n("9e1e")?Object.defineProperties:function(t,e){i(t);var n,o=a(e),s=o.length,c=0;while(s>c)r.f(t,n=o[c++],e[n]);return t}},"18d2":function(t,e,n){"use strict";var r=n("18e9");t.exports=function(t){t=t||{};var e=t.reporter,n=t.batchProcessor,i=t.stateHandler.getState;if(!e)throw new Error("Missing required dependency: reporter.");function a(t,e){if(!s(t))throw new Error("Element is not detectable by this strategy.");function n(){e(t)}if(r.isIE(8))i(t).object={proxy:n},t.attachEvent("onresize",n);else{var a=s(t);a.contentDocument.defaultView.addEventListener("resize",n)}}function o(t,a,o){o||(o=a,a=t,t=null),t=t||{};t.debug;function s(t,a){var o="display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; padding: 0; margin: 0; opacity: 0; z-index: -1000; pointer-events: none;",s=!1,c=window.getComputedStyle(t),l=t.offsetWidth,u=t.offsetHeight;function h(){function n(){if("static"===c.position){t.style.position="relative";var n=function(t,e,n,r){function i(t){return t.replace(/[^-\d\.]/g,"")}var a=n[r];"auto"!==a&&"0"!==i(a)&&(t.warn("An element that is positioned static has style."+r+"="+a+" which is ignored due to the static positioning. The element will need to be positioned relative, so the style."+r+" will be set to 0. Element: ",e),e.style[r]=0)};n(e,t,c,"top"),n(e,t,c,"right"),n(e,t,c,"bottom"),n(e,t,c,"left")}}function l(){function e(t,n){t.contentDocument?n(t.contentDocument):setTimeout((function(){e(t,n)}),100)}s||n();var r=this;e(r,(function(e){a(t)}))}""!==c.position&&(n(c),s=!0);var u=document.createElement("object");u.style.cssText=o,u.tabIndex=-1,u.type="text/html",u.onload=l,r.isIE()||(u.data="about:blank"),t.appendChild(u),i(t).object=u,r.isIE()&&(u.data="about:blank")}i(t).startSize={width:l,height:u},n?n.add(h):h()}r.isIE(8)?o(a):s(a,o)}function s(t){return i(t).object}function c(t){r.isIE(8)?t.detachEvent("onresize",i(t).object.proxy):t.removeChild(s(t)),delete i(t).object}return{makeDetectable:o,addListener:a,uninstall:c}}},"18e9":function(t,e,n){"use strict";var r=t.exports={};r.isIE=function(t){function e(){var t=navigator.userAgent.toLowerCase();return-1!==t.indexOf("msie")||-1!==t.indexOf("trident")||-1!==t.indexOf(" edge/")}if(!e())return!1;if(!t)return!0;var n=function(){var t,e=3,n=document.createElement("div"),r=n.getElementsByTagName("i");do{n.innerHTML="\x3c!--[if gt IE "+ ++e+"]><i></i><![endif]--\x3e"}while(r[0]);return e>4?e:t}();return t===n},r.isLegacyOpera=function(){return!!window.opera}},"1b47":function(t,e,n){"use strict";function r(t){for(var e=[],n=0,r=Object.keys(t);n<r.length;n++){var i=r[n],a=t[i];e.push({minWidth:null!=a.minWidth?a.minWidth:0,maxWidth:null!=a.maxWidth?a.maxWidth:1/0,minHeight:null!=a.minHeight?a.minHeight:0,maxHeight:null!=a.maxHeight?a.maxHeight:1/0,className:i})}return function(t){for(var n=t.height,r=t.width,i={},a=0,o=e;a<o.length;a++){var s=o[a],c=s.className,l=s.minWidth,u=s.maxWidth,h=s.minHeight,f=s.maxHeight;i[c]=null!=n&&null!=r?l<=r&&r<=u&&h<=n&&n<=f:null==n&&null!=r?l<=r&&r<=u:null==n||null!=r||h<=n&&n<=f}return i}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=r},"1eb2":function(t,e,n){var r;"undefined"!==typeof window&&((r=window.document.currentScript)&&(r=r.src.match(/(.+\/)[^/]+\.js$/))&&(n.p=r[1]))},"230e":function(t,e,n){var r=n("d3f4"),i=n("7726").document,a=r(i)&&r(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},"2aba":function(t,e,n){var r=n("7726"),i=n("32e9"),a=n("69a8"),o=n("ca5a")("src"),s="toString",c=Function[s],l=(""+c).split(s);n("8378").inspectSource=function(t){return c.call(t)},(t.exports=function(t,e,n,s){var c="function"==typeof n;c&&(a(n,"name")||i(n,"name",e)),t[e]!==n&&(c&&(a(n,o)||i(n,o,t[e]?""+t[e]:l.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:i(t,e,n):(delete t[e],i(t,e,n)))})(Function.prototype,s,(function(){return"function"==typeof this&&this[o]||c.call(this)}))},"2aeb":function(t,e,n){var r=n("cb7c"),i=n("1495"),a=n("e11e"),o=n("613b")("IE_PROTO"),s=function(){},c="prototype",l=function(){var t,e=n("230e")("iframe"),r=a.length,i="<",o=">";e.style.display="none",n("fab2").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+o+"document.F=Object"+i+"/script"+o),t.close(),l=t.F;while(r--)delete l[c][a[r]];return l()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[c]=r(t),n=new s,s[c]=null,n[o]=t):n=l(),void 0===e?n:i(n,e)}},"2b4c":function(t,e,n){var r=n("5537")("wks"),i=n("ca5a"),a=n("7726").Symbol,o="function"==typeof a,s=t.exports=function(t){return r[t]||(r[t]=o&&a[t]||(o?a:i)("Symbol."+t))};s.store=r},"2cef":function(t,e,n){"use strict";t.exports=function(){var t=1;function e(){return t++}return{generate:e}}},"2d00":function(t,e){t.exports=!1},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"32e9":function(t,e,n){var r=n("86cc"),i=n("4630");t.exports=n("9e1e")?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},"38fd":function(t,e,n){var r=n("69a8"),i=n("4bf8"),a=n("613b")("IE_PROTO"),o=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?o:null}},"41a0":function(t,e,n){"use strict";var r=n("2aeb"),i=n("4630"),a=n("7f20"),o={};n("32e9")(o,n("2b4c")("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=r(o,{next:i(1,n)}),a(t,e+" Iterator")}},"456d":function(t,e,n){var r=n("4bf8"),i=n("0d58");n("5eda")("keys",(function(){return function(t){return i(r(t))}}))},4588:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"49ad":function(t,e,n){"use strict";t.exports=function(t){var e={};function n(n){var r=t.get(n);return void 0===r?[]:e[r]||[]}function r(n,r){var i=t.get(n);e[i]||(e[i]=[]),e[i].push(r)}function i(t,e){for(var r=n(t),i=0,a=r.length;i<a;++i)if(r[i]===e){r.splice(i,1);break}}function a(t){var e=n(t);e&&(e.length=0)}return{get:n,add:r,removeListener:i,removeAllListeners:a}}},"4bf8":function(t,e,n){var r=n("be13");t.exports=function(t){return Object(r(t))}},5058:function(t,e,n){"use strict";t.exports=function(t){var e=t.idGenerator,n=t.stateHandler.getState;function r(t){var e=n(t);return e&&void 0!==e.id?e.id:null}function i(t){var r=n(t);if(!r)throw new Error("setId required the element to have a resize detection state.");var i=e.generate();return r.id=i,i}return{get:r,set:i}}},"50bf":function(t,e,n){"use strict";var r=t.exports={};function i(t,e,n){var r=t[e];return void 0!==r&&null!==r||void 0===n?r:n}r.getOption=i},5537:function(t,e,n){var r=n("8378"),i=n("7726"),a="__core-js_shared__",o=i[a]||(i[a]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n("2d00")?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},"5be5":function(t,e,n){"use strict";t.exports=function(t){var e=t.stateHandler.getState;function n(t){var n=e(t);return n&&!!n.isDetectable}function r(t){e(t).isDetectable=!0}function i(t){return!!e(t).busy}function a(t,n){e(t).busy=!!n}return{isDetectable:n,markAsDetectable:r,isBusy:i,markBusy:a}}},"5ca1":function(t,e,n){var r=n("7726"),i=n("8378"),a=n("32e9"),o=n("2aba"),s=n("9b43"),c="prototype",l=function(t,e,n){var u,h,f,d,p=t&l.F,v=t&l.G,g=t&l.S,m=t&l.P,y=t&l.B,b=v?r:g?r[e]||(r[e]={}):(r[e]||{})[c],_=v?i:i[e]||(i[e]={}),x=_[c]||(_[c]={});for(u in v&&(n=e),n)h=!p&&b&&void 0!==b[u],f=(h?b:n)[u],d=y&&h?s(f,r):m&&"function"==typeof f?s(Function.call,f):f,b&&o(b,u,f,t&l.U),_[u]!=f&&a(_,u,d),m&&x[u]!=f&&(x[u]=f)};r.core=i,l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,t.exports=l},"5eda":function(t,e,n){var r=n("5ca1"),i=n("8378"),a=n("79e5");t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],o={};o[t]=e(n),r(r.S+r.F*a((function(){n(1)})),"Object",o)}},"613b":function(t,e,n){var r=n("5537")("keys"),i=n("ca5a");t.exports=function(t){return r[t]||(r[t]=i(t))}},"626a":function(t,e,n){var r=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},6821:function(t,e,n){var r=n("626a"),i=n("be13");t.exports=function(t){return r(i(t))}},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var r=n("d3f4");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},7726:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(t,e,n){var r=n("4588"),i=Math.max,a=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):a(t,e)}},"79e5":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"7f20":function(t,e,n){var r=n("86cc").f,i=n("69a8"),a=n("2b4c")("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},8378:function(t,e){var n=t.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},"84f2":function(t,e){t.exports={}},"86cc":function(t,e,n){var r=n("cb7c"),i=n("c69a"),a=n("6a99"),o=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(r(t),e=a(e,!0),r(n),i)try{return o(t,e,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"9b43":function(t,e,n){var r=n("d8e8");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},"9c6c":function(t,e,n){var r=n("2b4c")("unscopables"),i=Array.prototype;void 0==i[r]&&n("32e9")(i,r,{}),t.exports=function(t){i[r][t]=!0}},"9def":function(t,e,n){var r=n("4588"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},a307:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("eec4"),i=function(){function t(t){var e=this;this.handler=t,this.listenedElement=null,this.hasResizeObserver="undefined"!==typeof window.ResizeObserver,this.hasResizeObserver?this.rz=new ResizeObserver((function(t){e.handler(a(t[0].target))})):this.erd=r({strategy:"scroll"})}return t.prototype.observe=function(t){var e=this;this.listenedElement!==t&&(this.listenedElement&&this.disconnect(),t&&(this.hasResizeObserver?this.rz.observe(t):this.erd.listenTo(t,(function(t){e.handler(a(t))}))),this.listenedElement=t)},t.prototype.disconnect=function(){this.listenedElement&&(this.hasResizeObserver?this.rz.disconnect():this.erd.uninstall(this.listenedElement),this.listenedElement=null)},t}();function a(t){return{width:o(window.getComputedStyle(t)["width"]),height:o(window.getComputedStyle(t)["height"])}}function o(t){var e=/^([0-9\.]+)px$/.exec(t);return e?parseFloat(e[1]):0}e.default=i},abb4:function(t,e,n){"use strict";t.exports=function(t){function e(){}var n={log:e,warn:e,error:e};if(!t&&window.console){var r=function(t,e){t[e]=function(){var t=console[e];if(t.apply)t.apply(console,arguments);else for(var n=0;n<arguments.length;n++)t(arguments[n])}};r(n,"log"),r(n,"warn"),r(n,"error")}return n}},ac6a:function(t,e,n){for(var r=n("cadf"),i=n("0d58"),a=n("2aba"),o=n("7726"),s=n("32e9"),c=n("84f2"),l=n("2b4c"),u=l("iterator"),h=l("toStringTag"),f=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=i(d),v=0;v<p.length;v++){var g,m=p[v],y=d[m],b=o[m],_=b&&b.prototype;if(_&&(_[u]||s(_,u,f),_[h]||s(_,h,m),c[m]=f,y))for(g in r)_[g]||a(_,g,r[g],!0)}},b770:function(t,e,n){"use strict";var r=t.exports={};r.forEach=function(t,e){for(var n=0;n<t.length;n++){var r=e(t[n]);if(r)return r}}},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on  "+t);return t}},c274:function(t,e,n){"use strict";var r=n("50bf");function i(){var t={},e=0,n=0,r=0;function i(i,a){a||(a=i,i=0),i>n?n=i:i<r&&(r=i),t[i]||(t[i]=[]),t[i].push(a),e++}function a(){for(var e=r;e<=n;e++)for(var i=t[e],a=0;a<i.length;a++){var o=i[a];o()}}function o(){return e}return{add:i,process:a,size:o}}t.exports=function(t){t=t||{};var e=t.reporter,n=r.getOption(t,"async",!0),a=r.getOption(t,"auto",!0);a&&!n&&(e&&e.warn("Invalid options combination. auto=true and async=false is invalid. Setting async=true."),n=!0);var o,s=i(),c=!1;function l(t,e){!c&&a&&n&&0===s.size()&&f(),s.add(t,e)}function u(){c=!0;while(s.size()){var t=s;s=i(),t.process()}c=!1}function h(t){c||(void 0===t&&(t=n),o&&(d(o),o=null),t?f():u())}function f(){o=p(u)}function d(t){var e=clearTimeout;return e(t)}function p(t){var e=function(t){return setTimeout(t,0)};return e(t)}return{add:l,force:h}}},c366:function(t,e,n){var r=n("6821"),i=n("9def"),a=n("77f1");t.exports=function(t){return function(e,n,o){var s,c=r(e),l=i(c.length),u=a(o,l);if(t&&n!=n){while(l>u)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},c69a:function(t,e,n){t.exports=!n("9e1e")&&!n("79e5")((function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a}))},c946:function(t,e,n){"use strict";var r=n("b770").forEach;t.exports=function(t){t=t||{};var e=t.reporter,n=t.batchProcessor,i=t.stateHandler.getState,a=(t.stateHandler.hasState,t.idHandler);if(!n)throw new Error("Missing required dependency: batchProcessor");if(!e)throw new Error("Missing required dependency: reporter.");var o=l(),s="erd_scroll_detection_scrollbar_style",c="erd_scroll_detection_container";function l(){var t=500,e=500,n=document.createElement("div");n.style.cssText="position: absolute; width: "+2*t+"px; height: "+2*e+"px; visibility: hidden; margin: 0; padding: 0;";var r=document.createElement("div");r.style.cssText="position: absolute; width: "+t+"px; height: "+e+"px; overflow: scroll; visibility: none; top: "+3*-t+"px; left: "+3*-e+"px; visibility: hidden; margin: 0; padding: 0;",r.appendChild(n),document.body.insertBefore(r,document.body.firstChild);var i=t-r.clientWidth,a=e-r.clientHeight;return document.body.removeChild(r),{width:i,height:a}}function u(t,e){function n(e,n){n=n||function(t){document.head.appendChild(t)};var r=document.createElement("style");return r.innerHTML=e,r.id=t,n(r),r}if(!document.getElementById(t)){var r=e+"_animation",i=e+"_animation_active",a="/* Created by the element-resize-detector library. */\n";a+="."+e+" > div::-webkit-scrollbar { display: none; }\n\n",a+="."+i+" { -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-name: "+r+"; animation-name: "+r+"; }\n",a+="@-webkit-keyframes "+r+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }\n",a+="@keyframes "+r+" { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }",n(a)}}function h(t){t.className+=" "+c+"_animation_active"}function f(t,n,r){if(t.addEventListener)t.addEventListener(n,r);else{if(!t.attachEvent)return e.error("[scroll] Don't know how to add event listeners.");t.attachEvent("on"+n,r)}}function d(t,n,r){if(t.removeEventListener)t.removeEventListener(n,r);else{if(!t.detachEvent)return e.error("[scroll] Don't know how to remove event listeners.");t.detachEvent("on"+n,r)}}function p(t){return i(t).container.childNodes[0].childNodes[0].childNodes[0]}function v(t){return i(t).container.childNodes[0].childNodes[0].childNodes[1]}function g(t,e){var n=i(t).listeners;if(!n.push)throw new Error("Cannot add listener to an element that is not detectable.");i(t).listeners.push(e)}function m(t,s,l){function u(){if(t.debug){var n=Array.prototype.slice.call(arguments);if(n.unshift(a.get(s),"Scroll: "),e.log.apply)e.log.apply(null,n);else for(var r=0;r<n.length;r++)e.log(n[r])}}function d(t){function e(t){return t===t.ownerDocument.body||t.ownerDocument.body.contains(t)}return!e(t)||null===getComputedStyle(t)}function g(t){var e=i(t).container.childNodes[0],n=getComputedStyle(e);return!n.width||-1===n.width.indexOf("px")}function m(){var t=getComputedStyle(s),e={};return e.position=t.position,e.width=s.offsetWidth,e.height=s.offsetHeight,e.top=t.top,e.right=t.right,e.bottom=t.bottom,e.left=t.left,e.widthCSS=t.width,e.heightCSS=t.height,e}function y(){var t=m();i(s).startSize={width:t.width,height:t.height},u("Element start size",i(s).startSize)}function b(){i(s).listeners=[]}function _(){if(u("storeStyle invoked."),i(s)){var t=m();i(s).style=t}else u("Aborting because element has been uninstalled")}function x(t,e,n){i(t).lastWidth=e,i(t).lastHeight=n}function w(t){return p(t).childNodes[0]}function k(){return 2*o.width+1}function C(){return 2*o.height+1}function S(t){return t+10+k()}function T(t){return t+10+C()}function O(t){return 2*t+k()}function M(t){return 2*t+C()}function E(t,e,n){var r=p(t),i=v(t),a=S(e),o=T(n),s=O(e),c=M(n);r.scrollLeft=a,r.scrollTop=o,i.scrollLeft=s,i.scrollTop=c}function A(){var t=i(s).container;if(!t){t=document.createElement("div"),t.className=c,t.style.cssText="visibility: hidden; display: inline; width: 0px; height: 0px; z-index: -1; overflow: hidden; margin: 0; padding: 0;",i(s).container=t,h(t),s.appendChild(t);var e=function(){i(s).onRendered&&i(s).onRendered()};f(t,"animationstart",e),i(s).onAnimationStart=e}return t}function P(){function t(){var t=i(s).style;if("static"===t.position){s.style.position="relative";var n=function(t,e,n,r){function i(t){return t.replace(/[^-\d\.]/g,"")}var a=n[r];"auto"!==a&&"0"!==i(a)&&(t.warn("An element that is positioned static has style."+r+"="+a+" which is ignored due to the static positioning. The element will need to be positioned relative, so the style."+r+" will be set to 0. Element: ",e),e.style[r]=0)};n(e,s,t,"top"),n(e,s,t,"right"),n(e,s,t,"bottom"),n(e,s,t,"left")}}function n(t,e,n,r){return t=t?t+"px":"0",e=e?e+"px":"0",n=n?n+"px":"0",r=r?r+"px":"0","left: "+t+"; top: "+e+"; right: "+r+"; bottom: "+n+";"}if(u("Injecting elements"),i(s)){t();var r=i(s).container;r||(r=A());var a=o.width,l=o.height,h="position: absolute; flex: none; overflow: hidden; z-index: -1; visibility: hidden; width: 100%; height: 100%; left: 0px; top: 0px;",d="position: absolute; flex: none; overflow: hidden; z-index: -1; visibility: hidden; "+n(-(1+a),-(1+l),-l,-a),p="position: absolute; flex: none; overflow: scroll; z-index: -1; visibility: hidden; width: 100%; height: 100%;",v="position: absolute; flex: none; overflow: scroll; z-index: -1; visibility: hidden; width: 100%; height: 100%;",g="position: absolute; left: 0; top: 0;",m="position: absolute; width: 200%; height: 200%;",y=document.createElement("div"),b=document.createElement("div"),_=document.createElement("div"),x=document.createElement("div"),w=document.createElement("div"),k=document.createElement("div");y.dir="ltr",y.style.cssText=h,y.className=c,b.className=c,b.style.cssText=d,_.style.cssText=p,x.style.cssText=g,w.style.cssText=v,k.style.cssText=m,_.appendChild(x),w.appendChild(k),b.appendChild(_),b.appendChild(w),y.appendChild(b),r.appendChild(y),f(_,"scroll",C),f(w,"scroll",S),i(s).onExpandScroll=C,i(s).onShrinkScroll=S}else u("Aborting because element has been uninstalled");function C(){i(s).onExpand&&i(s).onExpand()}function S(){i(s).onShrink&&i(s).onShrink()}}function L(){function o(t,e,n){var r=w(t),i=S(e),a=T(n);r.style.width=i+"px",r.style.height=a+"px"}function c(r){var c=s.offsetWidth,h=s.offsetHeight;u("Storing current size",c,h),x(s,c,h),n.add(0,(function(){if(i(s))if(l()){if(t.debug){var n=s.offsetWidth,r=s.offsetHeight;n===c&&r===h||e.warn(a.get(s),"Scroll: Size changed before updating detector elements.")}o(s,c,h)}else u("Aborting because element container has not been initialized");else u("Aborting because element has been uninstalled")})),n.add(1,(function(){i(s)?l()?E(s,c,h):u("Aborting because element container has not been initialized"):u("Aborting because element has been uninstalled")})),r&&n.add(2,(function(){i(s)?l()?r():u("Aborting because element container has not been initialized"):u("Aborting because element has been uninstalled")}))}function l(){return!!i(s).container}function h(){function t(){return void 0===i(s).lastNotifiedWidth}u("notifyListenersIfNeeded invoked");var e=i(s);return t()&&e.lastWidth===e.startSize.width&&e.lastHeight===e.startSize.height?u("Not notifying: Size is the same as the start size, and there has been no notification yet."):e.lastWidth===e.lastNotifiedWidth&&e.lastHeight===e.lastNotifiedHeight?u("Not notifying: Size already notified"):(u("Current size not notified, notifying..."),e.lastNotifiedWidth=e.lastWidth,e.lastNotifiedHeight=e.lastHeight,void r(i(s).listeners,(function(t){t(s)})))}function f(){if(u("startanimation triggered."),g(s))u("Ignoring since element is still unrendered...");else{u("Element rendered.");var t=p(s),e=v(s);0!==t.scrollLeft&&0!==t.scrollTop&&0!==e.scrollLeft&&0!==e.scrollTop||(u("Scrollbars out of sync. Updating detector elements..."),c(h))}}function d(){if(u("Scroll detected."),g(s))u("Scroll event fired while unrendered. Ignoring...");else{var t=s.offsetWidth,e=s.offsetHeight;t!==i(s).lastWidth||e!==i(s).lastHeight?(u("Element size changed."),c(h)):u("Element size has not changed ("+t+"x"+e+").")}}if(u("registerListenersAndPositionElements invoked."),i(s)){i(s).onRendered=f,i(s).onExpand=d,i(s).onShrink=d;var m=i(s).style;o(s,m.width,m.height)}else u("Aborting because element has been uninstalled")}function I(){if(u("finalizeDomMutation invoked."),i(s)){var t=i(s).style;x(s,t.width,t.height),E(s,t.width,t.height)}else u("Aborting because element has been uninstalled")}function j(){l(s)}function z(){u("Installing..."),b(),y(),n.add(0,_),n.add(1,P),n.add(2,L),n.add(3,I),n.add(4,j)}l||(l=s,s=t,t=null),t=t||{},u("Making detectable..."),d(s)?(u("Element is detached"),A(),u("Waiting until element is attached..."),i(s).onRendered=function(){u("Element is now attached"),z()}):z()}function y(t){var e=i(t);e&&(e.onExpandScroll&&d(p(t),"scroll",e.onExpandScroll),e.onShrinkScroll&&d(v(t),"scroll",e.onShrinkScroll),e.onAnimationStart&&d(e.container,"animationstart",e.onAnimationStart),e.container&&t.removeChild(e.container))}return u(s,c),{makeDetectable:m,addListener:g,uninstall:y}}},ca5a:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},cadf:function(t,e,n){"use strict";var r=n("9c6c"),i=n("d53b"),a=n("84f2"),o=n("6821");t.exports=n("01f9")(Array,"Array",(function(t,e){this._t=o(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):i(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),a.Arguments=a.Array,r("keys"),r("values"),r("entries")},cb7c:function(t,e,n){var r=n("d3f4");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},ce10:function(t,e,n){var r=n("69a8"),i=n("6821"),a=n("c366")(!1),o=n("613b")("IE_PROTO");t.exports=function(t,e){var n,s=i(t),c=0,l=[];for(n in s)n!=o&&r(s,n)&&l.push(n);while(e.length>c)r(s,n=e[c++])&&(~a(l,n)||l.push(n));return l}},d3f4:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},d53b:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},d6eb:function(t,e,n){"use strict";var r="_erd";function i(t){return t[r]={},a(t)}function a(t){return t[r]}function o(t){delete t[r]}t.exports={initState:i,getState:a,cleanState:o}},d8e8:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},e11e:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},eec4:function(t,e,n){"use strict";var r=n("b770").forEach,i=n("5be5"),a=n("49ad"),o=n("2cef"),s=n("5058"),c=n("abb4"),l=n("18e9"),u=n("c274"),h=n("d6eb"),f=n("18d2"),d=n("c946");function p(t){return Array.isArray(t)||void 0!==t.length}function v(t){if(Array.isArray(t))return t;var e=[];return r(t,(function(t){e.push(t)})),e}function g(t){return t&&1===t.nodeType}function m(t,e,n){var r=t[e];return void 0!==r&&null!==r||void 0===n?r:n}t.exports=function(t){var e;if(t=t||{},t.idHandler)e={get:function(e){return t.idHandler.get(e,!0)},set:t.idHandler.set};else{var n=o(),y=s({idGenerator:n,stateHandler:h});e=y}var b=t.reporter;if(!b){var _=!1===b;b=c(_)}var x=m(t,"batchProcessor",u({reporter:b})),w={};w.callOnAdd=!!m(t,"callOnAdd",!0),w.debug=!!m(t,"debug",!1);var k,C=a(e),S=i({stateHandler:h}),T=m(t,"strategy","object"),O={reporter:b,batchProcessor:x,stateHandler:h,idHandler:e};if("scroll"===T&&(l.isLegacyOpera()?(b.warn("Scroll strategy is not supported on legacy Opera. Changing to object strategy."),T="object"):l.isIE(9)&&(b.warn("Scroll strategy is not supported on IE9. Changing to object strategy."),T="object")),"scroll"===T)k=d(O);else{if("object"!==T)throw new Error("Invalid strategy name: "+T);k=f(O)}var M={};function E(t,n,i){function a(t){var e=C.get(t);r(e,(function(e){e(t)}))}function o(t,e,n){C.add(e,n),t&&n(e)}if(i||(i=n,n=t,t={}),!n)throw new Error("At least one element required.");if(!i)throw new Error("Listener required.");if(g(n))n=[n];else{if(!p(n))return b.error("Invalid arguments. Must be a DOM element or a collection of DOM elements.");n=v(n)}var s=0,c=m(t,"callOnAdd",w.callOnAdd),l=m(t,"onReady",(function(){})),u=m(t,"debug",w.debug);r(n,(function(t){h.getState(t)||(h.initState(t),e.set(t));var f=e.get(t);if(u&&b.log("Attaching listener to element",f,t),!S.isDetectable(t))return u&&b.log(f,"Not detectable."),S.isBusy(t)?(u&&b.log(f,"System busy making it detectable"),o(c,t,i),M[f]=M[f]||[],void M[f].push((function(){s++,s===n.length&&l()}))):(u&&b.log(f,"Making detectable..."),S.markBusy(t,!0),k.makeDetectable({debug:u},t,(function(t){if(u&&b.log(f,"onElementDetectable"),h.getState(t)){S.markAsDetectable(t),S.markBusy(t,!1),k.addListener(t,a),o(c,t,i);var e=h.getState(t);if(e&&e.startSize){var d=t.offsetWidth,p=t.offsetHeight;e.startSize.width===d&&e.startSize.height===p||a(t)}M[f]&&r(M[f],(function(t){t()}))}else u&&b.log(f,"Element uninstalled before being detectable.");delete M[f],s++,s===n.length&&l()})));u&&b.log(f,"Already detecable, adding listener."),o(c,t,i),s++})),s===n.length&&l()}function A(t){if(!t)return b.error("At least one element is required.");if(g(t))t=[t];else{if(!p(t))return b.error("Invalid arguments. Must be a DOM element or a collection of DOM elements.");t=v(t)}r(t,(function(t){C.removeAllListeners(t),k.uninstall(t),h.cleanState(t)}))}return{listenTo:E,removeListener:C.removeListener,removeAllListeners:C.removeAllListeners,uninstall:A}}},fab2:function(t,e,n){var r=n("7726").document;t.exports=r&&r.documentElement},fae3:function(t,e,n){"use strict";n.r(e);n("1eb2");var r=n("1b47"),i=n.n(r);function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function s(t,e,n){return e&&o(t.prototype,e),n&&o(t,n),t}var c=n("a307"),l=n.n(c),u=(n("ac6a"),n("cadf"),n("456d"),Object.prototype.hasOwnProperty);function h(t,e){var n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!1;for(var i=0;i<n.length;i++)if(!u.call(e,n[i])||t[n[i]]!==e[n[i]])return!1;return!0}var f=function(){function t(e,n){var r=this;a(this,t),this.result={},this.rol=new l.a((function(t){var a=i()(e)(t);h(r.result,a)||(n(a),r.result=a)}))}return s(t,[{key:"observe",value:function(t){this.rol.observe(t)}},{key:"disconnect",value:function(){this.rol.disconnect()}}]),t}(),d={methods:{handleChange:function(){throw new Error("Method `handleChange()` not implemented.")},disposeObserver:function(){this.cqCore&&this.cqCore.disconnect(),this.cqCore=null},startObserving:function(t){var e=this;this.cqCore=new f(t,(function(t){e.handleChange(t)}));var n=this.$el||this.$slots.default[0].elm;this.cqCore.observe(n)}},created:function(){var t=this.query,e=this.initialSize,n=e?i()(t)(e):{};this.handleChange(n)},mounted:function(){this.startObserving(this.query)},destroyed:function(){this.disposeObserver()}},p=Object.prototype.hasOwnProperty;function v(t,e){var n=Object.keys(t),r=Object.keys(e);if(n.length!==r.length)return!1;for(var i=0;i<n.length;i++)if(!p.call(e,n[i])||!h(t[n[i]],e[n[i]]))return!1;return!0}var g="<vue-Container-query> can only render one, and exactly one child component",m={name:"vue-container-query",mixins:[d],model:{event:"change"},props:{initialSize:{type:Object},query:{required:!0,type:Object}},methods:{handleChange:function(t){this.$emit("change",t)}},watch:{query:{deep:!0,immediate:!0,handler:function(t,e){this.cqCore&&!v(e,t)&&(this.disposeObserver(),this.startObserving(t))}}},render:function(){var t=this.$slots.default;if(t&&1===t.length)return t[0];throw new Error(g)}};function y(t,e){return{mixins:[d],data:function(){return{query:t,initialSize:e,containerQuery:{}}},methods:{handleChange:function(t){this.containerQuery=t}}}}n.d(e,"ContainerQuery",(function(){return m})),n.d(e,"createContainerQueryMixin",(function(){return y}))}})},d58f:function(t,e,n){"use strict";var r=n("59ed"),i=n("7b0b"),a=n("44ad"),o=n("07fa"),s=TypeError,c="Reduce of empty array with no initial value",l=function(t){return function(e,n,l,u){var h=i(e),f=a(h),d=o(h);if(r(n),0===d&&l<2)throw new s(c);var p=t?d-1:0,v=t?-1:1;if(l<2)while(1){if(p in f){u=f[p],p+=v;break}if(p+=v,t?p<0:d<=p)throw new s(c)}for(;t?p>=0:d>p;p+=v)p in f&&(u=n(u,f[p],p,h));return u}};t.exports={left:l(!1),right:l(!0)}},d5d6:function(t,e,n){"use strict";var r=n("ebb5"),i=n("b727").forEach,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("forEach",(function(t){i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},d612:function(t,e,n){var r=n("7b83"),i=n("7ed2"),a=n("dc0f");function o(t){var e=-1,n=null==t?0:t.length;this.__data__=new r;while(++e<n)this.add(t[e])}o.prototype.add=o.prototype.push=i,o.prototype.has=a,t.exports=o},d6d3:function(t,e,n){!function(e,r){t.exports=r(n("3d33"))}(0,(function(t){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=3)}([function(e,n){e.exports=t},function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0});var i=n(0),a=function(t){return t&&t.__esModule?t:{default:t}}(i),o=window.videojs||a.default;"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,e){if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(t),r=1;r<arguments.length;r++){var i=arguments[r];if(null!=i)for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])}return n},writable:!0,configurable:!0});var s=["loadeddata","canplay","canplaythrough","play","pause","waiting","playing","ended","error"];e.default={name:"video-player",props:{start:{type:Number,default:0},crossOrigin:{type:String,default:""},playsinline:{type:Boolean,default:!1},customEventName:{type:String,default:"statechanged"},options:{type:Object,required:!0},events:{type:Array,default:function(){return[]}},globalOptions:{type:Object,default:function(){return{controls:!0,controlBar:{remainingTimeDisplay:!1,playToggle:{},progressControl:{},fullscreenToggle:{},volumeMenuButton:{inline:!1,vertical:!0}},techOrder:["html5"],plugins:{}}}},globalEvents:{type:Array,default:function(){return[]}}},data:function(){return{player:null,reseted:!0}},mounted:function(){this.player||this.initialize()},beforeDestroy:function(){this.player&&this.dispose()},methods:{initialize:function(){var t=this,e=Object.assign({},this.globalOptions,this.options);this.playsinline&&(this.$refs.video.setAttribute("playsinline",this.playsinline),this.$refs.video.setAttribute("webkit-playsinline",this.playsinline),this.$refs.video.setAttribute("x5-playsinline",this.playsinline),this.$refs.video.setAttribute("x5-video-player-type","h5"),this.$refs.video.setAttribute("x5-video-player-fullscreen",!1)),""!==this.crossOrigin&&(this.$refs.video.crossOrigin=this.crossOrigin,this.$refs.video.setAttribute("crossOrigin",this.crossOrigin));var n=function(e,n){e&&t.$emit(e,t.player),n&&t.$emit(t.customEventName,r({},e,n))};e.plugins&&delete e.plugins.__ob__;var i=this;this.player=o(this.$refs.video,e,(function(){for(var t=this,e=s.concat(i.events).concat(i.globalEvents),r={},a=0;a<e.length;a++)"string"==typeof e[a]&&void 0===r[e[a]]&&function(e){r[e]=null,t.on(e,(function(){n(e,!0)}))}(e[a]);this.on("timeupdate",(function(){n("timeupdate",this.currentTime())})),i.$emit("ready",this)}))},dispose:function(t){var e=this;this.player&&this.player.dispose&&("Flash"!==this.player.techName_&&this.player.pause&&this.player.pause(),this.player.dispose(),this.player=null,this.$nextTick((function(){e.reseted=!1,e.$nextTick((function(){e.reseted=!0,e.$nextTick((function(){t&&t()}))}))})))}},watch:{options:{deep:!0,handler:function(t,e){var n=this;this.dispose((function(){t&&t.sources&&t.sources.length&&n.initialize()}))}}}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1),i=n.n(r);for(var a in r)["default","default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);var o=n(5),s=n(4),c=s(i.a,o.a,!1,null,null,null);e.default=c.exports},function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.install=e.videoPlayer=e.videojs=void 0;var i=n(0),a=r(i),o=n(2),s=r(o),c=window.videojs||a.default,l=function(t,e){e&&(e.options&&(s.default.props.globalOptions.default=function(){return e.options}),e.events&&(s.default.props.globalEvents.default=function(){return e.events})),t.component(s.default.name,s.default)},u={videojs:c,videoPlayer:s.default,install:l};e.default=u,e.videojs=c,e.videoPlayer=s.default,e.install=l},function(t,e){t.exports=function(t,e,n,r,i,a){var o,s=t=t||{},c=typeof t.default;"object"!==c&&"function"!==c||(o=t,s=t.default);var l,u="function"==typeof s?s.options:s;if(e&&(u.render=e.render,u.staticRenderFns=e.staticRenderFns,u._compiled=!0),n&&(u.functional=!0),i&&(u._scopeId=i),a?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=l):r&&(l=r),l){var h=u.functional,f=h?u.render:u.beforeCreate;h?(u._injectStyles=l,u.render=function(t,e){return l.call(e),f(t,e)}):u.beforeCreate=f?[].concat(f,l):[l]}return{esModule:o,exports:s,options:u}}},function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.reseted?n("div",{staticClass:"video-player"},[n("video",{ref:"video",staticClass:"video-js"})]):t._e()},i=[],a={render:r,staticRenderFns:i};e.a=a}])}))},d6d6:function(t,e,n){"use strict";var r=TypeError;t.exports=function(t,e){if(t<e)throw new r("Not enough arguments");return t}},d6dd:function(t,e,n){"use strict";var r=n("23e7"),i=n("d066"),a=n("825a"),o=n("bb2f");r({target:"Reflect",stat:!0,sham:!o},{preventExtensions:function(t){a(t);try{var e=i("Object","preventExtensions");return e&&e(t),!0}catch(n){return!1}}})},d749:function(t,e,n){"use strict";n.d(e,"a",(function(){return _}));var r=n("55b5"),i=n.n(r),a=function(){function t(){this.listeners={}}var e=t.prototype;return e.on=function(t,e){this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push(e)},e.off=function(t,e){if(!this.listeners[t])return!1;var n=this.listeners[t].indexOf(e);return this.listeners[t]=this.listeners[t].slice(0),this.listeners[t].splice(n,1),n>-1},e.trigger=function(t){var e=this.listeners[t];if(e)if(2===arguments.length)for(var n=e.length,r=0;r<n;++r)e[r].call(this,arguments[1]);else for(var i=Array.prototype.slice.call(arguments,1),a=e.length,o=0;o<a;++o)e[o].apply(this,i)},e.dispose=function(){this.listeners={}},e.pipe=function(t){this.on("data",(function(e){t.push(e)}))},t}(),o=n("a559"),s=n.n(o),c=n("3c96"),l=n.n(c),u=n("ffdf"),h=function(t){function e(){var e;return e=t.call(this)||this,e.buffer="",e}i()(e,t);var n=e.prototype;return n.push=function(t){var e;for(this.buffer+=t,e=this.buffer.indexOf("\n");e>-1;e=this.buffer.indexOf("\n"))this.trigger("data",this.buffer.substring(0,e)),this.buffer=this.buffer.substring(e+1)},e}(a),f=String.fromCharCode(9),d=function(t){var e=/([0-9.]*)?@?([0-9.]*)?/.exec(t||""),n={};return e[1]&&(n.length=parseInt(e[1],10)),e[2]&&(n.offset=parseInt(e[2],10)),n},p=function(){var t="[^=]*",e='"[^"]*"|[^,]*',n="(?:"+t+")=(?:"+e+")";return new RegExp("(?:^|,)("+n+")")},v=function(t){var e,n=t.split(p()),r={},i=n.length;while(i--)""!==n[i]&&(e=/([^=]*)=(.*)/.exec(n[i]).slice(1),e[0]=e[0].replace(/^\s+|\s+$/g,""),e[1]=e[1].replace(/^\s+|\s+$/g,""),e[1]=e[1].replace(/^['"](.*)['"]$/g,"$1"),r[e[0]]=e[1]);return r},g=function(t){function e(){var e;return e=t.call(this)||this,e.customParsers=[],e.tagMappers=[],e}i()(e,t);var n=e.prototype;return n.push=function(t){var e,n,r=this;if(t=t.trim(),0!==t.length)if("#"===t[0]){var i=this.tagMappers.reduce((function(e,n){var r=n(t);return r===t?e:e.concat([r])}),[t]);i.forEach((function(t){for(var i=0;i<r.customParsers.length;i++)if(r.customParsers[i].call(r,t))return;if(0===t.indexOf("#EXT"))if(t=t.replace("\r",""),e=/^#EXTM3U/.exec(t),e)r.trigger("data",{type:"tag",tagType:"m3u"});else{if(e=/^#EXTINF:?([0-9\.]*)?,?(.*)?$/.exec(t),e)return n={type:"tag",tagType:"inf"},e[1]&&(n.duration=parseFloat(e[1])),e[2]&&(n.title=e[2]),void r.trigger("data",n);if(e=/^#EXT-X-TARGETDURATION:?([0-9.]*)?/.exec(t),e)return n={type:"tag",tagType:"targetduration"},e[1]&&(n.duration=parseInt(e[1],10)),void r.trigger("data",n);if(e=/^#EXT-X-VERSION:?([0-9.]*)?/.exec(t),e)return n={type:"tag",tagType:"version"},e[1]&&(n.version=parseInt(e[1],10)),void r.trigger("data",n);if(e=/^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(t),e)return n={type:"tag",tagType:"media-sequence"},e[1]&&(n.number=parseInt(e[1],10)),void r.trigger("data",n);if(e=/^#EXT-X-DISCONTINUITY-SEQUENCE:?(\-?[0-9.]*)?/.exec(t),e)return n={type:"tag",tagType:"discontinuity-sequence"},e[1]&&(n.number=parseInt(e[1],10)),void r.trigger("data",n);if(e=/^#EXT-X-PLAYLIST-TYPE:?(.*)?$/.exec(t),e)return n={type:"tag",tagType:"playlist-type"},e[1]&&(n.playlistType=e[1]),void r.trigger("data",n);if(e=/^#EXT-X-BYTERANGE:?(.*)?$/.exec(t),e)return n=s()(d(e[1]),{type:"tag",tagType:"byterange"}),void r.trigger("data",n);if(e=/^#EXT-X-ALLOW-CACHE:?(YES|NO)?/.exec(t),e)return n={type:"tag",tagType:"allow-cache"},e[1]&&(n.allowed=!/NO/.test(e[1])),void r.trigger("data",n);if(e=/^#EXT-X-MAP:?(.*)$/.exec(t),e){if(n={type:"tag",tagType:"map"},e[1]){var a=v(e[1]);a.URI&&(n.uri=a.URI),a.BYTERANGE&&(n.byterange=d(a.BYTERANGE))}r.trigger("data",n)}else if(e=/^#EXT-X-STREAM-INF:?(.*)$/.exec(t),e){if(n={type:"tag",tagType:"stream-inf"},e[1]){if(n.attributes=v(e[1]),n.attributes.RESOLUTION){var o=n.attributes.RESOLUTION.split("x"),c={};o[0]&&(c.width=parseInt(o[0],10)),o[1]&&(c.height=parseInt(o[1],10)),n.attributes.RESOLUTION=c}n.attributes.BANDWIDTH&&(n.attributes.BANDWIDTH=parseInt(n.attributes.BANDWIDTH,10)),n.attributes["FRAME-RATE"]&&(n.attributes["FRAME-RATE"]=parseFloat(n.attributes["FRAME-RATE"])),n.attributes["PROGRAM-ID"]&&(n.attributes["PROGRAM-ID"]=parseInt(n.attributes["PROGRAM-ID"],10))}r.trigger("data",n)}else{if(e=/^#EXT-X-MEDIA:?(.*)$/.exec(t),e)return n={type:"tag",tagType:"media"},e[1]&&(n.attributes=v(e[1])),void r.trigger("data",n);if(e=/^#EXT-X-ENDLIST/.exec(t),e)r.trigger("data",{type:"tag",tagType:"endlist"});else if(e=/^#EXT-X-DISCONTINUITY/.exec(t),e)r.trigger("data",{type:"tag",tagType:"discontinuity"});else{if(e=/^#EXT-X-PROGRAM-DATE-TIME:?(.*)$/.exec(t),e)return n={type:"tag",tagType:"program-date-time"},e[1]&&(n.dateTimeString=e[1],n.dateTimeObject=new Date(e[1])),void r.trigger("data",n);if(e=/^#EXT-X-KEY:?(.*)$/.exec(t),e)return n={type:"tag",tagType:"key"},e[1]&&(n.attributes=v(e[1]),n.attributes.IV&&("0x"===n.attributes.IV.substring(0,2).toLowerCase()&&(n.attributes.IV=n.attributes.IV.substring(2)),n.attributes.IV=n.attributes.IV.match(/.{8}/g),n.attributes.IV[0]=parseInt(n.attributes.IV[0],16),n.attributes.IV[1]=parseInt(n.attributes.IV[1],16),n.attributes.IV[2]=parseInt(n.attributes.IV[2],16),n.attributes.IV[3]=parseInt(n.attributes.IV[3],16),n.attributes.IV=new Uint32Array(n.attributes.IV))),void r.trigger("data",n);if(e=/^#EXT-X-START:?(.*)$/.exec(t),e)return n={type:"tag",tagType:"start"},e[1]&&(n.attributes=v(e[1]),n.attributes["TIME-OFFSET"]=parseFloat(n.attributes["TIME-OFFSET"]),n.attributes.PRECISE=/YES/.test(n.attributes.PRECISE)),void r.trigger("data",n);if(e=/^#EXT-X-CUE-OUT-CONT:?(.*)?$/.exec(t),e)return n={type:"tag",tagType:"cue-out-cont"},e[1]?n.data=e[1]:n.data="",void r.trigger("data",n);if(e=/^#EXT-X-CUE-OUT:?(.*)?$/.exec(t),e)return n={type:"tag",tagType:"cue-out"},e[1]?n.data=e[1]:n.data="",void r.trigger("data",n);if(e=/^#EXT-X-CUE-IN:?(.*)?$/.exec(t),e)return n={type:"tag",tagType:"cue-in"},e[1]?n.data=e[1]:n.data="",void r.trigger("data",n);if(e=/^#EXT-X-SKIP:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"skip"},n.attributes=v(e[1]),n.attributes.hasOwnProperty("SKIPPED-SEGMENTS")&&(n.attributes["SKIPPED-SEGMENTS"]=parseInt(n.attributes["SKIPPED-SEGMENTS"],10)),n.attributes.hasOwnProperty("RECENTLY-REMOVED-DATERANGES")&&(n.attributes["RECENTLY-REMOVED-DATERANGES"]=n.attributes["RECENTLY-REMOVED-DATERANGES"].split(f)),void r.trigger("data",n);if(e=/^#EXT-X-PART:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"part"},n.attributes=v(e[1]),["DURATION"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=parseFloat(n.attributes[t]))})),["INDEPENDENT","GAP"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=/YES/.test(n.attributes[t]))})),n.attributes.hasOwnProperty("BYTERANGE")&&(n.attributes.byterange=d(n.attributes.BYTERANGE)),void r.trigger("data",n);if(e=/^#EXT-X-SERVER-CONTROL:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"server-control"},n.attributes=v(e[1]),["CAN-SKIP-UNTIL","PART-HOLD-BACK","HOLD-BACK"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=parseFloat(n.attributes[t]))})),["CAN-SKIP-DATERANGES","CAN-BLOCK-RELOAD"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=/YES/.test(n.attributes[t]))})),void r.trigger("data",n);if(e=/^#EXT-X-PART-INF:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"part-inf"},n.attributes=v(e[1]),["PART-TARGET"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=parseFloat(n.attributes[t]))})),void r.trigger("data",n);if(e=/^#EXT-X-PRELOAD-HINT:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"preload-hint"},n.attributes=v(e[1]),["BYTERANGE-START","BYTERANGE-LENGTH"].forEach((function(t){if(n.attributes.hasOwnProperty(t)){n.attributes[t]=parseInt(n.attributes[t],10);var e="BYTERANGE-LENGTH"===t?"length":"offset";n.attributes.byterange=n.attributes.byterange||{},n.attributes.byterange[e]=n.attributes[t],delete n.attributes[t]}})),void r.trigger("data",n);if(e=/^#EXT-X-RENDITION-REPORT:(.*)$/.exec(t),e&&e[1])return n={type:"tag",tagType:"rendition-report"},n.attributes=v(e[1]),["LAST-MSN","LAST-PART"].forEach((function(t){n.attributes.hasOwnProperty(t)&&(n.attributes[t]=parseInt(n.attributes[t],10))})),void r.trigger("data",n);r.trigger("data",{type:"tag",data:t.slice(4)})}}}else r.trigger("data",{type:"comment",text:t.slice(1)})}))}else this.trigger("data",{type:"uri",uri:t})},n.addParser=function(t){var e=this,n=t.expression,r=t.customType,i=t.dataParser,a=t.segment;"function"!==typeof i&&(i=function(t){return t}),this.customParsers.push((function(t){var o=n.exec(t);if(o)return e.trigger("data",{type:"custom",data:i(t),customType:r,segment:a}),!0}))},n.addTagMapper=function(t){var e=t.expression,n=t.map,r=function(t){return e.test(t)?n(t):t};this.tagMappers.push(r)},e}(a),m=function(t){return t.toLowerCase().replace(/-(\w)/g,(function(t){return t[1].toUpperCase()}))},y=function(t){var e={};return Object.keys(t).forEach((function(n){e[m(n)]=t[n]})),e},b=function(t){var e=t.serverControl,n=t.targetDuration,r=t.partTargetDuration;if(e){var i="#EXT-X-SERVER-CONTROL",a="holdBack",o="partHoldBack",s=n&&3*n,c=r&&2*r;n&&!e.hasOwnProperty(a)&&(e[a]=s,this.trigger("info",{message:i+" defaulting HOLD-BACK to targetDuration * 3 ("+s+")."})),s&&e[a]<s&&(this.trigger("warn",{message:i+" clamping HOLD-BACK ("+e[a]+") to targetDuration * 3 ("+s+")"}),e[a]=s),r&&!e.hasOwnProperty(o)&&(e[o]=3*r,this.trigger("info",{message:i+" defaulting PART-HOLD-BACK to partTargetDuration * 3 ("+e[o]+")."})),r&&e[o]<c&&(this.trigger("warn",{message:i+" clamping PART-HOLD-BACK ("+e[o]+") to partTargetDuration * 2 ("+c+")."}),e[o]=c)}},_=function(t){function e(){var e;e=t.call(this)||this,e.lineStream=new h,e.parseStream=new g,e.lineStream.pipe(e.parseStream);var n,r,i=l()(e),a=[],o={},c=!1,f=function(){},d={AUDIO:{},VIDEO:{},"CLOSED-CAPTIONS":{},SUBTITLES:{}},p="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed",v=0;e.manifest={allowCache:!0,discontinuityStarts:[],segments:[]};var m=0,_=0;return e.on("end",(function(){o.uri||!o.parts&&!o.preloadHints||(!o.map&&n&&(o.map=n),!o.key&&r&&(o.key=r),o.timeline||"number"!==typeof v||(o.timeline=v),e.manifest.preloadSegment=o)})),e.parseStream.on("data",(function(t){var e,l;({tag:function(){({version:function(){t.version&&(this.manifest.version=t.version)},"allow-cache":function(){this.manifest.allowCache=t.allowed,"allowed"in t||(this.trigger("info",{message:"defaulting allowCache to YES"}),this.manifest.allowCache=!0)},byterange:function(){var e={};"length"in t&&(o.byterange=e,e.length=t.length,"offset"in t||(t.offset=m)),"offset"in t&&(o.byterange=e,e.offset=t.offset),m=e.offset+e.length},endlist:function(){this.manifest.endList=!0},inf:function(){"mediaSequence"in this.manifest||(this.manifest.mediaSequence=0,this.trigger("info",{message:"defaulting media sequence to zero"})),"discontinuitySequence"in this.manifest||(this.manifest.discontinuitySequence=0,this.trigger("info",{message:"defaulting discontinuity sequence to zero"})),t.duration>0&&(o.duration=t.duration),0===t.duration&&(o.duration=.01,this.trigger("info",{message:"updating zero segment duration to a small value"})),this.manifest.segments=a},key:function(){if(t.attributes)if("NONE"!==t.attributes.METHOD)if(t.attributes.URI){if("com.apple.streamingkeydelivery"===t.attributes.KEYFORMAT)return this.manifest.contentProtection=this.manifest.contentProtection||{},void(this.manifest.contentProtection["com.apple.fps.1_0"]={attributes:t.attributes});if("com.microsoft.playready"===t.attributes.KEYFORMAT)return this.manifest.contentProtection=this.manifest.contentProtection||{},void(this.manifest.contentProtection["com.microsoft.playready"]={uri:t.attributes.URI});if(t.attributes.KEYFORMAT===p){var e=["SAMPLE-AES","SAMPLE-AES-CTR","SAMPLE-AES-CENC"];return-1===e.indexOf(t.attributes.METHOD)?void this.trigger("warn",{message:"invalid key method provided for Widevine"}):("SAMPLE-AES-CENC"===t.attributes.METHOD&&this.trigger("warn",{message:"SAMPLE-AES-CENC is deprecated, please use SAMPLE-AES-CTR instead"}),"data:text/plain;base64,"!==t.attributes.URI.substring(0,23)?void this.trigger("warn",{message:"invalid key URI provided for Widevine"}):t.attributes.KEYID&&"0x"===t.attributes.KEYID.substring(0,2)?(this.manifest.contentProtection=this.manifest.contentProtection||{},void(this.manifest.contentProtection["com.widevine.alpha"]={attributes:{schemeIdUri:t.attributes.KEYFORMAT,keyId:t.attributes.KEYID.substring(2)},pssh:Object(u["a"])(t.attributes.URI.split(",")[1])})):void this.trigger("warn",{message:"invalid key ID provided for Widevine"}))}t.attributes.METHOD||this.trigger("warn",{message:"defaulting key method to AES-128"}),r={method:t.attributes.METHOD||"AES-128",uri:t.attributes.URI},"undefined"!==typeof t.attributes.IV&&(r.iv=t.attributes.IV)}else this.trigger("warn",{message:"ignoring key declaration without URI"});else r=null;else this.trigger("warn",{message:"ignoring key declaration without attribute list"})},"media-sequence":function(){isFinite(t.number)?this.manifest.mediaSequence=t.number:this.trigger("warn",{message:"ignoring invalid media sequence: "+t.number})},"discontinuity-sequence":function(){isFinite(t.number)?(this.manifest.discontinuitySequence=t.number,v=t.number):this.trigger("warn",{message:"ignoring invalid discontinuity sequence: "+t.number})},"playlist-type":function(){/VOD|EVENT/.test(t.playlistType)?this.manifest.playlistType=t.playlistType:this.trigger("warn",{message:"ignoring unknown playlist type: "+t.playlist})},map:function(){n={},t.uri&&(n.uri=t.uri),t.byterange&&(n.byterange=t.byterange),r&&(n.key=r)},"stream-inf":function(){this.manifest.playlists=a,this.manifest.mediaGroups=this.manifest.mediaGroups||d,t.attributes?(o.attributes||(o.attributes={}),s()(o.attributes,t.attributes)):this.trigger("warn",{message:"ignoring empty stream-inf attributes"})},media:function(){if(this.manifest.mediaGroups=this.manifest.mediaGroups||d,t.attributes&&t.attributes.TYPE&&t.attributes["GROUP-ID"]&&t.attributes.NAME){var n=this.manifest.mediaGroups[t.attributes.TYPE];n[t.attributes["GROUP-ID"]]=n[t.attributes["GROUP-ID"]]||{},e=n[t.attributes["GROUP-ID"]],l={default:/yes/i.test(t.attributes.DEFAULT)},l.default?l.autoselect=!0:l.autoselect=/yes/i.test(t.attributes.AUTOSELECT),t.attributes.LANGUAGE&&(l.language=t.attributes.LANGUAGE),t.attributes.URI&&(l.uri=t.attributes.URI),t.attributes["INSTREAM-ID"]&&(l.instreamId=t.attributes["INSTREAM-ID"]),t.attributes.CHARACTERISTICS&&(l.characteristics=t.attributes.CHARACTERISTICS),t.attributes.FORCED&&(l.forced=/yes/i.test(t.attributes.FORCED)),e[t.attributes.NAME]=l}else this.trigger("warn",{message:"ignoring incomplete or missing media group"})},discontinuity:function(){v+=1,o.discontinuity=!0,this.manifest.discontinuityStarts.push(a.length)},"program-date-time":function(){"undefined"===typeof this.manifest.dateTimeString&&(this.manifest.dateTimeString=t.dateTimeString,this.manifest.dateTimeObject=t.dateTimeObject),o.dateTimeString=t.dateTimeString,o.dateTimeObject=t.dateTimeObject},targetduration:function(){!isFinite(t.duration)||t.duration<0?this.trigger("warn",{message:"ignoring invalid target duration: "+t.duration}):(this.manifest.targetDuration=t.duration,b.call(this,this.manifest))},start:function(){t.attributes&&!isNaN(t.attributes["TIME-OFFSET"])?this.manifest.start={timeOffset:t.attributes["TIME-OFFSET"],precise:t.attributes.PRECISE}:this.trigger("warn",{message:"ignoring start declaration without appropriate attribute list"})},"cue-out":function(){o.cueOut=t.data},"cue-out-cont":function(){o.cueOutCont=t.data},"cue-in":function(){o.cueIn=t.data},skip:function(){this.manifest.skip=y(t.attributes),this.warnOnMissingAttributes_("#EXT-X-SKIP",t.attributes,["SKIPPED-SEGMENTS"])},part:function(){var e=this;c=!0;var n=this.manifest.segments.length,r=y(t.attributes);o.parts=o.parts||[],o.parts.push(r),r.byterange&&(r.byterange.hasOwnProperty("offset")||(r.byterange.offset=_),_=r.byterange.offset+r.byterange.length);var i=o.parts.length-1;this.warnOnMissingAttributes_("#EXT-X-PART #"+i+" for segment #"+n,t.attributes,["URI","DURATION"]),this.manifest.renditionReports&&this.manifest.renditionReports.forEach((function(t,n){t.hasOwnProperty("lastPart")||e.trigger("warn",{message:"#EXT-X-RENDITION-REPORT #"+n+" lacks required attribute(s): LAST-PART"})}))},"server-control":function(){var e=this.manifest.serverControl=y(t.attributes);e.hasOwnProperty("canBlockReload")||(e.canBlockReload=!1,this.trigger("info",{message:"#EXT-X-SERVER-CONTROL defaulting CAN-BLOCK-RELOAD to false"})),b.call(this,this.manifest),e.canSkipDateranges&&!e.hasOwnProperty("canSkipUntil")&&this.trigger("warn",{message:"#EXT-X-SERVER-CONTROL lacks required attribute CAN-SKIP-UNTIL which is required when CAN-SKIP-DATERANGES is set"})},"preload-hint":function(){var e=this.manifest.segments.length,n=y(t.attributes),r=n.type&&"PART"===n.type;o.preloadHints=o.preloadHints||[],o.preloadHints.push(n),n.byterange&&(n.byterange.hasOwnProperty("offset")||(n.byterange.offset=r?_:0,r&&(_=n.byterange.offset+n.byterange.length)));var i=o.preloadHints.length-1;if(this.warnOnMissingAttributes_("#EXT-X-PRELOAD-HINT #"+i+" for segment #"+e,t.attributes,["TYPE","URI"]),n.type)for(var a=0;a<o.preloadHints.length-1;a++){var s=o.preloadHints[a];s.type&&(s.type===n.type&&this.trigger("warn",{message:"#EXT-X-PRELOAD-HINT #"+i+" for segment #"+e+" has the same TYPE "+n.type+" as preload hint #"+a}))}},"rendition-report":function(){var e=y(t.attributes);this.manifest.renditionReports=this.manifest.renditionReports||[],this.manifest.renditionReports.push(e);var n=this.manifest.renditionReports.length-1,r=["LAST-MSN","URI"];c&&r.push("LAST-PART"),this.warnOnMissingAttributes_("#EXT-X-RENDITION-REPORT #"+n,t.attributes,r)},"part-inf":function(){this.manifest.partInf=y(t.attributes),this.warnOnMissingAttributes_("#EXT-X-PART-INF",t.attributes,["PART-TARGET"]),this.manifest.partInf.partTarget&&(this.manifest.partTargetDuration=this.manifest.partInf.partTarget),b.call(this,this.manifest)}}[t.tagType]||f).call(i)},uri:function(){o.uri=t.uri,a.push(o),this.manifest.targetDuration&&!("duration"in o)&&(this.trigger("warn",{message:"defaulting segment duration to the target duration"}),o.duration=this.manifest.targetDuration),r&&(o.key=r),o.timeline=v,n&&(o.map=n),_=0,o={}},comment:function(){},custom:function(){t.segment?(o.custom=o.custom||{},o.custom[t.customType]=t.data):(this.manifest.custom=this.manifest.custom||{},this.manifest.custom[t.customType]=t.data)}})[t.type].call(i)})),e}i()(e,t);var n=e.prototype;return n.warnOnMissingAttributes_=function(t,e,n){var r=[];n.forEach((function(t){e.hasOwnProperty(t)||r.push(t)})),r.length&&this.trigger("warn",{message:t+" lacks required attribute(s): "+r.join(", ")})},n.push=function(t){this.lineStream.push(t)},n.end=function(){this.lineStream.push("\n"),this.trigger("end")},n.addParser=function(t){this.parseStream.addParser(t)},n.addTagMapper=function(t){this.parseStream.addTagMapper(t)},e}(a)},d784:function(t,e,n){"use strict";n("ac1f");var r=n("c65b"),i=n("cb2d"),a=n("9263"),o=n("d039"),s=n("b622"),c=n("9112"),l=s("species"),u=RegExp.prototype;t.exports=function(t,e,n,h){var f=s(t),d=!o((function(){var e={};return e[f]=function(){return 7},7!==""[t](e)})),p=d&&!o((function(){var e=!1,n=/a/;return"split"===t&&(n={},n.constructor={},n.constructor[l]=function(){return n},n.flags="",n[f]=/./[f]),n.exec=function(){return e=!0,null},n[f](""),!e}));if(!d||!p||n){var v=/./[f],g=e(f,""[t],(function(t,e,n,i,o){var s=e.exec;return s===a||s===u.exec?d&&!o?{done:!0,value:r(v,e,n,i)}:{done:!0,value:r(t,n,e,i)}:{done:!1}}));i(String.prototype,t,g[0]),i(u,f,g[1])}h&&c(u[f],"sham",!0)}},d7ee:function(t,e,n){var r=n("c3fc"),i=n("b047f"),a=n("99d3"),o=a&&a.isSet,s=o?i(o):r;t.exports=s},d80f:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("fc6a"),o=n("7b0b"),s=n("577e"),c=n("07fa"),l=i([].push),u=i([].join);r({target:"String",stat:!0},{raw:function(t){var e=a(o(t).raw),n=c(e);if(!n)return"";var r=arguments.length,i=[],h=0;while(1){if(l(i,s(e[h++])),h===n)return u(i,"");h<r&&l(i,s(arguments[h]))}}})},d81d:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").map,a=n("1dde"),o=a("map");r({target:"Array",proto:!0,forced:!o},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},d865:function(t,e,n){"use strict";var r=n("8e8e"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("d96e"),u=n.n(l),h=n("7d1c"),f=n("3593"),d=n("4d91"),p=n("daa3"),v=n("7b05"),g=n("9cba"),m=n("0c63");function y(){return{showLine:d["a"].bool,multiple:d["a"].bool,autoExpandParent:d["a"].bool,checkStrictly:d["a"].bool,checkable:d["a"].bool,disabled:d["a"].bool,defaultExpandAll:d["a"].bool,defaultExpandParent:d["a"].bool,defaultExpandedKeys:d["a"].array,expandedKeys:d["a"].array,checkedKeys:d["a"].oneOfType([d["a"].array,d["a"].shape({checked:d["a"].array,halfChecked:d["a"].array}).loose]),defaultCheckedKeys:d["a"].array,selectedKeys:d["a"].array,defaultSelectedKeys:d["a"].array,selectable:d["a"].bool,filterAntTreeNode:d["a"].func,loadData:d["a"].func,loadedKeys:d["a"].array,draggable:d["a"].bool,showIcon:d["a"].bool,icon:d["a"].func,switcherIcon:d["a"].any,prefixCls:d["a"].string,filterTreeNode:d["a"].func,openAnimation:d["a"].any,treeNodes:d["a"].array,treeData:d["a"].array,replaceFields:d["a"].object,blockNode:d["a"].bool}}var b={name:"ATree",model:{prop:"checkedKeys",event:"check"},props:Object(p["t"])(y(),{checkable:!1,showIcon:!1,openAnimation:{on:f["a"],props:{appear:null}},blockNode:!1}),inject:{configProvider:{default:function(){return g["a"]}}},created:function(){u()(!("treeNodes"in Object(p["l"])(this)),"`treeNodes` is deprecated. please use treeData instead.")},TreeNode:h["TreeNode"],methods:{renderSwitcherIcon:function(t,e,n){var r=n.isLeaf,i=n.expanded,a=n.loading,o=this.$createElement,s=this.$props.showLine;if(a)return o(m["a"],{attrs:{type:"loading"},class:t+"-switcher-loading-icon"});if(r)return s?o(m["a"],{attrs:{type:"file"},class:t+"-switcher-line-icon"}):null;var l=t+"-switcher-icon";return e?Object(v["a"])(e,{class:c()({},l,!0)}):o(m["a"],s?{attrs:{type:i?"minus-square":"plus-square",theme:"outlined"},class:t+"-switcher-line-icon"}:{attrs:{type:"caret-down",theme:"filled"},class:l})},updateTreeData:function(t){var e=this,n=this.$slots,r=this.$scopedSlots,a={children:"children",title:"title",key:"key"},s=o()({},a,this.$props.replaceFields);return t.map((function(t){var a=t[s.key],c=t[s.children],l=t.on,u=void 0===l?{}:l,h=t.slots,f=void 0===h?{}:h,d=t.scopedSlots,p=void 0===d?{}:d,v=t["class"],g=t.style,m=i()(t,["on","slots","scopedSlots","class","style"]),y=o()({},m,{icon:r[p.icon]||n[f.icon]||m.icon,switcherIcon:r[p.switcherIcon]||n[f.switcherIcon]||m.switcherIcon,title:r[p.title]||n[f.title]||r.title||m[s.title],dataRef:t,on:u,key:a,class:v,style:g});return c?o()({},y,{children:e.updateTreeData(c)}):y}))}},render:function(){var t,e=this,n=arguments[0],r=Object(p["l"])(this),i=this.$slots,a=this.$scopedSlots,s=r.prefixCls,l=r.showIcon,u=r.treeNodes,f=r.blockNode,d=this.configProvider.getPrefixCls,v=d("tree",s),g=Object(p["g"])(this,"switcherIcon"),m=r.checkable,y=r.treeData||u;y&&(y=this.updateTreeData(y));var b={props:o()({},r,{prefixCls:v,checkable:m?n("span",{class:v+"-checkbox-inner"}):m,children:Object(p["c"])(a["default"]?a["default"]():i["default"]),__propsSymbol__:Symbol(),switcherIcon:function(t){return e.renderSwitcherIcon(v,g,t)}}),on:Object(p["k"])(this),ref:"tree",class:(t={},c()(t,v+"-icon-hide",!l),c()(t,v+"-block-node",f),t)};return y&&(b.props.treeData=y),n(h["Tree"],b)}},_=n("9b57"),x=n.n(_),w=n("0464"),k=n("b047"),C=n.n(k),S=n("6a21"),T=n("c9a4"),O={None:"node",Start:"start",End:"end"};function M(t,e){var n=Object(T["j"])(t)||[];function r(t){var n=t.key,r=Object(p["p"])(t)["default"];!1!==e(n,t)&&M("function"===typeof r?r():r,e)}n.forEach(r)}function E(t){var e=Object(T["h"])(t),n=e.keyEntities;return[].concat(x()(n.keys()))}function A(t,e,n,r){var i=[],a=O.None;if(n&&n===r)return[n];if(!n||!r)return[];function o(t){return t===n||t===r}return M(t,(function(t){if(a===O.End)return!1;if(o(t)){if(i.push(t),a===O.None)a=O.Start;else if(a===O.Start)return a=O.End,!1}else a===O.Start&&i.push(t);return-1!==e.indexOf(t)})),i}function P(t,e){var n=[].concat(x()(e)),r=[];return M(t,(function(t,e){var i=n.indexOf(t);return-1!==i&&(r.push(e),n.splice(i,1)),!!n.length})),r}function L(t){var e=[];return(t||[]).forEach((function(t){e.push(t.key),t.children&&(e=[].concat(x()(e),x()(L(t.children))))})),e}var I=n("b488");function j(t,e){var n=t.isLeaf,r=t.expanded;return e(m["a"],n?{attrs:{type:"file"}}:{attrs:{type:r?"folder-open":"folder"}})}var z={name:"ADirectoryTree",mixins:[I["a"]],model:{prop:"checkedKeys",event:"check"},props:Object(p["t"])(o()({},y(),{expandAction:d["a"].oneOf([!1,"click","doubleclick","dblclick"])}),{showIcon:!0,expandAction:"click"}),inject:{configProvider:{default:function(){return g["a"]}}},data:function(){var t=Object(p["l"])(this),e=t.defaultExpandAll,n=t.defaultExpandParent,r=t.expandedKeys,i=t.defaultExpandedKeys,a=Object(T["h"])(this.$slots["default"]),s=a.keyEntities,c={};return c._selectedKeys=t.selectedKeys||t.defaultSelectedKeys||[],e?t.treeData?c._expandedKeys=L(t.treeData):c._expandedKeys=E(this.$slots["default"]):c._expandedKeys=n?Object(T["f"])(r||i,s):r||i,this.onDebounceExpand=C()(this.expandFolderNode,200,{leading:!0}),o()({_selectedKeys:[],_expandedKeys:[]},c)},watch:{expandedKeys:function(t){this.setState({_expandedKeys:t})},selectedKeys:function(t){this.setState({_selectedKeys:t})}},methods:{onExpand:function(t,e){this.setUncontrolledState({_expandedKeys:t}),this.$emit("expand",t,e)},onClick:function(t,e){var n=this.$props.expandAction;"click"===n&&this.onDebounceExpand(t,e),this.$emit("click",t,e)},onDoubleClick:function(t,e){var n=this.$props.expandAction;"dblclick"!==n&&"doubleclick"!==n||this.onDebounceExpand(t,e),this.$emit("doubleclick",t,e),this.$emit("dblclick",t,e)},onSelect:function(t,e){var n=this.$props.multiple,r=this.$slots["default"]||[],i=this.$data._expandedKeys,a=void 0===i?[]:i,s=e.node,c=e.nativeEvent,l=s.eventKey,u=void 0===l?"":l,h={},f=o()({},e,{selected:!0}),d=c.ctrlKey||c.metaKey,p=c.shiftKey,v=void 0;n&&d?(v=t,this.lastSelectedKey=u,this.cachedSelectedKeys=v,f.selectedNodes=P(r,v)):n&&p?(v=Array.from(new Set([].concat(x()(this.cachedSelectedKeys||[]),x()(A(r,a,u,this.lastSelectedKey))))),f.selectedNodes=P(r,v)):(v=[u],this.lastSelectedKey=u,this.cachedSelectedKeys=v,f.selectedNodes=[e.node]),h._selectedKeys=v,this.$emit("update:selectedKeys",v),this.$emit("select",v,f),this.setUncontrolledState(h)},expandFolderNode:function(t,e){var n=e.isLeaf;if(!(n||t.shiftKey||t.metaKey||t.ctrlKey)&&this.$refs.tree.$refs.tree){var r=this.$refs.tree.$refs.tree;r.onNodeExpand(t,e)}},setUncontrolledState:function(t){var e=Object(w["a"])(t,Object.keys(Object(p["l"])(this)).map((function(t){return"_"+t})));Object.keys(e).length&&this.setState(e)}},render:function(){var t=arguments[0],e=Object(p["l"])(this),n=e.prefixCls,r=i()(e,["prefixCls"]),a=this.configProvider.getPrefixCls,s=a("tree",n),c=this.$data,l=c._expandedKeys,u=c._selectedKeys,h=Object(p["k"])(this);Object(S["a"])(!h.doubleclick,"`doubleclick` is deprecated. please use `dblclick` instead.");var f={props:o()({icon:j},r,{prefixCls:s,expandedKeys:l,selectedKeys:u,switcherIcon:Object(p["g"])(this,"switcherIcon")}),ref:"tree",class:s+"-directory",on:o()({},Object(w["a"])(h,["update:selectedKeys"]),{select:this.onSelect,click:this.onClick,dblclick:this.onDoubleClick,expand:this.onExpand})};return t(b,f,[this.$slots["default"]])}},D=n("db14");b.TreeNode.name="ATreeNode",b.DirectoryTree=z,b.install=function(t){t.use(D["a"]),t.component(b.name,b),t.component(b.TreeNode.name,b.TreeNode),t.component(z.name,z)};e["a"]=b},d86b:function(t,e,n){"use strict";var r=n("d039");t.exports=r((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},d88f:function(t,e,n){"use strict";n("b2a3"),n("2047"),n("06f4"),n("7f6b"),n("68c7"),n("1efe")},d925:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},d96e:function(t,e,n){"use strict";var r=!1,i=function(){};if(r){var a=function(t,e){var n=arguments.length;e=new Array(n>1?n-1:0);for(var r=1;r<n;r++)e[r-1]=arguments[r];var i=0,a="Warning: "+t.replace(/%s/g,(function(){return e[i++]}));"undefined"!==typeof console&&console.error(a);try{throw new Error(a)}catch(o){}};i=function(t,e,n){var r=arguments.length;n=new Array(r>2?r-2:0);for(var i=2;i<r;i++)n[i-2]=arguments[i];if(void 0===e)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");t||a.apply(null,[e].concat(n))}}t.exports=i},d998:function(t,e,n){"use strict";var r=n("342f");t.exports=/MSIE|Trident/.test(r)},d9a8:function(t,e){function n(t){return t!==t}t.exports=n},d9b5:function(t,e,n){"use strict";var r=n("d066"),i=n("1626"),a=n("3a9b"),o=n("fdbf"),s=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return i(e)&&a(e.prototype,s(t))}},d9e2:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("2ba4"),o=n("e5cb"),s="WebAssembly",c=i[s],l=7!==new Error("e",{cause:7}).cause,u=function(t,e){var n={};n[t]=o(t,e,l),r({global:!0,constructor:!0,arity:1,forced:l},n)},h=function(t,e){if(c&&c[t]){var n={};n[t]=o(s+"."+t,e,l),r({target:s,stat:!0,constructor:!0,arity:1,forced:l},n)}};u("Error",(function(t){return function(e){return a(t,this,arguments)}})),u("EvalError",(function(t){return function(e){return a(t,this,arguments)}})),u("RangeError",(function(t){return function(e){return a(t,this,arguments)}})),u("ReferenceError",(function(t){return function(e){return a(t,this,arguments)}})),u("SyntaxError",(function(t){return function(e){return a(t,this,arguments)}})),u("TypeError",(function(t){return function(e){return a(t,this,arguments)}})),u("URIError",(function(t){return function(e){return a(t,this,arguments)}})),h("CompileError",(function(t){return function(e){return a(t,this,arguments)}})),h("LinkError",(function(t){return function(e){return a(t,this,arguments)}})),h("RuntimeError",(function(t){return function(e){return a(t,this,arguments)}}))},d9f5:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("c65b"),o=n("e330"),s=n("c430"),c=n("83ab"),l=n("04f8"),u=n("d039"),h=n("1a2d"),f=n("3a9b"),d=n("825a"),p=n("fc6a"),v=n("a04b"),g=n("577e"),m=n("5c6c"),y=n("7c73"),b=n("df75"),_=n("241c"),x=n("057f"),w=n("7418"),k=n("06cf"),C=n("9bf2"),S=n("37e8"),T=n("d1e7"),O=n("cb2d"),M=n("edd0"),E=n("5692"),A=n("f772"),P=n("d012"),L=n("90e3"),I=n("b622"),j=n("e538"),z=n("e065"),D=n("57b9"),N=n("d44e"),R=n("69f3"),V=n("b727").forEach,F=A("hidden"),H="Symbol",B="prototype",U=R.set,$=R.getterFor(H),q=Object[B],W=i.Symbol,Y=W&&W[B],K=i.RangeError,X=i.TypeError,G=i.QObject,Z=k.f,Q=C.f,J=x.f,tt=T.f,et=o([].push),nt=E("symbols"),rt=E("op-symbols"),it=E("wks"),at=!G||!G[B]||!G[B].findChild,ot=function(t,e,n){var r=Z(q,e);r&&delete q[e],Q(t,e,n),r&&t!==q&&Q(q,e,r)},st=c&&u((function(){return 7!==y(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?ot:Q,ct=function(t,e){var n=nt[t]=y(Y);return U(n,{type:H,tag:t,description:e}),c||(n.description=e),n},lt=function(t,e,n){t===q&&lt(rt,e,n),d(t);var r=v(e);return d(n),h(nt,r)?(n.enumerable?(h(t,F)&&t[F][r]&&(t[F][r]=!1),n=y(n,{enumerable:m(0,!1)})):(h(t,F)||Q(t,F,m(1,y(null))),t[F][r]=!0),st(t,r,n)):Q(t,r,n)},ut=function(t,e){d(t);var n=p(e),r=b(n).concat(vt(n));return V(r,(function(e){c&&!a(ft,n,e)||lt(t,e,n[e])})),t},ht=function(t,e){return void 0===e?y(t):ut(y(t),e)},ft=function(t){var e=v(t),n=a(tt,this,e);return!(this===q&&h(nt,e)&&!h(rt,e))&&(!(n||!h(this,e)||!h(nt,e)||h(this,F)&&this[F][e])||n)},dt=function(t,e){var n=p(t),r=v(e);if(n!==q||!h(nt,r)||h(rt,r)){var i=Z(n,r);return!i||!h(nt,r)||h(n,F)&&n[F][r]||(i.enumerable=!0),i}},pt=function(t){var e=J(p(t)),n=[];return V(e,(function(t){h(nt,t)||h(P,t)||et(n,t)})),n},vt=function(t){var e=t===q,n=J(e?rt:p(t)),r=[];return V(n,(function(t){!h(nt,t)||e&&!h(q,t)||et(r,nt[t])})),r};l||(W=function(){if(f(Y,this))throw new X("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=L(t),n=function(t){var r=void 0===this?i:this;r===q&&a(n,rt,t),h(r,F)&&h(r[F],e)&&(r[F][e]=!1);var o=m(1,t);try{st(r,e,o)}catch(s){if(!(s instanceof K))throw s;ot(r,e,o)}};return c&&at&&st(q,e,{configurable:!0,set:n}),ct(e,t)},Y=W[B],O(Y,"toString",(function(){return $(this).tag})),O(W,"withoutSetter",(function(t){return ct(L(t),t)})),T.f=ft,C.f=lt,S.f=ut,k.f=dt,_.f=x.f=pt,w.f=vt,j.f=function(t){return ct(I(t),t)},c&&(M(Y,"description",{configurable:!0,get:function(){return $(this).description}}),s||O(q,"propertyIsEnumerable",ft,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:W}),V(b(it),(function(t){z(t)})),r({target:H,stat:!0,forced:!l},{useSetter:function(){at=!0},useSimple:function(){at=!1}}),r({target:"Object",stat:!0,forced:!l,sham:!c},{create:ht,defineProperty:lt,defineProperties:ut,getOwnPropertyDescriptor:dt}),r({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:pt}),D(),N(W,H),P[F]=!0},da03:function(t,e,n){var r=n("2b3e"),i=r["__core-js_shared__"];t.exports=i},da05:function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("1098"),c=n.n(s),l=n("4d91"),u=n("9cba"),h=n("daa3"),f=l["a"].oneOfType([l["a"].string,l["a"].number]),d=l["a"].shape({span:f,order:f,offset:f,push:f,pull:f}).loose,p=l["a"].oneOfType([l["a"].string,l["a"].number,d]),v={span:f,order:f,offset:f,push:f,pull:f,xs:p,sm:p,md:p,lg:p,xl:p,xxl:p,prefixCls:l["a"].string,flex:f};e["b"]={name:"ACol",props:v,inject:{configProvider:{default:function(){return u["a"]}},rowContext:{default:function(){return null}}},methods:{parseFlex:function(t){return"number"===typeof t?t+" "+t+" auto":/^\d+(\.\d+)?(px|em|rem|%)$/.test(t)?"0 0 "+t:t}},render:function(){var t,e=this,n=arguments[0],r=this.span,a=this.order,s=this.offset,l=this.push,u=this.pull,f=this.flex,d=this.prefixCls,p=this.$slots,v=this.rowContext,g=this.configProvider.getPrefixCls,m=g("col",d),y={};["xs","sm","md","lg","xl","xxl"].forEach((function(t){var n,r={},a=e[t];"number"===typeof a?r.span=a:"object"===("undefined"===typeof a?"undefined":c()(a))&&(r=a||{}),y=o()({},y,(n={},i()(n,m+"-"+t+"-"+r.span,void 0!==r.span),i()(n,m+"-"+t+"-order-"+r.order,r.order||0===r.order),i()(n,m+"-"+t+"-offset-"+r.offset,r.offset||0===r.offset),i()(n,m+"-"+t+"-push-"+r.push,r.push||0===r.push),i()(n,m+"-"+t+"-pull-"+r.pull,r.pull||0===r.pull),n))}));var b=o()((t={},i()(t,""+m,!0),i()(t,m+"-"+r,void 0!==r),i()(t,m+"-order-"+a,a),i()(t,m+"-offset-"+s,s),i()(t,m+"-push-"+l,l),i()(t,m+"-pull-"+u,u),t),y),_={on:Object(h["k"])(this),class:b,style:{}};if(v){var x=v.getGutter();x&&(_.style=o()({},x[0]>0?{paddingLeft:x[0]/2+"px",paddingRight:x[0]/2+"px"}:{},x[1]>0?{paddingTop:x[1]/2+"px",paddingBottom:x[1]/2+"px"}:{}))}return f&&(_.style.flex=this.parseFlex(f)),n("div",_,[p["default"]])}}},da30:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("4d91");function o(t){var e=t,n=[];function r(t){e=i()({},e,t);for(var r=0;r<n.length;r++)n[r]()}function a(){return e}function o(t){return n.push(t),function(){var e=n.indexOf(t);n.splice(e,1)}}return{setState:r,getState:a,subscribe:o}}var s=a["a"].shape({subscribe:a["a"].func.isRequired,setState:a["a"].func.isRequired,getState:a["a"].func.isRequired}),c={name:"StoreProvider",props:{store:s.isRequired},provide:function(){return{storeContext:this.$props}},render:function(){return this.$slots["default"][0]}},l=n("1462"),u=n("b488"),h=n("daa3"),f=n("22a4"),d={name:"Menu",props:i()({},f["a"],{selectable:a["a"].bool.def(!0)}),mixins:[u["a"]],data:function(){var t=Object(h["l"])(this),e=t.defaultSelectedKeys,n=t.defaultOpenKeys;return"selectedKeys"in t&&(e=t.selectedKeys||[]),"openKeys"in t&&(n=t.openKeys||[]),this.store=o({selectedKeys:e,openKeys:n,activeKey:{"0-menu-":Object(l["b"])(i()({},t,{children:this.$slots["default"]||[]}),t.activeKey)}}),{}},mounted:function(){this.updateMiniStore()},updated:function(){this.updateMiniStore()},methods:{onSelect:function(t){var e=this.$props;if(e.selectable){var n=this.store.getState().selectedKeys,r=t.key;n=e.multiple?n.concat([r]):[r],Object(h["b"])(this,"selectedKeys")||this.store.setState({selectedKeys:n}),this.__emit("select",i()({},t,{selectedKeys:n}))}},onClick:function(t){this.__emit("click",t)},onKeyDown:function(t,e){this.$refs.innerMenu.getWrappedInstance().onKeyDown(t,e)},onOpenChange:function(t){var e=this.store.getState().openKeys.concat(),n=!1,r=function(t){var r=!1;if(t.open)r=-1===e.indexOf(t.key),r&&e.push(t.key);else{var i=e.indexOf(t.key);r=-1!==i,r&&e.splice(i,1)}n=n||r};Array.isArray(t)?t.forEach(r):r(t),n&&(Object(h["b"])(this,"openKeys")||this.store.setState({openKeys:e}),this.__emit("openChange",e))},onDeselect:function(t){var e=this.$props;if(e.selectable){var n=this.store.getState().selectedKeys.concat(),r=t.key,a=n.indexOf(r);-1!==a&&n.splice(a,1),Object(h["b"])(this,"selectedKeys")||this.store.setState({selectedKeys:n}),this.__emit("deselect",i()({},t,{selectedKeys:n}))}},getOpenTransitionName:function(){var t=this.$props,e=t.openTransitionName,n=t.openAnimation;return e||"string"!==typeof n||(e=t.prefixCls+"-open-"+n),e},updateMiniStore:function(){var t=Object(h["l"])(this);"selectedKeys"in t&&this.store.setState({selectedKeys:t.selectedKeys||[]}),"openKeys"in t&&this.store.setState({openKeys:t.openKeys||[]})}},render:function(){var t=arguments[0],e=Object(h["l"])(this),n={props:i()({},e,{itemIcon:Object(h["g"])(this,"itemIcon",e),expandIcon:Object(h["g"])(this,"expandIcon",e),overflowedIndicator:Object(h["g"])(this,"overflowedIndicator",e)||t("span",["···"]),openTransitionName:this.getOpenTransitionName(),parentMenu:this,children:Object(h["c"])(this.$slots["default"]||[])}),class:e.prefixCls+"-root",on:i()({},Object(h["k"])(this),{click:this.onClick,openChange:this.onOpenChange,deselect:this.onDeselect,select:this.onSelect}),ref:"innerMenu"};return t(c,{attrs:{store:this.store}},[t(l["a"],n)])}},p=d;e["a"]=p},da84:function(t,e,n){"use strict";(function(e){var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()}).call(this,n("c8ba"))},daa3:function(t,e,n){"use strict";n.d(e,"i",(function(){return A})),n.d(e,"h",(function(){return P})),n.d(e,"k",(function(){return L})),n.d(e,"f",(function(){return I})),n.d(e,"q",(function(){return j})),n.d(e,"u",(function(){return z})),n.d(e,"v",(function(){return D})),n.d(e,"c",(function(){return N})),n.d(e,"x",(function(){return V})),n.d(e,"s",(function(){return m})),n.d(e,"l",(function(){return C})),n.d(e,"g",(function(){return S})),n.d(e,"o",(function(){return k})),n.d(e,"m",(function(){return T})),n.d(e,"j",(function(){return E})),n.d(e,"e",(function(){return M})),n.d(e,"r",(function(){return O})),n.d(e,"y",(function(){return g})),n.d(e,"t",(function(){return R})),n.d(e,"w",(function(){return F})),n.d(e,"a",(function(){return v})),n.d(e,"p",(function(){return _})),n.d(e,"n",(function(){return x})),n.d(e,"d",(function(){return w}));var r=n("1098"),i=n.n(r),a=n("b24f"),o=n.n(a),s=n("41b2"),c=n.n(s),l=n("60ed"),u=n.n(l),h=n("4d26"),f=n.n(h);function d(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}var p=/-(\w)/g,v=function(t){return t.replace(p,(function(t,e){return e?e.toUpperCase():""}))},g=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments[1],n={},r=/;(?![^(]*\))/g,i=/:(.+)/;return t.split(r).forEach((function(t){if(t){var r=t.split(i);if(r.length>1){var a=e?v(r[0].trim()):r[0].trim();n[a]=r[1].trim()}}})),n},m=function(t,e){var n=t.$options||{},r=n.propsData||{};return e in r},y=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={};return Object.keys(t).forEach((function(r){(r in e||void 0!==t[r])&&(n[r]=t[r])})),n},b=function(t){return t.data&&t.data.scopedSlots||{}},_=function(t){var e=t.componentOptions||{};t.$vnode&&(e=t.$vnode.componentOptions||{});var n=t.children||e.children||[],r={};return n.forEach((function(t){if(!z(t)){var e=t.data&&t.data.slot||"default";r[e]=r[e]||[],r[e].push(t)}})),c()({},r,b(t))},x=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t.$scopedSlots&&t.$scopedSlots[e]&&t.$scopedSlots[e](n)||t.$slots[e]||[]},w=function(t){var e=t.componentOptions||{};return t.$vnode&&(e=t.$vnode.componentOptions||{}),t.children||e.children||[]},k=function(t){if(t.fnOptions)return t.fnOptions;var e=t.componentOptions;return t.$vnode&&(e=t.$vnode.componentOptions),e&&e.Ctor.options||{}},C=function(t){if(t.componentOptions){var e=t.componentOptions,n=e.propsData,r=void 0===n?{}:n,i=e.Ctor,a=void 0===i?{}:i,s=(a.options||{}).props||{},l={},u=!0,h=!1,f=void 0;try{for(var p,v=Object.entries(s)[Symbol.iterator]();!(u=(p=v.next()).done);u=!0){var g=p.value,m=o()(g,2),b=m[0],_=m[1],x=_["default"];void 0!==x&&(l[b]="function"===typeof x&&"Function"!==d(_.type)?x.call(t):x)}}catch(T){h=!0,f=T}finally{try{!u&&v["return"]&&v["return"]()}finally{if(h)throw f}}return c()({},l,r)}var w=t.$options,k=void 0===w?{}:w,C=t.$props,S=void 0===C?{}:C;return y(S,k.propsData)},S=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t,r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(t.$createElement){var i=t.$createElement,a=t[e];return void 0!==a?"function"===typeof a&&r?a(i,n):a:t.$scopedSlots[e]&&r&&t.$scopedSlots[e](n)||t.$scopedSlots[e]||t.$slots[e]||void 0}var o=t.context.$createElement,s=T(t)[e];if(void 0!==s)return"function"===typeof s&&r?s(o,n):s;var c=b(t)[e];if(void 0!==c)return"function"===typeof c&&r?c(o,n):c;var l=[],u=t.componentOptions||{};return(u.children||[]).forEach((function(t){t.data&&t.data.slot===e&&(t.data.attrs&&delete t.data.attrs.slot,"template"===t.tag?l.push(t.children):l.push(t))})),l.length?l:void 0},T=function(t){var e=t.componentOptions;return t.$vnode&&(e=t.$vnode.componentOptions),e&&e.propsData||{}},O=function(t,e){return T(t)[e]},M=function(t){var e=t.data;return t.$vnode&&(e=t.$vnode.data),e&&e.attrs||{}},E=function(t){var e=t.key;return t.$vnode&&(e=t.$vnode.key),e};function A(t){var e={};return t.componentOptions&&t.componentOptions.listeners?e=t.componentOptions.listeners:t.data&&t.data.on&&(e=t.data.on),c()({},e)}function P(t){var e={};return t.data&&t.data.on&&(e=t.data.on),c()({},e)}function L(t){return(t.$vnode?t.$vnode.componentOptions.listeners:t.$listeners)||{}}function I(t){var e={};t.data?e=t.data:t.$vnode&&t.$vnode.data&&(e=t.$vnode.data);var n=e["class"]||{},r=e.staticClass,i={};return r&&r.split(" ").forEach((function(t){i[t.trim()]=!0})),"string"===typeof n?n.split(" ").forEach((function(t){i[t.trim()]=!0})):Array.isArray(n)?f()(n).split(" ").forEach((function(t){i[t.trim()]=!0})):i=c()({},i,n),i}function j(t,e){var n={};t.data?n=t.data:t.$vnode&&t.$vnode.data&&(n=t.$vnode.data);var r=n.style||n.staticStyle;if("string"===typeof r)r=g(r,e);else if(e&&r){var i={};return Object.keys(r).forEach((function(t){return i[v(t)]=r[t]})),i}return r}function z(t){return!(t.tag||t.text&&""!==t.text.trim())}function D(t){return!t.tag}function N(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.filter((function(t){return!z(t)}))}var R=function(t,e){return Object.keys(e).forEach((function(n){if(!t[n])throw new Error("not have "+n+" prop");t[n].def&&(t[n]=t[n].def(e[n]))})),t};function V(){var t=[].slice.call(arguments,0),e={};return t.forEach((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!0,r=!1,i=void 0;try{for(var a,s=Object.entries(t)[Symbol.iterator]();!(n=(a=s.next()).done);n=!0){var l=a.value,h=o()(l,2),f=h[0],d=h[1];e[f]=e[f]||{},u()(d)?c()(e[f],d):e[f]=d}}catch(p){r=!0,i=p}finally{try{!n&&s["return"]&&s["return"]()}finally{if(r)throw i}}})),e}function F(t){return t&&"object"===("undefined"===typeof t?"undefined":i()(t))&&"componentOptions"in t&&"context"in t&&void 0!==t.tag}e["b"]=m},db14:function(t,e,n){"use strict";var r=n("46cf"),i=n.n(r),a=n("129d"),o=n("dfdf"),s=n("21f9"),c={install:function(t){t.use(i.a,{name:"ant-ref"}),Object(a["a"])(t),Object(o["a"])(t),Object(s["a"])(t)}},l={},u=function(t){l.Vue=t,t.use(c)};l.install=u;e["a"]=l},db96:function(t,e,n){"use strict";var r=n("23e7"),i=n("825a"),a=n("4fad");r({target:"Reflect",stat:!0},{isExtensible:function(t){return i(t),a(t)}})},dbb4:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("56ef"),o=n("fc6a"),s=n("06cf"),c=n("8418");r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(t){var e,n,r=o(t),i=s.f,l=a(r),u={},h=0;while(l.length>h)n=i(r,e=l[h++]),void 0!==n&&c(u,e,n);return u}})},dc0f:function(t,e){function n(t){return this.__data__.has(t)}t.exports=n},dc4a:function(t,e,n){"use strict";var r=n("59ed"),i=n("7234");t.exports=function(t,e){var n=t[e];return i(n)?void 0:r(n)}},dc57:function(t,e){var n=Function.prototype,r=n.toString;function i(t){if(null!=t){try{return r.call(t)}catch(e){}try{return t+""}catch(e){}}return""}t.exports=i},dc5a:function(t,e,n){"use strict";n("b2a3"),n("ea55")},dc8d:function(t,e,n){"use strict";var r=n("e065");r("hasInstance")},dca8:function(t,e,n){"use strict";var r=n("23e7"),i=n("bb2f"),a=n("d039"),o=n("861d"),s=n("f183").onFreeze,c=Object.freeze,l=a((function(){c(1)}));r({target:"Object",stat:!0,forced:l,sham:!i},{freeze:function(t){return c&&o(t)?c(s(t)):t}})},dcb1:function(t,e,n){(function(e,n){t.exports=n()})(0,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){var r=n(1);window&&!window.G2&&console.err("Please load the G2 script first!"),t.exports=r},function(t,e,n){var r=n(2),i=window&&window.G2,a=i.Chart,o=i.Util,s=i.G,c=i.Global,l=s.Canvas,u=o.DomUtil,h=function(t){return"number"===typeof t},f=function(){var t=e.prototype;function e(t){this._initProps(),o.deepMix(this,t);var e=this.container;if(!e)throw new Error("Please specify the container for the Slider!");o.isString(e)?this.domContainer=document.getElementById(e):this.domContainer=e,this.handleStyle=o.mix({width:this.height,height:this.height},this.handleStyle),"auto"===this.width&&window.addEventListener("resize",o.wrapBehavior(this,"_initForceFitEvent"))}return t._initProps=function(){this.height=26,this.width="auto",this.padding=c.plotCfg.padding,this.container=null,this.xAxis=null,this.yAxis=null,this.fillerStyle={fill:"#BDCCED",fillOpacity:.3},this.backgroundStyle={stroke:"#CCD6EC",fill:"#CCD6EC",fillOpacity:.3,lineWidth:1},this.range=[0,100],this.layout="horizontal",this.textStyle={fill:"#545454"},this.handleStyle={img:"https://gw.alipayobjects.com/zos/rmsportal/QXtfhORGlDuRvLXFzpsQ.png",width:5},this.backgroundChart={type:["area"],color:"#CCD6EC"}},t._initForceFitEvent=function(){var t=setTimeout(o.wrapBehavior(this,"forceFit"),200);clearTimeout(this.resizeTimer),this.resizeTimer=t},t.forceFit=function(){if(this&&!this.destroyed){var t=u.getWidth(this.domContainer),e=this.height;if(t!==this.domWidth){var n=this.canvas;n.changeSize(t,e),this.bgChart&&this.bgChart.changeWidth(t),n.clear(),this._initWidth(),this._initSlider(),this._bindEvent(),n.draw()}}},t._initWidth=function(){var t;t="auto"===this.width?u.getWidth(this.domContainer):this.width,this.domWidth=t;var e=o.toAllPadding(this.padding);"horizontal"===this.layout?(this.plotWidth=t-e[1]-e[3],this.plotPadding=e[3],this.plotHeight=this.height):"vertical"===this.layout&&(this.plotWidth=this.width,this.plotHeight=this.height-e[0]-e[2],this.plotPadding=e[0])},t.render=function(){this._initWidth(),this._initCanvas(),this._initBackground(),this._initSlider(),this._bindEvent(),this.canvas.draw()},t.changeData=function(t){this.data=t,this.repaint()},t.destroy=function(){clearTimeout(this.resizeTimer);var t=this.rangeElement;t.off("sliderchange"),this.bgChart&&this.bgChart.destroy(),this.canvas.destroy();var e=this.domContainer;while(e.hasChildNodes())e.removeChild(e.firstChild);window.removeEventListener("resize",o.getWrapBehavior(this,"_initForceFitEvent")),this.destroyed=!0},t.clear=function(){this.canvas.clear(),this.bgChart&&this.bgChart.destroy(),this.bgChart=null,this.scale=null,this.canvas.draw()},t.repaint=function(){this.clear(),this.render()},t._initCanvas=function(){var t=this.domWidth,e=this.height,n=new l({width:t,height:e,containerDOM:this.domContainer,capture:!1}),r=n.get("el");r.style.position="absolute",r.style.top=0,r.style.left=0,r.style.zIndex=3,this.canvas=n},t._initBackground=function(){var t,e=this.data,n=this.xAxis,r=this.yAxis,i=o.deepMix((t={},t[""+n]={range:[0,1]},t),this.scales);if(!e)throw new Error("Please specify the data!");if(!n)throw new Error("Please specify the xAxis!");if(!r)throw new Error("Please specify the yAxis!");var s=this.backgroundChart,c=s.type,l=s.color;o.isArray(c)||(c=[c]);var u=o.toAllPadding(this.padding),h=new a({container:this.container,width:this.domWidth,height:this.height,padding:[0,u[1],0,u[3]],animate:!1});h.source(e),h.scale(i),h.axis(!1),h.tooltip(!1),h.legend(!1),o.each(c,(function(t){h[t]().position(n+"*"+r).color(l).opacity(1)})),h.render(),this.bgChart=h,this.scale="horizontal"===this.layout?h.getXScale():h.getYScales()[0],"vertical"===this.layout&&h.destroy()},t._initRange=function(){var t=this.startRadio,e=this.endRadio,n=this.start,r=this.end,i=this.scale,a=0,o=1;h(t)?a=t:n&&(a=i.scale(i.translate(n))),h(e)?o=e:r&&(o=i.scale(i.translate(r)));var s=this.minSpan,c=this.maxSpan,l=0;if("time"===i.type||"timeCat"===i.type){var u=i.values,f=u[0],d=u[u.length-1];l=d-f}else i.isLinear&&(l=i.max-i.min);l&&s&&(this.minRange=s/l*100),l&&c&&(this.maxRange=c/l*100);var p=[100*a,100*o];return this.range=p,p},t._getHandleValue=function(t){var e,n=this.range,r=n[0]/100,i=n[1]/100,a=this.scale;return e="min"===t?this.start?this.start:a.invert(r):this.end?this.end:a.invert(i),e},t._initSlider=function(){var t=this.canvas,e=this._initRange(),n=this.scale,i=t.addGroup(r,{middleAttr:this.fillerStyle,range:e,minRange:this.minRange,maxRange:this.maxRange,layout:this.layout,width:this.plotWidth,height:this.plotHeight,backgroundStyle:this.backgroundStyle,textStyle:this.textStyle,handleStyle:this.handleStyle,minText:n.getText(this._getHandleValue("min")),maxText:n.getText(this._getHandleValue("max"))});"horizontal"===this.layout?i.translate(this.plotPadding,0):"vertical"===this.layout&&i.translate(0,this.plotPadding),this.rangeElement=i},t._bindEvent=function(){var t=this,e=t.rangeElement;e.on("sliderchange",(function(e){var n=e.range,r=n[0]/100,i=n[1]/100;t._updateElement(r,i)}))},t._updateElement=function(t,e){var n=this.scale,r=this.rangeElement,i=r.get("minTextElement"),a=r.get("maxTextElement"),o=n.invert(t),s=n.invert(e),c=n.getText(o),l=n.getText(s);i.attr("text",c),a.attr("text",l),this.start=o,this.end=s,this.onChange&&this.onChange({startText:c,endText:l,startValue:o,endValue:s,startRadio:t,endRadio:e})},e}();t.exports=f},function(t,e){function n(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}var r=window&&window.G2,i=r.Util,a=r.G,o=a.Group,s=i.DomUtil,c=5,l=function(t){function e(){return t.apply(this,arguments)||this}n(e,t);var r=e.prototype;return r.getDefaultCfg=function(){return{range:null,middleAttr:null,backgroundElement:null,minHandleElement:null,maxHandleElement:null,middleHandleElement:null,currentTarget:null,layout:"vertical",width:null,height:null,pageX:null,pageY:null}},r._initHandle=function(t){var e,n,r,a=this.addGroup(),o=this.get("layout"),s=this.get("handleStyle"),l=s.img,u=s.width,h=s.height;if("horizontal"===o){var f=s.width;r="ew-resize",n=a.addShape("Image",{attrs:{x:-f/2,y:0,width:f,height:h,img:l,cursor:r}}),e=a.addShape("Text",{attrs:i.mix({x:"min"===t?-(f/2+c):f/2+c,y:h/2,textAlign:"min"===t?"end":"start",textBaseline:"middle",text:"min"===t?this.get("minText"):this.get("maxText"),cursor:r},this.get("textStyle"))})}else r="ns-resize",n=a.addShape("Image",{attrs:{x:0,y:-h/2,width:u,height:h,img:l,cursor:r}}),e=a.addShape("Text",{attrs:i.mix({x:u/2,y:"min"===t?h/2+c:-(h/2+c),textAlign:"center",textBaseline:"middle",text:"min"===t?this.get("minText"):this.get("maxText"),cursor:r},this.get("textStyle"))});return this.set(t+"TextElement",e),this.set(t+"IconElement",n),a},r._initSliderBackground=function(){var t=this.addGroup();return t.initTransform(),t.translate(0,0),t.addShape("Rect",{attrs:i.mix({x:0,y:0,width:this.get("width"),height:this.get("height")},this.get("backgroundStyle"))}),t},r._beforeRenderUI=function(){var t=this._initSliderBackground(),e=this._initHandle("min"),n=this._initHandle("max"),r=this.addShape("rect",{attrs:this.get("middleAttr")});this.set("middleHandleElement",r),this.set("minHandleElement",e),this.set("maxHandleElement",n),this.set("backgroundElement",t),t.set("zIndex",0),r.set("zIndex",1),e.set("zIndex",2),n.set("zIndex",2),r.attr("cursor","move"),this.sort()},r._renderUI=function(){"horizontal"===this.get("layout")?this._renderHorizontal():this._renderVertical()},r._transform=function(t){var e=this.get("range"),n=e[0]/100,r=e[1]/100,i=this.get("width"),a=this.get("height"),o=this.get("minHandleElement"),s=this.get("maxHandleElement"),c=this.get("middleHandleElement");o.resetMatrix?(o.resetMatrix(),s.resetMatrix()):(o.initTransform(),s.initTransform()),"horizontal"===t?(c.attr({x:i*n,y:0,width:(r-n)*i,height:a}),o.translate(n*i,0),s.translate(r*i,0)):(c.attr({x:0,y:a*(1-r),width:i,height:(r-n)*a}),o.translate(0,(1-n)*a),s.translate(0,(1-r)*a))},r._renderHorizontal=function(){this._transform("horizontal")},r._renderVertical=function(){this._transform("vertical")},r._bindUI=function(){this.on("mousedown",i.wrapBehavior(this,"_onMouseDown"))},r._isElement=function(t,e){var n=this.get(e);if(t===n)return!0;if(n.isGroup){var r=n.get("children");return r.indexOf(t)>-1}return!1},r._getRange=function(t,e){var n=t+e;return n=n>100?100:n,n=n<0?0:n,n},r._limitRange=function(t,e,n){n[0]=this._getRange(t,n[0]),n[1]=n[0]+e,n[1]>100&&(n[1]=100,n[0]=n[1]-e)},r._updateStatus=function(t,e){var n="x"===t?this.get("width"):this.get("height");t=i.upperFirst(t);var r,a=this.get("range"),o=this.get("page"+t),s=this.get("currentTarget"),c=this.get("rangeStash"),l=this.get("layout"),u="vertical"===l?-1:1,h=e["page"+t],f=h-o,d=f/n*100*u,p=this.get("minRange"),v=this.get("maxRange");a[1]<=a[0]?(this._isElement(s,"minHandleElement")||this._isElement(s,"maxHandleElement"))&&(a[0]=this._getRange(d,a[0]),a[1]=this._getRange(d,a[0])):(this._isElement(s,"minHandleElement")&&(a[0]=this._getRange(d,a[0]),p&&a[1]-a[0]<=p&&this._limitRange(d,p,a),v&&a[1]-a[0]>=v&&this._limitRange(d,v,a)),this._isElement(s,"maxHandleElement")&&(a[1]=this._getRange(d,a[1]),p&&a[1]-a[0]<=p&&this._limitRange(d,p,a),v&&a[1]-a[0]>=v&&this._limitRange(d,v,a))),this._isElement(s,"middleHandleElement")&&(r=c[1]-c[0],this._limitRange(d,r,a)),this.emit("sliderchange",{range:a}),this.set("page"+t,h),this._renderUI(),this.get("canvas").draw()},r._onMouseDown=function(t){var e=t.currentTarget,n=t.event,r=this.get("range");n.stopPropagation(),n.preventDefault(),this.set("pageX",n.pageX),this.set("pageY",n.pageY),this.set("currentTarget",e),this.set("rangeStash",[r[0],r[1]]),this._bindCanvasEvents()},r._bindCanvasEvents=function(){var t=this.get("canvas").get("containerDOM");this.onMouseMoveListener=s.addEventListener(t,"mousemove",i.wrapBehavior(this,"_onCanvasMouseMove")),this.onMouseUpListener=s.addEventListener(t,"mouseup",i.wrapBehavior(this,"_onCanvasMouseUp")),this.onMouseLeaveListener=s.addEventListener(t,"mouseleave",i.wrapBehavior(this,"_onCanvasMouseUp"))},r._onCanvasMouseMove=function(t){var e=this.get("layout");"horizontal"===e?this._updateStatus("x",t):this._updateStatus("y",t)},r._onCanvasMouseUp=function(){this._removeDocumentEvents()},r._removeDocumentEvents=function(){this.onMouseMoveListener.remove(),this.onMouseUpListener.remove(),this.onMouseLeaveListener.remove()},e}(o);t.exports=l}])}))},dcbe:function(t,e,n){var r=n("30c9"),i=n("1310");function a(t){return i(t)&&r(t)}t.exports=a},dcc3:function(t,e,n){"use strict";var r=n("ae93").IteratorPrototype,i=n("7c73"),a=n("5c6c"),o=n("d44e"),s=n("3f8c"),c=function(){return this};t.exports=function(t,e,n,l){var u=e+" Iterator";return t.prototype=i(r,{next:a(+!l,n)}),o(t,u,!1,!0),s[u]=c,t}},dd3d:function(t,e,n){"use strict";var r=function(t){return!isNaN(parseFloat(t))&&isFinite(t)};e["a"]=r},dd40:function(t,e){t.exports=function(t){if(!t.webpackPolyfill){var e=Object.create(t);e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),Object.defineProperty(e,"exports",{enumerable:!0}),e.webpackPolyfill=1}return e}},dd48:function(t,e,n){"use strict";n("b2a3"),n("9961"),n("fbd8"),n("9d5c")},dd98:function(t,e,n){"use strict";n("b2a3"),n("8580")},ddb0:function(t,e,n){"use strict";var r=n("da84"),i=n("fdbc"),a=n("785a"),o=n("e260"),s=n("9112"),c=n("d44e"),l=n("b622"),u=l("iterator"),h=o.values,f=function(t,e){if(t){if(t[u]!==h)try{s(t,u,h)}catch(r){t[u]=h}if(c(t,e,!0),i[e])for(var n in o)if(t[n]!==o[n])try{s(t,n,o[n])}catch(r){t[n]=o[n]}}};for(var d in i)f(r[d]&&r[d].prototype,d);f(a,"DOMTokenList")},de1b:function(t,e,n){"use strict";var r=n("5091"),i=n("db14");r["c"].install=function(t){t.use(i["a"]),t.component(r["c"].name,r["c"])},e["a"]=r["c"]},de66:function(t,e,n){"use strict";n.d(e,"g",(function(){return c})),n.d(e,"e",(function(){return l})),n.d(e,"k",(function(){return h})),n.d(e,"j",(function(){return f})),n.d(e,"i",(function(){return d})),n.d(e,"b",(function(){return g})),n.d(e,"f",(function(){return m})),n.d(e,"c",(function(){return y})),n.d(e,"h",(function(){return b})),n.d(e,"d",(function(){return _})),n.d(e,"a",(function(){return x}));var r=n("be09"),i=n.n(r),a=function(t,e){var n="";while(e--)n+=t;return n},o=function(t){return t.toString(2).length},s=function(t){return Math.ceil(o(t)/8)},c=function(t,e,n){return void 0===n&&(n=" "),(a(n,e)+t.toString()).slice(-e)},l=function(t){return"function"===ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer},u=function(t){return l(t)},h=function(t){return t instanceof Uint8Array?t:(Array.isArray(t)||u(t)||t instanceof ArrayBuffer||(t="number"!==typeof t||"number"===typeof t&&t!==t?0:[t]),new Uint8Array(t&&t.buffer||t,t&&t.byteOffset||0,t&&t.byteLength||0))},f=function(t){t=h(t);for(var e="",n=0;n<t.length;n++)e+=c(t[n].toString(16),2,"0");return e},d=function(t){t=h(t);for(var e="",n=0;n<t.length;n++)e+=c(t[n].toString(2),8,"0");return e},p=i.a.BigInt||Number,v=[p("0x1"),p("0x100"),p("0x10000"),p("0x1000000"),p("0x100000000"),p("0x10000000000"),p("0x1000000000000"),p("0x100000000000000"),p("0x10000000000000000")],g=(function(){var t=new Uint16Array([65484]),e=new Uint8Array(t.buffer,t.byteOffset,t.byteLength);255===e[0]||e[0]}(),function(t,e){var n=void 0===e?{}:e,r=n.signed,i=void 0!==r&&r,a=n.le,o=void 0!==a&&a;t=h(t);var s=o?"reduce":"reduceRight",c=t[s]?t[s]:Array.prototype[s],l=c.call(t,(function(e,n,r){var i=o?r:Math.abs(r+1-t.length);return e+p(n)*v[i]}),p(0));if(i){var u=v[t.length]/p(2)-p(1);l=p(l),l>u&&(l-=u,l-=u,l-=p(2))}return Number(l)}),m=function(t,e){var n=void 0===e?{}:e,r=n.le,i=void 0!==r&&r;("bigint"!==typeof t&&"number"!==typeof t||"number"===typeof t&&t!==t)&&(t=0),t=p(t);for(var a=s(t),o=new Uint8Array(new ArrayBuffer(a)),c=0;c<a;c++){var l=i?c:Math.abs(c+1-o.length);o[l]=Number(t/v[c]&p(255)),t<0&&(o[l]=Math.abs(~o[l]),o[l]-=0===c?1:2)}return o},y=function(t){if(!t)return"";t=Array.prototype.slice.call(t);var e=String.fromCharCode.apply(null,h(t));try{return decodeURIComponent(escape(e))}catch(n){}return e},b=function(t,e){if("string"!==typeof t&&t&&"function"===typeof t.toString&&(t=t.toString()),"string"!==typeof t)return new Uint8Array;e||(t=unescape(encodeURIComponent(t)));for(var n=new Uint8Array(t.length),r=0;r<t.length;r++)n[r]=t.charCodeAt(r);return n},_=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];if(e=e.filter((function(t){return t&&(t.byteLength||t.length)&&"string"!==typeof t})),e.length<=1)return h(e[0]);var r=e.reduce((function(t,e,n){return t+(e.byteLength||e.length)}),0),i=new Uint8Array(r),a=0;return e.forEach((function(t){t=h(t),i.set(t,a),a+=t.byteLength})),i},x=function(t,e,n){var r=void 0===n?{}:n,i=r.offset,a=void 0===i?0:i,o=r.mask,s=void 0===o?[]:o;t=h(t),e=h(e);var c=e.every?e.every:Array.prototype.every;return e.length&&t.length-a>=e.length&&c.call(e,(function(e,n){var r=s[n]?s[n]&t[a+n]:t[a+n];return e===r}))}},de6a:function(t,e,n){"use strict";n("b2a3"),n("1efe")},ded6:function(t,e,n){},df33:function(t,e){function n(t){if(t&&"object"===typeof t){var e=t.which||t.keyCode||t.charCode;e&&(t=e)}if("number"===typeof t)return o[t];var n=String(t),a=r[n.toLowerCase()];if(a)return a;a=i[n.toLowerCase()];return a||(1===n.length?n.charCodeAt(0):void 0)}n.isEventKey=function(t,e){if(t&&"object"===typeof t){var n=t.which||t.keyCode||t.charCode;if(null===n||void 0===n)return!1;if("string"===typeof e){var a=r[e.toLowerCase()];if(a)return a===n;a=i[e.toLowerCase()];if(a)return a===n}else if("number"===typeof e)return e===n;return!1}},e=t.exports=n;var r=e.code=e.codes={backspace:8,tab:9,enter:13,shift:16,ctrl:17,alt:18,"pause/break":19,"caps lock":20,esc:27,space:32,"page up":33,"page down":34,end:35,home:36,left:37,up:38,right:39,down:40,insert:45,delete:46,command:91,"left command":91,"right command":93,"numpad *":106,"numpad +":107,"numpad -":109,"numpad .":110,"numpad /":111,"num lock":144,"scroll lock":145,"my computer":182,"my calculator":183,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},i=e.aliases={windows:91,"⇧":16,"⌥":18,"⌃":17,"⌘":91,ctl:17,control:17,option:18,pause:19,break:19,caps:20,return:13,escape:27,spc:32,spacebar:32,pgup:33,pgdn:34,ins:45,del:46,cmd:91};
/*!
 * Programatically add the following
 */
for(a=97;a<123;a++)r[String.fromCharCode(a)]=a-32;for(var a=48;a<58;a++)r[a-48]=a;for(a=1;a<13;a++)r["f"+a]=a+111;for(a=0;a<10;a++)r["numpad "+a]=a+96;var o=e.names=e.title={};for(a in r)o[r[a]]=a;for(var s in i)r[s]=i[s]},df75:function(t,e,n){"use strict";var r=n("ca84"),i=n("7839");t.exports=Object.keys||function(t){return r(t,i)}},df7c:function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var i=t[r];"."===i?t.splice(r,1):".."===i?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function r(t){"string"!==typeof t&&(t+="");var e,n=0,r=-1,i=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!i){n=e+1;break}}else-1===r&&(i=!1,r=e+1);return-1===r?"":t.slice(n,r)}function i(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r<t.length;r++)e(t[r],r,t)&&n.push(t[r]);return n}e.resolve=function(){for(var e="",r=!1,a=arguments.length-1;a>=-1&&!r;a--){var o=a>=0?arguments[a]:t.cwd();if("string"!==typeof o)throw new TypeError("Arguments to path.resolve must be strings");o&&(e=o+"/"+e,r="/"===o.charAt(0))}return e=n(i(e.split("/"),(function(t){return!!t})),!r).join("/"),(r?"/":"")+e||"."},e.normalize=function(t){var r=e.isAbsolute(t),o="/"===a(t,-1);return t=n(i(t.split("/"),(function(t){return!!t})),!r).join("/"),t||r||(t="."),t&&o&&(t+="/"),(r?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(i(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var n=t.length-1;n>=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var i=r(t.split("/")),a=r(n.split("/")),o=Math.min(i.length,a.length),s=o,c=0;c<o;c++)if(i[c]!==a[c]){s=c;break}var l=[];for(c=s;c<i.length;c++)l.push("..");return l=l.concat(a.slice(s)),l.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),n=47===e,r=-1,i=!0,a=t.length-1;a>=1;--a)if(e=t.charCodeAt(a),47===e){if(!i){r=a;break}}else i=!1;return-1===r?n?"/":".":n&&1===r?"/":t.slice(0,r)},e.basename=function(t,e){var n=r(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,r=-1,i=!0,a=0,o=t.length-1;o>=0;--o){var s=t.charCodeAt(o);if(47!==s)-1===r&&(i=!1,r=o+1),46===s?-1===e?e=o:1!==a&&(a=1):-1!==e&&(a=-1);else if(!i){n=o+1;break}}return-1===e||-1===r||0===a||1===a&&e===r-1&&e===n+1?"":t.slice(e,r)};var a="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("4362"))},dfb9:function(t,e,n){"use strict";var r=n("07fa");t.exports=function(t,e,n){var i=0,a=arguments.length>2?n:r(e),o=new t(a);while(a>i)o[i]=e[i++];return o}},dfdf:function(t,e,n){"use strict";function r(t){return t.directive("decorator",{})}n.d(e,"a",(function(){return r})),e["b"]={install:function(t){r(t)}}},dfe5:function(t,e){},e003:function(t,e,n){var r=n("89a7").NAMESPACE,i=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,a=new RegExp("[\\-\\.0-9"+i.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),o=new RegExp("^"+i.source+a.source+"*(?::"+i.source+a.source+"*)?$"),s=0,c=1,l=2,u=3,h=4,f=5,d=6,p=7;function v(t,e){this.message=t,this.locator=e,Error.captureStackTrace&&Error.captureStackTrace(this,v)}function g(){}function m(t,e,n,i,a){function o(t){if(t>65535){t-=65536;var e=55296+(t>>10),n=56320+(1023&t);return String.fromCharCode(e,n)}return String.fromCharCode(t)}function s(t){var e=t.slice(1,-1);return Object.hasOwnProperty.call(n,e)?n[e]:"#"===e.charAt(0)?o(parseInt(e.substr(1).replace("x","0x"))):(a.error("entity not found:"+t),t)}function c(e){if(e>m){var n=t.substring(m,e).replace(/&#?\w+;/g,s);d&&l(m),i.characters(n,0,e-m),m=e}}function l(e,n){while(e>=h&&(n=f.exec(t)))u=n.index,h=u+n[0].length,d.lineNumber++;d.columnNumber=e-u+1}var u=0,h=0,f=/.*(?:\r\n?|\n)|.*$/g,d=i.locator,p=[{currentNSMap:e}],g={},m=0;while(1){try{var k=t.indexOf("<",m);if(k<0){if(!t.substr(m).match(/^\s*$/)){var O=i.doc,M=O.createTextNode(t.substr(m));O.appendChild(M),i.currentElement=M}return}switch(k>m&&c(k),t.charAt(k+1)){case"/":var E=t.indexOf(">",k+3),A=t.substring(k+2,E).replace(/[ \t\n\r]+$/g,""),P=p.pop();E<0?(A=t.substring(k+2).replace(/[\s<].*/,""),a.error("end tag name: "+A+" is not complete:"+P.tagName),E=k+1+A.length):A.match(/\s</)&&(A=A.replace(/[\s<].*/,""),a.error("end tag name: "+A+" maybe not complete"),E=k+1+A.length);var L=P.localNSMap,I=P.tagName==A,j=I||P.tagName&&P.tagName.toLowerCase()==A.toLowerCase();if(j){if(i.endElement(P.uri,P.localName,A),L)for(var z in L)Object.prototype.hasOwnProperty.call(L,z)&&i.endPrefixMapping(z);I||a.fatalError("end tag name: "+A+" is not match the current start tagName:"+P.tagName)}else p.push(P);E++;break;case"?":d&&l(k),E=S(t,k,i);break;case"!":d&&l(k),E=C(t,k,i,a);break;default:d&&l(k);var D=new T,N=p[p.length-1].currentNSMap,R=(E=b(t,k,D,N,s,a),D.length);if(!D.closed&&w(t,E,D.tagName,g)&&(D.closed=!0,n.nbsp||a.warning("unclosed xml attribute")),d&&R){for(var V=y(d,{}),F=0;F<R;F++){var H=D[F];l(H.offset),H.locator=y(d,{})}i.locator=V,_(D,i,N)&&p.push(D),i.locator=d}else _(D,i,N)&&p.push(D);r.isHTML(D.uri)&&!D.closed?E=x(t,E,D.tagName,s,i):E++}}catch(B){if(B instanceof v)throw B;a.error("element parse error: "+B),E=-1}E>m?m=E:c(Math.max(k,m)+1)}}function y(t,e){return e.lineNumber=t.lineNumber,e.columnNumber=t.columnNumber,e}function b(t,e,n,i,a,o){function v(t,e,r){n.attributeNames.hasOwnProperty(t)&&o.fatalError("Attribute "+t+" redefined"),n.addValue(t,e.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,a),r)}var g,m=++e,y=s;while(1){var b=t.charAt(m);switch(b){case"=":if(y===c)g=t.slice(e,m),y=u;else{if(y!==l)throw new Error("attribute equal must after attrName");y=u}break;case"'":case'"':if(y===u||y===c){if(y===c&&(o.warning('attribute value must after "="'),g=t.slice(e,m)),e=m+1,m=t.indexOf(b,e),!(m>0))throw new Error("attribute value no end '"+b+"' match");_=t.slice(e,m),v(g,_,e-1),y=f}else{if(y!=h)throw new Error('attribute value must after "="');_=t.slice(e,m),v(g,_,e),o.warning('attribute "'+g+'" missed start quot('+b+")!!"),e=m+1,y=f}break;case"/":switch(y){case s:n.setTagName(t.slice(e,m));case f:case d:case p:y=p,n.closed=!0;case h:case c:break;case l:n.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return o.error("unexpected end of input"),y==s&&n.setTagName(t.slice(e,m)),m;case">":switch(y){case s:n.setTagName(t.slice(e,m));case f:case d:case p:break;case h:case c:_=t.slice(e,m),"/"===_.slice(-1)&&(n.closed=!0,_=_.slice(0,-1));case l:y===l&&(_=g),y==h?(o.warning('attribute "'+_+'" missed quot(")!'),v(g,_,e)):(r.isHTML(i[""])&&_.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+_+'" missed value!! "'+_+'" instead!!'),v(_,_,e));break;case u:throw new Error("attribute value missed!!")}return m;case"":b=" ";default:if(b<=" ")switch(y){case s:n.setTagName(t.slice(e,m)),y=d;break;case c:g=t.slice(e,m),y=l;break;case h:var _=t.slice(e,m);o.warning('attribute "'+_+'" missed quot(")!!'),v(g,_,e);case f:y=d;break}else switch(y){case l:n.tagName;r.isHTML(i[""])&&g.match(/^(?:disabled|checked|selected)$/i)||o.warning('attribute "'+g+'" missed value!! "'+g+'" instead2!!'),v(g,g,e),e=m,y=c;break;case f:o.warning('attribute space is required"'+g+'"!!');case d:y=c,e=m;break;case u:y=h,e=m;break;case p:throw new Error("elements closed character '/' and '>' must be connected to")}}m++}}function _(t,e,n){var i=t.tagName,a=null,o=t.length;while(o--){var s=t[o],c=s.qName,l=s.value,u=c.indexOf(":");if(u>0)var h=s.prefix=c.slice(0,u),f=c.slice(u+1),d="xmlns"===h&&f;else f=c,h=null,d="xmlns"===c&&"";s.localName=f,!1!==d&&(null==a&&(a={},k(n,n={})),n[d]=a[d]=l,s.uri=r.XMLNS,e.startPrefixMapping(d,l))}o=t.length;while(o--){s=t[o];h=s.prefix;h&&("xml"===h&&(s.uri=r.XML),"xmlns"!==h&&(s.uri=n[h||""]))}u=i.indexOf(":");u>0?(h=t.prefix=i.slice(0,u),f=t.localName=i.slice(u+1)):(h=null,f=t.localName=i);var p=t.uri=n[h||""];if(e.startElement(p,f,i,t),!t.closed)return t.currentNSMap=n,t.localNSMap=a,!0;if(e.endElement(p,f,i),a)for(h in a)Object.prototype.hasOwnProperty.call(a,h)&&e.endPrefixMapping(h)}function x(t,e,n,r,i){if(/^(?:script|textarea)$/i.test(n)){var a=t.indexOf("</"+n+">",e),o=t.substring(e+1,a);if(/[&<]/.test(o))return/^script$/i.test(n)?(i.characters(o,0,o.length),a):(o=o.replace(/&#?\w+;/g,r),i.characters(o,0,o.length),a)}return e+1}function w(t,e,n,r){var i=r[n];return null==i&&(i=t.lastIndexOf("</"+n+">"),i<e&&(i=t.lastIndexOf("</"+n)),r[n]=i),i<e}function k(t,e){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}function C(t,e,n,r){var i=t.charAt(e+2);switch(i){case"-":if("-"===t.charAt(e+3)){var a=t.indexOf("--\x3e",e+4);return a>e?(n.comment(t,e+4,a-e-4),a+3):(r.error("Unclosed comment"),-1)}return-1;default:if("CDATA["==t.substr(e+3,6)){a=t.indexOf("]]>",e+9);return n.startCDATA(),n.characters(t,e+9,a-e-9),n.endCDATA(),a+3}var o=O(t,e),s=o.length;if(s>1&&/!doctype/i.test(o[0][0])){var c=o[1][0],l=!1,u=!1;s>3&&(/^public$/i.test(o[2][0])?(l=o[3][0],u=s>4&&o[4][0]):/^system$/i.test(o[2][0])&&(u=o[3][0]));var h=o[s-1];return n.startDTD(c,l,u),n.endDTD(),h.index+h[0].length}}return-1}function S(t,e,n){var r=t.indexOf("?>",e);if(r){var i=t.substring(e,r).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);if(i){i[0].length;return n.processingInstruction(i[1],i[2]),r+2}return-1}return-1}function T(){this.attributeNames={}}function O(t,e){var n,r=[],i=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;i.lastIndex=e,i.exec(t);while(n=i.exec(t))if(r.push(n),n[1])return r}v.prototype=new Error,v.prototype.name=v.name,g.prototype={parse:function(t,e,n){var r=this.domBuilder;r.startDocument(),k(e,e={}),m(t,e,n,r,this.errorHandler),r.endDocument()}},T.prototype={setTagName:function(t){if(!o.test(t))throw new Error("invalid tagName:"+t);this.tagName=t},addValue:function(t,e,n){if(!o.test(t))throw new Error("invalid attribute:"+t);this.attributeNames[t]=this.length,this[this.length++]={qName:t,value:e,offset:n}},length:0,getLocalName:function(t){return this[t].localName},getLocator:function(t){return this[t].locator},getQName:function(t){return this[t].qName},getURI:function(t){return this[t].uri},getValue:function(t){return this[t].value}},e.XMLReader=g,e.ParseError=v},e01a:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("da84"),o=n("e330"),s=n("1a2d"),c=n("1626"),l=n("3a9b"),u=n("577e"),h=n("edd0"),f=n("e893"),d=a.Symbol,p=d&&d.prototype;if(i&&c(d)&&(!("description"in p)||void 0!==d().description)){var v={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),e=l(p,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};f(g,d),g.prototype=p,p.constructor=g;var m="Symbol(description detection)"===String(d("description detection")),y=o(p.valueOf),b=o(p.toString),_=/^Symbol\((.*)\)[^)]+$/,x=o("".replace),w=o("".slice);h(p,"description",{configurable:!0,get:function(){var t=y(this);if(s(v,t))return"";var e=b(t),n=m?w(e,7,-1):x(e,_,"$1");return""===n?void 0:n}}),r({global:!0,constructor:!0,forced:!0},{Symbol:g})}},e065:function(t,e,n){"use strict";var r=n("428f"),i=n("1a2d"),a=n("e538"),o=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||o(e,t,{value:a.f(t)})}},e0e7:function(t,e,n){var r=n("60ed");function i(t){return r(t)?void 0:t}t.exports=i},e163:function(t,e,n){"use strict";var r=n("1a2d"),i=n("1626"),a=n("7b0b"),o=n("f772"),s=n("e177"),c=o("IE_PROTO"),l=Object,u=l.prototype;t.exports=s?l.getPrototypeOf:function(t){var e=a(t);if(r(e,c))return e[c];var n=e.constructor;return i(n)&&e instanceof n?n.prototype:e instanceof l?u:null}},e177:function(t,e,n){"use strict";var r=n("d039");t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e198:function(t,e,n){var r=n("ef08"),i=n("5524"),a=n("e444"),o=n("fcd4"),s=n("1a14").f;t.exports=function(t){var e=i.Symbol||(i.Symbol=a?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||s(e,t,{value:o.f(t)})}},e1c8:function(t,e,n){var r=n("89a7"),i=r.find,a=r.NAMESPACE;function o(t){return""!==t}function s(t){return t?t.split(/[\t\n\f\r ]+/).filter(o):[]}function c(t,e){return t.hasOwnProperty(e)||(t[e]=!0),t}function l(t){if(!t)return[];var e=s(t);return Object.keys(e.reduce(c,{}))}function u(t){return function(e){return t&&-1!==t.indexOf(e)}}function h(t,e){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}function f(t,e){var n=t.prototype;if(!(n instanceof e)){function r(){}r.prototype=e.prototype,r=new r,h(n,r),t.prototype=n=r}n.constructor!=t&&("function"!=typeof t&&console.error("unknown Class:"+t),n.constructor=t)}var d={},p=d.ELEMENT_NODE=1,v=d.ATTRIBUTE_NODE=2,g=d.TEXT_NODE=3,m=d.CDATA_SECTION_NODE=4,y=d.ENTITY_REFERENCE_NODE=5,b=d.ENTITY_NODE=6,_=d.PROCESSING_INSTRUCTION_NODE=7,x=d.COMMENT_NODE=8,w=d.DOCUMENT_NODE=9,k=d.DOCUMENT_TYPE_NODE=10,C=d.DOCUMENT_FRAGMENT_NODE=11,S=d.NOTATION_NODE=12,T={},O={},M=(T.INDEX_SIZE_ERR=(O[1]="Index size error",1),T.DOMSTRING_SIZE_ERR=(O[2]="DOMString size error",2),T.HIERARCHY_REQUEST_ERR=(O[3]="Hierarchy request error",3)),E=(T.WRONG_DOCUMENT_ERR=(O[4]="Wrong document",4),T.INVALID_CHARACTER_ERR=(O[5]="Invalid character",5),T.NO_DATA_ALLOWED_ERR=(O[6]="No data allowed",6),T.NO_MODIFICATION_ALLOWED_ERR=(O[7]="No modification allowed",7),T.NOT_FOUND_ERR=(O[8]="Not found",8)),A=(T.NOT_SUPPORTED_ERR=(O[9]="Not supported",9),T.INUSE_ATTRIBUTE_ERR=(O[10]="Attribute in use",10));T.INVALID_STATE_ERR=(O[11]="Invalid state",11),T.SYNTAX_ERR=(O[12]="Syntax error",12),T.INVALID_MODIFICATION_ERR=(O[13]="Invalid modification",13),T.NAMESPACE_ERR=(O[14]="Invalid namespace",14),T.INVALID_ACCESS_ERR=(O[15]="Invalid access",15);function P(t,e){if(e instanceof Error)var n=e;else n=this,Error.call(this,O[t]),this.message=O[t],Error.captureStackTrace&&Error.captureStackTrace(this,P);return n.code=t,e&&(this.message=this.message+": "+e),n}function L(){}function I(t,e){this._node=t,this._refresh=e,j(this)}function j(t){var e=t._node._inc||t._node.ownerDocument._inc;if(t._inc!==e){var n=t._refresh(t._node);if(St(t,"length",n.length),!t.$$length||n.length<t.$$length)for(var r=n.length;r in t;r++)Object.prototype.hasOwnProperty.call(t,r)&&delete t[r];h(n,t),t._inc=e}}function z(){}function D(t,e){var n=t.length;while(n--)if(t[n]===e)return n}function N(t,e,n,r){if(r?e[D(e,r)]=n:e[e.length++]=n,t){n.ownerElement=t;var i=t.ownerDocument;i&&(r&&q(i,t,r),$(i,t,n))}}function R(t,e,n){var r=D(e,n);if(!(r>=0))throw new P(E,new Error(t.tagName+"@"+n));var i=e.length-1;while(r<i)e[r]=e[++r];if(e.length=i,t){var a=t.ownerDocument;a&&(q(a,t,n),n.ownerElement=null)}}function V(){}function F(){}function H(t){return("<"==t?"&lt;":">"==t&&"&gt;")||"&"==t&&"&amp;"||'"'==t&&"&quot;"||"&#"+t.charCodeAt()+";"}function B(t,e){if(e(t))return!0;if(t=t.firstChild)do{if(B(t,e))return!0}while(t=t.nextSibling)}function U(){this.ownerDocument=this}function $(t,e,n){t&&t._inc++;var r=n.namespaceURI;r===a.XMLNS&&(e._nsMap[n.prefix?n.localName:""]=n.value)}function q(t,e,n,r){t&&t._inc++;var i=n.namespaceURI;i===a.XMLNS&&delete e._nsMap[n.prefix?n.localName:""]}function W(t,e,n){if(t&&t._inc){t._inc++;var r=e.childNodes;if(n)r[r.length++]=n;else{var i=e.firstChild,a=0;while(i)r[a++]=i,i=i.nextSibling;r.length=a,delete r[r.length]}}}function Y(t,e){var n=e.previousSibling,r=e.nextSibling;return n?n.nextSibling=r:t.firstChild=r,r?r.previousSibling=n:t.lastChild=n,e.parentNode=null,e.previousSibling=null,e.nextSibling=null,W(t.ownerDocument,t),e}function K(t){return t&&(t.nodeType===F.DOCUMENT_NODE||t.nodeType===F.DOCUMENT_FRAGMENT_NODE||t.nodeType===F.ELEMENT_NODE)}function X(t){return t&&(Z(t)||Q(t)||G(t)||t.nodeType===F.DOCUMENT_FRAGMENT_NODE||t.nodeType===F.COMMENT_NODE||t.nodeType===F.PROCESSING_INSTRUCTION_NODE)}function G(t){return t&&t.nodeType===F.DOCUMENT_TYPE_NODE}function Z(t){return t&&t.nodeType===F.ELEMENT_NODE}function Q(t){return t&&t.nodeType===F.TEXT_NODE}function J(t,e){var n=t.childNodes||[];if(i(n,Z)||G(e))return!1;var r=i(n,G);return!(e&&r&&n.indexOf(r)>n.indexOf(e))}function tt(t,e){var n=t.childNodes||[];function r(t){return Z(t)&&t!==e}if(i(n,r))return!1;var a=i(n,G);return!(e&&a&&n.indexOf(a)>n.indexOf(e))}function et(t,e,n){if(!K(t))throw new P(M,"Unexpected parent node type "+t.nodeType);if(n&&n.parentNode!==t)throw new P(E,"child not in parent");if(!X(e)||G(e)&&t.nodeType!==F.DOCUMENT_NODE)throw new P(M,"Unexpected node type "+e.nodeType+" for parent node type "+t.nodeType)}function nt(t,e,n){var r=t.childNodes||[],a=e.childNodes||[];if(e.nodeType===F.DOCUMENT_FRAGMENT_NODE){var o=a.filter(Z);if(o.length>1||i(a,Q))throw new P(M,"More than one element or text in fragment");if(1===o.length&&!J(t,n))throw new P(M,"Element in fragment can not be inserted before doctype")}if(Z(e)&&!J(t,n))throw new P(M,"Only one element can be added and only after doctype");if(G(e)){if(i(r,G))throw new P(M,"Only one doctype is allowed");var s=i(r,Z);if(n&&r.indexOf(s)<r.indexOf(n))throw new P(M,"Doctype can only be inserted before an element");if(!n&&s)throw new P(M,"Doctype can not be appended since element is present")}}function rt(t,e,n){var r=t.childNodes||[],a=e.childNodes||[];if(e.nodeType===F.DOCUMENT_FRAGMENT_NODE){var o=a.filter(Z);if(o.length>1||i(a,Q))throw new P(M,"More than one element or text in fragment");if(1===o.length&&!tt(t,n))throw new P(M,"Element in fragment can not be inserted before doctype")}if(Z(e)&&!tt(t,n))throw new P(M,"Only one element can be added and only after doctype");if(G(e)){function s(t){return G(t)&&t!==n}if(i(r,s))throw new P(M,"Only one doctype is allowed");var c=i(r,Z);if(n&&r.indexOf(c)<r.indexOf(n))throw new P(M,"Doctype can only be inserted before an element")}}function it(t,e,n,r){et(t,e,n),t.nodeType===F.DOCUMENT_NODE&&(r||nt)(t,e,n);var i=e.parentNode;if(i&&i.removeChild(e),e.nodeType===C){var a=e.firstChild;if(null==a)return e;var o=e.lastChild}else a=o=e;var s=n?n.previousSibling:t.lastChild;a.previousSibling=s,o.nextSibling=n,s?s.nextSibling=a:t.firstChild=a,null==n?t.lastChild=o:n.previousSibling=o;do{a.parentNode=t}while(a!==o&&(a=a.nextSibling));return W(t.ownerDocument||t,t),e.nodeType==C&&(e.firstChild=e.lastChild=null),e}function at(t,e){return e.parentNode&&e.parentNode.removeChild(e),e.parentNode=t,e.previousSibling=t.lastChild,e.nextSibling=null,e.previousSibling?e.previousSibling.nextSibling=e:t.firstChild=e,t.lastChild=e,W(t.ownerDocument,t,e),e}function ot(){this._nsMap={}}function st(){}function ct(){}function lt(){}function ut(){}function ht(){}function ft(){}function dt(){}function pt(){}function vt(){}function gt(){}function mt(){}function yt(){}function bt(t,e){var n=[],r=9==this.nodeType&&this.documentElement||this,i=r.prefix,a=r.namespaceURI;if(a&&null==i){i=r.lookupPrefix(a);if(null==i)var o=[{namespace:a,prefix:null}]}return wt(this,n,t,e,o),n.join("")}function _t(t,e,n){var r=t.prefix||"",i=t.namespaceURI;if(!i)return!1;if("xml"===r&&i===a.XML||i===a.XMLNS)return!1;var o=n.length;while(o--){var s=n[o];if(s.prefix===r)return s.namespace!==i}return!0}function xt(t,e,n){t.push(" ",e,'="',n.replace(/[<>&"\t\n\r]/g,H),'"')}function wt(t,e,n,r,i){if(i||(i=[]),r){if(t=r(t),!t)return;if("string"==typeof t)return void e.push(t)}switch(t.nodeType){case p:var o=t.attributes,s=o.length,c=t.firstChild,l=t.tagName;n=a.isHTML(t.namespaceURI)||n;var u=l;if(!n&&!t.prefix&&t.namespaceURI){for(var h,f=0;f<o.length;f++)if("xmlns"===o.item(f).name){h=o.item(f).value;break}if(!h)for(var d=i.length-1;d>=0;d--){var b=i[d];if(""===b.prefix&&b.namespace===t.namespaceURI){h=b.namespace;break}}if(h!==t.namespaceURI)for(d=i.length-1;d>=0;d--){b=i[d];if(b.namespace===t.namespaceURI){b.prefix&&(u=b.prefix+":"+l);break}}}e.push("<",u);for(var S=0;S<s;S++){var T=o.item(S);"xmlns"==T.prefix?i.push({prefix:T.localName,namespace:T.value}):"xmlns"==T.nodeName&&i.push({prefix:"",namespace:T.value})}for(S=0;S<s;S++){T=o.item(S);if(_t(T,n,i)){var O=T.prefix||"",M=T.namespaceURI;xt(e,O?"xmlns:"+O:"xmlns",M),i.push({prefix:O,namespace:M})}wt(T,e,n,r,i)}if(l===u&&_t(t,n,i)){O=t.prefix||"",M=t.namespaceURI;xt(e,O?"xmlns:"+O:"xmlns",M),i.push({prefix:O,namespace:M})}if(c||n&&!/^(?:meta|link|img|br|hr|input)$/i.test(l)){if(e.push(">"),n&&/^script$/i.test(l))while(c)c.data?e.push(c.data):wt(c,e,n,r,i.slice()),c=c.nextSibling;else while(c)wt(c,e,n,r,i.slice()),c=c.nextSibling;e.push("</",u,">")}else e.push("/>");return;case w:case C:c=t.firstChild;while(c)wt(c,e,n,r,i.slice()),c=c.nextSibling;return;case v:return xt(e,t.name,t.value);case g:return e.push(t.data.replace(/[<&>]/g,H));case m:return e.push("<![CDATA[",t.data,"]]>");case x:return e.push("\x3c!--",t.data,"--\x3e");case k:var E=t.publicId,A=t.systemId;if(e.push("<!DOCTYPE ",t.name),E)e.push(" PUBLIC ",E),A&&"."!=A&&e.push(" ",A),e.push(">");else if(A&&"."!=A)e.push(" SYSTEM ",A,">");else{var P=t.internalSubset;P&&e.push(" [",P,"]"),e.push(">")}return;case _:return e.push("<?",t.target," ",t.data,"?>");case y:return e.push("&",t.nodeName,";");default:e.push("??",t.nodeName)}}function kt(t,e,n){var r;switch(e.nodeType){case p:r=e.cloneNode(!1),r.ownerDocument=t;case C:break;case v:n=!0;break}if(r||(r=e.cloneNode(!1)),r.ownerDocument=t,r.parentNode=null,n){var i=e.firstChild;while(i)r.appendChild(kt(t,i,n)),i=i.nextSibling}return r}function Ct(t,e,n){var r=new e.constructor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=e[i];"object"!=typeof a&&a!=r[i]&&(r[i]=a)}switch(e.childNodes&&(r.childNodes=new L),r.ownerDocument=t,r.nodeType){case p:var o=e.attributes,s=r.attributes=new z,c=o.length;s._ownerElement=r;for(var l=0;l<c;l++)r.setAttributeNode(Ct(t,o.item(l),!0));break;case v:n=!0}if(n){var u=e.firstChild;while(u)r.appendChild(Ct(t,u,n)),u=u.nextSibling}return r}function St(t,e,n){t[e]=n}P.prototype=Error.prototype,h(T,P),L.prototype={length:0,item:function(t){return t>=0&&t<this.length?this[t]:null},toString:function(t,e){for(var n=[],r=0;r<this.length;r++)wt(this[r],n,t,e);return n.join("")},filter:function(t){return Array.prototype.filter.call(this,t)},indexOf:function(t){return Array.prototype.indexOf.call(this,t)}},I.prototype.item=function(t){return j(this),this[t]||null},f(I,L),z.prototype={length:0,item:L.prototype.item,getNamedItem:function(t){var e=this.length;while(e--){var n=this[e];if(n.nodeName==t)return n}},setNamedItem:function(t){var e=t.ownerElement;if(e&&e!=this._ownerElement)throw new P(A);var n=this.getNamedItem(t.nodeName);return N(this._ownerElement,this,t,n),n},setNamedItemNS:function(t){var e,n=t.ownerElement;if(n&&n!=this._ownerElement)throw new P(A);return e=this.getNamedItemNS(t.namespaceURI,t.localName),N(this._ownerElement,this,t,e),e},removeNamedItem:function(t){var e=this.getNamedItem(t);return R(this._ownerElement,this,e),e},removeNamedItemNS:function(t,e){var n=this.getNamedItemNS(t,e);return R(this._ownerElement,this,n),n},getNamedItemNS:function(t,e){var n=this.length;while(n--){var r=this[n];if(r.localName==e&&r.namespaceURI==t)return r}return null}},V.prototype={hasFeature:function(t,e){return!0},createDocument:function(t,e,n){var r=new U;if(r.implementation=this,r.childNodes=new L,r.doctype=n||null,n&&r.appendChild(n),e){var i=r.createElementNS(t,e);r.appendChild(i)}return r},createDocumentType:function(t,e,n){var r=new ft;return r.name=t,r.nodeName=t,r.publicId=e||"",r.systemId=n||"",r}},F.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(t,e){return it(this,t,e)},replaceChild:function(t,e){it(this,t,e,rt),e&&this.removeChild(e)},removeChild:function(t){return Y(this,t)},appendChild:function(t){return this.insertBefore(t,null)},hasChildNodes:function(){return null!=this.firstChild},cloneNode:function(t){return Ct(this.ownerDocument||this,this,t)},normalize:function(){var t=this.firstChild;while(t){var e=t.nextSibling;e&&e.nodeType==g&&t.nodeType==g?(this.removeChild(e),t.appendData(e.data)):(t.normalize(),t=e)}},isSupported:function(t,e){return this.ownerDocument.implementation.hasFeature(t,e)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(t){var e=this;while(e){var n=e._nsMap;if(n)for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]===t)return r;e=e.nodeType==v?e.ownerDocument:e.parentNode}return null},lookupNamespaceURI:function(t){var e=this;while(e){var n=e._nsMap;if(n&&Object.prototype.hasOwnProperty.call(n,t))return n[t];e=e.nodeType==v?e.ownerDocument:e.parentNode}return null},isDefaultNamespace:function(t){var e=this.lookupPrefix(t);return null==e}},h(d,F),h(d,F.prototype),U.prototype={nodeName:"#document",nodeType:w,doctype:null,documentElement:null,_inc:1,insertBefore:function(t,e){if(t.nodeType==C){var n=t.firstChild;while(n){var r=n.nextSibling;this.insertBefore(n,e),n=r}return t}return it(this,t,e),t.ownerDocument=this,null===this.documentElement&&t.nodeType===p&&(this.documentElement=t),t},removeChild:function(t){return this.documentElement==t&&(this.documentElement=null),Y(this,t)},replaceChild:function(t,e){it(this,t,e,rt),t.ownerDocument=this,e&&this.removeChild(e),Z(t)&&(this.documentElement=t)},importNode:function(t,e){return kt(this,t,e)},getElementById:function(t){var e=null;return B(this.documentElement,(function(n){if(n.nodeType==p&&n.getAttribute("id")==t)return e=n,!0})),e},getElementsByClassName:function(t){var e=l(t);return new I(this,(function(n){var r=[];return e.length>0&&B(n.documentElement,(function(i){if(i!==n&&i.nodeType===p){var a=i.getAttribute("class");if(a){var o=t===a;if(!o){var s=l(a);o=e.every(u(s))}o&&r.push(i)}}})),r}))},createElement:function(t){var e=new ot;e.ownerDocument=this,e.nodeName=t,e.tagName=t,e.localName=t,e.childNodes=new L;var n=e.attributes=new z;return n._ownerElement=e,e},createDocumentFragment:function(){var t=new gt;return t.ownerDocument=this,t.childNodes=new L,t},createTextNode:function(t){var e=new lt;return e.ownerDocument=this,e.appendData(t),e},createComment:function(t){var e=new ut;return e.ownerDocument=this,e.appendData(t),e},createCDATASection:function(t){var e=new ht;return e.ownerDocument=this,e.appendData(t),e},createProcessingInstruction:function(t,e){var n=new mt;return n.ownerDocument=this,n.tagName=n.nodeName=n.target=t,n.nodeValue=n.data=e,n},createAttribute:function(t){var e=new st;return e.ownerDocument=this,e.name=t,e.nodeName=t,e.localName=t,e.specified=!0,e},createEntityReference:function(t){var e=new vt;return e.ownerDocument=this,e.nodeName=t,e},createElementNS:function(t,e){var n=new ot,r=e.split(":"),i=n.attributes=new z;return n.childNodes=new L,n.ownerDocument=this,n.nodeName=e,n.tagName=e,n.namespaceURI=t,2==r.length?(n.prefix=r[0],n.localName=r[1]):n.localName=e,i._ownerElement=n,n},createAttributeNS:function(t,e){var n=new st,r=e.split(":");return n.ownerDocument=this,n.nodeName=e,n.name=e,n.namespaceURI=t,n.specified=!0,2==r.length?(n.prefix=r[0],n.localName=r[1]):n.localName=e,n}},f(U,F),ot.prototype={nodeType:p,hasAttribute:function(t){return null!=this.getAttributeNode(t)},getAttribute:function(t){var e=this.getAttributeNode(t);return e&&e.value||""},getAttributeNode:function(t){return this.attributes.getNamedItem(t)},setAttribute:function(t,e){var n=this.ownerDocument.createAttribute(t);n.value=n.nodeValue=""+e,this.setAttributeNode(n)},removeAttribute:function(t){var e=this.getAttributeNode(t);e&&this.removeAttributeNode(e)},appendChild:function(t){return t.nodeType===C?this.insertBefore(t,null):at(this,t)},setAttributeNode:function(t){return this.attributes.setNamedItem(t)},setAttributeNodeNS:function(t){return this.attributes.setNamedItemNS(t)},removeAttributeNode:function(t){return this.attributes.removeNamedItem(t.nodeName)},removeAttributeNS:function(t,e){var n=this.getAttributeNodeNS(t,e);n&&this.removeAttributeNode(n)},hasAttributeNS:function(t,e){return null!=this.getAttributeNodeNS(t,e)},getAttributeNS:function(t,e){var n=this.getAttributeNodeNS(t,e);return n&&n.value||""},setAttributeNS:function(t,e,n){var r=this.ownerDocument.createAttributeNS(t,e);r.value=r.nodeValue=""+n,this.setAttributeNode(r)},getAttributeNodeNS:function(t,e){return this.attributes.getNamedItemNS(t,e)},getElementsByTagName:function(t){return new I(this,(function(e){var n=[];return B(e,(function(r){r===e||r.nodeType!=p||"*"!==t&&r.tagName!=t||n.push(r)})),n}))},getElementsByTagNameNS:function(t,e){return new I(this,(function(n){var r=[];return B(n,(function(i){i===n||i.nodeType!==p||"*"!==t&&i.namespaceURI!==t||"*"!==e&&i.localName!=e||r.push(i)})),r}))}},U.prototype.getElementsByTagName=ot.prototype.getElementsByTagName,U.prototype.getElementsByTagNameNS=ot.prototype.getElementsByTagNameNS,f(ot,F),st.prototype.nodeType=v,f(st,F),ct.prototype={data:"",substringData:function(t,e){return this.data.substring(t,t+e)},appendData:function(t){t=this.data+t,this.nodeValue=this.data=t,this.length=t.length},insertData:function(t,e){this.replaceData(t,0,e)},appendChild:function(t){throw new Error(O[M])},deleteData:function(t,e){this.replaceData(t,e,"")},replaceData:function(t,e,n){var r=this.data.substring(0,t),i=this.data.substring(t+e);n=r+n+i,this.nodeValue=this.data=n,this.length=n.length}},f(ct,F),lt.prototype={nodeName:"#text",nodeType:g,splitText:function(t){var e=this.data,n=e.substring(t);e=e.substring(0,t),this.data=this.nodeValue=e,this.length=e.length;var r=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling),r}},f(lt,ct),ut.prototype={nodeName:"#comment",nodeType:x},f(ut,ct),ht.prototype={nodeName:"#cdata-section",nodeType:m},f(ht,ct),ft.prototype.nodeType=k,f(ft,F),dt.prototype.nodeType=S,f(dt,F),pt.prototype.nodeType=b,f(pt,F),vt.prototype.nodeType=y,f(vt,F),gt.prototype.nodeName="#document-fragment",gt.prototype.nodeType=C,f(gt,F),mt.prototype.nodeType=_,f(mt,F),yt.prototype.serializeToString=function(t,e,n){return bt.call(t,e,n)},F.prototype.toString=bt;try{if(Object.defineProperty){function Tt(t){switch(t.nodeType){case p:case C:var e=[];t=t.firstChild;while(t)7!==t.nodeType&&8!==t.nodeType&&e.push(Tt(t)),t=t.nextSibling;return e.join("");default:return t.nodeValue}}Object.defineProperty(I.prototype,"length",{get:function(){return j(this),this.$$length}}),Object.defineProperty(F.prototype,"textContent",{get:function(){return Tt(this)},set:function(t){switch(this.nodeType){case p:case C:while(this.firstChild)this.removeChild(this.firstChild);(t||String(t))&&this.appendChild(this.ownerDocument.createTextNode(t));break;default:this.data=t,this.value=t,this.nodeValue=t}}}),St=function(t,e,n){t["$$"+e]=n}}}catch(Ot){}e.DocumentType=ft,e.DOMException=P,e.DOMImplementation=V,e.Element=ot,e.Node=F,e.NodeList=L,e.XMLSerializer=yt},e20c:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),a=n("2cf4").clear;r({global:!0,bind:!0,enumerable:!0,forced:i.clearImmediate!==a},{clearImmediate:a})},e21d:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("861d"),o=n("c6b6"),s=n("d86b"),c=Object.isFrozen,l=s||i((function(){c(1)}));r({target:"Object",stat:!0,forced:l},{isFrozen:function(t){return!a(t)||(!(!s||"ArrayBuffer"!==o(t))||!!c&&c(t))}})},e24b:function(t,e,n){var r=n("49f4"),i=n("1efc"),a=n("bbc0"),o=n("7a48"),s=n("2524");function c(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype["delete"]=i,c.prototype.get=a,c.prototype.has=o,c.prototype.set=s,t.exports=c},e260:function(t,e,n){"use strict";var r=n("fc6a"),i=n("44d2"),a=n("3f8c"),o=n("69f3"),s=n("9bf2").f,c=n("c6d2"),l=n("4754"),u=n("c430"),h=n("83ab"),f="Array Iterator",d=o.set,p=o.getterFor(f);t.exports=c(Array,"Array",(function(t,e){d(this,{type:f,target:r(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,l(void 0,!0);switch(t.kind){case"keys":return l(n,!1);case"values":return l(e[n],!1)}return l([n,e[n]],!1)}),"values");var v=a.Arguments=a.Array;if(i("keys"),i("values"),i("entries"),!u&&h&&"values"!==v.name)try{s(v,"name",{value:"values"})}catch(g){}},e267:function(t,e,n){"use strict";var r=n("e330"),i=n("e8b5"),a=n("1626"),o=n("c6b6"),s=n("577e"),c=r([].push);t.exports=function(t){if(a(t))return t;if(i(t)){for(var e=t.length,n=[],r=0;r<e;r++){var l=t[r];"string"==typeof l?c(n,l):"number"!=typeof l&&"Number"!==o(l)&&"String"!==o(l)||c(n,s(l))}var u=n.length,h=!0;return function(t,e){if(h)return h=!1,e;if(i(this))return e;for(var r=0;r<u;r++)if(n[r]===t)return e}}}},e285:function(t,e,n){"use strict";var r=n("da84"),i=r.isFinite;t.exports=Number.isFinite||function(t){return"number"==typeof t&&i(t)}},e2c0:function(t,e,n){var r=n("e2e4"),i=n("d370"),a=n("6747"),o=n("c098"),s=n("b218"),c=n("f4d6");function l(t,e,n){e=r(e,t);var l=-1,u=e.length,h=!1;while(++l<u){var f=c(e[l]);if(!(h=null!=t&&n(t,f)))break;t=t[f]}return h||++l!=u?h:(u=null==t?0:t.length,!!u&&s(u)&&o(f,u)&&(a(t)||i(t)))}t.exports=l},e2e4:function(t,e,n){var r=n("6747"),i=n("f608"),a=n("18d8"),o=n("76dd");function s(t,e){return r(t)?t:i(t,e)?[t]:a(o(t))}t.exports=s},e32c:function(t,e,n){"use strict";var r=n("da05"),i=n("db14");r["b"].install=function(t){t.use(i["a"]),t.component(r["b"].name,r["b"])},e["a"]=r["b"]},e330:function(t,e,n){"use strict";var r=n("40d5"),i=Function.prototype,a=i.call,o=r&&i.bind.bind(a,a);t.exports=r?o:function(t){return function(){return a.apply(t,arguments)}}},e34a:function(t,e,n){var r=n("8b1a")("meta"),i=n("7a41"),a=n("9c0e"),o=n("1a14").f,s=0,c=Object.isExtensible||function(){return!0},l=!n("4b8b")((function(){return c(Object.preventExtensions({}))})),u=function(t){o(t,r,{value:{i:"O"+ ++s,w:{}}})},h=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!a(t,r)){if(!c(t))return"F";if(!e)return"E";u(t)}return t[r].i},f=function(t,e){if(!a(t,r)){if(!c(t))return!0;if(!e)return!1;u(t)}return t[r].w},d=function(t){return l&&p.NEED&&c(t)&&!a(t,r)&&u(t),t},p=t.exports={KEY:r,NEED:!1,fastKey:h,getWeak:f,onFreeze:d}},e380:function(t,e,n){var r=n("7b83"),i="Expected a function";function a(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError(i);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=t.apply(this,r);return n.cache=a.set(i,o)||a,o};return n.cache=new(a.Cache||r),n}a.Cache=r,t.exports=a},e391:function(t,e,n){"use strict";var r=n("577e");t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:r(t)}},e3db:function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},e3e9:function(t,e,n){},e3f8:function(t,e,n){var r=n("656b");function i(t){return function(e){return r(e,t)}}t.exports=i},e439:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("fc6a"),o=n("06cf").f,s=n("83ab"),c=!s||i((function(){o(1)}));r({target:"Object",stat:!0,forced:c,sham:!s},{getOwnPropertyDescriptor:function(t,e){return o(a(t),e)}})},e43e:function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),a=n("861d"),o=n("c6b6"),s=n("d86b"),c=Object.isSealed,l=s||i((function(){c(1)}));r({target:"Object",stat:!0,forced:l},{isSealed:function(t){return!a(t)||(!(!s||"ArrayBuffer"!==o(t))||!!c&&c(t))}})},e444:function(t,e){t.exports=!0},e507:function(t,e,n){var r=n("512c");r(r.S+r.F,"Object",{assign:n("072d")})},e538:function(t,e,n){"use strict";var r=n("b622");e.f=r},e5383:function(t,e,n){(function(t){var r=n("2b3e"),i=e&&!e.nodeType&&e,a=i&&"object"==typeof t&&t&&!t.nodeType&&t,o=a&&a.exports===i,s=o?r.Buffer:void 0,c=s?s.allocUnsafe:void 0;function l(t,e){if(e)return t.slice();var n=t.length,r=c?c(n):new t.constructor(n);return t.copy(r),r}t.exports=l}).call(this,n("62e4")(t))},e58c:function(t,e,n){"use strict";var r=n("2ba4"),i=n("fc6a"),a=n("5926"),o=n("07fa"),s=n("a640"),c=Math.min,l=[].lastIndexOf,u=!!l&&1/[1].lastIndexOf(1,-0)<0,h=s("lastIndexOf"),f=u||!h;t.exports=f?function(t){if(u)return r(l,this,arguments)||0;var e=i(this),n=o(e);if(0===n)return-1;var s=n-1;for(arguments.length>1&&(s=c(s,a(arguments[1]))),s<0&&(s=n+s);s>=0;s--)if(s in e&&e[s]===t)return s||0;return-1}:l},e5cb:function(t,e,n){"use strict";var r=n("d066"),i=n("1a2d"),a=n("9112"),o=n("3a9b"),s=n("d2bb"),c=n("e893"),l=n("aeb0"),u=n("7156"),h=n("e391"),f=n("ab36"),d=n("6f19"),p=n("83ab"),v=n("c430");t.exports=function(t,e,n,g){var m="stackTraceLimit",y=g?2:1,b=t.split("."),_=b[b.length-1],x=r.apply(null,b);if(x){var w=x.prototype;if(!v&&i(w,"cause")&&delete w.cause,!n)return x;var k=r("Error"),C=e((function(t,e){var n=h(g?e:t,void 0),r=g?new x(t):new x;return void 0!==n&&a(r,"message",n),d(r,C,r.stack,2),this&&o(w,this)&&u(r,this,C),arguments.length>y&&f(r,arguments[y]),r}));if(C.prototype=w,"Error"!==_?s?s(C,k):c(C,k,{name:!0}):p&&m in x&&(l(C,x,m),l(C,x,"prepareStackTrace")),c(C,x),!v)try{w.name!==_&&a(w,"name",_),w.constructor=C}catch(S){}return C}}},e5cd:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("4d91"),o=n("02ea");e["a"]={name:"LocaleReceiver",props:{componentName:a["a"].string.def("global"),defaultLocale:a["a"].oneOfType([a["a"].object,a["a"].func]),children:a["a"].func},inject:{localeData:{default:function(){return{}}}},methods:{getLocale:function(){var t=this.componentName,e=this.defaultLocale,n=e||o["a"][t||"global"],r=this.localeData.antLocale,a=t&&r?r[t]:{};return i()({},"function"===typeof n?n():n,a||{})},getLocaleCode:function(){var t=this.localeData.antLocale,e=t&&t.locale;return t&&t.exist&&!e?o["a"].locale:e}},render:function(){var t=this.$scopedSlots,e=this.children||t["default"],n=this.localeData.antLocale;return e(this.getLocale(),this.getLocaleCode(),n)}}},e667:function(t,e,n){"use strict";t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},e675:function(t,e,n){var r=n("3053"),i=r.slice,a=r.pluck,o=r.each,s=r.bind,c=r.create,l=r.isList,u=r.isFunction,h=r.isObject;t.exports={createStore:p};var f={version:"2.0.12",enabled:!1,get:function(t,e){var n=this.storage.read(this._namespacePrefix+t);return this._deserialize(n,e)},set:function(t,e){return void 0===e?this.remove(t):(this.storage.write(this._namespacePrefix+t,this._serialize(e)),e)},remove:function(t){this.storage.remove(this._namespacePrefix+t)},each:function(t){var e=this;this.storage.each((function(n,r){t.call(e,e._deserialize(n),(r||"").replace(e._namespaceRegexp,""))}))},clearAll:function(){this.storage.clearAll()},hasNamespace:function(t){return this._namespacePrefix=="__storejs_"+t+"_"},createStore:function(){return p.apply(this,arguments)},addPlugin:function(t){this._addPlugin(t)},namespace:function(t){return p(this.storage,this.plugins,t)}};function d(){var t="undefined"==typeof console?null:console;if(t){var e=t.warn?t.warn:t.log;e.apply(t,arguments)}}function p(t,e,n){n||(n=""),t&&!l(t)&&(t=[t]),e&&!l(e)&&(e=[e]);var r=n?"__storejs_"+n+"_":"",p=n?new RegExp("^"+r):null,v=/^[a-zA-Z0-9_\-]*$/;if(!v.test(n))throw new Error("store.js namespaces can only have alphanumerics + underscores and dashes");var g={_namespacePrefix:r,_namespaceRegexp:p,_testStorage:function(t){try{var e="__storejs__test__";t.write(e,e);var n=t.read(e)===e;return t.remove(e),n}catch(r){return!1}},_assignPluginFnProp:function(t,e){var n=this[e];this[e]=function(){var e=i(arguments,0),r=this;function a(){if(n)return o(arguments,(function(t,n){e[n]=t})),n.apply(r,e)}var s=[a].concat(e);return t.apply(r,s)}},_serialize:function(t){return JSON.stringify(t)},_deserialize:function(t,e){if(!t)return e;var n="";try{n=JSON.parse(t)}catch(r){n=t}return void 0!==n?n:e},_addStorage:function(t){this.enabled||this._testStorage(t)&&(this.storage=t,this.enabled=!0)},_addPlugin:function(t){var e=this;if(l(t))o(t,(function(t){e._addPlugin(t)}));else{var n=a(this.plugins,(function(e){return t===e}));if(!n){if(this.plugins.push(t),!u(t))throw new Error("Plugins must be function values that return objects");var r=t.call(this);if(!h(r))throw new Error("Plugins must return an object of function properties");o(r,(function(n,r){if(!u(n))throw new Error("Bad plugin property: "+r+" from plugin "+t.name+". Plugins should only return functions.");e._assignPluginFnProp(n,r)}))}}},addStorage:function(t){d("store.addStorage(storage) is deprecated. Use createStore([storages])"),this._addStorage(t)}},m=c(g,f,{plugins:[]});return m.raw={},o(m,(function(t,e){u(t)&&(m.raw[e]=s(m,t))})),o(t,(function(t){m._addStorage(t)})),o(e,(function(t){m._addPlugin(t)})),m}},e679:function(t,e,n){},e683:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},e6cf:function(t,e,n){"use strict";n("5e7e"),n("14e5"),n("cc98"),n("3529f"),n("f22b"),n("7149")},e6e1:function(t,e,n){"use strict";var r=n("23e7");r({target:"Number",stat:!0,nonConfigurable:!0,nonWritable:!0},{MIN_SAFE_INTEGER:-9007199254740991})},e71b:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),a=n("eb1d"),o=n("59ed"),s=n("7b0b"),c=n("9bf2");i&&r({target:"Object",proto:!0,forced:a},{__defineSetter__:function(t,e){c.f(s(this),t,{set:o(e),enumerable:!0,configurable:!0})}})},e74a:function(t,e){var n=Math.pow(2,32),r=function(t){var e,r=new DataView(t.buffer,t.byteOffset,t.byteLength);return r.getBigUint64?(e=r.getBigUint64(0),e<Number.MAX_SAFE_INTEGER?Number(e):e):r.getUint32(0)*n+r.getUint32(4)};t.exports={getUint64:r,MAX_UINT32:n}},e762:function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return H}));const r="3.7.7",i=r,a="function"===typeof t,o="function"===typeof TextDecoder?new TextDecoder:void 0,s="function"===typeof TextEncoder?new TextEncoder:void 0,c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",l=Array.prototype.slice.call(c),u=(t=>{let e={};return t.forEach((t,n)=>e[t]=n),e})(l),h=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,f=String.fromCharCode.bind(String),d="function"===typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):t=>new Uint8Array(Array.prototype.slice.call(t,0)),p=t=>t.replace(/=/g,"").replace(/[+\/]/g,t=>"+"==t?"-":"_"),v=t=>t.replace(/[^A-Za-z0-9\+\/]/g,""),g=t=>{let e,n,r,i,a="";const o=t.length%3;for(let s=0;s<t.length;){if((n=t.charCodeAt(s++))>255||(r=t.charCodeAt(s++))>255||(i=t.charCodeAt(s++))>255)throw new TypeError("invalid character found");e=n<<16|r<<8|i,a+=l[e>>18&63]+l[e>>12&63]+l[e>>6&63]+l[63&e]}return o?a.slice(0,o-3)+"===".substring(o):a},m="function"===typeof btoa?t=>btoa(t):a?e=>t.from(e,"binary").toString("base64"):g,y=a?e=>t.from(e).toString("base64"):t=>{const e=4096;let n=[];for(let r=0,i=t.length;r<i;r+=e)n.push(f.apply(null,t.subarray(r,r+e)));return m(n.join(""))},b=(t,e=!1)=>e?p(y(t)):y(t),_=t=>{if(t.length<2){var e=t.charCodeAt(0);return e<128?t:e<2048?f(192|e>>>6)+f(128|63&e):f(224|e>>>12&15)+f(128|e>>>6&63)+f(128|63&e)}e=65536+1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320);return f(240|e>>>18&7)+f(128|e>>>12&63)+f(128|e>>>6&63)+f(128|63&e)},x=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,w=t=>t.replace(x,_),k=a?e=>t.from(e,"utf8").toString("base64"):s?t=>y(s.encode(t)):t=>m(w(t)),C=(t,e=!1)=>e?p(k(t)):k(t),S=t=>C(t,!0),T=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,O=t=>{switch(t.length){case 4:var e=(7&t.charCodeAt(0))<<18|(63&t.charCodeAt(1))<<12|(63&t.charCodeAt(2))<<6|63&t.charCodeAt(3),n=e-65536;return f(55296+(n>>>10))+f(56320+(1023&n));case 3:return f((15&t.charCodeAt(0))<<12|(63&t.charCodeAt(1))<<6|63&t.charCodeAt(2));default:return f((31&t.charCodeAt(0))<<6|63&t.charCodeAt(1))}},M=t=>t.replace(T,O),E=t=>{if(t=t.replace(/\s+/g,""),!h.test(t))throw new TypeError("malformed base64.");t+="==".slice(2-(3&t.length));let e,n,r,i="";for(let a=0;a<t.length;)e=u[t.charAt(a++)]<<18|u[t.charAt(a++)]<<12|(n=u[t.charAt(a++)])<<6|(r=u[t.charAt(a++)]),i+=64===n?f(e>>16&255):64===r?f(e>>16&255,e>>8&255):f(e>>16&255,e>>8&255,255&e);return i},A="function"===typeof atob?t=>atob(v(t)):a?e=>t.from(e,"base64").toString("binary"):E,P=a?e=>d(t.from(e,"base64")):t=>d(A(t).split("").map(t=>t.charCodeAt(0))),L=t=>P(j(t)),I=a?e=>t.from(e,"base64").toString("utf8"):o?t=>o.decode(P(t)):t=>M(A(t)),j=t=>v(t.replace(/[-_]/g,t=>"-"==t?"+":"/")),z=t=>I(j(t)),D=t=>{if("string"!==typeof t)return!1;const e=t.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(e)||!/[^\s0-9a-zA-Z\-_]/.test(e)},N=t=>({value:t,enumerable:!1,writable:!0,configurable:!0}),R=function(){const t=(t,e)=>Object.defineProperty(String.prototype,t,N(e));t("fromBase64",(function(){return z(this)})),t("toBase64",(function(t){return C(this,t)})),t("toBase64URI",(function(){return C(this,!0)})),t("toBase64URL",(function(){return C(this,!0)})),t("toUint8Array",(function(){return L(this)}))},V=function(){const t=(t,e)=>Object.defineProperty(Uint8Array.prototype,t,N(e));t("toBase64",(function(t){return b(this,t)})),t("toBase64URI",(function(){return b(this,!0)})),t("toBase64URL",(function(){return b(this,!0)}))},F=()=>{R(),V()},H={version:r,VERSION:i,atob:A,atobPolyfill:E,btoa:m,btoaPolyfill:g,fromBase64:z,toBase64:C,encode:C,encodeURI:S,encodeURL:S,utob:w,btou:M,decode:z,isValid:D,fromUint8Array:b,toUint8Array:L,extendString:R,extendUint8Array:V,extendBuiltins:F}}).call(this,n("b639").Buffer)},e7c6:function(t,e,n){"use strict";n("b2a3"),n("b886")},e893:function(t,e,n){"use strict";var r=n("1a2d"),i=n("56ef"),a=n("06cf"),o=n("9bf2");t.exports=function(t,e,n){for(var s=i(e),c=o.f,l=a.f,u=0;u<s.length;u++){var h=s[u];r(t,h)||n&&r(n,h)||c(t,h,l(e,h))}}},e8b5:function(t,e,n){"use strict";var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"===r(t)}},e90a:function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var r=n("92fa"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("1b2b"),c=n.n(s),l=n("0464"),u=n("daa3"),h=n("4d91"),f=n("58c1");function d(t){return t.name||"Component"}var p=function(){return{}};function v(t){var e=!!t,n=t||p;return function(r){var a=Object(l["a"])(r.props||{},["store"]),s={__propsSymbol__:h["a"].any};Object.keys(a).forEach((function(t){s[t]=o()({},a[t],{required:!1})}));var p={name:"Connect_"+d(r),props:s,inject:{storeContext:{default:function(){return{}}}},data:function(){return this.store=this.storeContext.store,this.preProps=Object(l["a"])(Object(u["l"])(this),["__propsSymbol__"]),{subscribed:n(this.store.getState(),this.$props)}},watch:{__propsSymbol__:function(){t&&2===t.length&&(this.subscribed=n(this.store.getState(),this.$props))}},mounted:function(){this.trySubscribe()},beforeDestroy:function(){this.tryUnsubscribe()},methods:{handleChange:function(){if(this.unsubscribe){var t=Object(l["a"])(Object(u["l"])(this),["__propsSymbol__"]),e=n(this.store.getState(),t);c()(this.preProps,t)&&c()(this.subscribed,e)||(this.subscribed=e)}},trySubscribe:function(){e&&(this.unsubscribe=this.store.subscribe(this.handleChange),this.handleChange())},tryUnsubscribe:function(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null)},getWrappedInstance:function(){return this.$refs.wrappedInstance}},render:function(){var t=arguments[0],e=this.$slots,n=void 0===e?{}:e,a=this.$scopedSlots,s=this.subscribed,c=this.store,h=Object(u["l"])(this);this.preProps=o()({},Object(l["a"])(h,["__propsSymbol__"]));var f={props:o()({},h,s,{store:c}),on:Object(u["k"])(this),scopedSlots:a};return t(r,i()([f,{ref:"wrappedInstance"}]),[Object.keys(n).map((function(e){return t("template",{slot:e},[n[e]])}))])}};return Object(f["a"])(p)}}},e91f:function(t,e,n){"use strict";var r=n("ebb5"),i=n("4d64").indexOf,a=r.aTypedArray,o=r.exportTypedArrayMethod;o("indexOf",(function(t){return i(a(this),t,arguments.length>1?arguments[1]:void 0)}))},e95a:function(t,e,n){"use strict";var r=n("b622"),i=n("3f8c"),a=r("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||o[a]===t)}},e9b3:function(t,e,n){(function(e){var n;n="undefined"!==typeof window?window:"undefined"!==typeof e?e:"undefined"!==typeof self?self:{},t.exports=n}).call(this,n("c8ba"))},e9c4:function(t,e,n){"use strict";var r=n("23e7"),i=n("d066"),a=n("2ba4"),o=n("c65b"),s=n("e330"),c=n("d039"),l=n("1626"),u=n("d9b5"),h=n("f36a"),f=n("e267"),d=n("04f8"),p=String,v=i("JSON","stringify"),g=s(/./.exec),m=s("".charAt),y=s("".charCodeAt),b=s("".replace),_=s(1..toString),x=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,k=/^[\uDC00-\uDFFF]$/,C=!d||c((function(){var t=i("Symbol")("stringify detection");return"[null]"!==v([t])||"{}"!==v({a:t})||"{}"!==v(Object(t))})),S=c((function(){return'"\\udf06\\ud834"'!==v("\udf06\ud834")||'"\\udead"'!==v("\udead")})),T=function(t,e){var n=h(arguments),r=f(e);if(l(r)||void 0!==t&&!u(t))return n[1]=function(t,e){if(l(r)&&(e=o(r,this,p(t),e)),!u(e))return e},a(v,null,n)},O=function(t,e,n){var r=m(n,e-1),i=m(n,e+1);return g(w,t)&&!g(k,i)||g(k,t)&&!g(w,r)?"\\u"+_(y(t,0),16):t};v&&r({target:"JSON",stat:!0,arity:3,forced:C||S},{stringify:function(t,e,n){var r=h(arguments),i=a(C?T:v,null,r);return S&&"string"==typeof i?b(i,x,O):i}})},e9e0:function(t,e,n){"use strict";n.d(e,"e",(function(){return c})),n.d(e,"d",(function(){return l})),n.d(e,"f",(function(){return u})),n.d(e,"b",(function(){return h})),n.d(e,"h",(function(){return f})),n.d(e,"c",(function(){return d})),n.d(e,"g",(function(){return g})),n.d(e,"a",(function(){return m}));var r=n("41b2"),i=n.n(r),a=n("c1df"),o=n.n(a),s={disabledHours:function(){return[]},disabledMinutes:function(){return[]},disabledSeconds:function(){return[]}};function c(t){var e=o()();return e.locale(t.locale()).utcOffset(t.utcOffset()),e}function l(t){return t.format("LL")}function u(t){var e=c(t);return l(e)}function h(t){var e=t.locale(),n=t.localeData();return n["zh-cn"===e?"months":"monthsShort"](t)}function f(t,e){o.a.isMoment(t)&&o.a.isMoment(e)&&(e.hour(t.hour()),e.minute(t.minute()),e.second(t.second()),e.millisecond(t.millisecond()))}function d(t,e){var n=e?e(t):{};return n=i()({},s,n),n}function p(t,e){var n=!1;if(t){var r=t.hour(),i=t.minute(),a=t.second(),o=e.disabledHours();if(-1===o.indexOf(r)){var s=e.disabledMinutes(r);if(-1===s.indexOf(i)){var c=e.disabledSeconds(r,i);n=-1!==c.indexOf(a)}else n=!0}else n=!0}return!n}function v(t,e){var n=d(t,e);return p(t,n)}function g(t,e,n){return(!e||!e(t))&&!(n&&!v(t,n))}function m(t,e){if(!t)return"";if(Array.isArray(e)&&(e=e[0]),"function"===typeof e){var n=e(t);if("string"===typeof n)return n;throw new Error("The function of format does not return a string")}return t.format(e)}},ea344:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},ea55:function(t,e,n){},ea98:function(t,e,n){"use strict";n("b2a3"),n("0a2a")},eac5:function(t,e,n){"use strict";var r=n("861d"),i=Math.floor;t.exports=Number.isInteger||function(t){return!r(t)&&isFinite(t)&&i(t)===t}},eac55:function(t,e){var n=Object.prototype;function r(t){var e=t&&t.constructor,r="function"==typeof e&&e.prototype||n;return t===r}t.exports=r},eb14:function(t,e,n){"use strict";n("b2a3"),n("6cd5"),n("1273"),n("9a33")},eb1d:function(t,e,n){"use strict";var r=n("c430"),i=n("da84"),a=n("d039"),o=n("512ce");t.exports=r||!a((function(){if(!(o&&o<535)){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete i[t]}}))},ebb5:function(t,e,n){"use strict";var r,i,a,o=n("4b11"),s=n("83ab"),c=n("da84"),l=n("1626"),u=n("861d"),h=n("1a2d"),f=n("f5df"),d=n("0d51"),p=n("9112"),v=n("cb2d"),g=n("edd0"),m=n("3a9b"),y=n("e163"),b=n("d2bb"),_=n("b622"),x=n("90e3"),w=n("69f3"),k=w.enforce,C=w.get,S=c.Int8Array,T=S&&S.prototype,O=c.Uint8ClampedArray,M=O&&O.prototype,E=S&&y(S),A=T&&y(T),P=Object.prototype,L=c.TypeError,I=_("toStringTag"),j=x("TYPED_ARRAY_TAG"),z="TypedArrayConstructor",D=o&&!!b&&"Opera"!==f(c.opera),N=!1,R={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},V={BigInt64Array:8,BigUint64Array:8},F=function(t){if(!u(t))return!1;var e=f(t);return"DataView"===e||h(R,e)||h(V,e)},H=function(t){var e=y(t);if(u(e)){var n=C(e);return n&&h(n,z)?n[z]:H(e)}},B=function(t){if(!u(t))return!1;var e=f(t);return h(R,e)||h(V,e)},U=function(t){if(B(t))return t;throw new L("Target is not a typed array")},$=function(t){if(l(t)&&(!b||m(E,t)))return t;throw new L(d(t)+" is not a typed array constructor")},q=function(t,e,n,r){if(s){if(n)for(var i in R){var a=c[i];if(a&&h(a.prototype,t))try{delete a.prototype[t]}catch(o){try{a.prototype[t]=e}catch(l){}}}A[t]&&!n||v(A,t,n?e:D&&T[t]||e,r)}},W=function(t,e,n){var r,i;if(s){if(b){if(n)for(r in R)if(i=c[r],i&&h(i,t))try{delete i[t]}catch(a){}if(E[t]&&!n)return;try{return v(E,t,n?e:D&&E[t]||e)}catch(a){}}for(r in R)i=c[r],!i||i[t]&&!n||v(i,t,e)}};for(r in R)i=c[r],a=i&&i.prototype,a?k(a)[z]=i:D=!1;for(r in V)i=c[r],a=i&&i.prototype,a&&(k(a)[z]=i);if((!D||!l(E)||E===Function.prototype)&&(E=function(){throw new L("Incorrect invocation")},D))for(r in R)c[r]&&b(c[r],E);if((!D||!A||A===P)&&(A=E.prototype,D))for(r in R)c[r]&&b(c[r].prototype,A);if(D&&y(M)!==A&&b(M,A),s&&!h(A,I))for(r in N=!0,g(A,I,{configurable:!0,get:function(){return u(this)?this[j]:void 0}}),R)c[r]&&p(c[r],j,r);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:D,TYPED_ARRAY_TAG:N&&j,aTypedArray:U,aTypedArrayConstructor:$,exportTypedArrayMethod:q,exportTypedArrayStaticMethod:W,getTypedArrayConstructor:H,isView:F,isTypedArray:B,TypedArray:E,TypedArrayPrototype:A}},ec44:function(t,e,n){"use strict";function r(t){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(n,!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(n).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var s=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source;function c(t){var e,n,r,i=t.ownerDocument,a=i.body,o=i&&i.documentElement;return e=t.getBoundingClientRect(),n=e.left,r=e.top,n-=o.clientLeft||a.clientLeft||0,r-=o.clientTop||a.clientTop||0,{left:n,top:r}}function l(t,e){var n=t["page".concat(e?"Y":"X","Offset")],r="scroll".concat(e?"Top":"Left");if("number"!==typeof n){var i=t.document;n=i.documentElement[r],"number"!==typeof n&&(n=i.body[r])}return n}function u(t){return l(t)}function h(t){return l(t,!0)}function f(t){var e=c(t),n=t.ownerDocument,r=n.defaultView||n.parentWindow;return e.left+=u(r),e.top+=h(r),e}function d(t,e,n){var r="",i=t.ownerDocument,a=n||i.defaultView.getComputedStyle(t,null);return a&&(r=a.getPropertyValue(e)||a[e]),r}var p,v=new RegExp("^(".concat(s,")(?!px)[a-z%]+$"),"i"),g=/^(top|right|bottom|left)$/,m="currentStyle",y="runtimeStyle",b="left",_="px";function x(t,e){var n=t[m]&&t[m][e];if(v.test(n)&&!g.test(e)){var r=t.style,i=r[b],a=t[y][b];t[y][b]=t[m][b],r[b]="fontSize"===e?"1em":n||0,n=r.pixelLeft+_,r[b]=i,t[y][b]=a}return""===n?"auto":n}function w(t,e){for(var n=0;n<t.length;n++)e(t[n])}function k(t){return"border-box"===p(t,"boxSizing")}"undefined"!==typeof window&&(p=window.getComputedStyle?d:x);var C=["margin","border","padding"],S=-1,T=2,O=1,M=0;function E(t,e,n){var r,i={},a=t.style;for(r in e)e.hasOwnProperty(r)&&(i[r]=a[r],a[r]=e[r]);for(r in n.call(t),e)e.hasOwnProperty(r)&&(a[r]=i[r])}function A(t,e,n){var r,i,a,o=0;for(i=0;i<e.length;i++)if(r=e[i],r)for(a=0;a<n.length;a++){var s=void 0;s="border"===r?"".concat(r+n[a],"Width"):r+n[a],o+=parseFloat(p(t,s))||0}return o}function P(t){return null!=t&&t==t.window}var L={};function I(t,e,n){if(P(t))return"width"===e?L.viewportWidth(t):L.viewportHeight(t);if(9===t.nodeType)return"width"===e?L.docWidth(t):L.docHeight(t);var r="width"===e?["Left","Right"]:["Top","Bottom"],i="width"===e?t.offsetWidth:t.offsetHeight,a=(p(t),k(t)),o=0;(null==i||i<=0)&&(i=void 0,o=p(t,e),(null==o||Number(o)<0)&&(o=t.style[e]||0),o=parseFloat(o)||0),void 0===n&&(n=a?O:S);var s=void 0!==i||a,c=i||o;if(n===S)return s?c-A(t,["border","padding"],r):o;if(s){var l=n===T?-A(t,["border"],r):A(t,["margin"],r);return c+(n===O?0:l)}return o+A(t,C.slice(n),r)}w(["Width","Height"],(function(t){L["doc".concat(t)]=function(e){var n=e.document;return Math.max(n.documentElement["scroll".concat(t)],n.body["scroll".concat(t)],L["viewport".concat(t)](n))},L["viewport".concat(t)]=function(e){var n="client".concat(t),r=e.document,i=r.body,a=r.documentElement,o=a[n];return"CSS1Compat"===r.compatMode&&o||i&&i[n]||o}}));var j={position:"absolute",visibility:"hidden",display:"block"};function z(t){var e,n=arguments;return 0!==t.offsetWidth?e=I.apply(void 0,n):E(t,j,(function(){e=I.apply(void 0,n)})),e}function D(t,e,n){var i=n;if("object"!==r(e))return"undefined"!==typeof i?("number"===typeof i&&(i+="px"),void(t.style[e]=i)):p(t,e);for(var a in e)e.hasOwnProperty(a)&&D(t,a,e[a])}function N(t,e){"static"===D(t,"position")&&(t.style.position="relative");var n,r,i=f(t),a={};for(r in e)e.hasOwnProperty(r)&&(n=parseFloat(D(t,r))||0,a[r]=n+e[r]-i[r]);D(t,a)}w(["width","height"],(function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);L["outer".concat(e)]=function(e,n){return e&&z(e,t,n?M:O)};var n="width"===t?["Left","Right"]:["Top","Bottom"];L[t]=function(e,r){if(void 0===r)return e&&z(e,t,S);if(e){p(e);var i=k(e);return i&&(r+=A(e,["padding","border"],n)),D(e,t,r)}}}));var R=o({getWindow:function(t){var e=t.ownerDocument||t;return e.defaultView||e.parentWindow},offset:function(t,e){if("undefined"===typeof e)return f(t);N(t,e)},isWindow:P,each:w,css:D,clone:function(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);var r=t.overflow;if(r)for(var i in t)t.hasOwnProperty(i)&&(e.overflow[i]=t.overflow[i]);return e},scrollLeft:function(t,e){if(P(t)){if(void 0===e)return u(t);window.scrollTo(e,h(t))}else{if(void 0===e)return t.scrollLeft;t.scrollLeft=e}},scrollTop:function(t,e){if(P(t)){if(void 0===e)return h(t);window.scrollTo(u(t),e)}else{if(void 0===e)return t.scrollTop;t.scrollTop=e}},viewportWidth:0,viewportHeight:0},L);function V(t,e,n){n=n||{},9===e.nodeType&&(e=R.getWindow(e));var r=n.allowHorizontalScroll,i=n.onlyScrollIfNeeded,a=n.alignWithTop,o=n.alignWithLeft,s=n.offsetTop||0,c=n.offsetLeft||0,l=n.offsetBottom||0,u=n.offsetRight||0;r=void 0===r||r;var h,f,d,p,v,g,m,y,b,_,x=R.isWindow(e),w=R.offset(t),k=R.outerHeight(t),C=R.outerWidth(t);x?(m=e,_=R.height(m),b=R.width(m),y={left:R.scrollLeft(m),top:R.scrollTop(m)},v={left:w.left-y.left-c,top:w.top-y.top-s},g={left:w.left+C-(y.left+b)+u,top:w.top+k-(y.top+_)+l},p=y):(h=R.offset(e),f=e.clientHeight,d=e.clientWidth,p={left:e.scrollLeft,top:e.scrollTop},v={left:w.left-(h.left+(parseFloat(R.css(e,"borderLeftWidth"))||0))-c,top:w.top-(h.top+(parseFloat(R.css(e,"borderTopWidth"))||0))-s},g={left:w.left+C-(h.left+d+(parseFloat(R.css(e,"borderRightWidth"))||0))+u,top:w.top+k-(h.top+f+(parseFloat(R.css(e,"borderBottomWidth"))||0))+l}),v.top<0||g.top>0?!0===a?R.scrollTop(e,p.top+v.top):!1===a?R.scrollTop(e,p.top+g.top):v.top<0?R.scrollTop(e,p.top+v.top):R.scrollTop(e,p.top+g.top):i||(a=void 0===a||!!a,a?R.scrollTop(e,p.top+v.top):R.scrollTop(e,p.top+g.top)),r&&(v.left<0||g.left>0?!0===o?R.scrollLeft(e,p.left+v.left):!1===o?R.scrollLeft(e,p.left+g.left):v.left<0?R.scrollLeft(e,p.left+v.left):R.scrollLeft(e,p.left+g.left):i||(o=void 0===o||!!o,o?R.scrollLeft(e,p.left+v.left):R.scrollLeft(e,p.left+g.left)))}e["a"]=V},ec69:function(t,e,n){var r=n("6fcd"),i=n("03dd"),a=n("30c9");function o(t){return a(t)?r(t):i(t)}t.exports=o},ec8c:function(t,e){function n(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}t.exports=n},ec97:function(t,e,n){"use strict";var r=n("ebb5"),i=n("8aa7"),a=r.aTypedArrayConstructor,o=r.exportTypedArrayStaticMethod;o("of",(function(){var t=0,e=arguments.length,n=new(a(this))(e);while(e>t)n[t]=arguments[t++];return n}),i)},ed3b:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("4d26"),c=n.n(s),l=n("92fa"),u=n.n(l),h=n("daa3"),f=n("18a7"),d=n("6bb4"),p=n("4d91"),v={visible:p["a"].bool,hiddenClassName:p["a"].string,forceRender:p["a"].bool},g={props:v,render:function(){var t=arguments[0];return t("div",{on:Object(h["k"])(this)},[this.$slots["default"]])}},m=n("b488"),y=n("94eb"),b=n("6f7a"),_=function(t){var e=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth;if(e){if(t)return document.body.style.position="",void(document.body.style.width="");var n=Object(b["a"])();n&&(document.body.style.position="relative",document.body.style.width="calc(100% - "+n+"px)")}};function x(){return{keyboard:p["a"].bool,mask:p["a"].bool,afterClose:p["a"].func,closable:p["a"].bool,maskClosable:p["a"].bool,visible:p["a"].bool,destroyOnClose:p["a"].bool,mousePosition:p["a"].shape({x:p["a"].number,y:p["a"].number}).loose,title:p["a"].any,footer:p["a"].any,transitionName:p["a"].string,maskTransitionName:p["a"].string,animation:p["a"].any,maskAnimation:p["a"].any,wrapStyle:p["a"].object,bodyStyle:p["a"].object,maskStyle:p["a"].object,prefixCls:p["a"].string,wrapClassName:p["a"].string,width:p["a"].oneOfType([p["a"].string,p["a"].number]),height:p["a"].oneOfType([p["a"].string,p["a"].number]),zIndex:p["a"].number,bodyProps:p["a"].any,maskProps:p["a"].any,wrapProps:p["a"].any,getContainer:p["a"].any,dialogStyle:p["a"].object.def((function(){return{}})),dialogClass:p["a"].string.def(""),closeIcon:p["a"].any,forceRender:p["a"].bool,getOpenCount:p["a"].func,focusTriggerAfterClose:p["a"].bool}}var w=x,k=w(),C=0;function S(){}function T(t,e){var n=t["page"+(e?"Y":"X")+"Offset"],r="scroll"+(e?"Top":"Left");if("number"!==typeof n){var i=t.document;n=i.documentElement[r],"number"!==typeof n&&(n=i.body[r])}return n}function O(t,e){var n=t.style;["Webkit","Moz","Ms","ms"].forEach((function(t){n[t+"TransformOrigin"]=e})),n["transformOrigin"]=e}function M(t){var e=t.getBoundingClientRect(),n={left:e.left,top:e.top},r=t.ownerDocument,i=r.defaultView||r.parentWindow;return n.left+=T(i),n.top+=T(i,!0),n}var E={},A={mixins:[m["a"]],props:Object(h["t"])(k,{mask:!0,visible:!1,keyboard:!0,closable:!0,maskClosable:!0,destroyOnClose:!1,prefixCls:"rc-dialog",getOpenCount:function(){return null},focusTriggerAfterClose:!0}),data:function(){return{destroyPopup:!1}},provide:function(){return{dialogContext:this}},watch:{visible:function(t){var e=this;t&&(this.destroyPopup=!1),this.$nextTick((function(){e.updatedCallback(!t)}))}},beforeMount:function(){this.inTransition=!1,this.titleId="rcDialogTitle"+C++},mounted:function(){var t=this;this.$nextTick((function(){t.updatedCallback(!1),(t.forceRender||!1===t.getContainer&&!t.visible)&&t.$refs.wrap&&(t.$refs.wrap.style.display="none")}))},beforeDestroy:function(){var t=this.visible,e=this.getOpenCount;!t&&!this.inTransition||e()||this.switchScrollingEffect(),clearTimeout(this.timeoutId)},methods:{getDialogWrap:function(){return this.$refs.wrap},updatedCallback:function(t){var e=this.mousePosition,n=this.mask,r=this.focusTriggerAfterClose;if(this.visible){if(!t){this.openTime=Date.now(),this.switchScrollingEffect(),this.tryFocus();var i=this.$refs.dialog.$el;if(e){var a=M(i);O(i,e.x-a.left+"px "+(e.y-a.top)+"px")}else O(i,"")}}else if(t&&(this.inTransition=!0,n&&this.lastOutSideFocusNode&&r)){try{this.lastOutSideFocusNode.focus()}catch(o){this.lastOutSideFocusNode=null}this.lastOutSideFocusNode=null}},tryFocus:function(){Object(d["a"])(this.$refs.wrap,document.activeElement)||(this.lastOutSideFocusNode=document.activeElement,this.$refs.sentinelStart.focus())},onAnimateLeave:function(){var t=this.afterClose,e=this.destroyOnClose;this.$refs.wrap&&(this.$refs.wrap.style.display="none"),e&&(this.destroyPopup=!0),this.inTransition=!1,this.switchScrollingEffect(),t&&t()},onDialogMouseDown:function(){this.dialogMouseDown=!0},onMaskMouseUp:function(){var t=this;this.dialogMouseDown&&(this.timeoutId=setTimeout((function(){t.dialogMouseDown=!1}),0))},onMaskClick:function(t){Date.now()-this.openTime<300||t.target!==t.currentTarget||this.dialogMouseDown||this.close(t)},onKeydown:function(t){var e=this.$props;if(e.keyboard&&t.keyCode===f["a"].ESC)return t.stopPropagation(),void this.close(t);if(e.visible&&t.keyCode===f["a"].TAB){var n=document.activeElement,r=this.$refs.sentinelStart;t.shiftKey?n===r&&this.$refs.sentinelEnd.focus():n===this.$refs.sentinelEnd&&r.focus()}},getDialogElement:function(){var t=this.$createElement,e=this.closable,n=this.prefixCls,r=this.width,a=this.height,s=this.title,c=this.footer,l=this.bodyStyle,f=this.visible,d=this.bodyProps,p=this.forceRender,v=this.dialogStyle,m=this.dialogClass,b=i()({},v);void 0!==r&&(b.width="number"===typeof r?r+"px":r),void 0!==a&&(b.height="number"===typeof a?a+"px":a);var _=void 0;c&&(_=t("div",{key:"footer",class:n+"-footer",ref:"footer"},[c]));var x=void 0;s&&(x=t("div",{key:"header",class:n+"-header",ref:"header"},[t("div",{class:n+"-title",attrs:{id:this.titleId}},[s])]));var w=void 0;if(e){var k=Object(h["g"])(this,"closeIcon");w=t("button",{attrs:{type:"button","aria-label":"Close"},key:"close",on:{click:this.close||S},class:n+"-close"},[k||t("span",{class:n+"-close-x"})])}var C=b,T={width:0,height:0,overflow:"hidden"},O=o()({},n,!0),M=this.getTransitionName(),E=t(g,{directives:[{name:"show",value:f}],key:"dialog-element",attrs:{role:"document",forceRender:p},ref:"dialog",style:C,class:[O,m],on:{mousedown:this.onDialogMouseDown}},[t("div",{attrs:{tabIndex:0,"aria-hidden":"true"},ref:"sentinelStart",style:T}),t("div",{class:n+"-content"},[w,x,t("div",u()([{key:"body",class:n+"-body",style:l,ref:"body"},d]),[this.$slots["default"]]),_]),t("div",{attrs:{tabIndex:0,"aria-hidden":"true"},ref:"sentinelEnd",style:T})]),A=Object(y["a"])(M,{afterLeave:this.onAnimateLeave});return t("transition",u()([{key:"dialog"},A]),[f||!this.destroyPopup?E:null])},getZIndexStyle:function(){var t={},e=this.$props;return void 0!==e.zIndex&&(t.zIndex=e.zIndex),t},getWrapStyle:function(){return i()({},this.getZIndexStyle(),this.wrapStyle)},getMaskStyle:function(){return i()({},this.getZIndexStyle(),this.maskStyle)},getMaskElement:function(){var t=this.$createElement,e=this.$props,n=void 0;if(e.mask){var r=this.getMaskTransitionName();if(n=t(g,u()([{directives:[{name:"show",value:e.visible}],style:this.getMaskStyle(),key:"mask",class:e.prefixCls+"-mask"},e.maskProps])),r){var i=Object(y["a"])(r);n=t("transition",u()([{key:"mask"},i]),[n])}}return n},getMaskTransitionName:function(){var t=this.$props,e=t.maskTransitionName,n=t.maskAnimation;return!e&&n&&(e=t.prefixCls+"-"+n),e},getTransitionName:function(){var t=this.$props,e=t.transitionName,n=t.animation;return!e&&n&&(e=t.prefixCls+"-"+n),e},switchScrollingEffect:function(){var t=this.getOpenCount,e=t();if(1===e){if(E.hasOwnProperty("overflowX"))return;E={overflowX:document.body.style.overflowX,overflowY:document.body.style.overflowY,overflow:document.body.style.overflow},_(),document.body.style.overflow="hidden"}else e||(void 0!==E.overflow&&(document.body.style.overflow=E.overflow),void 0!==E.overflowX&&(document.body.style.overflowX=E.overflowX),void 0!==E.overflowY&&(document.body.style.overflowY=E.overflowY),E={},_(!0))},close:function(t){this.__emit("close",t)}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.maskClosable,r=this.visible,i=this.wrapClassName,a=this.title,o=this.wrapProps,s=this.getWrapStyle();return r&&(s.display=null),t("div",{class:e+"-root"},[this.getMaskElement(),t("div",u()([{attrs:{tabIndex:-1,role:"dialog","aria-labelledby":a?this.titleId:null},on:{keydown:this.onKeydown,click:n?this.onMaskClick:S,mouseup:n?this.onMaskMouseUp:S},class:e+"-wrap "+(i||""),ref:"wrap",style:s},o]),[this.getDialogElement()])])}},P=n("1098"),L=n.n(P);function I(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.element,r=void 0===n?document.body:n,i={},a=Object.keys(t);return a.forEach((function(t){i[t]=r.style[t]})),a.forEach((function(e){r.style[e]=t[e]})),i}var j=I,z=n("8e60"),D=0,N=!("undefined"!==typeof window&&window.document&&window.document.createElement),R={},V={name:"PortalWrapper",props:{wrapperClassName:p["a"].string,forceRender:p["a"].bool,getContainer:p["a"].any,children:p["a"].func,visible:p["a"].bool},data:function(){var t=this.$props.visible;return D=t?D+1:D,{}},updated:function(){this.setWrapperClassName()},watch:{visible:function(t){D=t?D+1:D-1},getContainer:function(t,e){var n="function"===typeof t&&"function"===typeof e;(n?t.toString()!==e.toString():t!==e)&&this.removeCurrentContainer(!1)}},beforeDestroy:function(){var t=this.$props.visible;D=t&&D?D-1:D,this.removeCurrentContainer(t)},methods:{getParent:function(){var t=this.$props.getContainer;if(t){if("string"===typeof t)return document.querySelectorAll(t)[0];if("function"===typeof t)return t();if("object"===("undefined"===typeof t?"undefined":L()(t))&&t instanceof window.HTMLElement)return t}return document.body},getDomContainer:function(){if(N)return null;if(!this.container){this.container=document.createElement("div");var t=this.getParent();t&&t.appendChild(this.container)}return this.setWrapperClassName(),this.container},setWrapperClassName:function(){var t=this.$props.wrapperClassName;this.container&&t&&t!==this.container.className&&(this.container.className=t)},savePortal:function(t){this._component=t},removeCurrentContainer:function(){this.container=null,this._component=null},switchScrollingEffect:function(){1!==D||Object.keys(R).length?D||(j(R),R={},_(!0)):(_(),R=j({overflow:"hidden",overflowX:"hidden",overflowY:"hidden"}))}},render:function(){var t=arguments[0],e=this.$props,n=e.children,r=e.forceRender,i=e.visible,a=null,o={getOpenCount:function(){return D},getContainer:this.getDomContainer,switchScrollingEffect:this.switchScrollingEffect};return(r||i||this._component)&&(a=t(z["a"],u()([{attrs:{getContainer:this.getDomContainer,children:n(o)}},{directives:[{name:"ant-ref",value:this.savePortal}]}]))),a}},F=w(),H={inheritAttrs:!1,props:i()({},F,{visible:F.visible.def(!1)}),render:function(){var t=this,e=arguments[0],n=this.$props,r=n.visible,a=n.getContainer,o=n.forceRender,s={props:this.$props,attrs:this.$attrs,ref:"_component",key:"dialog",on:Object(h["k"])(this)};return!1===a?e(A,u()([s,{attrs:{getOpenCount:function(){return 2}}}]),[this.$slots["default"]]):e(V,{attrs:{visible:r,forceRender:o,getContainer:a,children:function(n){return s.props=i()({},s.props,n),e(A,s,[t.$slots["default"]])}}})}},B=H,U=B,$=n("c8c6"),q=n("97e1"),W=n("0c63"),Y=n("5efb"),K=n("b92b"),X=n("e5cd"),G=n("9cba"),Z=Object(K["a"])().type,Q=null,J=function(t){Q={x:t.pageX,y:t.pageY},setTimeout((function(){return Q=null}),100)};function tt(){}"undefined"!==typeof window&&window.document&&window.document.documentElement&&Object($["a"])(document.documentElement,"click",J,!0);var et=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e={prefixCls:p["a"].string,visible:p["a"].bool,confirmLoading:p["a"].bool,title:p["a"].any,closable:p["a"].bool,closeIcon:p["a"].any,afterClose:p["a"].func.def(tt),centered:p["a"].bool,width:p["a"].oneOfType([p["a"].string,p["a"].number]),footer:p["a"].any,okText:p["a"].any,okType:Z,cancelText:p["a"].any,icon:p["a"].any,maskClosable:p["a"].bool,forceRender:p["a"].bool,okButtonProps:p["a"].object,cancelButtonProps:p["a"].object,destroyOnClose:p["a"].bool,wrapClassName:p["a"].string,maskTransitionName:p["a"].string,transitionName:p["a"].string,getContainer:p["a"].func,zIndex:p["a"].number,bodyStyle:p["a"].object,maskStyle:p["a"].object,mask:p["a"].bool,keyboard:p["a"].bool,wrapProps:p["a"].object,focusTriggerAfterClose:p["a"].bool,dialogStyle:p["a"].object.def((function(){return{}}))};return Object(h["t"])(e,t)},nt=[],rt={name:"AModal",inheritAttrs:!1,model:{prop:"visible",event:"change"},props:et({width:520,transitionName:"zoom",maskTransitionName:"fade",confirmLoading:!1,visible:!1,okType:"primary"}),data:function(){return{sVisible:!!this.visible}},watch:{visible:function(t){this.sVisible=t}},inject:{configProvider:{default:function(){return G["a"]}}},methods:{handleCancel:function(t){this.$emit("cancel",t),this.$emit("change",!1)},handleOk:function(t){this.$emit("ok",t)},renderFooter:function(t){var e=this.$createElement,n=this.okType,r=this.confirmLoading,i=Object(h["x"])({on:{click:this.handleCancel}},this.cancelButtonProps||{}),a=Object(h["x"])({on:{click:this.handleOk},props:{type:n,loading:r}},this.okButtonProps||{});return e("div",[e(Y["a"],i,[Object(h["g"])(this,"cancelText")||t.cancelText]),e(Y["a"],a,[Object(h["g"])(this,"okText")||t.okText])])}},render:function(){var t=arguments[0],e=this.prefixCls,n=this.sVisible,r=this.wrapClassName,a=this.centered,s=this.getContainer,l=this.$slots,u=this.$scopedSlots,f=this.$attrs,d=u["default"]?u["default"]():l["default"],p=this.configProvider,v=p.getPrefixCls,g=p.getPopupContainer,m=v("modal",e),y=t(X["a"],{attrs:{componentName:"Modal",defaultLocale:Object(q["b"])()},scopedSlots:{default:this.renderFooter}}),b=Object(h["g"])(this,"closeIcon"),_=t("span",{class:m+"-close-x"},[b||t(W["a"],{class:m+"-close-icon",attrs:{type:"close"}})]),x=Object(h["g"])(this,"footer"),w=Object(h["g"])(this,"title"),k={props:i()({},this.$props,{getContainer:void 0===s?g:s,prefixCls:m,wrapClassName:c()(o()({},m+"-centered",!!a),r),title:w,footer:void 0===x?y:x,visible:n,mousePosition:Q,closeIcon:_}),on:i()({},Object(h["k"])(this),{close:this.handleCancel}),class:Object(h["f"])(this),style:Object(h["q"])(this),attrs:f};return t(U,k,[d])}},it=n("2b0e"),at=Object(K["a"])().type,ot={type:at,actionFn:p["a"].func,closeModal:p["a"].func,autoFocus:p["a"].bool,buttonProps:p["a"].object},st={mixins:[m["a"]],props:ot,data:function(){return{loading:!1}},mounted:function(){var t=this;this.autoFocus&&(this.timeoutId=setTimeout((function(){return t.$el.focus()})))},beforeDestroy:function(){clearTimeout(this.timeoutId)},methods:{onClick:function(){var t=this,e=this.actionFn,n=this.closeModal;if(e){var r=void 0;e.length?r=e(n):(r=e(),r||n()),r&&r.then&&(this.setState({loading:!0}),r.then((function(){n.apply(void 0,arguments)}),(function(e){console.error(e),t.setState({loading:!1})})))}else n()}},render:function(){var t=arguments[0],e=this.type,n=this.$slots,r=this.loading,i=this.buttonProps;return t(Y["a"],u()([{attrs:{type:e,loading:r},on:{click:this.onClick}},i]),[n["default"]])}},ct=n("6a21"),lt={functional:!0,render:function(t,e){var n=e.props,r=n.onCancel,i=n.onOk,a=n.close,s=n.zIndex,l=n.afterClose,u=n.visible,h=n.keyboard,f=n.centered,d=n.getContainer,p=n.maskStyle,v=n.okButtonProps,g=n.cancelButtonProps,m=n.iconType,y=void 0===m?"question-circle":m,b=n.closable,_=void 0!==b&&b;Object(ct["a"])(!("iconType"in n),"Modal","The property 'iconType' is deprecated. Use the property 'icon' instead.");var x=n.icon?n.icon:y,w=n.okType||"primary",k=n.prefixCls||"ant-modal",C=k+"-confirm",S=!("okCancel"in n)||n.okCancel,T=n.width||416,O=n.style||{},M=void 0===n.mask||n.mask,E=void 0!==n.maskClosable&&n.maskClosable,A=Object(q["b"])(),P=n.okText||(S?A.okText:A.justOkText),L=n.cancelText||A.cancelText,I=null!==n.autoFocusButton&&(n.autoFocusButton||"ok"),j=n.transitionName||"zoom",z=n.maskTransitionName||"fade",D=c()(C,C+"-"+n.type,k+"-"+n.type,n["class"]),N=S&&t(st,{attrs:{actionFn:r,closeModal:a,autoFocus:"cancel"===I,buttonProps:g}},[L]),R="string"===typeof x?t(W["a"],{attrs:{type:x}}):x(t);return t(rt,{attrs:{prefixCls:k,wrapClassName:c()(o()({},C+"-centered",!!f)),visible:u,closable:_,title:"",transitionName:j,footer:"",maskTransitionName:z,mask:M,maskClosable:E,maskStyle:p,width:T,zIndex:s,afterClose:l,keyboard:h,centered:f,getContainer:d},class:D,on:{cancel:function(t){return a({triggerCancel:!0},t)}},style:O},[t("div",{class:C+"-body-wrapper"},[t("div",{class:C+"-body"},[R,void 0===n.title?null:t("span",{class:C+"-title"},["function"===typeof n.title?n.title(t):n.title]),t("div",{class:C+"-content"},["function"===typeof n.content?n.content(t):n.content])]),t("div",{class:C+"-btns"},[N,t(st,{attrs:{type:w,actionFn:i,closeModal:a,autoFocus:"ok"===I,buttonProps:v}},[P])])])])}},ut=n("db14"),ht=n("0464");function ft(t){var e=document.createElement("div"),n=document.createElement("div");e.appendChild(n),document.body.appendChild(e);var r=i()({},Object(ht["a"])(t,["parentContext"]),{close:s,visible:!0}),a=null,o={props:{}};function s(){l.apply(void 0,arguments)}function c(t){r=i()({},r,t),o.props=r}function l(){a&&e.parentNode&&(a.$destroy(),a=null,e.parentNode.removeChild(e));for(var n=arguments.length,r=Array(n),i=0;i<n;i++)r[i]=arguments[i];var o=r.some((function(t){return t&&t.triggerCancel}));t.onCancel&&o&&t.onCancel.apply(t,r);for(var c=0;c<nt.length;c++){var l=nt[c];if(l===s){nt.splice(c,1);break}}}function u(e){o.props=e;var r=ut["a"].Vue||it["c"];return new r({el:n,parent:t.parentContext,data:function(){return{confirmDialogProps:o}},render:function(){var t=arguments[0],e=i()({},this.confirmDialogProps);return t(lt,e)}})}return a=u(r),nt.push(s),{destroy:s,update:c}}var dt=function(t){var e=i()({type:"info",icon:function(t){return t(W["a"],{attrs:{type:"info-circle"}})},okCancel:!1},t);return ft(e)},pt=function(t){var e=i()({type:"success",icon:function(t){return t(W["a"],{attrs:{type:"check-circle"}})},okCancel:!1},t);return ft(e)},vt=function(t){var e=i()({type:"error",icon:function(t){return t(W["a"],{attrs:{type:"close-circle"}})},okCancel:!1},t);return ft(e)},gt=function(t){var e=i()({type:"warning",icon:function(t){return t(W["a"],{attrs:{type:"exclamation-circle"}})},okCancel:!1},t);return ft(e)},mt=gt,yt=function(t){var e=i()({type:"confirm",okCancel:!0},t);return ft(e)};rt.info=dt,rt.success=pt,rt.error=vt,rt.warning=gt,rt.warn=mt,rt.confirm=yt,rt.destroyAll=function(){while(nt.length){var t=nt.pop();t&&t()}},rt.install=function(t){t.use(ut["a"]),t.component(rt.name,rt)};e["a"]=rt},ed6d:function(t,e,n){n("d9e2");var r=n("4a4b");function i(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&r(t,e)}t.exports=i,t.exports.__esModule=!0,t.exports["default"]=t.exports},edd0:function(t,e,n){"use strict";var r=n("13d2"),i=n("9bf2");t.exports=function(t,e,n){return n.get&&r(n.get,e,{getter:!0}),n.set&&r(n.set,e,{setter:!0}),i.f(t,e,n)}},edfa:function(t,e){function n(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}t.exports=n},ee00:function(t,e,n){"use strict";n("b2a3"),n("078a")},eec7:function(t,e,n){"use strict";var r=n("e9b3"),i=n("8362"),a=n("6444"),o=n("53a8");function s(t,e){for(var n=0;n<t.length;n++)e(t[n])}function c(t){for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}function l(t,e,n){var r=t;return i(e)?(n=e,"string"===typeof t&&(r={uri:t})):r=o(e,{uri:t}),r.callback=n,r}function u(t,e,n){return e=l(t,e,n),h(e)}function h(t){if("undefined"===typeof t.callback)throw new Error("callback argument missing");var e=!1,n=function(n,r,i){e||(e=!0,t.callback(n,r,i))};function r(){4===d.readyState&&setTimeout(s,0)}function i(){var t=void 0;if(t=d.response?d.response:d.responseText||f(d),_)try{t=JSON.parse(t)}catch(e){}return t}function o(t){return clearTimeout(p),t instanceof Error||(t=new Error(""+(t||"Unknown XMLHttpRequest Error"))),t.statusCode=0,n(t,x)}function s(){if(!h){var e;clearTimeout(p),e=t.useXDR&&void 0===d.status?200:1223===d.status?204:d.status;var r=x,o=null;return 0!==e?(r={body:i(),statusCode:e,method:g,headers:{},url:v,rawRequest:d},d.getAllResponseHeaders&&(r.headers=a(d.getAllResponseHeaders()))):o=new Error("Internal XMLHttpRequest Error"),n(o,r,r.body)}}var l,h,d=t.xhr||null;d||(d=t.cors||t.useXDR?new u.XDomainRequest:new u.XMLHttpRequest);var p,v=d.url=t.uri||t.url,g=d.method=t.method||"GET",m=t.body||t.data,y=d.headers=t.headers||{},b=!!t.sync,_=!1,x={body:void 0,headers:{},statusCode:0,method:g,url:v,rawRequest:d};if("json"in t&&!1!==t.json&&(_=!0,y["accept"]||y["Accept"]||(y["Accept"]="application/json"),"GET"!==g&&"HEAD"!==g&&(y["content-type"]||y["Content-Type"]||(y["Content-Type"]="application/json"),m=JSON.stringify(!0===t.json?m:t.json))),d.onreadystatechange=r,d.onload=s,d.onerror=o,d.onprogress=function(){},d.onabort=function(){h=!0},d.ontimeout=o,d.open(g,v,!b,t.username,t.password),b||(d.withCredentials=!!t.withCredentials),!b&&t.timeout>0&&(p=setTimeout((function(){if(!h){h=!0,d.abort("timeout");var t=new Error("XMLHttpRequest timeout");t.code="ETIMEDOUT",o(t)}}),t.timeout)),d.setRequestHeader)for(l in y)y.hasOwnProperty(l)&&d.setRequestHeader(l,y[l]);else if(t.headers&&!c(t.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in t&&(d.responseType=t.responseType),"beforeSend"in t&&"function"===typeof t.beforeSend&&t.beforeSend(d),d.send(m||null),d}function f(t){if("document"===t.responseType)return t.responseXML;var e=t.responseXML&&"parsererror"===t.responseXML.documentElement.nodeName;return""!==t.responseType||e?null:t.responseXML}function d(){}t.exports=u,u.XMLHttpRequest=r.XMLHttpRequest||d,u.XDomainRequest="withCredentials"in new u.XMLHttpRequest?u.XMLHttpRequest:r.XDomainRequest,s(["get","put","post","patch","head","delete"],(function(t){u["delete"===t?"del":t]=function(e,n,r){return n=l(e,n,r),n.method=t.toUpperCase(),h(n)}}))},eee7:function(t,e,n){"use strict";n("02ec");var r=n("23e7"),i=n("67b6");r({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==i},{trimStart:i})},ef08:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},ef34:function(t,e,n){(function(e){var r,i="undefined"!==typeof e?e:"undefined"!==typeof window?window:{},a=n(2);"undefined"!==typeof document?r=document:(r=i["__GLOBAL_DOCUMENT_CACHE@4"],r||(r=i["__GLOBAL_DOCUMENT_CACHE@4"]=a)),t.exports=r}).call(this,n("c8ba"))},ef5d:function(t,e){function n(t){return function(e){return null==e?void 0:e[t]}}t.exports=n},efb6:function(t,e,n){var r=n("5e2e");function i(){this.__data__=new r,this.size=0}t.exports=i},efe9:function(t,e,n){"use strict";var r=n("e065");r("isConcatSpreadable")},efec:function(t,e,n){"use strict";var r=n("1a2d"),i=n("cb2d"),a=n("51eb"),o=n("b622"),s=o("toPrimitive"),c=Date.prototype;r(c,s)||i(c,s,a)},f00c:function(t,e,n){"use strict";var r=n("23e7"),i=n("e285");r({target:"Number",stat:!0},{isFinite:i})},f069:function(t,e,n){"use strict";var r=n("59ed"),i=TypeError,a=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw new i("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new a(t)}},f183:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("d012"),o=n("861d"),s=n("1a2d"),c=n("9bf2").f,l=n("241c"),u=n("057f"),h=n("4fad"),f=n("90e3"),d=n("bb2f"),p=!1,v=f("meta"),g=0,m=function(t){c(t,v,{value:{objectID:"O"+g++,weakData:{}}})},y=function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!s(t,v)){if(!h(t))return"F";if(!e)return"E";m(t)}return t[v].objectID},b=function(t,e){if(!s(t,v)){if(!h(t))return!0;if(!e)return!1;m(t)}return t[v].weakData},_=function(t){return d&&p&&h(t)&&!s(t,v)&&m(t),t},x=function(){w.enable=function(){},p=!0;var t=l.f,e=i([].splice),n={};n[v]=1,t(n).length&&(l.f=function(n){for(var r=t(n),i=0,a=r.length;i<a;i++)if(r[i]===v){e(r,i,1);break}return r},r({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},w=t.exports={enable:x,fastKey:y,getWeakData:b,onFreeze:_};a[v]=!0},f22b:function(t,e,n){"use strict";var r=n("23e7"),i=n("f069"),a=n("4738").CONSTRUCTOR;r({target:"Promise",stat:!0,forced:a},{reject:function(t){var e=i.f(this),n=e.reject;return n(t),e.promise}})},f2ca:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("4d26"),c=n.n(s),l=n("4d91"),u=n("daa3"),h=n("9cba"),f=n("0c63"),d=n("8e8e"),p=n.n(d),v=n("b24f"),g=n.n(v);function m(t){return!t||t<0?0:t>100?100:t}var y=function(t){var e=[],n=!0,r=!1,i=void 0;try{for(var a,o=Object.entries(t)[Symbol.iterator]();!(n=(a=o.next()).done);n=!0){var s=a.value,c=g()(s,2),l=c[0],u=c[1],h=parseFloat(l.replace(/%/g,""));if(isNaN(h))return{};e.push({key:h,value:u})}}catch(f){r=!0,i=f}finally{try{!n&&o["return"]&&o["return"]()}finally{if(r)throw i}}return e=e.sort((function(t,e){return t.key-e.key})),e.map((function(t){var e=t.key,n=t.value;return n+" "+e+"%"})).join(", ")},b=function(t){var e=t.from,n=void 0===e?"#1890ff":e,r=t.to,i=void 0===r?"#1890ff":r,a=t.direction,o=void 0===a?"to right":a,s=p()(t,["from","to","direction"]);if(0!==Object.keys(s).length){var c=y(s);return{backgroundImage:"linear-gradient("+o+", "+c+")"}}return{backgroundImage:"linear-gradient("+o+", "+n+", "+i+")"}},_={functional:!0,render:function(t,e){var n=e.props,r=e.children,i=n.prefixCls,a=n.percent,s=n.successPercent,c=n.strokeWidth,l=n.size,u=n.strokeColor,h=n.strokeLinecap,f=void 0;f=u&&"string"!==typeof u?b(u):{background:u};var d=o()({width:m(a)+"%",height:(c||("small"===l?6:8))+"px",background:u,borderRadius:"square"===h?0:"100px"},f),p={width:m(s)+"%",height:(c||("small"===l?6:8))+"px",borderRadius:"square"===h?0:""},v=void 0!==s?t("div",{class:i+"-success-bg",style:p}):null;return t("div",[t("div",{class:i+"-outer"},[t("div",{class:i+"-inner"},[t("div",{class:i+"-bg",style:d}),v])]),r])}},x=_,w=n("92fa"),k=n.n(w),C=n("2b0e"),S=n("46cf"),T=n.n(S);function O(t){return{mixins:[t],updated:function(){var t=this,e=Date.now(),n=!1;Object.keys(this.paths).forEach((function(r){var i=t.paths[r];if(i){n=!0;var a=i.style;a.transitionDuration=".3s, .3s, .3s, .06s",t.prevTimeStamp&&e-t.prevTimeStamp<100&&(a.transitionDuration="0s, 0s")}})),n&&(this.prevTimeStamp=Date.now())}}}var M=O,E={percent:0,prefixCls:"rc-progress",strokeColor:"#2db7f5",strokeLinecap:"round",strokeWidth:1,trailColor:"#D9D9D9",trailWidth:1},A=l["a"].oneOfType([l["a"].number,l["a"].string]),P={percent:l["a"].oneOfType([A,l["a"].arrayOf(A)]),prefixCls:l["a"].string,strokeColor:l["a"].oneOfType([l["a"].string,l["a"].arrayOf(l["a"].oneOfType([l["a"].string,l["a"].object])),l["a"].object]),strokeLinecap:l["a"].oneOf(["butt","round","square"]),strokeWidth:A,trailColor:l["a"].string,trailWidth:A},L=o()({},P,{gapPosition:l["a"].oneOf(["top","bottom","left","right"]),gapDegree:l["a"].oneOfType([l["a"].number,l["a"].string,l["a"].bool])}),I=o()({},E,{gapPosition:"top"});C["c"].use(T.a,{name:"ant-ref"});var j=0;function z(t){return+t.replace("%","")}function D(t){return Array.isArray(t)?t:[t]}function N(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments[5],o=50-r/2,s=0,c=-o,l=0,u=-2*o;switch(a){case"left":s=-o,c=0,l=2*o,u=0;break;case"right":s=o,c=0,l=-2*o,u=0;break;case"bottom":c=o,u=2*o;break;default:}var h="M 50,50 m "+s+","+c+"\n   a "+o+","+o+" 0 1 1 "+l+","+-u+"\n   a "+o+","+o+" 0 1 1 "+-l+","+u,f=2*Math.PI*o,d={stroke:n,strokeDasharray:e/100*(f-i)+"px "+f+"px",strokeDashoffset:"-"+(i/2+t/100*(f-i))+"px",transition:"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s"};return{pathString:h,pathStyle:d}}var R={props:Object(u["t"])(L,I),created:function(){this.paths={},this.gradientId=j,j+=1},methods:{getStokeList:function(){var t=this,e=this.$createElement,n=this.$props,r=n.prefixCls,i=n.percent,a=n.strokeColor,o=n.strokeWidth,s=n.strokeLinecap,c=n.gapDegree,l=n.gapPosition,u=D(i),h=D(a),f=0;return u.map((function(n,i){var a=h[i]||h[h.length-1],u="[object Object]"===Object.prototype.toString.call(a)?"url(#"+r+"-gradient-"+t.gradientId+")":"",d=N(f,n,a,o,c,l),p=d.pathString,v=d.pathStyle;f+=n;var g={key:i,attrs:{d:p,stroke:u,"stroke-linecap":s,"stroke-width":o,opacity:0===n?0:1,"fill-opacity":"0"},class:r+"-circle-path",style:v,directives:[{name:"ant-ref",value:function(e){t.paths[i]=e}}]};return e("path",g)}))}},render:function(){var t=arguments[0],e=this.$props,n=e.prefixCls,r=e.strokeWidth,i=e.trailWidth,a=e.gapDegree,o=e.gapPosition,s=e.trailColor,c=e.strokeLinecap,l=e.strokeColor,u=p()(e,["prefixCls","strokeWidth","trailWidth","gapDegree","gapPosition","trailColor","strokeLinecap","strokeColor"]),h=N(0,100,s,r,a,o),f=h.pathString,d=h.pathStyle;delete u.percent;var v=D(l),g=v.find((function(t){return"[object Object]"===Object.prototype.toString.call(t)})),m={attrs:{d:f,stroke:s,"stroke-linecap":c,"stroke-width":i||r,"fill-opacity":"0"},class:n+"-circle-trail",style:d};return t("svg",k()([{class:n+"-circle",attrs:{viewBox:"0 0 100 100"}},u]),[g&&t("defs",[t("linearGradient",{attrs:{id:n+"-gradient-"+this.gradientId,x1:"100%",y1:"0%",x2:"0%",y2:"0%"}},[Object.keys(g).sort((function(t,e){return z(t)-z(e)})).map((function(e,n){return t("stop",{key:n,attrs:{offset:e,"stop-color":g[e]}})}))])]),t("path",m),this.getStokeList().reverse()])}},V=M(R),F={normal:"#108ee9",exception:"#ff5500",success:"#87d068"};function H(t){var e=t.percent,n=t.successPercent,r=m(e);if(!n)return r;var i=m(n);return[n,m(r-i)]}function B(t){var e=t.progressStatus,n=t.successPercent,r=t.strokeColor,i=r||F[e];return n?[F.success,i]:i}var U={functional:!0,render:function(t,e){var n,r=e.props,a=e.children,o=r.prefixCls,s=r.width,c=r.strokeWidth,l=r.trailColor,u=r.strokeLinecap,h=r.gapPosition,f=r.gapDegree,d=r.type,p=s||120,v={width:"number"===typeof p?p+"px":p,height:"number"===typeof p?p+"px":p,fontSize:.15*p+6},g=c||6,m=h||"dashboard"===d&&"bottom"||"top",y=f||"dashboard"===d&&75,b=B(r),_="[object Object]"===Object.prototype.toString.call(b),x=(n={},i()(n,o+"-inner",!0),i()(n,o+"-circle-gradient",_),n);return t("div",{class:x,style:v},[t(V,{attrs:{percent:H(r),strokeWidth:g,trailWidth:g,strokeColor:b,strokeLinecap:u,trailColor:l,prefixCls:o,gapDegree:y,gapPosition:m}}),a])}},$=U,q=["normal","exception","active","success"],W=l["a"].oneOf(["line","circle","dashboard"]),Y=l["a"].oneOf(["default","small"]),K={prefixCls:l["a"].string,type:W,percent:l["a"].number,successPercent:l["a"].number,format:l["a"].func,status:l["a"].oneOf(q),showInfo:l["a"].bool,strokeWidth:l["a"].number,strokeLinecap:l["a"].oneOf(["butt","round","square"]),strokeColor:l["a"].oneOfType([l["a"].string,l["a"].object]),trailColor:l["a"].string,width:l["a"].number,gapDegree:l["a"].number,gapPosition:l["a"].oneOf(["top","bottom","left","right"]),size:Y},X={name:"AProgress",props:Object(u["t"])(K,{type:"line",percent:0,showInfo:!0,trailColor:"#f3f3f3",size:"default",gapDegree:0,strokeLinecap:"round"}),inject:{configProvider:{default:function(){return h["a"]}}},methods:{getPercentNumber:function(){var t=this.$props,e=t.successPercent,n=t.percent,r=void 0===n?0:n;return parseInt(void 0!==e?e.toString():r.toString(),10)},getProgressStatus:function(){var t=this.$props.status;return q.indexOf(t)<0&&this.getPercentNumber()>=100?"success":t||"normal"},renderProcessInfo:function(t,e){var n=this.$createElement,r=this.$props,i=r.showInfo,a=r.format,o=r.type,s=r.percent,c=r.successPercent;if(!i)return null;var l=void 0,u=a||this.$scopedSlots.format||function(t){return t+"%"},h="circle"===o||"dashboard"===o?"":"-circle";return a||this.$scopedSlots.format||"exception"!==e&&"success"!==e?l=u(m(s),m(c)):"exception"===e?l=n(f["a"],{attrs:{type:"close"+h,theme:"line"===o?"filled":"outlined"}}):"success"===e&&(l=n(f["a"],{attrs:{type:"check"+h,theme:"line"===o?"filled":"outlined"}})),n("span",{class:t+"-text",attrs:{title:"string"===typeof l?l:void 0}},[l])}},render:function(){var t,e=arguments[0],n=Object(u["l"])(this),r=n.prefixCls,a=n.size,s=n.type,l=n.showInfo,h=this.configProvider.getPrefixCls,f=h("progress",r),d=this.getProgressStatus(),p=this.renderProcessInfo(f,d),v=void 0;if("line"===s){var g={props:o()({},n,{prefixCls:f})};v=e(x,g,[p])}else if("circle"===s||"dashboard"===s){var m={props:o()({},n,{prefixCls:f,progressStatus:d})};v=e($,m,[p])}var y=c()(f,(t={},i()(t,f+"-"+("dashboard"===s?"circle":s),!0),i()(t,f+"-status-"+d,!0),i()(t,f+"-show-info",l),i()(t,f+"-"+a,a),t)),b={on:Object(u["k"])(this),class:y};return e("div",b,[v])}},G=n("db14");X.install=function(t){t.use(G["a"]),t.component(X.name,X)};e["a"]=X},f2ef:function(t,e,n){"use strict";n("b2a3"),n("04a9"),n("1efe")},f354:function(t,e,n){"use strict";var r=n("d039"),i=n("b622"),a=n("83ab"),o=n("c430"),s=i("iterator");t.exports=!r((function(){var t=new URL("b?a=1&b=2&c=3","http://a"),e=t.searchParams,n=new URLSearchParams("a=1&a=2&b=3"),r="";return t.pathname="c%20d",e.forEach((function(t,n){e["delete"]("b"),r+=n+t})),n["delete"]("a",2),n["delete"]("b",void 0),o&&(!t.toJSON||!n.has("a",1)||n.has("a",2)||!n.has("a",void 0)||n.has("b"))||!e.size&&(o||!a)||!e.sort||"http://a/c%20d?a=1&c=3"!==t.href||"3"!==e.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!e[s]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash||"a1c3"!==r||"x"!==new URL("http://x",void 0).host}))},f36a:function(t,e,n){"use strict";var r=n("e330");t.exports=r([].slice)},f3c1:function(t,e){var n=800,r=16,i=Date.now;function a(t){var e=0,a=0;return function(){var o=i(),s=r-(o-a);if(a=o,s>0){if(++e>=n)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}t.exports=a},f495:function(t,e,n){"use strict";var r=n("c04e"),i=TypeError;t.exports=function(t){var e=r(t,"number");if("number"==typeof e)throw new i("Can't convert number to bigint");return BigInt(e)}},f4d6:function(t,e,n){var r=n("ffd6"),i=1/0;function a(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-i?"-0":e}t.exports=a},f54f:function(t,e,n){"use strict";var r=n("4d91"),i=r["a"].oneOf(["hover","focus","click","contextmenu"]);e["a"]=function(){return{trigger:r["a"].oneOfType([i,r["a"].arrayOf(i)]).def("hover"),visible:r["a"].bool,defaultVisible:r["a"].bool,placement:r["a"].oneOf(["top","left","right","bottom","topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]).def("top"),transitionName:r["a"].string.def("zoom-big-fast"),overlayStyle:r["a"].object.def((function(){return{}})),overlayClassName:r["a"].string,prefixCls:r["a"].string,mouseEnterDelay:r["a"].number.def(.1),mouseLeaveDelay:r["a"].number.def(.1),getPopupContainer:r["a"].func,arrowPointAtCenter:r["a"].bool.def(!1),autoAdjustOverflow:r["a"].oneOfType([r["a"].bool,r["a"].object]).def(!0),destroyTooltipOnHide:r["a"].bool.def(!1),align:r["a"].object.def((function(){return{}})),builtinPlacements:r["a"].object}}},f5b2:function(t,e,n){"use strict";var r=n("23e7"),i=n("6547").codeAt;r({target:"String",proto:!0},{codePointAt:function(t){return i(this,t)}})},f5df:function(t,e,n){"use strict";var r=n("00ee"),i=n("1626"),a=n("c6b6"),o=n("b622"),s=o("toStringTag"),c=Object,l="Arguments"===a(function(){return arguments}()),u=function(t,e){try{return t[e]}catch(n){}};t.exports=r?a:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=u(e=c(t),s))?n:l?a(e):"Object"===(r=a(e))&&i(e.callee)?"Arguments":r}},f608:function(t,e,n){var r=n("6747"),i=n("ffd6"),a=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,o=/^\w*$/;function s(t,e){if(r(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!i(t))||(o.test(t)||!a.test(t)||null!=e&&t in Object(e))}t.exports=s},f614:function(t,e,n){},f64c:function(t,e,n){"use strict";var r=n("41b2"),i=n.n(r),a=n("2fcd"),o=n("0c63"),s=3,c=void 0,l=void 0,u=1,h="ant-message",f="move-up",d=function(){return document.body},p=void 0;function v(t){l?t(l):a["a"].newInstance({prefixCls:h,transitionName:f,style:{top:c},getContainer:d,maxCount:p},(function(e){l?t(l):(l=e,t(e))}))}function g(t){var e=void 0!==t.duration?t.duration:s,n={info:"info-circle",success:"check-circle",error:"close-circle",warning:"exclamation-circle",loading:"loading"}[t.type],r=t.key||u++,i=new Promise((function(i){var a=function(){return"function"===typeof t.onClose&&t.onClose(),i(!0)};v((function(i){i.notice({key:r,duration:e,style:{},content:function(e){var r=e(o["a"],{attrs:{type:n,theme:"loading"===n?"outlined":"filled"}}),i=n?r:"";return e("div",{class:h+"-custom-content"+(t.type?" "+h+"-"+t.type:"")},[t.icon?"function"===typeof t.icon?t.icon(e):t.icon:i,e("span",["function"===typeof t.content?t.content(e):t.content])])},onClose:a})}))})),a=function(){l&&l.removeNotice(r)};return a.then=function(t,e){return i.then(t,e)},a.promise=i,a}function m(t){return"[object Object]"===Object.prototype.toString.call(t)&&!!t.content}var y={open:g,config:function(t){void 0!==t.top&&(c=t.top,l=null),void 0!==t.duration&&(s=t.duration),void 0!==t.prefixCls&&(h=t.prefixCls),void 0!==t.getContainer&&(d=t.getContainer),void 0!==t.transitionName&&(f=t.transitionName,l=null),void 0!==t.maxCount&&(p=t.maxCount,l=null)},destroy:function(){l&&(l.destroy(),l=null)}};["success","info","warning","error","loading"].forEach((function(t){y[t]=function(e,n,r){return m(e)?y.open(i()({},e,{type:t})):("function"===typeof n&&(r=n,n=void 0),y.open({content:e,duration:n,type:t,onClose:r}))}})),y.warn=y.warning,e["a"]=y},f664:function(t,e,n){"use strict";var r=n("23e7"),i=n("be8e");r({target:"Math",stat:!0},{fround:i})},f6b4:function(t,e,n){"use strict";var r=n("c532");function i(){this.handlers=[]}i.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},i.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},i.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=i},f6c0:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n("c4b2"),i=h(r),a=n("882a"),o=h(a),s=n("5669"),c=h(s),l=n("9a94"),u=h(l);function h(t){return t&&t.__esModule?t:{default:t}}e["default"]={locale:"zh-cn",Pagination:i["default"],DatePicker:o["default"],TimePicker:c["default"],Calendar:u["default"],global:{placeholder:"请选择"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",selectAll:"全选当页",selectInvert:"反选当页",sortTitle:"排序",expand:"展开行",collapse:"关闭行"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开"},PageHeader:{back:"返回"}}},f6d6:function(t,e,n){"use strict";var r=n("23e7"),i=n("e330"),a=n("23cb"),o=RangeError,s=String.fromCharCode,c=String.fromCodePoint,l=i([].join),u=!!c&&1!==c.length;r({target:"String",stat:!0,arity:1,forced:u},{fromCodePoint:function(t){var e,n=[],r=arguments.length,i=0;while(r>i){if(e=+arguments[i++],a(e,1114111)!==e)throw new o(e+" is not a valid code point");n[i]=e<65536?s(e):s(55296+((e-=65536)>>10),e%1024+56320)}return l(n,"")}})},f748:function(t,e,n){"use strict";t.exports=Math.sign||function(t){var e=+t;return 0===e||e!==e?e:e<0?-1:1}},f772:function(t,e,n){"use strict";var r=n("5692"),i=n("90e3"),a=r("keys");t.exports=function(t){return a[t]||(a[t]=i(t))}},f785:function(t,e,n){"use strict";var r=n("2626");r("Array")},f893:function(t,e,n){t.exports={default:n("8119"),__esModule:!0}},f8a8:function(t,e,n){"use strict";n.d(e,"a",(function(){return E})),n.d(e,"b",(function(){return A}));var r,i=n("de66"),a=(new Uint8Array([79,112,117,115,72,101,97,100]),function(t){return"string"===typeof t?Object(i["h"])(t):t}),o=function(t){return Array.isArray(t)?t.map((function(t){return a(t)})):[a(t)]},s=function(t){t=Object(i["k"])(t);var e=[],n=0;while(t.length>n){var a=t[n],o=0,s=0;s++;var c=t[s];s++;while(128&c)o=(127&c)<<7,c=t[s],s++;o+=127&c;for(var l=0;l<r.length;l++){var u=r[l],h=u.id,f=u.parser;if(a===h){e.push(f(t.subarray(s,s+o)));break}}n+=o+s}return e};r=[{id:3,parser:function(t){var e={tag:3,id:t[0]<<8|t[1],flags:t[2],size:3,dependsOnEsId:0,ocrEsId:0,descriptors:[],url:""};if(128&e.flags&&(e.dependsOnEsId=t[e.size]<<8|t[e.size+1],e.size+=2),64&e.flags){var n=t[e.size];e.url=Object(i["c"])(t.subarray(e.size+1,e.size+1+n)),e.size+=n}return 32&e.flags&&(e.ocrEsId=t[e.size]<<8|t[e.size+1],e.size+=2),e.descriptors=s(t.subarray(e.size))||[],e}},{id:4,parser:function(t){var e={tag:4,oti:t[0],streamType:t[1],bufferSize:t[2]<<16|t[3]<<8|t[4],maxBitrate:t[5]<<24|t[6]<<16|t[7]<<8|t[8],avgBitrate:t[9]<<24|t[10]<<16|t[11]<<8|t[12],descriptors:s(t.subarray(13))};return e}},{id:5,parser:function(t){return{tag:5,bytes:t}}},{id:6,parser:function(t){return{tag:6,bytes:t}}}];var c=function t(e,n,r){void 0===r&&(r=!1),n=o(n),e=Object(i["k"])(e);var a=[];if(!n.length)return a;var s=0;while(s<e.length){var c=(e[s]<<24|e[s+1]<<16|e[s+2]<<8|e[s+3])>>>0,l=e.subarray(s+4,s+8);if(0===c)break;var u=s+c;if(u>e.length){if(r)break;u=e.length}var h=e.subarray(s+8,u);Object(i["a"])(l,n[0])&&(1===n.length?a.push(h):a.push.apply(a,t(h,n.slice(1),r))),s=u}return a},l={EBML:Object(i["k"])([26,69,223,163]),DocType:Object(i["k"])([66,130]),Segment:Object(i["k"])([24,83,128,103]),SegmentInfo:Object(i["k"])([21,73,169,102]),Tracks:Object(i["k"])([22,84,174,107]),Track:Object(i["k"])([174]),TrackNumber:Object(i["k"])([215]),DefaultDuration:Object(i["k"])([35,227,131]),TrackEntry:Object(i["k"])([174]),TrackType:Object(i["k"])([131]),FlagDefault:Object(i["k"])([136]),CodecID:Object(i["k"])([134]),CodecPrivate:Object(i["k"])([99,162]),VideoTrack:Object(i["k"])([224]),AudioTrack:Object(i["k"])([225]),Cluster:Object(i["k"])([31,67,182,117]),Timestamp:Object(i["k"])([231]),TimestampScale:Object(i["k"])([42,215,177]),BlockGroup:Object(i["k"])([160]),BlockDuration:Object(i["k"])([155]),Block:Object(i["k"])([161]),SimpleBlock:Object(i["k"])([163])},u=[128,64,32,16,8,4,2,1],h=function(t){for(var e=1,n=0;n<u.length;n++){if(t&u[n])break;e++}return e},f=function(t,e,n,r){void 0===n&&(n=!0),void 0===r&&(r=!1);var a=h(t[e]),o=t.subarray(e,e+a);return n&&(o=Array.prototype.slice.call(t,e,e+a),o[0]^=u[a-1]),{length:a,value:Object(i["b"])(o,{signed:r}),bytes:o}},d=function t(e){return"string"===typeof e?e.match(/.{1,2}/g).map((function(e){return t(e)})):"number"===typeof e?Object(i["f"])(e):e},p=function(t){return Array.isArray(t)?t.map((function(t){return d(t)})):[d(t)]},v=function t(e,n,r){if(r>=n.length)return n.length;var a=f(n,r,!1);if(Object(i["a"])(e.bytes,a.bytes))return r;var o=f(n,r+a.length);return t(e,n,r+o.length+o.value+a.length)},g=function t(e,n){n=p(n),e=Object(i["k"])(e);var r=[];if(!n.length)return r;var a=0;while(a<e.length){var o=f(e,a,!1),s=f(e,a+o.length),c=a+o.length+s.length;127===s.value&&(s.value=v(o,e,c),s.value!==e.length&&(s.value-=c));var l=c+s.value>e.length?e.length:c+s.value,u=e.subarray(c,l);Object(i["a"])(n[0],o.bytes)&&(1===n.length?r.push(u):r=r.concat(t(u,n.slice(1))));var h=o.length+s.length+u.length;a+=h}return r},m=n("321f"),y=Object(i["k"])([0,0,0,1]),b=Object(i["k"])([0,0,1]),_=Object(i["k"])([0,0,3]),x=function(t){var e=[],n=1;while(n<t.length-2)Object(i["a"])(t.subarray(n,n+3),_)&&(e.push(n+2),n++),n++;if(0===e.length)return t;var r=t.length-e.length,a=new Uint8Array(r),o=0;for(n=0;n<r;o++,n++)o===e[0]&&(o++,e.shift()),a[n]=t[o];return a},w=function(t,e,n,r){void 0===r&&(r=1/0),t=Object(i["k"])(t),n=[].concat(n);var a,o=0,s=0;while(o<t.length&&(s<r||a)){var c=void 0;if(Object(i["a"])(t.subarray(o),y)?c=4:Object(i["a"])(t.subarray(o),b)&&(c=3),c){if(s++,a)return x(t.subarray(a,o));var l=void 0;"h264"===e?l=31&t[o+c]:"h265"===e&&(l=t[o+c]>>1&63),-1!==n.indexOf(l)&&(a=o+c),o+=c+("h264"===e?1:2)}else o++}return t.subarray(0,0)},k=function(t,e,n){return w(t,"h264",e,n)},C=function(t,e,n){return w(t,"h265",e,n)},S={webm:Object(i["k"])([119,101,98,109]),matroska:Object(i["k"])([109,97,116,114,111,115,107,97]),flac:Object(i["k"])([102,76,97,67]),ogg:Object(i["k"])([79,103,103,83]),ac3:Object(i["k"])([11,119]),riff:Object(i["k"])([82,73,70,70]),avi:Object(i["k"])([65,86,73]),wav:Object(i["k"])([87,65,86,69]),"3gp":Object(i["k"])([102,116,121,112,51,103]),mp4:Object(i["k"])([102,116,121,112]),fmp4:Object(i["k"])([115,116,121,112]),mov:Object(i["k"])([102,116,121,112,113,116]),moov:Object(i["k"])([109,111,111,118]),moof:Object(i["k"])([109,111,111,102])},T={aac:function(t){var e=Object(m["a"])(t);return Object(i["a"])(t,[255,16],{offset:e,mask:[255,22]})},mp3:function(t){var e=Object(m["a"])(t);return Object(i["a"])(t,[255,2],{offset:e,mask:[255,6]})},webm:function(t){var e=g(t,[l.EBML,l.DocType])[0];return Object(i["a"])(e,S.webm)},mkv:function(t){var e=g(t,[l.EBML,l.DocType])[0];return Object(i["a"])(e,S.matroska)},mp4:function(t){return!T["3gp"](t)&&!T.mov(t)&&(!(!Object(i["a"])(t,S.mp4,{offset:4})&&!Object(i["a"])(t,S.fmp4,{offset:4}))||(!(!Object(i["a"])(t,S.moof,{offset:4})&&!Object(i["a"])(t,S.moov,{offset:4}))||void 0))},mov:function(t){return Object(i["a"])(t,S.mov,{offset:4})},"3gp":function(t){return Object(i["a"])(t,S["3gp"],{offset:4})},ac3:function(t){var e=Object(m["a"])(t);return Object(i["a"])(t,S.ac3,{offset:e})},ts:function(t){if(t.length<189&&t.length>=1)return 71===t[0];var e=0;while(e+188<t.length&&e<188){if(71===t[e]&&71===t[e+188])return!0;e+=1}return!1},flac:function(t){var e=Object(m["a"])(t);return Object(i["a"])(t,S.flac,{offset:e})},ogg:function(t){return Object(i["a"])(t,S.ogg)},avi:function(t){return Object(i["a"])(t,S.riff)&&Object(i["a"])(t,S.avi,{offset:8})},wav:function(t){return Object(i["a"])(t,S.riff)&&Object(i["a"])(t,S.wav,{offset:8})},h264:function(t){return k(t,7,3).length},h265:function(t){return C(t,[32,33],3).length}},O=Object.keys(T).filter((function(t){return"ts"!==t&&"h264"!==t&&"h265"!==t})).concat(["ts","h264","h265"]);O.forEach((function(t){var e=T[t];T[t]=function(t){return e(Object(i["k"])(t))}}));var M=T,E=function(t){t=Object(i["k"])(t);for(var e=0;e<O.length;e++){var n=O[e];if(M[n](t))return n}return""},A=function(t){return c(t,["moof"]).length>0}},f8af:function(t,e,n){var r=n("2474");function i(t){var e=new t.constructor(t.byteLength);return new r(e).set(new r(t)),e}t.exports=i},f8cd:function(t,e,n){"use strict";var r=n("5926"),i=RangeError;t.exports=function(t){var e=r(t);if(e<0)throw new i("The argument can't be less than 0");return e}},f8d5:function(t,e,n){"use strict";e["a"]={today:"Today",now:"Now",backToToday:"Back to today",ok:"Ok",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"}},f904:function(t,e,n){"use strict";var r=n("13d9"),i={"text/plain":"Text","text/html":"Url",default:"Text"},a="Copy to clipboard: #{key}, Enter";function o(t){var e=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return t.replace(/#{\s*key\s*}/g,e)}function s(t,e){var n,s,c,l,u,h,f=!1;e||(e={}),n=e.debug||!1;try{c=r(),l=document.createRange(),u=document.getSelection(),h=document.createElement("span"),h.textContent=t,h.ariaHidden="true",h.style.all="unset",h.style.position="fixed",h.style.top=0,h.style.clip="rect(0, 0, 0, 0)",h.style.whiteSpace="pre",h.style.webkitUserSelect="text",h.style.MozUserSelect="text",h.style.msUserSelect="text",h.style.userSelect="text",h.addEventListener("copy",(function(r){if(r.stopPropagation(),e.format)if(r.preventDefault(),"undefined"===typeof r.clipboardData){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var a=i[e.format]||i["default"];window.clipboardData.setData(a,t)}else r.clipboardData.clearData(),r.clipboardData.setData(e.format,t);e.onCopy&&(r.preventDefault(),e.onCopy(r.clipboardData))})),document.body.appendChild(h),l.selectNodeContents(h),u.addRange(l);var d=document.execCommand("copy");if(!d)throw new Error("copy command was unsuccessful");f=!0}catch(p){n&&console.error("unable to copy using execCommand: ",p),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(e.format||"text",t),e.onCopy&&e.onCopy(window.clipboardData),f=!0}catch(p){n&&console.error("unable to copy using clipboardData: ",p),n&&console.error("falling back to prompt"),s=o("message"in e?e.message:a),window.prompt(s,t)}}finally{u&&("function"==typeof u.removeRange?u.removeRange(l):u.removeAllRanges()),h&&document.body.removeChild(h),c()}return f}t.exports=s},f909:function(t,e,n){var r=n("7e64"),i=n("b760"),a=n("72af"),o=n("4f50"),s=n("1a8c"),c=n("9934"),l=n("8adb");function u(t,e,n,h,f){t!==e&&a(e,(function(a,c){if(f||(f=new r),s(a))o(t,e,c,n,u,h,f);else{var d=h?h(l(t,c),a,c+"",t,e,f):void 0;void 0===d&&(d=a),i(t,c,d)}}),c)}t.exports=u},f933:function(t,e,n){"use strict";var r=n("6042"),i=n.n(r),a=n("41b2"),o=n.n(a),s=n("7b05"),c=n("8e8e"),l=n.n(c),u=n("4d91"),h=n("8496"),f={adjustX:1,adjustY:1},d=[0,0],p={left:{points:["cr","cl"],overflow:f,offset:[-4,0],targetOffset:d},right:{points:["cl","cr"],overflow:f,offset:[4,0],targetOffset:d},top:{points:["bc","tc"],overflow:f,offset:[0,-4],targetOffset:d},bottom:{points:["tc","bc"],overflow:f,offset:[0,4],targetOffset:d},topLeft:{points:["bl","tl"],overflow:f,offset:[0,-4],targetOffset:d},leftTop:{points:["tr","tl"],overflow:f,offset:[-4,0],targetOffset:d},topRight:{points:["br","tr"],overflow:f,offset:[0,-4],targetOffset:d},rightTop:{points:["tl","tr"],overflow:f,offset:[4,0],targetOffset:d},bottomRight:{points:["tr","br"],overflow:f,offset:[0,4],targetOffset:d},rightBottom:{points:["bl","br"],overflow:f,offset:[4,0],targetOffset:d},bottomLeft:{points:["tl","bl"],overflow:f,offset:[0,4],targetOffset:d},leftBottom:{points:["br","bl"],overflow:f,offset:[-4,0],targetOffset:d}},v={props:{prefixCls:u["a"].string,overlay:u["a"].any,trigger:u["a"].any},updated:function(){var t=this.trigger;t&&t.forcePopupAlign()},render:function(){var t=arguments[0],e=this.overlay,n=this.prefixCls;return t("div",{class:n+"-inner",attrs:{role:"tooltip"}},["function"===typeof e?e():e])}},g=n("daa3");function m(){}var y={props:{trigger:u["a"].any.def(["hover"]),defaultVisible:u["a"].bool,visible:u["a"].bool,placement:u["a"].string.def("right"),transitionName:u["a"].oneOfType([u["a"].string,u["a"].object]),animation:u["a"].any,afterVisibleChange:u["a"].func.def((function(){})),overlay:u["a"].any,overlayStyle:u["a"].object,overlayClassName:u["a"].string,prefixCls:u["a"].string.def("rc-tooltip"),mouseEnterDelay:u["a"].number.def(0),mouseLeaveDelay:u["a"].number.def(.1),getTooltipContainer:u["a"].func,destroyTooltipOnHide:u["a"].bool.def(!1),align:u["a"].object.def((function(){return{}})),arrowContent:u["a"].any.def(null),tipId:u["a"].string,builtinPlacements:u["a"].object},methods:{getPopupElement:function(){var t=this.$createElement,e=this.$props,n=e.prefixCls,r=e.tipId;return[t("div",{class:n+"-arrow",key:"arrow"},[Object(g["g"])(this,"arrowContent")]),t(v,{key:"content",attrs:{trigger:this.$refs.trigger,prefixCls:n,id:r,overlay:Object(g["g"])(this,"overlay")}})]},getPopupDomNode:function(){return this.$refs.trigger.getPopupDomNode()}},render:function(t){var e=Object(g["l"])(this),n=e.overlayClassName,r=e.trigger,i=e.mouseEnterDelay,a=e.mouseLeaveDelay,s=e.overlayStyle,c=e.prefixCls,u=e.afterVisibleChange,f=e.transitionName,d=e.animation,v=e.placement,y=e.align,b=e.destroyTooltipOnHide,_=e.defaultVisible,x=e.getTooltipContainer,w=l()(e,["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","afterVisibleChange","transitionName","animation","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer"]),k=o()({},w);Object(g["s"])(this,"visible")&&(k.popupVisible=this.$props.visible);var C=Object(g["k"])(this),S={props:o()({popupClassName:n,prefixCls:c,action:r,builtinPlacements:p,popupPlacement:v,popupAlign:y,getPopupContainer:x,afterPopupVisibleChange:u,popupTransitionName:f,popupAnimation:d,defaultPopupVisible:_,destroyPopupOnHide:b,mouseLeaveDelay:a,popupStyle:s,mouseEnterDelay:i},k),on:o()({},C,{popupVisibleChange:C.visibleChange||m,popupAlign:C.popupAlign||m}),ref:"trigger"};return t(h["a"],S,[t("template",{slot:"popup"},[this.getPopupElement(t)]),this.$slots["default"]])}},b=y,_={adjustX:1,adjustY:1},x={adjustX:0,adjustY:0},w=[0,0];function k(t){return"boolean"===typeof t?t?_:x:o()({},x,t)}function C(t){var e=t.arrowWidth,n=void 0===e?5:e,r=t.horizontalArrowShift,i=void 0===r?16:r,a=t.verticalArrowShift,s=void 0===a?12:a,c=t.autoAdjustOverflow,l=void 0===c||c,u={left:{points:["cr","cl"],offset:[-4,0]},right:{points:["cl","cr"],offset:[4,0]},top:{points:["bc","tc"],offset:[0,-4]},bottom:{points:["tc","bc"],offset:[0,4]},topLeft:{points:["bl","tc"],offset:[-(i+n),-4]},leftTop:{points:["tr","cl"],offset:[-4,-(s+n)]},topRight:{points:["br","tc"],offset:[i+n,-4]},rightTop:{points:["tl","cr"],offset:[4,-(s+n)]},bottomRight:{points:["tr","bc"],offset:[i+n,4]},rightBottom:{points:["bl","cr"],offset:[4,s+n]},bottomLeft:{points:["tl","bc"],offset:[-(i+n),4]},leftBottom:{points:["br","cl"],offset:[-4,s+n]}};return Object.keys(u).forEach((function(e){u[e]=t.arrowPointAtCenter?o()({},u[e],{overflow:k(l),targetOffset:w}):o()({},p[e],{overflow:k(l)}),u[e].ignoreShake=!0})),u}var S=n("9cba"),T=n("f54f"),O=function(t,e){var n={},r=o()({},t);return e.forEach((function(e){t&&e in t&&(n[e]=t[e],delete r[e])})),{picked:n,omitted:r}},M=Object(T["a"])(),E={name:"ATooltip",model:{prop:"visible",event:"visibleChange"},props:o()({},M,{title:u["a"].any}),inject:{configProvider:{default:function(){return S["a"]}}},data:function(){return{sVisible:!!this.$props.visible||!!this.$props.defaultVisible}},watch:{visible:function(t){this.sVisible=t}},methods:{onVisibleChange:function(t){Object(g["s"])(this,"visible")||(this.sVisible=!this.isNoTitle()&&t),this.isNoTitle()||this.$emit("visibleChange",t)},getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()},getPlacements:function(){var t=this.$props,e=t.builtinPlacements,n=t.arrowPointAtCenter,r=t.autoAdjustOverflow;return e||C({arrowPointAtCenter:n,verticalArrowShift:8,autoAdjustOverflow:r})},getDisabledCompatibleChildren:function(t){var e=this.$createElement,n=t.componentOptions&&t.componentOptions.Ctor.options||{};if((!0===n.__ANT_BUTTON||!0===n.__ANT_SWITCH||!0===n.__ANT_CHECKBOX)&&(t.componentOptions.propsData.disabled||""===t.componentOptions.propsData.disabled)||"button"===t.tag&&t.data&&t.data.attrs&&void 0!==t.data.attrs.disabled){var r=O(Object(g["q"])(t),["position","left","right","top","bottom","float","display","zIndex"]),i=r.picked,a=r.omitted,c=o()({display:"inline-block"},i,{cursor:"not-allowed",width:t.componentOptions.propsData.block?"100%":null}),l=o()({},a,{pointerEvents:"none"}),u=Object(g["f"])(t),h=Object(s["a"])(t,{style:l,class:null});return e("span",{style:c,class:u},[h])}return t},isNoTitle:function(){var t=Object(g["g"])(this,"title");return!t&&0!==t},getOverlay:function(){var t=Object(g["g"])(this,"title");return 0===t?t:t||""},onPopupAlign:function(t,e){var n=this.getPlacements(),r=Object.keys(n).filter((function(t){return n[t].points[0]===e.points[0]&&n[t].points[1]===e.points[1]}))[0];if(r){var i=t.getBoundingClientRect(),a={top:"50%",left:"50%"};r.indexOf("top")>=0||r.indexOf("Bottom")>=0?a.top=i.height-e.offset[1]+"px":(r.indexOf("Top")>=0||r.indexOf("bottom")>=0)&&(a.top=-e.offset[1]+"px"),r.indexOf("left")>=0||r.indexOf("Right")>=0?a.left=i.width-e.offset[0]+"px":(r.indexOf("right")>=0||r.indexOf("Left")>=0)&&(a.left=-e.offset[0]+"px"),t.style.transformOrigin=a.left+" "+a.top}}},render:function(){var t=arguments[0],e=this.$props,n=this.$data,r=this.$slots,a=e.prefixCls,c=e.openClassName,l=e.getPopupContainer,u=this.configProvider.getPopupContainer,h=this.configProvider.getPrefixCls,f=h("tooltip",a),d=(r["default"]||[]).filter((function(t){return t.tag||""!==t.text.trim()}));d=1===d.length?d[0]:d;var p=n.sVisible;if(!Object(g["s"])(this,"visible")&&this.isNoTitle()&&(p=!1),!d)return null;var v=this.getDisabledCompatibleChildren(Object(g["w"])(d)?d:t("span",[d])),m=i()({},c||f+"-open",!0),y={props:o()({},e,{prefixCls:f,getTooltipContainer:l||u,builtinPlacements:this.getPlacements(),overlay:this.getOverlay(),visible:p}),ref:"tooltip",on:o()({},Object(g["k"])(this),{visibleChange:this.onVisibleChange,popupAlign:this.onPopupAlign})};return t(b,y,[p?Object(s["a"])(v,{class:m}):v])}},A=n("db14");E.install=function(t){t.use(A["a"]),t.component(E.name,E)};e["a"]=E},f971:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("6042"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("4d91"),f=n("4d26"),d=n.n(f),p=n("daa3"),v=n("b488"),g={name:"Checkbox",mixins:[v["a"]],inheritAttrs:!1,model:{prop:"checked",event:"change"},props:Object(p["t"])({prefixCls:h["a"].string,name:h["a"].string,id:h["a"].string,type:h["a"].string,defaultChecked:h["a"].oneOfType([h["a"].number,h["a"].bool]),checked:h["a"].oneOfType([h["a"].number,h["a"].bool]),disabled:h["a"].bool,tabIndex:h["a"].oneOfType([h["a"].string,h["a"].number]),readOnly:h["a"].bool,autoFocus:h["a"].bool,value:h["a"].any},{prefixCls:"rc-checkbox",type:"checkbox",defaultChecked:!1}),data:function(){var t=Object(p["s"])(this,"checked")?this.checked:this.defaultChecked;return{sChecked:t}},watch:{checked:function(t){this.sChecked=t}},mounted:function(){var t=this;this.$nextTick((function(){t.autoFocus&&t.$refs.input&&t.$refs.input.focus()}))},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},handleChange:function(t){var e=Object(p["l"])(this);e.disabled||("checked"in e||(this.sChecked=t.target.checked),this.$forceUpdate(),t.shiftKey=this.eventShiftKey,this.__emit("change",{target:u()({},e,{checked:t.target.checked}),stopPropagation:function(){t.stopPropagation()},preventDefault:function(){t.preventDefault()},nativeEvent:t}),this.eventShiftKey=!1,"checked"in e&&(this.$refs.input.checked=e.checked))},onClick:function(t){this.__emit("click",t),this.eventShiftKey=t.shiftKey}},render:function(){var t,e=arguments[0],n=Object(p["l"])(this),r=n.prefixCls,a=n.name,s=n.id,l=n.type,h=n.disabled,f=n.readOnly,v=n.tabIndex,g=n.autoFocus,m=n.value,y=c()(n,["prefixCls","name","id","type","disabled","readOnly","tabIndex","autoFocus","value"]),b=Object(p["e"])(this),_=Object.keys(u()({},y,b)).reduce((function(t,e){return"aria-"!==e.substr(0,5)&&"data-"!==e.substr(0,5)&&"role"!==e||(t[e]=y[e]),t}),{}),x=this.sChecked,w=d()(r,(t={},o()(t,r+"-checked",x),o()(t,r+"-disabled",h),t));return e("span",{class:w},[e("input",i()([{attrs:{name:a,id:s,type:l,readOnly:f,disabled:h,tabIndex:v,autoFocus:g},class:r+"-input",domProps:{checked:!!x,value:m},ref:"input"},{attrs:_,on:u()({},Object(p["k"])(this),{change:this.handleChange,click:this.onClick})}])),e("span",{class:r+"-inner"})])}};e["a"]=g},f97d:function(t,e){var n={"":!0,up:!0};function r(t){if("string"!==typeof t)return!1;var e=n[t.toLowerCase()];return!!e&&t.toLowerCase()}function i(t){return"number"===typeof t&&t>=0&&t<=100}function a(){var t=100,e=3,n=0,a=100,o=0,s=100,c="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return t},set:function(e){if(!i(e))throw new Error("Width must be between 0 and 100.");t=e}},lines:{enumerable:!0,get:function(){return e},set:function(t){if("number"!==typeof t)throw new TypeError("Lines must be set to a number.");e=t}},regionAnchorY:{enumerable:!0,get:function(){return a},set:function(t){if(!i(t))throw new Error("RegionAnchorX must be between 0 and 100.");a=t}},regionAnchorX:{enumerable:!0,get:function(){return n},set:function(t){if(!i(t))throw new Error("RegionAnchorY must be between 0 and 100.");n=t}},viewportAnchorY:{enumerable:!0,get:function(){return s},set:function(t){if(!i(t))throw new Error("ViewportAnchorY must be between 0 and 100.");s=t}},viewportAnchorX:{enumerable:!0,get:function(){return o},set:function(t){if(!i(t))throw new Error("ViewportAnchorX must be between 0 and 100.");o=t}},scroll:{enumerable:!0,get:function(){return c},set:function(t){var e=r(t);if(!1===e)throw new SyntaxError("An invalid or illegal string was specified.");c=e}}})}t.exports=a},f9ce:function(t,e,n){var r=n("ef5d"),i=n("e3f8"),a=n("f608"),o=n("f4d6");function s(t){return a(t)?r(o(t)):i(t)}t.exports=s},fa21:function(t,e,n){var r=n("7530"),i=n("2dcb"),a=n("eac55");function o(t){return"function"!=typeof t.constructor||a(t)?{}:r(i(t))}t.exports=o},faf5:function(t,e,n){t.exports=!n("0bad")&&!n("4b8b")((function(){return 7!=Object.defineProperty(n("05f5")("div"),"a",{get:function(){return 7}}).a}))},fb2c:function(t,e,n){"use strict";var r=n("74e8");r("Uint32",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},fb6a:function(t,e,n){"use strict";var r=n("23e7"),i=n("e8b5"),a=n("68ee"),o=n("861d"),s=n("23cb"),c=n("07fa"),l=n("fc6a"),u=n("8418"),h=n("b622"),f=n("1dde"),d=n("f36a"),p=f("slice"),v=h("species"),g=Array,m=Math.max;r({target:"Array",proto:!0,forced:!p},{slice:function(t,e){var n,r,h,f=l(this),p=c(f),y=s(t,p),b=s(void 0===e?p:e,p);if(i(f)&&(n=f.constructor,a(n)&&(n===g||i(n.prototype))?n=void 0:o(n)&&(n=n[v],null===n&&(n=void 0)),n===g||void 0===n))return d(f,y,b);for(r=new(void 0===n?g:n)(m(b-y,0)),h=0;y<b;y++,h++)y in f&&u(r,h,f[y]);return r.length=h,r}})},fba5:function(t,e,n){var r=n("cb5a");function i(t){return r(this.__data__,t)>-1}t.exports=i},fbd6:function(t,e,n){"use strict";n("b2a3"),n("81ff")},fbd8:function(t,e,n){"use strict";n("b2a3"),n("325f"),n("9a33")},fc1b:function(t,e,n){"use strict";var r=n("f748"),i=Math.abs,a=2220446049250313e-31,o=1/a,s=function(t){return t+o-o};t.exports=function(t,e,n,o){var c=+t,l=i(c),u=r(c);if(l<o)return u*s(l/o/e)*o*e;var h=(1+e/a)*l,f=h-(h-l);return f>n||f!==f?u*(1/0):u*f}},fc25:function(t,e,n){"use strict";var r=n("92fa"),i=n.n(r),a=n("1098"),o=n.n(a),s=n("6042"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("4d91"),f=n("9cba"),d=n("daa3"),p=n("e5cd"),v={functional:!0,PRESENTED_IMAGE_DEFAULT:!0,render:function(){var t=arguments[0];return t("svg",{attrs:{width:"184",height:"152",viewBox:"0 0 184 152",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{fill:"none",fillRule:"evenodd"}},[t("g",{attrs:{transform:"translate(24 31.67)"}},[t("ellipse",{attrs:{fillOpacity:".8",fill:"#F5F5F7",cx:"67.797",cy:"106.89",rx:"67.797",ry:"12.668"}}),t("path",{attrs:{d:"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",fill:"#AEB8C2"}}),t("path",{attrs:{d:"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",fill:"url(#linearGradient-1)",transform:"translate(13.56)"}}),t("path",{attrs:{d:"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",fill:"#F5F5F7"}}),t("path",{attrs:{d:"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",fill:"#DCE0E6"}})]),t("path",{attrs:{d:"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",fill:"#DCE0E6"}}),t("g",{attrs:{transform:"translate(149.65 15.383)",fill:"#FFF"}},[t("ellipse",{attrs:{cx:"20.654",cy:"3.167",rx:"2.849",ry:"2.815"}}),t("path",{attrs:{d:"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"}})])])])}},g={functional:!0,PRESENTED_IMAGE_SIMPLE:!0,render:function(){var t=arguments[0];return t("svg",{attrs:{width:"64",height:"41",viewBox:"0 0 64 41",xmlns:"http://www.w3.org/2000/svg"}},[t("g",{attrs:{transform:"translate(0 1)",fill:"none",fillRule:"evenodd"}},[t("ellipse",{attrs:{fill:"#F5F5F5",cx:"32",cy:"33",rx:"32",ry:"7"}}),t("g",{attrs:{fillRule:"nonzero",stroke:"#D9D9D9"}},[t("path",{attrs:{d:"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"}}),t("path",{attrs:{d:"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",fill:"#FAFAFA"}})])])])}},m=n("db14"),y=function(){return{prefixCls:h["a"].string,image:h["a"].any,description:h["a"].any,imageStyle:h["a"].object}},b={name:"AEmpty",props:u()({},y()),inject:{configProvider:{default:function(){return f["a"]}}},methods:{renderEmpty:function(t){var e=this.$createElement,n=this.$props,r=n.prefixCls,a=n.imageStyle,s=this.configProvider.getPrefixCls,l=s("empty",r),u=Object(d["g"])(this,"image")||e(v),h=Object(d["g"])(this,"description"),f="undefined"!==typeof h?h:t.description,p="string"===typeof f?f:"empty",g=c()({},l,!0),m=null;if("string"===typeof u)m=e("img",{attrs:{alt:p,src:u}});else if("object"===("undefined"===typeof u?"undefined":o()(u))&&u.PRESENTED_IMAGE_SIMPLE){var y=u;m=e(y),g[l+"-normal"]=!0}else m=u;return e("div",i()([{class:g},{on:Object(d["k"])(this)}]),[e("div",{class:l+"-image",style:a},[m]),f&&e("p",{class:l+"-description"},[f]),this.$slots["default"]&&e("div",{class:l+"-footer"},[this.$slots["default"]])])}},render:function(){var t=arguments[0];return t(p["a"],{attrs:{componentName:"Empty"},scopedSlots:{default:this.renderEmpty}})}};b.PRESENTED_IMAGE_DEFAULT=v,b.PRESENTED_IMAGE_SIMPLE=g,b.install=function(t){t.use(m["a"]),t.component(b.name,b)};e["a"]=b},fc5e:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},fc6a:function(t,e,n){"use strict";var r=n("44ad"),i=n("1d80");t.exports=function(t){return r(i(t))}},fcd4:function(t,e,n){e.f=n("cc15")},fce3:function(t,e,n){"use strict";var r=n("d039"),i=n("da84"),a=i.RegExp;t.exports=r((function(){var t=a(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},fd87:function(t,e,n){"use strict";var r=n("74e8");r("Int8",(function(t){return function(e,n,r){return t(this,e,n,r)}}))},fda2:function(t,e,n){},fdbc:function(t,e,n){"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(t,e,n){"use strict";var r=n("04f8");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fe2b:function(t,e,n){"use strict";n.d(e,"a",(function(){return I}));var r=n("92fa"),i=n.n(r),a=n("9b57"),o=n.n(a),s=n("8e8e"),c=n.n(s),l=n("41b2"),u=n.n(l),h=n("6042"),f=n.n(h),d=n("1098"),p=n.n(d),v=n("4d91"),g=n("4d26"),m=n.n(g),y=n("0464"),b=n("9cba"),_=n("8592"),x=n("5091"),w=n("de1b"),k=n("290c"),C=n("daa3"),S=n("da05"),T=n("7b05"),O={prefixCls:v["a"].string,extra:v["a"].any,actions:v["a"].arrayOf(v["a"].any),grid:I},M=(v["a"].any,v["a"].any,v["a"].string,v["a"].any,{functional:!0,name:"AListItemMeta",__ANT_LIST_ITEM_META:!0,inject:{configProvider:{default:function(){return b["a"]}}},render:function(t,e){var n=e.props,r=e.slots,a=e.listeners,o=e.injections,s=r(),c=o.configProvider.getPrefixCls,l=n.prefixCls,u=c("list",l),h=n.avatar||s.avatar,f=n.title||s.title,d=n.description||s.description,p=t("div",{class:u+"-item-meta-content"},[f&&t("h4",{class:u+"-item-meta-title"},[f]),d&&t("div",{class:u+"-item-meta-description"},[d])]);return t("div",i()([{on:a},{class:u+"-item-meta"}]),[h&&t("div",{class:u+"-item-meta-avatar"},[h]),(f||d)&&p])}});function E(t,e){return t[e]&&Math.floor(24/t[e])}var A={name:"AListItem",Meta:M,props:O,inject:{listContext:{default:function(){return{}}},configProvider:{default:function(){return b["a"]}}},methods:{isItemContainsTextNodeAndNotSingular:function(){var t=this.$slots,e=void 0,n=t["default"]||[];return n.forEach((function(t){Object(C["v"])(t)&&!Object(C["u"])(t)&&(e=!0)})),e&&n.length>1},isFlexMode:function(){var t=Object(C["g"])(this,"extra"),e=this.listContext.itemLayout;return"vertical"===e?!!t:!this.isItemContainsTextNodeAndNotSingular()}},render:function(){var t=arguments[0],e=this.listContext,n=e.grid,r=e.itemLayout,a=this.prefixCls,o=this.$slots,s=Object(C["k"])(this),c=this.configProvider.getPrefixCls,l=c("list",a),u=Object(C["g"])(this,"extra"),h=Object(C["g"])(this,"actions"),d=h&&h.length>0&&t("ul",{class:l+"-item-action",key:"actions"},[h.map((function(e,n){return t("li",{key:l+"-item-action-"+n},[e,n!==h.length-1&&t("em",{class:l+"-item-action-split"})])}))]),p=n?"div":"li",v=t(p,i()([{on:s},{class:m()(l+"-item",f()({},l+"-item-no-flex",!this.isFlexMode()))}]),["vertical"===r&&u?[t("div",{class:l+"-item-main",key:"content"},[o["default"],d]),t("div",{class:l+"-item-extra",key:"extra"},[u])]:[o["default"],d,Object(T["a"])(u,{key:"extra"})]]),g=n?t(S["b"],{attrs:{span:E(n,"column"),xs:E(n,"xs"),sm:E(n,"sm"),md:E(n,"md"),lg:E(n,"lg"),xl:E(n,"xl"),xxl:E(n,"xxl")}},[v]):v;return g}},P=n("db14"),L=["",1,2,3,4,6,8,12,24],I={gutter:v["a"].number,column:v["a"].oneOf(L),xs:v["a"].oneOf(L),sm:v["a"].oneOf(L),md:v["a"].oneOf(L),lg:v["a"].oneOf(L),xl:v["a"].oneOf(L),xxl:v["a"].oneOf(L)},j=["small","default","large"],z=function(){return{bordered:v["a"].bool,dataSource:v["a"].array,extra:v["a"].any,grid:v["a"].shape(I).loose,itemLayout:v["a"].string,loading:v["a"].oneOfType([v["a"].bool,v["a"].object]),loadMore:v["a"].any,pagination:v["a"].oneOfType([v["a"].shape(Object(x["a"])()).loose,v["a"].bool]),prefixCls:v["a"].string,rowKey:v["a"].any,renderItem:v["a"].any,size:v["a"].oneOf(j),split:v["a"].bool,header:v["a"].any,footer:v["a"].any,locale:v["a"].object}},D={Item:A,name:"AList",props:Object(C["t"])(z(),{dataSource:[],bordered:!1,split:!0,loading:!1,pagination:!1}),provide:function(){return{listContext:this}},inject:{configProvider:{default:function(){return b["a"]}}},data:function(){var t=this;this.keys=[],this.defaultPaginationProps={current:1,pageSize:10,onChange:function(e,n){var r=t.pagination;t.paginationCurrent=e,r&&r.onChange&&r.onChange(e,n)},total:0},this.onPaginationChange=this.triggerPaginationEvent("onChange"),this.onPaginationShowSizeChange=this.triggerPaginationEvent("onShowSizeChange");var e=this.$props.pagination,n=e&&"object"===("undefined"===typeof e?"undefined":p()(e))?e:{};return{paginationCurrent:n.defaultCurrent||1,paginationSize:n.defaultPageSize||10}},methods:{triggerPaginationEvent:function(t){var e=this;return function(n,r){var i=e.$props.pagination;e.paginationCurrent=n,e.paginationSize=r,i&&i[t]&&i[t](n,r)}},renderItem2:function(t,e){var n=this.$scopedSlots,r=this.rowKey,i=this.renderItem||n.renderItem;if(!i)return null;var a=void 0;return a="function"===typeof r?r(t):"string"===typeof r?t[r]:t.key,a||(a="list-item-"+e),this.keys[e]=a,i(t,e)},isSomethingAfterLastItem:function(){var t=this.pagination,e=Object(C["g"])(this,"loadMore"),n=Object(C["g"])(this,"footer");return!!(e||t||n)},renderEmpty:function(t,e){var n=this.$createElement,r=this.locale;return n("div",{class:t+"-empty-text"},[r&&r.emptyText||e(n,"List")])}},render:function(){var t,e=this,n=arguments[0],r=this.prefixCls,a=this.bordered,s=this.split,l=this.itemLayout,h=this.pagination,d=this.grid,p=this.dataSource,v=void 0===p?[]:p,g=this.size,b=this.loading,x=this.$slots,S=this.paginationCurrent,O=this.paginationSize,M=this.configProvider.getPrefixCls,E=M("list",r),A=Object(C["g"])(this,"loadMore"),P=Object(C["g"])(this,"footer"),L=Object(C["g"])(this,"header"),I=Object(C["c"])(x["default"]||[]),j=b;"boolean"===typeof j&&(j={spinning:j});var z=j&&j.spinning,D="";switch(g){case"large":D="lg";break;case"small":D="sm";break;default:break}var N=m()(E,(t={},f()(t,E+"-vertical","vertical"===l),f()(t,E+"-"+D,D),f()(t,E+"-split",s),f()(t,E+"-bordered",a),f()(t,E+"-loading",z),f()(t,E+"-grid",d),f()(t,E+"-something-after-last-item",this.isSomethingAfterLastItem()),t)),R=u()({},this.defaultPaginationProps,{total:v.length,current:S,pageSize:O},h||{}),V=Math.ceil(R.total/R.pageSize);R.current>V&&(R.current=V);var F=R["class"],H=R.style,B=c()(R,["class","style"]),U=h?n("div",{class:E+"-pagination"},[n(w["a"],{props:Object(y["a"])(B,["onChange"]),class:F,style:H,on:{change:this.onPaginationChange,showSizeChange:this.onPaginationShowSizeChange}})]):null,$=[].concat(o()(v));h&&v.length>(R.current-1)*R.pageSize&&($=[].concat(o()(v)).splice((R.current-1)*R.pageSize,R.pageSize));var q=void 0;if(q=z&&n("div",{style:{minHeight:53}}),$.length>0){var W=$.map((function(t,n){return e.renderItem2(t,n)})),Y=W.map((function(t,n){return Object(T["a"])(t,{key:e.keys[n]})}));q=d?n(k["a"],{attrs:{gutter:d.gutter}},[Y]):n("ul",{class:E+"-items"},[Y])}else if(!I.length&&!z){var K=this.configProvider.renderEmpty;q=this.renderEmpty(E,K)}var X=R.position||"bottom";return n("div",i()([{class:N},{on:Object(C["k"])(this)}]),[("top"===X||"both"===X)&&U,L&&n("div",{class:E+"-header"},[L]),n(_["a"],{props:j},[q,I]),P&&n("div",{class:E+"-footer"},[P]),A||("bottom"===X||"both"===X)&&U])},install:function(t){t.use(P["a"]),t.component(D.name,D),t.component(D.Item.name,D.Item),t.component(D.Item.Meta.name,D.Item.Meta)}};e["b"]=D},fed5:function(t,e){e.f=Object.getOwnPropertySymbols},ff57:function(t,e,n){"use strict";var r=n("2b0e"),i=n("6042"),a=n.n(i),o=n("41b2"),s=n.n(o),c=n("4d91"),l=n("4d26"),u=n.n(l),h=n("da05"),f=n("c005"),d=n.n(f),p=n("6a21"),v=n("2a95"),g=n("0644"),m=n.n(g),y=n("daa3"),b=n("b488"),_=n("9cba"),x=n("322e"),w=n("7b05");function k(){}function C(t,e,n){var r=t;e=e.replace(/\[(\w+)\]/g,".$1"),e=e.replace(/^\./,"");for(var i=e.split("."),a=0,o=i.length;a<o-1;++a){if(!r&&!n)break;var s=i[a];if(!(s in r)){if(n)throw new Error("please transfer a valid prop path to form item!");break}r=r[s]}return{o:r,k:i[a],v:r?r[i[a]]:null}}var S={id:c["a"].string,htmlFor:c["a"].string,prefixCls:c["a"].string,label:c["a"].any,help:c["a"].any,extra:c["a"].any,labelCol:c["a"].shape(h["a"]).loose,wrapperCol:c["a"].shape(h["a"]).loose,hasFeedback:c["a"].bool,colon:c["a"].bool,labelAlign:c["a"].oneOf(["left","right"]),prop:c["a"].string,rules:c["a"].oneOfType([Array,Object]),autoLink:c["a"].bool,required:c["a"].bool,validateStatus:c["a"].oneOf(["","success","warning","error","validating"])},T={name:"AFormModelItem",__ANT_NEW_FORM_ITEM:!0,mixins:[b["a"]],props:Object(y["t"])(S,{hasFeedback:!1,autoLink:!0}),inject:{configProvider:{default:function(){return _["a"]}},FormContext:{default:function(){return{}}}},data:function(){return{validateState:this.validateStatus,validateMessage:"",validateDisabled:!1,validator:{}}},computed:{fieldValue:function(){var t=this.FormContext.model;if(t&&this.prop){var e=this.prop;return-1!==e.indexOf(":")&&(e=e.replace(/:/g,".")),C(t,e,!0).v}},isRequired:function(){var t=this.getRules(),e=!1;return t&&t.length&&t.every((function(t){return!t.required||(e=!0,!1)})),e}},watch:{validateStatus:function(t){this.validateState=t}},mounted:function(){if(this.prop){var t=this.FormContext.addField;t&&t(this),this.initialValue=m()(this.fieldValue)}},beforeDestroy:function(){var t=this.FormContext.removeField;t&&t(this)},methods:{validate:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:k;this.validateDisabled=!1;var r=this.getFilteredRule(t);if(!r||0===r.length)return n(),!0;this.validateState="validating";var i={};r&&r.length>0&&r.forEach((function(t){delete t.trigger})),i[this.prop]=r;var a=new v["a"](i);this.FormContext&&this.FormContext.validateMessages&&a.messages(this.FormContext.validateMessages);var o={};o[this.prop]=this.fieldValue,a.validate(o,{firstFields:!0},(function(t,r){e.validateState=t?"error":"success",e.validateMessage=t?t[0].message:"",n(e.validateMessage,r),e.FormContext&&e.FormContext.$emit&&e.FormContext.$emit("validate",e.prop,!t,e.validateMessage||null)}))},getRules:function(){var t=this.FormContext.rules,e=this.rules,n=void 0!==this.required?{required:!!this.required,trigger:"change"}:[],r=C(t,this.prop||"");return t=t?r.o[this.prop||""]||r.v:[],[].concat(e||t||[]).concat(n)},getFilteredRule:function(t){var e=this.getRules();return e.filter((function(e){return!e.trigger||""===t||(Array.isArray(e.trigger)?e.trigger.indexOf(t)>-1:e.trigger===t)})).map((function(t){return s()({},t)}))},onFieldBlur:function(){this.validate("blur")},onFieldChange:function(){this.validateDisabled?this.validateDisabled=!1:this.validate("change")},clearValidate:function(){this.validateState="",this.validateMessage="",this.validateDisabled=!1},resetField:function(){var t=this;this.validateState="",this.validateMessage="";var e=this.FormContext.model||{},n=this.fieldValue,r=this.prop;-1!==r.indexOf(":")&&(r=r.replace(/:/,"."));var i=C(e,r,!0);this.validateDisabled=!0,Array.isArray(n)?i.o[i.k]=[].concat(this.initialValue):i.o[i.k]=this.initialValue,this.$nextTick((function(){t.validateDisabled=!1}))}},render:function(){var t=this,e=arguments[0],n=this.$slots,r=this.$scopedSlots,i=Object(y["l"])(this),a=Object(y["g"])(this,"label"),o=Object(y["g"])(this,"extra"),c=Object(y["g"])(this,"help"),l={props:s()({},i,{label:a,extra:o,validateStatus:this.validateState,help:this.validateMessage||c,required:this.isRequired||i.required})},u=Object(y["c"])(r["default"]?r["default"]():n["default"]),h=u[0];if(this.prop&&this.autoLink&&Object(y["w"])(h)){var f=Object(y["i"])(h),d=f.blur,p=f.change;h=Object(w["a"])(h,{on:{blur:function(){d&&d.apply(void 0,arguments),t.onFieldBlur()},change:function(){if(Array.isArray(p))for(var e=0,n=p.length;e<n;e++)p[e].apply(p,arguments);else p&&p.apply(void 0,arguments);t.onFieldChange()}}})}return e(x["a"],l,[h,u.slice(1)])}},O={layout:c["a"].oneOf(["horizontal","inline","vertical"]),labelCol:c["a"].shape(h["a"]).loose,wrapperCol:c["a"].shape(h["a"]).loose,colon:c["a"].bool,labelAlign:c["a"].oneOf(["left","right"]),prefixCls:c["a"].string,hideRequiredMark:c["a"].bool,model:c["a"].object,rules:c["a"].object,validateMessages:c["a"].any,validateOnRuleChange:c["a"].bool},M=(c["a"].oneOfType([c["a"].string,c["a"].func]),c["a"].string,c["a"].boolean,c["a"].boolean,c["a"].number,c["a"].number,c["a"].number,c["a"].oneOfType([String,c["a"].arrayOf(String)]),c["a"].custom(d.a),c["a"].func,c["a"].func,{name:"AFormModel",props:Object(y["t"])(O,{layout:"horizontal",hideRequiredMark:!1,colon:!0,validateOnRuleChange:!1}),Item:T,created:function(){this.fields=[]},provide:function(){return{FormContext:this}},inject:{configProvider:{default:function(){return _["a"]}}},watch:{rules:function(){this.validateOnRuleChange&&this.validate((function(){}))}},computed:{vertical:function(){return"vertical"===this.layout}},methods:{addField:function(t){t&&this.fields.push(t)},removeField:function(t){t.prop&&this.fields.splice(this.fields.indexOf(t),1)},onSubmit:function(t){Object(y["k"])(this).submit?this.$emit("submit",t):t.preventDefault()},resetFields:function(){this.model?this.fields.forEach((function(t){t.resetField()})):Object(p["a"])(!1,"FormModel","model is required for resetFields to work.")},clearValidate:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=t.length?"string"===typeof t?this.fields.filter((function(e){return t===e.prop})):this.fields.filter((function(e){return t.indexOf(e.prop)>-1})):this.fields;e.forEach((function(t){t.clearValidate()}))},validate:function(t){var e=this;if(this.model){var n=void 0;"function"!==typeof t&&window.Promise&&(n=new window.Promise((function(e,n){t=function(t){t?e(t):n(t)}})));var r=!0,i=0;0===this.fields.length&&t&&t(!0);var a={};return this.fields.forEach((function(n){n.validate("",(function(n,o){n&&(r=!1),a=s()({},a,o),"function"===typeof t&&++i===e.fields.length&&t(r,a)}))})),n||void 0}Object(p["a"])(!1,"FormModel","model is required for resetFields to work.")},validateField:function(t,e){t=[].concat(t);var n=this.fields.filter((function(e){return-1!==t.indexOf(e.prop)}));n.length?n.forEach((function(t){t.validate("",e)})):Object(p["a"])(!1,"FormModel","please pass correct props!")}},render:function(){var t,e=arguments[0],n=this.prefixCls,r=this.hideRequiredMark,i=this.layout,o=this.onSubmit,s=this.$slots,c=this.configProvider.getPrefixCls,l=c("form",n),h=u()(l,(t={},a()(t,l+"-horizontal","horizontal"===i),a()(t,l+"-vertical","vertical"===i),a()(t,l+"-inline","inline"===i),a()(t,l+"-hide-required-mark",r),t));return e("form",{on:{submit:o},class:h},[s["default"]])}}),E=M,A=n("46cf"),P=n.n(A),L=n("dfdf"),I=n("db14");r["c"].use(P.a,{name:"ant-ref"}),r["c"].use(L["b"]),E.install=function(t){t.use(I["a"]),t.component(E.name,E),t.component(E.Item.name,E.Item)};e["a"]=E},ff9c:function(t,e,n){"use strict";var r=n("23e7"),i=n("8eb5"),a=Math.cosh,o=Math.abs,s=Math.E,c=!a||a(710)===1/0;r({target:"Math",stat:!0,forced:c},{cosh:function(t){var e=i(o(t)-1)+1;return(e+1/(e*s*s))*(s/2)}})},ffd6:function(t,e,n){var r=n("3729"),i=n("1310"),a="[object Symbol]";function o(t){return"symbol"==typeof t||i(t)&&r(t)==a}t.exports=o},ffdf:function(t,e,n){"use strict";(function(t){n.d(e,"a",(function(){return o}));var r=n("be09"),i=n.n(r),a=function(e){return i.a.atob?i.a.atob(e):t.from(e,"base64").toString("binary")};function o(t){for(var e=a(t),n=new Uint8Array(e.length),r=0;r<e.length;r++)n[r]=e.charCodeAt(r);return n}}).call(this,n("b639").Buffer)}}]);