vuetify
Version:
Vue.js 2 Semantic Component Framework
6 lines • 283 kB
JavaScript
/*!
* Vuetify v1.0.0-beta.5
* Forged by John Leider
* Released under the MIT License.
*/
!(function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Vuetify=e():t.Vuetify=e()})("undefined"!=typeof self?self:this,(function(){return (function(t){function e(n){if(i[n])return i[n].exports;var s=i[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,e),s.l=!0,s.exports}var i={};return e.m=t,e.c=i,e.d=function(t,i,n){e.o(t,i)||Object.defineProperty(t,i,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(i,"a",i),i},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/dist/",e(e.s=69)})([(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=(function(){function t(t,e){var i=[],n=!0,s=!1,r=void 0;try{for(var a,o=t[Symbol.iterator]();!(n=(a=o.next()).done)&&(i.push(a.value),!e||i.length!==e);n=!0);}catch(t){s=!0,r=t}finally{try{!n&&o.return&&o.return()}finally{if(s)throw r}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}})();e.default={name:"colorable",props:{color:String},data:function(){return{defaultColor:null}},computed:{computedColor:function(){return this.color||this.defaultColor}},methods:{addBackgroundColorClassChecks:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.computedColor,i=Object.assign({},t);return e&&(i[e]=!0),i},addTextColorClassChecks:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.computedColor,i=Object.assign({},t);if(e){var s=e.trim().split(" "),r=n(s,2),a=r[0],o=r[1];i[a+"--text"]=!0,o&&(i["text--"+o]=!0)}return i}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"themeable",props:{dark:Boolean,light:Boolean},computed:{themeClasses:function(){return{"theme--light":this.light,"theme--dark":this.dark}}}}}),(function(t,e,i){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,i=Array(t.length);e<t.length;e++)i[e]=t[e];return i}return Array.from(t)}function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"div",i=arguments[2];return i=i||t.replace(/__/g,"-"),{name:"v-"+i,functional:!0,render:function(i,n){var s=n.data,r=n.children;return s.staticClass=(t+" "+(s.staticClass||"")).trim(),i(e,s,r)}}}function r(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top center 0",i=arguments[2];return{name:t,functional:!0,props:{origin:{type:String,default:e}},render:function(e,n){return n.data=n.data||{},n.data.props={name:t},n.data.on=n.data.on||{},Object.isExtensible(n.data.on)||(n.data.on=m({},n.data.on)),i&&(n.data.props.mode=i),n.data.on.beforeEnter=function(t){t.style.transformOrigin=n.props.origin,t.style.webkitTransformOrigin=n.props.origin},e("transition",n.data,n.children)}}}function a(t,e){var i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"in-out";return{name:t,functional:!0,props:{css:{type:Boolean,default:i},mode:{type:String,default:n}},render:function(i,n){return i("transition",{props:m({},n.props,{name:t}),on:e},n.children)}}}function o(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Object.assign({},e,t.modifiers,{value:t.arg},t.value||{})}function u(t,e,i){var n=function n(){i(),t.removeEventListener(e,n,!1)};t.addEventListener(e,n,!1)}function l(t,e){if(e&&e.constructor===String){e=e.replace(/\[(\w+)\]/g,".$1"),e=e.replace(/^\./,"");for(var i=e.split("."),n=0,s=i.length;n<s;++n){var r=i[n];if(!(t instanceof Object&&r in t))return;t=t[r]}return t}}function c(t){return[].concat(n(Array.from({length:t},(function(t,e){return e}))))}function h(t){if(!t||t.nodeType!==Node.ELEMENT_NODE)return 0;var e=document.defaultView.getComputedStyle(t).getPropertyValue("z-index");return isNaN(e)?h(t.parentNode):e}function d(t){return t.replace(/[&<>]/g,(function(t){return v[t]||t}))}function f(t,e){for(var i={},n=0;n<e.length;n++){var s=e[n];void 0!==t[s]&&(i[s]=t[s])}return i}function p(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments[1];return t.filter((function(t){return t.componentOptions&&t.componentOptions.Ctor.options.name===e}))}Object.defineProperty(e,"__esModule",{value:!0});var m=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t};e.createSimpleFunctional=s,e.createSimpleTransition=r,e.createJavaScriptTransition=a,e.directiveConfig=o,e.addOnceEventListener=u,e.getObjectValueByPath=l,e.createRange=c,e.getZIndex=h,e.escapeHTML=d,e.filterObjectOnKeys=f,e.filterChildren=p;var v={"&":"&","<":"<",">":">"}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(91),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function s(t,e){return function(){return(0,o.consoleWarn)("The "+t+" component must be used inside a "+e)}}function r(t,e,i){return{name:"registrable-inject",inject:n({},t,{default:e&&i?{register:s(e,i),unregister:s(e,i)}:null})}}function a(t){return{name:"registrable-provide",methods:{register:null,unregister:null},provide:function(){return n({},t,{register:this.register,unregister:this.unregister})}}}Object.defineProperty(e,"__esModule",{value:!0}),e.inject=r,e.provide=a;var o=i(6)}),(function(t,e,i){"use strict";function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function s(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"value",i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"input";return{name:"toggleable",model:{prop:e,event:i},props:n({},e,{required:!1}),data:function(){return{isActive:!!this[e]}},watch:(t={},n(t,e,(function(t){this.isActive=!!t})),n(t,"isActive",(function(t){!!t!==this[e]&&this.$emit(i,t)})),t)}}Object.defineProperty(e,"__esModule",{value:!0}),e.factory=s;var r=s();e.default=r}),(function(t,e,i){"use strict";function n(t,e){return"[Vuetify] "+t+(e?' in "'+e.$options.name+'"':"")}function s(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.warn(n(t,e))}function r(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.error(n(t,e))}Object.defineProperty(e,"__esModule",{value:!0}),e.consoleWarn=s,e.consoleError=r}),(function(t,e,i){"use strict";function n(t){t.component("v-bottom-sheet-transition",o),t.component("v-carousel-transition",u),t.component("v-carousel-reverse-transition",l),t.component("v-dialog-transition",p),t.component("v-dialog-bottom-transition",m),t.component("v-fab-transition",f),t.component("v-fade-transition",v),t.component("v-menu-transition",d),t.component("v-scale-transition",g),t.component("v-slide-x-transition",b),t.component("v-slide-x-reverse-transition",y),t.component("v-slide-y-transition",_),t.component("v-slide-y-reverse-transition",x),t.component("v-tab-reverse-transition",h),t.component("v-tab-transition",c),t.component("v-expand-transition",w),t.component("v-row-expand-transition",k)}Object.defineProperty(e,"__esModule",{value:!0}),e.VRowExpandTransition=e.VExpandTransition=e.VSlideYReverseTransition=e.VSlideYTransition=e.VSlideXReverseTransition=e.VSlideXTransition=e.VScaleTransition=e.VFadeTransition=e.VDialogBottomTransition=e.VDialogTransition=e.VFabTransition=e.VMenuTransition=e.VTabReverseTransition=e.VTabTransition=e.VCarouselReverseTransition=e.VCarouselTransition=e.VBottomSheetTranstion=void 0;var s=i(2),r=i(39),a=(function(t){return t&&t.__esModule?t:{default:t}})(r),o=e.VBottomSheetTranstion=(0,s.createSimpleTransition)("bottom-sheet-transition"),u=e.VCarouselTransition=(0,s.createSimpleTransition)("carousel-transition"),l=e.VCarouselReverseTransition=(0,s.createSimpleTransition)("carousel-reverse-transition"),c=e.VTabTransition=(0,s.createSimpleTransition)("tab-transition"),h=e.VTabReverseTransition=(0,s.createSimpleTransition)("tab-reverse-transition"),d=e.VMenuTransition=(0,s.createSimpleTransition)("menu-transition"),f=e.VFabTransition=(0,s.createSimpleTransition)("fab-transition","center center","out-in"),p=e.VDialogTransition=(0,s.createSimpleTransition)("dialog-transition"),m=e.VDialogBottomTransition=(0,s.createSimpleTransition)("dialog-bottom-transition"),v=e.VFadeTransition=(0,s.createSimpleTransition)("fade-transition"),g=e.VScaleTransition=(0,s.createSimpleTransition)("scale-transition"),b=e.VSlideXTransition=(0,s.createSimpleTransition)("slide-x-transition"),y=e.VSlideXReverseTransition=(0,s.createSimpleTransition)("slide-x-reverse-transition"),_=e.VSlideYTransition=(0,s.createSimpleTransition)("slide-y-transition"),x=e.VSlideYReverseTransition=(0,s.createSimpleTransition)("slide-y-reverse-transition"),w=e.VExpandTransition=(0,s.createJavaScriptTransition)("expand-transition",(0,a.default)()),k=e.VRowExpandTransition=(0,s.createJavaScriptTransition)("row-expand-transition",(0,a.default)("datatable__expand-col--expanded"));e.default=n}),(function(t,e,i){"use strict";function n(){return!1}function s(t,e,i){i.args=i.args||{};var s=i.args.closeConditional||n;if(t&&!1!==s(t)&&!("isTrusted"in t&&!t.isTrusted||"pointerType"in t&&!t.pointerType)){var a=(i.args.include||function(){return[]})();a.push(e),!r(t,a)&&setTimeout((function(){s(t)&&i.value()}),0)}}function r(t,e){var i=t.clientX,n=t.clientY,s=!0,r=!1,o=void 0;try{for(var u,l=e[Symbol.iterator]();!(s=(u=l.next()).done);s=!0){if(a(u.value,i,n))return!0}}catch(t){r=!0,o=t}finally{try{!s&&l.return&&l.return()}finally{if(r)throw o}}return!1}function a(t,e,i){var n=t.getBoundingClientRect();return e>=n.left&&e<=n.right&&i>=n.top&&i<=n.bottom}Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"click-outside",inserted:function(t,e){var i=function(i){return s(i,t,e)};(document.querySelector("[data-app]")||document.body).addEventListener("click",i,!0),t._clickOutside=i},unbind:function(t){var e=document.querySelector("[data-app]")||document.body;e&&e.removeEventListener("click",t._clickOutside,!0),delete t._clickOutside}}}),(function(t,e,i){"use strict";function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function s(t,e,i){var s=e.value,r=i.context,l={touchstartX:0,touchstartY:0,touchendX:0,touchendY:0,touchmoveX:0,touchmoveY:0,offsetX:0,offsetY:0,left:s.left,right:s.right,up:s.up,down:s.down,start:s.start,move:s.move,end:s.end},c=s.parent?t.parentNode:t,h=s.options||{passive:!0};if(c){var d={touchstart:function(t){return a(t,l)},touchend:function(t){return o(t,l)},touchmove:function(t){return u(t,l)}};c._touchHandlers=Object.assign(Object(c._touchHandlers),n({},r._uid,d));var f=!0,p=!1,m=void 0;try{for(var v,g=Object.keys(d)[Symbol.iterator]();!(f=(v=g.next()).done);f=!0){var b=v.value;c.addEventListener(b,d[b],h)}}catch(t){p=!0,m=t}finally{try{!f&&g.return&&g.return()}finally{if(p)throw m}}}}function r(t,e,i){var n=e.value,s=i.context,r=n.parent?t.parentNode:t;if(r){var a=r._touchHandlers[s._uid],o=!0,u=!1,l=void 0;try{for(var c,h=Object.keys(a)[Symbol.iterator]();!(o=(c=h.next()).done);o=!0){var d=c.value;r.removeEventListener(d,a[d])}}catch(t){u=!0,l=t}finally{try{!o&&h.return&&h.return()}finally{if(u)throw l}}delete r._touchHandlers[s._uid]}}Object.defineProperty(e,"__esModule",{value:!0});var a=function(t,e){var i=t.changedTouches[0];e.touchstartX=i.clientX,e.touchstartY=i.clientY,e.start&&e.start(Object.assign(t,e))},o=function(t,e){var i=t.changedTouches[0];e.touchendX=i.clientX,e.touchendY=i.clientY,e.end&&e.end(Object.assign(t,e)),l(e)},u=function(t,e){var i=t.changedTouches[0];e.touchmoveX=i.clientX,e.touchmoveY=i.clientY,e.move&&e.move(Object.assign(t,e))},l=function(t){var e=t.touchstartX,i=t.touchendX,n=t.touchstartY,s=t.touchendY;t.offsetX=i-e,t.offsetY=s-n,Math.abs(t.offsetY)<.5*Math.abs(t.offsetX)&&(t.left&&i<e-16&&t.left(t),t.right&&i>e+16&&t.right(t)),Math.abs(t.offsetX)<.5*Math.abs(t.offsetY)&&(t.up&&s<n-16&&t.up(t),t.down&&s>n+16&&t.down(t))};e.default={name:"touch",inserted:s,unbind:r}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(110),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";function n(t,e){var i=e.value,n=e.options||{passive:!0};window.addEventListener("resize",i,n),t._onResize={callback:i,options:n},e.modifiers&&e.modifiers.quiet||i()}function s(t,e){var i=t._onResize,n=i.callback,s=i.options;window.removeEventListener("resize",n,s),delete t._onResize}Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"resize",inserted:n,unbind:s}}),(function(t,e,i){"use strict";function n(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e={absolute:Boolean,bottom:Boolean,fixed:Boolean,left:Boolean,right:Boolean,top:Boolean};return{name:"positionable",props:t.length?(0,s.filterObjectOnKeys)(e,t):e}}Object.defineProperty(e,"__esModule",{value:!0}),e.factory=n;var s=i(2);e.default=n()}),(function(t,e,i){"use strict";function n(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(e,"__esModule",{value:!0});var s=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var i=arguments[e];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n])}return t},r=i(17),a=(function(t){return t&&t.__esModule?t:{default:t}})(r);e.default={name:"routable",directives:{Ripple:a.default},props:{activeClass:String,append:Boolean,disabled:Boolean,exact:{type:Boolean,default:void 0},exactActiveClass:String,href:[String,Object],to:[String,Object],nuxt:Boolean,replace:Boolean,ripple:[Boolean,Object],tag:String,target:String},methods:{click:function(){},generateRouteLink:function(){var t=this.exact,e=void 0,i=n({attrs:{disabled:this.disabled},class:this.classes,props:{},directives:[{name:"ripple",value:!(!this.ripple||this.disabled)&&this.ripple}]},this.to?"nativeOn":"on",s({},this.$listeners,{click:this.click}));if(void 0===this.exact&&(t="/"===this.to||this.to===Object(this.to)&&"/"===this.to.path),this.to){var r=this.activeClass,a=this.exactActiveClass||r;this.proxyClass&&(r+=" "+this.proxyClass,a+=" "+this.proxyClass),e=this.nuxt?"nuxt-link":"router-link",Object.assign(i.props,{to:this.to,exact:t,activeClass:r,exactActiveClass:a,append:this.append,replace:this.replace})}else"a"===(e=this.href&&"a"||this.tag||"a")&&(this.href&&(i.attrs.href=this.href),this.target&&(i.attrs.target=this.target));return{tag:e,data:i}}}}}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.pad=e.monthChange=e.createNativeLocaleFormatter=void 0;var s=i(171),r=n(s),a=i(172),o=n(a),u=i(23),l=n(u);e.createNativeLocaleFormatter=r.default,e.monthChange=o.default,e.pad=l.default}),(function(t,e,i){"use strict";function n(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return{name:"applicationable",mixins:[(0,s.factory)(["absolute","fixed"])],props:{app:Boolean},computed:{applicationProperty:function(){return t}},watch:{app:function(t,e){e?this.removeApplication():this.callUpdate()}},created:function(){for(var t=0,i=e.length;t<i;t++)this.$watch(e[t],this.callUpdate)},mounted:function(){this.callUpdate()},destroyed:function(){this.app&&this.removeApplication()},methods:{callUpdate:function(){this.app&&(this.$vuetify.application[this.applicationProperty]=this.updateApplication())},removeApplication:function(){this.$vuetify.application[this.applicationProperty]=0},updateApplication:function(){}}}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=n;var s=i(12)}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"bootable",data:function(){return{isBooted:!1}},props:{lazy:Boolean},watch:{isActive:function(){this.isBooted=!0}},methods:{showLazyContent:function(t){return this.isBooted||!this.lazy?t:null}}}}),(function(t,e,i){"use strict";function n(t,e){t.style.transform=e,t.style.webkitTransform=e}function s(t){return void 0===t.value||!!t.value}function r(t,e){t.setAttribute(u,s(e)),"ontouchstart"in window&&(t.addEventListener("touchend",(function(){return l.hide(t)}),!1),t.addEventListener("touchcancel",(function(){return l.hide(t)}),!1)),t.addEventListener("mousedown",(function(i){return l.show(i,t,e)}),!1),t.addEventListener("mouseup",(function(){return l.hide(t)}),!1),t.addEventListener("mouseleave",(function(){return l.hide(t)}),!1),t.addEventListener("dragstart",(function(){return l.hide(t)}),!1)}function a(t,e){t.removeEventListener("touchstart",(function(i){return l.show(i,t,e)}),!1),t.removeEventListener("mousedown",(function(i){return l.show(i,t,e)}),!1),t.removeEventListener("touchend",(function(){return l.hide(t)}),!1),t.removeEventListener("touchcancel",(function(){return l.hide(t)}),!1),t.removeEventListener("mouseup",(function(){return l.hide(t)}),!1),t.removeEventListener("mouseleave",(function(){return l.hide(t)}),!1),t.removeEventListener("dragstart",(function(){return l.hide(t)}),!1)}function o(t,e){e.value!==e.oldValue&&t.setAttribute(u,s(e))}Object.defineProperty(e,"__esModule",{value:!0});var u="data-ripple",l={show:function(t,e,i){var s=i.value,r=void 0===s?{}:s;if("true"===e.getAttribute(u)){var a=document.createElement("span"),o=document.createElement("span");a.appendChild(o),a.className="ripple__container",r.class&&(a.className+=" "+r.class);var l=e.clientWidth>e.clientHeight?e.clientWidth:e.clientHeight;o.className="ripple__animation",o.style.width=l*(r.center?1:2)+"px",o.style.height=o.style.width,e.appendChild(a);var c=window.getComputedStyle(e);"absolute"!==c.position&&"fixed"!==c.position&&(e.style.position="relative");var h=e.getBoundingClientRect(),d=r.center?"50%":t.clientX-h.left+"px",f=r.center?"50%":t.clientY-h.top+"px";o.classList.add("ripple__animation--enter"),o.classList.add("ripple__animation--visible"),n(o,"translate(-50%, -50%) translate("+d+", "+f+") scale3d(0.01,0.01,0.01)"),o.dataset.activated=Date.now(),setTimeout((function(){o.classList.remove("ripple__animation--enter"),n(o,"translate(-50%, -50%) translate("+d+", "+f+") scale3d(0.99,0.99,0.99)")}),0)}},hide:function(t){if("true"===t.getAttribute(u)){var e=t.getElementsByClassName("ripple__animation");if(0!==e.length){var i=e[e.length-1],n=Date.now()-Number(i.dataset.activated),s=400-n;s=s<0?0:s,setTimeout((function(){i.classList.remove("ripple__animation--visible"),setTimeout((function(){try{e.length<1&&(t.style.position=null),i.parentNode&&t.removeChild(i.parentNode)}catch(t){}}),300)}),s)}}}};e.default={name:"ripple",bind:r,unbind:a,update:o}}),(function(t,e){}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function s(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(e,"__esModule",{value:!0});var r=i(41),a=n(r),o=i(1),u=n(o),l=i(126),c=n(l),h=i(3),d=n(h);e.default={name:"input",components:{VIcon:d.default},mixins:[a.default,u.default,c.default],data:function(){return{isFocused:!1,tabFocused:!1,internalTabIndex:null,lazyValue:this.value}},props:{appendIcon:String,appendIconCb:Function,disabled:Boolean,hint:String,hideDetails:Boolean,label:String,persistentHint:Boolean,placeholder:String,prependIcon:String,prependIconCb:Function,readonly:Boolean,required:Boolean,tabindex:{default:0},toggleKeys:{type:Array,default:function(){return[13,32]}},value:{required:!1}},computed:{inputGroupClasses:function(){return Object.assign({"input-group":!0,"input-group--async-loading":!1!==this.loading,"input-group--focused":this.isFocused,"input-group--dirty":this.isDirty,"input-group--tab-focused":this.tabFocused,"input-group--disabled":this.disabled,"input-group--error":this.hasError,"input-group--append-icon":this.appendIcon,"input-group--prepend-icon":this.prependIcon,"input-group--required":this.required,"input-group--hide-details":this.hideDetails,"input-group--placeholder":!!this.placeholder,"theme--dark":this.dark,"theme--light":this.light},this.classes)},isDirty:function(){return!!this.inputValue}},methods:{groupFocus:function(t){},groupBlur:function(t){this.tabFocused=!1},genLabel:function(){return this.$createElement("label",{attrs:{for:this.$attrs.id}},this.$slots.label||this.label)},genMessages:function(){var t=null;return this.hint&&(this.isFocused||this.persistentHint)&&!this.validations.length?t=[this.genHint()]:this.validations.length&&(t=[this.genError(this.validations[0])]),this.$createElement("transition",{props:{name:"slide-y-transition"}},t)},genHint:function(){return this.$createElement("div",{class:"input-group__messages input-group__hint",domProps:{innerHTML:this.hint}})},genError:function(t){return this.$createElement("div",{class:"input-group__messages input-group__error"},t)},genIcon:function(t){var e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n="append"===t&&this.clearable&&this.isDirty,r=n?"clear":this[t+"Icon"],a=n?this.clearableCallback:this[t+"IconCb"]||i;return this.$createElement("v-icon",{class:(e={},s(e,"input-group__"+t+"-icon",!0),s(e,"input-group__icon-cb",!!a),s(e,"input-group__icon-clearable",n),e),props:{disabled:this.disabled},on:{click:function(t){a&&(t.stopPropagation(),a())}}},r)},genInputGroup:function(t){var e=this,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,s=[],r=[],a=[];i=Object.assign({},{class:this.inputGroupClasses,attrs:{tabindex:this.disabled?-1:this.internalTabIndex||this.tabindex},on:{focus:this.groupFocus,blur:this.groupBlur,click:function(){return e.tabFocused=!1},keyup:function(t){[9,16].includes(t.keyCode)&&(e.tabFocused=!0)},keydown:function(t){e.toggle&&e.toggleKeys.includes(t.keyCode)&&(t.preventDefault(),e.toggle())}}},i),(this.$slots.label||this.label)&&s.push(this.genLabel()),r.push(t),this.prependIcon&&r.unshift(this.genIcon("prepend")),(this.appendIcon||this.clearable)&&r.push(this.genIcon("append",n));var o=this.genProgress();return o&&a.push(o),s.push(this.$createElement("div",{class:"input-group__input"},r)),!this.hideDetails&&a.push(this.genMessages()),this.counter&&a.push(this.genCounter()),s.push(this.$createElement("div",{class:"input-group__details"},a)),this.$createElement("div",i,s)}}}}),(function(t,e,i){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,i=Array(t.length);e<t.length;e++)i[e]=t[e];return i}return Array.from(t)}function s(t){for(var e=[],i=0;i<t.length;i++){var r=t[i];r.isActive&&r.isDependent?e.push(r):e.push.apply(e,n(s(r.$children)))}return e}Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"dependent",data:function(){return{closeDependents:!0,isDependent:!0}},methods:{getOpenDependents:function(){return this.closeDependents?s(this.$children):[]},getOpenDependentElements:function(){for(var t=[],e=this.getOpenDependents(),i=0;i<e.length;i++)t.push.apply(t,n(e[i].getClickableDependentElements()));return t},getClickableDependentElements:function(){var t=[this.$el];return this.$refs.content&&t.push(this.$refs.content),t.push.apply(t,n(this.getOpenDependentElements())),t}},watch:{isActive:function(t){if(!t)for(var e=this.getOpenDependents(),i=0;i<e.length;i++)e[i].isActive=!1}}}}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.VCardText=e.VCardActions=e.VCardTitle=e.VCardMedia=e.VCard=void 0;var s=i(2),r=i(115),a=n(r),o=i(117),u=n(o),l=i(118),c=n(l),h=(0,s.createSimpleFunctional)("card__actions"),d=(0,s.createSimpleFunctional)("card__text");e.VCard=a.default,e.VCardMedia=u.default,e.VCardTitle=c.default,e.VCardActions=h,e.VCardText=d,a.default.install=function(t){t.component(a.default.name,a.default),t.component(u.default.name,u.default),t.component(c.default.name,c.default),t.component(h.name,h),t.component(d.name,d)},e.default=a.default}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(17),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);e.default={name:"rippleable",directives:{Ripple:s.default},props:{ripple:{type:[Boolean,Object],default:!0}},methods:{genRipple:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{directives:[]};return t.class=this.rippleClasses||"input-group--selection-controls__ripple",t.directives.push({name:"ripple",value:this.ripple&&!this.disabled&&{center:!0}}),t.on=Object.assign({click:this.toggle},this.$listeners),this.$createElement("div",t)}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=function(t,e,i){return e>>=0,t=String(t),i=String(i),t.length>e?String(t):(e-=t.length,e>i.length&&(i+=i.repeat(e/i.length)),i.slice(0,e)+String(t))};e.default=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return n(t,e,"0")}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"ssr-bootable",data:function(){return{isBooted:!1}},mounted:function(){var t=this;window.requestAnimationFrame((function(){t.$el.setAttribute("data-booted",!0),t.isBooted=!0}))}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"transitionable",props:{mode:String,origin:String,transition:String}}}),(function(t,e,i){"use strict";function n(t){var e=void 0===t?"undefined":s(t);return"boolean"===e||"string"===e||t.nodeType===Node.ELEMENT_NODE}Object.defineProperty(e,"__esModule",{value:!0});var s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r=i(16),a=(function(t){return t&&t.__esModule?t:{default:t}})(r),o=i(6);e.default={name:"detachable",mixins:[a.default],props:{attach:{type:[Boolean,String,Object],default:!1,validator:n},contentClass:{default:""}},mounted:function(){this.initDetach()},deactivated:function(){this.isActive=!1},beforeDestroy:function(){if(this.$refs.content)try{this.$refs.content.parentNode.removeChild(this.$refs.content)}catch(t){}},methods:{initDetach:function(){if(!this._isDestroyed&&this.$refs.content&&""!==this.attach&&!0!==this.attach&&"attach"!==this.attach){var t=void 0;if(!(t=!1===this.attach?document.querySelector("[data-app]"):"string"==typeof this.attach?document.querySelector(this.attach):this.attach))return void(0,o.consoleWarn)("Unable to locate target "+(this.attach||"[data-app]"),this);t.insertBefore(this.$refs.content,t.firstChild)}}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"returnable",data:function(){return{originalValue:null}},props:{returnValue:null},watch:{isActive:function(t){t?this.originalValue=this.returnValue:this.$emit("update:returnValue",this.originalValue)}},methods:{save:function(t){this.originalValue=t,this.$emit("update:returnValue",t),this.isActive=!1}}}}),(function(t,e){}),(function(t,e){}),(function(t,e,i){"use strict";function n(t){return{name:"v-"+t,functional:!0,props:{id:String,tag:{type:String,default:"div"}},render:function(e,i){var n=i.props,s=i.data,r=i.children;if(s.staticClass=(t+" "+(s.staticClass||"")).trim(),s.attrs){var a=Object.keys(s.attrs).filter((function(t){var e=s.attrs[t];return e||"string"==typeof e}));a.length&&(s.staticClass+=" "+a.join(" ")),delete s.attrs}return n.id&&(s.domProps=s.domProps||{},s.domProps.id=n.id),e(n.tag,s,r)}}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=n}),(function(t,e,i){"use strict";function n(t){var e=void 0;if("number"==typeof t)e=t;else{if("string"!=typeof t)throw new TypeError("Colors can only be numbers or strings, recieved "+t.constructor.name+" instead");var i="#"===t[0]?t.substring(1):t;3===i.length&&(i=i.split("").map((function(t){return t+t})).join("")),6!==i.length&&(0,r.consoleWarn)("'"+t+"' is not a valid rgb color"),e=parseInt(i,16)}return e<0?((0,r.consoleWarn)("Colors cannot be negative: '"+t+"'"),e=0):(e>16777215||isNaN(e))&&((0,r.consoleWarn)("'"+t+"' is not a valid rgb color"),e=16777215),e}function s(t){return t=t.toString(16),t.length<6&&(t="0".repeat(6-t.length)+t),"#"+t}Object.defineProperty(e,"__esModule",{value:!0}),e.colorToInt=n,e.intToHex=s;var r=i(6)}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(93),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(4);e.default={name:"button-group",mixins:[(0,n.provide)("buttonGroup")],data:function(){return{buttons:[],listeners:[]}},methods:{getValue:function(t){return null!=this.buttons[t].value?this.buttons[t].value:null!=this.buttons[t].$el.value&&""!==this.buttons[t].$el.value?this.buttons[t].$el.value:t},update:function(){for(var t=[],e=0;e<this.buttons.length;e++){var i=this.buttons[e].$el,n=this.buttons[e];i.removeAttribute("data-only-child"),this.isSelected(e)?(!n.to&&(n.isActive=!0),t.push(e)):!n.to&&(n.isActive=!1)}1===t.length&&this.buttons[t[0]].$el.setAttribute("data-only-child",!0)},register:function(t){var e=this.buttons.length;this.buttons.push(t),this.listeners.push(this.updateValue.bind(this,e)),t.$on("click",this.listeners[e])},unregister:function(t){var e=this,i=this.buttons.indexOf(t);if(-1!==i){var n=this.isSelected(i);t.$off("click",this.listeners[i]),this.buttons.splice(i,1),this.listeners.splice(i,1),n&&this.mandatory&&this.buttons.every((function(t,i){return!e.isSelected(i)}))&&this.listeners.length>0&&this.listeners[0]()}}},mounted:function(){this.update()}}}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}function s(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}Object.defineProperty(e,"__esModule",{value:!0}),i(104);var r=i(20),a=n(r),o=i(26),u=n(o),l=i(35),c=n(l),h=i(27),d=n(h),f=i(36),p=n(f),m=i(5),v=n(m),g=i(8),b=n(g),y=i(2);e.default={name:"v-dialog",mixins:[a.default,u.default,c.default,d.default,p.default,v.default],directives:{ClickOutside:b.default},data:function(){return{isDependent:!1,stackClass:"dialog__content__active",stackMinZIndex:200}},props:{disabled:Boolean,persistent:Boolean,fullscreen:Boolean,fullWidth:Boolean,maxWidth:{type:[String,Number],default:"none"},origin:{type:String,default:"center center"},width:{type:[String,Number],default:"auto"},scrollable:Boolean,transition:{type:[String,Boolean],default:"dialog-transition"}},computed:{classes:function(){var t;return t={},s(t,("dialog "+this.contentClass).trim(),!0),s(t,"dialog--active",this.isActive),s(t,"dialog--persistent",this.persistent),s(t,"dialog--fullscreen",this.fullscreen),s(t,"dialog--scrollable",this.scrollable),t},contentClasses:function(){return{dialog__content:!0,dialog__content__active:this.isActive}}},watch:{isActive:function(t){t?this.show():(this.removeOverlay(),this.unbind())}},mounted:function(){this.isBooted=this.isActive,this.isActive&&this.show()},beforeDestroy:function(){"undefined"!=typeof window&&this.unbind()},methods:{closeConditional:function(t){return this.isActive&&!this.persistent&&(0,y.getZIndex)(this.$refs.content)>=this.getMaxZIndex()&&!this.$refs.content.contains(t.target)},show:function(){!this.fullscreen&&!this.hideOverlay&&this.genOverlay(),this.fullscreen&&this.hideScroll(),this.$refs.content.focus(),this.$listeners.keydown&&this.bind()},bind:function(){window.addEventListener("keydown",this.onKeydown)},unbind:function(){window.removeEventListener("keydown",this.onKeydown)},onKeydown:function(t){this.$emit("keydown",t)}},render:function(t){var e=this,i=[],n={class:this.classes,ref:"dialog",directives:[{name:"click-outside",value:function(){return e.isActive=!1},args:{closeConditional:this.closeConditional,include:this.getOpenDependentElements}},{name:"show",value:this.isActive}],on:{click:function(t){return t.stopPropagation()}}};this.fullscreen||(n.style={maxWidth:"none"===this.maxWidth?void 0:isNaN(this.maxWidth)?this.maxWidth:this.maxWidth+"px",width:"auto"===this.width?void 0:isNaN(this.width)?this.width:this.width+"px"}),this.$slots.activator&&i.push(t("div",{class:"dialog__activator",on:{click:function(t){e.disabled||(e.isActive=!e.isActive)}}},[this.$slots.activator]));var s=t("transition",{props:{name:this.transition||"",origin:this.origin}},[t("div",n,this.showLazyContent(this.$slots.default))]);return i.push(t("div",{class:this.contentClasses,domProps:{tabIndex:-1},style:{zIndex:this.activeZIndex},ref:"content"},[s])),t("div",{staticClass:"dialog__container",style:{display:!this.$slots.activator||this.fullWidth?"block":"inline-block"}},i)}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),i(105),e.default={name:"overlayable",data:function(){return{overlay:null,overlayOffset:0,overlayTimeout:null,overlayTransitionDuration:650}},props:{hideOverlay:Boolean},beforeDestroy:function(){this.removeOverlay()},methods:{genOverlay:function(){var t=this;if(!this.isActive||this.hideOverlay||this.isActive&&this.overlayTimeout||this.overlay)return clearTimeout(this.overlayTimeout),this.overlay&&this.overlay.classList.add("overlay--active");this.overlay=document.createElement("div"),this.overlay.className="overlay",this.absolute&&(this.overlay.className+=" overlay--absolute"),this.hideScroll();var e=this.absolute?this.$el.parentNode:document.querySelector("[data-app]");return e&&e.insertBefore(this.overlay,e.firstChild),this.overlay.clientHeight,requestAnimationFrame((function(){t.overlay.className+=" overlay--active",void 0!==t.activeZIndex&&(t.overlay.style.zIndex=t.activeZIndex-1)})),!0},removeOverlay:function(){var t=this;if(!this.overlay)return this.showScroll();this.overlay.classList.remove("overlay--active"),this.overlayTimeout=setTimeout((function(){try{t.overlay.parentNode.removeChild(t.overlay),t.overlay=null,t.showScroll()}catch(t){}clearTimeout(t.overlayTimeout),t.overlayTimeout=null}),this.overlayTransitionDuration)},scrollListener:function(t){if("keydown"===t.type){if(["INPUT","TEXTAREA","SELECT"].includes(t.target.tagName))return;var e=[38,33],i=[40,34];if(e.includes(t.keyCode))t.deltaY=-1;else{if(!i.includes(t.keyCode))return;t.deltaY=1}}(t.target===this.overlay||"keydown"!==t.type&&t.target===document.body||this.checkPath(t))&&t.preventDefault()},hasScrollbar:function(t){return!(!t||t.nodeType!==Node.ELEMENT_NODE)&&(["auto","scroll"].includes(window.getComputedStyle(t)["overflow-y"])&&t.scrollHeight>t.clientHeight)},shouldScroll:function(t,e){return 0===t.scrollTop&&e<0||t.scrollTop+t.clientHeight===t.scrollHeight&&e>0},isInside:function(t,e){return t===e||null!==t&&t!==document.body&&this.isInside(t.parentNode,e)},checkPath:function(t){var e=t.path||this.composedPath(t),i=t.deltaY||-t.wheelDelta;if("keydown"===t.type&&e[0]===document.body){var n=this.$refs.dialog,s=window.getSelection().anchorNode;return!this.hasScrollbar(n)||!this.isInside(s,n)||this.shouldScroll(n,i)}for(var r=0;r<e.length;r++){var a=e[r];if(a===document)return!0;if(a===document.documentElement)return!0;if(a===this.$refs.content)return!0;if(this.hasScrollbar(a))return this.shouldScroll(a,i)}return!0},composedPath:function(t){if(t.composedPath)return t.composedPath();for(var e=[],i=t.target;i;){if(e.push(i),"HTML"===i.tagName)return e.push(document),e.push(window),e;i=i.parentElement}},hideScroll:function(){this.$vuetify.breakpoint.smAndDown?document.documentElement.classList.add("overflow-y-hidden"):(window.addEventListener("wheel",this.scrollListener),window.addEventListener("keydown",this.scrollListener))},showScroll:function(){document.documentElement.classList.remove("overflow-y-hidden"),window.removeEventListener("wheel",this.scrollListener),window.removeEventListener("keydown",this.scrollListener)}}}}),(function(t,e,i){"use strict";function n(t){if(Array.isArray(t)){for(var e=0,i=Array(t.length);e<t.length;e++)i[e]=t[e];return i}return Array.from(t)}Object.defineProperty(e,"__esModule",{value:!0});var s=i(2);e.default={name:"stackable",data:function(){return{stackBase:null,stackClass:"unpecified",stackElement:null,stackExclude:null,stackMinZIndex:0}},computed:{activeZIndex:function(){var t=this.stackElement||this.$refs.content,e=this.isActive?this.getMaxZIndex(this.stackExclude||[t])+2:(0,s.getZIndex)(t);return null==e?e:parseInt(e)}},methods:{getMaxZIndex:function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=this.stackBase||this.$el,i=[this.stackMinZIndex,(0,s.getZIndex)(e)],r=[].concat(n(document.getElementsByClassName(this.stackClass))),a=0;a<r.length;a++)t.includes(r[a])||i.push((0,s.getZIndex)(r[a]));return Math.max.apply(Math,i)}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(123),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(125),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return{enter:function(e,i){e._parent=e.parentNode,(0,n.addOnceEventListener)(e,"transitionend",i),e.style.overflow="hidden",e.style.height=0,e.style.display="block",t&&e._parent.classList.add(t),setTimeout((function(){return e.style.height=e.scrollHeight+"px"}),100)},afterEnter:function(t){t.style.overflow=null,t.style.height=null},leave:function(t,e){(0,n.addOnceEventListener)(t,"transitionend",e),t.style.overflow="hidden",t.style.height=t.offsetHeight+"px",setTimeout((function(){return t.style.height=0}),100)},afterLeave:function(e){t&&e._parent.classList.remove(t)}}};var n=i(2)}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var s=i(0),r=n(s),a=i(19),o=n(a);e.default={name:"selectable",mixins:[o.default,r.default],model:{prop:"inputValue",event:"change"},data:function(){return{defaultColor:"accent"}},props:{id:String,inputValue:null,falseValue:null,trueValue:null},computed:{isActive:function(){return Array.isArray(this.inputValue)?-1!==this.inputValue.indexOf(this.value):this.trueValue&&this.falseValue?this.inputValue===this.trueValue:this.value?this.value===this.inputValue:Boolean(this.inputValue)},isDirty:function(){return this.isActive}},watch:{indeterminate:function(t){this.inputIndeterminate=t}},methods:{genLabel:function(){return this.$createElement("label",{on:{click:this.toggle},attrs:{for:this.id}},this.$slots.label||this.label)},toggle:function(){if(!this.disabled){var t=this.inputValue;if(Array.isArray(t)){t=t.slice();var e=t.indexOf(this.value);-1===e?t.push(this.value):t.splice(e,1)}else t=this.trueValue||this.falseValue?t===this.trueValue?this.falseValue:this.trueValue:this.value?this.value===this.inputValue?null:this.value:!t;this.validate(!0,t),this.$emit("change",t)}}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"loadable",props:{loading:{type:[Boolean,String],default:!1}},methods:{genProgress:function(){return!1===this.loading?null:this.$slots.progress||this.$createElement("v-progress-linear",{props:{color:!0===this.loading||""===this.loading?this.color||"primary":this.loading,height:2,indeterminate:!0}})}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(127),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0});var s=(function(){function t(t,e){var i=[],n=!0,s=!1,r=void 0;try{for(var a,o=t[Symbol.iterator]();!(n=(a=o.next()).done)&&(i.push(a.value),!e||i.length!==e);n=!0);}catch(t){s=!0,r=t}finally{try{!n&&o.return&&o.return()}finally{if(s)throw r}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}})(),r=i(10),a=n(r),o=i(3),u=n(o),l=i(44),c=n(l),h=i(50),d=n(h),f=i(1),p=n(f),m=i(41),v=n(m),g=i(2),b=i(6);e.default={name:"data-iterable",components:{VBtn:a.default,VIcon:u.default,VSelect:c.default},data:function(){return{searchLength:0,defaultPagination:{descending:!1,page:1,rowsPerPage:5,sortBy:null,totalItems:0},expanded:{},actionsClasses:"data-iterator__actions",actionsRangeControlsClasses:"data-iterator__actions__range-controls",actionsSelectClasses:"data-iterator__actions__select",actionsPaginationClasses:"data-iterator__actions__pagination"}},mixins:[d.default,v.default,p.default],props:{expand:Boolean,hideActions:Boolean,disableInitialSort:Boolean,mustSort:Boolean,noResultsText:{type:String,default:"No matching records found"},rowsPerPageItems:{type:Array,default:function(){return[5,10,25,{text:"All",value:-1}]}},rowsPerPageText:{type:String,default:"Items per page:"},selectAll:[Boolean,String],search:{required:!1},filter:{type:Function,default:function(t,e){return null!=t&&"boolean"!=typeof t&&-1!==t.toString().toLowerCase().indexOf(e)}},customFilter:{type:Function,default:function(t,e,i){return e=e.toString().toLowerCase(),""===e.trim()?t:t.filter((function(t){return Object.keys(t).some((function(n){return i(t[n],e)}))}))}},customSort:{type:Function,default:function(t,e,i){return null===e?t:t.sort((function(t,n){var r=(0,g.getObjectValueByPath)(t,e),a=(0,g.getObjectValueByPath)(n,e);if(i){var o=[a,r];r=o[0],a=o[1]}if(!isNaN(r)&&!isNaN(a))return r-a;if(null===r&&null===a)return 0;var u=[r,a].map((function(t){return(t||"").toString().toLocaleLowerCase()})),l=s(u,2);return r=l[0],a=l[1],r>a?1:r<a?-1:0}))}},value:{type:Array,default:function(){return[]}},items:{type:Array,required:!0,default:function(){return[]}},totalItems:{type:Number,default:null},itemKey:{type:String,default:"id"},pagination:{type:Object,default:function(){}}},computed:{computedPagination:function(){return this.hasPagination?this.pagination:this.defaultPagination},hasPagination:function(){var t=this.pagination||{};return Object.keys(t).length>0},hasSelectAll:function(){return void 0!==this.selectAll&&!1!==this.selectAll},itemsLength:function(){return this.search?this.searchLength:this.totalItems||this.items.length},indeterminate:function(){return this.hasSelectAll&&this.someItems&&!this.everyItem},everyItem:function(){var t=this;return this.filteredItems.length&&this.filteredItems.every((function(e){return t.isSelected(e)}))},someItems:function(){var t=this;return this.filteredItems.some((function(e){return t.isSelected(e)}))},getPage:function(){var t=this.computedPagination.rowsPerPage;return t===Object(t)?t.value:t},pageStart:function(){return-1===this.getPage?0:(this.computedPagination.page-1)*this.getPage},pageStop:function(){return-1===this.getPage?this.itemsLength:this.computedPagination.page*this.getPage},filteredItems:function(){return this.filteredItemsImpl()},selected:function(){for(var t={},e=0;e<this.value.length;e++)t[this.value[e][this.itemKey]]=!0;return t}},watch:{search:function(){this.updatePagination({page:1,totalItems:this.itemsLength})}},methods:{initPagination:function(){this.rowsPerPageItems.length?this.defaultPagination.rowsPerPage=this.rowsPerPageItems[0]:(0,b.consoleWarn)("The prop 'rows-per-page-items' can not be empty",this),this.defaultPagination.totalItems=this.itemsLength,this.updatePagination(Object.assign({},this.defaultPagination,this.pagination))},updatePagination:function(t){var e=this.hasPagination?this.pagination:this.defaultPagination,i=Object.assign({},e,t);this.$emit("update:pagination",i),this.hasPagination||(this.defaultPagination=i)},isSelected:function(t){return this.selected[t[this.itemKey]]},isExpanded:function(t){return this.expanded[t[this.itemKey]]},filteredItemsImpl:function(){if(this.totalItems)return this.items;var t=this.items.slice();if(void 0!==this.search&&null!==this.search){for(var e=arguments.length,i=Array(e),n=0;n<e;n++)i[n]=arguments[n];t=this.customFilter.apply(this,[t,this.search,this.filter].concat(i)),this.searchLength=t.length}return t=this.customSort(t,this.computedPagination.sortBy,this.computedPagination.descending),this.hideActions&&!this.hasPagination?t:t.slice(this.pageStart,this.pageStop)},sort:function(t){var e=this.computedPagination,i=e.sortBy,n=e.descending;null===i?this.updatePagination({sortBy:t,descending:!1}):i!==t||n?i!==t?this.updatePagination({sortBy:t,descending:!1}):this.mustSort?this.updatePagination({sortBy:t,descending:!1}):this.updatePagination({sortBy:null,descending:null}):this.updatePagination({descending:!0})},toggle:function(t){for(var e=this,i=Object.assign({},this.selected),n=0;n<this.filteredItems.length;n++)i[this.filteredItems[n][this.itemKey]]=t;this.$emit("input",this.items.filter((function(t){return i[t[e.itemKey]]})))},createProps:function(t,e){var i=this,n={item:t,index:e},s=this.itemKey,r=t[s];return Object.defineProperty(n,"selected",{get:function(){return i.selected[t[i.itemKey]]},set:function(e){null==r&&(0,b.consoleWarn)('"'+s+'" attribute must be defined for item',i);var n=i.value.slice();e?n.push(t):n=n.filter((function(t){return t[s]!==r})),i.$emit("input",n)}}),Object.defineProperty(n,"expanded",{get:function(){return i.expanded[t[i.itemKey]]},set:function(t){if(null==r&&(0,b.consoleWarn)('"'+s+'" attribute must be defined for item',i),!i.expand)for(var e in i.expanded)i.expanded.hasOwnProperty(e)&&i.$set(i.expanded,e,!1);i.$set(i.expanded,r,t)}}),n},genItems:function(){if(!this.itemsLength&&!this.items.length){var t=this.$slots["no-data"]||this.noDataText;return[this.genEmptyItems(t)]}if(!this.filteredItems.length){var e=this.$slots["no-results"]||this.noResultsText;return[this.genEmptyItems(e)]}return this.genFilteredItems()},genPrevIcon:function(){var t=this;return this.$createElement("v-btn",{props:{disabled:1===this.computedPagination.page,icon:!0,flat:!0,dark:this.dark,light:this.light},on:{click:function(){var e=t.computedPagination.page;t.updatePagination({page:e-1})}},attrs:{"aria-label":"Previous page"}},[this.$createElement("v-icon","chevron_left")])},genNextIcon:function(){var t=this,e=this.computedPagination,i=e.rowsPerPage<0||e.page*e.rowsPerPage>=this.itemsLength||this.pageStop<0;return this.$createElement("v-btn",{props:{disabled:i,icon:!0,flat:!0,dark:this.dark,light:this.light},on:{click:function(){var e=t.computedPagination.page;t.updatePagination({page:e+1})}},attrs:{"aria-label":"Next page"}},[this.$createElement("v-icon","chevron_right")])},genSelect:function(){var t=this;return this.$createElement("div",{class:this.actionsSelectClasses},[this.rowsPerPageText,this.$createElement("v-select",{attrs:{"aria-label":this.rowsPerPageText},props:{items:this.rowsPerPageItems,value:this.computedPagination.rowsPerPage,hideDetails:!0,auto:!0,minWidth:"75px"},on:{input:function(e){t.updatePagination({page:1,rowsPerPage:e})}}})])},genPagination:function(){var t="–";if(this.itemsLength){var e=this.itemsLength<this.pageStop||this.pageStop<0?this.itemsLength:this.pageStop;t=this.$scopedSlots.pageText?this.$scopedSlots.pageText({pageStart:this.pageStart+1,pageStop:e,itemsLength:this.itemsLength}):this.pageStart+1+"-"+e+" of "+this.itemsLength}return this.$createElement("div",{class:this.actionsPaginationClasses},[t])},genActions:function(){var t=this.$createElement("div",{class:this.actionsRangeControlsClasses},[this.genPagination(),this.genPrevIcon(),this.genNextIcon()]);return[this.$createElement("div",{class:this.actionsClasses},[this.rowsPerPageItems.length>1?this.genSelect():null,t])]}}}}),(function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=i(132),s=(function(t){return t&&t.__esModule?t:{default:t}})(n);s.default.install=function(t){t.component(s.default.name,s.default)},e.default=s.default}),(function(t,e){}),(function(t,e,i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.VListTileSubTitle=e.VListTileTitle=e.VListTileContent=e.VListTileActionText=e.VListTileAvatar=e.VListTileAction=e.VListTile=e.VListGroup=e.VList=void 0;var s=i(2),r=i(134),a=n(r),o=i(136),u=n(o),l=i(137),c=n(l),h=i(138),d=n(h),f=i(139),p=n(f);e.VList=a.default,e.VListGroup=u.default,e.VListTile=c.default,e.VListTileAction=d.default,e.VListTileAvatar=p.default;var m=e.VListTileActionText=(0,s.createSimpleFunctional)("list__tile__action-text","span"),v=e.VListTileContent=(0,s.createSimpleFunctional)("list__tile__content","div"),g=e.VListTileTitle=(0,s.createSimpleFunctional)("list__tile__title","div"),b=e.VListTileSubTitle=(0,s.createSimpleFunctional)("list__tile__sub-title","div");a.default.install=function(t){t.component(a.default.name,a.default),t.component(u.default.name,u.default),t.component(c.default.name,c.default),t.component(d.default.name,d.default),t.component(m.name,m),t.component(p.default.name,p.default),t.component(v