(window.webpackJsonp=window.webpackJsonp||[]).push([[1],[function(t,e,n){"use strict";n.d(e,"d",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"c",(function(){return u})),n.d(e,"e",(function(){return c})),n.d(e,"i",(function(){return s})),n.d(e,"f",(function(){return a})),n.d(e,"g",(function(){return f})),n.d(e,"h",(function(){return l})),n.d(e,"b",(function(){return d})); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ var r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};function i(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var o=function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n0&&i[i.length-1])||6!==o[0]&&2!==o[0])){u=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function a(t,e){var n="function"==typeof Symbol&&t[Symbol.iterator];if(!n)return t;var r,i,o=n.call(t),u=[];try{for(;(void 0===e||e-- >0)&&!(r=o.next()).done;)u.push(r.value)}catch(t){i={error:t}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return u}function f(){for(var t=[],e=0;e0;)d(f.shift())}(),l()}))))};return o=e.subscribe(new u.a(r,(function(t){return s0&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=n+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=i()(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=i()(this.target),this.copyText()}},{key:"copyText",value:function(){var t=void 0;try{t=document.execCommand(this.action)}catch(e){t=!1}this.handleResult(t)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":o(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),t}(),s=n(1),a=n.n(s),f=n(2),l=n.n(f),d="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},h=function(){function t(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===d(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=l()(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new c({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return p("action",t)}},{key:"defaultTarget",value:function(t){var e=p("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return p("text",t)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,n=!!document.queryCommandSupported;return e.forEach((function(t){n=n&&!!document.queryCommandSupported(t)})),n}}]),e}(a.a);function p(t,e){var n="data-clipboard-"+t;if(e.hasAttribute(n))return e.getAttribute(n)}e.default=v}]).default},t.exports=r()},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(15),i=n(23),o=n(32);function u(){for(var t=[],e=0;e0},t.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(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;u.some((function(t){return!!~n.indexOf(t)}))&&this.refresh()},t.getInstance=function(){return this.instance_||(this.instance_=new t),this.instance_},t.instance_=null,t}(),a=function(t,e){for(var n=0,r=Object.keys(e);n0},t}(),_="undefined"!=typeof WeakMap?new WeakMap:new n,O=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=s.getInstance(),r=new g(e,n,this);_.set(this,r)};["observe","unobserve","disconnect"].forEach((function(t){O.prototype[t]=function(){var e;return(e=_.get(this))[t].apply(e,arguments)}}));var E=void 0!==i.ResizeObserver?i.ResizeObserver:O;e.a=E}).call(this,n(71))},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(7),i=n(10);function o(t){return new r.a((function(e){var n;try{n=t()}catch(t){return void e.error(t)}return Object(i.a)(n).subscribe(e)}))}},function(t,e,n){"use strict"; /*! * escape-html * Copyright(c) 2012-2013 TJ Holowaychuk * Copyright(c) 2015 Andreas Lubbe * Copyright(c) 2015 Tiancheng "Timothy" Gu * MIT Licensed */var r=/["'&<>]/;t.exports=function(t){var e,n=""+t,i=r.exec(n);if(!i)return n;var o="",u=0,c=0;for(u=i.index;u=2;return Object(r.b)((function(r,o){var u=n,c=e,s=0;r.subscribe(new i.a(o,(function(e){var n=s++;o.next(c=u?t(c,e,n):(u=!0,e))})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(3),i=n(4);function o(t,e){return void 0===e&&(e=0),Object(r.b)((function(n,r){n.subscribe(new i.a(r,(function(n){return r.add(t.schedule((function(){return r.next(n)}),e))}),(function(n){return r.add(t.schedule((function(){return r.error(n)}),e))}),(function(){return r.add(t.schedule((function(){return r.complete()}),e))})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n(0),i=n(44),o=n(8),u={schedule:function(t){var e=requestAnimationFrame,n=cancelAnimationFrame,r=u.delegate;r&&(e=r.requestAnimationFrame,n=r.cancelAnimationFrame);var i=e((function(e){n=void 0,t(e)}));return new o.b((function(){return null==n?void 0:n(i)}))},requestAnimationFrame:function(){for(var t=[],e=0;e0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=u.requestAnimationFrame((function(){return e.flush(void 0)}))))},e.prototype.recycleAsyncId=function(e,n,r){if(void 0===r&&(r=0),null!=r&&r>0||null==r&&this.delay>0)return t.prototype.recycleAsyncId.call(this,e,n,r);0===e.actions.length&&(u.cancelAnimationFrame(n),e.scheduled=void 0)},e}(i.a),s=new(function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(r.d)(e,t),e.prototype.flush=function(t){this.active=!0,this.scheduled=void 0;var e,n=this.actions,r=-1;t=t||n.shift();var i=n.length;do{if(e=t.execute(t.state,t.delay))break}while(++r1?t:t[0])};return(u=t)&&"function"==typeof u.addEventListener&&"function"==typeof u.removeEventListener?(t.addEventListener(e,c,n),function(){return t.removeEventListener(e,c,n)}):function(t){return t&&"function"==typeof t.on&&"function"==typeof t.off}(t)?(t.on(e,c),function(){return t.off(e,c)}):function(t){return t&&"function"==typeof t.addListener&&"function"==typeof t.removeListener}(t)?(t.addListener(e,c),function(){return t.removeListener(e,c)}):Object(o.a)(t)?Object(i.a)((function(t){return a(t,e,n)}))(Object(s.a)(t)).subscribe(r):void r.error(new TypeError("Invalid event target"))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(3),i=n(4);function o(t){return Object(r.b)((function(e,n){e.subscribe(new i.a(n,(function(){return n.next(t)})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(7),i=n(19),o=new r.a(i.a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(3),i=n(4);function o(t,e){return Object(r.b)((function(n,r){var o=0;n.subscribe(new i.a(r,(function(n){return t.call(e,n,o++)&&r.next(n)})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(0),i=function(t){function e(e){var n=t.call(this)||this;return n._value=e,n}return Object(r.d)(e,t),Object.defineProperty(e.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),e.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},e.prototype.getValue=function(){var t=this.hasError,e=this.thrownError,n=this._value;if(t)throw e;return this._throwIfClosed(),n},e.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},e}(n(33).a)},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(27),i=n(3),o=n(4);function u(t){return t<=0?function(){return r.a}:Object(i.b)((function(e,n){var r=0;e.subscribe(new o.a(n,(function(e){++r<=t&&(n.next(e),t<=r&&n.complete())})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return c}));var r=n(3),i=n(4),o=n(10),u={leading:!0,trailing:!1};function c(t,e){var n=void 0===e?u:e,c=n.leading,s=n.trailing;return Object(r.b)((function(e,n){var r=!1,u=null,a=null,f=function(){null==a||a.unsubscribe(),a=null,s&&d()},l=function(e){return a=Object(o.a)(t(e)).subscribe(new i.a(n,f,void 0,f))},d=function(){r&&(n.next(u),l(u)),r=!1,u=null};e.subscribe(new i.a(n,(function(t){r=!0,u=t,!a&&(c?d():l(t))})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(21);function i(t,e){return e?Object(r.a)((function(){return t}),e):Object(r.a)((function(){return t}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(3),i=n(4);function o(t){return Object(r.b)((function(e,n){var r=!1,o=null;e.subscribe(new i.a(n,(function(t){r=!0,o=t})));var u=function(){if(r){r=!1;var t=o;o=null,n.next(t)}};t.subscribe(new i.a(n,u,void 0,u))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(3),i=n(4);function o(t){return Object(r.b)((function(e,n){var r=0;e.subscribe(new i.a(n,(function(e){return t===r?n.next(e):r++})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(10),i=n(4),o=n(3);function u(t){return Object(o.b)((function(e,n){var o,c=null,s=!1;c=e.subscribe(new i.a(n,void 0,(function(i){o=Object(r.a)(t(i,u(t)(e))),c?(c.unsubscribe(),c=null,o.subscribe(n)):s=!0}))),s&&(c.unsubscribe(),c=null,o.subscribe(n))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return u}));var r=n(43),i=n(3),o=n(4);function u(t,e){return void 0===e&&(e=r.a),Object(i.b)((function(n,r){var i=!1,u=null,c=null,s=function(){i=!1;var t=u;u=null,r.next(t)};n.subscribe(new o.a(r,(function(n){null==c||c.unsubscribe(),i=!0,u=n,r.add(c=e.schedule((function(){c=null,s()}),t))}),void 0,(function(){i&&s(),r.complete()})))}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n(29);function i(t,e){return"function"==typeof e?Object(r.a)(t,e,1):Object(r.a)(t,1)}},function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n(63),i=n(27);function o(t,e,n){return void 0===e&&(e=i.a),void 0===n&&(n=i.a),Object(r.a)((function(){return t()?e:n}))}},function(t,e,n){"use strict";n.d(e,"a",(function(){return d}));var r=n(0),i=n(7),o=n(8),u=n(3),c=n(4);function s(){return Object(u.b)((function(t,e){var n=null;t._refCount++;var r=new c.a(e,void 0,void 0,void 0,(function(){if(!t||t._refCount<=0||0<--t._refCount)n=null;else{var r=t._connection,i=n;n=null,!r||i&&r!==i||r.unsubscribe(),e.unsubscribe()}}));t.subscribe(r),r.closed||(n=t.connect())}))}var a=function(t){function e(e,n){var r=t.call(this)||this;return r.source=e,r.subjectFactory=n,r._subject=null,r._refCount=0,r._connection=null,r}return Object(r.d)(e,t),e.prototype._subscribe=function(t){return this.getSubject().subscribe(t)},e.prototype.getSubject=function(){var t=this._subject;return t&&!t.isStopped||(this._subject=this.subjectFactory()),this._subject},e.prototype._teardown=function(){this._refCount=0;var t=this._connection;this._subject=this._connection=null,null==t||t.unsubscribe()},e.prototype.connect=function(){var t=this,e=this._connection;if(!e){e=this._connection=new o.b;var n=this.getSubject();e.add(this.source.subscribe(new c.a(n,void 0,(function(e){t._teardown(),n.error(e)}),(function(){t._teardown(),n.complete()}),(function(){return t._teardown()})))),e.closed&&(this._connection=null,e=o.b.EMPTY)}return e},e.prototype.refCount=function(){return s()(this)},e}(i.a);var f=n(33);function l(){return new f.a}function d(){return function(t){return s()((r="function"==typeof(e=l)?e:function(){return e},"function"==typeof n?Object(u.b)((function(t,e){var i=r();n(i).subscribe(e).add(t.subscribe(i))})):function(t){var e=new a(t,r);return Object(u.a)(t)&&(e.lift=t.lift),e.source=t,e.subjectFactory=r,e})(t));var e,n,r}}},function(t,e,n){"use strict";n.d(e,"a",(function(){return f}));var r=n(15),i=n(42),o=n(23),u=Array.isArray;function c(t){return 1===t.length&&u(t[0])?t[0]:t}var s=n(10),a=n(27);function f(){for(var t=[],e=0;e0}))){var t=r.map((function(t){return t.shift()}));if(n)try{t=n.apply(void 0,t)}catch(t){return void e.error(t)}e.next(t),r.some((function(t,e){return 0===t.length&&i[e]}))&&e.complete()}}()},error:function(t){return e.error(t)},complete:function(){i[o]=!0,0===r[o].length&&e.complete()}}))},a=0;!e.closed&&a