12 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([[77,29,30],{535:function(t,e,n){"use strict";var r=n(2),o=n(27),c=n(10),l=n(5),path=n(320),d=n(4),f=n(119),m=n(13),v=n(217),h=n(58),y=n(118),_=n(319),w=n(3),O=n(96).f,N=n(59).f,C=n(28).f,j=n(536),k=n(321).trim,D="Number",L=l[D],x=path[D],E=L.prototype,S=l.TypeError,T=d("".slice),$=d("".charCodeAt),I=function(t){var e,n,r,o,c,l,d,code,f=_(t,"number");if(y(f))throw new S("Cannot convert a Symbol value to a number");if("string"==typeof f&&f.length>2)if(f=k(f),43===(e=$(f,0))||45===e){if(88===(n=$(f,2))||120===n)return NaN}else if(48===e){switch($(f,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+f}for(l=(c=T(f,2)).length,d=0;d<l;d++)if((code=$(c,d))<48||code>o)return NaN;return parseInt(c,r)}return+f},P=f(D,!L(" 0o1")||!L("0b1")||L("+0x1")),B=function(t){var e,n=arguments.length<1?0:L(function(t){var e=_(t,"number");return"bigint"==typeof e?e:I(e)}(t));return h(E,e=this)&&w((function(){j(e)}))?v(Object(n),this,B):n};B.prototype=E,P&&!o&&(E.constructor=B),r({global:!0,constructor:!0,wrap:!0,forced:P},{Number:B});var z=function(t,source){for(var e,n=c?O(source):"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(","),r=0;n.length>r;r++)m(source,e=n[r])&&!m(t,e)&&C(t,e,N(source,e))};o&&x&&z(path[D],x),(P||o)&&z(path[D],L)},536:function(t,e,n){"use strict";var r=n(4);t.exports=r(1..valueOf)},544:function(t,e,n){t.exports={}},547:function(t,e,n){"use strict";var r=n(2),o=n(99).find,c=n(218),l="find",d=!0;l in[]&&Array(1)[l]((function(){d=!1})),r({target:"Array",proto:!0,forced:d},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),c(l)},553:function(t,e,n){"use strict";n(544)},561:function(t,e,n){"use strict";n.r(e);n(535);var r={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:0},limit:{type:Number,default:10},layout:{type:String,default:"prev, pager, next"},background:{type:Boolean,default:!0},autoScroll:{type:Boolean,default:!0},hidden:{type:Boolean,default:!1}},computed:{currentPage:{get:function(){return this.page},set:function(t){this.$emit("update:page",t)}},pageSize:{get:function(){return this.limit},set:function(t){this.$emit("update:limit",t)}}},methods:{handleSizeChange:function(t){this.$emit("pagination",{page:this.currentPage,limit:t}),this.autoScroll&&scrollTo(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&scrollTo(0,800)}}},o=(n(553),n(21)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[t._t("slot"),t._v(" "),e("el-pagination",t._b({attrs:{background:t.background,"current-page":t.currentPage,"page-size":t.pageSize,layout:t.layout,total:t.total},on:{"update:currentPage":function(e){t.currentPage=e},"update:current-page":function(e){t.currentPage=e},"update:pageSize":function(e){t.pageSize=e},"update:page-size":function(e){t.pageSize=e},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}},"el-pagination",t.$attrs,!1))],2)}),[],!1,null,"044ef958",null);e.default=component.exports},579:function(t,e,n){t.exports={}},612:function(t,e,n){"use strict";n(579)},642:function(t,e,n){t.exports={}},689:function(t,e,n){"use strict";n.r(e);n(43),n(79),n(42);var r={props:{cardData:{},toggle:{type:Boolean,default:!1}},data:function(){return{}},watch:{"cardData.media_url":function(t,e){t!==e&&this.$refs.video&&this.$refs.video.load()}},methods:{emitLabel:function(t){this.$emit("labelEvent",t)},handLeftBtn:function(){this.$emit("leftBtnEvent")},handRightBtn:function(){this.$emit("rightBtnEvent")}}},o=(n(612),n(21)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("figure",{class:["card",{row:t.toggle}]},[e("div",{staticClass:"card-media",on:{click:t.handLeftBtn}},[5===t.cardData.type&&t.toggle?e("video",{ref:"video",staticClass:"card-media-content",attrs:{controls:""}},[e("source",{attrs:{src:t.cardData.media_url}}),t._v("\n Your browser does not support the video tag.\n ")]):e("el-image",{staticClass:"card-img-1",staticStyle:{width:"100%",height:"100%"},attrs:{src:1===t.cardData.type||8===t.cardData.type?t.cardData.media_url:t.cardData.image,fit:"contain"}}),t._v(" "),t.cardData.typeName&&!t.toggle?e("div",{staticClass:"type-icon"},[t._v("\n "+t._s(t.cardData.typeName.toUpperCase())+"\n ")]):t._e()],1),t._v(" "),e("figcaption",{staticClass:"card-info"},[e("div",{staticClass:"card-info-1"},[e("h1",[t._v(t._s(t.cardData.name))]),t._v(" "),e("p",{staticClass:"card-info-point",domProps:{innerHTML:t._s(t.cardData.description)}}),t._v(" "),e("ul",{staticClass:"card-info-label"},[t._l(t.cardData.mapLabel,(function(n,r){return e("li",{key:r,on:{click:function(e){return t.emitLabel(n)}}},[t._v("\n "+t._s(n)+"\n ")])})),t._v(" "),t._l(t.cardData.sku,(function(n,i){return e("nuxt-link",{key:n+i,attrs:{to:{name:"product-code",params:{code:n}},target:"_blank"}},[e("li",[t._v(t._s(n))])])}))],2)]),t._v(" "),e("div",{staticClass:"card-info-btn"},[t.toggle?t._e():e("el-button",{on:{click:t.handLeftBtn}},[t._v("View")]),t._v(" "),e("el-button",{on:{click:t.handRightBtn}},[t._v("Download")])],1)])])}),[],!1,null,"69177590",null);e.default=component.exports},737:function(t,e,n){(function(e){var n=/^\s+|\s+$/g,r=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt,d="object"==typeof e&&e&&e.Object===Object&&e,f="object"==typeof self&&self&&self.Object===Object&&self,m=d||f||Function("return this")(),v=Object.prototype.toString,h=Math.max,y=Math.min,_=function(){return m.Date.now()};function w(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function O(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==v.call(t)}(t))return NaN;if(w(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=w(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(n,"");var d=o.test(t);return d||c.test(t)?l(t.slice(2),d?2:8):r.test(t)?NaN:+t}t.exports=function(t,e,n){var r,o,c,l,d,f,m=0,v=!1,N=!1,C=!0;if("function"!=typeof t)throw new TypeError("Expected a function");function j(time){var e=r,n=o;return r=o=void 0,m=time,l=t.apply(n,e)}function k(time){var t=time-f;return void 0===f||t>=e||t<0||N&&time-m>=c}function D(){var time=_();if(k(time))return L(time);d=setTimeout(D,function(time){var t=e-(time-f);return N?y(t,c-(time-m)):t}(time))}function L(time){return d=void 0,C&&r?j(time):(r=o=void 0,l)}function x(){var time=_(),t=k(time);if(r=arguments,o=this,f=time,t){if(void 0===d)return function(time){return m=time,d=setTimeout(D,e),v?j(time):l}(f);if(N)return d=setTimeout(D,e),j(f)}return void 0===d&&(d=setTimeout(D,e)),l}return e=O(e)||0,w(n)&&(v=!!n.leading,c=(N="maxWait"in n)?h(O(n.maxWait)||0,e):c,C="trailing"in n?!!n.trailing:C),x.cancel=function(){void 0!==d&&clearTimeout(d),m=0,r=f=o=d=void 0},x.flush=function(){return void 0===d?l:L(_())},x}}).call(this,n(30))},738:function(t,e,n){"use strict";n(642)},795:function(t,e,n){"use strict";n.r(e);var r=n(24),o=n(12),c=(n(43),n(44),n(547),n(60),n(42),n(63),n(64),n(48),n(11),n(36),n(22),n(323),n(61),n(737)),l=n.n(c);function d(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 f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?d(Object(n),!0).forEach((function(e){Object(r.a)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var m={data:function(){return{list:[{id:0,typeName:"All Content"},{id:3,typeName:"EDMs"},{id:1,typeName:"Banners"},{id:4,typeName:"Catalogues"},{id:2,typeName:"Social Media"},{id:8,typeName:"Email Signature"},{id:5,typeName:"Videos"},{id:7,typeName:"News"}],curTab:0,keyword:"",limit:20,listLoading:!0,cardData:{},dialogVisible:!1,getDebList:null}},created:function(){var t=this;return Object(o.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.getList();case 2:t.getDebList=l()(t.getList,500);case 3:case"end":return e.stop()}}),e)})))()},watch:{keyword:function(t,e){t!=e&&(window.scrollTo({top:0,behavior:"smooth"}),this.getDebList(),this.dialogVisible=!1)}},computed:{comCurObj:function(){return this.list[this.curTab]}},methods:{getList:function(){var t,e=this;this.listLoading=!0;var n={keyword:this.keyword,page:this.comCurObj.page||1,limit:this.limit};this.curTab&&(n.type=null===(t=this.comCurObj)||void 0===t?void 0:t.id),this.$axios.get("/uk-api/data/list",{params:n}).then((function(t){if(1==t.code){var n=t.result,data=n.data,r=n.total;e.comCurObj.data=data.map((function(i){var t,n=i.datalabel.map((function(t){return t.name})),r=e.list.find((function(t){return t.id===i.type})),o=0===e.curTab?null==r?void 0:r.typeName:null===(t=e.comCurObj)||void 0===t?void 0:t.typeName;return f(f({},i),{},{mapLabel:n,typeName:o})})),e.comCurObj.total=r,e.listLoading=!1}e.$nextTick((function(){window.scroll(0,0)}))})).catch((function(){e.listLoading=!1}))},selTab:function(i){this.curTab=i,this.$set(this.comCurObj,"page",1),this.getList()},openDialog:function(data){this.cardData=data,this.dialogVisible=!0},download:function(t){if(t.media_url){var e=t.media_url.match("[^/]+(?!.*/)")[0];this.$utils.downloadXhr(t.media_url,e)}else this.$message.error("No File")},receveLabel:function(t){this.keyword=t}}},v=(n(738),n(21)),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"com-main com-width-1400 com-margin-auto"},[e("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[e("el-breadcrumb-item",{attrs:{to:{path:"/"}}},[t._v("Home")]),t._v(" "),e("el-breadcrumb-item",[t._v(" Media Centre")])],1),t._v(" "),e("ul",{staticClass:"flex around tab"},t._l(t.list,(function(n,r){return e("li",{key:r,class:{active:r===t.curTab},on:{click:function(e){return t.selTab(r)}}},[t._v("\n "+t._s(n.typeName)+"\n ")])})),0),t._v(" "),e("el-input",{attrs:{placeholder:"Search",clearable:""},on:{clear:t.getList},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.getList.apply(null,arguments)}},model:{value:t.keyword,callback:function(e){t.keyword=e},expression:"keyword"}},[e("i",{staticClass:"el-input__icon el-icon-search",attrs:{slot:"suffix"},on:{click:t.getList},slot:"suffix"})]),t._v(" "),t.listLoading?e("div",{directives:[{name:"loading",rawName:"v-loading",value:!0,expression:"true"}],staticClass:"com-loading",attrs:{slot:"spinner","element-loading-text":"Loading","element-loading-spinner":"el-icon-loading"},slot:"spinner"}):e("div",{staticClass:"item"},[t.comCurObj.total?e("section",[e("ul",t._l(t.comCurObj.data,(function(n){return e("media-card",{key:n.id,attrs:{cardData:n},on:{labelEvent:t.receveLabel,leftBtnEvent:function(e){return t.openDialog(n)},rightBtnEvent:function(e){return t.download(n)}}})})),1),t._v(" "),e("pagination",{directives:[{name:"show",rawName:"v-show",value:t.comCurObj.total>0,expression:"comCurObj.total > 0"}],attrs:{total:t.comCurObj.total,page:t.comCurObj.page,limit:t.limit},on:{"update:page":function(e){return t.$set(t.comCurObj,"page",e)},"update:limit":function(e){t.limit=e},pagination:t.getList}})],1):e("el-empty",{attrs:{description:"No Data"}})],1),t._v(" "),e("el-dialog",{attrs:{"lock-scroll":!1,visible:t.dialogVisible,width:"1000px"},on:{"update:visible":function(e){t.dialogVisible=e}}},[e("media-card",{attrs:{cardData:t.cardData,toggle:!0},on:{labelEvent:t.receveLabel,rightBtnEvent:function(e){return t.download(t.cardData)}}})],1)],1)}),[],!1,null,"09dd2dea",null);e.default=component.exports;installComponents(component,{MediaCard:n(689).default,Pagination:n(561).default})}}]);
- //# sourceMappingURL=cd70701.js.map
|