PATH:
home
/
letacommog
/
camarsac
/
wp-content
/
plugins
/
jet-engine
/
framework
/
vue-ui
/
assets
/
js
!function(n){var i={};function r(e){if(i[e])return i[e].exports;var t=i[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,r),t.l=!0,t.exports}r.m=n,r.c=i,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=9)}([function(e,t,n){!function(e){"use strict";var t={inject:["manager"],props:{index:{type:Number,required:true},collection:{type:[String,Number],default:"default"},disabled:{type:Boolean,default:false}},mounted:function e(){var t=this.$props,n=t.collection,i=t.disabled,r=t.index;if(!i){this.setDraggable(n,r)}},watch:{index:function e(t){if(this.$el&&this.$el.sortableInfo){this.$el.sortableInfo.index=t}},disabled:function e(t){if(t){this.removeDraggable(this.collection)}else{this.setDraggable(this.collection,this.index)}},collection:function e(t,n){this.removeDraggable(n);this.setDraggable(t,this.index)}},beforeDestroy:function e(){var t=this.collection,n=this.disabled;if(!n)this.removeDraggable(t)},methods:{setDraggable:function e(t,n){var i=this.$el;i.sortableInfo={index:n,collection:t,manager:this.manager};this.ref={node:i};this.manager.add(t,this.ref)},removeDraggable:function e(t){this.manager.remove(t,this.ref)}}},n=function(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}},i=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||false;i.configurable=true;if("value"in i)i.writable=true;Object.defineProperty(e,i.key,i)}}return function(e,t,n){if(t)i(e.prototype,t);if(n)i(e,n);return e}}(),p=function(){function n(e,t){var n=[];var i=true;var r=false;var o=undefined;try{for(var a=e[Symbol.iterator](),s;!(i=(s=a.next()).done);i=true){n.push(s.value);if(t&&n.length===t)break}}catch(e){r=true;o=e}finally{try{if(!i&&a["return"])a["return"]()}finally{if(r)throw o}}return n}return function(e,t){if(Array.isArray(e)){return e}else if(Symbol.iterator in Object(e)){return n(e,t)}else{throw new TypeError("Invalid attempt to destructure non-iterable instance")}}}(),_=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}else{return Array.from(e)}},r=function(){function e(){n(this,e);this.refs={}}i(e,[{key:"add",value:function e(t,n){if(!this.refs[t]){this.refs[t]=[]}this.refs[t].push(n)}},{key:"remove",value:function e(t,n){var i=this.getIndex(t,n);if(i!==-1){this.refs[t].splice(i,1)}}},{key:"isActive",value:function e(){return this.active}},{key:"getActive",value:function e(){var n=this;return this.refs[this.active.collection].find(function(e){var t=e.node;return t.sortableInfo.index==n.active.index})}},{key:"getIndex",value:function e(t,n){return this.refs[t].indexOf(n)}},{key:"getOrderedRefs",value:function e(){var t=arguments.length>0&&arguments[0]!==undefined?arguments[0]:this.active.collection;return this.refs[t].sort(function(e,t){return e.node.sortableInfo.index-t.node.sortableInfo.index})}}]);return e}();function l(e,t,n){var i=e.slice(0);if(n>=i.length){var r=n-i.length;while(r--+1){i.push(undefined)}}i.splice(n,0,i.splice(t,1)[0]);return i}var w={start:["touchstart","mousedown"],move:["touchmove","mousemove"],end:["touchend","touchcancel","mouseup"]},m=function(){if(typeof window==="undefined"||typeof document==="undefined")return"";var e=window.getComputedStyle(document.documentElement,"")||["-moz-hidden-iframe"];var t=(Array.prototype.slice.call(e).join("").match(/-(moz|webkit|ms)-/)||e.OLink===""&&["","o"])[1];switch(t){case"ms":return"ms";default:return t&&t.length?t[0].toUpperCase()+t.substr(1):""}}();function d(e,t){while(e){if(t(e))return e;e=e.parentNode}}function f(e,t,n){if(n<e){return e}if(n>t){return t}return n}function o(e){if(e.substr(-2)==="px"){return parseFloat(e)}return 0}function k(e){var t=window.getComputedStyle(e);return{top:o(t.marginTop),right:o(t.marginRight),bottom:o(t.marginBottom),left:o(t.marginLeft)}}var a={data:function e(){return{sorting:false,sortingIndex:null,manager:new r,events:{start:this.handleStart,move:this.handleMove,end:this.handleEnd}}},props:{value:{type:Array,required:true},axis:{type:String,default:"y"},distance:{type:Number,default:0},pressDelay:{type:Number,default:0},pressThreshold:{type:Number,default:5},useDragHandle:{type:Boolean,default:false},useWindowAsScrollContainer:{type:Boolean,default:false},hideSortableGhost:{type:Boolean,default:true},lockToContainerEdges:{type:Boolean,default:false},lockOffset:{type:[String,Number,Array],default:"50%"},transitionDuration:{type:Number,default:300},appendTo:{type:String,default:"body"},draggedSettlingDuration:{type:Number,default:null},lockAxis:String,helperClass:String,contentWindow:Object,shouldCancelStart:{type:Function,default:function e(t){var n=["input","textarea","select","option","button"];return n.indexOf(t.target.tagName.toLowerCase())!==-1}},getHelperDimensions:{type:Function,default:function e(t){var n=t.node;return{width:n.offsetWidth,height:n.offsetHeight}}}},provide:function e(){return{manager:this.manager}},mounted:function e(){var n=this;this.container=this.$el;this.document=this.container.ownerDocument||document;this._window=this.contentWindow||window;this.scrollContainer=this.useWindowAsScrollContainer?this.document.body:this.container;var t=function e(t){if(n.events.hasOwnProperty(t)){w[t].forEach(function(e){return n.container.addEventListener(e,n.events[t],false)})}};for(var i in this.events){t(i)}},beforeDestroy:function e(){var n=this;var t=function e(t){if(n.events.hasOwnProperty(t)){w[t].forEach(function(e){return n.container.removeEventListener(e,n.events[t])})}};for(var i in this.events){t(i)}},methods:{handleStart:function e(t){var n=this;var i=this.$props,r=i.distance,o=i.shouldCancelStart;if(t.button===2||o(t)){return false}this._touched=true;this._pos={x:t.pageX,y:t.pageY};var a=d(t.target,function(e){return e.sortableInfo!=null});if(a&&a.sortableInfo&&this.nodeIsChild(a)&&!this.sorting){var s=this.$props.useDragHandle;var c=a.sortableInfo,l=c.index,u=c.collection;if(s&&!d(t.target,function(e){return e.sortableHandle!=null}))return;this.manager.active={index:l,collection:u};if(t.target.tagName.toLowerCase()==="a"){t.preventDefault()}if(!r){if(this.$props.pressDelay===0){this.handlePress(t)}else{this.pressTimer=setTimeout(function(){return n.handlePress(t)},this.$props.pressDelay)}}}},nodeIsChild:function e(t){return t.sortableInfo.manager===this.manager},handleMove:function e(t){var n=this.$props,i=n.distance,r=n.pressThreshold;if(!this.sorting&&this._touched){this._delta={x:this._pos.x-t.pageX,y:this._pos.y-t.pageY};var o=Math.abs(this._delta.x)+Math.abs(this._delta.y);if(!i&&(!r||r&&o>=r)){clearTimeout(this.cancelTimer);this.cancelTimer=setTimeout(this.cancel,0)}else if(i&&o>=i&&this.manager.isActive()){this.handlePress(t)}}},handleEnd:function e(){var t=this.$props.distance;this._touched=false;if(!t){this.cancel()}},cancel:function e(){if(!this.sorting){clearTimeout(this.pressTimer);this.manager.active=null}},handlePress:function e(t){var n=this;var i=this.manager.getActive();if(i){var r=this.$props,o=r.axis,a=r.getHelperDimensions,s=r.helperClass,c=r.hideSortableGhost,l=r.useWindowAsScrollContainer,u=r.appendTo;var d=i.node,h=i.collection;var p=d.sortableInfo.index;var f=k(d);var v=this.container.getBoundingClientRect();var x=a({index:p,node:d,collection:h});this.node=d;this.margin=f;this.width=x.width;this.height=x.height;this.marginOffset={x:this.margin.left+this.margin.right,y:Math.max(this.margin.top,this.margin.bottom)};this.boundingClientRect=d.getBoundingClientRect();this.containerBoundingRect=v;this.index=p;this.newIndex=p;this._axis={x:o.indexOf("x")>=0,y:o.indexOf("y")>=0};this.offsetEdge=this.getEdgeOffset(d);this.initialOffset=this.getOffset(t);this.initialScroll={top:this.scrollContainer.scrollTop,left:this.scrollContainer.scrollLeft};this.initialWindowScroll={top:window.pageYOffset,left:window.pageXOffset};var g=d.querySelectorAll("input, textarea, select");var b=d.cloneNode(true);var m=[].concat(_(b.querySelectorAll("input, textarea, select")));m.forEach(function(e,t){if(e.type!=="file"&&g[t]){e.value=g[t].value}});this.helper=this.document.querySelector(u).appendChild(b);this.helper.style.position="fixed";this.helper.style.top=this.boundingClientRect.top-f.top+"px";this.helper.style.left=this.boundingClientRect.left-f.left+"px";this.helper.style.width=this.width+"px";this.helper.style.height=this.height+"px";this.helper.style.boxSizing="border-box";this.helper.style.pointerEvents="none";if(c){this.sortableGhost=d;d.style.visibility="hidden";d.style.opacity=0}this.translate={};this.minTranslate={};this.maxTranslate={};if(this._axis.x){this.minTranslate.x=(l?0:v.left)-this.boundingClientRect.left-this.width/2;this.maxTranslate.x=(l?this._window.innerWidth:v.left+v.width)-this.boundingClientRect.left-this.width/2}if(this._axis.y){this.minTranslate.y=(l?0:v.top)-this.boundingClientRect.top-this.height/2;this.maxTranslate.y=(l?this._window.innerHeight:v.top+v.height)-this.boundingClientRect.top-this.height/2}if(s){var y;(y=this.helper.classList).add.apply(y,_(s.split(" ")))}this.listenerNode=t.touches?d:this._window;w.move.forEach(function(e){return n.listenerNode.addEventListener(e,n.handleSortMove,false)});w.end.forEach(function(e){return n.listenerNode.addEventListener(e,n.handleSortEnd,false)});this.sorting=true;this.sortingIndex=p;this.$emit("sort-start",{event:t,node:d,index:p,collection:h})}},handleSortMove:function e(t){t.preventDefault();this.updatePosition(t);this.animateNodes();this.autoscroll();this.$emit("sort-move",{event:t})},handleSortEnd:function e(o){var a=this;var s=this.manager.active.collection;if(this.listenerNode){w.move.forEach(function(e){return a.listenerNode.removeEventListener(e,a.handleSortMove)});w.end.forEach(function(e){return a.listenerNode.removeEventListener(e,a.handleSortEnd)})}var c=this.manager.refs[s];var t=function e(){a.helper.parentNode.removeChild(a.helper);if(a.hideSortableGhost&&a.sortableGhost){a.sortableGhost.style.visibility="";a.sortableGhost.style.opacity=""}for(var t=0,n=c.length;t<n;t++){var i=c[t];var r=i.node;i.edgeOffset=null;r.style[m+"Transform"]="";r.style[m+"TransitionDuration"]=""}clearInterval(a.autoscrollInterval);a.autoscrollInterval=null;a.manager.active=null;a.sorting=false;a.sortingIndex=null;a.$emit("sort-end",{event:o,oldIndex:a.index,newIndex:a.newIndex,collection:s});a.$emit("input",l(a.value,a.index,a.newIndex));a._touched=false};if(this.$props.transitionDuration||this.$props.draggedSettlingDuration){this.transitionHelperIntoPlace(c).then(function(){return t()})}else{t()}},transitionHelperIntoPlace:function e(t){var r=this;if(this.$props.draggedSettlingDuration===0){return Promise.resolve()}var n={left:this.scrollContainer.scrollLeft-this.initialScroll.left,top:this.scrollContainer.scrollTop-this.initialScroll.top};var i=t[this.index].node;var o=t[this.newIndex].node;var a=-n.left;if(this.translate&&this.translate.x>0){a+=o.offsetLeft+o.offsetWidth-(i.offsetLeft+i.offsetWidth)}else{a+=o.offsetLeft-i.offsetLeft}var s=-n.top;if(this.translate&&this.translate.y>0){s+=o.offsetTop+o.offsetHeight-(i.offsetTop+i.offsetHeight)}else{s+=o.offsetTop-i.offsetTop}var c=this.$props.draggedSettlingDuration!==null?this.$props.draggedSettlingDuration:this.$props.transitionDuration;this.helper.style[m+"Transform"]="translate3d("+a+"px,"+s+"px, 0)";this.helper.style[m+"TransitionDuration"]=c+"ms";return new Promise(function(n){var e=function e(t){if(!t||t.propertyName==="transform"){clearTimeout(i);r.helper.style[m+"Transform"]="";r.helper.style[m+"TransitionDuration"]="";n()}};var i=setTimeout(e,c+10);r.helper.addEventListener("transitionend",e,false)})},getEdgeOffset:function e(t){var n=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{top:0,left:0};if(t){var i={top:n.top+t.offsetTop,left:n.left+t.offsetLeft};if(t.parentNode!==this.container){return this.getEdgeOffset(t.parentNode,i)}else{return i}}},getOffset:function e(t){return{x:t.touches?t.touches[0].pageX:t.pageX,y:t.touches?t.touches[0].pageY:t.pageY}},getLockPixelOffsets:function e(){var t=this.$props.lockOffset;if(!Array.isArray(this.lockOffset)){t=[t,t]}if(t.length!==2){throw new Error("lockOffset prop of SortableContainer should be a single value or an array of exactly two values. Given "+t)}var n=t,i=p(n,2),r=i[0],o=i[1];return[this.getLockPixelOffset(r),this.getLockPixelOffset(o)]},getLockPixelOffset:function e(t){var n=t;var i=t;var r="px";if(typeof t==="string"){var o=/^[+-]?\d*(?:\.\d*)?(px|%)$/.exec(t);if(o===null){throw new Error('lockOffset value should be a number or a string of a number followed by "px" or "%". Given '+t)}n=i=parseFloat(t);r=o[1]}if(!isFinite(n)||!isFinite(i)){throw new Error("lockOffset value should be a finite. Given "+t)}if(r==="%"){n=n*this.width/100;i=i*this.height/100}return{x:n,y:i}},updatePosition:function e(t){var n=this.$props,i=n.lockAxis,r=n.lockToContainerEdges;var o=this.getOffset(t);var a={x:o.x-this.initialOffset.x,y:o.y-this.initialOffset.y};a.y-=window.pageYOffset-this.initialWindowScroll.top;a.x-=window.pageXOffset-this.initialWindowScroll.left;this.translate=a;if(r){var s=this.getLockPixelOffsets(),c=p(s,2),l=c[0],u=c[1];var d={x:this.width/2-l.x,y:this.height/2-l.y};var h={x:this.width/2-u.x,y:this.height/2-u.y};a.x=f(this.minTranslate.x+d.x,this.maxTranslate.x-h.x,a.x);a.y=f(this.minTranslate.y+d.y,this.maxTranslate.y-h.y,a.y)}if(i==="x"){a.y=0}else if(i==="y"){a.x=0}this.helper.style[m+"Transform"]="translate3d("+a.x+"px,"+a.y+"px, 0)"},animateNodes:function e(){var t=this.$props,n=t.transitionDuration,i=t.hideSortableGhost;var r=this.manager.getOrderedRefs();var o={left:this.scrollContainer.scrollLeft-this.initialScroll.left,top:this.scrollContainer.scrollTop-this.initialScroll.top};var a={left:this.offsetEdge.left+this.translate.x+o.left,top:this.offsetEdge.top+this.translate.y+o.top};var s={top:window.pageYOffset-this.initialWindowScroll.top,left:window.pageXOffset-this.initialWindowScroll.left};this.newIndex=null;for(var c=0,l=r.length;c<l;c++){var u=r[c].node;var d=u.sortableInfo.index;var h=u.offsetWidth;var p=u.offsetHeight;var f={width:this.width>h?h/2:this.width/2,height:this.height>p?p/2:this.height/2};var v={x:0,y:0};var x=r[c].edgeOffset;if(!x){r[c].edgeOffset=x=this.getEdgeOffset(u)}var g=c<r.length-1&&r[c+1];var b=c>0&&r[c-1];if(g&&!g.edgeOffset){g.edgeOffset=this.getEdgeOffset(g.node)}if(d===this.index){if(i){this.sortableGhost=u;u.style.visibility="hidden";u.style.opacity=0}continue}if(n){u.style[m+"TransitionDuration"]=n+"ms"}if(this._axis.x){if(this._axis.y){if(d<this.index&&(a.left+s.left-f.width<=x.left&&a.top+s.top<=x.top+f.height||a.top+s.top+f.height<=x.top)){v.x=this.width+this.marginOffset.x;if(x.left+v.x>this.containerBoundingRect.width-f.width){v.x=g.edgeOffset.left-x.left;v.y=g.edgeOffset.top-x.top}if(this.newIndex===null){this.newIndex=d}}else if(d>this.index&&(a.left+s.left+f.width>=x.left&&a.top+s.top+f.height>=x.top||a.top+s.top+f.height>=x.top+p)){v.x=-(this.width+this.marginOffset.x);if(x.left+v.x<this.containerBoundingRect.left+f.width){v.x=b.edgeOffset.left-x.left;v.y=b.edgeOffset.top-x.top}this.newIndex=d}}else{if(d>this.index&&a.left+s.left+f.width>=x.left){v.x=-(this.width+this.marginOffset.x);this.newIndex=d}else if(d<this.index&&a.left+s.left<=x.left+f.width){v.x=this.width+this.marginOffset.x;if(this.newIndex==null){this.newIndex=d}}}}else if(this._axis.y){if(d>this.index&&a.top+s.top+f.height>=x.top){v.y=-(this.height+this.marginOffset.y);this.newIndex=d}else if(d<this.index&&a.top+s.top<=x.top+f.height){v.y=this.height+this.marginOffset.y;if(this.newIndex==null){this.newIndex=d}}}u.style[m+"Transform"]="translate3d("+v.x+"px,"+v.y+"px,0)"}if(this.newIndex==null){this.newIndex=this.index}},autoscroll:function e(){var t=this;var n=this.translate;var i={x:0,y:0};var r={x:1,y:1};var o={x:10,y:10};if(n.y>=this.maxTranslate.y-this.height/2){i.y=1;r.y=o.y*Math.abs((this.maxTranslate.y-this.height/2-n.y)/this.height)}else if(n.x>=this.maxTranslate.x-this.width/2){i.x=1;r.x=o.x*Math.abs((this.maxTranslate.x-this.width/2-n.x)/this.width)}else if(n.y<=this.minTranslate.y+this.height/2){i.y=-1;r.y=o.y*Math.abs((n.y-this.height/2-this.minTranslate.y)/this.height)}else if(n.x<=this.minTranslate.x+this.width/2){i.x=-1;r.x=o.x*Math.abs((n.x-this.width/2-this.minTranslate.x)/this.width)}if(this.autoscrollInterval){clearInterval(this.autoscrollInterval);this.autoscrollInterval=null;this.isAutoScrolling=false}if(i.x!==0||i.y!==0){this.autoscrollInterval=setInterval(function(){t.isAutoScrolling=true;var e={left:1*r.x*i.x,top:1*r.y*i.y};t.scrollContainer.scrollTop+=e.top;t.scrollContainer.scrollLeft+=e.left;t.translate.x+=e.left;t.translate.y+=e.top;t.animateNodes()},5)}}}},s={bind:function e(t){t.sortableHandle=true}},c={name:"slick-list",mixins:[a],render:function e(t){return t("div",this.$slots.default)}},u={name:"slick-item",mixins:[t],render:function e(t){return t("div",this.$slots.default)}};e.ElementMixin=t,e.ContainerMixin=a,e.HandleDirective=s,e.SlickList=c,e.SlickItem=u,e.arrayMove=l,Object.defineProperty(e,"__esModule",{value:true})}(t)},function(e){e.exports=JSON.parse('{"a":"4.1.0"}')},function(e,t,n){(function(v){e.exports=function(n){function i(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,i),t.l=!0,t.exports}var r={};return i.m=n,i.c=r,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="",i(i.s=22)}([function(e,t){function i(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(i);return[n].concat(i.sources.map(function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"})).concat([r]).join("\n")}return[n].join("\n")}e.exports=function(n){var a=[];return a.toString=function(){return this.map(function(e){var t=i(e,n);return e[2]?"@media "+e[2]+"{"+t+"}":t}).join("")},a.i=function(e,t){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},i=0;i<this.length;i++){var r=this[i][0];"number"==typeof r&&(n[r]=!0)}for(i=0;i<e.length;i++){var o=e[i];"number"==typeof o[0]&&n[o[0]]||(t&&!o[2]?o[2]=t:t&&(o[2]="("+o[2]+") and ("+t+")"),a.push(o))}},a}},function(e,t,n){function c(e){for(var t=0;t<e.length;t++){var n=e[t],i=u[n.id];if(i){i.refs++;for(var r=0;r<i.parts.length;r++)i.parts[r](n.parts[r]);for(;r<n.parts.length;r++)i.parts.push(a(n.parts[r]));i.parts.length>n.parts.length&&(i.parts.length=n.parts.length)}else{for(var o=[],r=0;r<n.parts.length;r++)o.push(a(n.parts[r]));u[n.id]={id:n.id,refs:1,parts:o}}}}function o(){var e=document.createElement("style");return e.type="text/css",r.appendChild(e),e}function a(t){var n,i,e=document.querySelector("style["+x+'~="'+t.id+'"]');if(e){if(p)return f;e.parentNode.removeChild(e)}if(g){var r=h++;e=d=d||o(),n=s.bind(null,e,r,!1),i=s.bind(null,e,r,!0)}else e=o(),n=function(e,t){var n=t.css,i=t.media,r=t.sourceMap;if(i&&e.setAttribute("media",i),v.ssrId&&e.setAttribute(x,t.id),r&&(n+="\n/*# sourceURL="+r.sources[0]+" */",n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */"),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,e),i=function(){e.parentNode.removeChild(e)};return n(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;n(t=e)}else i()}}function s(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=b(t,r);else{var o=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}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 l=n(26),u={},r=i&&(document.head||document.getElementsByTagName("head")[0]),d=null,h=0,p=!1,f=function(){},v=null,x="data-vue-ssr-id",g="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());e.exports=function(a,e,t,n){p=t,v=n||{};var s=l(a,e);return c(s),function(e){for(var t=[],n=0;n<s.length;n++){var i=s[n],r=u[i.id];r.refs--,t.push(r)}e?c(s=l(a,e)):s=[];for(var n=0;n<t.length;n++){var r=t[n];if(0===r.refs){for(var o=0;o<r.parts.length;o++)r.parts[o]();delete u[r.id]}}}};var b=function(){var n=[];return function(e,t){return n[e]=t,n.filter(Boolean).join("\n")}}()},function(e,t){e.exports=function(e,t,n,i,r,o){var a,s=e=e||{},c=typeof e.default;"object"!=c&&"function"!=c||(s=(a=e).default);var l,u="function"==typeof s?s.options:s;if(t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns,u._compiled=!0),n&&(u.functional=!0),r&&(u._scopeId=r),o?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},u._ssrRegister=l):i&&(l=i),l){var d=u.functional,h=d?u.render:u.beforeCreate;d?(u._injectStyles=l,u.render=function(e,t){return l.call(t),h(e,t)}):u.beforeCreate=h?[].concat(h,l):[l]}return{esModule:a,exports:s,options:u}}},function(e,t,n){"use strict";function i(e,t){var n,i=e&&e.a;!(n=e&&e.hsl?(0,a.default)(e.hsl):e&&e.hex&&0<e.hex.length?(0,a.default)(e.hex):e&&e.hsv?(0,a.default)(e.hsv):e&&e.rgba?(0,a.default)(e.rgba):e&&e.rgb?(0,a.default)(e.rgb):(0,a.default)(e))||void 0!==n._a&&null!==n._a||n.setAlpha(i||1);var r=n.toHsl(),o=n.toHsv();return 0===r.s&&(o.h=r.h=e.h||e.hsl&&e.hsl.h||t||0),{hsl:r,hex:n.toHexString().toUpperCase(),hex8:n.toHex8String().toUpperCase(),rgba:n.toRgb(),hsv:o,oldHue:e.h||t||r.h,source:e.source,a:e.a||n.getAlpha()}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(27),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default={props:["value"],data:function(){return{val:i(this.value)}},computed:{colors:{get:function(){return this.val},set:function(e){this.val=e,this.$emit("input",e)}}},watch:{value:function(e){this.val=i(e)}},methods:{colorChange:function(e,t){this.oldHue=this.colors.hsl.h,this.colors=i(e,t||this.oldHue)},isValidHex:function(e){return(0,a.default)(e).isValid()},simpleCheckForValidColor:function(e){for(var t=["r","g","b","a","h","s","l","v"],n=0,i=0,r=0;r<t.length;r++){var o=t[r];e[o]&&(n++,isNaN(e[o])||i++)}if(n===i)return e},paletteUpperCase:function(e){return e.map(function(e){return e.toUpperCase()})},isTransparent:function(e){return 0===(0,a.default)(e).getAlpha()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(10),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(30),s=n(2),c=function(e){n(28)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/common/EditableInput.vue",t.default=l.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(14),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(45),s=n(2),c=function(e){n(43)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/common/Hue.vue",t.default=l.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(17),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(59),s=n(2),c=function(e){n(55)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/common/Saturation.vue",t.default=l.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(18),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(65),s=n(2),c=function(e){n(60)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/common/Alpha.vue",t.default=l.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(19),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(64),s=n(2),c=function(e){n(62)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/common/Checkboard.vue",t.default=l.exports},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),o=i(r),a=n(4),s=i(a),c=["#4D4D4D","#999999","#FFFFFF","#F44E3B","#FE9200","#FCDC00","#DBDF00","#A4DD00","#68CCCA","#73D8FF","#AEA1FF","#FDA1FF","#333333","#808080","#CCCCCC","#D33115","#E27300","#FCC400","#B0BC00","#68BC00","#16A5A5","#009CE0","#7B64FF","#FA28FF","#000000","#666666","#B3B3B3","#9F0500","#C45100","#FB9E00","#808900","#194D33","#0C797D","#0062B1","#653294","#AB149E"];t.default={name:"Compact",mixins:[o.default],props:{palette:{type:Array,default:function(){return c}}},components:{"ed-in":s.default},computed:{pick:function(){return this.colors.hex.toUpperCase()}},methods:{handlerClick:function(e){this.colorChange({hex:e,source:"hex"})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"editableInput",props:{label:String,labelText:String,desc:String,value:[String,Number],max:Number,min:Number,arrowOffset:{type:Number,default:1}},computed:{val:{get:function(){return this.value},set:function(e){if(!(void 0!==this.max&&+e>this.max))return e;this.$refs.input.value=this.max}},labelId:function(){return"input__label__"+this.label+"__"+Math.random().toString().slice(2,5)},labelSpanText:function(){return this.labelText||this.label}},methods:{update:function(e){this.handleChange(e.target.value)},handleChange:function(e){var t={};t[this.label]=e,(void 0===t.hex&&void 0===t["#"]||5<e.length)&&this.$emit("change",t)},handleKeyDown:function(e){var t=this.val,n=Number(t);if(n){var i=this.arrowOffset||1;38===e.keyCode&&(t=n+i,this.handleChange(t),e.preventDefault()),40===e.keyCode&&(t=n-i,this.handleChange(t),e.preventDefault())}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(3),r=function(e){return e&&e.__esModule?e:{default:e}}(i),o=["#FFFFFF","#F2F2F2","#E6E6E6","#D9D9D9","#CCCCCC","#BFBFBF","#B3B3B3","#A6A6A6","#999999","#8C8C8C","#808080","#737373","#666666","#595959","#4D4D4D","#404040","#333333","#262626","#0D0D0D","#000000"];t.default={name:"Grayscale",mixins:[r.default],props:{palette:{type:Array,default:function(){return o}}},components:{},computed:{pick:function(){return this.colors.hex.toUpperCase()}},methods:{handlerClick:function(e){this.colorChange({hex:e,source:"hex"})}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(4),o=i(r),a=n(3),s=i(a);t.default={name:"Material",mixins:[s.default],components:{"ed-in":o.default},methods:{onChange:function(e){e&&(e.hex?this.isValidHex(e.hex)&&this.colorChange({hex:e.hex,source:"hex"}):(e.r||e.g||e.b)&&this.colorChange({r:e.r||this.colors.rgba.r,g:e.g||this.colors.rgba.g,b:e.b||this.colors.rgba.b,a:e.a||this.colors.rgba.a,source:"rgba"}))}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),o=i(r),a=n(5),s=i(a);t.default={name:"Slider",mixins:[o.default],props:{swatches:{type:Array,default:function(){return[".80",".65",".50",".35",".20"]}}},components:{hue:s.default},computed:{activeOffset:function(){var e=this.swatches.includes("0"),t=this.swatches.includes("1"),n=this.colors.hsl;return Math.round(100*n.s)/100==.5?Math.round(100*n.l)/100:e&&0===n.l?0:t&&1===n.l?1:-1}},methods:{hueChange:function(e){this.colorChange(e)},handleSwClick:function(e,t){this.colorChange({h:this.colors.hsl.h,s:.5,l:t,source:"hsl"})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"Hue",props:{value:Object,direction:{type:String,default:"horizontal"}},data:function(){return{oldHue:0,pullDirection:""}},computed:{colors:function(){var e=this.value.hsl.h;return 0!==e&&0<e-this.oldHue&&(this.pullDirection="right"),0!==e&&e-this.oldHue<0&&(this.pullDirection="left"),this.oldHue=e,this.value},directionClass:function(){return{"vc-hue--horizontal":"horizontal"===this.direction,"vc-hue--vertical":"vertical"===this.direction}},pointerTop:function(){return"vertical"!==this.direction||0===this.colors.hsl.h&&"right"===this.pullDirection?0:-100*this.colors.hsl.h/360+100+"%"},pointerLeft:function(){return"vertical"===this.direction?0:0===this.colors.hsl.h&&"right"===this.pullDirection?"100%":100*this.colors.hsl.h/360+"%"}},methods:{handleChange:function(e,t){t||e.preventDefault();var n,i=this.$refs.container,r=i.clientWidth,o=i.clientHeight,a=i.getBoundingClientRect().left+window.pageXOffset,s=i.getBoundingClientRect().top+window.pageYOffset,c=e.pageX||(e.touches?e.touches[0].pageX:0),l=e.pageY||(e.touches?e.touches[0].pageY:0),u=c-a,d=l-s;n="vertical"===this.direction?d<0?360:o<d?0:360*(-100*d/o+100)/100:u<0?0:r<u?360:360*(100*u/r)/100,this.colors.hsl.h!==n&&this.$emit("change",{h:n,s:this.colors.hsl.s,l:this.colors.hsl.l,a:this.colors.hsl.a,source:"hsl"})},handleMouseDown:function(e){this.handleChange(e,!0),window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp:function(e){this.unbindEventListeners()},unbindEventListeners:function(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(50),o=i(r),a=n(3),s=i(a),c=["red","pink","purple","deepPurple","indigo","blue","lightBlue","cyan","teal","green","lightGreen","lime","yellow","amber","orange","deepOrange","brown","blueGrey","black"],l=["900","700","500","300","100"],u=function(){var e=[];return c.forEach(function(n){var i=[];"black"===n.toLowerCase()||"white"===n.toLowerCase()?i=i.concat(["#000000","#FFFFFF"]):l.forEach(function(e){var t=o.default[n][e];i.push(t.toUpperCase())}),e.push(i)}),e}();t.default={name:"Swatches",mixins:[s.default],props:{palette:{type:Array,default:function(){return u}}},computed:{pick:function(){return this.colors.hex}},methods:{equal:function(e){return e.toLowerCase()===this.colors.hex.toLowerCase()},handlerClick:function(e){this.colorChange({hex:e,source:"hex"})}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),o=i(r),a=n(4),s=i(a),c=n(6),l=i(c),u=n(5),d=i(u),h=n(7),p=i(h);t.default={name:"Photoshop",mixins:[o.default],props:{head:{type:String,default:"Color Picker"},disableFields:{type:Boolean,default:!1},hasResetButton:{type:Boolean,default:!1},acceptLabel:{type:String,default:"OK"},cancelLabel:{type:String,default:"Cancel"},resetLabel:{type:String,default:"Reset"},newLabel:{type:String,default:"new"},currentLabel:{type:String,default:"current"}},components:{saturation:l.default,hue:d.default,alpha:p.default,"ed-in":s.default},data:function(){return{currentColor:"#FFF"}},computed:{hsv:function(){var e=this.colors.hsv;return{h:e.h.toFixed(),s:(100*e.s).toFixed(),v:(100*e.v).toFixed()}},hex:function(){var e=this.colors.hex;return e&&e.replace("#","")}},created:function(){this.currentColor=this.colors.hex},methods:{childChange:function(e){this.colorChange(e)},inputChange:function(e){e&&(e["#"]?this.isValidHex(e["#"])&&this.colorChange({hex:e["#"],source:"hex"}):e.r||e.g||e.b||e.a?this.colorChange({r:e.r||this.colors.rgba.r,g:e.g||this.colors.rgba.g,b:e.b||this.colors.rgba.b,a:e.a||this.colors.rgba.a,source:"rgba"}):(e.h||e.s||e.v)&&this.colorChange({h:e.h||this.colors.hsv.h,s:e.s/100||this.colors.hsv.s,v:e.v/100||this.colors.hsv.v,source:"hsv"}))},clickCurrentColor:function(){this.colorChange({hex:this.currentColor,source:"hex"})},handleAccept:function(){this.$emit("ok")},handleCancel:function(){this.$emit("cancel")},handleReset:function(){this.$emit("reset")}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(57),p=i(r),o=n(58),a=i(o);t.default={name:"Saturation",props:{value:Object},computed:{colors:function(){return this.value},bgColor:function(){return"hsl("+this.colors.hsv.h+", 100%, 50%)"},pointerTop:function(){return-100*this.colors.hsv.v+1+100+"%"},pointerLeft:function(){return 100*this.colors.hsv.s+"%"}},methods:{throttle:(0,a.default)(function(e,t){e(t)},20,{leading:!0,trailing:!1}),handleChange:function(e,t){t||e.preventDefault();var n=this.$refs.container,i=n.clientWidth,r=n.clientHeight,o=n.getBoundingClientRect().left+window.pageXOffset,a=n.getBoundingClientRect().top+window.pageYOffset,s=e.pageX||(e.touches?e.touches[0].pageX:0),c=e.pageY||(e.touches?e.touches[0].pageY:0),l=(0,p.default)(s-o,0,i),u=(0,p.default)(c-a,0,r),d=l/i,h=(0,p.default)(-u/r+1,0,1);this.throttle(this.onChange,{h:this.colors.hsv.h,s:d,v:h,a:this.colors.hsv.a,source:"hsva"})},onChange:function(e){this.$emit("change",e)},handleMouseDown:function(e){window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp:function(e){this.unbindEventListeners()},unbindEventListeners:function(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(8),r=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={name:"Alpha",props:{value:Object,onChange:Function},components:{checkboard:r.default},computed:{colors:function(){return this.value},gradientColor:function(){var e=this.colors.rgba,t=[e.r,e.g,e.b].join(",");return"linear-gradient(to right, rgba("+t+", 0) 0%, rgba("+t+", 1) 100%)"}},methods:{handleChange:function(e,t){t||e.preventDefault();var n,i=this.$refs.container,r=i.clientWidth,o=i.getBoundingClientRect().left+window.pageXOffset,a=e.pageX||(e.touches?e.touches[0].pageX:0),s=a-o;n=s<0?0:r<s?1:Math.round(100*s/r)/100,this.colors.a!==n&&this.$emit("change",{h:this.colors.hsl.h,s:this.colors.hsl.s,l:this.colors.hsl.l,a:n,source:"rgba"})},handleMouseDown:function(e){this.handleChange(e,!0),window.addEventListener("mousemove",this.handleChange),window.addEventListener("mouseup",this.handleMouseUp)},handleMouseUp:function(){this.unbindEventListeners()},unbindEventListeners:function(){window.removeEventListener("mousemove",this.handleChange),window.removeEventListener("mouseup",this.handleMouseUp)}}}},function(e,t,n){"use strict";function i(e,t,n){var i=e+","+t+","+n;if(o[i])return o[i];var r=function(e,t,n){if("undefined"==typeof document)return null;var i=document.createElement("canvas");i.width=i.height=2*n;var r=i.getContext("2d");return r?(r.fillStyle=e,r.fillRect(0,0,i.width,i.height),r.fillStyle=t,r.fillRect(0,0,n,n),r.translate(n,n),r.fillRect(0,0,n,n),i.toDataURL()):null}(e,t,n);return o[i]=r}Object.defineProperty(t,"__esModule",{value:!0});var o={};t.default={name:"Checkboard",props:{size:{type:[Number,String],default:8},white:{type:String,default:"#fff"},grey:{type:String,default:"#e6e6e6"}},computed:{bgStyle:function(){return{"background-image":"url("+i(this.white,this.grey,this.size)+")"}}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),o=i(r),a=n(4),s=i(a),c=n(6),l=i(c),u=n(5),d=i(u),h=n(7),p=i(h),f=n(8),v=i(f),x=["#D0021B","#F5A623","#F8E71C","#8B572A","#7ED321","#417505","#BD10E0","#9013FE","#4A90E2","#50E3C2","#B8E986","#000000","#4A4A4A","#9B9B9B","#FFFFFF","rgba(0,0,0,0)"];t.default={name:"Sketch",mixins:[o.default],components:{saturation:l.default,hue:d.default,alpha:p.default,"ed-in":s.default,checkboard:v.default},props:{presetColors:{type:Array,default:function(){return x}},disableAlpha:{type:Boolean,default:!1},disableFields:{type:Boolean,default:!1}},computed:{hex:function(){return(this.colors.a<1?this.colors.hex8:this.colors.hex).replace("#","")},activeColor:function(){var e=this.colors.rgba;return"rgba("+[e.r,e.g,e.b,e.a].join(",")+")"}},methods:{handlePreset:function(e){this.colorChange({hex:e,source:"hex"})},childChange:function(e){this.colorChange(e)},inputChange:function(e){e&&(e.hex?this.isValidHex(e.hex)&&this.colorChange({hex:e.hex,source:"hex"}):(e.r||e.g||e.b||e.a)&&this.colorChange({r:e.r||this.colors.rgba.r,g:e.g||this.colors.rgba.g,b:e.b||this.colors.rgba.b,a:e.a||this.colors.rgba.a,source:"rgba"}))}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),o=i(r),a=n(4),s=i(a),c=n(6),l=i(c),u=n(5),d=i(u),h=n(7),p=i(h),f=n(8),v=i(f);t.default={name:"Chrome",mixins:[o.default],props:{disableAlpha:{type:Boolean,default:!1},disableFields:{type:Boolean,default:!1}},components:{saturation:l.default,hue:d.default,alpha:p.default,"ed-in":s.default,checkboard:v.default},data:function(){return{fieldsIndex:0,highlight:!1}},computed:{hsl:function(){var e=this.colors.hsl,t=e.h,n=e.s,i=e.l;return{h:t.toFixed(),s:(100*n).toFixed()+"%",l:(100*i).toFixed()+"%"}},activeColor:function(){var e=this.colors.rgba;return"rgba("+[e.r,e.g,e.b,e.a].join(",")+")"},hasAlpha:function(){return this.colors.a<1}},methods:{childChange:function(e){this.colorChange(e)},inputChange:function(e){if(e)if(e.hex)this.isValidHex(e.hex)&&this.colorChange({hex:e.hex,source:"hex"});else if(e.r||e.g||e.b||e.a)this.colorChange({r:e.r||this.colors.rgba.r,g:e.g||this.colors.rgba.g,b:e.b||this.colors.rgba.b,a:e.a||this.colors.rgba.a,source:"rgba"});else if(e.h||e.s||e.l){var t=e.s?e.s.replace("%","")/100:this.colors.hsl.s,n=e.l?e.l.replace("%","")/100:this.colors.hsl.l;this.colorChange({h:e.h||this.colors.hsl.h,s:t,l:n,source:"hsl"})}},toggleViews:function(){2<=this.fieldsIndex?this.fieldsIndex=0:this.fieldsIndex++},showHighlight:function(){this.highlight=!0},hideHighlight:function(){this.highlight=!1}}}},function(e,t,n){"use strict";function i(e){return e&&e.__esModule?e:{default:e}}var r=n(23),o=i(r),a=n(32),s=i(a),c=n(36),l=i(c),u=n(40),d=i(u),h=n(47),p=i(h),f=n(52),v=i(f),x=n(67),g=i(x),b=n(71),m=i(b),y=n(7),_=i(y),w=n(8),k=i(w),C=n(4),S=i(C),A=n(5),O=i(A),F=n(6),I=i(F),V=n(3),z=i(V),$={version:"2.7.1",Compact:o.default,Grayscale:s.default,Material:l.default,Slider:d.default,Swatches:p.default,Photoshop:v.default,Sketch:g.default,Chrome:m.default,Alpha:_.default,Checkboard:k.default,EditableInput:S.default,Hue:O.default,Saturation:I.default,ColorMixin:z.default};e.exports=$},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(9),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(31),s=n(2),c=function(e){n(24)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Compact.vue",t.default=l.exports},function(e,t,n){var i=n(25);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("6ce8a5a8",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-compact {\n padding-top: 5px;\n padding-left: 5px;\n width: 245px;\n border-radius: 2px;\n box-sizing: border-box;\n box-shadow: 0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16);\n background-color: #fff;\n}\n.vc-compact-colors {\n overflow: hidden;\n padding: 0;\n margin: 0;\n}\n.vc-compact-color-item {\n list-style: none;\n width: 15px;\n height: 15px;\n float: left;\n margin-right: 5px;\n margin-bottom: 5px;\n position: relative;\n cursor: pointer;\n}\n.vc-compact-color-item--white {\n box-shadow: inset 0 0 0 1px #ddd;\n}\n.vc-compact-color-item--white .vc-compact-dot {\n background: #000;\n}\n.vc-compact-dot {\n position: absolute;\n top: 5px;\n right: 5px;\n bottom: 5px;\n left: 5px;\n border-radius: 50%;\n opacity: 1;\n background: #fff;\n}\n",""])},function(e,t){e.exports=function(e,t){for(var n=[],i={},r=0;r<t.length;r++){var o=t[r],a=o[0],s=o[1],c=o[2],l=o[3],u={id:e+":"+r,css:s,media:c,sourceMap:l};i[a]?i[a].parts.push(u):n.push(i[a]={id:a,parts:[u]})}return n}},function(M,P,D){var R;!function(l){function u(e,t){if(t=t||{},(e=e||"")instanceof u)return e;if(!(this instanceof u))return new u(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,i=null,r=null,o=null,a=!1,s=!1;return"string"==typeof e&&(e=function(e){e=e.replace(F,"").replace(I,"").toLowerCase();var t,n=!1;if(L[e])e=L[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(t=j.rgb.exec(e))?{r:t[1],g:t[2],b:t[3]}:(t=j.rgba.exec(e))?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=j.hsl.exec(e))?{h:t[1],s:t[2],l:t[3]}:(t=j.hsla.exec(e))?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=j.hsv.exec(e))?{h:t[1],s:t[2],v:t[3]}:(t=j.hsva.exec(e))?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=j.hex8.exec(e))?{r:w(t[1]),g:w(t[2]),b:w(t[3]),a:A(t[4]),format:n?"name":"hex8"}:(t=j.hex6.exec(e))?{r:w(t[1]),g:w(t[2]),b:w(t[3]),format:n?"name":"hex"}:(t=j.hex4.exec(e))?{r:w(t[1]+""+t[1]),g:w(t[2]+""+t[2]),b:w(t[3]+""+t[3]),a:A(t[4]+""+t[4]),format:n?"name":"hex8"}:!!(t=j.hex3.exec(e))&&{r:w(t[1]+""+t[1]),g:w(t[2]+""+t[2]),b:w(t[3]+""+t[3]),format:n?"name":"hex"}}(e)),"object"==typeof e&&(O(e.r)&&O(e.g)&&O(e.b)?(t=function(e,t,n){return{r:255*y(e,255),g:255*y(t,255),b:255*y(n,255)}}(e.r,e.g,e.b),a=!0,s="%"===String(e.r).substr(-1)?"prgb":"rgb"):O(e.h)&&O(e.s)&&O(e.v)?(i=C(e.s),r=C(e.v),t=function(e,t,n){e=6*y(e,360),t=y(t,100),n=y(n,100);var i=l.floor(e),r=e-i,o=n*(1-t),a=n*(1-r*t),s=n*(1-(1-r)*t),c=i%6;return{r:255*[n,a,o,o,s,n][c],g:255*[s,n,n,a,o,o][c],b:255*[o,o,s,n,n,a][c]}}(e.h,i,r),a=!0,s="hsv"):O(e.h)&&O(e.s)&&O(e.l)&&(i=C(e.s),o=C(e.l),t=function(e,t,n){function i(e,t,n){return n<0&&(n+=1),1<n&&--n,n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}var r,o,a;if(e=y(e,360),t=y(t,100),n=y(n,100),0===t)r=o=a=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=i(c,s,e+1/3),o=i(c,s,e),a=i(c,s,e-1/3)}return{r:255*r,g:255*o,b:255*a}}(e.h,i,o),a=!0,s="hsl"),e.hasOwnProperty("a")&&(n=e.a)),n=m(n),{ok:a,format:e.format||s,r:$(255,E(t.r,0)),g:$(255,E(t.g,0)),b:$(255,E(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=z(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=z(this._r)),this._g<1&&(this._g=z(this._g)),this._b<1&&(this._b=z(this._b)),this._ok=n.ok,this._tc_id=V++}function r(e,t,n){e=y(e,255),t=y(t,255),n=y(n,255);var i,r,o=E(e,t,n),a=$(e,t,n),s=(o+a)/2;if(o==a)i=r=0;else{var c=o-a;switch(r=.5<s?c/(2-o-a):c/(o+a),o){case e:i=(t-n)/c+(t<n?6:0);break;case t:i=(n-e)/c+2;break;case n:i=(e-t)/c+4}i/=6}return{h:i,s:r,l:s}}function o(e,t,n){e=y(e,255),t=y(t,255),n=y(n,255);var i,r,o=E(e,t,n),a=$(e,t,n),s=o,c=o-a;if(r=0===o?0:c/o,o==a)i=0;else{switch(o){case e:i=(t-n)/c+(t<n?6:0);break;case t:i=(n-e)/c+2;break;case n:i=(e-t)/c+4}i/=6}return{h:i,s:r,v:s}}function t(e,t,n,i){var r=[k(z(e).toString(16)),k(z(t).toString(16)),k(z(n).toString(16))];return i&&r[0].charAt(0)==r[0].charAt(1)&&r[1].charAt(0)==r[1].charAt(1)&&r[2].charAt(0)==r[2].charAt(1)?r[0].charAt(0)+r[1].charAt(0)+r[2].charAt(0):r.join("")}function a(e,t,n,i){return[k(S(i)),k(z(e).toString(16)),k(z(t).toString(16)),k(z(n).toString(16))].join("")}function e(e,t){t=0===t?0:t||10;var n=u(e).toHsl();return n.s-=t/100,n.s=_(n.s),u(n)}function n(e,t){t=0===t?0:t||10;var n=u(e).toHsl();return n.s+=t/100,n.s=_(n.s),u(n)}function i(e){return u(e).desaturate(100)}function s(e,t){t=0===t?0:t||10;var n=u(e).toHsl();return n.l+=t/100,n.l=_(n.l),u(n)}function c(e,t){t=0===t?0:t||10;var n=u(e).toRgb();return n.r=E(0,$(255,n.r-z(-t/100*255))),n.g=E(0,$(255,n.g-z(-t/100*255))),n.b=E(0,$(255,n.b-z(-t/100*255))),u(n)}function d(e,t){t=0===t?0:t||10;var n=u(e).toHsl();return n.l-=t/100,n.l=_(n.l),u(n)}function h(e,t){var n=u(e).toHsl(),i=(n.h+t)%360;return n.h=i<0?360+i:i,u(n)}function p(e){var t=u(e).toHsl();return t.h=(t.h+180)%360,u(t)}function f(e){var t=u(e).toHsl(),n=t.h;return[u(e),u({h:(n+120)%360,s:t.s,l:t.l}),u({h:(n+240)%360,s:t.s,l:t.l})]}function v(e){var t=u(e).toHsl(),n=t.h;return[u(e),u({h:(n+90)%360,s:t.s,l:t.l}),u({h:(n+180)%360,s:t.s,l:t.l}),u({h:(n+270)%360,s:t.s,l:t.l})]}function x(e){var t=u(e).toHsl(),n=t.h;return[u(e),u({h:(n+72)%360,s:t.s,l:t.l}),u({h:(n+216)%360,s:t.s,l:t.l})]}function g(e,t,n){t=t||6,n=n||30;var i=u(e).toHsl(),r=360/n,o=[u(e)];for(i.h=(i.h-(r*t>>1)+720)%360;--t;)i.h=(i.h+r)%360,o.push(u(i));return o}function b(e,t){t=t||6;for(var n=u(e).toHsv(),i=n.h,r=n.s,o=n.v,a=[],s=1/t;t--;)a.push(u({h:i,s:r,v:o})),o=(o+s)%1;return a}function m(e){return e=parseFloat(e),(isNaN(e)||e<0||1<e)&&(e=1),e}function y(e,t){!function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)}(e)||(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=$(t,E(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),l.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function _(e){return $(1,E(0,e))}function w(e){return parseInt(e,16)}function k(e){return 1==e.length?"0"+e:""+e}function C(e){return e<=1&&(e=100*e+"%"),e}function S(e){return l.round(255*parseFloat(e)).toString(16)}function A(e){return w(e)/255}function O(e){return j.CSS_UNIT.exec(e)}var F=/^\s+/,I=/\s+$/,V=0,z=l.round,$=l.min,E=l.max,T=l.random;u.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 e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,i,r,o,a=this.toRgb();return e=a.r/255,t=a.g/255,n=a.b/255,i=e<=.03928?e/12.92:l.pow((.055+e)/1.055,2.4),r=t<=.03928?t/12.92:l.pow((.055+t)/1.055,2.4),o=n<=.03928?n/12.92:l.pow((.055+n)/1.055,2.4),.2126*i+.7152*r+.0722*o},setAlpha:function(e){return this._a=m(e),this._roundA=z(100*this._a)/100,this},toHsv:function(){var e=o(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=o(this._r,this._g,this._b),t=z(360*e.h),n=z(100*e.s),i=z(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+i+"%)":"hsva("+t+", "+n+"%, "+i+"%, "+this._roundA+")"},toHsl:function(){var e=r(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=r(this._r,this._g,this._b),t=z(360*e.h),n=z(100*e.s),i=z(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+i+"%)":"hsla("+t+", "+n+"%, "+i+"%, "+this._roundA+")"},toHex:function(e){return t(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,i,r){var o=[k(z(e).toString(16)),k(z(t).toString(16)),k(z(n).toString(16)),k(S(i))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:z(this._r),g:z(this._g),b:z(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+z(this._r)+", "+z(this._g)+", "+z(this._b)+")":"rgba("+z(this._r)+", "+z(this._g)+", "+z(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:z(100*y(this._r,255))+"%",g:z(100*y(this._g,255))+"%",b:z(100*y(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+z(100*y(this._r,255))+"%, "+z(100*y(this._g,255))+"%, "+z(100*y(this._b,255))+"%)":"rgba("+z(100*y(this._r,255))+"%, "+z(100*y(this._g,255))+"%, "+z(100*y(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(B[t(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+a(this._r,this._g,this._b,this._a),n=t,i=this._gradientType?"GradientType = 1, ":"";if(e){var r=u(e);n="#"+a(r._r,r._g,r._b,r._a)}return"progid:DXImageTransform.Microsoft.gradient("+i+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,i=this._a<1&&0<=this._a;return t||!i||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return u(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(s,arguments)},brighten:function(){return this._applyModification(c,arguments)},darken:function(){return this._applyModification(d,arguments)},desaturate:function(){return this._applyModification(e,arguments)},saturate:function(){return this._applyModification(n,arguments)},greyscale:function(){return this._applyModification(i,arguments)},spin:function(){return this._applyModification(h,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(g,arguments)},complement:function(){return this._applyCombination(p,arguments)},monochromatic:function(){return this._applyCombination(b,arguments)},splitcomplement:function(){return this._applyCombination(x,arguments)},triad:function(){return this._applyCombination(f,arguments)},tetrad:function(){return this._applyCombination(v,arguments)}},u.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var i in e)e.hasOwnProperty(i)&&(n[i]="a"===i?e[i]:C(e[i]));e=n}return u(e,t)},u.equals=function(e,t){return!(!e||!t)&&u(e).toRgbString()==u(t).toRgbString()},u.random=function(){return u.fromRatio({r:T(),g:T(),b:T()})},u.mix=function(e,t,n){n=0===n?0:n||50;var i=u(e).toRgb(),r=u(t).toRgb(),o=n/100;return u({r:(r.r-i.r)*o+i.r,g:(r.g-i.g)*o+i.g,b:(r.b-i.b)*o+i.b,a:(r.a-i.a)*o+i.a})},u.readability=function(e,t){var n=u(e),i=u(t);return(l.max(n.getLuminance(),i.getLuminance())+.05)/(l.min(n.getLuminance(),i.getLuminance())+.05)},u.isReadable=function(e,t,n){var i,r,o=u.readability(e,t);switch(r=!1,(i=function(e){var t,n;return t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA"),"small"!==n&&"large"!==n&&(n="small"),{level:t,size:n}}(n)).level+i.size){case"AAsmall":case"AAAlarge":r=4.5<=o;break;case"AAlarge":r=3<=o;break;case"AAAsmall":r=7<=o}return r},u.mostReadable=function(e,t,n){var i,r,o,a,s=null,c=0;r=(n=n||{}).includeFallbackColors,o=n.level,a=n.size;for(var l=0;l<t.length;l++)(i=u.readability(e,t[l]))>c&&(c=i,s=u(t[l]));return u.isReadable(e,s,{level:o,size:a})||!r?s:(n.includeFallbackColors=!1,u.mostReadable(e,["#fff","#000"],n))};var L=u.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"},B=u.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(L),j=function(){var e="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)",t="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?",n="[\\s|\\(]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")[,|\\s]+("+e+")\\s*\\)?";return{CSS_UNIT:new RegExp(e),rgb:new RegExp("rgb"+t),rgba:new RegExp("rgba"+n),hsl:new RegExp("hsl"+t),hsla:new RegExp("hsla"+n),hsv:new RegExp("hsv"+t),hsva:new RegExp("hsva"+n),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})$/}}();void 0!==M&&M.exports?M.exports=u:void 0!==(R=function(){return u}.call(P,D,P,M))&&(M.exports=R)}(Math)},function(e,t,n){var i=n(29);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("0f73e73c",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-editable-input {\n position: relative;\n}\n.vc-input__input {\n padding: 0;\n border: 0;\n outline: none;\n}\n.vc-input__label {\n text-transform: capitalize;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"vc-editable-input"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.val,expression:"val"}],ref:"input",staticClass:"vc-input__input",attrs:{"aria-labelledby":t.labelId},domProps:{value:t.val},on:{keydown:t.handleKeyDown,input:[function(e){e.target.composing||(t.val=e.target.value)},t.update]}}),t._v(" "),n("span",{staticClass:"vc-input__label",attrs:{for:t.label,id:t.labelId}},[t._v(t._s(t.labelSpanText))]),t._v(" "),n("span",{staticClass:"vc-input__desc"},[t._v(t._s(t.desc))])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var i=function(){var n=this,e=n.$createElement,i=n._self._c||e;return i("div",{staticClass:"vc-compact",attrs:{role:"application","aria-label":"Compact color picker"}},[i("ul",{staticClass:"vc-compact-colors",attrs:{role:"listbox"}},n._l(n.paletteUpperCase(n.palette),function(t){return i("li",{key:t,staticClass:"vc-compact-color-item",class:{"vc-compact-color-item--white":"#FFFFFF"===t},style:{background:t},attrs:{role:"option","aria-label":"color:"+t,"aria-selected":t===n.pick},on:{click:function(e){n.handlerClick(t)}}},[i("div",{directives:[{name:"show",rawName:"v-show",value:t===n.pick,expression:"c === pick"}],staticClass:"vc-compact-dot"})])}))])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(11),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(35),s=n(2),c=function(e){n(33)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Grayscale.vue",t.default=l.exports},function(e,t,n){var i=n(34);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("21ddbb74",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-grayscale {\n width: 125px;\n border-radius: 2px;\n box-shadow: 0 2px 15px rgba(0,0,0,.12), 0 2px 10px rgba(0,0,0,.16);\n background-color: #fff;\n}\n.vc-grayscale-colors {\n border-radius: 2px;\n overflow: hidden;\n padding: 0;\n margin: 0;\n}\n.vc-grayscale-color-item {\n list-style: none;\n width: 25px;\n height: 25px;\n float: left;\n position: relative;\n cursor: pointer;\n}\n.vc-grayscale-color-item--white .vc-grayscale-dot {\n background: #000;\n}\n.vc-grayscale-dot {\n position: absolute;\n top: 50%;\n left: 50%;\n width: 6px;\n height: 6px;\n margin: -3px 0 0 -2px;\n border-radius: 50%;\n opacity: 1;\n background: #fff;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var n=this,e=n.$createElement,i=n._self._c||e;return i("div",{staticClass:"vc-grayscale",attrs:{role:"application","aria-label":"Grayscale color picker"}},[i("ul",{staticClass:"vc-grayscale-colors",attrs:{role:"listbox"}},n._l(n.paletteUpperCase(n.palette),function(t){return i("li",{key:t,staticClass:"vc-grayscale-color-item",class:{"vc-grayscale-color-item--white":"#FFFFFF"==t},style:{background:t},attrs:{role:"option","aria-label":"Color:"+t,"aria-selected":t===n.pick},on:{click:function(e){n.handlerClick(t)}}},[i("div",{directives:[{name:"show",rawName:"v-show",value:t===n.pick,expression:"c === pick"}],staticClass:"vc-grayscale-dot"})])}))])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(12),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(39),s=n(2),c=function(e){n(37)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Material.vue",t.default=l.exports},function(e,t,n){var i=n(38);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("1ff3af73",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,'\n.vc-material {\n width: 98px;\n height: 98px;\n padding: 16px;\n font-family: "Roboto";\n position: relative;\n border-radius: 2px;\n box-shadow: 0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16);\n background-color: #fff;\n}\n.vc-material .vc-input__input {\n width: 100%;\n margin-top: 12px;\n font-size: 15px;\n color: #333;\n height: 30px;\n}\n.vc-material .vc-input__label {\n position: absolute;\n top: 0;\n left: 0;\n font-size: 11px;\n color: #999;\n text-transform: capitalize;\n}\n.vc-material-hex {\n border-bottom-width: 2px;\n border-bottom-style: solid;\n}\n.vc-material-split {\n display: flex;\n margin-right: -10px;\n padding-top: 11px;\n}\n.vc-material-third {\n flex: 1;\n padding-right: 10px;\n}\n',""])},function(e,t,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"vc-material",attrs:{role:"application","aria-label":"Material color picker"}},[n("ed-in",{staticClass:"vc-material-hex",style:{borderColor:t.colors.hex},attrs:{label:"hex"},on:{change:t.onChange},model:{value:t.colors.hex,callback:function(e){t.$set(t.colors,"hex",e)},expression:"colors.hex"}}),t._v(" "),n("div",{staticClass:"vc-material-split"},[n("div",{staticClass:"vc-material-third"},[n("ed-in",{attrs:{label:"r"},on:{change:t.onChange},model:{value:t.colors.rgba.r,callback:function(e){t.$set(t.colors.rgba,"r",e)},expression:"colors.rgba.r"}})],1),t._v(" "),n("div",{staticClass:"vc-material-third"},[n("ed-in",{attrs:{label:"g"},on:{change:t.onChange},model:{value:t.colors.rgba.g,callback:function(e){t.$set(t.colors.rgba,"g",e)},expression:"colors.rgba.g"}})],1),t._v(" "),n("div",{staticClass:"vc-material-third"},[n("ed-in",{attrs:{label:"b"},on:{change:t.onChange},model:{value:t.colors.rgba.b,callback:function(e){t.$set(t.colors.rgba,"b",e)},expression:"colors.rgba.b"}})],1)])],1)};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(13),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(46),s=n(2),c=function(e){n(41)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Slider.vue",t.default=l.exports},function(e,t,n){var i=n(42);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("7982aa43",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-slider {\n position: relative;\n width: 410px;\n}\n.vc-slider-hue-warp {\n height: 12px;\n position: relative;\n}\n.vc-slider-hue-warp .vc-hue-picker {\n width: 14px;\n height: 14px;\n border-radius: 6px;\n transform: translate(-7px, -2px);\n background-color: rgb(248, 248, 248);\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n}\n.vc-slider-swatches {\n display: flex;\n margin-top: 20px;\n}\n.vc-slider-swatch {\n margin-right: 1px;\n flex: 1;\n width: 20%;\n}\n.vc-slider-swatch:first-child {\n margin-right: 1px;\n}\n.vc-slider-swatch:first-child .vc-slider-swatch-picker {\n border-radius: 2px 0px 0px 2px;\n}\n.vc-slider-swatch:last-child {\n margin-right: 0;\n}\n.vc-slider-swatch:last-child .vc-slider-swatch-picker {\n border-radius: 0px 2px 2px 0px;\n}\n.vc-slider-swatch-picker {\n cursor: pointer;\n height: 12px;\n}\n.vc-slider-swatch:nth-child(n) .vc-slider-swatch-picker.vc-slider-swatch-picker--active {\n transform: scaleY(1.8);\n border-radius: 3.6px/2px;\n}\n.vc-slider-swatch-picker--white {\n box-shadow: inset 0 0 0 1px #ddd;\n}\n.vc-slider-swatch-picker--active.vc-slider-swatch-picker--white {\n box-shadow: inset 0 0 0 0.6px #ddd;\n}\n",""])},function(e,t,n){var i=n(44);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("7c5f1a1c",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-hue {\n position: absolute;\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n border-radius: 2px;\n}\n.vc-hue--horizontal {\n background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n}\n.vc-hue--vertical {\n background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);\n}\n.vc-hue-container {\n cursor: pointer;\n margin: 0 2px;\n position: relative;\n height: 100%;\n}\n.vc-hue-pointer {\n z-index: 2;\n position: absolute;\n}\n.vc-hue-picker {\n cursor: pointer;\n margin-top: 1px;\n width: 4px;\n border-radius: 1px;\n height: 8px;\n box-shadow: 0 0 2px rgba(0, 0, 0, .6);\n background: #fff;\n transform: translateX(-2px) ;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:["vc-hue",e.directionClass]},[n("div",{ref:"container",staticClass:"vc-hue-container",attrs:{role:"slider","aria-valuenow":e.colors.hsl.h,"aria-valuemin":"0","aria-valuemax":"360"},on:{mousedown:e.handleMouseDown,touchmove:e.handleChange,touchstart:e.handleChange}},[n("div",{staticClass:"vc-hue-pointer",style:{top:e.pointerTop,left:e.pointerLeft},attrs:{role:"presentation"}},[n("div",{staticClass:"vc-hue-picker"})])])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var i=function(){var i=this,e=i.$createElement,r=i._self._c||e;return r("div",{staticClass:"vc-slider",attrs:{role:"application","aria-label":"Slider color picker"}},[r("div",{staticClass:"vc-slider-hue-warp"},[r("hue",{on:{change:i.hueChange},model:{value:i.colors,callback:function(e){i.colors=e},expression:"colors"}})],1),i._v(" "),r("div",{staticClass:"vc-slider-swatches",attrs:{role:"group"}},i._l(i.swatches,function(t,n){return r("div",{key:n,staticClass:"vc-slider-swatch",attrs:{"data-index":n,"aria-label":"color:"+i.colors.hex,role:"button"},on:{click:function(e){i.handleSwClick(n,t)}}},[r("div",{staticClass:"vc-slider-swatch-picker",class:{"vc-slider-swatch-picker--active":t==i.activeOffset,"vc-slider-swatch-picker--white":"1"===t},style:{background:"hsl("+i.colors.hsl.h+", 50%, "+100*t+"%)"}})])}))])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(15),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(51),s=n(2),c=function(e){n(48)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Swatches.vue",t.default=l.exports},function(e,t,n){var i=n(49);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("10f839a2",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-swatches {\n width: 320px;\n height: 240px;\n overflow-y: scroll;\n background-color: #fff;\n box-shadow: 0 2px 10px rgba(0,0,0,.12), 0 2px 5px rgba(0,0,0,.16);\n}\n.vc-swatches-box {\n padding: 16px 0 6px 16px;\n overflow: hidden;\n}\n.vc-swatches-color-group {\n padding-bottom: 10px;\n width: 40px;\n float: left;\n margin-right: 10px;\n}\n.vc-swatches-color-it {\n box-sizing: border-box;\n width: 40px;\n height: 24px;\n cursor: pointer;\n background: #880e4f;\n margin-bottom: 1px;\n overflow: hidden;\n -ms-border-radius: 2px 2px 0 0;\n -moz-border-radius: 2px 2px 0 0;\n -o-border-radius: 2px 2px 0 0;\n -webkit-border-radius: 2px 2px 0 0;\n border-radius: 2px 2px 0 0;\n}\n.vc-swatches-color--white {\n border: 1px solid #DDD;\n}\n.vc-swatches-pick {\n fill: rgb(255, 255, 255);\n margin-left: 8px;\n display: block;\n}\n.vc-swatches-color--white .vc-swatches-pick {\n fill: rgb(51, 51, 51);\n}\n",""])},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n.d(t,"red",function(){return i}),n.d(t,"pink",function(){return r}),n.d(t,"purple",function(){return o}),n.d(t,"deepPurple",function(){return a}),n.d(t,"indigo",function(){return s}),n.d(t,"blue",function(){return c}),n.d(t,"lightBlue",function(){return l}),n.d(t,"cyan",function(){return u}),n.d(t,"teal",function(){return d}),n.d(t,"green",function(){return h}),n.d(t,"lightGreen",function(){return p}),n.d(t,"lime",function(){return f}),n.d(t,"yellow",function(){return v}),n.d(t,"amber",function(){return x}),n.d(t,"orange",function(){return g}),n.d(t,"deepOrange",function(){return b}),n.d(t,"brown",function(){return m}),n.d(t,"grey",function(){return y}),n.d(t,"blueGrey",function(){return _}),n.d(t,"darkText",function(){return w}),n.d(t,"lightText",function(){return k}),n.d(t,"darkIcons",function(){return C}),n.d(t,"lightIcons",function(){return S}),n.d(t,"white",function(){return A}),n.d(t,"black",function(){return O});var i={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",a100:"#ff8a80",a200:"#ff5252",a400:"#ff1744",a700:"#d50000"},r={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",a100:"#ff80ab",a200:"#ff4081",a400:"#f50057",a700:"#c51162"},o={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",a100:"#ea80fc",a200:"#e040fb",a400:"#d500f9",a700:"#aa00ff"},a={50:"#ede7f6",100:"#d1c4e9",200:"#b39ddb",300:"#9575cd",400:"#7e57c2",500:"#673ab7",600:"#5e35b1",700:"#512da8",800:"#4527a0",900:"#311b92",a100:"#b388ff",a200:"#7c4dff",a400:"#651fff",a700:"#6200ea"},s={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",a100:"#8c9eff",a200:"#536dfe",a400:"#3d5afe",a700:"#304ffe"},c={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",a100:"#82b1ff",a200:"#448aff",a400:"#2979ff",a700:"#2962ff"},l={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",a100:"#80d8ff",a200:"#40c4ff",a400:"#00b0ff",a700:"#0091ea"},u={50:"#e0f7fa",100:"#b2ebf2",200:"#80deea",300:"#4dd0e1",400:"#26c6da",500:"#00bcd4",600:"#00acc1",700:"#0097a7",800:"#00838f",900:"#006064",a100:"#84ffff",a200:"#18ffff",a400:"#00e5ff",a700:"#00b8d4"},d={50:"#e0f2f1",100:"#b2dfdb",200:"#80cbc4",300:"#4db6ac",400:"#26a69a",500:"#009688",600:"#00897b",700:"#00796b",800:"#00695c",900:"#004d40",a100:"#a7ffeb",a200:"#64ffda",a400:"#1de9b6",a700:"#00bfa5"},h={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",a100:"#b9f6ca",a200:"#69f0ae",a400:"#00e676",a700:"#00c853"},p={50:"#f1f8e9",100:"#dcedc8",200:"#c5e1a5",300:"#aed581",400:"#9ccc65",500:"#8bc34a",600:"#7cb342",700:"#689f38",800:"#558b2f",900:"#33691e",a100:"#ccff90",a200:"#b2ff59",a400:"#76ff03",a700:"#64dd17"},f={50:"#f9fbe7",100:"#f0f4c3",200:"#e6ee9c",300:"#dce775",400:"#d4e157",500:"#cddc39",600:"#c0ca33",700:"#afb42b",800:"#9e9d24",900:"#827717",a100:"#f4ff81",a200:"#eeff41",a400:"#c6ff00",a700:"#aeea00"},v={50:"#fffde7",100:"#fff9c4",200:"#fff59d",300:"#fff176",400:"#ffee58",500:"#ffeb3b",600:"#fdd835",700:"#fbc02d",800:"#f9a825",900:"#f57f17",a100:"#ffff8d",a200:"#ffff00",a400:"#ffea00",a700:"#ffd600"},x={50:"#fff8e1",100:"#ffecb3",200:"#ffe082",300:"#ffd54f",400:"#ffca28",500:"#ffc107",600:"#ffb300",700:"#ffa000",800:"#ff8f00",900:"#ff6f00",a100:"#ffe57f",a200:"#ffd740",a400:"#ffc400",a700:"#ffab00"},g={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",a100:"#ffd180",a200:"#ffab40",a400:"#ff9100",a700:"#ff6d00"},b={50:"#fbe9e7",100:"#ffccbc",200:"#ffab91",300:"#ff8a65",400:"#ff7043",500:"#ff5722",600:"#f4511e",700:"#e64a19",800:"#d84315",900:"#bf360c",a100:"#ff9e80",a200:"#ff6e40",a400:"#ff3d00",a700:"#dd2c00"},m={50:"#efebe9",100:"#d7ccc8",200:"#bcaaa4",300:"#a1887f",400:"#8d6e63",500:"#795548",600:"#6d4c41",700:"#5d4037",800:"#4e342e",900:"#3e2723"},y={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121"},_={50:"#eceff1",100:"#cfd8dc",200:"#b0bec5",300:"#90a4ae",400:"#78909c",500:"#607d8b",600:"#546e7a",700:"#455a64",800:"#37474f",900:"#263238"},w={primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",dividers:"rgba(0, 0, 0, 0.12)"},k={primary:"rgba(255, 255, 255, 1)",secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",dividers:"rgba(255, 255, 255, 0.12)"},C={active:"rgba(0, 0, 0, 0.54)",inactive:"rgba(0, 0, 0, 0.38)"},S={active:"rgba(255, 255, 255, 1)",inactive:"rgba(255, 255, 255, 0.5)"},A="#ffffff",O="#000000";t.default={red:i,pink:r,purple:o,deepPurple:a,indigo:s,blue:c,lightBlue:l,cyan:u,teal:d,green:h,lightGreen:p,lime:f,yellow:v,amber:x,orange:g,deepOrange:b,brown:m,grey:y,blueGrey:_,darkText:w,lightText:k,darkIcons:C,lightIcons:S,white:A,black:O}},function(e,t,n){"use strict";var i=function(){var n=this,e=n.$createElement,i=n._self._c||e;return i("div",{staticClass:"vc-swatches",attrs:{role:"application","aria-label":"Swatches color picker","data-pick":n.pick}},[i("div",{staticClass:"vc-swatches-box",attrs:{role:"listbox"}},n._l(n.palette,function(e,t){return i("div",{key:t,staticClass:"vc-swatches-color-group"},n._l(e,function(t){return i("div",{key:t,class:["vc-swatches-color-it",{"vc-swatches-color--white":"#FFFFFF"===t}],style:{background:t},attrs:{role:"option","aria-label":"Color:"+t,"aria-selected":n.equal(t),"data-color":t},on:{click:function(e){n.handlerClick(t)}}},[i("div",{directives:[{name:"show",rawName:"v-show",value:n.equal(t),expression:"equal(c)"}],staticClass:"vc-swatches-pick"},[i("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"}},[i("path",{attrs:{d:"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"}})])])])}))}))])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(16),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(66),s=n(2),c=function(e){n(53)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Photoshop.vue",t.default=l.exports},function(e,t,n){var i=n(54);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("080365d4",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,'\n.vc-photoshop {\n background: #DCDCDC;\n border-radius: 4px;\n box-shadow: 0 0 0 1px rgba(0,0,0,.25), 0 8px 16px rgba(0,0,0,.15);\n box-sizing: initial;\n width: 513px;\n font-family: Roboto;\n}\n.vc-photoshop__disable-fields {\n width: 390px;\n}\n.vc-ps-head {\n background-image: linear-gradient(-180deg, #F0F0F0 0%, #D4D4D4 100%);\n border-bottom: 1px solid #B1B1B1;\n box-shadow: inset 0 1px 0 0 rgba(255,255,255,.2), inset 0 -1px 0 0 rgba(0,0,0,.02);\n height: 23px;\n line-height: 24px;\n border-radius: 4px 4px 0 0;\n font-size: 13px;\n color: #4D4D4D;\n text-align: center;\n}\n.vc-ps-body {\n padding: 15px;\n display: flex;\n}\n.vc-ps-saturation-wrap {\n width: 256px;\n height: 256px;\n position: relative;\n border: 2px solid #B3B3B3;\n border-bottom: 2px solid #F0F0F0;\n overflow: hidden;\n}\n.vc-ps-saturation-wrap .vc-saturation-circle {\n width: 12px;\n height: 12px;\n}\n.vc-ps-hue-wrap {\n position: relative;\n height: 256px;\n width: 19px;\n margin-left: 10px;\n border: 2px solid #B3B3B3;\n border-bottom: 2px solid #F0F0F0;\n}\n.vc-ps-hue-pointer {\n position: relative;\n}\n.vc-ps-hue-pointer--left,\n.vc-ps-hue-pointer--right {\n position: absolute;\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 5px 0 5px 8px;\n border-color: transparent transparent transparent #555;\n}\n.vc-ps-hue-pointer--left:after,\n.vc-ps-hue-pointer--right:after {\n content: "";\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 4px 0 4px 6px;\n border-color: transparent transparent transparent #fff;\n position: absolute;\n top: 1px;\n left: 1px;\n transform: translate(-8px, -5px);\n}\n.vc-ps-hue-pointer--left {\n transform: translate(-13px, -4px);\n}\n.vc-ps-hue-pointer--right {\n transform: translate(20px, -4px) rotate(180deg);\n}\n.vc-ps-controls {\n width: 180px;\n margin-left: 10px;\n display: flex;\n}\n.vc-ps-controls__disable-fields {\n width: auto;\n}\n.vc-ps-actions {\n margin-left: 20px;\n flex: 1;\n}\n.vc-ps-ac-btn {\n cursor: pointer;\n background-image: linear-gradient(-180deg, #FFFFFF 0%, #E6E6E6 100%);\n border: 1px solid #878787;\n border-radius: 2px;\n height: 20px;\n box-shadow: 0 1px 0 0 #EAEAEA;\n font-size: 14px;\n color: #000;\n line-height: 20px;\n text-align: center;\n margin-bottom: 10px;\n}\n.vc-ps-previews {\n width: 60px;\n}\n.vc-ps-previews__swatches {\n border: 1px solid #B3B3B3;\n border-bottom: 1px solid #F0F0F0;\n margin-bottom: 2px;\n margin-top: 1px;\n}\n.vc-ps-previews__pr-color {\n height: 34px;\n box-shadow: inset 1px 0 0 #000, inset -1px 0 0 #000, inset 0 1px 0 #000;\n}\n.vc-ps-previews__label {\n font-size: 14px;\n color: #000;\n text-align: center;\n}\n.vc-ps-fields {\n padding-top: 5px;\n padding-bottom: 9px;\n width: 80px;\n position: relative;\n}\n.vc-ps-fields .vc-input__input {\n margin-left: 40%;\n width: 40%;\n height: 18px;\n border: 1px solid #888888;\n box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 0 0 #ECECEC;\n margin-bottom: 5px;\n font-size: 13px;\n padding-left: 3px;\n margin-right: 10px;\n}\n.vc-ps-fields .vc-input__label, .vc-ps-fields .vc-input__desc {\n top: 0;\n text-transform: uppercase;\n font-size: 13px;\n height: 18px;\n line-height: 22px;\n position: absolute;\n}\n.vc-ps-fields .vc-input__label {\n left: 0;\n width: 34px;\n}\n.vc-ps-fields .vc-input__desc {\n right: 0;\n width: 0;\n}\n.vc-ps-fields__divider {\n height: 5px;\n}\n.vc-ps-fields__hex .vc-input__input {\n margin-left: 20%;\n width: 80%;\n height: 18px;\n border: 1px solid #888888;\n box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 0 0 #ECECEC;\n margin-bottom: 6px;\n font-size: 13px;\n padding-left: 3px;\n}\n.vc-ps-fields__hex .vc-input__label {\n position: absolute;\n top: 0;\n left: 0;\n width: 14px;\n text-transform: uppercase;\n font-size: 13px;\n height: 18px;\n line-height: 22px;\n}\n',""])},function(e,t,n){var i=n(56);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("b5380e52",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-saturation,\n.vc-saturation--white,\n.vc-saturation--black {\n cursor: pointer;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.vc-saturation--white {\n background: linear-gradient(to right, #fff, rgba(255,255,255,0));\n}\n.vc-saturation--black {\n background: linear-gradient(to top, #000, rgba(0,0,0,0));\n}\n.vc-saturation-pointer {\n cursor: pointer;\n position: absolute;\n}\n.vc-saturation-circle {\n cursor: head;\n width: 4px;\n height: 4px;\n box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4);\n border-radius: 50%;\n transform: translate(-2px, -2px);\n}\n",""])},function(e,t){e.exports=function(e,t,n){return t<n?e<t?t:n<e?n:e:e<n?n:t<e?t:e}},function(e,t){function o(i,r,e){function n(e){var t=c,n=l;return c=l=void 0,f=e,d=i.apply(n,t)}function o(e){var t=e-p,n=e-f;return void 0===p||r<=t||t<0||x&&u<=n}function a(){var e=k();if(o(e))return t(e);h=setTimeout(a,function(e){var t=e-f,n=r-(e-p);return x?w(n,u-t):n}(e))}function t(e){return h=void 0,g&&c?n(e):(c=l=void 0,d)}function s(){var e=k(),t=o(e);if(c=arguments,l=this,p=e,t){if(void 0===h)return function(e){return f=e,h=setTimeout(a,r),v?n(e):d}(p);if(x)return h=setTimeout(a,r),n(p)}return void 0===h&&(h=setTimeout(a,r)),d}var c,l,u,d,h,p,f=0,v=!1,x=!1,g=!0;if("function"!=typeof i)throw new TypeError(y);return r=m(r)||0,b(e)&&(v=!!e.leading,u=(x="maxWait"in e)?_(m(e.maxWait)||0,r):u,g="trailing"in e?!!e.trailing:g),s.cancel=function(){void 0!==h&&clearTimeout(h),c=p=l=h=void(f=0)},s.flush=function(){return void 0===h?d:t(k())},s}function b(e){var t=typeof e;return e&&("object"==t||"function"==t)}function m(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||(t=e,t&&"object"==typeof t&&f.call(e)==r);var t}(e))return i;if(b(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=b(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=c.test(e);return n||l.test(e)?u(e.slice(2),n?2:8):s.test(e)?i:+e}var y="Expected a function",i=NaN,r="[object Symbol]",a=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt,n="object"==typeof v&&v&&v.Object===Object&&v,d="object"==typeof self&&self&&self.Object===Object&&self,h=n||d||Function("return this")(),p=Object.prototype,f=p.toString,_=Math.max,w=Math.min,k=function(){return h.Date.now()};e.exports=function(e,t,n){var i=!0,r=!0;if("function"!=typeof e)throw new TypeError(y);return b(n)&&(i="leading"in n?!!n.leading:i,r="trailing"in n?!!n.trailing:r),o(e,t,{leading:i,maxWait:t,trailing:r})}},function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"container",staticClass:"vc-saturation",style:{background:e.bgColor},on:{mousedown:e.handleMouseDown,touchmove:e.handleChange,touchstart:e.handleChange}},[n("div",{staticClass:"vc-saturation--white"}),e._v(" "),n("div",{staticClass:"vc-saturation--black"}),e._v(" "),n("div",{staticClass:"vc-saturation-pointer",style:{top:e.pointerTop,left:e.pointerLeft}},[n("div",{staticClass:"vc-saturation-circle"})])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){var i=n(61);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("4dc1b086",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-alpha {\n position: absolute;\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.vc-alpha-checkboard-wrap {\n position: absolute;\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n overflow: hidden;\n}\n.vc-alpha-gradient {\n position: absolute;\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n}\n.vc-alpha-container {\n cursor: pointer;\n position: relative;\n z-index: 2;\n height: 100%;\n margin: 0 3px;\n}\n.vc-alpha-pointer {\n z-index: 2;\n position: absolute;\n}\n.vc-alpha-picker {\n cursor: pointer;\n width: 4px;\n border-radius: 1px;\n height: 8px;\n box-shadow: 0 0 2px rgba(0, 0, 0, .6);\n background: #fff;\n margin-top: 1px;\n transform: translateX(-2px);\n}\n",""])},function(e,t,n){var i=n(63);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("7e15c05b",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-checkerboard {\n position: absolute;\n top: 0px;\n right: 0px;\n bottom: 0px;\n left: 0px;\n background-size: contain;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var e=this.$createElement;return(this._self._c||e)("div",{staticClass:"vc-checkerboard",style:this.bgStyle})};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"vc-alpha"},[n("div",{staticClass:"vc-alpha-checkboard-wrap"},[n("checkboard")],1),e._v(" "),n("div",{staticClass:"vc-alpha-gradient",style:{background:e.gradientColor}}),e._v(" "),n("div",{ref:"container",staticClass:"vc-alpha-container",on:{mousedown:e.handleMouseDown,touchmove:e.handleChange,touchstart:e.handleChange}},[n("div",{staticClass:"vc-alpha-pointer",style:{left:100*e.colors.a+"%"}},[n("div",{staticClass:"vc-alpha-picker"})])])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["vc-photoshop",t.disableFields?"vc-photoshop__disable-fields":""],attrs:{role:"application","aria-label":"PhotoShop color picker"}},[n("div",{staticClass:"vc-ps-head",attrs:{role:"heading"}},[t._v(t._s(t.head))]),t._v(" "),n("div",{staticClass:"vc-ps-body"},[n("div",{staticClass:"vc-ps-saturation-wrap"},[n("saturation",{on:{change:t.childChange},model:{value:t.colors,callback:function(e){t.colors=e},expression:"colors"}})],1),t._v(" "),n("div",{staticClass:"vc-ps-hue-wrap"},[n("hue",{attrs:{direction:"vertical"},on:{change:t.childChange},model:{value:t.colors,callback:function(e){t.colors=e},expression:"colors"}},[n("div",{staticClass:"vc-ps-hue-pointer"},[n("i",{staticClass:"vc-ps-hue-pointer--left"}),n("i",{staticClass:"vc-ps-hue-pointer--right"})])])],1),t._v(" "),n("div",{class:["vc-ps-controls",t.disableFields?"vc-ps-controls__disable-fields":""]},[n("div",{staticClass:"vc-ps-previews"},[n("div",{staticClass:"vc-ps-previews__label"},[t._v(t._s(t.newLabel))]),t._v(" "),n("div",{staticClass:"vc-ps-previews__swatches"},[n("div",{staticClass:"vc-ps-previews__pr-color",style:{background:t.colors.hex},attrs:{"aria-label":"New color is "+t.colors.hex}}),t._v(" "),n("div",{staticClass:"vc-ps-previews__pr-color",style:{background:t.currentColor},attrs:{"aria-label":"Current color is "+t.currentColor},on:{click:t.clickCurrentColor}})]),t._v(" "),n("div",{staticClass:"vc-ps-previews__label"},[t._v(t._s(t.currentLabel))])]),t._v(" "),t.disableFields?t._e():n("div",{staticClass:"vc-ps-actions"},[n("div",{staticClass:"vc-ps-ac-btn",attrs:{role:"button","aria-label":t.acceptLabel},on:{click:t.handleAccept}},[t._v(t._s(t.acceptLabel))]),t._v(" "),n("div",{staticClass:"vc-ps-ac-btn",attrs:{role:"button","aria-label":t.cancelLabel},on:{click:t.handleCancel}},[t._v(t._s(t.cancelLabel))]),t._v(" "),n("div",{staticClass:"vc-ps-fields"},[n("ed-in",{attrs:{label:"h",desc:"°",value:t.hsv.h},on:{change:t.inputChange}}),t._v(" "),n("ed-in",{attrs:{label:"s",desc:"%",value:t.hsv.s,max:100},on:{change:t.inputChange}}),t._v(" "),n("ed-in",{attrs:{label:"v",desc:"%",value:t.hsv.v,max:100},on:{change:t.inputChange}}),t._v(" "),n("div",{staticClass:"vc-ps-fields__divider"}),t._v(" "),n("ed-in",{attrs:{label:"r",value:t.colors.rgba.r},on:{change:t.inputChange}}),t._v(" "),n("ed-in",{attrs:{label:"g",value:t.colors.rgba.g},on:{change:t.inputChange}}),t._v(" "),n("ed-in",{attrs:{label:"b",value:t.colors.rgba.b},on:{change:t.inputChange}}),t._v(" "),n("div",{staticClass:"vc-ps-fields__divider"}),t._v(" "),n("ed-in",{staticClass:"vc-ps-fields__hex",attrs:{label:"#",value:t.hex},on:{change:t.inputChange}})],1),t._v(" "),t.hasResetButton?n("div",{staticClass:"vc-ps-ac-btn",attrs:{"aria-label":"reset"},on:{click:t.handleReset}},[t._v(t._s(t.resetLabel))]):t._e()])])])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(20),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(70),s=n(2),c=function(e){n(68)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Sketch.vue",t.default=l.exports},function(e,t,n){var i=n(69);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("612c6604",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-sketch {\n position: relative;\n width: 200px;\n padding: 10px 10px 0;\n box-sizing: initial;\n background: #fff;\n border-radius: 4px;\n box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 16px rgba(0, 0, 0, .15);\n}\n.vc-sketch-saturation-wrap {\n width: 100%;\n padding-bottom: 75%;\n position: relative;\n overflow: hidden;\n}\n.vc-sketch-controls {\n display: flex;\n}\n.vc-sketch-sliders {\n padding: 4px 0;\n flex: 1;\n}\n.vc-sketch-sliders .vc-hue,\n.vc-sketch-sliders .vc-alpha-gradient {\n border-radius: 2px;\n}\n.vc-sketch-hue-wrap {\n position: relative;\n height: 10px;\n}\n.vc-sketch-alpha-wrap {\n position: relative;\n height: 10px;\n margin-top: 4px;\n overflow: hidden;\n}\n.vc-sketch-color-wrap {\n width: 24px;\n height: 24px;\n position: relative;\n margin-top: 4px;\n margin-left: 4px;\n border-radius: 3px;\n}\n.vc-sketch-active-color {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n border-radius: 2px;\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 4px rgba(0, 0, 0, .25);\n z-index: 2;\n}\n.vc-sketch-color-wrap .vc-checkerboard {\n background-size: auto;\n}\n.vc-sketch-field {\n display: flex;\n padding-top: 4px;\n}\n.vc-sketch-field .vc-input__input {\n width: 90%;\n padding: 4px 0 3px 10%;\n border: none;\n box-shadow: inset 0 0 0 1px #ccc;\n font-size: 10px;\n}\n.vc-sketch-field .vc-input__label {\n display: block;\n text-align: center;\n font-size: 11px;\n color: #222;\n padding-top: 3px;\n padding-bottom: 4px;\n text-transform: capitalize;\n}\n.vc-sketch-field--single {\n flex: 1;\n padding-left: 6px;\n}\n.vc-sketch-field--double {\n flex: 2;\n}\n.vc-sketch-presets {\n margin-right: -10px;\n margin-left: -10px;\n padding-left: 10px;\n padding-top: 10px;\n border-top: 1px solid #eee;\n}\n.vc-sketch-presets-color {\n border-radius: 3px;\n overflow: hidden;\n position: relative;\n display: inline-block;\n margin: 0 10px 10px 0;\n vertical-align: top;\n cursor: pointer;\n width: 16px;\n height: 16px;\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);\n}\n.vc-sketch-presets-color .vc-checkerboard {\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);\n border-radius: 3px;\n}\n.vc-sketch__disable-alpha .vc-sketch-color-wrap {\n height: 10px;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var n=this,e=n.$createElement,i=n._self._c||e;return i("div",{class:["vc-sketch",n.disableAlpha?"vc-sketch__disable-alpha":""],attrs:{role:"application","aria-label":"Sketch color picker"}},[i("div",{staticClass:"vc-sketch-saturation-wrap"},[i("saturation",{on:{change:n.childChange},model:{value:n.colors,callback:function(e){n.colors=e},expression:"colors"}})],1),n._v(" "),i("div",{staticClass:"vc-sketch-controls"},[i("div",{staticClass:"vc-sketch-sliders"},[i("div",{staticClass:"vc-sketch-hue-wrap"},[i("hue",{on:{change:n.childChange},model:{value:n.colors,callback:function(e){n.colors=e},expression:"colors"}})],1),n._v(" "),n.disableAlpha?n._e():i("div",{staticClass:"vc-sketch-alpha-wrap"},[i("alpha",{on:{change:n.childChange},model:{value:n.colors,callback:function(e){n.colors=e},expression:"colors"}})],1)]),n._v(" "),i("div",{staticClass:"vc-sketch-color-wrap"},[i("div",{staticClass:"vc-sketch-active-color",style:{background:n.activeColor},attrs:{"aria-label":"Current color is "+n.activeColor}}),n._v(" "),i("checkboard")],1)]),n._v(" "),n.disableFields?n._e():i("div",{staticClass:"vc-sketch-field"},[i("div",{staticClass:"vc-sketch-field--double"},[i("ed-in",{attrs:{label:"hex",value:n.hex},on:{change:n.inputChange}})],1),n._v(" "),i("div",{staticClass:"vc-sketch-field--single"},[i("ed-in",{attrs:{label:"r",value:n.colors.rgba.r},on:{change:n.inputChange}})],1),n._v(" "),i("div",{staticClass:"vc-sketch-field--single"},[i("ed-in",{attrs:{label:"g",value:n.colors.rgba.g},on:{change:n.inputChange}})],1),n._v(" "),i("div",{staticClass:"vc-sketch-field--single"},[i("ed-in",{attrs:{label:"b",value:n.colors.rgba.b},on:{change:n.inputChange}})],1),n._v(" "),n.disableAlpha?n._e():i("div",{staticClass:"vc-sketch-field--single"},[i("ed-in",{attrs:{label:"a",value:n.colors.a,"arrow-offset":.01,max:1},on:{change:n.inputChange}})],1)]),n._v(" "),i("div",{staticClass:"vc-sketch-presets",attrs:{role:"group","aria-label":"A color preset, pick one to set as current color"}},[n._l(n.presetColors,function(t){return[n.isTransparent(t)?i("div",{key:t,staticClass:"vc-sketch-presets-color",attrs:{"aria-label":"Color:"+t},on:{click:function(e){n.handlePreset(t)}}},[i("checkboard")],1):i("div",{key:t,staticClass:"vc-sketch-presets-color",style:{background:t},attrs:{"aria-label":"Color:"+t},on:{click:function(e){n.handlePreset(t)}}})]})],2)])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(21),r=n.n(i);for(var o in i)"default"!==o&&function(e){n.d(t,e,function(){return i[e]})}(o);var a=n(74),s=n(2),c=function(e){n(72)},l=s(r.a,a.a,!1,c,null,null);l.options.__file="src/components/Chrome.vue",t.default=l.exports},function(e,t,n){var i=n(73);"string"==typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals),n(1)("1cd16048",i,!1,{})},function(e,t,n){(e.exports=n(0)(!1)).push([e.i,"\n.vc-chrome {\n background: #fff;\n border-radius: 2px;\n box-shadow: 0 0 2px rgba(0,0,0,.3), 0 4px 8px rgba(0,0,0,.3);\n box-sizing: initial;\n width: 225px;\n font-family: Menlo;\n background-color: #fff;\n}\n.vc-chrome-controls {\n display: flex;\n}\n.vc-chrome-color-wrap {\n position: relative;\n width: 36px;\n}\n.vc-chrome-active-color {\n position: relative;\n width: 30px;\n height: 30px;\n border-radius: 15px;\n overflow: hidden;\n z-index: 1;\n}\n.vc-chrome-color-wrap .vc-checkerboard {\n width: 30px;\n height: 30px;\n border-radius: 15px;\n background-size: auto;\n}\n.vc-chrome-sliders {\n flex: 1;\n}\n.vc-chrome-fields-wrap {\n display: flex;\n padding-top: 16px;\n}\n.vc-chrome-fields {\n display: flex;\n margin-left: -6px;\n flex: 1;\n}\n.vc-chrome-field {\n padding-left: 6px;\n width: 100%;\n}\n.vc-chrome-toggle-btn {\n width: 32px;\n text-align: right;\n position: relative;\n}\n.vc-chrome-toggle-icon {\n margin-right: -4px;\n margin-top: 12px;\n cursor: pointer;\n position: relative;\n z-index: 2;\n}\n.vc-chrome-toggle-icon-highlight {\n position: absolute;\n width: 24px;\n height: 28px;\n background: #eee;\n border-radius: 4px;\n top: 10px;\n left: 12px;\n}\n.vc-chrome-hue-wrap {\n position: relative;\n height: 10px;\n margin-bottom: 8px;\n}\n.vc-chrome-alpha-wrap {\n position: relative;\n height: 10px;\n}\n.vc-chrome-hue-wrap .vc-hue {\n border-radius: 2px;\n}\n.vc-chrome-alpha-wrap .vc-alpha-gradient {\n border-radius: 2px;\n}\n.vc-chrome-hue-wrap .vc-hue-picker, .vc-chrome-alpha-wrap .vc-alpha-picker {\n width: 12px;\n height: 12px;\n border-radius: 6px;\n transform: translate(-6px, -2px);\n background-color: rgb(248, 248, 248);\n box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);\n}\n.vc-chrome-body {\n padding: 16px 16px 12px;\n background-color: #fff;\n}\n.vc-chrome-saturation-wrap {\n width: 100%;\n padding-bottom: 55%;\n position: relative;\n border-radius: 2px 2px 0 0;\n overflow: hidden;\n}\n.vc-chrome-saturation-wrap .vc-saturation-circle {\n width: 12px;\n height: 12px;\n}\n.vc-chrome-fields .vc-input__input {\n font-size: 11px;\n color: #333;\n width: 100%;\n border-radius: 2px;\n border: none;\n box-shadow: inset 0 0 0 1px #dadada;\n height: 21px;\n text-align: center;\n}\n.vc-chrome-fields .vc-input__label {\n text-transform: uppercase;\n font-size: 11px;\n line-height: 11px;\n color: #969696;\n text-align: center;\n display: block;\n margin-top: 12px;\n}\n.vc-chrome__disable-alpha .vc-chrome-active-color {\n width: 18px;\n height: 18px;\n}\n.vc-chrome__disable-alpha .vc-chrome-color-wrap {\n width: 30px;\n}\n.vc-chrome__disable-alpha .vc-chrome-hue-wrap {\n margin-top: 4px;\n margin-bottom: 4px;\n}\n",""])},function(e,t,n){"use strict";var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["vc-chrome",t.disableAlpha?"vc-chrome__disable-alpha":""],attrs:{role:"application","aria-label":"Chrome color picker"}},[n("div",{staticClass:"vc-chrome-saturation-wrap"},[n("saturation",{on:{change:t.childChange},model:{value:t.colors,callback:function(e){t.colors=e},expression:"colors"}})],1),t._v(" "),n("div",{staticClass:"vc-chrome-body"},[n("div",{staticClass:"vc-chrome-controls"},[n("div",{staticClass:"vc-chrome-color-wrap"},[n("div",{staticClass:"vc-chrome-active-color",style:{background:t.activeColor},attrs:{"aria-label":"current color is "+t.colors.hex}}),t._v(" "),t.disableAlpha?t._e():n("checkboard")],1),t._v(" "),n("div",{staticClass:"vc-chrome-sliders"},[n("div",{staticClass:"vc-chrome-hue-wrap"},[n("hue",{on:{change:t.childChange},model:{value:t.colors,callback:function(e){t.colors=e},expression:"colors"}})],1),t._v(" "),t.disableAlpha?t._e():n("div",{staticClass:"vc-chrome-alpha-wrap"},[n("alpha",{on:{change:t.childChange},model:{value:t.colors,callback:function(e){t.colors=e},expression:"colors"}})],1)])]),t._v(" "),t.disableFields?t._e():n("div",{staticClass:"vc-chrome-fields-wrap"},[n("div",{directives:[{name:"show",rawName:"v-show",value:0===t.fieldsIndex,expression:"fieldsIndex === 0"}],staticClass:"vc-chrome-fields"},[n("div",{staticClass:"vc-chrome-field"},[t.hasAlpha?t._e():n("ed-in",{attrs:{label:"hex",value:t.colors.hex},on:{change:t.inputChange}}),t._v(" "),t.hasAlpha?n("ed-in",{attrs:{label:"hex",value:t.colors.hex8},on:{change:t.inputChange}}):t._e()],1)]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:1===t.fieldsIndex,expression:"fieldsIndex === 1"}],staticClass:"vc-chrome-fields"},[n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"r",value:t.colors.rgba.r},on:{change:t.inputChange}})],1),t._v(" "),n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"g",value:t.colors.rgba.g},on:{change:t.inputChange}})],1),t._v(" "),n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"b",value:t.colors.rgba.b},on:{change:t.inputChange}})],1),t._v(" "),t.disableAlpha?t._e():n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"a",value:t.colors.a,"arrow-offset":.01,max:1},on:{change:t.inputChange}})],1)]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:2===t.fieldsIndex,expression:"fieldsIndex === 2"}],staticClass:"vc-chrome-fields"},[n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"h",value:t.hsl.h},on:{change:t.inputChange}})],1),t._v(" "),n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"s",value:t.hsl.s},on:{change:t.inputChange}})],1),t._v(" "),n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"l",value:t.hsl.l},on:{change:t.inputChange}})],1),t._v(" "),t.disableAlpha?t._e():n("div",{staticClass:"vc-chrome-field"},[n("ed-in",{attrs:{label:"a",value:t.colors.a,"arrow-offset":.01,max:1},on:{change:t.inputChange}})],1)]),t._v(" "),n("div",{staticClass:"vc-chrome-toggle-btn",attrs:{role:"button","aria-label":"Change another color definition"},on:{click:t.toggleViews}},[n("div",{staticClass:"vc-chrome-toggle-icon"},[n("svg",{staticStyle:{width:"24px",height:"24px"},attrs:{viewBox:"0 0 24 24"},on:{mouseover:t.showHighlight,mouseenter:t.showHighlight,mouseout:t.hideHighlight}},[n("path",{attrs:{fill:"#333",d:"M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z"}})])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.highlight,expression:"highlight"}],staticClass:"vc-chrome-toggle-icon-highlight"})])])])])};i._withStripped=!0;var r={render:i,staticRenderFns:[]};t.a=r}])}).call(this,n(3))},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){var i=n(5);"string"==typeof i&&(i=[[e.i,i,""]]);var r={hmr:!0,transform:void 0,insertInto:void 0};n(7)(i,r);i.locals&&(e.exports=i.locals)},function(e,t,n){(e.exports=n(6)(!1)).push([e.i,'.cx-vui-component{display:flex;padding:20px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.cx-vui-component+.cx-vui-component{border-top:1px solid #ececec}.cx-vui-component--equalwidth{justify-content:space-between}.cx-vui-component--equalwidth .cx-vui-component__meta,.cx-vui-component--equalwidth .cx-vui-component__meta+.cx-vui-component__control{max-width:49%;flex:0 0 49%}.cx-vui-component--vertical-fullwidth{flex-direction:column;padding-left:0;padding-right:0}.cx-vui-component--vertical-fullwidth .cx-vui-component__meta{padding:0 0 20px;margin:0 0 25px;border-bottom:1px solid #ececec}.cx-vui-component--vertical-fullwidth .cx-vui-component__label{padding:0 0 5px}.cx-vui-component--fullwidth-control .cx-vui-component__control{max-width:100%;flex:0 0 100%}.cx-vui-component__meta{display:flex;flex-direction:column;align-items:flex-start}.cx-vui-component__label{display:block;font-size:15px;line-height:20px;color:#23282d;font-weight:500}.cx-vui-component__desc{font-size:13px;line-height:17px;color:#7b7e81;padding:0 0 4px}.cx-vui-panel{background:#fff;box-shadow:0 2px 6px rgba(35,40,45,.07);border-radius:6px;margin-bottom:30px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.cx-vui-inner-panel{background:#f5f5f5;border-radius:4px;padding:30px}.cs-vui-title,.wrap .cs-vui-title{font-size:24px;line-height:37px;padding:0 0 20px}.cs-vui-title,.cx-vui-subtitle,.wrap .cs-vui-title{font-weight:500;color:#23282d;margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.cx-vui-subtitle{font-size:18px;line-height:27px;padding:0}.cx-vui-text{font-size:13px;line-height:20px;color:#7b7e81;padding:15px 0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.cx-vui-hr{display:block;width:100%;height:0;border-top:1px solid #dcdcdd;margin:30px 0}.cx-vui-notice--error{background:#fbf0f0}.cx-vui-notice--success{background:#e9f6ea}.cx-vui-inline-notice{font-weight:700}.cx-vui-inline-notice--error{color:#c92c2c}.cx-vui-inline-notice--success{color:#46b450}.cx-vui-tooltip{background:#23282d;box-shadow:0 1px 4px rgba(35,40,45,.24);border-radius:3px;padding:5px 15px;font-size:12px;line-height:15px;color:#fff;bottom:100%;position:absolute;margin:0 0 10px;text-align:center}.cx-vui-tooltip:after{top:100%;left:50%;margin:0 0 0 -4px;width:0;height:0;border-color:#23282d transparent transparent;border-style:solid;border-width:4px 4px 0;content:"";position:absolute}.cx-vui-popup{position:fixed;z-index:999;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center}.cx-vui-popup__overlay{background:#23282d;opacity:.5;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.cx-vui-popup__body{background:#fff;box-shadow:0 2px 6px rgba(35,40,45,.07);border-radius:6px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:relative;z-index:2;padding:30px 40px 40px}.cx-vui-popup__header{padding:0 0 10px}.cx-vui-popup__content,.cx-vui-popup__content p{font-size:13px;line-height:20px;color:#7b7e81}.cx-vui-popup__content p{margin:0;padding:0 0 20px}.cx-vui-popup__footer{padding:20px 0 0;display:flex;align-items:center}.cx-vui-popup__footer .cx-vui-button+.cx-vui-button{margin:0 0 0 10px}.rtl .cx-vui-popup__footer .cx-vui-button+.cx-vui-button{margin:0 10px 0 0}.cx-vui-popup__close{position:absolute;right:12px;top:15px;cursor:pointer}.rtl .cx-vui-popup__close{left:12px;right:auto}.cx-vui-popup__close path{fill:#dcdcdd}.cx-vui-popup__close:hover path{fill:#7b7e81}.cx-vui-collapse{border-bottom:1px solid #dcdcdd}.cx-vui-collapse:last-child{border-bottom:none}.cx-vui-collapse__heading{display:flex;padding:20px 0;align-items:center;cursor:pointer}.cx-vui-collapse__heading-icon{font-size:18px;margin:0 5px 0 0}.rtl .cx-vui-collapse__heading-icon{margin:0 0 0 5px;transform:scaleX(-1)}.cx-vui-collapse--collapsed .cx-vui-collapse__content{display:none}input.cx-vui-input{font-size:13px;line-height:20px;border-radius:4px;background-color:#f4f4f5;border:none;color:#7b7e81;padding:6px 12px;box-shadow:none;outline:none;box-sizing:border-box;max-width:100%;margin:0}input.cx-vui-input:focus{box-shadow:inset 0 0 0 2px #80bddc;background-color:#fff;color:#23282d}input.cx-vui-input.has-error{box-shadow:inset 0 0 0 2px #e49595;color:#c92c2c}input.cx-vui-input.size-fullwidth{width:100%}input.cx-vui-input::-webkit-input-placeholder{color:#b0b4b9}input.cx-vui-input::-moz-placeholder{color:#b0b4b9}input.cx-vui-input:-ms-input-placeholder{color:#b0b4b9}input.cx-vui-input:-moz-placeholder{color:#b0b4b9}textarea.cx-vui-textarea{font-size:13px;line-height:20px;border-radius:4px;background-color:#f4f4f5;border:none;color:#7b7e81;padding:6px 12px;box-shadow:none;outline:none;box-sizing:border-box;max-width:100%;margin:0;resize:vertical}textarea.cx-vui-textarea:focus{box-shadow:inset 0 0 0 2px #80bddc;background-color:#fff;color:#23282d}textarea.cx-vui-textarea.has-error{box-shadow:inset 0 0 0 2px #e49595;color:#c92c2c}textarea.cx-vui-textarea.size-fullwidth{width:100%}textarea.cx-vui-textarea::-webkit-input-placeholder{color:#b0b4b9}textarea.cx-vui-textarea::-moz-placeholder{color:#b0b4b9}textarea.cx-vui-textarea:-ms-input-placeholder{color:#b0b4b9}textarea.cx-vui-textarea:-moz-placeholder{color:#b0b4b9}.cx-vui-switcher{width:36px;position:relative;cursor:pointer;padding:3px 0}.cx-vui-switcher__panel{width:100%;height:12px;border-radius:6px;background:#ececec;transition:all .15s linear}.cx-vui-switcher--on .cx-vui-switcher__panel{background:#cce5f1}.cx-vui-switcher__trigger{width:18px;height:18px;left:0;top:50%;margin-top:-9px;box-shadow:0 1px 4px rgba(35,40,45,.24);transition:all .15s linear;background:#fff;border-radius:100%;position:absolute}.cx-vui-switcher--on .cx-vui-switcher__trigger{background:#007cba;left:calc(100% - 18px)}.cx-vui-switcher--in-focus .cx-vui-switcher__trigger{box-shadow:0 1px 4px rgba(35,40,45,.24),0 0 0 9px rgba(166,167,168,.2)}.cx-vui-switcher--on.cx-vui-switcher--in-focus .cx-vui-switcher__trigger{box-shadow:0 1px 4px rgba(35,40,45,.24),0 0 0 9px rgba(0,124,186,.2)}.cx-vui-iconpicker{position:relative}.cx-vui-iconpicker__fieldgroup{display:flex}.cx-vui-iconpicker__input{flex:1 0 auto}.cx-vui-iconpicker__preview{width:32px;height:32px;flex:0 0 32px;display:flex;align-items:center;justify-content:center;background:#f4f4f5;border-radius:4px;margin:0 5px 0 0}.rtl .cx-vui-iconpicker__preview{margin:0 0 0 5px}.cx-vui-iconpicker__canvas{position:absolute;top:100%;left:0;right:0;margin:20px 0 0;box-shadow:0 4px 20px rgba(35,40,45,.24);border-radius:4px;border:1px solid #80bddc;background:#fff;z-index:999;max-width:100%;width:311px}.cx-vui-iconpicker__canvas-content{padding:10px;border-radius:4px;max-height:312px;overflow-y:scroll}.cx-vui-iconpicker__canvas:before{position:absolute;left:9px;top:-7px;width:0;height:0;border-color:transparent transparent #80bddc;border-style:solid;border-width:0 7px 7px;content:"";z-index:1}.rtl .cx-vui-iconpicker__canvas:before{left:auto;right:9px}.cx-vui-iconpicker__canvas:after{position:absolute;left:10px;top:-6px;width:0;height:0;z-index:2;border-color:transparent transparent #fff;border-style:solid;border-width:0 6px 6px;content:""}.rtl .cx-vui-iconpicker__canvas:after{left:auto;right:10px}.cx-vui-iconpicker__canvas-list{display:flex;flex-wrap:wrap;margin:6px -3px}.cx-vui-iconpicker__canvas-icon{width:48px;height:48px;margin:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border-radius:4px;border:1px solid #ececec;transition:all .15s linear}.cx-vui-iconpicker__canvas-icon i{color:#7b7e81}.cx-vui-iconpicker__canvas-icon--selected{border-color:#80bddc;background:#edf6fa}.cx-vui-iconpicker__canvas-icon--selected i{color:#007cba}.cx-vui-iconpicker__canvas-icon:focus,.cx-vui-iconpicker__canvas-icon:hover{background:#007cba;border-color:#007cba}.cx-vui-iconpicker__canvas-icon:focus i,.cx-vui-iconpicker__canvas-icon:hover i{color:#fff}.wp-admin .cx-vui-select{font-size:13px;line-height:20px;border-radius:4px;background-color:#f4f4f5;border:none;color:#7b7e81;padding:6px 12px;box-shadow:none;outline:none;box-sizing:border-box;max-width:100%;margin:0;height:auto;-webkit-appearance:none}.wp-admin .cx-vui-select:focus{box-shadow:inset 0 0 0 2px #80bddc;background-color:#fff;color:#23282d}.wp-admin .cx-vui-select.has-error{box-shadow:inset 0 0 0 2px #e49595;color:#c92c2c}.wp-admin .cx-vui-select.size-fullwidth{width:100%}.wp-admin .cx-vui-select::-webkit-input-placeholder{color:#b0b4b9}.wp-admin .cx-vui-select::-moz-placeholder{color:#b0b4b9}.wp-admin .cx-vui-select:-ms-input-placeholder{color:#b0b4b9}.wp-admin .cx-vui-select:-moz-placeholder{color:#b0b4b9}.cx-vui-f-select__select-tag{display:none}.cx-vui-f-select__input.cx-vui-input--in-focus{box-shadow:inset 0 0 0 2px #80bddc;background:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.cx-vui-f-select__control{position:relative}.cx-vui-f-select__results{top:100%;left:0;right:0;z-index:999;position:absolute;border:1px solid #80bddc;box-sizing:border-box;box-shadow:0 4px 20px rgba(35,40,45,.24);border-radius:0 0 4px 4px;background:#fff;padding:10px 0;margin:-1px 0 0}.cx-vui-f-select__results-loading,.cx-vui-f-select__results-message{padding:0 10px;color:#7b7e81}.cx-vui-f-select__result{color:#7b7e81;font-size:13px;line-height:17px;padding:3px 12px 4px;cursor:pointer;transition:all .15s linear}.cx-vui-f-select__result.is-selected{background:#edf6fa}.cx-vui-f-select__result.in-focus,.cx-vui-f-select__result:hover{color:#fff;background:#007cba}.cx-vui-f-select__selected{display:flex;flex-wrap:wrap}.cx-vui-f-select__selected-not-empty{margin:0 0 15px}.cx-vui-f-select__selected-option{padding:5px 11px 5px 5px;display:flex;align-items:center;background:#edf6fa;cursor:pointer;color:#7b7e81;margin:0 5px 5px 0;white-space:nowrap}.rtl .cx-vui-f-select__selected-option{padding:5px 5px 5px 11px;margin:0 0 5px 5px}.cx-vui-f-select__selected-option-icon{width:22px;height:22px;background:#fff;border-radius:1px;transition:all liear .15s;margin:0 6px 0 0;display:flex;align-items:center;justify-content:center}.rtl .cx-vui-f-select__selected-option-icon{margin:0 0 0 6px}.cx-vui-f-select__selected-option-icon path{transition:all liear .15s;fill:#7b7e81}.cx-vui-f-select__selected-option:hover .cx-vui-f-select__selected-option-icon{background:#007cba}.cx-vui-f-select__selected-option:hover .cx-vui-f-select__selected-option-icon path{fill:#fff}.cx-vui-button{cursor:pointer;display:inline-block;padding:0;margin:0;border:none;box-shadow:0 4px 4px rgba(35,40,45,.24);border-radius:4px;transition:all .15s linear;font-weight:500;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;outline:none;position:relative;box-sizing:border-box;text-decoration:none}.cx-vui-button__content{display:flex;justify-content:center;align-items:center}.cx-vui-button--loading .cx-vui-button__content{opacity:0}.cx-vui-button--style-default{background:#f4f4f5;color:#007cba}.cx-vui-button--style-default:hover{box-shadow:none;color:#007cba;background:#ececec}.cx-vui-button--style-accent{background:#007cba;color:#fff}.cx-vui-button--style-accent:hover{box-shadow:none;color:#fff;background:#066ea2}.cx-vui-button--style-default-border{border:1px solid #dcdcdd;background:transparent;color:#7b7e81;box-shadow:none}.cx-vui-button--style-default-border:hover{border:1px solid #dcdcdd;color:#7b7e81;background:#f3f5f6}.cx-vui-button--style-accent-border{border:1px solid #007cba;background:transparent;color:#007cba;box-shadow:none}.cx-vui-button--style-accent-border:hover{border:1px solid #066ea2;color:#066ea2;background:#f3f5f6}.cx-vui-button--style-link-accent{color:#007cba;background:none;box-shadow:none}.cx-vui-button--style-link-accent path{fill:#007cba}.cx-vui-button--style-link-accent:hover{color:#066ea2}.cx-vui-button--style-link-accent:hover path{fill:#066ea2}.cx-vui-button--style-link-error{color:#c92c2c;background:none;box-shadow:none}.cx-vui-button--style-link-error path{fill:#c92c2c}.cx-vui-button--style-link-error:hover{color:#c92c2c}.cx-vui-button--size-default{font-size:15px;line-height:21px;padding:12px 25px 13px}.cx-vui-button--size-default .cx-vui-button__content .dashicons{margin:0 5px 0 -8px}.rtl .cx-vui-button--size-default .cx-vui-button__content .dashicons{margin:0 -8px 0 5px}.cx-vui-button--size-default .cx-vui-button__content span+.dashicons{margin:-8px 0 0 5px}.rtl .cx-vui-button--size-default .cx-vui-button__content span+.dashicons{margin:-8px 5px 0 0}.cx-vui-button--size-link{font-size:15px;line-height:18px}.cx-vui-button--size-link .cx-vui-button__content svg{margin:0 5px 1px 0}.cx-vui-button--size-link .cx-vui-button__content span+svg,.rtl .cx-vui-button--size-link .cx-vui-button__content svg{margin:0 0 1px 5px}.rtl .cx-vui-button--size-link .cx-vui-button__content span+svg{margin:0 5px 1px 0}.cx-vui-button--size-mini{font-size:13px;line-height:19px;padding:6px 14px 7px}.cx-vui-button--size-mini .cx-vui-button__content .dashicons{margin:0 4px 0 -5px}.rtl .cx-vui-button--size-mini .cx-vui-button__content .dashicons{margin:0 -5px 0 4px}.cx-vui-button--size-mini .cx-vui-button__content span+.dashicons{margin:-5px 0 0 4px}.rtl .cx-vui-button--size-mini .cx-vui-button__content span+.dashicons{margin:-5px 4px 0 0}.cx-vui-button--disabled{cursor:default;opacity:.3;pointer-events:none}.cx-vui-button--loading{cursor:default}.cx-vui-button__loader{position:absolute;right:0;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.cx-vui-button__loader .loader-icon{animation:spin 1.2s linear infinite}.cx-vui-button__loader .loader-icon path{fill:currentColor}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cx-vui-button.fullwidth{width:100%}.cx-vui-repeater__actions{display:flex;align-items:center}.cx-vui-repeater__tip{color:#7b7e81;margin:0 0 0 20px}.rtl .cx-vui-repeater__tip{margin:0 20px 0 0}.cx-vui-collapse__content>.cx-vui-repeater{margin-bottom:25px}.cx-vui-repeater-item__handle{cursor:n-resize;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-12px 0 -10px -16px}.rtl .cx-vui-repeater-item__handle{margin:-12px -16px -10px 0}.cx-vui-repeater-item__handle svg line{stroke:#dcdcdd}.cx-vui-repeater-item__heading{display:flex;border-bottom:1px solid #ececec;padding:18px 20px 16px;align-items:center;justify-content:space-between;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cx-vui-repeater-item__heading--is-collpased{border-bottom:none}.cx-vui-repeater-item__heading-start{display:flex;align-items:center;cursor:pointer}.cx-vui-repeater-item__heading-end{display:flex;align-items:center}.cx-vui-repeater-item__subtitle,.cx-vui-repeater-item__title{font-size:15px;line-height:17px}.cx-vui-repeater-item__title{font-weight:500;color:#007cba;margin:0 10px 0 0}.rtl .cx-vui-repeater-item__title{margin:0 0 0 10px}.cx-vui-repeater-item__subtitle{font-style:italic;color:#7b7e81}.cx-vui-repeater-item__collapse{margin:0 8px 0 0}.rtl .cx-vui-repeater-item__collapse{margin:0 0 0 8px}.cx-vui-repeater-item__collapse--is-collpased{margin:0 8px 4px 0;transform:rotate(-90deg)}.rtl .cx-vui-repeater-item__collapse--is-collpased{margin:0 0 4px 8px}.cx-vui-repeater-item__collapse path{fill:#007cba}.cx-vui-repeater-item__content--is-collpased{display:none}.cx-vui-repeater-item__clean,.cx-vui-repeater-item__copy{cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin:0 0 0 10px;position:relative}.rtl .cx-vui-repeater-item__clean,.rtl .cx-vui-repeater-item__copy{margin:0 10px 0 0}.cx-vui-repeater-item__clean .cx-vui-tooltip,.cx-vui-repeater-item__copy .cx-vui-tooltip{width:80px}.cx-vui-repeater-item__clean path,.cx-vui-repeater-item__copy path{transition:all .15s linear;fill:#7b7e81}.cx-vui-repeater-item__clean:hover path,.cx-vui-repeater-item__copy:hover path{fill:#007cba}.cx-vui-repeater-item__cancel-del,.cx-vui-repeater-item__confrim-del{text-decoration:underline}.cx-vui-repeater-item__confrim-del{color:#c92c2c}.cx-vui-checkbox{display:inline-flex;align-items:center;margin:0 0 10px}.cx-vui-checkbox--disabled{pointer-events:none}.cx-vui-checkgroup--single-item .cx-vui-checkbox{margin:0}.cx-vui-checkbox__check{box-sizing:border-box;width:18px;height:18px;border-radius:4px;border:2px solid #7b7e81;margin:-1px 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center}.rtl .cx-vui-checkbox__check{margin:-1px 0 0 10px}.cx-vui-checkbox__check--focused{border-color:#80bddc}.cx-vui-checkbox__check--checked{border-color:#007cba;background:#007cba}.cx-vui-checkbox__check--checked path{fill:#fff}.cx-vui-checkbox__check--disabled{pointer-events:none;opacity:.5;cursor:default}.cx-vui-checkbox__label{color:#7b7e81;cursor:pointer}.cx-vui-checkbox--disabled .cx-vui-checkbox__label{cursor:default}.cx-vui-checkbox__input[type=checkbox]{display:none}.cx-vui-radio{display:inline-flex;align-items:center;margin:0 0 10px}.cx-vui-radio--disabled{pointer-events:none}.cx-vui-radiogroup--single-item .cx-vui-radio{margin:0}.cx-vui-radio__input{visibility:hidden;position:absolute;left:-999em}.cx-vui-radio__mark{box-sizing:border-box;width:18px;height:18px;border-radius:100%;border:2px solid #7b7e81;margin:0 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center}.rtl .cx-vui-radio__mark{margin:0 0 0 10px}.cx-vui-radio__mark:before{content:"";width:10px;height:10px;border-radius:100%}.cx-vui-radio__mark--focused{border-color:#80bddc}.cx-vui-radio__mark--checked{border-color:#007cba}.cx-vui-radio__mark--checked:before{background:#007cba}.cx-vui-radio__mark--disabled{pointer-events:none;opacity:.5;cursor:default}.cx-vui-radio__label{color:#7b7e81;cursor:pointer}.cx-vui-radio--disabled .cx-vui-radio__label{cursor:default}.cx-vue-list-table{background:#fff;box-shadow:0 2px 6px rgba(35,40,45,.07);border-radius:6px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.cx-vue-list-table__items.is-empty{padding:16px 20px 17px;text-align:center;color:#7b7e81;font-size:13px;line-height:16px}.list-table-footer,.list-table-heading,.list-table-item{display:flex;align-items:center;justify-content:flex-start}.list-table-footer__cell,.list-table-heading__cell,.list-table-item__cell{padding:16px 20px 14px;box-sizing:border-box}.list-table-heading{border-bottom:1px solid #ececec}.cx-vue-list-table__footer .list-table-heading{border-bottom:none;border-top:1px solid #ececec}.list-table-heading__cell{font-size:15px;line-height:20px;color:#23282d;font-weight:500}.list-table-item{color:#7b7e81}.list-table-item:nth-child(odd){background:#f5f5f5}.list-table-item__cell{font-size:13px;line-height:16px}.list-table-item:first-child{border-top:none}.cx-vui-tabs.cx-vui-tabs--layout-vertical{display:flex;align-items:stretch}.cx-vui-tabs__nav{background:#f5f5f5}.cx-vui-tabs--layout-vertical>.cx-vui-tabs__nav{width:20%;flex:0 0 20%;max-width:220px;padding:0 0 40px}.cx-vui-tabs--layout-horizontal>.cx-vui-tabs__nav{display:flex;padding:0 40px}.cx-vui-tabs--invert>.cx-vui-tabs__nav{background:#fff}.cx-vui-tabs__nav-item{cursor:pointer;padding:14px 20px;font-weight:500;font-size:15px;line-height:20px;color:#23282d;border:1px solid transparent}.cx-vui-tabs--layout-vertical .cx-vui-tabs__nav-item{border-bottom:1px solid #dcdcdd}.cx-vui-tabs__nav-item:hover{color:#007cba}.cx-vui-tabs:not(.cx-vui-tabs--in-panel) .cx-vui-tabs__nav-item{border-top:none}.cx-vui-tabs__nav-item--active{color:#007cba;position:relative;z-index:3;background:#fff}.cx-vui-tabs--layout-horizontal .cx-vui-tabs__nav-item--active{border:1px solid #dcdcdd;border-bottom:none}.cx-vui-tabs--in-panel .cx-vui-tabs__nav-item--active{border-radius:4px 4px 0 0}.cx-vui-tabs--invert .cx-vui-tabs__nav-item--active{background:#f5f5f5}.cx-vui-tabs__content{padding:40px}.cx-vui-tabs--invert>.cx-vui-tabs__content{background:#f5f5f5}.cx-vui-tabs--layout-horizontal>.cx-vui-tabs__content{border-top:1px solid #dcdcdd;margin:-1px 0 0}.cx-vui-tabs--layout-vertical>.cx-vui-tabs__content{flex:1 1 auto;border-left:1px solid #dcdcdd;margin:0 0 0 -1px;padding:15px 40px}.rtl .cx-vui-tabs--layout-vertical>.cx-vui-tabs__content{border-left:none;border-right:1px solid #dcdcdd;margin:0 -1px 0 0}.cx-vui-pagination-items{display:flex;justify-content:flex-start;align-items:center}.cx-vui-pagination-item{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin:0 3px;padding:4px 8px;position:relative;text-decoration:none;border:1px solid #e8e8e8;border-radius:2px;text-shadow:none;font-weight:600;font-size:13px;line-height:normal;color:#7b7e81;background:transparent;cursor:pointer}.cx-vui-pagination-item:first-child{margin-left:0}.rtl .cx-vui-pagination-item:first-child{margin-left:3px;margin-right:0}.cx-vui-pagination-item:last-child{margin-right:0}.rtl .cx-vui-pagination-item:last-child{margin-left:0;margin-right:3px}.cx-vui-pagination-item-active{color:#007cba;border:1px solid #007cba}.cx-vui-pagination-disabled{cursor:not-allowed;opacity:.5}.rtl .cx-vui-pagination-next svg,.rtl .cx-vui-pagination-prev svg{transform:scale(-1)}.cx-vui-notices{position:fixed;right:20px;top:52px;z-index:9999}.rtl .cx-vui-notices{left:20px;right:auto}.cx-vui-notice{padding:20px;margin:0 0 20px;transition:all .25s ease;display:flex;align-items:flex-start;box-shadow:0 2px 6px rgba(35,40,45,.07);min-width:250px;max-width:450px;box-sizing:border-box;background:#fff;border-radius:4px;font-size:15px;line-height:23px;color:#7b7e81}.cx-vui-notice__icon{width:24px;height:24px;overflow:hidden;flex:0 0 24px;margin:0 15px 0 0}.rtl .cx-vui-notice__icon{margin:0 0 0 15px}.cx-vui-notice__icon svg{width:100%;height:auto}.cx-vui-notice__icon--info path{fill:#007cba}.cx-vui-notice__icon--success path{fill:#46b450}.cx-vui-notice__icon--error path{fill:#c92c2c}.cx-vui-notice__title{font-weight:500;color:#23282d}.cx-vui-notice__content{flex:1 1 auto}.cx-vui-notice__close{width:16px;height:16px;flex:0 0 16px;margin:-2px 0 0 10px;cursor:pointer;box-sizing:border-box;padding:2px}.rtl .cx-vui-notice__close{margin:-2px 10px 0 0}.cx-vui-notice__close svg{width:12px;height:12px}.cx-vui-notice__close path{fill:#dcdcdd}.cx-vui-notice__close:hover path{fill:#23282d}.cx-vui-notices-enter,.cx-vui-notices-leave-to{opacity:0;transform:translateX(30px)}.rtl .cx-vui-notices-enter,.rtl .cx-vui-notices-leave-to{transform:translateX(-30px)}.cx-vui-notices-leave-active{position:absolute}.cx-vui-colorpicker{display:inline-block;position:relative}.cx-vui-colorpicker__preview{display:flex;justify-content:flex-start;align-items:center;border-radius:4px;border:1px solid #dcdcdd;cursor:pointer}.cx-vui-colorpicker__color{display:flex;justify-content:center;align-items:center;width:18px;height:18px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);border-radius:2px;position:relative}.cx-vui-colorpicker__color span{display:block;width:100%;height:100%}.cx-vui-colorpicker__clear{display:flex;justify-content:center;align-items:center;margin:0 0 0 10px}.rtl .cx-vui-colorpicker__clear{margin:0 10px 0 0}.cx-vui-colorpicker__clear:hover svg{fill:#c92c2c}.cx-vui-colorpicker__dropdown{position:absolute;top:38px;left:0;z-index:999}.rtl .cx-vui-colorpicker__dropdown{left:auto;right:0}.rtl .cx-vui-colorpicker__dropdown .vc-chrome-toggle-btn{text-align:left}.cx-vui-colorpicker.size-small .cx-vui-colorpicker__preview{padding:5px}.cx-vui-colorpicker.size-small .cx-vui-colorpicker__color{width:16px;height:16px}.cx-vui-colorpicker.size-default .cx-vui-colorpicker__preview{padding:7px}.cx-vui-colorpicker.size-default .cx-vui-colorpicker__color{width:18px;height:18px}.cx-vui-colorpicker.size-large .cx-vui-colorpicker__preview{padding:10px}.cx-vui-colorpicker.size-large .cx-vui-colorpicker__color{width:24px;height:24px}.cx-vui-colorpicker.size-large .cx-vui-colorpicker__clear svg{width:14px;height:14px}.cx-vui-media{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.cx-vui-media__attachment{display:inline-block;border-radius:5px;overflow:hidden;position:relative;margin:0 5px 5px 0;background-color:#f4f4f5}.rtl .cx-vui-media__attachment{margin:0 0 5px 5px}.cx-vui-media__attachment img{width:100%;height:100%;object-fit:contain}.cx-vui-media__attachment:hover .cx-vui-media__attachment-controls{visibility:visible;pointer-events:all}.cx-vui-media__attachment.attachment-type-image img{width:100%;height:100%;object-fit:cover}.cx-vui-media__control{position:absolute;filter:drop-shadow(1px 1px 1px rgba(35,40,45,.5));z-index:1}.cx-vui-media__control-remove{top:3px;right:3px;cursor:pointer}.rtl .cx-vui-media__control-remove{left:3px;right:auto}.cx-vui-media__attachment-controls{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;right:0;background:rgba(0,0,0,.3);z-index:1;visibility:hidden;pointer-events:none}.cx-vui-media__attachment-controls svg{cursor:pointer}.cx-vui-media__add-button{display:flex;justify-content:center;align-items:center;width:58px;height:58px;background:#fff;border:1px dashed #dcdcdd;border-radius:5px;cursor:pointer;position:relative;overflow:hidden;transition:border-color .2s ease}.cx-vui-media__add-button:hover{border:1px dashed #007cba}.cx-vui-media.size-small .cx-vui-media__attachment{width:50px;height:50px}.cx-vui-media.size-small .cx-vui-media__add-button{width:48px;height:48px}.cx-vui-media.size-default .cx-vui-media__attachment{width:80px;height:80px}.cx-vui-media.size-default .cx-vui-media__add-button{width:78px;height:78px}.cx-vui-media.size-large .cx-vui-media__attachment{width:120px;height:120px}.cx-vui-media.size-large .cx-vui-media__add-button{width:118px;height:118px}.cx-vui-dimensions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.cx-vui-dimensions__units{display:flex;justify-content:flex-end;align-items:center;margin:0 42px 5px 0}.rtl .cx-vui-dimensions__units{margin:0 0 5px 42px}.cx-vui-dimensions__units span{color:#7b7e81;cursor:pointer;margin:0 0 0 2px}.rtl .cx-vui-dimensions__units span{margin:0 2px 0 0}.cx-vui-dimensions__units span:first-child{margin:0}.cx-vui-dimensions__units span.active{color:#007cba}.cx-vui-dimensions__inputs{display:flex;justify-content:flex-start;align-items:flex-start}.cx-vui-dimensions__inputs .cx-vui-component-raw{flex:1 1 100px;margin:0 0 0 5px}.rtl .cx-vui-dimensions__inputs .cx-vui-component-raw{margin:0 5px 0 0}.cx-vui-dimensions__inputs .cx-vui-component-raw:first-child{margin:0}.cx-vui-dimensions__link{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin:0 0 0 10px;cursor:pointer}.rtl .cx-vui-dimensions__link{margin:0 10px 0 0}.cx-vui-dimensions.size-default{max-width:100%;width:442px}.cx-vui-dimensions.size-fullwidth{max-width:100%;width:100%}',""])},function(e,t,n){"use strict";e.exports=function(n){var a=[];return a.toString=function(){return this.map(function(e){var t=function(e,t){var n=e[1]||"",i=e[3];if(!i)return n;if(t&&"function"==typeof btoa){var r=function(e){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(e))))+" */"}(i),o=i.sources.map(function(e){return"/*# sourceURL="+i.sourceRoot+e+" */"});return[n].concat(o).concat([r]).join("\n")}return[n].join("\n")}(e,n);return e[2]?"@media "+e[2]+"{"+t+"}":t}).join("")},a.i=function(e,t){"string"==typeof e&&(e=[[null,e,""]]);for(var n={},i=0;i<this.length;i++){var r=this[i][0];null!=r&&(n[r]=!0)}for(i=0;i<e.length;i++){var o=e[i];null!=o[0]&&n[o[0]]||(t&&!o[2]?o[2]=t:t&&(o[2]="("+o[2]+") and ("+t+")"),a.push(o))}},a}},function(e,t,i){var n,r,o,c={},l=(n=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===r&&(r=n.apply(this,arguments)),r}),a=(o={},function(e,t){if("function"==typeof e)return e();if(void 0===o[e]){var n=function(e,t){return t?t.querySelector(e):document.querySelector(e)}.call(this,e,t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}o[e]=n}return o[e]}),u=null,d=0,s=[],h=i(8);function p(e,t){for(var n=0;n<e.length;n++){var i=e[n],r=c[i.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](i.parts[o]);for(;o<i.parts.length;o++)r.parts.push(m(i.parts[o],t))}else{var a=[];for(o=0;o<i.parts.length;o++)a.push(m(i.parts[o],t));c[i.id]={id:i.id,refs:1,parts:a}}}}function f(e,t){for(var n=[],i={},r=0;r<e.length;r++){var o=e[r],a=t.base?o[0]+t.base:o[0],s={css:o[1],media:o[2],sourceMap:o[3]};i[a]?i[a].parts.push(s):n.push(i[a]={id:a,parts:[s]})}return n}function v(e,t){var n=a(e.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 i=s[s.length-1];if("top"===e.insertAt)i?i.nextSibling?n.insertBefore(t,i.nextSibling):n.appendChild(t):n.insertBefore(t,n.firstChild),s.push(t);else if("bottom"===e.insertAt)n.appendChild(t);else{if("object"!=typeof e.insertAt||!e.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 r=a(e.insertAt.before,n);n.insertBefore(t,r)}}function x(e){if(null!==e.parentNode){e.parentNode.removeChild(e);var t=s.indexOf(e);0<=t&&s.splice(t,1)}}function g(e){var t=document.createElement("style");if(void 0===e.attrs.type&&(e.attrs.type="text/css"),void 0===e.attrs.nonce){var n=function(){0;return i.nc}();n&&(e.attrs.nonce=n)}return b(t,e.attrs),v(e,t),t}function b(t,n){Object.keys(n).forEach(function(e){t.setAttribute(e,n[e])})}function m(t,e){var n,i,r,o,a,s;if(e.transform&&t.css){if(!(o="function"==typeof e.transform?e.transform(t.css):e.transform.default(t.css)))return function(){};t.css=o}if(e.singleton){var c=d++;n=u=u||g(e),i=w.bind(null,n,c,!1),r=w.bind(null,n,c,!0)}else r=t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(a=e,s=document.createElement("link"),void 0===a.attrs.type&&(a.attrs.type="text/css"),a.attrs.rel="stylesheet",b(s,a.attrs),v(a,s),i=function(e,t,n){var i=n.css,r=n.sourceMap,o=void 0===t.convertToAbsoluteUrls&&r;(t.convertToAbsoluteUrls||o)&&(i=h(i));r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var a=new Blob([i],{type:"text/css"}),s=e.href;e.href=URL.createObjectURL(a),s&&URL.revokeObjectURL(s)}.bind(null,n=s,e),function(){x(n),n.href&&URL.revokeObjectURL(n.href)}):(n=g(e),i=function(e,t){var n=t.css,i=t.media;i&&e.setAttribute("media",i);if(e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}.bind(null,n),function(){x(n)});return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}e.exports=function(e,a){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(a=a||{}).attrs="object"==typeof a.attrs?a.attrs:{},a.singleton||"boolean"==typeof a.singleton||(a.singleton=l()),a.insertInto||(a.insertInto="head"),a.insertAt||(a.insertAt="bottom");var s=f(e,a);return p(s,a),function(e){for(var t=[],n=0;n<s.length;n++){var i=s[n];(r=c[i.id]).refs--,t.push(r)}e&&p(f(e,a),a);for(n=0;n<t.length;n++){var r;if(0===(r=t[n]).refs){for(var o=0;o<r.parts.length;o++)r.parts[o]();delete c[r.id]}}}};var y,_=(y=[],function(e,t){return y[e]=t,y.filter(Boolean).join("\n")});function w(e,t,n,i){var r=n?"":i.css;if(e.styleSheet)e.styleSheet.cssText=_(t,r);else{var o=document.createTextNode(r),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(o,a[t]):e.appendChild(o)}}},function(e,t){e.exports=function(e){var t="undefined"!=typeof window&&window.location;if(!t)throw new Error("fixUrls requires window.location");if(!e||"string"!=typeof e)return e;var r=t.protocol+"//"+t.host,o=r+t.pathname.replace(/\/[^\/]*$/,"/");return e.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(e,t){var n,i=t.trim().replace(/^"(.*)"$/,function(e,t){return t}).replace(/^'(.*)'$/,function(e,t){return t});return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/|\s*$)/i.test(i)?e:(n=0===i.indexOf("//")?i:0===i.indexOf("/")?r+i:o+i.replace(/^\.\//,""),"url("+JSON.stringify(n)+")")})}},function(e,t,n){"use strict";n.r(t);var i={name:"cx-vui-title",template:"#cx-vui-title",props:{}};function r(e,t){for(var n=0;n<t.length;n++)if(e==t[n])return!0;return!1}var o={methods:{isVisible:function(){if(!this.conditions.length)return!0;for(var e=[],t="AND",n=this.conditions.length,i=0;i<this.conditions.length;i++)if(this.conditions[i].operator)t=this.conditions[i].operator,n--;else switch(this.conditions[i].compare){case"equal":this.conditions[i].input===this.conditions[i].value&&e.push(this.conditions[i].value);break;case"not_equal":this.conditions[i].input!==this.conditions[i].value&&e.push(this.conditions[i].value);break;case"in":r(this.conditions[i].input,this.conditions[i].value)&&e.push(this.conditions[i].value);break;case"not_in":r(this.conditions[i].input,this.conditions[i].value)||e.push(this.conditions[i].value);break;case"contains":r(this.conditions[i].value,this.conditions[i].input)&&e.push(this.conditions[i].value);break;case"not_contains":r(this.conditions[i].value,this.conditions[i].input)||e.push(this.conditions[i].value)}switch(t){case"AND":return e.length===n;case"OR":return!!e.length}}}},a={name:"cx-vui-collapse",template:"#cx-vui-collapse",mixins:[o],props:{collapsed:{type:Boolean,default:!1},conditions:{type:Array,default:function(){return[]}}},data:function(){return{state:""}},mounted:function(){this.collapsed&&(this.state="collapsed")},computed:{iconArrow:function(){return"collapsed"===this.state?"dashicons-arrow-right-alt2":"dashicons-arrow-down-alt2"}},methods:{switchState:function(){"collapsed"===this.state?this.state="":this.state="collapsed",this.$emit("state-switched",this.state)}}},s={name:"cx-vui-component-wrapper",template:"#cx-vui-component-wrapper",mixins:[{methods:{wrapperClasses:function(){var t=["cx-vui-component"];return this.wrapperCss.length&&this.wrapperCss.forEach(function(e){t.push("cx-vui-component--"+e)}),t}}},o],props:{elementId:{type:String},label:{type:String},description:{type:String},preventWrap:{type:Boolean,default:!1},wrapperCss:{type:Array,default:function(){return[]}},conditions:{type:Array,default:function(){return[]}}},computed:{wrapperClassesRaw:function(){var t=["cx-vui-component-raw"];return this.wrapperCss&&this.wrapperCss.forEach(function(e){t.push(e)}),t}}},c={name:"cx-vui-button",template:"#cx-vui-button",mixins:[o],props:{type:{validator:function(e){return r(e,["button","submit","reset"])},default:"button"},buttonStyle:{validator:function(e){return r(e,["default","accent","link-accent","link-error","accent-border","default-border"])},default:"default"},size:{validator:function(e){return r(e,["default","mini","link"])},default:"default"},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},customCss:{type:String},url:{type:String},target:{type:String},tagName:{validator:function(e){return r(e,["a","button"])},default:"button"},elementId:{type:String},conditions:{type:Array,default:function(){return[]}}},data:function(){return{baseClass:"cx-vui-button"}},computed:{classesList:function(){var e=[this.baseClass,this.baseClass+"--style-"+this.buttonStyle,this.baseClass+"--size-"+this.size];return this.loading&&e.push(this.baseClass+"--loading"),this.disabled&&e.push(this.baseClass+"--disabled"),this.customCss&&e.push(this.customCss),e},tagAtts:function(){var e={};return"a"===this.tagName?(this.url&&(e.href=this.url),this.target&&(e.target=this.target)):e.type=this.type,e}},methods:{handleClick:function(){this.loading||this.disabled||this.$emit("click",event)}}},l=n(0),u={name:"cx-vui-repeater",template:"#cx-vui-repeater",mixins:[l.ContainerMixin,o],props:{buttonLabel:{type:String},buttonStyle:{type:String,default:"accent"},buttonSize:{type:String,default:"default"},value:{type:Array,default:function(){return[]}},distance:{type:Number,default:20},useDragHandle:{type:Boolean,default:!0},conditions:{type:Array,default:function(){return[]}}},data:function(){return{inFocus:!1}},methods:{handleClick:function(e){this.$emit("add-new-item",e)}}},d={name:"cx-vui-repeater-item",template:"#cx-vui-repeater-item",mixins:[l.ElementMixin],directives:{handle:l.HandleDirective},props:{title:{type:String},subtitle:{type:String},collapsed:{type:Boolean,default:!0},index:{type:Number},customCss:{type:String}},data:function(){return{fieldData:this.field,isCollapsed:this.collapsed,showConfirmTip:!1}},computed:{customCssClass:function(){return this.customCss}},methods:{handleCopy:function(){this.$emit("clone-item",this.index)},handleDelete:function(){this.showConfirmTip=!0},confrimDeletion:function(){this.showConfirmTip=!1,this.$emit("delete-item",this.index)},cancelDeletion:function(){this.showConfirmTip=!1}}},h={name:"cx-vui-popup",template:"#cx-vui-popup",props:{value:{type:Boolean,default:!1},overlay:{type:Boolean,default:!0},close:{type:Boolean,default:!0},showOk:{type:Boolean,default:!0},showCancel:{type:Boolean,default:!0},header:{type:Boolean,default:!0},footer:{type:Boolean,default:!0},okLabel:{type:String,default:"OK"},cancelLabel:{type:String,default:"Cancel"},bodyWidth:{type:String,default:"auto"}},data:function(){return{currentValue:this.value}},watch:{value:function(e){this.setCurrentValue(e)}},methods:{handleCancel:function(){this.setCurrentValue(!1),this.$emit("input",!1),this.$emit("on-cancel")},handleOk:function(){this.setCurrentValue(!1),this.$emit("input",!1),this.$emit("on-ok")},setCurrentValue:function(e){this.currentValue!==e&&(this.currentValue=e)}}},p={name:"cx-vui-list-table",template:"#cx-vui-list-table",mixins:[o],props:{conditions:{type:Array,default:function(){return[]}},isEmpty:{type:Boolean,default:!1},emptyMessage:{type:String,default:""}}},f={name:"cx-vui-list-table-item",template:"#cx-vui-list-table-item",mixins:[o],props:{slots:{type:Array,default:function(){return[]}},conditions:{type:Array,default:function(){return[]}},className:{type:String,default:""}}},v={name:"cx-vui-list-table-heading",template:"#cx-vui-list-table-heading",props:{slots:{type:Array,default:function(){return[]}},className:{type:String,default:""}}},x={name:"cx-vui-tabs",template:"#cx-vui-tabs",mixins:[o],props:{value:{type:[String,Number],default:""},name:{type:String,default:""},invert:{type:Boolean,default:!1},inPanel:{type:Boolean,default:!1},layout:{validator:function(e){return r(e,["horizontal","vertical"])},default:"horizontal"},conditions:{type:Array,default:function(){return[]}}},data:function(){return{navList:[],activeTab:this.value}},mounted:function(){var e=this.getTabs();this.navList=e,this.activeTab||(this.activeTab=e[0].name),this.updateState()},methods:{isActive:function(e){return e===this.activeTab},onTabClick:function(e){this.activeTab=e,this.$emit("input",this.activeTab),this.updateState()},updateState:function(){var t=this,e=this.getTabs();(this.navList=e).forEach(function(e){e.show=t.activeTab===e.name})},getTabs:function(){var t=this,e=this.$children.filter(function(e){return"cx-vui-tabs-panel"===e.$options.name}),n=[];return e.forEach(function(e){(!e.tab||!t.name||e.tab===t.name)&&n.push(e)}),n}}},g={name:"cx-vui-tabs-panel",template:"#cx-vui-tabs-panel",props:{tab:{type:String,default:""},name:{type:String,default:""},label:{type:String,default:""}},data:function(){return{show:!1}},methods:{}};function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var m={name:"cx-vui-pagination",template:"#cx-vui-pagination",mixins:[o],props:{current:{type:Number,default:1},total:{type:Number,default:0},pageSize:{type:Number,default:10},prevText:{type:String,default:""},nextText:{type:String,default:""},customCss:{type:String,default:""},elementId:{type:String,default:""},conditions:{type:Array,default:function(){return[]}}},data:function(){return{baseClass:"cx-vui-pagination",currentPage:this.current,currentPageSize:this.pageSize}},watch:{total:function(e){var t=Math.ceil(e/this.currentPageSize);t<this.currentPage&&(this.currentPage=0===t?1:t)},current:function(e){this.currentPage=e},pageSize:function(e){this.currentPageSize=e}},computed:{classesList:function(){var e=[this.baseClass];return this.customCss&&e.push(this.customCss),e},prevClasses:function(){var e;return["".concat(this.baseClass,"-item"),"".concat(this.baseClass,"-prev"),(b(e={},"".concat(this.baseClass,"-disabled"),1===this.currentPage||!1),b(e,"".concat(this.baseClass,"-custom-text"),""!==this.prevText),e)]},nextClasses:function(){var e;return["".concat(this.baseClass,"-item"),"".concat(this.baseClass,"-next"),(b(e={},"".concat(this.baseClass,"-disabled"),this.currentPage===this.allPages||!1),b(e,"".concat(this.baseClass,"-custom-text"),""!==this.nextText),e)]},firstPageClasses:function(){return["".concat(this.baseClass,"-item"),b({},"".concat(this.baseClass,"-item-active"),1===this.currentPage)]},lastPageClasses:function(){return["".concat(this.baseClass,"-item"),b({},"".concat(this.baseClass,"-item-active"),this.currentPage===this.allPages)]},allPages:function(){var e=Math.ceil(this.total/this.currentPageSize);return 0===e?1:e}},methods:{changePage:function(e){this.currentPage!==e&&(this.currentPage=e,this.$emit("update:current",e),this.$emit("on-change",e))},prev:function(){var e=this.currentPage;if(e<=1)return!1;this.changePage(e-1)},next:function(){var e=this.currentPage;if(e>=this.allPages)return!1;this.changePage(e+1)},fastPrev:function(){var e=this.currentPage-5;0<e?this.changePage(e):this.changePage(1)},fastNext:function(){var e=this.currentPage+5;e>this.allPages?this.changePage(this.allPages):this.changePage(e)}}},y={name:"cx-vui-notice",template:"#cx-vui-notice",data:function(){return{stack:{},destroyQueue:{}}},methods:{addToStack:function(e,t){var n=this,i=setTimeout(function(){n.destroyItem(t)},e.duration);n.$set(n.stack,t,e),n.$set(n.destroyQueue,t,i)},destroyItem:function(e){this.$delete(this.stack,e),this.destroyQueue[e]&&(clearTimeout(this.destroyQueue[e]),this.$delete(this.destroyQueue,e))},destroyAll:function(){for(var e in this.destroyQueue)console.log(this.destroyQueue[e]),clearTimeout(this.destroyQueue[e]);this.stack={},this.destroyQueue={}},getIcon:function(e){var t;switch(e){case"success":t='<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.38498 12.0188L13.5962 4.80751L12.4695 3.64319L6.38498 9.7277L3.53052 6.87324L2.40376 8L6.38498 12.0188ZM2.32864 2.3662C3.9061 0.788732 5.79656 0 8 0C10.2034 0 12.0814 0.788732 13.6338 2.3662C15.2113 3.91862 16 5.79656 16 8C16 10.2034 15.2113 12.0939 13.6338 13.6714C12.0814 15.2238 10.2034 16 8 16C5.79656 16 3.9061 15.2238 2.32864 13.6714C0.776213 12.0939 0 10.2034 0 8C0 5.79656 0.776213 3.91862 2.32864 2.3662Z"/></svg>';break;case"error":t='<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.71489 10.1136V6.71605H7.28511V10.1136H8.71489ZM8.71489 13.4716V11.7728H7.28511V13.4716H8.71489ZM0 16L8 0L16 16H0Z"/></svg>';break;default:t='<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.78873 5.59624V3.98122H7.21127V5.59624H8.78873ZM8.78873 12.0188V7.21127H7.21127V12.0188H8.78873ZM2.32864 2.3662C3.9061 0.788732 5.79656 0 8 0C10.2034 0 12.0814 0.788732 13.6338 2.3662C15.2113 3.91862 16 5.79656 16 8C16 10.2034 15.2113 12.0939 13.6338 13.6714C12.0814 15.2238 10.2034 16 8 16C5.79656 16 3.9061 15.2238 2.32864 13.6714C0.776213 12.0939 0 10.2034 0 8C0 5.79656 0.776213 3.91862 2.32864 2.3662Z"/></svg>'}return t}}},_={instance:null,stack:{},newInstance:function(){var e=Vue.extend(y);this.instance=new e({propsData:{type:"primary"}}),this.instance.$mount(),document.body.appendChild(this.instance.$el)},getRandId:function(){return Math.random().toString(36).substring(2,7)+Math.random().toString(36).substring(2,7)},add:function(e,t){t=t||this.getRandId(),this.instance||this.newInstance(),e.duration=e.duration||4500,e.type=e.type||"info",this.instance.addToStack(e,t)},close:function(e){if(!e)return!1;e=e.toString(),this.instance&&this.instance.destroyItem(e)},closeAll:function(){this.instance.destroyAll()}},w={name:"cx-vui-input",template:"#cx-vui-input",mixins:[o],props:{type:{validator:function(e){return r(e,["text","textarea","password","url","email","date","number","range","tel"])},default:"text"},value:{type:[String,Number],default:""},size:{validator:function(e){return r(e,["small","large","default","fullwidth"])},default:"default"},placeholder:{type:String,default:""},maxlength:{type:Number},disabled:{type:Boolean,default:!1},error:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},name:{type:String},autofocus:{type:Boolean,default:!1},min:{type:Number},max:{type:Number},step:{type:Number},autocomplete:{validator:function(e){return r(e,["on","off"])},default:"off"},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValue:this.value,currentId:this.elementId}},watch:{value:function(e){this.setCurrentValue(e)}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},computed:{controlClasses:function(){var e=["cx-vui-input"];return e.push("size-"+this.size),this.error&&e.push("has-error"),e}},methods:{handleEnter:function(e){this.$emit("on-enter",e)},handleKeydown:function(e){this.$emit("on-keydown",e)},handleKeypress:function(e){this.$emit("on-keypress",e)},handleKeyup:function(e){this.$emit("on-keyup",e)},handleFocus:function(e){this.$emit("on-focus",e)},handleBlur:function(e){this.$emit("on-blur",e)},handleInput:function(e){var t=e.target.value;this.$emit("input",t),this.setCurrentValue(t),this.$emit("on-change",e)},handleChange:function(e){this.$emit("on-input-change",e)},setCurrentValue:function(e){e!==this.currentValue&&(this.currentValue=e)}}},k={name:"cx-vui-textarea",template:"#cx-vui-textarea",mixins:[o],props:{value:{type:[String,Number],default:""},size:{validator:function(e){return r(e,["small","large","default","fullwidth"])},default:"default"},placeholder:{type:String,default:""},rows:{type:Number},disabled:{type:Boolean,default:!1},error:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},name:{type:String},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValue:this.value,currentId:this.elementId}},watch:{value:function(e){this.setCurrentValue(e)}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},computed:{controlClasses:function(){var e=["cx-vui-textarea"];return e.push("size-"+this.size),this.error&&e.push("has-error"),e}},methods:{handleEnter:function(e){this.$emit("on-enter",e)},handleKeydown:function(e){this.$emit("on-keydown",e)},handleKeypress:function(e){this.$emit("on-keypress",e)},handleKeyup:function(e){this.$emit("on-keyup",e)},handleFocus:function(e){this.$emit("on-focus",e)},handleBlur:function(e){this.$emit("on-blur",e)},handleInput:function(e){var t=e.target.value;this.$emit("input",t),this.setCurrentValue(t),this.$emit("on-change",e)},handleChange:function(e){this.$emit("on-input-change",e)},setCurrentValue:function(e){e!==this.currentValue&&(this.currentValue=e)}}},C={name:"cx-vui-switcher",template:"#cx-vui-switcher",mixins:[o],props:{value:{type:[String,Number,Boolean],default:""},disabled:{type:Boolean,default:!1},name:{type:String},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},returnTrue:{type:[String,Number,Boolean],default:!0},returnFalse:{type:[String,Number,Boolean],default:""},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValue:this.value,currentId:this.elementId,isOn:!1,inFocus:!1}},watch:{value:function(e){this.setCurrentValue(e),e===this.returnTrue?this.isOn=!0:this.isOn=!1}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name),this.value===this.returnTrue&&(this.isOn=!0)},methods:{handleEnter:function(e){this.$emit("on-enter",e),this.switchState(),this.inFocus=!0},handleFocus:function(e){this.inFocus=!0,this.$emit("on-focus",e)},handleBlur:function(e){this.inFocus=!1,this.$emit("on-blur",e)},switchState:function(){var e;this.isOn=!this.isOn,e=this.isOn?this.returnTrue:this.returnFalse,this.$emit("input",e),this.setCurrentValue(e),this.$emit("on-change",event),this.inFocus=!1},handleChange:function(e){this.$emit("on-input-change",e)},setCurrentValue:function(e){e!==this.currentValue&&(this.currentValue=e)}}},S=n(1);function A(e){return(A="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function O(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,i)}return n}function F(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?O(Object(n),!0).forEach(function(e){I(t,e,n[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):O(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))})}return t}function I(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function V(i,e,r,t){var o=r.target;e[t].forEach(function(e){var t=e.el;if(t!==o&&!t.contains(o)){var n=e.binding;n.modifiers.stop&&r.stopPropagation(),n.modifiers.prevent&&r.preventDefault(),n.value.call(i,r)}})}function z(e,t){return e?(T[t]||(T[t]=function(e){V(this,$,e,t)}),T[t]):(L[t]||(L[t]=function(e){V(this,E,e,t)}),L[t])}var $=Object.create(null),E=Object.create(null),T=Object.create(null),L=Object.create(null),B=[$,E],j=Object.defineProperties({},{$captureInstances:{value:$},$nonCaptureInstances:{value:E},$captureEventHandlers:{value:T},$nonCaptureEventHandlers:{value:L},bind:{value:function(e,t){if("function"!=typeof t.value)throw new TypeError("Binding value must be a function.");var n=t.arg||"click",i=F({},t,{},{arg:n,modifiers:F({},{capture:!1,prevent:!1,stop:!1},{},t.modifiers)}),r=i.modifiers.capture,o=r?$:E;Array.isArray(o[n])||(o[n]=[]),1===o[n].push({el:e,binding:i})&&"object"===("undefined"==typeof document?"undefined":A(document))&&document&&document.addEventListener(n,z(r,n),r)}},unbind:{value:function(t){function r(e){return e.el!==t}B.forEach(function(n){var e=Object.keys(n);if(e.length){var i=n===$;e.forEach(function(e){var t=n[e].filter(r);t.length?n[e]=t:("object"===("undefined"==typeof document?"undefined":A(document))&&document&&document.removeEventListener(e,z(i,e),i),delete n[e])})}})}},version:{enumerable:!0,value:S.a}});var M={name:"cx-vui-iconpicker",template:"#cx-vui-iconpicker",mixins:[o],directives:{clickOutside:j},props:{value:{type:[String],default:""},size:{validator:function(e){return r(e,["small","large","default","fullwidth"])},default:"default"},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},name:{type:String},autofocus:{type:Boolean,default:!1},elementId:{type:String},autocomplete:{validator:function(e){return r(e,["on","off"])},default:"off"},conditions:{type:Array,default:function(){return[]}},iconBase:{type:String,default:""},iconPrefix:{type:String,default:""},icons:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValue:this.value,currentId:this.elementId,filterQuery:"",panelActive:!1}},watch:{value:function(e){this.setCurrentValue(e)}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},computed:{prefixedIcons:function(){var t=this,n=[];return this.icons.forEach(function(e){n.push(t.iconPrefix+e)}),n},filteredIcons:function(){var t=this;return this.filterQuery?this.prefixedIcons.filter(function(e){return e.includes(t.filterQuery)}):this.prefixedIcons}},methods:{handleEnter:function(e){this.$emit("on-enter",e)},handleKeydown:function(e){this.$emit("on-keydown",e)},handleKeypress:function(e){this.$emit("on-keypress",e)},handleKeyup:function(e){this.$emit("on-keyup",e)},handleFocus:function(e){this.panelActive=!0,this.$emit("on-focus",e)},handleBlur:function(e){this.$emit("on-blur",e)},seclectIcon:function(e){this.$emit("input",e),this.setCurrentValue(e),this.$emit("on-change",e),this.closePanel()},handleInput:function(e){var t=e.target.value;this.filterQuery=t,this.$emit("input",t),this.setCurrentValue(t),this.$emit("on-change",e)},handleChange:function(e){this.$emit("on-input-change",e)},setCurrentValue:function(e){e!==this.currentValue&&(this.currentValue=e)},onClickOutside:function(){this.closePanel()},closePanel:function(){this.panelActive&&(this.panelActive=!1,this.filterQuery="",this.$emit("on-panel-closed"))}}};function P(e){return(P="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var D={name:"cx-vui-select",template:"#cx-vui-select",mixins:[o],props:{value:{type:[String,Number,Array],default:""},size:{validator:function(e){return r(e,["small","large","default","fullwidth"])},default:"default"},placeholder:{type:String,default:""},optionsList:{type:Array,default:function(){return[]}},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},name:{type:String},multiple:{type:Boolean,default:!1},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},remote:{type:Boolean,default:!1},remoteCallback:{type:Function},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{options:this.optionsList,currentValue:this.value,currentId:this.elementId}},watch:{value:function(e){this.storeCurrentValue(e)},optionsList:function(e){this.setOptions(e)}},created:function(){this.multiple?this.currentValue&&"object"!==P(this.currentValue)&&(this.currentValue=[this.currentValue]):this.currentValue&&"object"===P(this.currentValue)&&(this.currentValue=this.currentValue[0])},mounted:function(){var t=this;if(!this.currentId&&this.name&&(this.currentId="cx_"+this.name),this.remote&&this.remoteCallback){var e=this.remoteCallback();e&&e.then&&e.then(function(e){e&&(t.options=e)})}},methods:{controlClasses:function(){var e=["cx-vui-select"];return e.push("size-"+this.size),e},handleFocus:function(e){this.$emit("on-focus",e)},handleBlur:function(e){this.$emit("on-blur",e)},handleInput:function(){this.$emit("input",this.currentValue),this.$emit("on-change",event)},storeCurrentValue:function(e){if(this.multiple){if(r(e,this.currentValue))return;"object"===P(e)?"[object Array]"===Object.prototype.toString.call(e)?this.currentValues.concat(e):this.currentValues.push(e):this.currentValue.push(e)}else{if(e===this.currentValue)return;this.currentValue=e}},setOptions:function(e){this.options=e},isOptionSelected:function(e){return!!this.currentValue&&(this.multiple?r(e.value,this.currentValue):e.value===this.currentValue)}}};function R(e){return(R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var N={name:"cx-vui-f-select",template:"#cx-vui-f-select",mixins:[o],directives:{clickOutside:j},props:{value:{type:[String,Number,Array],default:""},placeholder:{type:String,default:""},optionsList:{type:Array,default:function(){return[]}},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},name:{type:String},error:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},elementId:{type:String},autocomplete:{validator:function(e){return r(e,["on","off"])},default:"off"},conditions:{type:Array,default:function(){return[]}},remote:{type:Boolean,default:!1},remoteCallback:{type:Function},remoteTrigger:{type:Number,default:3},remoteTriggerMessage:{type:String,default:"Please enter %d char(s) to start search"},notFoundMeassge:{type:String,default:"There is no items find matching this query"},loadingMessage:{type:String,default:"Loading..."},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{options:this.optionsList,currentValues:this.value,currentId:this.elementId,selectedOptions:[],query:"",inFocus:!1,optionInFocus:!1,loading:!1,loaded:!1}},watch:{value:function(e,t){if(this.multiple){if(function(e,t){if(e.length===t.length){for(var n=e.length;n--;)if(e[n]!==t[n])return;return 1}}(e,t))return}else if(e===t)return;this.storeValues(e)},optionsList:function(e){this.setOptions(e)}},created:function(){this.currentValues?"object"!==R(this.currentValues)&&("[object Array]"===Object.prototype.toString.call(this.currentValues)||(this.currentValues=[this.currentValues])):this.currentValues=[]},mounted:function(){var t=this;!this.currentId&&this.name&&(this.currentId="cx_"+this.name),this.remote&&this.remoteCallback&&this.currentValues.length?this.remoteUpdateSelected():this.currentValues.length&&this.options.forEach(function(e){r(e.value,t.currentValues)&&t.selectedOptions.push(e)})},computed:{filteredOptions:function(){var t=this;return this.query?this.options.filter(function(e){return!!t.remote||(e.label.includes(t.query)||e.value.includes(t.query))}):this.options},parsedRemoteTriggerMessage:function(){return this.remoteTriggerMessage.replace(/\%d/g,this.charsDiff)},charsDiff:function(){var e=0;return this.query&&(e=this.query.length),this.remoteTrigger-e}},methods:{remoteUpdateSelected:function(){var t=this;this.loading=!0;var e=this.remoteCallback(this.query,this.currentValues);e&&e.then&&e.then(function(e){e&&(t.selectedOptions=e,t.loaded=!0,t.loading=!1)})},setValues:function(e){e=e||[],this.selectedOptions=[],this.currentValues=[],this.storeValues(e)},handleFocus:function(e){this.inFocus=!0,this.$emit("on-focus",e)},handleOptionsNav:function(e){"ArrowUp"!==e.key&&"Tab"!==e.key||this.navigateOptions(-1),"ArrowDown"===e.key&&this.navigateOptions(1)},navigateOptions:function(e){!1===this.optionInFocus&&(this.optionInFocus=-1);var t=this.optionInFocus+e,n=this.options.length-1;n<0&&(n=0),t<0?t=0:n<t&&(t=n),this.optionInFocus=t},onClickOutside:function(e){this.inFocus&&(this.inFocus=!1,this.$emit("on-blur",e))},handleInput:function(e){var t=this,n=e.target.value;if(this.query=n,this.$emit("input",this.currentValues),this.$emit("on-change",e),this.inFocus||(this.inFocus=!0),this.remote&&this.remoteCallback&&this.charsDiff<=0&&!this.loading&&!this.loaded){this.loading=!0;var i=this.remoteCallback(this.query,[]);i&&i.then&&i.then(function(e){e&&(t.options=e,t.loaded=!0,t.loading=!1)})}else this.remote&&this.remoteCallback&&this.loaded&&0<this.charsDiff&&this.resetRemoteOptions()},handleEnter:function(){if(!1!==this.optionInFocus&&this.options[this.optionInFocus]){var e=this.options[this.optionInFocus].value;this.handleResultClick(e)}},handleResultClick:function(e){r(e,this.currentValues)?this.removeValue(e):this.storeValues(e),this.$emit("input",this.currentValues),this.$emit("on-change",this.currentValues),this.inFocus=!1,this.optionInFocus=!1,this.query="",this.remote&&this.remoteCallback&&this.loaded&&this.resetRemoteOptions()},resetRemoteOptions:function(){this.options=[],this.loaded=!1},removeValue:function(e){this.currentValues.splice(this.currentValues.indexOf(e),1),this.removeFromSelected(e)},removeFromSelected:function(n){var i=this;this.selectedOptions.forEach(function(e,t){e.value===n&&i.selectedOptions.splice(t,1)})},pushToSelected:function(t,n){var i=this;this.options.forEach(function(e){e.value===t&&(n?i.selectedOptions=[e]:i.selectedOptions.push(e))})},storeValues:function(e){var t=this;r(e,this.currentValues)||(this.multiple?"object"===R(e)&&"[object Array]"===Object.prototype.toString.call(e)?e.forEach(function(e){r(e,t.currentValues)||(t.currentValues.push(e),t.pushToSelected(e))}):(this.currentValues.push(e),this.pushToSelected(e)):"object"===R(e)&&"[object Array]"===Object.prototype.toString.call(e)?(this.currentValues=e).forEach(function(e){t.pushToSelected(e,!0)}):(this.currentValues=[e],this.pushToSelected(e,!0)))},setOptions:function(e){this.options=e},isOptionSelected:function(e){return!!this.currentValues&&r(e.value,this.currentValues)}}},H={name:"cx-vui-checkbox",template:"#cx-vui-checkbox",mixins:[o],props:{returnType:{validator:function(e){return r(e,["array","object","single"])},default:"object"},value:{default:""},disabled:{type:Boolean,default:!1},name:{type:String},optionsList:{type:Array,default:function(){return[]}},returnTrue:{type:[Boolean,String,Number],default:!0},returnFalse:{type:[Boolean,String,Number],default:!1},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValues:this.value,currentId:this.elementId,optionInFocus:null}},watch:{value:function(e){this.setCurrentValues(e)}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},computed:{inputType:function(){return"array"===this.returnType?"checkbox":"hidden"}},methods:{inputValue:function(e){return"checkbox"===this.inputType||this.isChecked(e)?this.returnTrue:this.returnFalse},isChecked:function(e){if(!this.currentValues)return!1;switch(this.returnType){case"single":return e===this.currentValues;case"array":return r(e,this.currentValues);case"object":return!!this.currentValues[e]&&this.currentValues[e]===this.returnTrue}},handleEnter:function(e){this.$emit("on-enter",e)},handleClick:function(e){this.$emit("on-click",e)},handleFocus:function(e,t){this.disabled||(this.optionInFocus=t,this.$emit("on-focus",e,t))},handleBlur:function(e,t){this.disabled||(t===this.optionInFocus&&(this.optionInFocus=null),this.$emit("on-blur",e,t))},handleParentFocus:function(){this.disabled||null===this.optionInFocus&&this.optionsList.length&&(this.optionInFocus=this.optionsList[0].value)},handleInput:function(e,t){this.disabled||(this.updateValueState(t),this.$emit("input",this.currentValues),this.$emit("on-change",e))},isOptionInFocus:function(e){return e===this.optionInFocus},updateValueState:function(e){switch(this.returnType){case"single":e!==this.currentValues&&(this.currentValues=e);break;case"array":r(e,this.currentValues)?this.currentValues.splice(this.currentValues.indexOf(e),1):this.currentValues.push(e);break;case"object":this.currentValues[e]&&this.currentValues[e]===this.returnTrue?this.$set(this.currentValues,e,this.returnFalse):this.$set(this.currentValues,e,this.returnTrue)}},setCurrentValues:function(e){switch(this.returnType){case"single":e!==this.currentValues&&(this.currentValues=e);break;case"array":case"object":this.currentValues=e}}}},U={name:"cx-vui-radio",template:"#cx-vui-radio",mixins:[o],props:{value:{default:""},disabled:{type:Boolean,default:!1},name:{type:String},optionsList:{type:Array,default:function(){return[]}},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},data:function(){return{currentValue:this.value,currentId:this.elementId,optionInFocus:null}},watch:{value:function(e){this.setCurrentValue(e)}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},methods:{handleEnter:function(e){this.$emit("on-enter",e)},handleClick:function(e){this.$emit("on-click",e)},handleFocus:function(e,t){this.disabled||(this.optionInFocus=t,this.$emit("on-focus",e,t))},handleBlur:function(e,t){this.disabled||(t===this.optionInFocus&&(this.optionInFocus=null),this.$emit("on-blur",e,t))},handleInput:function(e,t){this.disabled||(this.setCurrentValue(t),this.$emit("input",this.currentValue),this.$emit("on-change",e))},isOptionInFocus:function(e){return e===this.optionInFocus},setCurrentValue:function(e){e!==this.currentValue&&(this.currentValue=e)}}},q=n(2),W={name:"cx-vui-colorpicker",template:"#cx-vui-colorpicker",mixins:[o],directives:{clickOutside:j},props:{type:{validator:function(e){return r(e,["rgba","hsla","hex","hex8"])},default:"rgba"},value:{type:[String],default:""},size:{validator:function(e){return r(e,["small","large","default"])},default:"default"},name:{type:String},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},components:{"chrome-picker":q.Chrome},data:function(){return{currentValue:this.value,currentId:this.elementId,panelActive:!1}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},computed:{controlClasses:function(){var e=["cx-vui-colorpicker"];return e.push("size-"+this.size),e},isCloseVisible:function(){return!!this.currentValue}},methods:{setCurrentValue:function(e){var t="";switch(this.type){case"rgba":t="rgba(".concat(e.rgba.r,",").concat(e.rgba.g,",").concat(e.rgba.b,",").concat(e.rgba.a,")");break;case"hsl":t="rgba(".concat(e.hsl.h,",").concat(e.hsl.s,"%,").concat(e.hsl.l,"%,").concat(e.hsl.a,")");break;case"hex":t=e.hex;break;case"hex8":t=e.hex8;break;default:t=""}t!==this.currentValue&&(this.$emit("input",t),this.currentValue=t,this.$emit("on-change",t))},onClickOutside:function(){this.closePanel()},closePanel:function(){this.panelActive&&(this.panelActive=!1,this.$emit("on-panel-closed"))},clearColor:function(){this.$emit("input",""),this.currentValue="",this.$emit("on-change","")}}};function G(e){if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(e=function(e,t){if(!e)return;if("string"==typeof e)return X(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return X(e,t)}(e))){var t=0,n=function(){};return{s:n,n:function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,r,o=!0,a=!1;return{s:function(){i=e[Symbol.iterator]()},n:function(){var e=i.next();return o=e.done,e},e:function(e){a=!0,r=e},f:function(){try{o||null==i.return||i.return()}finally{if(a)throw r}}}}function X(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var Y={name:"cx-vui-wp-media",template:"#cx-vui-wp-media",mixins:[o],props:{returnType:{validator:function(e){return r(e,["string","array"])},default:"string"},mediaType:{validator:function(e){return r(e,["image","video"])},default:"image"},value:{type:[String],default:""},size:{validator:function(e){return r(e,["small","large","default"])},default:"default"},name:{type:String},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},multiple:{type:Boolean,default:!0},mediaPopupTitle:{type:String},mediaPopupButton:{type:String},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},components:{SlickList:l.SlickList,SlickItem:l.SlickItem},data:function(){return{currentValue:this.value,currentId:this.elementId,attachmentList:[],wpMedia:!1}},mounted:function(){var o=this;!this.currentId&&this.name&&(this.currentId="cx_"+this.name),this.wpMedia=wp.media.frames.file_frame=wp.media({title:this.mediaPopupTitle,button:{text:this.mediaPopupButton},library:{type:this.mediaType},multiple:this.multiple}),this.wpMedia.on("select",function(){var e=o.wpMedia.state().get("selection").toJSON(),t=[];if(o.multiple){var n,i=G(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;o.attachmentIdList.includes(r.id)||t.push(r)}}catch(e){i.e(e)}finally{i.f()}o.attachmentList=o.attachmentList.concat(t)}else o.attachmentList=e;o.setCurrentValue()}),this.getAttachmentsData()},computed:{controlClasses:function(){var e=["cx-vui-media"];return e.push("size-"+this.size),e},inputValue:function(){return"array"===this.returnType?JSON.stringify(this.currentValue):this.currentValue},attachmentIdList:function(){return this.attachmentList.map(function(e){return e.id})}},methods:{getAttachmentsData:function(){if(!1!==this.currentValue&&""!==this.currentValue){var i=this,r=[],o=[];switch(this.returnType){case"string":r=this.currentValue.split(",");break;case"array":r=this.currentValue}wp.media.query({post__in:r}).more().then(function(){var e,t=G(r);try{for(t.s();!(e=t.n()).done;){var n=e.value;o.push(wp.media.attachment(n).attributes)}}catch(e){t.e(e)}finally{t.f()}i.attachmentList=o})}},openWpMediaPopup:function(){this.wpMedia.open()},removeAttachment:function(t){this.attachmentList=this.attachmentList.filter(function(e){return e.id!==t}),this.setCurrentValue()},sortInput:function(){this.setCurrentValue()},setCurrentValue:function(){var e;switch(this.returnType){case"string":e=this.attachmentIdList.join(",");break;case"array":e=this.attachmentIdList}this.$emit("input",e),this.currentValue=e,this.$emit("on-change",e)}}},Q={name:"cx-vui-dimensions",template:"#cx-vui-dimensions",mixins:[o],props:{value:{type:Object,default:{top:"",right:"",bottom:"",left:"",is_linked:!0,units:"px"}},units:{type:Array,default:function(){return[{unit:"px",min:-1e3,max:1e3,step:1},{unit:"em",min:0,max:10,step:.1},{unit:"%",min:0,max:100,step:1}]}},size:{validator:function(e){return r(e,["fullwidth","default"])},default:"default"},disabled:{type:Boolean,default:!1},name:{type:String},elementId:{type:String},conditions:{type:Array,default:function(){return[]}},preventWrap:{type:Boolean,default:!1},label:{type:String},description:{type:String},wrapperCss:{type:Array,default:function(){return[]}}},mounted:function(){!this.currentId&&this.name&&(this.currentId="cx_"+this.name)},data:function(){return{currentValue:this.value,currentId:this.elementId,isLink:!!this.value.is_linked}},computed:{controlClasses:function(){var e=["cx-vui-dimensions"];return e.push("size-"+this.size),e},sanitizeValue:function(){return{top:this.currentValue.top||"",right:this.currentValue.right||"",bottom:this.currentValue.bottom||"",left:this.currentValue.left||"",is_linked:this.isLink?"1":"0",units:this.currentValue.units||"px"}},min:function(){var t=this,e=this.units.filter(function(e){return e.unit===t.currentValue.units});return 0!==e.length&&e[0].min},max:function(){var t=this,e=this.units.filter(function(e){return e.unit===t.currentValue.units});return 0!==e.length&&e[0].max},step:function(){var t=this,e=this.units.filter(function(e){return e.unit===t.currentValue.units});return 0!==e.length&&e[0].step}},methods:{handleInput:function(e){this.isLink&&(this.currentValue.top=e,this.currentValue.right=e,this.currentValue.bottom=e,this.currentValue.left=e),this.$emit("input",this.sanitizeValue)},handleChange:function(e){var t=e.target.value;this.isLink&&(this.currentValue.top=t,this.currentValue.right=t,this.currentValue.bottom=t,this.currentValue.left=t),this.$emit("on-change",this.sanitizeValue)},unitHandler:function(e){this.currentValue.units=e,this.$emit("input",this.sanitizeValue),this.$emit("on-change",this.sanitizeValue),this.$emit("on-unit-updated",e)},linkHandler:function(){this.isLink=!this.isLink,this.currentValue.is_linked=this.isLink?"1":"0",this.$emit("input",this.sanitizeValue),this.$emit("on-change",this.sanitizeValue),this.$emit("on-link-updated")}}};n(4);Vue.component(i.name,i),Vue.component(a.name,a),Vue.component(s.name,s),Vue.component(c.name,c),Vue.component(u.name,u),Vue.component(d.name,d),Vue.component(h.name,h),Vue.component(p.name,p),Vue.component(f.name,f),Vue.component(v.name,v),Vue.component(x.name,x),Vue.component(g.name,g),Vue.component(m.name,m),Vue.component(w.name,w),Vue.component(k.name,k),Vue.component(C.name,C),Vue.component(M.name,M),Vue.component(D.name,D),Vue.component(N.name,N),Vue.component(H.name,H),Vue.component(U.name,U),Vue.component(W.name,W),Vue.component(Y.name,Y),Vue.component(Q.name,Q),Vue.prototype.$CXNotice=_}]);
[+]
..
[-] vue.js
[edit]
[-] vue.min.js
[edit]
[-] cx-vue-ui.js
[edit]