(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{1197:function(t,e,n){"use strict";(function(t){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})(t)}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;function o(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function r(t,e){return t(e={exports:{}},e.exports),e.exports}var c=function(element){var t;if("SELECT"===element.nodeName)element.focus(),t=element.value;else if("INPUT"===element.nodeName||"TEXTAREA"===element.nodeName){var e=element.hasAttribute("readonly");e||element.setAttribute("readonly",""),element.select(),element.setSelectionRange(0,element.value.length),e||element.removeAttribute("readonly"),t=element.value}else{element.hasAttribute("contenteditable")&&element.focus();var n=window.getSelection(),o=document.createRange();o.selectNodeContents(element),n.removeAllRanges(),n.addRange(o),t=n.toString()}return t},l=r((function(t,e){!function(t,e){var n,o=(n=e)&&n.__esModule?n:{default:n},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},c=function(){function t(t,e){for(var i=0;i0&&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=(0,o.default)(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=(0,o.default)(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(),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":r(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}();t.exports=l}(t,c)}));function f(){}o(l),f.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var data=[].slice.call(arguments,1),e=((this.e||(this.e={}))[t]||[]).slice(),i=0,n=e.length;i0&&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=(0,l.default)(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 r.default({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 m("action",t)}},{key:"defaultTarget",value:function(t){var e=m("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return m("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}(c.default);function m(t,element){var e="data-clipboard-"+t;if(element.hasAttribute(e))return element.getAttribute(e)}t.exports=y}(t,l,d,E)})));if(!x)throw new Error("[vue-clipboards] cannot locate Clipboard.");function _(t){return"object"===n(window.HTMLElement)?t instanceof window.HTMLElement:t&&"object"===n(t)&&1===t.nodeType&&"string"==typeof t.nodeName}function S(t){var e=t.target;if(document.createRange){var n=document.createRange(),o=window.getSelection();n.selectNode(e),o.removeAllRanges(),o.addRange(n)}else{var r=document.body.createTextRange();r.moveToElementText(e),r.select()}}var O={bind:function(t,e,o){return new Promise((function(r,c){var text,l,option,f,d,data,h,y,m;if(text=e.value,l=e.modifiers,option={},f=null,text&&"function"==typeof text)return Promise.resolve(text()).then(function(t){try{return text=t,v.call(this)}catch(t){return c(t)}}.bind(this),c);function v(){return/(string|number)/.test(n(text))?(option.text=function(){return"".concat(text)},o.data.attrs&&o.data.attrs.model&&(f=_(o.data.attrs.model)?o.data.attrs.model:document.querySelector(o.data.attrs.model)),o.elm.offsetParent?option.container=o.elm.offsetParent:_(f)?option.container=f:option.container=t.parentElement||document.body,o.elm.$clipboards=new x(t,option),d=o.componentOptions,data=o.data,h=d?d.listeners:null,y=data?data.on:null,(m=h&&h||y&&y)&&"object"===n(m)&&Object.keys(m).length&&Object.keys(m).map((function(t){return o.elm.$clipboards.on(t,m[t].fn||m[t].fns)})),(l.nselect||!1)&&o.elm.addEventListener("dblclick",S),r(o.elm.$clipboards)):c(new Error("[vue-clipboards] Invalid value. Please use a valid value."))}return v.call(this)}))},unbind:function(t){t.elm&&t.elm.$clipboards&&t.elm.$clipboards.destroy&&(t.elm.$clipboards.destroy(),t.elm.removeEventListener("dblclick",S),delete t.elm.$clipboards)},update:function(t,e,n){e.def.unbind(n),n.elm.removeEventListener("dblclick",S),e.def.bind(t,e,n)}};e.a=function(t){t.directive("clipboard",O)}}).call(this,n(50))},1198:function(t,e,n){"use strict";var o=n(698);n.n(o).a},1199:function(t,e,n){(e=n(182)(!1)).push([t.i,".shares-list-copy{background-color:#b3b5b6}.shares-list-copy__icon{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 128 128' fill='%23fff'%3E%3Cpath d='M20.21 0h53.9a20.21 20.21 0 0120.21 20.21v53.9a20.21 20.21 0 01-20.21 20.21h-53.9A20.21 20.21 0 010 74.11v-53.9A20.21 20.21 0 0120.21 0zm87.58 47.16V33.68A20.21 20.21 0 01128 53.89v53.9A20.21 20.21 0 01107.79 128h-53.9a20.21 20.21 0 01-20.21-20.21h13.48a6.73 6.73 0 006.73 6.74h53.9a6.74 6.74 0 006.74-6.74v-53.9a6.73 6.73 0 00-6.74-6.73z'/%3E%3C/svg%3E\");min-width:16px;min-height:16px;width:80%;height:80%;max-width:20px;max-height:20px;background-position:50%;background-repeat:no-repeat;background-size:contain}.shares-list-copy__popup{position:absolute;left:50%;top:calc(-100% + 8px);padding:10px 20px;box-sizing:border-box;font-size:.875rem;white-space:nowrap;color:inherit;background-color:#fff;border-radius:2px;box-shadow:0 2px 10px rgba(37,49,55,.2);pointer-events:none;transform:translate(-50%,-50%)}.shares-list-copy_ko .shares-list-copy__popup{font-size:.925rem}@media(min-width:992px){.shares-list-copy{position:relative}.shares-list-copy__popup{left:calc(100% + 16px);top:0;transform:translate(0)}.shares-list-copy_rtl .shares-list-copy__popup{right:calc(100% + 16px);left:auto;transform:translate(0)}}",""]),t.exports=e},1604:function(t,e,n){"use strict";n.r(e);n(39),n(28),n(18),n(13),n(35);var o=n(4),r=n(9),c=n(1197),l=n(115),f=n(2);function d(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,n)}return e}r.a.use(c.a);var h={name:"SharesListCopy",props:{postInfo:{type:Object,default:function(){return{}}}},data:function(){return{isCopied:!1}},computed:function(t){for(var i=1;i