lux-design-system 4.5.3 → 4.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  * (c) 2021 Evan You
5
5
  * @license MIT
6
6
  */
7
- function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(l=t)}d.state.get=function(){return this._vm._data.$$state},d.state.set=function(t){0},f.prototype.commit=function(t,e,n){var r=this,i=y(t,e,n),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(t){t(o)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},f.prototype.dispatch=function(t,e){var n=this,r=y(t,e),i=r.type,a=r.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(t){0}var c=s.length>1?Promise.all(s.map((function(t){return t(a)}))):s[0](a);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(t){0}e(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){return p("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},f.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),n.preserveState),v(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=g(e.state,t.slice(0,-1));l.delete(n,t[t.length-1])})),h(this)},f.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype.hotUpdate=function(t){this._modules.update(t),h(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,d);var _=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=M(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),x=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var a=M(this.$store,"mapMutations",t);if(!a)return;r=a.context.commit}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),w=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||M(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),C=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var a=M(this.$store,"mapActions",t);if(!a)return;r=a.context.dispatch}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n}));function S(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function O(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function M(t,e,n){return t._modulesNamespaceMap[n]}function k(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(n){t.log(e)}}function D(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function E(){var t=new Date;return" @ "+L(t.getHours(),2)+":"+L(t.getMinutes(),2)+":"+L(t.getSeconds(),2)+"."+L(t.getMilliseconds(),3)}function L(t,e){return n="0",r=e-t.toString().length,new Array(r+1).join(n)+t;var n,r}var A={Store:f,install:b,version:"3.6.2",mapState:_,mapMutations:x,mapGetters:w,mapActions:C,createNamespacedHelpers:function(t){return{mapState:_.bind(null,t),mapGetters:w.bind(null,t),mapMutations:x.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var a=t.mutationTransformer;void 0===a&&(a=function(t){return t});var o=t.actionFilter;void 0===o&&(o=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var f=i(t.state);void 0!==l&&(c&&t.subscribe((function(t,o){var s=i(o);if(n(t,f,s)){var c=E(),u=a(t),d="mutation "+t.type+c;k(l,d,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),D(l)}f=s})),u&&t.subscribeAction((function(t,n){if(o(t,n)){var r=E(),i=s(t),a="action "+t.type+r;k(l,a,e),l.log("%c action","color: #03A9F4; font-weight: bold",i),D(l)}})))}}};e.a=A}).call(this,n("yLpj"))},L7ye:function(t,e){},LPnE:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconFlower",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("6ER8"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M10,13.5c-3.9,0-7-2.7-7-6c0-1.7,0.8-3.2,2.2-4.4C5.4,3,5.7,3,5.9,3.2C6.1,3.4,6,3.7,5.8,3.9C4.6,4.9,4,6.1,4,7.5\n c0,2.8,2.7,5,6,5s6-2.2,6-5c0-1.4-0.6-2.6-1.8-3.6c-0.2-0.2-0.2-0.5-0.1-0.7C14.3,3,14.6,3,14.8,3.1C16.2,4.3,17,5.8,17,7.5\n C17,10.8,13.9,13.5,10,13.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,7.5C7.3,7.5,5.2,5.9,5.2,4c0-1,0.6-1.9,1.6-2.6C7,1.3,7.3,1.3,7.4,1.6c0.2,0.2,0.1,0.5-0.1,0.7\n C6.6,2.7,6.2,3.3,6.2,4c0,1.4,1.8,2.5,3.8,2.5s3.8-1.1,3.8-2.5c0-0.7-0.4-1.3-1.1-1.7c-0.2-0.2-0.3-0.5-0.1-0.7\n c0.2-0.2,0.5-0.3,0.7-0.1c1,0.7,1.6,1.6,1.6,2.6C14.8,5.9,12.7,7.5,10,7.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M13.5,12.5c-0.3,0-0.5-0.2-0.5-0.5v-2c0-2-2.5-2.5-2.6-2.5c-0.3,0-0.5-0.3-0.4-0.6c0-0.3,0.3-0.5,0.6-0.4\n C11.7,6.7,14,7.7,14,10v2C14,12.3,13.8,12.5,13.5,12.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M8,7C7.9,7,7.9,7,7.8,7C7.6,6.9,7.4,6.6,7.5,6.3c0-0.1,0.4-1.2,1.4-2.2C9.1,4,9.4,4,9.6,4.1c0.2,0.2,0.2,0.5,0,0.7\n C8.8,5.6,8.5,6.6,8.5,6.7C8.4,6.9,8.2,7,8,7z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,5C8,5,6.5,3.9,6.5,2.5S8,0,10,0s3.5,1.1,3.5,2.5S12,5,10,5z M10,1C8.6,1,7.5,1.7,7.5,2.5S8.6,4,10,4\n s2.5-0.7,2.5-1.5S11.4,1,10,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,5C9.7,5,9.5,4.8,9.5,4.5S9.7,4,10,4c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.3,0.2-0.5c0-0.5-0.7-0.8-1.8-0.8\n C8.7,2.5,8.5,2.3,8.5,2S8.7,1.5,9,1.5c0.9,0,1.5,0.2,2,0.5c0.5,0.3,0.7,0.8,0.7,1.3C11.8,4.2,11,5,10,5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10.5,24c-0.3,0-0.5-0.2-0.5-0.5V13c0-0.3,0.2-0.5,0.5-0.5S11,12.7,11,13v10.5C11,23.8,10.8,24,10.5,24z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M12.5,22c-0.8,0-1.6-0.3-2.1-1.1c-0.5-0.7-0.5-1.6,0-2.2c0.5-0.7,1.4-1,2.3-0.7c1,0.3,2.7-0.7,3.2-1.2\n c0.2-0.1,0.4-0.2,0.6,0c0.2,0.1,0.3,0.3,0.2,0.5c-0.1,0.3-0.8,3.1-2.1,4C14,21.7,13.2,22,12.5,22z M12,18.9\n c-0.3,0-0.6,0.2-0.8,0.4c-0.2,0.2-0.3,0.6,0,1c0.7,0.9,1.9,0.8,2.8,0.2c0.5-0.3,0.9-1.2,1.2-2.1c-0.8,0.5-2,0.9-2.9,0.5\n C12.2,18.9,12.1,18.9,12,18.9z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconFlower.vue";e.default=s.exports},LX5d:function(t,e){},Lmn2:function(t,e,n){"use strict";n.r(e);var r=n("bzL3"),i={name:"Icon",status:"review",release:"1.0.0",props:{name:{required:!0,default:"settings"},fill:{type:String,default:"currentColor"},ariaLabel:{type:String,default:"icon"},type:{type:String,default:"span"},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}}},data:function(){return{svg:r("./"+this.name+".svg").replace(/^<svg /,'<svg style="fill: '.concat(this.fill,'" '))}}},a=(n("NeWu"),n("KHd+")),o=n("MCBN"),s=n.n(o),c=Object(a.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)(this.type,{tag:"component",class:["vds-icon",this.size],attrs:{"aria-label":this.ariaLabel},domProps:{innerHTML:this._s(this.svg)}})}),[],!1,null,null,null);"function"==typeof s.a&&s()(c),c.options.__file="_Icon.vue";e.default=c.exports},M0Vt:function(t,e,n){"use strict";var r=n("s1dr");n.n(r).a},M6fI:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconReportUnhealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("oFL4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M2.5,5C2.224,5,2,5.224,2,5.5v14C2,19.776,2.224,20,2.5,20H11c0.276,0,0.5-0.224,0.5-0.5S11.276,19,11,19H3V6h1v0.5 C4,6.776,4.224,7,4.5,7h8C12.776,7,13,6.776,13,6.5V6h1v7c0,0.276,0.224,0.5,0.5,0.5S15,13.276,15,13V5.5C15,5.224,14.776,5,14.5,5 H13V4h3v6c0,0.276,0.224,0.5,0.5,0.5S17,10.276,17,10V3.5C17,3.224,16.776,3,16.5,3H13V2.5C13,2.224,12.776,2,12.5,2h-1.545 C10.766,0.963,9.98,0,8.5,0S6.234,0.963,6.045,2H4.5C4.224,2,4,2.224,4,2.5V3H0.5C0.224,3,0,3.224,0,3.5v16 C0,20.879,1.122,22,2.5,22H10c0.276,0,0.5-0.224,0.5-0.5S10.276,21,10,21H2.5C1.673,21,1,20.327,1,19.5V4h3v1H2.5z M5,3h1.5 C6.776,3,7,2.776,7,2.5C7,2.347,7.042,1,8.5,1S10,2.347,10,2.5C10,2.776,10.224,3,10.5,3H12v3H5V3z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,9h-5C5.224,9,5,9.224,5,9.5S5.224,10,5.5,10h5c0.276,0,0.5-0.224,0.5-0.5S10.776,9,10.5,9z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,11h-5C5.224,11,5,11.224,5,11.5S5.224,12,5.5,12h5c0.276,0,0.5-0.224,0.5-0.5S10.776,11,10.5,11z"}}),this._v(" "),e("path",{attrs:{d:"M11,13.5c0-0.276-0.224-0.5-0.5-0.5h-5C5.224,13,5,13.224,5,13.5S5.224,14,5.5,14h5C10.776,14,11,13.776,11,13.5z"}}),this._v(" "),e("path",{attrs:{d:"M5.5,15C5.224,15,5,15.224,5,15.5S5.224,16,5.5,16h3C8.776,16,9,15.776,9,15.5S8.776,15,8.5,15H5.5z"}}),this._v(" "),e("path",{attrs:{d:"M23.892,23.166l-5.945-11.89c-0.17-0.338-0.725-0.338-0.895,0l-6,12c-0.078,0.155-0.069,0.339,0.022,0.486 S11.327,24,11.5,24h12c0.007,0,0.013,0,0.02,0c0.276,0,0.5-0.224,0.5-0.5C24.02,23.371,23.972,23.254,23.892,23.166z M12.309,23 L17.5,12.619L22.691,23H12.309z"}}),this._v(" "),e("path",{attrs:{d:"M17,16.409v3.272c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-3.272c0-0.276-0.224-0.5-0.5-0.5S17,16.133,17,16.409z"}}),this._v(" "),e("circle",{attrs:{cx:"17.5",cy:"21.318",r:"0.545"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconReportUnhealthy.vue";e.default=s.exports},M9S0:function(t,e,n){},MCBN:function(t,e){},MEGa:function(t,e){},MVZn:function(t,e,n){var r=n("lSNA");t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&i.push.apply(i,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach((function(e){r(t,e,n[e])}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports},Mdgb:function(t,e){},MeTV:function(t,e,n){"use strict";var r=n("a1RN");n.n(r).a},MerV:function(t,e){},N6C8:function(t,e,n){"use strict";var r=n("dpKW");n.n(r).a},"NC/Q":function(t,e,n){"use strict";n.r(e);var r={name:"DropdownMenu",status:"ready",release:"1.0.0",type:"Pattern",data:function(){return{isVisible:!1}},props:{element:{type:String,default:"div"},buttonLabel:{type:String,default:"Dropdown"},type:{type:String,default:"buttons",validator:function(t){return t.match(/(links|buttons)/)}},menuItems:{type:Array,default:"div"},align:{type:String,default:"left",validator:function(t){return t.match(/(left|right)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}}},methods:{hide:function(t){this.isVisible=!1},buttonClicked:function(t){this.isVisible=!this.isVisible,this.$emit("button-clicked",t)},menuItemClicked:function(t){this.isVisible=!1,this.$emit("menu-item-clicked",t)}},directives:{"click-outside":{bind:function(t,e,n){var r=e.modifiers.bubble,i=function(n){(r||!t.contains(n.target)&&t!==n.target)&&e.value(n)};t.__vueClickOutside__=i,document.addEventListener("click",i)},unbind:function(t,e){document.removeEventListener("click",t.__vueClickOutside__),t.__vueClickOutside__=null}}}},i=(n("gMq4"),n("KHd+")),a=n("9b0z"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.element,{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hide,expression:"hide"}],tag:"component",class:["lux-dropdown-menu",t.size]},[n("input-button",{staticClass:"lux-dropdown-button",attrs:{variation:"dropdown",size:t.size},on:{"button-clicked":function(e){return t.buttonClicked(e)}}},[t._v(t._s(t.buttonLabel))]),t._v(" "),n("menu-bar",{class:{"lux-show":t.isVisible},attrs:{type:t.type,active:"All","menu-items":t.menuItems},on:{"menu-item-clicked":function(e){return t.menuItemClicked(e)}}})],1)}),[],!1,null,"62ecb110",null);"function"==typeof o.a&&o()(s),s.options.__file="DropdownMenu.vue";e.default=s.exports},NeWu:function(t,e,n){"use strict";var r=n("UK8r");n.n(r).a},Nhqd:function(t,e){},Nrtw:function(t,e,n){"use strict";var r=n("gpvm");n.n(r).a},"Nx/Z":function(t,e,n){},Nybi:function(t,e){},"O+vT":function(t,e,n){},O1vI:function(t,e,n){"use strict";var r=n("6/aR");n.n(r).a},OEVl:function(t,e){},ONH9:function(t,e,n){"use strict";n.r(e);var r={name:"Tag",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"tag",validator:function(t){return t.match(/(tag|filter)/)}},tagItems:{required:!0,type:Array},horizontal:{type:String,validator:function(t){return t.match(/(start|center|end)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},label:{type:String,default:""}},methods:{isPill:function(t){return"pill"===t},componentType:function(t){return t.hasOwnProperty("href")?"a":"span"}}},i=(n("7BlC"),n("KHd+")),a=n("L7ye"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("ul",{staticClass:"lux-tag",class:[t.type,t.horizontal],attrs:{"aria-label":t.label}},t._l(t.tagItems,(function(e,r){return n("li",[n(t.componentType(e),{key:r,tag:"component",class:["lux-tag-item",t.size,e.color,{pill:t.isPill(e.style)}],attrs:{href:e.href}},[e.icon?n("span",{staticClass:"prepend-icon"},[n("lux-icon-base",{attrs:{width:"14",height:"14"}},["alert"===e.icon?n("lux-icon-alert"):t._e(),t._v(" "),"approved"===e.icon?n("lux-icon-approved"):t._e(),t._v(" "),"denied"===e.icon?n("lux-icon-denied"):t._e(),t._v(" "),"clock"===e.icon?n("lux-icon-clock"):t._e(),t._v(" "),"refresh"===e.icon?n("lux-icon-refresh"):t._e(),t._v(" "),"reported"===e.icon?n("lux-icon-reported"):t._e()],1)],1):t._e(),t._v(" "),n("span",{domProps:{innerHTML:t._s(e.name)}}),t._v(" "),"filter"===t.type?n("span",{staticClass:"append-icon"},[n("lux-icon-base",{attrs:{width:"14",height:"14"}},[n("lux-icon-denied")],1)],1):t._e()])],1)})),0)}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="Tag.vue";e.default=s.exports},Ob2K:function(t,e){},Obua:function(t,e,n){"use strict";n.r(e);var r={name:"LogoUniversity",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:263},height:{type:[Number,String],default:72}}},i=(n("5C7p"),n("KHd+")),a=n("XvlE"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:"0 0 263 71.84","aria-labelledby":"logo-university",role:"img"}},[n("title",{attrs:{id:"logo-university",lang:"en"}},[t._v("Princeton University Logo")]),t._v(" "),n("g",[n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M14.97 59.02a70.98 70.98 0 0 0 13.17 12.82 71.14 71.14 0 0 0 13.2-12.78L28.14 46.2z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M8.82 49.84l19.33-18.56L47.5 49.89a68.7 68.7 0 0 0 7.16-18.66l.19-.95H1.46a68.77 68.77 0 0 0 7.36 19.56z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M8.81 49.84a69.87 69.87 0 0 0 6.16 9.18l13.17-12.8 13.2 12.84a69.44 69.44 0 0 0 6.16-9.17L28.14 31.28z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M28.14 45.87L15 58.65a69.87 69.87 0 0 1-5.87-8.77l19.01-18.26L47.2 49.94a69.4 69.4 0 0 1-5.86 8.75z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M28.14 31.97l18.73 18.01a69.18 69.18 0 0 1-5.57 8.33L28.49 45.85l-.35-.33-.35.33-12.77 12.43a69.61 69.61 0 0 1-5.58-8.35l18.7-17.96m0-.7L8.8 49.85a69.87 69.87 0 0 0 6.16 9.18l13.17-12.8 13.2 12.84a69.44 69.44 0 0 0 6.16-9.17L28.14 31.28zM56.06 10.5a24.6 24.6 0 0 1-7.18 1.07A24.12 24.12 0 0 1 28.16 0 24.13 24.13 0 0 1 7.44 11.55 24.7 24.7 0 0 1 .26 10.5a67.64 67.64 0 0 0 1.18 19.8h53.4a68 68 0 0 0 1.22-19.8z"}}),t._v(" "),n("path",{staticStyle:{isolation:"isolate"},attrs:{d:"M41.31 18.66v-2.27h-1.38v-1.6l-1.46-.4h-.1v-1.37s-.5.6-2.8.6c-2.18 0-3.46-.7-5.19-.7a2.36 2.36 0 0 0-2.18.95v.55h-.06v-.55a2.38 2.38 0 0 0-2.17-.96c-1.74 0-3.02.71-5.2.71-2.3 0-2.7-.6-2.7-.6v1.44h-.1l-1.57.33v1.6H15v2.27h1.4v3.67H15v2.27h1.4v2.82a33.88 33.88 0 0 0 4.5.37c2.55 0 4.02-.37 5.68-.4v.71a3.85 3.85 0 0 0 1.56.33 4.25 4.25 0 0 0 1.61-.33v-.71c1.66.03 3.13.4 5.7.4a33.84 33.84 0 0 0 4.48-.36V24.6h1.4v-2.27h-1.4v-3.67z",fill:"#fff"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M38.59 14.23v-1.74l-.42.45s-.52.52-2.62.52l-2.85-.38-2.35-.33a2.78 2.78 0 0 0-2.2.84 2.8 2.8 0 0 0-2.21-.84l-2.34.33-2.85.38c-2.07 0-2.5-.5-2.51-.5l-.43-.52-.01.66v1.2l-1.69.35V27.7l.2.03a34.02 34.02 0 0 0 4.54.37 51.76 51.76 0 0 0 5.44-.38v.6l.13.07a4.1 4.1 0 0 0 1.67.35 4.46 4.46 0 0 0 1.72-.35l.14-.07v-.6a51.8 51.8 0 0 0 5.45.38 34.05 34.05 0 0 0 4.53-.38l.2-.02V14.66zm-10.2-.17a2.14 2.14 0 0 1 1.96-.83l2.24.32 2.96.4a5.88 5.88 0 0 0 2.57-.43v12.34a7.16 7.16 0 0 1-2.57.38l-2.85-.38-2.35-.33a2.94 2.94 0 0 0-1.96.62zm-10.1-.51a5.53 5.53 0 0 0 2.46.4l2.95-.39 2.24-.32a2.16 2.16 0 0 1 1.97.83v12.09a2.96 2.96 0 0 0-1.99-.63l-2.34.33-2.83.38c-2.07 0-2.5-.5-2.5-.5l.03-12.2zm21.37 13.73a33.04 33.04 0 0 1-4.25.33 53.52 53.52 0 0 1-5.67-.4l-.27-.03V28a4.07 4.07 0 0 1-1.37.26 3.81 3.81 0 0 1-1.32-.25v-.83l-.27.03a53.51 53.51 0 0 1-5.66.4 33.09 33.09 0 0 1-4.25-.33V15.04l1.2-.25v11.09c.12.25.63.84 2.95.84l2.93-.38 2.24-.33a2.18 2.18 0 0 1 1.99.83l.07-.03h.34l.07.03a2.14 2.14 0 0 1 1.96-.83l2.24.32 2.96.39c2.35 0 2.94-.62 3-.69l.04-11.3 1.07.3z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M21.72 15.72a.42.42 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.03 0-.05-.03-.07-.08l-.32-.78-.25-.56a4.78 4.78 0 0 0-.19-.39.37.37 0 0 0-.32-.19.08.08 0 0 1-.02-.05.11.11 0 0 1 .01-.05h1.08l.02.04a.13.13 0 0 1-.01.06c-.1 0-.31 0-.31.14a.33.33 0 0 0 .02.11l.51 1.21.43-1a.63.63 0 0 0 .05-.26c0-.12-.08-.17-.3-.2a.18.18 0 0 1 0-.04.23.23 0 0 1 0-.06h.07l.4.01h.4l.02.04a.14.14 0 0 1-.01.05zm2.16 1.94c-.62 0-.95-.02-1.04-.02h-.3l-.5.02h-.12a.09.09 0 0 1 0-.05.26.26 0 0 1 0-.06.82.82 0 0 0 .3-.06.6.6 0 0 0 .07-.32v-1.2c0-.22-.11-.22-.34-.25a.24.24 0 0 1-.01-.05c0-.02 0-.05.02-.05h1.77c.05 0 .07 0 .07.04l.02.47-.05.02a.15.15 0 0 1-.05 0 .92.92 0 0 0-.3-.36.32.32 0 0 0-.19-.05h-.5c-.02 0-.02 0-.03.08l-.01.41v.27h.07a1 1 0 0 0 .23-.02.4.4 0 0 0 .2-.15.92.92 0 0 0 .06-.17.13.13 0 0 1 .06-.02.1.1 0 0 1 .05.02l-.01.44v.4a.07.07 0 0 1-.05.02.24.24 0 0 1-.06 0c-.02-.17-.05-.3-.2-.35a.55.55 0 0 0-.22-.05l-.14.01v.54a.67.67 0 0 0 .03.24.2.2 0 0 0 .12.11 1 1 0 0 0 .2.02h.29a.58.58 0 0 0 .22-.04 1.12 1.12 0 0 0 .33-.44.16.16 0 0 1 .06 0 .17.17 0 0 1 .06 0v.55c0 .04-.03.05-.1.05zm2.47-1.4h-.06a1.29 1.29 0 0 0-.15-.3.48.48 0 0 0-.38-.2h-.2v1.52c0 .24.1.24.35.27a.11.11 0 0 1 .02.06.1.1 0 0 1-.01.05h-.1l-.5-.01-.53.01a.07.07 0 0 1-.02-.05.12.12 0 0 1 .02-.06c.32-.02.36-.08.37-.18V16a1.27 1.27 0 0 0-.01-.25 1.4 1.4 0 0 0-.32.02.81.81 0 0 0-.41.45.2.2 0 0 1-.05 0 .06.06 0 0 1-.05-.02v-.53c0-.04 0-.06.06-.06h.97l.95-.01c.05 0 .08 0 .1.02a.4.4 0 0 1 0 .07v.53a.06.06 0 0 1-.05.02zm-4.73 3.2h-.06a1 1 0 0 0-.16-.3.48.48 0 0 0-.38-.2h-.2v1.52c0 .24.12.24.36.27a.1.1 0 0 1 .02.06.1.1 0 0 1-.01.05h-1.13a.1.1 0 0 1-.02-.05.25.25 0 0 1 .01-.05c.33-.03.36-.09.38-.2V19.2a1.3 1.3 0 0 0-.02-.25 1.45 1.45 0 0 0-.32.02.8.8 0 0 0-.4.45.25.25 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.52c0-.05 0-.06.06-.06h.97c.5 0 .86-.02.95-.02.05 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.04zm2.34 1.4H22a.1.1 0 0 1-.02-.04.13.13 0 0 1 .02-.07.76.76 0 0 0 .3-.06c.05-.05.06-.13.07-.32l.01-.3v-.91c0-.22-.1-.22-.34-.25a.12.12 0 0 1-.01-.05c0-.02 0-.05.02-.06h1.77c.05 0 .07 0 .07.05l.02.47a.1.1 0 0 1-.05.02.17.17 0 0 1-.05 0 .85.85 0 0 0-.32-.35.3.3 0 0 0-.17-.05h-.51c-.02 0-.03 0-.03.08v.67h.06a.95.95 0 0 0 .23-.02.4.4 0 0 0 .22-.15.9.9 0 0 0 .04-.17.15.15 0 0 1 .06-.02.1.1 0 0 1 .06.02l-.02.44.01.4a.08.08 0 0 1-.06.02.27.27 0 0 1-.06 0c-.02-.17-.04-.3-.2-.35a.55.55 0 0 0-.21-.05 1.31 1.31 0 0 0-.14.01v.54a.84.84 0 0 0 .02.24c.02.03.07.1.12.11a1.07 1.07 0 0 0 .2.02h.3a.56.56 0 0 0 .21-.04 1.09 1.09 0 0 0 .33-.44.15.15 0 0 1 .07 0 .14.14 0 0 1 .05 0v.55c0 .05-.04.05-.11.05zm1.44.05a1.16 1.16 0 0 1-.47-.12.23.23 0 0 0-.08-.02.42.42 0 0 0-.15.08.13.13 0 0 1-.12-.06c0-.04.04-.17.04-.25l-.02-.33a.11.11 0 0 1 .09-.05h.03a4.29 4.29 0 0 0 .2.4.64.64 0 0 0 .45.22.44.44 0 0 0 .33-.1.29.29 0 0 0 .11-.25.26.26 0 0 0-.05-.19.5.5 0 0 0-.22-.15c-.09-.04-.4-.12-.52-.18a.82.82 0 0 1-.28-.2.63.63 0 0 1-.12-.38.58.58 0 0 1 .63-.57.76.76 0 0 1 .49.14 1.4 1.4 0 0 1 .12-.12.11.11 0 0 1 .1.06 2.24 2.24 0 0 0-.03.28l.04.3a.2.2 0 0 1-.09.03.14.14 0 0 1-.03-.01c-.06-.1-.11-.27-.17-.36a.46.46 0 0 0-.41-.17.34.34 0 0 0-.37.3c0 .17.14.25.25.3l.3.1a2.8 2.8 0 0 1 .33.13.56.56 0 0 1 .34.54.66.66 0 0 1-.72.63zm-2.96 3.17c-.62 0-.95-.02-1.04-.02h-.3l-.5.02h-.12a.09.09 0 0 1 0-.05.24.24 0 0 1 0-.06.83.83 0 0 0 .3-.06.6.6 0 0 0 .07-.32v-1.2c0-.22-.11-.22-.34-.25a.25.25 0 0 1-.01-.05c0-.02 0-.05.02-.05h1.77c.05 0 .07 0 .07.04l.02.47-.05.02a.14.14 0 0 1-.05 0 .92.92 0 0 0-.3-.36.32.32 0 0 0-.19-.05h-.5c-.02 0-.02 0-.03.08l-.01.41v.27h.07a1 1 0 0 0 .23-.03.4.4 0 0 0 .2-.14.9.9 0 0 0 .06-.17.13.13 0 0 1 .06-.02.1.1 0 0 1 .05.02l-.02.44.01.4a.07.07 0 0 1-.05.02.24.24 0 0 1-.06 0c-.02-.18-.05-.3-.2-.36a.55.55 0 0 0-.22-.04 1.3 1.3 0 0 0-.14 0v.54a.67.67 0 0 0 .03.25.2.2 0 0 0 .12.11 1.03 1.03 0 0 0 .2.01h.28a.58.58 0 0 0 .23-.03 1.13 1.13 0 0 0 .32-.44.17.17 0 0 1 .13 0v.54c0 .05-.03.06-.1.06zm2.99-1.95c-.21.01-.4.12-.4.46v1.05l.03.45a.22.22 0 0 1-.09.03.14.14 0 0 1-.05-.03l-1.44-1.55.01.32v.57c0 .04 0 .15.02.23a.26.26 0 0 0 .1.22.53.53 0 0 0 .27.09.1.1 0 0 1 .02.05.12.12 0 0 1-.02.05h-.91a.18.18 0 0 1 0-.04.13.13 0 0 1 .01-.05.5.5 0 0 0 .33-.14.68.68 0 0 0 .03-.25v-1.04a.36.36 0 0 0-.08-.22.74.74 0 0 0-.1-.1 1.18 1.18 0 0 0-.23-.1.16.16 0 0 1-.01-.05.1.1 0 0 1 .01-.06h.05l.44.01h.1a.2.2 0 0 1 .06.05l1.07 1.17.25.28v-.84l-.01-.24a.56.56 0 0 0-.07-.22c-.03-.05-.23-.08-.33-.1a.14.14 0 0 1-.01-.06.16.16 0 0 1 0-.04h.06l.36.01h.53a.11.11 0 0 1 0 .05.1.1 0 0 1 0 .04zm6.75-6.42c-.2 0-.39.12-.39.46v1.05l.01.45a.2.2 0 0 1-.08.03c-.01 0-.02 0-.05-.03l-1.45-1.55.02.32V17l.01.23a.29.29 0 0 0 .1.22.56.56 0 0 0 .28.09.1.1 0 0 1 .01.05.17.17 0 0 1-.01.05h-.9a.2.2 0 0 1-.01-.04.1.1 0 0 1 .01-.05.5.5 0 0 0 .33-.14.59.59 0 0 0 .03-.25v-1.04a.4.4 0 0 0-.07-.22.92.92 0 0 0-.1-.1 1.07 1.07 0 0 0-.24-.1.38.38 0 0 1 0-.05.2.2 0 0 1 0-.05h.59a.31.31 0 0 1 .07.05l1.07 1.17.24.28v-.84a2.03 2.03 0 0 0-.01-.24.5.5 0 0 0-.06-.22c-.04-.05-.24-.08-.34-.1a.15.15 0 0 1-.01-.06.09.09 0 0 1 0-.04h.07l.36.01h.52a.13.13 0 0 1 .01.04.1.1 0 0 1-.01.05zm2.13 1.69a1.02 1.02 0 0 1-1.45.01 1.13 1.13 0 0 1 0-1.55 1.02 1.02 0 0 1 .72-.3 1.1 1.1 0 0 1 .54.14 1.07 1.07 0 0 1 .5.91 1.14 1.14 0 0 1-.31.79zm-.34-1.5a.48.48 0 0 0-.4-.21.44.44 0 0 0-.38.21 1.18 1.18 0 0 0-.2.72 1.23 1.23 0 0 0 .19.72.45.45 0 0 0 .4.23.47.47 0 0 0 .44-.28 1.33 1.33 0 0 0 .14-.66 1.2 1.2 0 0 0-.19-.73zm3.25-.18a.41.41 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.02 0-.06-.03-.07-.08l-.32-.78-.25-.56a4.78 4.78 0 0 0-.18-.4.38.38 0 0 0-.33-.18.07.07 0 0 1-.02-.05.08.08 0 0 1 .01-.06h.13l.38.01.49-.01h.08c.02 0 .02.03.02.05a.13.13 0 0 1 0 .05c-.1.01-.32 0-.32.14a.25.25 0 0 0 .02.12l.5 1.21.44-1a.69.69 0 0 0 .05-.27c0-.1-.08-.16-.3-.18a.17.17 0 0 1 0-.05.25.25 0 0 1 0-.06h.07l.4.01h.42a.1.1 0 0 1 0 .1zm-5.7 3.74h-.07a1 1 0 0 0-.15-.3.47.47 0 0 0-.38-.2h-.2v1.52c0 .24.11.24.36.27a.1.1 0 0 1 .01.06.1.1 0 0 1 0 .05h-1.15a.1.1 0 0 1-.01-.05.24.24 0 0 1 0-.05c.33-.03.37-.09.38-.2V19.2a1.32 1.32 0 0 0-.01-.25 1.45 1.45 0 0 0-.33.02.8.8 0 0 0-.4.45.24.24 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.52c0-.05.01-.06.07-.06h.97c.48 0 .85-.02.94-.02.06 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.04zm2.45 1.4h-1.05a.08.08 0 0 1-.01-.05.17.17 0 0 1 0-.04c.2-.01.28-.05.28-.13a.7.7 0 0 0-.06-.26c-.06-.16-.1-.22-.1-.26-.02-.01-.02-.02-.06-.02h-.65a1.41 1.41 0 0 0-.15.39.45.45 0 0 0-.02.12c0 .06.07.14.3.14a.1.1 0 0 1 0 .06.17.17 0 0 1 0 .05h-.05l-.35-.01h-.45a.14.14 0 0 1 0-.03.12.12 0 0 1 0-.06.44.44 0 0 0 .3-.15 3.25 3.25 0 0 0 .26-.53l.31-.76.14-.3a4 4 0 0 1 .11-.21.13.13 0 0 1 .08-.04.12.12 0 0 1 .1.04.58.58 0 0 1 .04.1l.36.89.2.47.14.3c.08.16.2.16.32.2l.02.04-.01.05zm-1.3-1.62a3.76 3.76 0 0 0-.15.33 9.13 9.13 0 0 1-.16.4h.6c-.04-.13-.2-.5-.29-.73zm4.46 1.63l-.83-.01h-.23a.15.15 0 0 1-.01-.06.07.07 0 0 1 .02-.05 1.06 1.06 0 0 0 .2-.02c.08-.03.12-.12.12-.24V19l-.44.96-.15.33a4.29 4.29 0 0 0-.18.47.06.06 0 0 1-.07.03c-.03 0-.05 0-.06-.05-.06-.13-.1-.2-.11-.26l-.69-1.5h-.01v.38l.01.96c0 .3.16.43.39.43a.16.16 0 0 1 .02.05.12.12 0 0 1-.02.05H35l-.4-.01h-.42a.2.2 0 0 1-.01-.05.24.24 0 0 1 0-.05 1.06 1.06 0 0 0 .3-.1c.05-.04.09-.13.09-.33v-1.05c0-.16-.03-.23-.1-.29a1.02 1.02 0 0 0-.27-.05.14.14 0 0 1-.02-.05.17.17 0 0 1 .02-.06h.86a.12.12 0 0 1 .05.06l.6 1.38.12-.27c.1-.23.23-.56.42-.92l.12-.24.78-.01a.12.12 0 0 1 .02.05.1.1 0 0 1-.01.05c-.09.02-.24.02-.3.13-.03.04-.04.08-.04.25v.99c0 .38.1.41.14.44a.74.74 0 0 0 .2.03.1.1 0 0 1 .02.05l-.03.06zm-5.67 1.8h-.06a1 1 0 0 0-.15-.3.48.48 0 0 0-.38-.2h-.2v1.53c0 .24.11.24.36.27a.1.1 0 0 1 .01.06.1.1 0 0 1 0 .05h-.1l-.51-.01-.53.01a.1.1 0 0 1-.01-.05.25.25 0 0 1 0-.06c.33-.02.37-.08.38-.18v-1.36a1.3 1.3 0 0 0-.01-.26 1.45 1.45 0 0 0-.32.03.8.8 0 0 0-.41.45.24.24 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.53c0-.05.01-.06.07-.06h.97c.49 0 .85-.02.94-.02.06 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.03zm2.55-.53a.41.41 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.02 0-.05-.03-.07-.08l-.32-.78-.25-.56a4.69 4.69 0 0 0-.18-.4.38.38 0 0 0-.33-.18.07.07 0 0 1-.02-.05.08.08 0 0 1 .02-.06h.12l.38.01.49-.01h.08c.02 0 .02.03.02.05a.13.13 0 0 1 0 .05c-.1.01-.32 0-.32.14a.25.25 0 0 0 .02.12l.51 1.2.43-1a.69.69 0 0 0 .05-.26c0-.11-.08-.16-.29-.19a.17.17 0 0 1 0-.04.24.24 0 0 1 0-.07h.06c.1 0 .19.02.4.02l.26-.01h.15a.1.1 0 0 1 0 .1zm3.16 1.94l-.82-.01h-.23a.12.12 0 0 1-.01-.05.06.06 0 0 1 .01-.06 1.09 1.09 0 0 0 .2-.01c.09-.04.12-.13.12-.25v-1.48l-.44.96-.15.33a5.46 5.46 0 0 0-.18.46c-.01.04-.05.04-.07.04s-.04 0-.06-.06c-.05-.12-.1-.2-.11-.25l-.69-1.5h-.01v.38l.01.96c0 .3.16.43.4.43a.13.13 0 0 1 0 .05.11.11 0 0 1 0 .05h-.11l-.4-.01h-.42a.1.1 0 0 1-.02-.06.11.11 0 0 1 .02-.04 1.1 1.1 0 0 0 .3-.1.49.49 0 0 0 .07-.33v-1.05c0-.17-.02-.23-.1-.3a1.03 1.03 0 0 0-.26-.04.1.1 0 0 1-.02-.06.12.12 0 0 1 .02-.06l.36.01h.5a.12.12 0 0 1 .04.05l.6 1.39.12-.28a9.22 9.22 0 0 1 .43-.92l.12-.23.77-.02c.01.02.03.03.03.05a.12.12 0 0 1-.02.06c-.08 0-.23 0-.3.13-.03.04-.05.07-.05.24v.99c0 .38.1.42.15.45a.67.67 0 0 0 .2.02.08.08 0 0 1 .02.06c0 .03 0 .04-.02.06zm225.4-12.3a.83.83 0 0 0-.07-.37h-.6c-1.33 0-2.18.05-4.56.05-.82 0-2.04-.05-2.32-.05h-.7c-.07.05-.1.34-.1.45a.7.7 0 0 0 .13.45 11.1 11.1 0 0 1 2.73.76 5.15 5.15 0 0 1 .77 2.7c.02.4.05.8.05 1.88v5.53a10.62 10.62 0 0 1-.05 1.14c-.46-.5-1.09-1.46-2.15-2.65l-8.83-9.79a1.73 1.73 0 0 0-.4-.34l-.8-.02c-1.7 0-4.75-.08-5.2-.08a.97.97 0 0 0-.11.37 4.4 4.4 0 0 0 .08.5 3.63 3.63 0 0 1 1.98 1 8.9 8.9 0 0 1 1.4 1.67 2.3 2.3 0 0 1 .11.84c0 1.38-.08 3.31-.08 5.16v5.37a11.7 11.7 0 0 1-.16 2.01 5.5 5.5 0 0 1-2.77 1.35 1.54 1.54 0 0 0-.1.48c0 .08.02.34.07.36h.5c.53 0 1.75-.08 2.54-.08 1.17 0 1.96.08 3.04.08h1.6c.1-.02.12-.34.12-.45a1.22 1.22 0 0 0-.08-.42 5.09 5.09 0 0 1-3.17-1.64 15.06 15.06 0 0 1-.34-3.28c0-.84-.03-2-.03-3.57 0-2.09.03-3.91.06-4.83l.47.57 12.22 13.73a1.53 1.53 0 0 0 .74.16.63.63 0 0 0 .32-.05 3.05 3.05 0 0 0 .23-1.2l-.02-1.95V16.6c0-3.3 1.56-4.23 3.38-4.31a1.13 1.13 0 0 0 .1-.5m-30.3 8.4c0 4-1.11 7.52-2.62 8.76a4.29 4.29 0 0 1-2.8.96 3.96 3.96 0 0 1-3.51-1.78 14.08 14.08 0 0 1-1.56-6.87c0-3.68.95-6.56 2.64-7.96a4.21 4.21 0 0 1 2.75-1.03 4.4 4.4 0 0 1 3.6 1.82c1 1.38 1.5 3.36 1.5 6.1m4.8.5a8.87 8.87 0 0 0-4.71-8.22 10.22 10.22 0 0 0-5.03-1.35 10.77 10.77 0 0 0-8.91 4.93 10.1 10.1 0 0 0-1.53 5.34 9.86 9.86 0 0 0 3.78 7.75 9.92 9.92 0 0 0 6.03 1.9 10.95 10.95 0 0 0 4.02-.77 9.53 9.53 0 0 0 3.67-2.51 10.21 10.21 0 0 0 2.67-7.06m-23.24-3.33v-5.4c0-.4-.16-.5-.55-.5-.8 0-4.97.1-9.2.1-3.29 0-6.01-.05-7.49-.05h-1.96c-.34 0-.45.08-.45.45V17a.77.77 0 0 0 .43.1 2.02 2.02 0 0 0 .58-.05c1.19-2.4 2.3-3.7 3.7-4.42.79-.07 2.35-.1 2.77-.1.03.3.06 1.22.08 2.33.03 1.9.03 2.72.03 7.22 0 3.89-.03 5.63-.08 6.05-.1.74.02 1.3-3.15 1.44a1.5 1.5 0 0 0-.08.6 2.1 2.1 0 0 0 .03.42h1.02c.98 0 3.28-.1 4.24-.1.76 0 3.22.08 4.83.08h.74a1.33 1.33 0 0 0 .08-.55.99.99 0 0 0-.1-.48 5.48 5.48 0 0 1-2.72-.5 8.08 8.08 0 0 1-.24-1.98c-.03-2.86-.05-3.94-.05-5.85 0-2.45.02-4.12.02-8.7.37 0 1.22-.02 2.01 0a5.18 5.18 0 0 1 3.15 2.01 13.32 13.32 0 0 1 1.4 2.89 1.34 1.34 0 0 0 .45.05 1.42 1.42 0 0 0 .5-.1m-22.8 8.6a5.82 5.82 0 0 0-.02-.77.59.59 0 0 0-.4-.08 2.22 2.22 0 0 0-.58.05 10.1 10.1 0 0 1-2.91 4.03 4.03 4.03 0 0 1-1.99.3h-2.16a9.74 9.74 0 0 1-1.75-.14c-.4-.08-.82-.71-1-1.14a2.77 2.77 0 0 1-.29-1.66v-5.79h.98a4.17 4.17 0 0 1 1.61.37 2.44 2.44 0 0 1 1.2 1.11 9.1 9.1 0 0 1 .44 2.2 1.89 1.89 0 0 0 .7.1.94.94 0 0 0 .52-.14c0-.71-.16-2.64-.16-3.7 0-1.32.18-3.14.26-4.09a1.07 1.07 0 0 0-.52-.1 1.93 1.93 0 0 0-.69.07c-.08.37-.37 1.48-.43 1.56a3.2 3.2 0 0 1-1.8 1.38 7.12 7.12 0 0 1-1.53.2h-.56v-2.45c0-2.54.06-3.36.08-3.84l.1-.9a10.93 10.93 0 0 1 1.6-.05c1.53 0 2.24.02 2.48.02a3.02 3.02 0 0 1 1.7.53 11.22 11.22 0 0 1 2.53 3.28 2.11 2.11 0 0 0 .56.05c.16 0 .18-.05.4-.15 0-1.62-.11-3.7-.16-4.37-.03-.26-.08-.34-.6-.34-.22 0-1.23-.05-2.28-.05-1.5 0-2.12.02-4.42.02l-4.9.03c-1.58 0-2.93-.05-3.62-.05h-.9a.86.86 0 0 0-.13.42 1.19 1.19 0 0 0 .13.53 13.43 13.43 0 0 1 1.94.29 2.17 2.17 0 0 1 .95 1.72c.05.56.08 2.09.08 3.3v5.45c0 1.11-.03 2.73-.06 3.39a7.65 7.65 0 0 1-.58 2.51 6.99 6.99 0 0 1-2.38.4 1.6 1.6 0 0 0-.13.58 1.02 1.02 0 0 0 .13.48h.87c.85 0 3.97-.08 4.69-.08.66 0 1.93.05 3.46.05.85 0 3.33.16 8.67.16a2.25 2.25 0 0 0 .72-.06.8.8 0 0 0 .1-.42c.06-.53.06-2.09.06-4.23m-22.37.92a.88.88 0 0 0-.9-.63l-.19.03c-1.59 2.25-3.33 3.09-5.32 3.09a5.8 5.8 0 0 1-5.34-3.5 14.5 14.5 0 0 1-.82-4.8 11.67 11.67 0 0 1 .8-4.63c1.16-3.07 2.85-4.02 4.92-4.02a5.42 5.42 0 0 1 4.23 2.38 11.87 11.87 0 0 1 1.34 3.2 2.82 2.82 0 0 0 .59.07 1.29 1.29 0 0 0 .63-.23c-.02-.3-.29-2.33-.29-2.97 0-.79.21-2.08.21-2.59a2.1 2.1 0 0 0-1.03-.29 5.18 5.18 0 0 0-.9 1.09 8.7 8.7 0 0 0-5.87-1.88 9.02 9.02 0 0 0-6.64 2.62 10.04 10.04 0 0 0-2.83 7.45 9.67 9.67 0 0 0 3.73 7.91 10.54 10.54 0 0 0 6.16 1.77c3.23 0 5.59-1.21 6.77-2.82a5.54 5.54 0 0 0 .75-1.25m-20.59-15.1a.86.86 0 0 0-.08-.37h-.61c-1.32 0-2.17.05-4.55.05-.82 0-2.04-.05-2.33-.05h-.68c-.08.05-.11.35-.11.45a.69.69 0 0 0 .14.45 11.22 11.22 0 0 1 2.72.77 5.2 5.2 0 0 1 .76 2.7c.03.39.06.79.06 1.87v5.53a9.04 9.04 0 0 1-.06 1.14c-.44-.5-1.08-1.46-2.14-2.65l-8.82-9.78a1.75 1.75 0 0 0-.4-.34l-.79-.03c-1.7 0-4.76-.08-5.21-.08a.97.97 0 0 0-.1.37 4.37 4.37 0 0 0 .07.5 3.62 3.62 0 0 1 1.99 1 8.75 8.75 0 0 1 1.4 1.67 2.3 2.3 0 0 1 .1.84c0 1.38-.07 3.31-.07 5.16v5.37a11.62 11.62 0 0 1-.16 2.01 5.5 5.5 0 0 1-2.78 1.35 1.6 1.6 0 0 0-.1.48c0 .08.02.34.08.37h.5c.53 0 1.74-.09 2.54-.09 1.16 0 1.95.09 3.04.09h1.57c.1-.03.14-.35.14-.45a1.24 1.24 0 0 0-.08-.43 5.08 5.08 0 0 1-3.17-1.64 15.19 15.19 0 0 1-.34-3.28c0-.84-.03-2-.03-3.57 0-2.08.03-3.9.06-4.83.16.18.34.42.47.58l12.21 13.73a1.54 1.54 0 0 0 .74.16.62.62 0 0 0 .32-.05 3.05 3.05 0 0 0 .23-1.2c0-.76-.03-1.56-.03-1.95V16.59c0-3.3 1.57-4.23 3.4-4.31a1.13 1.13 0 0 0 .1-.5M121.91 30.1a1.77 1.77 0 0 0-.08-.53 19.7 19.7 0 0 1-1.95-.23 4.16 4.16 0 0 1-.9-2.04 362.9 362.9 0 0 1-.06-6.35v-6.5a2.1 2.1 0 0 1 .48-1.43 4.55 4.55 0 0 1 2.36-.69 1.66 1.66 0 0 0 .07-.5.78.78 0 0 0-.13-.42h-.77c-1.1 0-3.7.13-4.6.13-.55 0-3.14-.08-4.3-.1h-.58a.63.63 0 0 0-.14.45 3.24 3.24 0 0 0 .05.5 5.55 5.55 0 0 1 2.07.37 2.92 2.92 0 0 1 .87 2.24c.02.5.05 1.59.08 4.02.02 1.33.05 3.17.05 4.7 0 .77-.05 2.49-.08 3.41a4.53 4.53 0 0 1-.37 1.6c-.31.26-.63.73-2.57.86a2.04 2.04 0 0 0-.08.56c0 .21.06.32.06.45h.45c1.06 0 3.7-.14 5.07-.14.4 0 3.15.09 4.02.09h.88a1.06 1.06 0 0 0 .1-.45M100.7 16.3c0 1.64-1.11 3.52-2.4 3.83a8.86 8.86 0 0 1-2.17.22 5.97 5.97 0 0 1-.98-.06l-.03-2.25v-4.86a.84.84 0 0 1 .16-.58 2.64 2.64 0 0 1 1.12-.16c2.06 0 2.96.18 3.7 1.43a4.71 4.71 0 0 1 .6 2.43m7.67 13.83a1.29 1.29 0 0 0-.13-.56 4.04 4.04 0 0 1-1.75-.34 5.34 5.34 0 0 1-.45-.66 28.67 28.67 0 0 0-1.13-3.04 10 10 0 0 0-1.96-3.15 8.43 8.43 0 0 0-1.99-.87 27.45 27.45 0 0 1-1.08-.43 8.26 8.26 0 0 1 1.08-.15c1.96-.24 2.41-.58 2.91-.98a4.17 4.17 0 0 0 1.64-3.44 5.08 5.08 0 0 0-3.3-4.82 12.98 12.98 0 0 0-3.17-.28c-1.99 0-4.76.18-6.08.18-.4 0-2.7-.05-3.63-.05-.4 0-1.4-.05-1.56-.05a1.52 1.52 0 0 0-.13.5 2.94 2.94 0 0 0 .05.47c.45.05 1.27.16 1.7.24a3.13 3.13 0 0 1 1.1 1.43 67.13 67.13 0 0 1 .17 6.74c0 2.7.02 5.82-.1 6.83a2.01 2.01 0 0 1-1.09 1.77 13.67 13.67 0 0 1-1.5.18 1.3 1.3 0 0 0-.14.53 1.64 1.64 0 0 0 .1.42c.37 0 4.42-.07 5.26-.07 1.7 0 3.13.07 4.63.07a1.1 1.1 0 0 0 .1-.4 1.65 1.65 0 0 0-.1-.55c-.53-.05-1.19-.2-1.48-.27a1.98 1.98 0 0 1-1.14-1.87l-.02-6.11a5.52 5.52 0 0 1 .69-.03 2.7 2.7 0 0 1 1.4.42 5.12 5.12 0 0 1 2.09 1.94 16.1 16.1 0 0 1 1.66 5.68c.08.56.3 1.03.8 1.09.2.02 1.6.08 2.61.08h3.79a.73.73 0 0 0 .15-.45m-28.72-13.7a4.33 4.33 0 0 1-1.34 3.3 4.3 4.3 0 0 1-2.76.72 8.66 8.66 0 0 1-1.13-.05c-.21-.03-.35-.05-.35-.19l.03-7.75a12.09 12.09 0 0 1 1.53-.13c1.8 0 2.91.45 3.44 1.56a5.63 5.63 0 0 1 .58 2.54m4.73.1a5.06 5.06 0 0 0-2.82-4.6 13.08 13.08 0 0 0-4.74-.6c-2.03 0-5.2.16-6.6.16-.99 0-2.47-.11-3.29-.11a.97.97 0 0 0-.13.42 1.27 1.27 0 0 0 .08.53c.5.16 1.32.3 1.85.43a2.26 2.26 0 0 1 .71 1.5c.08.93.14 2.1.14 4.1 0 5.59-.03 8.52-.11 9.15a2.24 2.24 0 0 1-1.5 1.88 14.8 14.8 0 0 1-1.54.26 2.8 2.8 0 0 0-.06.56.74.74 0 0 0 .08.37c.85 0 3.34-.1 4.29-.1 2.35 0 4.76.1 5.73.1h.67a.76.76 0 0 0 .08-.42 1.28 1.28 0 0 0-.06-.48 4.3 4.3 0 0 1-2.48-.85 2.25 2.25 0 0 1-.53-1.56l-.08-5.81c1.58.1 3.28.15 4.2.15a9.93 9.93 0 0 0 3.07-.47 4.84 4.84 0 0 0 3.04-4.6M263 41.28c0-.16-.1-.22-.16-.32-1.08 0-2.51.08-3.07.08-1.34 0-2.98-.1-3.7-.1-.08.15-.1.18-.1.3a.94.94 0 0 0 .05.33c.77.15 1.88.34 2.09.71a1.9 1.9 0 0 1 .24 1.03 2.58 2.58 0 0 1-.16.98c-.24.66-.74 1.7-1.45 3.15a52.4 52.4 0 0 1-2.41 4.6 91.87 91.87 0 0 1-2.6-5.02l-1.47-3.23a2.45 2.45 0 0 1-.1-.72 1.76 1.76 0 0 1 .1-.68c.23-.48 1.05-.53 2.17-.67a1.16 1.16 0 0 0 .07-.39c0-.18-.08-.13-.16-.26h-.47c-1.77 0-1.25.08-4.29.08-1.3 0-2.85-.08-3.06-.08-.1.18-.16.2-.16.4a.57.57 0 0 0 .1.31c1.77.42 2.3.74 2.49 1.09l4.63 9.07a10.46 10.46 0 0 1 .84 1.98 14.71 14.71 0 0 1 .22 3.17 2.25 2.25 0 0 1-.85 2.04 12.68 12.68 0 0 1-2.12.34.63.63 0 0 0-.13.37 1.12 1.12 0 0 0 .08.32c1.35 0 2.75-.03 3.54-.03.56 0 1.4.03 2.97.06.9.02 1.58.05 2.06.05a.78.78 0 0 0 .13-.34.58.58 0 0 0-.1-.35 6.33 6.33 0 0 1-2.3-.53 2.03 2.03 0 0 1-.7-1.69l-.2-3.97a1.46 1.46 0 0 1 .1-.63 3.98 3.98 0 0 1 .29-.74l4.07-8.06a5.47 5.47 0 0 1 1.7-1.78 7.42 7.42 0 0 1 1.72-.53.97.97 0 0 0 .1-.34m-21.37 5.45v-5.14c0-.4-.16-.5-.55-.5-.8 0-4.45.1-8.68.1-3.28 0-5.47-.05-6.96-.05h-1.95c-.34 0-.45.08-.45.45v4.79a.47.47 0 0 0 .31.1.69.69 0 0 0 .32-.05c1.03-2.3 1.56-3.52 3.34-4.42.79-.08 3.56-.1 3.99-.1.02.29.05 1.21.08 2.33.03 1.9.03 2.93.03 7.43 0 3.89-.03 5.9-.09 6.32-.1.74.03 1.3-3.14 1.43a.84.84 0 0 0-.08.45 1.22 1.22 0 0 0 .03.31h1.03c.97 0 2.27-.1 3.22-.1.77 0 2.22.08 3.84.08h.74a.7.7 0 0 0 .08-.4.6.6 0 0 0-.11-.37 5.44 5.44 0 0 1-2.72-.5 8.07 8.07 0 0 1-.24-1.98c-.03-2.86-.05-4.2-.05-6.11 0-2.46.02-4.34.02-8.91.37 0 2.33-.03 3.13 0a4.76 4.76 0 0 1 2.98 2 8.48 8.48 0 0 1 1.19 2.89 1.05 1.05 0 0 0 .4.05.5.5 0 0 0 .3-.1M219.65 59.8a.85.85 0 0 0-.08-.37c-.4-.03-1.48-.14-1.96-.24a4.18 4.18 0 0 1-.9-2.04 398.46 398.46 0 0 1-.05-6.61v-6.71a2.12 2.12 0 0 1 .47-1.43 4.51 4.51 0 0 1 2.36-.69.78.78 0 0 0 .08-.34.45.45 0 0 0-.13-.32h-.76c-1.12 0-2.7.13-3.6.13-.56 0-2.15-.08-3.3-.1h-.59a.38.38 0 0 0-.13.34 1.82 1.82 0 0 0 .05.35 5.7 5.7 0 0 1 2.07.37 2.93 2.93 0 0 1 .87 2.25c.03.5.05 1.85.08 4.28.03 1.32.05 3.12.05 4.65 0 .77-.05 2.75-.08 3.68a4.5 4.5 0 0 1-.37 1.58c-.32.27-.63.74-2.56.88a1.06 1.06 0 0 0-.08.4c0 .2.05.2.05.34h.45c1.06 0 2.7-.13 4.07-.13.4 0 2.14.07 3.02.07h.87a.64.64 0 0 0 .1-.34m-13.06-4.86a4.9 4.9 0 0 0-2.99-4.66 14.79 14.79 0 0 0-2.93-1.06 19.17 19.17 0 0 1-3.84-1.45 3.17 3.17 0 0 1-1.56-2.88c0-1.7 1.72-3.1 3.73-3.1a4.43 4.43 0 0 1 3.62 1.85 13.49 13.49 0 0 1 1.64 3.02 1.05 1.05 0 0 0 .27.05.86.86 0 0 0 .58-.26 20.75 20.75 0 0 1-.21-2.38 13.8 13.8 0 0 1 .24-2.07.81.81 0 0 0-.8-.37 5.88 5.88 0 0 0-1.03.96 6.6 6.6 0 0 0-4.5-1.64c-3.25 0-5.58 2.17-5.58 5.05a5.3 5.3 0 0 0 .98 2.9 5.78 5.78 0 0 0 2.57 1.94c.76.31 4.2 1.35 4.68 1.53 2.11.82 2.9 1.53 2.9 3.41a4.13 4.13 0 0 1-1.16 2.67 3.69 3.69 0 0 1-2.93 1.25 5.93 5.93 0 0 1-4.45-1.96 12.6 12.6 0 0 1-1.8-3.57.9.9 0 0 0-.37-.05.94.94 0 0 0-.5.15c0 .35.1 2.1.1 2.62a11.04 11.04 0 0 1-.28 2.36 1 1 0 0 0 .85.53 3.73 3.73 0 0 1 1.32-.85 1.23 1.23 0 0 1 .63.24 7.63 7.63 0 0 0 4.42 1.32c3.73 0 6.4-1.88 6.4-5.55m-23.4-9.13a4.28 4.28 0 0 1-2.9 3.94 14.25 14.25 0 0 1-2.76.22 16.01 16.01 0 0 1-1.61-.06l-.03-2.33v-5c0-.34.08-.53.19-.6a8.55 8.55 0 0 1 1.85-.16c2.48 0 3.62.23 4.52 1.53a4.16 4.16 0 0 1 .74 2.46m5.55 14.01a.7.7 0 0 0-.13-.39 4.06 4.06 0 0 1-1.75-.34 5.94 5.94 0 0 1-.45-.66 33.85 33.85 0 0 0-1.1-3.3 9.87 9.87 0 0 0-1.96-3.16 7.06 7.06 0 0 0-1.9-.87 40.92 40.92 0 0 1-1.09-.42 10.45 10.45 0 0 1 1.09-.16 4.85 4.85 0 0 0 2.8-.98 4.2 4.2 0 0 0 1.74-3.41 5.04 5.04 0 0 0-3.3-4.79 13 13 0 0 0-3.17-.29c-1.99 0-3.47.18-4.8.18-.39 0-1.68-.05-2.6-.05-.4 0-1.4-.05-1.57-.05-.08.19-.13.24-.13.35a1.7 1.7 0 0 0 .05.37c.45.05 1.27.15 1.7.23a3.1 3.1 0 0 1 1.1 1.43c.14.85.16 3.23.16 6.96 0 2.7.03 6.08-.1 7.09a2 2 0 0 1-1.09 1.76 14.9 14.9 0 0 1-1.5.2.68.68 0 0 0-.14.36 1.07 1.07 0 0 0 .1.32c.38 0 3.42-.08 4.27-.08 1.69 0 2.11.08 3.62.08a.65.65 0 0 0 .1-.3.75.75 0 0 0-.1-.39c-.53-.05-1.2-.21-1.48-.26a1.98 1.98 0 0 1-1.14-1.88l-.02-6.61c.2-.03.97-.03 1.18-.03a4.9 4.9 0 0 1 2.12.37 5.93 5.93 0 0 1 2.6 2.14 16.6 16.6 0 0 1 1.66 5.77c.08.55.29 1.03.8 1.08a9.6 9.6 0 0 0 1.53.08h2.75a.45.45 0 0 0 .15-.34m-22.18-4.02a6.94 6.94 0 0 0-.03-.77.59.59 0 0 0-.4-.08.74.74 0 0 0-.34.06 7 7 0 0 1-2.73 4.04 4.98 4.98 0 0 1-2.24.3h-2.96a12.39 12.39 0 0 1-1.75-.14c-.4-.08-.82-.72-1-1.14a3.43 3.43 0 0 1-.3-1.82V50.2h.85a5.22 5.22 0 0 1 2.25.38 3.18 3.18 0 0 1 1.43 1.13 9.06 9.06 0 0 1 .37 2.2.66.66 0 0 0 .42.1.61.61 0 0 0 .43-.14c0-.7-.16-2.64-.16-3.7 0-1.32.18-2.93.26-3.89a.69.69 0 0 0-.42-.1.8.8 0 0 0-.43.08c-.07.37-.29 1.48-.34 1.56a3.85 3.85 0 0 1-2.03 1.4 8.42 8.42 0 0 1-2.17.22h-.43v-2.6c0-2.54.06-3.57.08-4.05l.1-.9c.25-.03 1-.05 2.23-.05 1.53 0 2.67.02 2.9.02a2.98 2.98 0 0 1 1.7.53 6.73 6.73 0 0 1 2.36 3.28.73.73 0 0 0 .31.05c.16 0 .19-.05.4-.15a59 59 0 0 0-.16-4.1c-.03-.27-.08-.34-.6-.34-.22 0-1.22-.06-2.28-.06-1.51 0-2.12.03-4.42.03l-4.52.03c-1.59 0-1.93-.06-2.62-.06h-.9a.54.54 0 0 0-.14.32.63.63 0 0 0 .14.37 13.4 13.4 0 0 1 1.94.3c.37.3.71.4.95 1.66.05.55.08 2.35.08 3.57v5.44c0 1.11-.03 2.94-.05 3.6a8 8 0 0 1-.59 2.57 6.99 6.99 0 0 1-2.39.4.88.88 0 0 0-.13.42.63.63 0 0 0 .13.37h.88c.85 0 2.97-.08 3.68-.08.66 0 1.56.05 3.1.05.85 0 3.33.16 8.68.16a2.24 2.24 0 0 0 .7-.05.8.8 0 0 0 .12-.42c.05-.53.05-1.83.05-3.97m-19.6-14.43c0-.11-.03-.27-.14-.3h-.9c-.63 0-1.64.06-2.09.06-2.14 0-2.9-.14-3.22-.14h-.48c-.05.14-.13.22-.13.35 0 .1.05.18.05.29a9.85 9.85 0 0 1 1.83.4 2.49 2.49 0 0 1 .66 1.66 10.03 10.03 0 0 1-.64 2.41l-4.25 10.47-5.23-13.25a1.99 1.99 0 0 1 .87-1.48 11.6 11.6 0 0 1 1.71-.21.97.97 0 0 0 .1-.37c0-.1-.02-.26-.13-.29h-.66c-.81 0-2.06.1-3.46.1-.6 0-1.8-.05-2.96-.05h-1.03a.55.55 0 0 0-.1.32.57.57 0 0 0 .08.31 9.18 9.18 0 0 1 2.22.9 47.23 47.23 0 0 1 2.17 4.82l2.19 5.3c1.82 4.38 2.9 7.31 3.04 7.82.13.08 0 .15.23.15s.22-.04.27-.18l6.82-16.4a5.26 5.26 0 0 1 .95-1.5 4.2 4.2 0 0 1 2.12-.85 1.25 1.25 0 0 0 .1-.34m-23.15 18.43a.82.82 0 0 0-.08-.37c-.4-.03-1.48-.13-1.96-.24a4.22 4.22 0 0 1-.9-2.04c-.02-1.27-.05-4.15-.05-6.6v-6.72a2.1 2.1 0 0 1 .48-1.44 4.5 4.5 0 0 1 2.35-.68.78.78 0 0 0 .08-.34.43.43 0 0 0-.14-.32h-.76c-1.11 0-2.7.13-3.6.13-.55 0-2.14-.08-3.3-.1h-.58a.37.37 0 0 0-.14.34 1.84 1.84 0 0 0 .05.34 5.68 5.68 0 0 1 2.07.37 2.91 2.91 0 0 1 .87 2.25c.03.5.05 1.86.08 4.29.03 1.32.06 3.12.06 4.65 0 .77-.06 2.75-.09 3.67a4.44 4.44 0 0 1-.37 1.6c-.31.26-.63.73-2.56.87a1.01 1.01 0 0 0-.08.4c0 .2.05.2.05.34h.45c1.06 0 2.7-.14 4.07-.14.4 0 2.14.08 3.02.08h.87a.61.61 0 0 0 .1-.34M111.86 41.3a.42.42 0 0 0-.08-.26h-.6c-1.33 0-1.9.05-4.29.05-.82 0-2.03-.05-2.32-.05h-.7c-.07.05-.1.24-.1.34a.34.34 0 0 0 .14.29 11.36 11.36 0 0 1 2.72.77 5.23 5.23 0 0 1 .77 2.7c.02.39.05.79.05 1.87v7.86a10.42 10.42 0 0 1-.05 1.13c-.45-.5-1.22-1.48-2.25-2.7l-10.1-11.79a1.75 1.75 0 0 0-.4-.34l-.68-.03c-1.7 0-3.18-.08-3.63-.08a.53.53 0 0 0-.07.27 1.99 1.99 0 0 0 .05.34 4.63 4.63 0 0 1 2.04.74 7.7 7.7 0 0 1 1.29 1.56 2.3 2.3 0 0 1 .1.85c0 1.37-.07 3.88-.07 5.73v5.64a11.9 11.9 0 0 1-.16 2 5.55 5.55 0 0 1-2.78 1.36.76.76 0 0 0-.1.32c0 .08.02.23.08.26h.5c.52 0 1.74-.08 2.54-.08 1.16 0 1.69.08 2.77.08h1.6c.1-.03.12-.24.12-.34a.5.5 0 0 0-.08-.27A5.09 5.09 0 0 1 95 57.88a15.54 15.54 0 0 1-.35-3.33l-.02-3.78c0-2.09.02-4.97.05-5.9l.58.69 12.54 14.67a.37.37 0 0 0 .32.16c.13 0 .05 0 .15-.05a4.05 4.05 0 0 0 .14-1.2c0-.76-.03-1.55-.03-1.95V45.96c0-3.3 1.56-4.24 3.39-4.31a.6.6 0 0 0 .1-.35m-24.5.13a.55.55 0 0 0-.12-.34h-.77c-.82 0-1.93.06-2.88.06-1.06 0-2.25-.06-3.02-.06h-.95a.62.62 0 0 0-.1.34.93.93 0 0 0 .07.35c.11 0 2.04.02 2.38.5a6.51 6.51 0 0 1 1.03 1.96 17.27 17.27 0 0 1 .22 2.9c0 2.25 0 3.76-.03 4.55a14.24 14.24 0 0 1-.48 3.52c-.74 2.3-2.45 3.44-5.18 3.44a7.24 7.24 0 0 1-3.1-.66 4.45 4.45 0 0 1-2.56-3.33l-.14-7.94-.02-3.22c0-.61.77-1.17 1.03-1.48a12.54 12.54 0 0 1 2.04-.27.76.76 0 0 0 .13-.37.44.44 0 0 0-.18-.34l-1 .03c-.99.02-2.28.05-3.1.05-1.27 0-2.25-.03-3.04-.03h-1.11a.45.45 0 0 0-.14.37.42.42 0 0 0 .1.32c.85.1 1.4.19 1.78.26a2.23 2.23 0 0 1 .93 1.17c.02.34.07 1.19.07 2.85v6.35a16.25 16.25 0 0 0 .27 3.54 5.22 5.22 0 0 0 2.3 3.25 8.66 8.66 0 0 0 4.84 1.27 9.1 9.1 0 0 0 4.55-1.08 5.42 5.42 0 0 0 2.61-3.52 12.12 12.12 0 0 0 .42-3.14v-5.08c0-.95.06-2.14.06-2.62a5.33 5.33 0 0 1 .8-2.91 10.94 10.94 0 0 1 2.19-.37.65.65 0 0 0 .1-.32"}})])])}),[],!1,null,"6dc82cb2",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoUniversity.vue";e.default=s.exports},Otma:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconRefresh",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("QlrM"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M4.5,14C4.5,14,4.5,14,4.5,14c-0.2,0-0.3-0.1-0.4-0.2l-3-4.5C0.9,9,1,8.7,1.2,8.6c0.2-0.2,0.5-0.1,0.7,0.1l2.6,4\n l3.1-3.5c0.2-0.2,0.5-0.2,0.7,0c0.2,0.2,0.2,0.5,0,0.7l-3.5,4C4.8,13.9,4.6,14,4.5,14z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M14,22c-0.3,0-0.5-0.2-0.5-0.5S13.7,21,14,21c5,0,9-4,9-9c0-5-4-9-9-9c-5,0-9,4-9,9v1.5C5,13.8,4.8,14,4.5,14\n S4,13.8,4,13.5V12C4,6.5,8.5,2,14,2c5.5,0,10,4.5,10,10C24,17.5,19.5,22,14,22z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconRefresh.vue";e.default=s.exports},P3nq:function(t,e){},PSLC:function(t,e,n){var r={"./LogoFacebook.vue":"q2A7","./LogoFriends.vue":"po+s","./LogoGovDocs.vue":"YHd/","./LogoLibrary.vue":"I7an","./LogoLibraryIcon.vue":"Pgbo","./LogoTwitter.vue":"i/xl","./LogoUniversity.vue":"Obua"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="PSLC"},"PZ/G":function(t,e){},Pgbo:function(t,e,n){"use strict";n.r(e);var r={name:"LogoLibraryIcon",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:97},height:{type:[Number,String],default:97}}},i=(n("9wbe"),n("KHd+")),a=n("Y3yW"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height,viewBox:"0 0 96 97",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-library-icon",role:"img"}},[e("title",{attrs:{id:"logo-library-icon"}},[this._v("Princeton University Library Icon")]),this._v(" "),e("g",[e("path",{attrs:{d:"M12.2 0h71.5A12.27 12.27 0 0196 12.2v72.5A12.29 12.29 0 0183.7 97H12.2A12.27 12.27 0 010 84.7V12.2A12.25 12.25 0 0112.2 0z",fill:"#ef7622"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M10.8 83.5V20.1a22 22 0 006.6-3v59.8h.4a13.42 13.42 0 003.5-.4 39.8 39.8 0 007.6-2.5c1.2-.5 2.4-1.1 3.7-1.7a16.34 16.34 0 015.7-1.7 12 12 0 016.2.8 9.13 9.13 0 012.3 1.5 4.9 4.9 0 011.1 2c0 .1 0 .1.1.2s0-.1 0-.1a4.45 4.45 0 011.2-2.1 8 8 0 013.2-1.9 10.87 10.87 0 014.4-.5 16 16 0 016.4 1.7q3 1.5 6 2.7a27.18 27.18 0 006.2 1.7 12.29 12.29 0 002.7.2h.3V17.1a20.23 20.23 0 006.6 2.8v63.5H10.8z"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M24.8 32.7A74.92 74.92 0 0125 17l.4.2a17.22 17.22 0 004.8 1.7 13.15 13.15 0 008.9-1.4 19.23 19.23 0 005-3.9 22.63 22.63 0 003.5-4.8l.1-.2.3.2a24.47 24.47 0 005.7 6.7 16.37 16.37 0 006.3 3.2 13.91 13.91 0 007.3-.4 14.76 14.76 0 002.9-1.2l.2-.1h.1a74 74 0 01.2 15.6h-46m11 27.8a54.59 54.59 0 01-5.3-8.7l17.4-17.4 17.4 17.4a47.68 47.68 0 01-5.2 8.7l-6-6-6.1-6.1-12.2 12.1"}})])])}),[],!1,null,"d5693714",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoLibraryIcon.vue";e.default=s.exports},PrlM:function(t,e,n){"use strict";var r=n("16kV");n.n(r).a},Ps93:function(t,e,n){"use strict";n.r(e);var r={name:"LibraryHeader",status:"ready",release:"1.0.0",type:"Pattern",props:{type:{type:String,default:"div"},appName:{type:String,default:""},abbrName:{type:String,default:""},appUrl:{type:String,default:""},maxWidth:{type:Number,default:1170},theme:{type:String,default:"dark"}},methods:{value:function(t){return"light"==t?"light":"dark"}}},i=(n("bjrT"),n("KHd+")),a=n("s5+B"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.type,{tag:"component",class:["lux-library-header",t.theme]},[n("wrapper",{staticClass:"lux-header-content",attrs:{maxWidth:t.maxWidth}},[n("library-logo",{attrs:{theme:t.value(t.theme)}}),t._v(" "),n("a",{staticClass:"lux-app-name",attrs:{href:t.appUrl,title:t.appName,"aria-labelledby":"appName"}},[n("span",{staticClass:"full-name",attrs:{id:"appName"}},[t._v(t._s(t.appName))]),t._v(" "),n("span",{staticClass:"abbr-name"},[t._v(t._s(t.abbrName))])]),t._v(" "),n("spacer"),t._v(" "),t._t("default")],2)],1)}),[],!1,null,"55812d38",null);"function"==typeof o.a&&o()(s),s.options.__file="LibraryHeader.vue";e.default=s.exports},"Q/XQ":function(t,e){},Q2Do:function(t,e){},QC6r:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconSearch",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("7LhX"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M8.5,17C3.8,17,0,13.2,0,8.5C0,3.8,3.8,0,8.5,0C13.2,0,17,3.8,17,8.5C17,13.2,13.2,17,8.5,17z M8.5,1\n C4.4,1,1,4.4,1,8.5S4.4,16,8.5,16S16,12.6,16,8.5S12.6,1,8.5,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.5,24c-0.1,0-0.3,0-0.4-0.1l-9.3-9.3c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l9.3,9.3c0.2,0.2,0.2,0.5,0,0.7\n C23.8,24,23.6,24,23.5,24z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconSearch.vue";e.default=s.exports},QCEB:function(t,e,n){"use strict";var r=n("r6IM");n.n(r).a},QlrM:function(t,e){},RBhM:function(t,e,n){},RFJP:function(t,e,n){"use strict";n.r(e);var r=n("cDf5"),i=n.n(r),a={name:"InputAutocomplete",status:"prototype",release:"1.0.0",type:"Element",props:{items:{type:Array,required:!1,default:""},placeholder:{type:String,default:""},defaultValue:{type:String,default:""},label:{type:String,default:""},hideLabel:{type:Boolean,default:!1},id:{type:String,default:""},name:{type:String,default:""},isAsync:{type:Boolean,required:!1,default:!1},required:{type:Boolean,default:!1},focused:{type:Boolean,default:!1}},data:function(){return{isOpen:!1,results:[],search:"",inputValue:"",isLoading:!1,arrowCounter:-1}},methods:{onChange:function(){this.$emit("input",this.search),this.isAsync?this.isLoading=!0:(this.filterResults(),this.isOpen=!0)},filterResults:function(){var t=this;if(this.items.length&&"object"===i()(this.items[0])){var e=this.items.filter((function(e){return e.label.toLowerCase().indexOf(t.search.toLowerCase())>-1}));this.results=e.map((function(t){return t.label}))}else this.results=this.items.filter((function(e){return e.toLowerCase().indexOf(t.search.toLowerCase())>-1}))},setResult:function(t){if(this.search=t,this.inputValue=t,this.isOpen=!1,this.items.length&&"object"===i()(this.items[0])){var e=this.items.find((function(e){return e.label===t}));void 0!==e&&(this.inputValue=e.id)}},onArrowDown:function(){this.arrowCounter<this.results.length&&(this.arrowCounter=this.arrowCounter+1)},onArrowUp:function(){this.arrowCounter>0&&(this.arrowCounter=this.arrowCounter-1)},onEnter:function(){this.setResult(this.results[this.arrowCounter]),this.isOpen=!1,this.arrowCounter=-1},onEscape:function(){this.setResult(this.search),this.isOpen=!1},handleClickOutside:function(t){this.$el.contains(t.target)||(this.setResult(this.search),this.isOpen=!1,this.arrowCounter=-1)}},watch:{items:function(t,e){this.isAsync&&(this.results=t,this.isOpen=!0,this.isLoading=!1)}},created:function(){this.setResult(this.defaultValue)},mounted:function(){document.addEventListener("click",this.handleClickOutside);var t=this;t.$nextTick((function(){t.focused&&this.$refs.autoComplete.focus()}))},destroyed:function(){document.removeEventListener("click",this.handleClickOutside)}},o=(n("jur8"),n("KHd+")),s=n("wzZG"),c=n.n(s),u=Object(o.a)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"lux-autocomplete"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("div",{staticClass:"lux-autocomplete-input"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.search,expression:"search"}],ref:"autoComplete",attrs:{id:"displayInput",autocomplete:"off",type:"text",required:t.required},domProps:{value:t.search},on:{input:[function(e){e.target.composing||(t.search=e.target.value)},t.onChange],keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:t.onArrowDown.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:t.onArrowUp.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.onEnter.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.onEscape.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"tab",9,e.key,"Tab")?null:t.onEscape.apply(null,arguments)}]}}),t._v(" "),n("ul",{directives:[{name:"show",rawName:"v-show",value:t.isOpen,expression:"isOpen"}],staticClass:"lux-autocomplete-results"},[t.isLoading?n("li",{staticClass:"loading"},[t._v("Loading results...")]):t._l(t.results,(function(e,r){return n("li",{key:r,staticClass:"lux-autocomplete-result",class:{"is-active":r===t.arrowCounter},on:{click:function(n){return t.setResult(e)}}},[t._v("\n "+t._s(e)+"\n ")])}))],2),t._v(" "),n("input",{attrs:{name:t.name,id:t.id,type:"hidden","data-input-value":""},domProps:{value:t.inputValue}})])])}),[],!1,null,null,null);"function"==typeof c.a&&c()(u),u.options.__file="InputAutocomplete.vue";e.default=u.exports},"RH/b":function(t,e,n){"use strict";var r=n("Nx/Z");n.n(r).a},RIqP:function(t,e,n){var r=n("Ijbi"),i=n("EbDI"),a=n("ZhPi"),o=n("Bnag");t.exports=function(t){return r(t)||i(t)||a(t)||o()},t.exports.__esModule=!0,t.exports.default=t.exports},RVJi:function(t,e){},RXAD:function(t,e,n){},Rsh5:function(t,e,n){"use strict";var r=n("BcKr");n.n(r).a},"S/3G":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconExclamation",status:"ready",release:"3.1.1",type:"Element"},i=n("KHd+"),a=n("DVR0"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.5,1h-23C0.2,1,0,1.2,0,1.5v16C0,17.8,0.2,18,0.5,18H7v3.5c0,0.2,0.1,0.4,0.3,0.5c0.1,0,0.1,0,0.2,0\n\t\tc0.1,0,0.3-0.1,0.4-0.1l3.9-3.9h11.8c0.3,0,0.5-0.2,0.5-0.5v-16C24,1.2,23.8,1,23.5,1z M23,17H11.5c-0.1,0-0.3,0.1-0.4,0.1L8,20.3\n\t\tv-2.8C8,17.2,7.8,17,7.5,17H1V2h22V17z"}}),this._v(" "),e("path",{attrs:{d:"M11.5,11c0.3,0,0.5-0.2,0.5-0.5v-6C12,4.2,11.8,4,11.5,4S11,4.2,11,4.5v6C11,10.8,11.2,11,11.5,11z"}}),this._v(" "),e("circle",{attrs:{cx:"11.5",cy:"13",r:"1"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconExclamation.vue";e.default=s.exports},S7Xs:function(t,e,n){},SL3b:function(t,e,n){"use strict";var r=n("5EEV");n.n(r).a},SThQ:function(t,e){},SuWI:function(t,e,n){"use strict";var r=n("iyXH");n.n(r).a},T5iX:function(t,e,n){"use strict";n.r(e);var r={name:"UniversityLogo",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"div"}}},i=(n("fL1g"),n("KHd+")),a=n("OEVl"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-university-logo"},[e("a",{attrs:{href:"https://princeton.edu"}},[e("svg-icon",{attrs:{name:"logo-university",ariaLabel:"Princeton University",width:"142px",height:"40px"}})],1)])}),[],!1,null,"657ddfae",null);"function"==typeof o.a&&o()(s),s.options.__file="_UniversityLogo.vue";e.default=s.exports},TA8l:function(t,e,n){"use strict";var r=n("7DGA");n.n(r).a},TPhY:function(t,e){},TRU7:function(t,e,n){"use strict";n.r(e);var r={name:"MenuBar",status:"ready",release:"1.0.0",type:"Pattern",model:{prop:"active"},data:function(){return{isVisible:!1,activeItem:""}},props:{type:{type:String,default:"links",validator:function(t){return t.match(/(links|buttons|main-menu)/)}},active:{required:!1,type:String},menuItems:{required:!0,type:Array}},computed:{localActive:{get:function(){return this.active},set:function(t){this.$emit("input",t)}}},methods:{menuItemClicked:function(t){this.$emit("menu-item-clicked",t)},setActiveItem:function(t){this.activeItem===t?this.activeItem="":this.activeItem=t},hide:function(t){this.isVisible=!1,this.activeItem=""}},directives:{"click-outside":{bind:function(t,e,n){var r=e.modifiers.bubble,i=function(n){(r||!t.contains(n.target)&&t!==n.target)&&e.value(n)};t.__vueClickOutside__=i,document.addEventListener("click",i)},unbind:function(t,e){document.removeEventListener("click",t.__vueClickOutside__),t.__vueClickOutside__=null}}}},i=(n("SuWI"),n("KHd+")),a=n("+97c"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return"links"===t.type?n("nav",{staticClass:"lux-nav"},[n("ul",t._l(t.menuItems,(function(e,r){return n("li",{key:r},[e.children?[n("a",{key:r,staticClass:"lux-has-children lux-nav-item",attrs:{href:e.href,title:e.name,"aria-haspopup":"true"},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(e.name))]),t._v(" "),n("ul",{staticClass:"lux-nav-children",attrs:{"aria-label":"submenu"}},t._l(e.children,(function(r){var i=r.href,a=r.name,o=r.index,s=r.target;return n("li",{key:o},[n("a",{staticClass:"lux-nav-item",attrs:{href:i,title:a,target:s},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(a))])])})),0)]:[n("a",{staticClass:"lux-nav-item",attrs:{href:e.href,title:e.name},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(e.name))])]],2)})),0)]):"buttons"===t.type?n("div",{staticClass:"lux-menu"},[n("ul",t._l(t.menuItems,(function(e,r){return n("li",{key:e},[n("button",{key:r,class:["lux-menu-item",{"lux-active":t.localActive===e.component},{"lux-disabled":e.disabled},{"lux-is-child":!0===e.hasOwnProperty("parent")}],attrs:{href:e.href,disabled:e.disabled},domProps:{innerHTML:t._s(e.name)},on:{click:function(n){return t.menuItemClicked(n,e)}}})])})),0)]):"main-menu"===t.type?n("nav",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hide,expression:"hide"}],staticClass:"lux-main-menu",attrs:{"aria-label":"Main Navigation"}},[n("button",{staticClass:"lux-main-menu-toggle",class:{"is-active":t.isVisible},attrs:{"aria-haspopup":"true","aria-label":"Main Menu","aria-expanded":t.isVisible?"true":"false"},on:{click:function(e){t.isVisible=!t.isVisible}}},[n("hamburger")],1),t._v(" "),n("ul",{staticClass:"lux-main-menu-list",class:{"lux-show":t.isVisible}},t._l(t.menuItems,(function(e,r){return n("li",{key:r,class:{"lux-has-children":e.children}},[e.children?[n("button",{staticClass:"lux-submenu-toggle",attrs:{"aria-haspopup":"true","aria-expanded":t.activeItem?"true":"false","data-method":e.method},on:{click:function(e){return t.setActiveItem(r)}}},[t._v("\n "+t._s(e.name)+"\n ")]),t._v(" "),n("ul",{class:{"lux-show":r===t.activeItem},attrs:{role:"menu"}},t._l(e.children,(function(e,r){return n("li",{key:r},[n("a",{key:r,staticClass:"lux-nav-item",attrs:{role:"menuitem",href:e.href,title:e.name,target:e.target,"data-method":e.method}},[t._v(t._s(e.name))])])})),0)]:[n("a",{key:r,staticClass:"lux-nav-item",attrs:{href:e.href,title:e.name,"data-method":e.method}},[t._v("\n "+t._s(e.name)+"\n ")])]],2)})),0)]):t._e()}),[],!1,null,"1a95b942",null);"function"==typeof o.a&&o()(s),s.options.__file="MenuBar.vue";e.default=s.exports},"U/n4":function(t,e,n){"use strict";var r=n("rou7");n.n(r).a},UK8r:function(t,e,n){},V45c:function(t,e){},VO2P:function(t,e,n){"use strict";n.r(e);var r={name:"LibraryFooter",status:"ready",release:"1.0.0",type:"Pattern",props:{type:{type:String,default:"div"},maxWidth:{type:Number,default:1170}}},i=(n("BEDa"),n("KHd+")),a=n("BA3N"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.type,{tag:"component",class:["lux-library-footer"]},[n("wrapper",{staticClass:"lux-footer-content",attrs:{maxWidth:t.maxWidth}},[n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"Research Tools"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/research"}},[t._v("Research Tools")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://dss.princeton.edu"}},[t._v("Data and Statistics")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/research/databases"}},[t._v("Databases")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://catalog.princeton.edu/?f%5Baccess_facet%5D%5B%5D=Online&f%5Bformat%5D%5B%5D=Journal"}},[t._v("E-journals")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/library-guides"}},[t._v("Research Guides")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://catalog.princeton.edu/"}},[t._v("Catalog")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/databases/subject/special-collections"}},[t._v("Special Collections")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"Library Services"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/services"}},[t._v("Library Services")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/article-express",title:"Use our Interlibrary Loan and Article Express Services"}},[t._v("Article Express")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/borrowdirect"}},[t._v("Borrow Direct")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/access/circulation-policies"}},[t._v("Circulation")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/reserves"}},[t._v("Course Reserves")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/interlibrary-services",title:"Interlibrary Loan Services, Article Express"}},[t._v("Interlibrary Loan (ILL)")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/access"}},[t._v("Library Access")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/study-spaces"}},[t._v("Study Spaces and Lockers")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/accounts"}},[t._v("Your Accounts")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"About the Library"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/about"}},[t._v("About the Library")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://library.princeton.edu/collections-and-collection-development"}},[t._v("Collections and Collecting")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://rbsc.princeton.edu/exhibitions"}},[t._v("Exhibitions")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/about/locations"}},[t._v("Library Locations")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/alumni"}},[t._v("For Alumni")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/staff"}},[t._v("For Library Staff")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/staff/directory"}},[t._v("Staff Directory")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/about/friends"}},[t._v("Friends of the Library")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/technology/off-campus-access"}},[t._v("Using the Library Off-Campus")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("library-contact-info"),t._v(" "),n("logo-university",{attrs:{width:"142",height:"40"}}),t._v(" "),n("university-copyright",{attrs:{type:"div"}}),t._v(" "),n("university-accessibility",{attrs:{type:"span"}})],1)])],1)}),[],!1,null,"94954420",null);"function"==typeof o.a&&o()(s),s.options.__file="LibraryFooter.vue";e.default=s.exports},VWxe:function(t,e,n){},Vw4T:function(t,e){},"W+NU":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconGlobe",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("MerV"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M12,24c-3.1,0-6.1-1.2-8.5-3.5c-4.7-4.7-4.7-12.3,0-17c4.7-4.7,12.3-4.7,17,0s4.7,12.3,0,17C18.1,22.8,15.1,24,12,24z\n M12,1C9.2,1,6.4,2.1,4.2,4.2c-4.3,4.3-4.3,11.3,0,15.6c4.3,4.3,11.3,4.3,15.6,0c4.3-4.3,4.3-11.3,0-15.6C17.6,2.1,14.8,1,12,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M11,20.5c-1,0-2-2.5-2-3c0-0.4,0.2-0.7,0.3-1c0.1-0.2,0.2-0.4,0.2-0.5c0-0.2-0.4-0.7-0.9-1.1c-0.1-0.1-0.1-0.2-0.1-0.4\n c0-0.4-0.1-0.7-0.2-0.9c-0.3-0.2-0.8-0.2-1.5-0.2c-0.3,0-0.5,0-0.8,0c-1.6,0-2-1.6-2-2.5c0-0.2,0-3.9,2.9-4.5\n c1.3-0.3,2.2-0.2,2.7,0.2C9.8,6.9,9.9,7.1,10,7.2c0.5,0.4,1.5,0.2,2.3,0c0.3-0.1,0.5-0.1,0.8-0.2c0.1-0.8,0.1-1.7,0-2\n c-0.6,0.3-1.2,0.3-1.7,0c-0.5-0.3-0.8-0.8-0.9-1.5c-0.2-1.9,3.9-2.9,4.8-3c0.3-0.1,0.5,0.1,0.6,0.4c0.1,0.3-0.1,0.5-0.4,0.6\n c-1.9,0.4-4,1.3-4,2c0,0.2,0.1,0.5,0.4,0.7c0.2,0.1,0.6,0.1,0.9-0.1c0.3-0.1,0.6-0.1,0.8,0c0.7,0.5,0.6,2.1,0.4,3.5\n C14,7.8,13.7,8,13.5,8c-0.2,0-0.6,0.1-1,0.2C11.4,8.4,10,8.7,9.1,7.9C9.1,7.8,9,7.6,9,7.5c0,0-0.5-0.3-1.9,0C5,7.9,5,11,5,11\n c0,0.1,0,1.5,1,1.5c0.2,0,0.5,0,0.7,0c0.8,0,1.7-0.1,2.2,0.4c0.3,0.3,0.5,0.8,0.5,1.4c0.4,0.4,1,1.1,1,1.7c0,0.4-0.2,0.7-0.3,1\n c-0.1,0.2-0.2,0.4-0.2,0.5c0,0.4,0.7,1.8,1.1,2c1.6,0,2.4-0.7,2.4-2c0-0.2,0.1-0.4,0.3-0.5c0,0,0.7-0.2,1.3-0.9\n c0.1-0.1,0.1-0.1,0.1-0.1c0,0-0.1-0.1-0.2-0.2c-0.2-0.2-0.5-0.5-0.5-0.9c0-0.4,0.3-0.6,0.8-1.2c0.7-0.8,1.5-1.6,1.4-2.2\n c-0.5,0.1-1.1,0.2-1.6-0.3c-0.1-0.1-0.1-0.1-0.1-0.2c-0.2-0.7-0.5-1.4-0.6-1.6c-0.2,0-0.3-0.2-0.4-0.3c0-0.1-0.1-0.4,0.1-0.6\n c0.4-0.4,2.1-1.4,3.8-1.1C19.6,6.5,20,4.2,20,4.2c0-0.3,0.3-0.5,0.6-0.4c0.3,0,0.5,0.3,0.4,0.6c0,0.1-0.6,3-2.8,4.1\n c-0.1,0.1-0.2,0.1-0.3,0c-1.1-0.3-2.1,0.1-2.7,0.4c0.2,0.3,0.5,0.8,0.7,1.8c0.2,0.1,0.6,0,0.8-0.1c0.2-0.1,0.4-0.1,0.6,0.1\n c1.2,1.2-0.4,2.8-1.3,3.8c-0.2,0.2-0.4,0.4-0.5,0.5c0,0,0.1,0.1,0.1,0.1c0.2,0.2,0.5,0.5,0.6,0.9c0,0.3-0.1,0.6-0.4,0.8\n c-0.5,0.5-1,0.8-1.4,1C14.3,19.5,13.1,20.5,11,20.5z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconGlobe.vue";e.default=s.exports},WHI8:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconUserHome",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("n1u2"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M20.5,23h-17C3.2,23,3,22.8,3,22.5v-11C3,11.2,3.2,11,3.5,11S4,11.2,4,11.5V22h16V11c0-0.3,0.2-0.5,0.5-0.5\n S21,10.7,21,11v11.5C21,22.8,20.8,23,20.5,23z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.5,11.5c-0.1,0-0.2,0-0.3-0.1L12,1.2L0.8,11.4c-0.2,0.2-0.5,0.2-0.7,0c-0.2-0.2-0.2-0.5,0-0.7L11.7,0.1\n c0.2-0.2,0.5-0.2,0.7,0l11.5,10.5c0.2,0.2,0.2,0.5,0,0.7C23.8,11.4,23.6,11.5,23.5,11.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M19.5,5.5C19.2,5.5,19,5.3,19,5V2h-3c-0.3,0-0.5-0.2-0.5-0.5S15.7,1,16,1h3.5C19.8,1,20,1.2,20,1.5V5\n C20,5.3,19.8,5.5,19.5,5.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M12,15c-1.9,0-3.5-1.6-3.5-3.5S10.1,8,12,8s3.5,1.6,3.5,3.5S13.9,15,12,15z M12,9c-1.4,0-2.5,1.1-2.5,2.5\n S10.6,14,12,14c1.4,0,2.5-1.1,2.5-2.5S13.4,9,12,9z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M17.3,20H6.7c-0.3,0-0.5-0.2-0.5-0.5c0-3.1,2.5-5.5,5.8-5.5s5.8,2.4,5.8,5.5C17.8,19.8,17.6,20,17.3,20z M7.2,19h9.6\n c-0.3-2.3-2.2-4-4.8-4C9.4,15,7.4,16.7,7.2,19z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconUserHome.vue";e.default=s.exports},Wg8V:function(t,e,n){},WkPL:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},t.exports.__esModule=!0,t.exports.default=t.exports},WnL3:function(t,e,n){},"X/We":function(t,e,n){"use strict";var r=n("u9A1");n.n(r).a},X2rl:function(t,e,n){"use strict";var r=n("XDeQ");n.n(r).a},XDeQ:function(t,e,n){},XdQX:function(t,e,n){"use strict";n.r(e);var r={name:"InputSelect",status:"ready",release:"1.0.0",type:"Element",model:{event:"change"},computed:{hasError:function(){return this.errormessage.length}},props:{value:{type:String},multiple:{type:Boolean,default:!1},options:{required:!0,type:Array},label:{type:String,default:""},hideLabel:{type:Boolean,default:!1},errormessage:{type:String,default:""},wrapper:{type:String,default:"div",validator:function(t){return t.match(/(div|section)/)}},id:{type:String,default:"",required:!0},name:{type:String,default:"",required:!0},width:{type:String,default:"auto",validator:function(t){return t.match(/(auto|expand)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{change:function(t){this.$emit("change",t.target.value)},inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("GqHY"),n("KHd+")),a=n("zvzC"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-select"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel},attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("select",{class:["lux-select",{"lux-select-error":t.hasError},{"lux-select-expand":"expand"===t.width},t.size],attrs:{id:t.id,disabled:t.disabled,required:t.required,focus:t.focus,multiple:t.multiple,errormessage:t.errormessage,name:t.name},domProps:{value:t.value},on:{change:function(e){return t.change(e)},blur:function(e){return t.inputblur(e.target)}}},t._l(t.options,(function(e,r){return n("option",{key:r,attrs:{disabled:e.disabled},domProps:{value:e.value}},[t._v(t._s(e.label))])})),0),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e()])}),[],!1,null,"2a529e3a",null);"function"==typeof o.a&&o()(s),s.options.__file="InputSelect.vue";e.default=s.exports},Xl01:function(t,e,n){var r={"./Alert.vue":"zj92","./Banner.vue":"EWKo","./Card.vue":"uJhq","./DataTable.vue":"mlqV","./GridContainer.vue":"CNq7","./GridItem.vue":"w9WQ","./Heading.vue":"oIR/","./Hyperlink.vue":"5Dup","./InputAutocomplete.vue":"RFJP","./InputButton.vue":"ADNt","./InputCheckbox.vue":"eW0d","./InputDataList.vue":"gEzz","./InputRadio.vue":"A4bl","./InputSelect.vue":"XdQX","./InputText.vue":"xMM/","./Loader.vue":"wAg7","./LuxDatePicker.vue":"AKnq","./LuxSelect2.vue":"6Od6","./MediaImage.vue":"d7pG","./Spacer.vue":"vW6B","./Tag.vue":"ONH9","./TextStyle.vue":"r6ov","./Wrapper.vue":"9t9y","./_CardContent.vue":"xSCS","./_CardHeader.vue":"2FPS","./_CardMedia.vue":"ZYGN","./_Hamburger.vue":"55Ur","./_Icon.vue":"Lmn2","./_LibraryContactInfo.vue":"wHW2","./_LibraryLogo.vue":"yk1l","./_SvgIcon.vue":"8IW8","./_UniversityAccessibility.vue":"fL5o","./_UniversityCopyright.vue":"BND2","./_UniversityLogo.vue":"T5iX"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="Xl01"},XnhV:function(t,e){},XvlE:function(t,e){},Y3yW:function(t,e){},"YHd/":function(t,e,n){"use strict";n.r(e);var r={name:"LogoGovDocs",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:32},height:{type:[Number,String],default:32}}},i=(n("kwNh"),n("KHd+")),a=n("HXRA"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:"0 0 32 32",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-gov-docs",role:"img"}},[n("title",{attrs:{id:"logo-gov-docs",lang:"en"}},[t._v("Government Docs Logo")]),t._v(" "),n("g",[n("path",{attrs:{fill:"#002C64",d:"M15.1 30.2c-1.2-.1-1.9-.2-2.7-.4-2.8-.7-5.1-2.1-7.2-4.1-3-3-4.8-6.9-5.1-11.5-.1-.6-.1-3.4-.1-6.7V1.8h32v.4c.1.7.1 11 0 11.9-.3 3.1-.9 5.4-2.3 7.8-2.6 4.8-7.2 7.8-12.3 8.3-.8 0-1.7.1-2.3 0z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M17.2 29.5c1.8-.1 4.4-1 6-1.9 2.7-1.6 4.9-3.9 6.3-6.9.8-1.6 1.2-4 1.2-7 0-1.4 0-1.7-.2-2.6-.5-2.7-1.8-5.2-3.7-7-.4-.4-.5-.5-.5-.8 0-.5 0-.5-3.5-.5-2.7 0-3.2 0-3.4.1-.4.2-.5.7-.1.7s.7.1 1 .3c.4.3.7.3 1.2.1.5-.2.7-.2.9 0 .1.1.2.2.2.5 0 .4-.1.5-.7.5-.5 0-.9-.2-1.7-.7-.6-.4-.8-.4-2.2 0-1.1.3-1.2.4-1.3.6-.3.4-.3.8 0 1.6.2.4.3.8.3.9 0 .1.1.2.2.2.2 0 .2 0 .4-.2.2-.4.6-.4 1.1-.3.8.2 1.4.5 2.3 1.4.5.5 1.1 1.9 1.2 3.2.1.9.1 2.3-.1 3.1-.5 2-1.7 3.9-3.2 4.9-.3.2-1.2.7-1.6.8-.5.2-1.8.2-2.4.1-1.2-.3-2.7-1.3-3.6-2.5-.3-.4-.7-1.4-.8-2.2-.1-.7 0-1.9.1-2.4.4-1.4 1.6-2.7 3.2-3.5.9-.4 1.1-.7 1-1.3-.1-.4-.3-.7-.6-1l-.3-.2H.7v2.6l.3.2.3.2h8s-.2.2-.4.5c-1 1.8-1.3 3.8-.8 6 .2.8.9 2.2 1.6 3.2 1.1 1.4 2.8 2.5 4.4 2.8.8.2 2.1.2 3 .1l.5-.1-.3.4c-.5.7-1 2-1.2 3.5-.1.8-.5 1.8-.8 2.2-.1.2-.2.3-.2.4 0 0 .2.1.5.1h.7s.5 0 .9-.1z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M14 29.2c.3-.1.7-.5.9-.8.1-.2.2-.7.3-1.2.2-.9.5-1.7.9-2.6.1-.3.2-.5.2-.5h-.4c-.2 0-.7-.1-1-.1-.3-.1-.7-.1-.8-.1-.4.1-1.5 1.3-2.3 2.5-.4.6-1 1.1-1.8 1.4-.3 0-.5.2-.4.2.1.2 1.8.8 3.3 1.1.8.2.8.2 1.1.1zm-4.6-2.1c.8-.4 1.2-.8 1.6-1.5.5-.7.7-1 1.5-1.6.3-.2.5-.4.5-.4s-.2-.1-.3-.2c-.4-.2-1.1-.6-1.7-1-.4-.3-.8-.3-1.5-.1-.4.1-1.6.7-2.2 1.1-.9.6-1.5.8-2.1.8h-.5c0 .3.9 1.2 2.1 2 1.1.8 1.6 1.1 1.9 1.1.1.1.4 0 .7-.2zm-4-3.6c.1-.1.5-.3.8-.5 1.2-.8 2.4-1.3 3.2-1.4.3 0 .5-.1.5-.1s-1.8-2.3-2-2.6c-.4-.5-1.6-.5-2.6 0-.7.3-1.5.5-2.3.5-.5 0-.8 0-.9-.1-.2-.1-.2-.1-.2 0 0 .2 1.5 3.2 1.8 3.5.5.7 1.1 1 1.7.7zm-2.5-4.8c1.4-.3 3.1-.6 3.5-.7.3 0 .5 0 .7.1.1.1.2.1.3.1 0 0 0-.2-.1-.4s-.2-.8-.3-1.3c-.1-.5-.1-.9-.2-1 0-.1-.2-.2-.4-.3-.3-.2-.4-.2-2.6-.2-2.1 0-2.4-.1-2.6-.2-.2-.1-.3-.1-.4-.1l.4 3c.1.7.2.8.4 1 .3.1.6.2 1.3 0zm12.7-.4c.3-.3.8-.3 1.1 0 .1.1.2.1 1.6.1h1.5v-6.6h-1v-.6c0-.7 0-.7-.8-.5-.6.2-1.1.4-1.5.8l-.3.3-.3-.3c-.4-.4-.9-.7-1.5-.8-.8-.2-.7-.2-.8.5v.6h-1v6.5h3z"}}),t._v(" "),n("path",{attrs:{fill:"#C30035",d:"M13.2 15.3c0-2.5 0-2.6.1-2.6s.1 0 .1 2.2v2.2h.4c.2 0 .5.1.7.1.3.1 1.2.6 1.2.6h-2.6v-2.5zm3.4 2.4c.7-.4 1.1-.6 1.6-.6h.5v-4.4h.4v5.2h-2.8l.3-.2z"}}),t._v(" "),n("path",{attrs:{fill:"#C30035",d:"M15.6 16.8c-.3-.2-1-.5-1.2-.5h-.2v-4.6l.3.1c.4.1.9.4 1.1.6l.2.2v2.1c-.1 2.2-.1 2.2-.2 2.1zm1-2c0-1.9 0-2.2.1-2.3.2-.3.7-.6 1.1-.7l.3-.1v4.6h-.2c-.2 0-.8.3-1.1.5l-.2.1v-2.1z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M6.9 14.3c0-.3.2-1.4.3-1.8.1-.3.1-.4 0-.7-.2-.6-.1-.6-3.1-.6H1.5L1 11l-.5-.2v.6c.1 1.2.3 2.2.4 2.4.1.1.2.3.3.3.1.1.9.1 2.4.1 2.3 0 2.9.1 3.1.3.1.1.2 0 .2-.2z"}})])])}),[],!1,null,"09d0af73",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoGovDocs.vue";e.default=s.exports},YLx5:function(t,e,n){"use strict";var r=n("tbEL");n.n(r).a},YXvi:function(t,e,n){"use strict";var r=n("iiMY");n.n(r).a},ZV5z:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconReportHealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("lls4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M12,21H2.5C1.673,21,1,20.327,1,19.5V4h3v1H2.5C2.224,5,2,5.224,2,5.5v14C2,19.776,2.224,20,2.5,20h8 c0.276,0,0.5-0.224,0.5-0.5S10.776,19,10.5,19H3V6h1v0.5C4,6.776,4.224,7,4.5,7h8C12.776,7,13,6.776,13,6.5V6h1v5 c0,0.276,0.224,0.5,0.5,0.5S15,11.276,15,11V5.5C15,5.224,14.776,5,14.5,5H13V4h3v7.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 v-8C17,3.224,16.776,3,16.5,3H13V2.5C13,2.224,12.776,2,12.5,2h-1.545C10.766,0.963,9.98,0,8.5,0S6.234,0.963,6.045,2H4.5 C4.224,2,4,2.224,4,2.5V3H0.5C0.224,3,0,3.224,0,3.5v16C0,20.879,1.122,22,2.5,22H12c0.276,0,0.5-0.224,0.5-0.5S12.276,21,12,21z M5,3h1.5C6.776,3,7,2.776,7,2.5C7,2.347,7.042,1,8.5,1S10,2.347,10,2.5C10,2.776,10.224,3,10.5,3H12v3H5V3z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,9h-5C5.224,9,5,9.224,5,9.5S5.224,10,5.5,10h5c0.276,0,0.5-0.224,0.5-0.5S10.776,9,10.5,9z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,11h-5C5.224,11,5,11.224,5,11.5S5.224,12,5.5,12h5c0.276,0,0.5-0.224,0.5-0.5S10.776,11,10.5,11z"}}),this._v(" "),e("path",{attrs:{d:"M11,13.5c0-0.276-0.224-0.5-0.5-0.5h-5C5.224,13,5,13.224,5,13.5S5.224,14,5.5,14h5C10.776,14,11,13.776,11,13.5z"}}),this._v(" "),e("path",{attrs:{d:"M5.5,15C5.224,15,5,15.224,5,15.5S5.224,16,5.5,16h3C8.776,16,9,15.776,9,15.5S8.776,15,8.5,15H5.5z"}}),this._v(" "),e("path",{attrs:{d:"M20.414,13.001c-0.951,0-2.071,0.491-2.777,1.784c-0.706-1.293-1.826-1.784-2.777-1.784c-1.584,0-3.223,1.322-3.223,3.536 c0,3.181,5.473,7.198,5.706,7.367C17.43,23.969,17.534,24,17.637,24s0.207-0.031,0.294-0.096c0.233-0.169,5.706-4.187,5.706-7.367 C23.637,14.323,21.998,13.001,20.414,13.001z M17.637,22.876c-1.63-1.246-5-4.253-5-6.339c0-1.588,1.13-2.536,2.223-2.536 c1.086,0,1.942,0.864,2.291,2.313c0.108,0.449,0.864,0.449,0.973,0c0.348-1.448,1.204-2.313,2.291-2.313 c1.093,0,2.223,0.948,2.223,2.536C22.637,18.621,19.267,21.63,17.637,22.876z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconReportHealthy.vue";e.default=s.exports},ZYGN:function(t,e,n){"use strict";n.r(e);var r={name:"CardMedia",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"div"}}},i=(n("CPix"),n("KHd+")),a=n("5mbo"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement;return(this._self._c||t)(this.type,{tag:"component",staticClass:"lux-card-media"},[this._t("default")],2)}),[],!1,null,"479a9503",null);"function"==typeof o.a&&o()(s),s.options.__file="_CardMedia.vue";e.default=s.exports},ZhPi:function(t,e,n){var r=n("WkPL");t.exports=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},a1RN:function(t,e,n){},a9do:function(t,e,n){"use strict";var r=n("zkUx");n.n(r).a},aHKj:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconPicture",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("p3Ql"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M23.5,24h-23C0.2,24,0,23.8,0,23.5v-23C0,0.2,0.2,0,0.5,0h23C23.8,0,24,0.2,24,0.5v23C24,23.8,23.8,24,23.5,24z M1,23\n\t\t\t\t\th22V1H1V23z"}})]),this._v(" "),e("g",[e("rect",{attrs:{x:"0.5",y:"17",width:"23",height:"1"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M9.5,9h-3c-1.1,0-2-0.9-2-2c0-0.7,0.3-1.3,0.9-1.6C5.8,5.1,6.2,5,6.7,5c0.4-1.2,1.5-2,2.8-2c1.7,0,3,1.3,3,3\n\t\t\t\t\tS11.2,9,9.5,9z M6.5,6C6.3,6,6.1,6.1,5.9,6.2C5.7,6.4,5.5,6.7,5.5,7c0,0.6,0.4,1,1,1h3c1.1,0,2-0.9,2-2s-0.9-2-2-2\n\t\t\t\t\tc-1,0-1.8,0.7-2,1.7C7.5,5.8,7.4,6,7.3,6C7.2,6.1,7,6.1,6.9,6.1C6.7,6,6.6,6,6.5,6z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M21.6,17.7L18,10.7c-0.2-0.4-0.6-0.6-1-0.6c-0.4,0-0.8,0.2-1.1,0.6l-3,5.2c-0.1,0.1-0.2,0.2-0.4,0.2\n\t\t\t\t\tc-0.2,0-0.3-0.1-0.4-0.2c0,0-1.9-2.8-4.1-2.8c-1.8,0-3.5,3.4-4,4.7L3,17.3C3.3,16.8,5.2,12,8,12c2,0,3.7,1.7,4.4,2.6l2.6-4.5\n\t\t\t\t\tC15.5,9.4,16.2,9,17,9c0.8,0,1.5,0.5,1.9,1.2l3.5,7.1L21.6,17.7z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconPicture.vue";e.default=s.exports},aKAn:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconQuestion",status:"ready",release:"3.1.1",type:"Element"},i=n("KHd+"),a=n("Ob2K"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.5,1h-23C0.2,1,0,1.2,0,1.5v16C0,17.8,0.2,18,0.5,18H7v3.5c0,0.2,0.1,0.4,0.3,0.5c0.1,0,0.1,0,0.2,0\n\t\tc0.1,0,0.3-0.1,0.4-0.1l3.9-3.9h11.8c0.3,0,0.5-0.2,0.5-0.5v-16C24,1.2,23.8,1,23.5,1z M23,17H11.5c-0.1,0-0.3,0.1-0.4,0.1L8,20.3\n\t\tv-2.8C8,17.2,7.8,17,7.5,17H1V2h22V17z"}}),this._v(" "),e("path",{attrs:{d:"M9.5,8C9.8,8,10,7.8,10,7.5C10,6.1,11.1,5,12.5,5S15,6.1,15,7.5S13.9,10,12.5,10c-0.3,0-0.5,0.2-0.5,0.5v1\n\t\tc0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5V11c1.7-0.2,3-1.7,3-3.5C16,5.6,14.4,4,12.5,4S9,5.6,9,7.5C9,7.8,9.2,8,9.5,8z"}}),this._v(" "),e("circle",{attrs:{cx:"12.5",cy:"14",r:"1"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconQuestion.vue";e.default=s.exports},abkU:function(t,e,n){"use strict";var r=n("VWxe");n.n(r).a},aqOB:function(t,e,n){},b0ft:function(t,e,n){"use strict";var r=n("uvW8");n.n(r).a},b6L0:function(t,e,n){},bKDN:function(t,e,n){"use strict";n.r(e);var r=n("MVZn"),i=n.n(r),a=n("oCYn"),o=n("L2JU"),s=n("HOM/");a.a.use(o.a);var c=new o.a.Store({modules:{counter:s.a,gallery:s.c}}),u=n("t2rG"),l={name:"Gallery",status:"ready",release:"1.0.0",type:"Pattern",components:{draggable:n.n(u).a},computed:i()({items:{get:function(){return this.gallery.items},set:function(t){c.commit("SORT_ITEMS",t)}}},Object(o.b)({gallery:function(t){return c.state.gallery}})),props:{galleryItems:{required:!0,type:Array},cardPixelWidth:{required:!1,default:300}},methods:{deselect:function(t){"lux-gallery"!==t.target.className&&"lux-gallery lux-galleryWrapper"!==t.target.className||this.selectNone()},selectNone:function(){c.commit("SELECT",[])},getItemById:function(t){var e=this.getItemIndexById(t);return this.items[e]},getItemIndexById:function(t){return this.items.map((function(t){return t.id})).indexOf(t)},hasChanged:function(t){return this.gallery.changeList.indexOf(t)>-1},isDisabled:function(t){return this.gallery.cut.indexOf(t)>-1},isSelected:function(t){return this.gallery.selected.indexOf(t)>-1},select:function(t,e){if(!this.isDisabled(this.getItemById(t))){var n=[];if(e.metaKey)(n=this.gallery.selected).push(this.getItemById(t)),c.commit("SELECT",n);else if(1===this.gallery.selected.length&&e.shiftKey){for(var r=this.getItemIndexById(this.gallery.selected[0].id),i=this.getItemIndexById(t),a=Math.min(r,i),o=Math.max(r,i),s=a;s<=o;s++)n.push(this.items[s]);c.commit("SELECT",n)}else c.commit("SELECT",[this.getItemById(t)])}}},beforeMount:function(){this.galleryItems&&c.commit("SET_GALLERY",this.galleryItems)}},f=(n("N6C8"),n("KHd+")),d=n("DTy0"),p=n.n(d),h=Object(f.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("draggable",{staticClass:"lux-gallery",attrs:{tag:"div"},nativeOn:{click:function(e){return t.deselect(e)}},model:{value:t.items,callback:function(e){t.items=e},expression:"items"}},t._l(t.items,(function(e,r){return n("card",{key:e.id,staticClass:"lux-galleryCard",attrs:{id:e.id,cardPixelWidth:t.cardPixelWidth,size:"medium",selected:t.isSelected(e),disabled:t.isDisabled(e),edited:t.hasChanged(e.id)},on:{"!click":function(n){return t.select(e.id,n)}}},[n("media-image",{attrs:{src:e.mediaUrl}}),t._v(" "),n("heading",{attrs:{level:"h2"}},[t._v(t._s(e.title))]),t._v(" "),n("text-style",{attrs:{variation:"default"}},[t._v(t._s(e.caption))])],1)})),1)}),[],!1,null,null,null);"function"==typeof p.a&&p()(h),h.options.__file="Gallery.vue";e.default=h.exports},bjrT:function(t,e,n){"use strict";var r=n("lQpJ");n.n(r).a},bzL3:function(t,e,n){var r={"./deprecated.svg":"/thn","./prototype.svg":"2dwG","./ready.svg":"AAsE","./review.svg":"eAtJ"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="bzL3"},c0zK:function(t,e,n){},c1KM:function(t,e,n){var r={"./FormInputs.vue":"2F0E","./Index.vue":"lF/O","./NotFound.vue":"4K1/"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="c1KM"},cDf5:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},cqeX:function(t,e,n){},cu24:function(t,e,n){"use strict";var r=n("aqOB");n.n(r).a},d7pG:function(t,e,n){"use strict";n.r(e);var r={name:"MediaImage",status:"ready",release:"1.0.0",type:"Element",methods:{fixSrc:function(t){console.log(t),t.target.parentNode.classList.add("lux-default-thumbnail"),t.target.remove()}},props:{src:{type:String,default:null},alt:{type:String,default:""},height:{type:String,default:""},cover:{type:Boolean,default:!1},contain:{type:Boolean,default:!1}}},i=(n("7hub"),n("KHd+")),a=n("sBaT"),o=n.n(a),s=Object(i.a)(r,(function(t,e){var n=e._c;return n("div",e._g(e._b({staticClass:"lux-media-image",class:[e.props.height,{"lux-default-thumbnail":!e.props.src},e.data.class,e.data.staticClass],style:[e.data.style,e.data.staticStyle]},"div",e.data.attrs,!1),e.listeners),[e.props.src?n("img",{class:[{"lux-cover":e.props.cover},{"lux-contain":e.props.contain}],attrs:{src:e.props.src,alt:e.props.alt},on:{error:e.$options.methods.fixSrc}}):e._e(),e._v(" "),n("lux-icon-base",{attrs:{width:"50",height:"50","icon-name":"file","icon-color":"rgb(225,225,225)","icon-hide":"true"}},[n("lux-icon-file")],1)],1)}),[],!0,null,"3a93a7ad",null);"function"==typeof o.a&&o()(s),s.options.__file="MediaImage.vue";e.default=s.exports},"dU/N":function(t,e,n){"use strict";var r=n("Wg8V");n.n(r).a},daU6:function(t,e){},dpKW:function(t,e,n){},e7Eb:function(t,e){},e8yv:function(t,e){},eAtJ:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>'},eCho:function(t,e){},eJJI:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconView",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("HeHQ"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("g",[n("path",{attrs:{d:"M1.4,7.5c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.4-0.1,0.5-0.3c1-2.2,2.8-4,4.9-5.1c0.2-0.1,0.3-0.4,0.2-0.7\n\t\tC7.1,1.3,6.8,1.2,6.5,1.3C4.2,2.5,2.3,4.5,1.2,6.8C1.1,7.1,1.2,7.4,1.4,7.5z"}}),t._v(" "),n("path",{attrs:{d:"M9.5,1.3c2.3-0.5,4.8-0.3,7,0.7c0.1,0,0.1,0,0.2,0c0.2,0,0.4-0.1,0.5-0.3c0.1-0.3,0-0.5-0.2-0.7C14.6,0,11.8-0.3,9.3,0.3\n\t\tC9,0.4,8.9,0.6,8.9,0.9S9.2,1.3,9.5,1.3z"}}),t._v(" "),n("path",{attrs:{d:"M22.7,9.3c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6c-0.6-2.5-2.1-4.8-4.2-6.5\n\t\tc-0.2-0.2-0.5-0.1-0.7,0.1s-0.1,0.5,0.1,0.7C20.7,4.9,22.1,7,22.7,9.3z"}}),t._v(" "),n("path",{attrs:{d:"M1,12c0-0.7,0.1-1.5,0.2-2.2c0.1-0.3-0.1-0.5-0.4-0.6C0.6,9.2,0.3,9.3,0.2,9.6C0.1,10.4,0,11.2,0,12c0,1.8,0.4,3.6,1.2,5.2\n\t\tc0.1,0.2,0.3,0.3,0.4,0.3c0.1,0,0.1,0,0.2,0c0.2-0.1,0.4-0.4,0.2-0.7C1.4,15.3,1,13.7,1,12z"}}),t._v(" "),n("path",{attrs:{d:"M18.9,20.6c-1.9,1.5-4.2,2.4-6.6,2.4c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c2.7-0.1,5.2-1,7.2-2.6\n\t\tc0.2-0.2,0.2-0.5,0.1-0.7C19.4,20.5,19.1,20.4,18.9,20.6z"}}),t._v(" "),n("path",{attrs:{d:"M23.5,11.5c-0.3,0-0.5,0.2-0.5,0.5c0,2.4-0.8,4.7-2.3,6.7c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1\n\t\tc0.1,0,0.3-0.1,0.4-0.2c1.6-2.1,2.5-4.6,2.5-7.3v0C24,11.7,23.8,11.5,23.5,11.5z"}}),t._v(" "),n("path",{attrs:{d:"M9.6,22.7c-2.3-0.5-4.5-1.8-6-3.7c-0.2-0.2-0.5-0.2-0.7-0.1c-0.2,0.2-0.2,0.5-0.1,0.7c1.7,2,4,3.4,6.6,4c0,0,0.1,0,0.1,0\n\t\tc0.2,0,0.4-0.2,0.5-0.4C10,23.1,9.8,22.8,9.6,22.7z"}}),t._v(" "),n("path",{attrs:{d:"M12,7c-4.6,0-8.2,4.5-8.4,4.7c-0.1,0.2-0.1,0.4,0,0.6C3.8,12.5,7.4,17,12,17c4.6,0,8.2-4.5,8.4-4.7c0.1-0.2,0.1-0.4,0-0.6\n\t\tC20.2,11.5,16.5,7,12,7z M12,16c-3.4,0-6.4-3-7.3-4c0.9-1,3.9-4,7.3-4c3.4,0,6.4,3,7.3,4C18.4,13,15.4,16,12,16z"}}),t._v(" "),n("path",{attrs:{d:"M12,9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S13.6,9,12,9z M12,14c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S13.1,14,12,14z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconView.vue";e.default=s.exports},eW0d:function(t,e,n){"use strict";n.r(e);var r={name:"InputCheckbox",status:"ready",release:"1.0.0",type:"Element",model:{prop:"checked",event:"change"},data:function(){return{wrapper:this.groupLabel.length?"fieldset":"div"}},props:{vertical:{type:Boolean,default:!1},options:{required:!0,type:Array},label:{type:String,default:""},errormessage:{type:String,default:""},groupLabel:{type:String,default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{change:function(t){this.$emit("change",t.target.checked)},inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("kwgh"),n("KHd+")),a=n("PZ/G"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-input"},[t.groupLabel?n("legend",[t._v(t._s(t.groupLabel))]):t._e(),t._v(" "),t._l(t.options,(function(e,r){return n("div",{class:["lux-checkbox",{"lux-inline":!t.vertical}]},[n("input",{attrs:{type:"checkbox",id:e.id,name:t.label,disabled:e.disabled,required:e.required},domProps:{value:e.value,checked:e.checked},on:{change:function(e){return t.change(e)},blur:function(e){return t.inputblur(e.target)}}}),t._v(" "),e.label?n("label",{attrs:{for:e.id}},[t._v(t._s(e.label))]):n("label",{attrs:{for:e.id}},[t._v(t._s(e.value))])])})),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e()],2)}),[],!1,null,"e556e8be",null);"function"==typeof o.a&&o()(s),s.options.__file="InputCheckbox.vue";e.default=s.exports},f8oI:function(t,e,n){},fHnW:function(t,e,n){"use strict";var r=n("qCzE");n.n(r).a},fJkO:function(t,e,n){"use strict";var r=n("RXAD");n.n(r).a},fL1g:function(t,e,n){"use strict";var r=n("7JuJ");n.n(r).a},fL5o:function(t,e,n){"use strict";n.r(e);var r={name:"UniversityAccessibility",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"span"}}},i=(n("GxD9"),n("KHd+")),a=n("eCho"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-accessibility"},[e("a",{attrs:{href:"https://accessibility.princeton.edu/"}},[this._v("Accessibility")])])}),[],!1,null,"958b8e4e",null);"function"==typeof o.a&&o()(s),s.options.__file="_UniversityAccessibility.vue";e.default=s.exports},gEzz:function(t,e,n){"use strict";n.r(e);var r={name:"InputDataList",status:"prototype",release:"1.0.0",type:"Element",computed:{datalistId:function(){return this.id+"-list"},hasError:function(){return this.errormessage.length}},props:{type:{type:String,default:"text",validator:function(t){return t.match(/(text|number|email)/)}},value:{type:String,default:""},placeholder:{type:String,default:""},label:{type:String,default:""},list:{type:Array,default:[],required:!0},hideLabel:{type:Boolean,default:!1},errormessage:{type:String,default:""},helper:{type:String,default:""},wrapper:{type:String,default:"div",validator:function(t){return t.match(/(div|section)/)}},id:{type:String,default:"",required:!0},name:{type:String,default:"",required:!0},width:{type:String,default:"expand",validator:function(t){return t.match(/(auto|expand)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},disabled:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("KznF"),n("KHd+")),a=n("wjTC"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-input"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel},attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("div",{staticClass:"lux-input-field",class:[{"lux-input-expand":"expand"===t.width},{disabled:t.disabled},t.size]},[n("input",{class:["lux-input",{"lux-input-error":t.hasError}],attrs:{name:t.name,id:t.id,list:t.datalistId,disabled:t.disabled,type:t.type,hover:t.hover,focus:t.focus,placeholder:t.placeholder,errormessage:t.errormessage},domProps:{value:t.value},on:{input:function(e){return t.$emit("input",e.target.value)},blur:function(e){return t.inputblur(e.target)}}}),t._v(" "),n("datalist",{attrs:{id:t.datalistId}},t._l(t.list,(function(e,r){return n("option",{domProps:{value:e.value}},[t._v("\n "+t._s(e.label)+"\n ")])})),0)]),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e(),t._v(" "),t.helper?n("div",{staticClass:"lux-helper"},[t._v(t._s(t.helper))]):t._e()])}),[],!1,null,"c0bae8ee",null);"function"==typeof o.a&&o()(s),s.options.__file="InputDataList.vue";e.default=s.exports},gMq4:function(t,e,n){"use strict";var r=n("b6L0");n.n(r).a},geyv:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconEdit",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("e8yv"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M19.9,7L17,4.1C16.9,4.1,16.8,4,16.7,4s-0.3,0.1-0.4,0.1L7.5,13c0,0-0.1,0.1-0.1,0.2l0,0c0,0,0,0,0,0l-2.1,4.9\n\t\tc-0.1,0.2,0,0.4,0.1,0.6c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.1,0,0.2,0l4.9-2.1h0l0,0c0.1,0,0.1-0.1,0.2-0.1l8.8-8.8\n\t\tC20,7.5,20,7.2,19.9,7z M10.7,15.5l-2.1-2.1L14.8,7L17,9.2L10.7,15.5z M8,14.2L9.8,16l-3.1,1.3L8,14.2z M17.7,8.5l-2.1-2.1l1.1-1.1\n\t\tl2.1,2.1L17.7,8.5z"}}),this._v(" "),e("path",{attrs:{d:"M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11\n\t\tC23,18.1,18.1,23,12,23z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconEdit.vue";e.default=s.exports},gkHm:function(t,e){},gpvm:function(t,e,n){},gtuO:function(t,e){},gvHy:function(t,e){},hR8r:function(t,e,n){},hc6h:function(t,e){},"i/xl":function(t,e,n){"use strict";n.r(e);var r={name:"LogoTwitter",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:24},height:{type:[Number,String],default:24}}},i=(n("nj48"),n("KHd+")),a=n("e7Eb"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height,viewBox:"0 0 24 24",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-twitter",role:"img"}},[e("title",{attrs:{id:"logo-twitter",lang:"en"}},[this._v("Twitter Logo")]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.444 4.834c-.814.363-1.5.375-2.227.016.938-.562.981-.957 1.32-2.019-.878.521-1.851.9-2.886 1.104a4.545 4.545 0 0 0-7.743 4.145 12.897 12.897 0 0 1-9.366-4.748 4.525 4.525 0 0 0-.615 2.285c0 1.577.803 2.967 2.021 3.782a4.527 4.527 0 0 1-2.057-.568l-.001.057a4.547 4.547 0 0 0 3.646 4.456 4.575 4.575 0 0 1-2.053.079 4.551 4.551 0 0 0 4.245 3.155A9.138 9.138 0 0 1 1 18.459 12.865 12.865 0 0 0 7.966 20.5c8.358 0 12.928-6.924 12.928-12.929 0-.198-.003-.393-.012-.588.887-.64 1.953-1.237 2.562-2.149z"}}),this._v(" "),e("path",{attrs:{fill:"none",d:"M0 0h24v24H0z"}})])])}),[],!1,null,"131c16d9",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoTwitter.vue";e.default=s.exports},i9NM:function(t,e,n){var r={"./LuxIconAdd.vue":"qwBE","./LuxIconAlert.vue":"30j6","./LuxIconApproved.vue":"B7n5","./LuxIconArrowDown.vue":"8jRb","./LuxIconArrowRight.vue":"nIaP","./LuxIconAscending.vue":"suyH","./LuxIconBase.vue":"1dIj","./LuxIconClock.vue":"/kEJ","./LuxIconConsulting.vue":"y6ju","./LuxIconDelivery.vue":"tFln","./LuxIconDenied.vue":"8fTi","./LuxIconDerivativesHealthy.vue":"vknS","./LuxIconDerivativesUnhealthy.vue":"llub","./LuxIconDescending.vue":"o+Xd","./LuxIconEdit.vue":"geyv","./LuxIconExclamation.vue":"S/3G","./LuxIconFile.vue":"vnPu","./LuxIconFileHealthy.vue":"KkuH","./LuxIconFileUnhealthy.vue":"EwcC","./LuxIconFilter.vue":"sBvN","./LuxIconFlower.vue":"LPnE","./LuxIconGlobe.vue":"W+NU","./LuxIconHospital.vue":"KeWn","./LuxIconLockClose.vue":"1HGb","./LuxIconLockOpen.vue":"/K+u","./LuxIconNote.vue":"xAyx","./LuxIconPerson.vue":"10Lx","./LuxIconPicture.vue":"aHKj","./LuxIconQuestion.vue":"aKAn","./LuxIconQuestionFilled.vue":"tl6t","./LuxIconRefresh.vue":"Otma","./LuxIconRelax.vue":"ox1f","./LuxIconReportHealthy.vue":"ZV5z","./LuxIconReportRemove.vue":"KIrT","./LuxIconReportUnhealthy.vue":"M6fI","./LuxIconReported.vue":"B+5f","./LuxIconResearch.vue":"k+q1","./LuxIconScales.vue":"30R6","./LuxIconSearch.vue":"QC6r","./LuxIconUnsorted.vue":"6z2N","./LuxIconUserHome.vue":"WHI8","./LuxIconVacation.vue":"rGKY","./LuxIconView.vue":"eJJI"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="i9NM"},iCyf:function(t,e){},iNJb:function(t,e){},iiMY:function(t,e,n){},ijgq:function(t,e){},iyXH:function(t,e,n){},jEXX:function(t,e){},jNcv:function(t,e,n){},jQdm:function(t,e,n){"use strict";var r=n("5WcM");n.n(r).a},"jl8+":function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=89)}([function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(35),i=Function.prototype,a=i.call,o=r&&i.bind.bind(a,a);t.exports=r?o:function(t){return function(){return a.apply(t,arguments)}}},function(t,e,n){var r=n(59),i=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},function(t,e,n){var r=n(4),i=n(43).f,a=n(30),o=n(11),s=n(33),c=n(95),u=n(66);t.exports=function(t,e){var n,l,f,d,p,h=t.target,v=t.global,m=t.stat;if(n=v?r:m?r[h]||s(h,{}):(r[h]||{}).prototype)for(l in e){if(d=e[l],f=t.dontCallGetSet?(p=i(n,l))&&p.value:n[l],!u(v?l:h+(m?".":"#")+l,t.forced)&&void 0!==f){if(typeof d==typeof f)continue;c(d,f)}(t.sham||f&&f.sham)&&a(d,"sham",!0),o(n,l,d,t)}}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(e,n(139))},function(t,e,n){var r=n(0);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(8),i=String,a=TypeError;t.exports=function(t){if(r(t))return t;throw a(i(t)+" is not an object")}},function(t,e,n){var r=n(1),i=n(14),a=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return a(i(t),e)}},function(t,e,n){var r=n(2),i=n(59),a=i.all;t.exports=i.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===a}:function(t){return"object"==typeof t?null!==t:r(t)}},function(t,e,n){var r=n(4),i=n(47),a=n(7),o=n(75),s=n(72),c=n(76),u=i("wks"),l=r.Symbol,f=l&&l.for,d=c?l:l&&l.withoutSetter||o;t.exports=function(t){if(!a(u,t)||!s&&"string"!=typeof u[t]){var e="Symbol."+t;s&&a(l,t)?u[t]=l[t]:u[t]=c&&f?f(e):d(e)}return u[t]}},function(t,e,n){var r=n(123);t.exports=function(t){return r(t.length)}},function(t,e,n){var r=n(2),i=n(13),a=n(104),o=n(33);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:e;if(r(n)&&a(n,u,s),s.global)c?t[e]=n:o(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},function(t,e,n){var r=n(35),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},function(t,e,n){var r=n(5),i=n(62),a=n(77),o=n(6),s=n(50),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor;e.f=r?a?function(t,e,n){if(o(t),e=s(e),o(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var r=l(t,e);r&&r.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:r.configurable,enumerable:"enumerable"in n?n.enumerable:r.enumerable,writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(o(t),e=s(e),o(n),i)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(24),i=Object;t.exports=function(t){return i(r(t))}},function(t,e,n){var r=n(1),i=r({}.toString),a=r("".slice);t.exports=function(t){return a(i(t),8,-1)}},function(t,e,n){var r=n(0),i=n(9),a=n(23),o=i("species");t.exports=function(t){return a>=51||!r((function(){var e=[];return(e.constructor={})[o]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(4),i=n(2),a=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(r[t]):r[t]&&r[t][e]}},function(t,e,n){var r=n(15);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(39),i=n(24);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(29),i=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},function(t,e,n){var r=n(100),i=n(1),a=n(39),o=n(14),s=n(10),c=n(28),u=i([].push),l=function(t){var e=1==t,n=2==t,i=3==t,l=4==t,f=6==t,d=7==t,p=5==t||f;return function(h,v,m,g){for(var y,b,_=o(h),x=a(_),w=r(v,m),C=s(x),S=0,O=g||c,M=e?O(h,C):n||d?O(h,0):void 0;C>S;S++)if((p||S in x)&&(b=w(y=x[S],S,_),t))if(e)M[S]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return S;case 2:u(M,y)}else switch(t){case 4:return!1;case 7:u(M,y)}return f?-1:i||l?l:M}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},function(t,e){var n=TypeError;t.exports=function(t){if(t>9007199254740991)throw n("Maximum allowed index exceeded");return t}},function(t,e,n){var r,i,a=n(4),o=n(97),s=a.process,c=a.Deno,u=s&&s.versions||c&&c.version,l=u&&u.v8;l&&(i=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=+r[1]),t.exports=i},function(t,e,n){var r=n(40),i=TypeError;t.exports=function(t){if(r(t))throw i("Can't call method on "+t);return t}},function(t,e,n){var r=n(2),i=n(74),a=TypeError;t.exports=function(t){if(r(t))return t;throw a(i(t)+" is not a function")}},function(t,e,n){"use strict";var r=n(0);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){return 1},1)}))}},function(t,e,n){"use strict";var r=n(5),i=n(18),a=TypeError,o=Object.getOwnPropertyDescriptor,s=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=s?function(t,e){if(i(t)&&!o(t,"length").writable)throw a("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},function(t,e,n){var r=n(94);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},function(t,e,n){var r=n(51),i=n(2),a=n(15),o=n(9)("toStringTag"),s=Object,c="Arguments"==a(function(){return arguments}());t.exports=r?a:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),o))?n:c?a(e):"Object"==(r=a(e))&&i(e.callee)?"Arguments":r}},function(t,e,n){var r=n(5),i=n(13),a=n(31);t.exports=r?function(t,e,n){return i.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var r=n(50),i=n(13),a=n(31);t.exports=function(t,e,n){var o=r(e);o in t?i.f(t,o,a(0,n)):t[o]=n}},function(t,e,n){var r=n(4),i=Object.defineProperty;t.exports=function(t,e){try{i(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(0);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,e,n){var r=n(5),i=n(7),a=Function.prototype,o=r&&Object.getOwnPropertyDescriptor,s=i(a,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&o(a,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},function(t,e,n){var r=n(15),i=n(1);t.exports=function(t){if("Function"===r(t))return i(t)}},function(t,e){t.exports={}},function(t,e,n){var r=n(1),i=n(0),a=n(15),o=Object,s=r("".split);t.exports=i((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"==a(t)?s(t,""):o(t)}:o},function(t,e){t.exports=function(t){return null==t}},function(t,e,n){var r=n(17),i=n(2),a=n(44),o=n(76),s=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return i(e)&&a(e.prototype,s(t))}},function(t,e,n){var r,i=n(6),a=n(107),o=n(34),s=n(38),c=n(101),u=n(60),l=n(70)("IE_PROTO"),f=function(){},d=function(t){return"<script>"+t+"<\/script>"},p=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},h=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}h="undefined"!=typeof document?document.domain&&r?p(r):function(){var t,e=u("iframe");return e.style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F}():p(r);for(var t=o.length;t--;)delete h.prototype[o[t]];return h()};s[l]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(f.prototype=i(t),n=new f,f.prototype=null,n[l]=t):n=h(),void 0===e?n:a.f(n,e)}},function(t,e,n){var r=n(5),i=n(12),a=n(110),o=n(31),s=n(19),c=n(50),u=n(7),l=n(62),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=s(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return o(!i(a.f,t,e),t[e])}},function(t,e,n){var r=n(1);t.exports=r({}.isPrototypeOf)},function(t,e,n){"use strict";var r=n(12),i=n(1),a=n(20),o=n(69),s=n(117),c=n(47),u=n(42),l=n(64).get,f=n(118),d=n(119),p=c("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,v=h,m=i("".charAt),g=i("".indexOf),y=i("".replace),b=i("".slice),_=function(){var t=/a/,e=/b*/g;return r(h,t,"a"),r(h,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),x=s.BROKEN_CARET,w=void 0!==/()??/.exec("")[1];(_||w||x||f||d)&&(v=function(t){var e,n,i,s,c,f,d,C=this,S=l(C),O=a(t),M=S.raw;if(M)return M.lastIndex=C.lastIndex,e=r(v,M,O),C.lastIndex=M.lastIndex,e;var k=S.groups,D=x&&C.sticky,E=r(o,C),L=C.source,A=0,I=O;if(D&&(E=y(E,"y",""),-1===g(E,"g")&&(E+="g"),I=b(O,C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&"\n"!==m(O,C.lastIndex-1))&&(L="(?: "+L+")",I=" "+I,A++),n=new RegExp("^(?:"+L+")",E)),w&&(n=new RegExp("^"+L+"$(?!\\s)",E)),_&&(i=C.lastIndex),s=r(h,D?n:C,I),D?s?(s.input=b(s.input,A),s[0]=b(s[0],A),s.index=C.lastIndex,C.lastIndex+=s[0].length):C.lastIndex=0:_&&s&&(C.lastIndex=C.global?s.index+s[0].length:i),w&&s&&s.length>1&&r(p,s[0],n,(function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(s[c]=void 0)})),s&&k)for(s.groups=f=u(null),c=0;c<k.length;c++)f[(d=k[c])[0]]=s[d[1]];return s}),t.exports=v},function(t,e,n){var r=n(4),i=n(33),a=r["__core-js_shared__"]||i("__core-js_shared__",{});t.exports=a},function(t,e,n){var r=n(103),i=n(46);(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.26.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,e,n){var r=n(49),i=Math.max,a=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):a(n,e)}},function(t,e,n){var r=n(105);t.exports=function(t){var e=+t;return e!=e||0===e?0:r(e)}},function(t,e,n){var r=n(73),i=n(41);t.exports=function(t){var e=r(t,"string");return i(e)?e:e+""}},function(t,e,n){var r={};r[n(9)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e,n){"use strict";var r=n(5),i=n(4),a=n(1),o=n(66),s=n(11),c=n(7),u=n(102),l=n(44),f=n(41),d=n(73),p=n(0),h=n(67).f,v=n(43).f,m=n(13).f,g=n(122),y=n(71).trim,b=i.Number,_=b.prototype,x=i.TypeError,w=a("".slice),C=a("".charCodeAt),S=function(t){var e=d(t,"number");return"bigint"==typeof e?e:O(e)},O=function(t){var e,n,r,i,a,o,s,c,u=d(t,"number");if(f(u))throw x("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=y(u),43===(e=C(u,0))||45===e){if(88===(n=C(u,2))||120===n)return NaN}else if(48===e){switch(C(u,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(o=(a=w(u,2)).length,s=0;s<o;s++)if((c=C(a,s))<48||c>i)return NaN;return parseInt(a,r)}return+u};if(o("Number",!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var M,k=function(t){var e=arguments.length<1?0:b(S(t)),n=this;return l(_,n)&&p((function(){g(n)}))?u(Object(e),n,k):e},D=r?h(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),E=0;D.length>E;E++)c(b,M=D[E])&&!c(k,M)&&m(k,M,v(b,M));k.prototype=_,_.constructor=k,s(i,"Number",k,{constructor:!0})}},function(t,e,n){"use strict";var r=n(3),i=n(45);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(t,e,n){"use strict";function r(t){return!(0===t||(!Array.isArray(t)||0!==t.length)&&t)}function i(t,e,n,r){return t.filter((function(t){return function(t,e){return void 0===t&&(t="undefined"),null===t&&(t="null"),!1===t&&(t="false"),-1!==t.toString().toLowerCase().indexOf(e.trim())}(r(t,n),e)}))}function a(t){return t.filter((function(t){return!t.$isLabel}))}function o(t,e){return function(n){return n.reduce((function(n,r){return r[t]&&r[t].length?(n.push({$groupLabel:r[e],$isLabel:!0}),n.concat(r[t])):n}),[])}}function s(t,e,r,a,o){return function(s){return s.map((function(s){var c;if(!s[r])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];var l=i(s[r],t,e,o);return l.length?(c={},n.i(u.a)(c,a,s[a]),n.i(u.a)(c,r,l),c):[]}))}}var c=n(88),u=n(87),l=n(129),f=(n.n(l),n(82)),d=(n.n(f),n(81)),p=(n.n(d),n(83)),h=(n.n(p),n(84)),v=(n.n(h),n(128)),m=(n.n(v),n(135)),g=(n.n(m),n(127)),y=(n.n(g),n(132)),b=(n.n(y),n(131)),_=(n.n(b),n(125)),x=(n.n(_),n(130)),w=(n.n(x),n(52)),C=(n.n(w),n(53)),S=(n.n(C),n(85)),O=(n.n(S),n(134)),M=(n.n(O),n(80)),k=(n.n(M),n(79)),D=(n.n(k),n(133)),E=(n.n(D),n(126)),L=(n.n(E),function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(t,e){return e(t)}),t)}});e.a={data:function(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},value:{type:null,default:function(){return[]}},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default:function(t,e){return r(t)?"":e?t[e]:t}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default:function(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1}},mounted:function(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue:function(){return this.value||0===this.value?Array.isArray(this.value)?this.value:[this.value]:[]},filteredOptions:function(){var t=this.search||"",e=t.toLowerCase().trim(),n=this.options.concat();return n=this.internalSearch?this.groupValues?this.filterAndFlat(n,e,this.label):i(n,e,this.label,this.customLabel):this.groupValues?o(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(function(t){return function(){return!t.apply(void 0,arguments)}}(this.isSelected)):n,this.taggable&&e.length&&!this.isExistingOption(e)&&("bottom"===this.tagPosition?n.push({isTag:!0,label:t}):n.unshift({isTag:!0,label:t})),n.slice(0,this.optionsLimit)},valueKeys:function(){var t=this;return this.trackBy?this.internalValue.map((function(e){return e[t.trackBy]})):this.internalValue},optionKeys:function(){var t=this;return(this.groupValues?this.flatAndStrip(this.options):this.options).map((function(e){return t.customLabel(e,t.label).toString().toLowerCase()}))},currentOptionLabel:function(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:function(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("input",this.multiple?[]:null))},search:function(){this.$emit("search-change",this.search,this.id)}},methods:{getValue:function(){return this.multiple?this.internalValue:0===this.internalValue.length?null:this.internalValue[0]},filterAndFlat:function(t,e,n){return L(s(e,n,this.groupValues,this.groupLabel,this.customLabel),o(this.groupValues,this.groupLabel))(t)},flatAndStrip:function(t){return L(o(this.groupValues,this.groupLabel),a)(t)},updateSearch:function(t){this.search=t},isExistingOption:function(t){return!!this.options&&this.optionKeys.indexOf(t)>-1},isSelected:function(t){var e=this.trackBy?t[this.trackBy]:t;return this.valueKeys.indexOf(e)>-1},isOptionDisabled:function(t){return!!t.$isDisabled},getOptionLabel:function(t){if(r(t))return"";if(t.isTag)return t.label;if(t.$isLabel)return t.$groupLabel;var e=this.customLabel(t,this.label);return r(e)?"":e},select:function(t,e){if(t.$isLabel&&this.groupSelect)this.selectGroup(t);else if(!(-1!==this.blockKeys.indexOf(e)||this.disabled||t.$isDisabled||t.$isLabel)&&(!this.max||!this.multiple||this.internalValue.length!==this.max)&&("Tab"!==e||this.pointerDirty)){if(t.isTag)this.$emit("tag",t.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(t))return void("Tab"!==e&&this.removeElement(t));this.multiple?this.$emit("input",this.internalValue.concat([t]),this.id):this.$emit("input",t,this.id),this.$emit("select",t,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup:function(t){var e=this,n=this.options.find((function(n){return n[e.groupLabel]===t.$groupLabel}));if(n){if(this.wholeGroupSelected(n)){this.$emit("remove",n[this.groupValues],this.id);var r=this.internalValue.filter((function(t){return-1===n[e.groupValues].indexOf(t)}));this.$emit("input",r,this.id)}else{var i=n[this.groupValues].filter((function(t){return!(e.isOptionDisabled(t)||e.isSelected(t))}));this.max&&i.splice(this.max-this.internalValue.length),this.$emit("select",i,this.id),this.$emit("input",this.internalValue.concat(i),this.id)}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected:function(t){var e=this;return t[this.groupValues].every((function(t){return e.isSelected(t)||e.isOptionDisabled(t)}))},wholeGroupDisabled:function(t){return t[this.groupValues].every(this.isOptionDisabled)},removeElement:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.disabled&&!t.$isDisabled){if(!this.allowEmpty&&this.internalValue.length<=1)return void this.deactivate();var r="object"===n.i(c.a)(t)?this.valueKeys.indexOf(t[this.trackBy]):this.valueKeys.indexOf(t);if(this.multiple){var i=this.internalValue.slice(0,r).concat(this.internalValue.slice(r+1));this.$emit("input",i,this.id)}else this.$emit("input",null,this.id);this.$emit("remove",t,this.id),this.closeOnSelect&&e&&this.deactivate()}},removeLastElement:function(){-1===this.blockKeys.indexOf("Delete")&&0===this.search.length&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate:function(){var t=this;this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&0===this.pointer&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick((function(){return t.$refs.search&&t.$refs.search.focus()}))):this.preventAutofocus||void 0!==this.$el&&this.$el.focus(),this.$emit("open",this.id))},deactivate:function(){this.isOpen&&(this.isOpen=!1,this.searchable?void 0!==this.$refs.search&&this.$refs.search.blur():void 0!==this.$el&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle:function(){this.isOpen?this.deactivate():this.activate()},adjustPosition:function(){if("undefined"!=typeof window){var t=this.$el.getBoundingClientRect().top,e=window.innerHeight-this.$el.getBoundingClientRect().bottom;e>this.maxHeight||e>t||"below"===this.openDirection||"bottom"===this.openDirection?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(e-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(t-40,this.maxHeight))}}}}},function(t,e,n){"use strict";var r=n(52),i=(n.n(r),n(53)),a=(n.n(i),n(85)),o=(n.n(a),n(82)),s=(n.n(o),n(81)),c=(n.n(s),n(83)),u=(n.n(c),n(84)),l=(n.n(u),n(79));n.n(l),e.a={data:function(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition:function(){return this.pointer*this.optionHeight},visibleElements:function(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions:function(){this.pointerAdjust()},isOpen:function(){this.pointerDirty=!1},pointer:function(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight:function(t,e){return{"multiselect__option--highlight":t===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(e)}},groupHighlight:function(t,e){var n=this;if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":e.$isLabel}];var r=this.options.find((function(t){return t[n.groupLabel]===e.$groupLabel}));return r&&!this.wholeGroupDisabled(r)?["multiselect__option--group",{"multiselect__option--highlight":t===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(r)}]:"multiselect__option--disabled"},addPointerElement:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Enter",e=t.key;this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward:function(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward:function(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset:function(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust:function(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet:function(t){this.pointer=t,this.pointerDirty=!0}}}},function(t,e,n){"use strict";var r=n(52),i=(n.n(r),n(80)),a=(n.n(i),n(54)),o=n(55);e.a={name:"vue-multiselect",mixins:[a.a,o.a],props:{name:{type:String,default:""},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:function(t){return"and ".concat(t," more")}},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{hasOptionGroup:function(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible:function(){return(this.singleValue||0===this.singleValue)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible:function(){return!(this.internalValue.length||this.searchable&&this.isOpen)},visibleValues:function(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue:function(){return this.internalValue[0]},deselectLabelText:function(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText:function(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText:function(){return this.showLabels?this.selectLabel:""},selectGroupLabelText:function(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText:function(){return this.showLabels?this.selectedLabel:""},inputStyle:function(){return this.searchable||this.multiple&&this.value&&this.value.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle:function(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove:function(){return"above"===this.openDirection||"top"===this.openDirection||"below"!==this.openDirection&&"bottom"!==this.openDirection&&"above"===this.preferredOpenDirection},showSearchInput:function(){return this.searchable&&(!this.hasSingleSelectedSlot||!this.visibleSingleValue&&0!==this.visibleSingleValue||this.isOpen)}}}},function(t,e,n){var r=n(19),i=n(48),a=n(10),o=function(t){return function(e,n,o){var s,c=r(e),u=a(c),l=i(o,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},function(t,e,n){"use strict";var r=n(74),i=TypeError;t.exports=function(t,e){if(!delete t[e])throw i("Cannot delete property "+r(e)+" of "+r(t))}},function(t,e){var n="object"==typeof document&&document.all,r=void 0===n&&void 0!==n;t.exports={all:n,IS_HTMLDDA:r}},function(t,e,n){var r=n(4),i=n(8),a=r.document,o=i(a)&&i(a.createElement);t.exports=function(t){return o?a.createElement(t):{}}},function(t,e,n){var r=n(25),i=n(40);t.exports=function(t,e){var n=t[e];return i(n)?void 0:r(n)}},function(t,e,n){var r=n(5),i=n(0),a=n(60);t.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(1),i=n(2),a=n(46),o=r(Function.toString);i(a.inspectSource)||(a.inspectSource=function(t){return o(t)}),t.exports=a.inspectSource},function(t,e,n){var r,i,a,o=n(124),s=n(4),c=n(8),u=n(30),l=n(7),f=n(46),d=n(70),p=n(38),h=s.TypeError,v=s.WeakMap;if(o||f.state){var m=f.state||(f.state=new v);m.get=m.get,m.has=m.has,m.set=m.set,r=function(t,e){if(m.has(t))throw h("Object already initialized");return e.facade=t,m.set(t,e),e},i=function(t){return m.get(t)||{}},a=function(t){return m.has(t)}}else{var g=d("state");p[g]=!0,r=function(t,e){if(l(t,g))throw h("Object already initialized");return e.facade=t,u(t,g,e),e},i=function(t){return l(t,g)?t[g]:{}},a=function(t){return l(t,g)}}t.exports={set:r,get:i,has:a,enforce:function(t){return a(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw h("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(1),i=n(0),a=n(2),o=n(29),s=n(17),c=n(63),u=function(){},l=[],f=s("Reflect","construct"),d=/^\s*(?:class|function)\b/,p=r(d.exec),h=!d.exec(u),v=function(t){if(!a(t))return!1;try{return f(u,l,t),!0}catch(t){return!1}},m=function(t){if(!a(t))return!1;switch(o(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return h||!!p(d,c(t))}catch(t){return!0}};m.sham=!0,t.exports=!f||i((function(){var t;return v(v.call)||!v(Object)||!v((function(){t=!0}))||t}))?m:v},function(t,e,n){var r=n(0),i=n(2),a=/#|\.prototype\./,o=function(t,e){var n=c[s(t)];return n==l||n!=u&&(i(e)?r(e):!!e)},s=o.normalize=function(t){return String(t).replace(a,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},function(t,e,n){var r=n(68),i=n(34).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(1),i=n(7),a=n(19),o=n(57).indexOf,s=n(38),c=r([].push);t.exports=function(t,e){var n,r=a(t),u=0,l=[];for(n in r)!i(s,n)&&i(r,n)&&c(l,n);for(;e.length>u;)i(r,n=e[u++])&&(~o(l,n)||c(l,n));return l}},function(t,e,n){"use strict";var r=n(6);t.exports=function(){var t=r(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(47),i=n(75),a=r("keys");t.exports=function(t){return a[t]||(a[t]=i(t))}},function(t,e,n){var r=n(1),i=n(24),a=n(20),o=n(78),s=r("".replace),c="["+o+"]",u=RegExp("^"+c+c+"*"),l=RegExp(c+c+"*$"),f=function(t){return function(e){var n=a(i(e));return 1&t&&(n=s(n,u,"")),2&t&&(n=s(n,l,"")),n}};t.exports={start:f(1),end:f(2),trim:f(3)}},function(t,e,n){var r=n(23),i=n(0);t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,e,n){var r=n(12),i=n(8),a=n(41),o=n(61),s=n(113),c=n(9),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!i(t)||a(t))return t;var n,c=o(t,l);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!i(n)||a(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},function(t,e){var n=String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},function(t,e,n){var r=n(1),i=0,a=Math.random(),o=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++i+a,36)}},function(t,e,n){var r=n(72);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){var r=n(5),i=n(0);t.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(3),i=n(21).find,a=n(91),o=!0;"find"in[]&&Array(1).find((function(){o=!1})),r({target:"Array",proto:!0,forced:o},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),a("find")},function(t,e,n){"use strict";var r=n(3),i=n(18),a=n(65),o=n(8),s=n(48),c=n(10),u=n(19),l=n(32),f=n(9),d=n(16),p=n(93),h=d("slice"),v=f("species"),m=Array,g=Math.max;r({target:"Array",proto:!0,forced:!h},{slice:function(t,e){var n,r,f,d=u(this),h=c(d),y=s(t,h),b=s(void 0===e?h:e,h);if(i(d)&&(n=d.constructor,(a(n)&&(n===m||i(n.prototype))||o(n)&&null===(n=n[v]))&&(n=void 0),n===m||void 0===n))return p(d,y,b);for(r=new(void 0===n?m:n)(g(b-y,0)),f=0;y<b;y++,f++)y in d&&l(r,f,d[y]);return r.length=f,r}})},function(t,e,n){var r=n(1),i=n(11),a=Date.prototype,o=r(a.toString),s=r(a.getTime);"Invalid Date"!=String(new Date(NaN))&&i(a,"toString",(function(){var t=s(this);return t==t?o(this):"Invalid Date"}))},function(t,e,n){var r=n(11),i=n(98),a=Error.prototype;a.toString!==i&&r(a,"toString",i)},function(t,e,n){var r=n(51),i=n(11),a=n(112);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(t,e,n){"use strict";var r=n(36).PROPER,i=n(11),a=n(6),o=n(20),s=n(0),c=n(116),u=RegExp.prototype.toString,l=s((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),f=r&&"toString"!=u.name;(l||f)&&i(RegExp.prototype,"toString",(function(){var t=a(this);return"/"+o(t.source)+"/"+o(c(t))}),{unsafe:!0})},function(t,e,n){"use strict";var r=n(12),i=n(99),a=n(6),o=n(40),s=n(24),c=n(120),u=n(20),l=n(61),f=n(115);i("search",(function(t,e,n){return[function(e){var n=s(this),i=o(e)?void 0:l(e,t);return i?r(i,e,n):new RegExp(e)[t](u(n))},function(t){var r=a(this),i=u(t),o=n(e,r,i);if(o.done)return o.value;var s=r.lastIndex;c(s,0)||(r.lastIndex=0);var l=f(r,i);return c(r.lastIndex,s)||(r.lastIndex=s),null===l?-1:l.index}]}))},function(t,e,n){"use strict";var r=n(56),i=n(138),a=function(t){n(136)},o=n(137)(r.a,i.a,!1,a,null,null);e.a=o.exports},function(t,e,n){"use strict";e.a=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}e.a=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(86),i=n(54),a=n(55);n.d(e,"Multiselect",(function(){return r.a})),n.d(e,"multiselectMixin",(function(){return i.a})),n.d(e,"pointerMixin",(function(){return a.a})),e.default=r.a},function(t,e,n){var r=n(2),i=String,a=TypeError;t.exports=function(t){if("object"==typeof t||r(t))return t;throw a("Can't set "+i(t)+" as a prototype")}},function(t,e,n){var r=n(9),i=n(42),a=n(13).f,o=r("unscopables"),s=Array.prototype;null==s[o]&&a(s,o,{configurable:!0,value:i(null)}),t.exports=function(t){s[o][t]=!0}},function(t,e,n){var r=n(25),i=n(14),a=n(39),o=n(10),s=TypeError,c=function(t){return function(e,n,c,u){r(n);var l=i(e),f=a(l),d=o(l),p=t?d-1:0,h=t?-1:1;if(c<2)for(;;){if(p in f){u=f[p],p+=h;break}if(p+=h,t?p<0:d<=p)throw s("Reduce of empty array with no initial value")}for(;t?p>=0:d>p;p+=h)p in f&&(u=n(u,f[p],p,l));return u}};t.exports={left:c(!1),right:c(!0)}},function(t,e,n){var r=n(1);t.exports=r([].slice)},function(t,e,n){var r=n(18),i=n(65),a=n(8),o=n(9)("species"),s=Array;t.exports=function(t){var e;return r(t)&&(e=t.constructor,(i(e)&&(e===s||r(e.prototype))||a(e)&&null===(e=e[o]))&&(e=void 0)),void 0===e?s:e}},function(t,e,n){var r=n(7),i=n(114),a=n(43),o=n(13);t.exports=function(t,e,n){for(var s=i(e),c=o.f,u=a.f,l=0;l<s.length;l++){var f=s[l];r(t,f)||n&&r(n,f)||c(t,f,u(e,f))}}},function(t,e,n){var r=n(15),i=n(4);t.exports="process"==r(i.process)},function(t,e,n){var r=n(17);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(5),i=n(0),a=n(6),o=n(42),s=n(106),c=Error.prototype.toString,u=i((function(){if(r){var t=o(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==c.call(t))return!0}return"2: 1"!==c.call({message:1,name:2})||"Error"!==c.call({})}));t.exports=u?function(){var t=a(this),e=s(t.name,"Error"),n=s(t.message);return e?n?e+": "+n:e:n}:c},function(t,e,n){"use strict";n(53);var r=n(37),i=n(11),a=n(45),o=n(0),s=n(9),c=n(30),u=s("species"),l=RegExp.prototype;t.exports=function(t,e,n,f){var d=s(t),p=!o((function(){var e={};return e[d]=function(){return 7},7!=""[t](e)})),h=p&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return e=!0,null},n[d](""),!e}));if(!p||!h||n){var v=r(/./[d]),m=e(d,""[t],(function(t,e,n,i,o){var s=r(t),c=e.exec;return c===a||c===l.exec?p&&!o?{done:!0,value:v(e,n,i)}:{done:!0,value:s(n,e,i)}:{done:!1}}));i(String.prototype,t,m[0]),i(l,d,m[1])}f&&c(l[d],"sham",!0)}},function(t,e,n){var r=n(37),i=n(25),a=n(35),o=r(r.bind);t.exports=function(t,e){return i(t),void 0===e?t:a?o(t,e):function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(17);t.exports=r("document","documentElement")},function(t,e,n){var r=n(2),i=n(8),a=n(111);t.exports=function(t,e,n){var o,s;return a&&r(o=e.constructor)&&o!==n&&i(s=o.prototype)&&s!==n.prototype&&a(t,s),t}},function(t,e){t.exports=!1},function(t,e,n){var r=n(0),i=n(2),a=n(7),o=n(5),s=n(36).CONFIGURABLE,c=n(63),u=n(64),l=u.enforce,f=u.get,d=Object.defineProperty,p=o&&!r((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),v=t.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(o?d(t,"name",{value:e,configurable:!0}):t.name=e),p&&n&&a(n,"arity")&&t.length!==n.arity&&d(t,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?o&&d(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=l(t);return a(r,"source")||(r.source=h.join("string"==typeof e?e:"")),t};Function.prototype.toString=v((function(){return i(this)&&f(this).source||c(this)}),"toString")},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?r:n)(e)}},function(t,e,n){var r=n(20);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:r(t)}},function(t,e,n){var r=n(5),i=n(77),a=n(13),o=n(6),s=n(19),c=n(109);e.f=r&&!i?Object.defineProperties:function(t,e){o(t);for(var n,r=s(e),i=c(e),u=i.length,l=0;u>l;)a.f(t,n=i[l++],r[n]);return t}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(68),i=n(34);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);e.f=a?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(1),i=n(6),a=n(90);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return i(n),a(r),e?t(n,r):n.__proto__=r,n}}():void 0)},function(t,e,n){"use strict";var r=n(51),i=n(29);t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(t,e,n){var r=n(12),i=n(2),a=n(8),o=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&i(n=t.toString)&&!a(s=r(n,t)))return s;if(i(n=t.valueOf)&&!a(s=r(n,t)))return s;if("string"!==e&&i(n=t.toString)&&!a(s=r(n,t)))return s;throw o("Can't convert object to primitive value")}},function(t,e,n){var r=n(17),i=n(1),a=n(67),o=n(108),s=n(6),c=i([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=a.f(s(t)),n=o.f;return n?c(e,n(t)):e}},function(t,e,n){var r=n(12),i=n(6),a=n(2),o=n(15),s=n(45),c=TypeError;t.exports=function(t,e){var n=t.exec;if(a(n)){var u=r(n,t,e);return null!==u&&i(u),u}if("RegExp"===o(t))return r(s,t,e);throw c("RegExp#exec called on incompatible receiver")}},function(t,e,n){var r=n(12),i=n(7),a=n(44),o=n(69),s=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in s||i(t,"flags")||!a(s,t)?e:r(o,t)}},function(t,e,n){var r=n(0),i=n(4).RegExp,a=r((function(){var t=i("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),o=a||r((function(){return!i("a","y").sticky})),s=a||r((function(){var t=i("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:s,MISSED_STICKY:o,UNSUPPORTED_Y:a}},function(t,e,n){var r=n(0),i=n(4).RegExp;t.exports=r((function(){var t=i(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,e,n){var r=n(0),i=n(4).RegExp;t.exports=r((function(){var t=i("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){var r=n(36).PROPER,i=n(0),a=n(78);t.exports=function(t){return i((function(){return!!a[t]()||"​…᠎"!=="​…᠎"[t]()||r&&a[t].name!==t}))}},function(t,e,n){var r=n(1);t.exports=r(1..valueOf)},function(t,e,n){var r=n(49),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(4),i=n(2),a=r.WeakMap;t.exports=i(a)&&/native code/.test(String(a))},function(t,e,n){"use strict";var r=n(3),i=n(0),a=n(18),o=n(8),s=n(14),c=n(10),u=n(22),l=n(32),f=n(28),d=n(16),p=n(9),h=n(23),v=p("isConcatSpreadable"),m=h>=51||!i((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),g=d("concat"),y=function(t){if(!o(t))return!1;var e=t[v];return void 0!==e?!!e:a(t)};r({target:"Array",proto:!0,arity:1,forced:!m||!g},{concat:function(t){var e,n,r,i,a,o=s(this),d=f(o,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(y(a=-1===e?o:arguments[e]))for(i=c(a),u(p+i),n=0;n<i;n++,p++)n in a&&l(d,p,a[n]);else u(p+1),l(d,p++,a);return d.length=p,d}})},function(t,e,n){"use strict";var r=n(3),i=n(21).every;r({target:"Array",proto:!0,forced:!n(26)("every")},{every:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(21).filter;r({target:"Array",proto:!0,forced:!n(16)("filter")},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(37),a=n(57).indexOf,o=n(26),s=i([].indexOf),c=!!s&&1/s([1],1,-0)<0,u=o("indexOf");r({target:"Array",proto:!0,forced:c||!u},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return c?s(this,t,e)||0:a(this,t,e)}})},function(t,e,n){n(3)({target:"Array",stat:!0},{isArray:n(18)})},function(t,e,n){"use strict";var r=n(3),i=n(21).map;r({target:"Array",proto:!0,forced:!n(16)("map")},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(10),o=n(27),s=n(22),c=n(0)((function(){return 4294967297!==[].push.call({length:4294967296},1)})),u=!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}();r({target:"Array",proto:!0,arity:1,forced:c||u},{push:function(t){var e=i(this),n=a(e),r=arguments.length;s(n+r);for(var c=0;c<r;c++)e[n]=arguments[c],n++;return o(e,n),n}})},function(t,e,n){"use strict";var r=n(3),i=n(92).left,a=n(26),o=n(23),s=n(96);r({target:"Array",proto:!0,forced:!a("reduce")||!s&&o>79&&o<83},{reduce:function(t){var e=arguments.length;return i(this,t,e,e>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(48),o=n(49),s=n(10),c=n(27),u=n(22),l=n(28),f=n(32),d=n(58),p=n(16)("splice"),h=Math.max,v=Math.min;r({target:"Array",proto:!0,forced:!p},{splice:function(t,e){var n,r,p,m,g,y,b=i(this),_=s(b),x=a(t,_),w=arguments.length;for(0===w?n=r=0:1===w?(n=0,r=_-x):(n=w-2,r=v(h(o(e),0),_-x)),u(_+n-r),p=l(b,r),m=0;m<r;m++)(g=x+m)in b&&f(p,m,b[g]);if(p.length=r,n<r){for(m=x;m<_-r;m++)y=m+n,(g=m+r)in b?b[y]=b[g]:d(b,y);for(m=_;m>_-r+n;m--)d(b,m-1)}else if(n>r)for(m=_-r;m>x;m--)y=m+n-1,(g=m+r-1)in b?b[y]=b[g]:d(b,y);for(m=0;m<n;m++)b[m+x]=arguments[m+2];return c(b,_-r+n),p}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(10),o=n(27),s=n(58),c=n(22),u=1!==[].unshift(0),l=!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}();r({target:"Array",proto:!0,arity:1,forced:u||l},{unshift:function(t){var e=i(this),n=a(e),r=arguments.length;if(r){c(n+r);for(var u=n;u--;){var l=u+r;u in e?e[l]=e[u]:s(e,l)}for(var f=0;f<r;f++)e[f]=arguments[f]}return o(e,n+r)}})},function(t,e,n){"use strict";var r=n(3),i=n(71).trim;r({target:"String",proto:!0,forced:n(121)("trim")},{trim:function(){return i(this)}})},function(t,e){},function(t,e){t.exports=function(t,e,n,r,i,a){var o,s=t=t||{},c=typeof t.default;"object"!==c&&"function"!==c||(o=t,s=t.default);var u,l="function"==typeof s?s.options:s;if(e&&(l.render=e.render,l.staticRenderFns=e.staticRenderFns,l._compiled=!0),n&&(l.functional=!0),i&&(l._scopeId=i),a?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=u):r&&(u=r),u){var f=l.functional,d=f?l.render:l.beforeCreate;f?(l._injectStyles=u,l.render=function(t,e){return u.call(e),d(t,e)}):l.beforeCreate=d?[].concat(d,u):[u]}return{esModule:o,exports:s,options:l}}},function(t,e,n){"use strict";var r={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"multiselect",class:{"multiselect--active":t.isOpen,"multiselect--disabled":t.disabled,"multiselect--above":t.isAbove,"multiselect--has-options-group":t.hasOptionGroup},attrs:{tabindex:t.searchable?-1:t.tabindex,role:"combobox","aria-owns":"listbox-"+t.id},on:{focus:function(e){return t.activate()},blur:function(e){!t.searchable&&t.deactivate()},keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])||e.target!==e.currentTarget?null:(e.preventDefault(),t.pointerForward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])||e.target!==e.currentTarget?null:(e.preventDefault(),t.pointerBackward())}],keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")&&t._k(e.keyCode,"tab",9,e.key,"Tab")?null:(e.stopPropagation(),e.target!==e.currentTarget?null:t.addPointerElement(e))},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.deactivate()}}},[t._t("caret",(function(){return[n("div",{staticClass:"multiselect__select",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.toggle()}}})]}),{toggle:t.toggle}),t._v(" "),t._t("clear",null,{search:t.search}),t._v(" "),n("div",{ref:"tags",staticClass:"multiselect__tags"},[t._t("selection",(function(){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.visibleValues.length>0,expression:"visibleValues.length > 0"}],staticClass:"multiselect__tags-wrap"},[t._l(t.visibleValues,(function(e,r){return[t._t("tag",(function(){return[n("span",{key:r,staticClass:"multiselect__tag"},[n("span",{domProps:{textContent:t._s(t.getOptionLabel(e))}}),t._v(" "),n("i",{staticClass:"multiselect__tag-icon",attrs:{tabindex:"1"},on:{keypress:function(n){return!n.type.indexOf("key")&&t._k(n.keyCode,"enter",13,n.key,"Enter")?null:(n.preventDefault(),t.removeElement(e))},mousedown:function(n){return n.preventDefault(),t.removeElement(e)}}})])]}),{option:e,search:t.search,remove:t.removeElement})]}))],2),t._v(" "),t.internalValue&&t.internalValue.length>t.limit?[t._t("limit",(function(){return[n("strong",{staticClass:"multiselect__strong",domProps:{textContent:t._s(t.limitText(t.internalValue.length-t.limit))}})]}))]:t._e()]}),{search:t.search,remove:t.removeElement,values:t.visibleValues,isOpen:t.isOpen}),t._v(" "),n("transition",{attrs:{name:"multiselect__loading"}},[t._t("loading",(function(){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.loading,expression:"loading"}],staticClass:"multiselect__spinner"})]}))],2),t._v(" "),t.searchable?n("input",{ref:"search",staticClass:"multiselect__input",style:t.inputStyle,attrs:{name:t.name,id:t.id,type:"text",autocomplete:"off",spellcheck:"false",placeholder:t.placeholder,disabled:t.disabled,tabindex:t.tabindex,"aria-controls":"listbox-"+t.id},domProps:{value:t.search},on:{input:function(e){return t.updateSearch(e.target.value)},focus:function(e){return e.preventDefault(),t.activate()},blur:function(e){return e.preventDefault(),t.deactivate()},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.deactivate()},keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:(e.preventDefault(),t.pointerForward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:(e.preventDefault(),t.pointerBackward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:(e.stopPropagation(),t.removeLastElement())}],keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),e.stopPropagation(),e.target!==e.currentTarget?null:t.addPointerElement(e))}}}):t._e(),t._v(" "),t.isSingleLabelVisible?n("span",{staticClass:"multiselect__single",on:{mousedown:function(e){return e.preventDefault(),t.toggle.apply(null,arguments)}}},[t._t("singleLabel",(function(){return[[t._v(t._s(t.currentOptionLabel))]]}),{option:t.singleValue})],2):t._e(),t._v(" "),t.isPlaceholderVisible?n("span",{staticClass:"multiselect__placeholder",on:{mousedown:function(e){return e.preventDefault(),t.toggle.apply(null,arguments)}}},[t._t("placeholder",(function(){return[t._v("\n "+t._s(t.placeholder)+"\n ")]}))],2):t._e()],2),t._v(" "),n("transition",{attrs:{name:"multiselect"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isOpen,expression:"isOpen"}],ref:"list",staticClass:"multiselect__content-wrapper",style:{maxHeight:t.optimizedHeight+"px"},attrs:{tabindex:"-1"},on:{focus:t.activate,mousedown:function(t){t.preventDefault()}}},[n("ul",{staticClass:"multiselect__content",style:t.contentStyle,attrs:{role:"listbox",id:"listbox-"+t.id}},[t._t("beforeList"),t._v(" "),t.multiple&&t.max===t.internalValue.length?n("li",[n("span",{staticClass:"multiselect__option"},[t._t("maxElements",(function(){return[t._v("Maximum of "+t._s(t.max)+" options selected. First remove a selected option to select another.")]}))],2)]):t._e(),t._v(" "),!t.max||t.internalValue.length<t.max?t._l(t.filteredOptions,(function(e,r){return n("li",{key:r,staticClass:"multiselect__element",attrs:{id:t.id+"-"+r,role:e&&(e.$isLabel||e.$isDisabled)?null:"option"}},[e&&(e.$isLabel||e.$isDisabled)?t._e():n("span",{staticClass:"multiselect__option",class:t.optionHighlight(r,e),attrs:{"data-select":e&&e.isTag?t.tagPlaceholder:t.selectLabelText,"data-selected":t.selectedLabelText,"data-deselect":t.deselectLabelText},on:{click:function(n){return n.stopPropagation(),t.select(e)},mouseenter:function(e){return e.target!==e.currentTarget?null:t.pointerSet(r)}}},[t._t("option",(function(){return[n("span",[t._v(t._s(t.getOptionLabel(e)))])]}),{option:e,search:t.search,index:r})],2),t._v(" "),e&&(e.$isLabel||e.$isDisabled)?n("span",{staticClass:"multiselect__option",class:t.groupHighlight(r,e),attrs:{"data-select":t.groupSelect&&t.selectGroupLabelText,"data-deselect":t.groupSelect&&t.deselectGroupLabelText},on:{mouseenter:function(e){if(e.target!==e.currentTarget)return null;t.groupSelect&&t.pointerSet(r)},mousedown:function(n){return n.preventDefault(),t.selectGroup(e)}}},[t._t("option",(function(){return[n("span",[t._v(t._s(t.getOptionLabel(e)))])]}),{option:e,search:t.search,index:r})],2):t._e()])})):t._e(),t._v(" "),n("li",{directives:[{name:"show",rawName:"v-show",value:t.showNoResults&&0===t.filteredOptions.length&&t.search&&!t.loading,expression:"showNoResults && (filteredOptions.length === 0 && search && !loading)"}]},[n("span",{staticClass:"multiselect__option"},[t._t("noResult",(function(){return[t._v("No elements found. Consider changing the search query.")]}),{search:t.search})],2)]),t._v(" "),n("li",{directives:[{name:"show",rawName:"v-show",value:t.showNoOptions&&(0===t.options.length||!0===t.hasOptionGroup&&0===t.filteredOptions.length)&&!t.search&&!t.loading,expression:"showNoOptions && ((options.length === 0 || (hasOptionGroup === true && filteredOptions.length === 0)) && !search && !loading)"}]},[n("span",{staticClass:"multiselect__option"},[t._t("noOptions",(function(){return[t._v("List is empty.")]}))],2)]),t._v(" "),t._t("afterList")],2)])])],2)},staticRenderFns:[]};e.a=r},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n}])},jur8:function(t,e,n){"use strict";var r=n("M9S0");n.n(r).a},"k+q1":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconResearch",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("KTe4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("g",[n("g",[n("path",{attrs:{d:"M8.5,18.9c-0.1,0-0.1,0-0.2,0c-2.1-0.9-5-1.4-7.8-1.4C0.2,17.5,0,17.3,0,17V0.5C0,0.2,0.2,0,0.5,0c4.7,0,9.5,1,11,2.8\n C13,1,17.8,0,22.5,0C22.8,0,23,0.2,23,0.5V17c0,0.3-0.2,0.5-0.5,0.5c-0.3,0-1,0-1,0l0-1c0,0,0.2,0,0.5,0V1c-5.7,0.1-10,1.6-10,3\n c0,0.3-0.2,0.5-0.5,0.5S11,4.3,11,4c0-1.3-4.3-2.9-10-3v15.5c2.8,0.1,5.6,0.6,7.7,1.4C8.9,18,9.1,18.3,9,18.6\n C8.9,18.8,8.7,18.9,8.5,18.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M11.5,5C11.2,5,11,4.8,11,4.5V4c0-0.3,0.2-0.5,0.5-0.5S12,3.7,12,4v0.5C12,4.8,11.8,5,11.5,5z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M9,6.7c-0.1,0-0.1,0-0.2,0C7.2,6.1,5,5.7,2.5,5.5C2.2,5.5,2,5.2,2,5s0.3-0.5,0.5-0.5c2.6,0.2,5,0.6,6.6,1.3\n c0.3,0.1,0.4,0.4,0.3,0.6C9.4,6.6,9.2,6.7,9,6.7z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M7,9.1c0,0-0.1,0-0.1,0C5.6,8.8,4.1,8.6,2.5,8.5C2.2,8.5,2,8.2,2,8s0.3-0.5,0.5-0.5c1.7,0.1,3.2,0.3,4.6,0.7\n c0.3,0.1,0.4,0.3,0.4,0.6C7.5,9,7.2,9.1,7,9.1z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M5.9,11.9C5.9,11.9,5.9,11.9,5.9,11.9c-1.1-0.2-2.3-0.3-3.5-0.4C2.2,11.5,2,11.2,2,11s0.3-0.5,0.5-0.5\n c1.2,0.1,2.4,0.2,3.5,0.4c0.3,0,0.5,0.3,0.4,0.6C6.4,11.8,6.2,11.9,5.9,11.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M6.1,14.9C6.1,14.9,6,14.9,6.1,14.9c-1.2-0.2-2.4-0.4-3.6-0.4C2.2,14.5,2,14.2,2,14s0.3-0.5,0.5-0.5\n c1.3,0.1,2.5,0.2,3.6,0.5c0.3,0.1,0.4,0.3,0.4,0.6C6.5,14.8,6.3,14.9,6.1,14.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M16.5,6c-0.2,0-0.4-0.2-0.5-0.4C16,5.4,16.2,5.1,16.4,5c1.2-0.3,2.6-0.4,4-0.5C20.7,4.5,21,4.7,21,5\n c0,0.3-0.2,0.5-0.5,0.5c-1.4,0.1-2.7,0.3-3.9,0.5C16.6,6,16.6,6,16.5,6z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M19.4,8.6c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.4-0.5c0.4,0,0.7-0.1,1.1-0.1C20.7,7.5,21,7.7,21,8s-0.2,0.5-0.5,0.5\n C20.2,8.5,19.8,8.6,19.4,8.6C19.5,8.6,19.4,8.6,19.4,8.6z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M13.5,19C9.9,19,7,16.1,7,12.5S9.9,6,13.5,6S20,8.9,20,12.5S17.1,19,13.5,19z M13.5,7C10.5,7,8,9.5,8,12.5\n c0,3,2.5,5.5,5.5,5.5c3,0,5.5-2.5,5.5-5.5C19,9.5,16.5,7,13.5,7z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M23.5,23c-0.1,0-0.3,0-0.4-0.1l-5.7-5.7c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l5.7,5.7c0.2,0.2,0.2,0.5,0,0.7\n C23.8,23,23.6,23,23.5,23z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M15.5,13c-0.3,0-0.5-0.2-0.5-0.5V11h-3v1.5c0,0.3-0.2,0.5-0.5,0.5S11,12.8,11,12.5v-2c0-0.3,0.2-0.5,0.5-0.5h4\n c0.3,0,0.5,0.2,0.5,0.5v2C16,12.8,15.8,13,15.5,13z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M13.5,16c-0.3,0-0.5-0.2-0.5-0.5v-5c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5v5C14,15.8,13.8,16,13.5,16z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M15,16h-3c-0.3,0-0.5-0.2-0.5-0.5S11.7,15,12,15h3c0.3,0,0.5,0.2,0.5,0.5S15.3,16,15,16z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconResearch.vue";e.default=s.exports},kHig:function(t,e){},kwNh:function(t,e,n){"use strict";var r=n("qcuW");n.n(r).a},kwgh:function(t,e,n){"use strict";var r=n("7rd+");n.n(r).a},"lF/O":function(t,e,n){"use strict";n.r(e);var r={name:"Index",status:"deprecated",release:"1.0.0",type:"Template",metaInfo:{title:"LUX Design System",htmlAttrs:{lang:"en"}},props:{type:{type:String,default:"div"}}},i=(n("cu24"),n("KHd+")),a=n("9I8L"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-index"},[e("menu-bar",{attrs:{type:"links",active:"Index",menuItems:[{name:"Template",component:"Index",href:"/#/"},{name:"Living Docs",href:"http://localhost:6060/"}]}}),this._v(" "),e("wrapper",[e("heading",{attrs:{level:"h1"}},[this._v("LUX")]),this._v(" "),e("text-style",[this._v("LUX (Library User Experience) is a set of organized tools, patterns, and practices that\n work as the foundation for PUL web and application development. It aims to increase\n consistency, improve accessibility, reduce design debt, and accelerate the design and\n development process. Overall, it aims to illuminate the Library for our users.")])],1)],1)}),[],!1,null,"f160a2c4",null);"function"==typeof o.a&&o()(s),s.options.__file="Index.vue";e.default=s.exports},lQpJ:function(t,e,n){},lSNA:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports},leEq:function(t,e){},lls4:function(t,e){},llub:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconDerivativesUnhealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("IQZg"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.21.47H6.12A.42.42,0,0,0,5.7.9v3H3.56a.43.43,0,0,0-.43.42V20.54a.43.43,0,0,0,.43.43H19.79a.43.43,0,0,0,.43-.43V18.41h3a.42.42,0,0,0,.42-.43V.9A.42.42,0,0,0,23.21.47ZM19.36,20.12H4V4.74H5.7V18a.42.42,0,0,0,.42.43H19.36Zm3.42-2.57H6.55V1.32H22.78Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("polygon",{staticClass:"cls-1",attrs:{points:"3.05 7.05 0.5 7.05 0.5 22.38 15.68 22.38 15.68 20.5 3.1 20.5 3.05 7.05"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M14.38,7.56v4.26a.28.28,0,0,0,.56,0V7.56a.28.28,0,0,0-.56,0Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M21,15.35,14.91,3.18a.3.3,0,0,0-.5,0L8.29,15.42a.29.29,0,0,0,0,.27.28.28,0,0,0,.23.13H20.79a.28.28,0,0,0,.27-.28A.26.26,0,0,0,21,15.35ZM9,15.26,14.66,3.93l5.67,11.33Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("circle",{attrs:{cx:"14.2",cy:"13.12",r:"0.56"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconDerivativesUnhealthy.vue";e.default=s.exports},ls82:function(t,e,n){var r=function(t){"use strict";var e=Object.prototype,n=e.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag";function s(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,n){return t[e]=n}}function c(t,e,n,r){var i=e&&e.prototype instanceof f?e:f,a=Object.create(i.prototype),o=new C(r||[]);return a._invoke=function(t,e,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return O()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var s=_(o,n);if(s){if(s===l)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=u(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===l)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(t,n,o),a}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=c;var l={};function f(){}function d(){}function p(){}var h={};s(h,i,(function(){return this}));var v=Object.getPrototypeOf,m=v&&v(v(S([])));m&&m!==e&&n.call(m,i)&&(h=m);var g=p.prototype=f.prototype=Object.create(h);function y(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function b(t,e){var r;this._invoke=function(i,a){function o(){return new e((function(r,o){!function r(i,a,o,s){var c=u(t[i],t,a);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,o,s)}),(function(t){r("throw",t,o,s)})):e.resolve(f).then((function(t){l.value=t,o(l)}),(function(t){return r("throw",t,o,s)}))}s(c.arg)}(i,a,r,o)}))}return r=r?r.then(o,o):o()}}function _(t,e){var n=t.iterator[e.method];if(void 0===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method))return l;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,l;var i=r.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,l):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,l)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function w(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function S(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,a=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return a.next=a}}return{next:O}}function O(){return{value:void 0,done:!0}}return d.prototype=p,s(g,"constructor",p),s(p,"constructor",d),d.displayName=s(p,o,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,p):(t.__proto__=p,s(t,o,"GeneratorFunction")),t.prototype=Object.create(g),t},t.awrap=function(t){return{__await:t}},y(b.prototype),s(b.prototype,a,(function(){return this})),t.AsyncIterator=b,t.async=function(e,n,r,i,a){void 0===a&&(a=Promise);var o=new b(c(e,n,r,i),a);return t.isGeneratorFunction(n)?o:o.next().then((function(t){return t.done?t.value:o.next()}))},y(g),s(g,o,"Generator"),s(g,i,(function(){return this})),s(g,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,C.prototype={constructor:C,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(n,r){return o.type="throw",o.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=t,o.arg=e,a?(this.method="next",this.next=a.finallyLoc,l):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),l},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),w(n),l}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;w(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:S(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},t}(t.exports);try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},m0LI:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,a=[],o=!0,s=!1;try{for(n=n.call(t);!(o=(r=n.next()).done)&&(a.push(r.value),!e||a.length!==e);o=!0);}catch(t){s=!0,i=t}finally{try{o||null==n.return||n.return()}finally{if(s)throw i}}return a}},t.exports.__esModule=!0,t.exports.default=t.exports},mN2E:function(t,e){},mlqV:function(t,e,n){"use strict";n.r(e);var r=n("cDf5"),i=n.n(r),a=n("J4zp"),o=n.n(a),s={name:"DataTable",status:"ready",release:"3.1.4",type:"Element",data:function(){return{rows:this.jsonData,parsedColumns:[]}},props:{caption:{required:!0,type:String},summaryLabel:{required:!1,type:String},columns:{required:!0,type:Array},jsonData:{required:!0,type:Array}},created:function(){var t=this,e=this.columns.map((function(e){return t.isObject(e)?(e.name=e.name.toLowerCase(),e.sortable&&void 0===e.ascending&&(e.ascending=null),e):{name:e.toLowerCase(),ascending:null}}));this.parsedColumns=e;for(var n=this.jsonData.length,r=0;r<n;r++)for(var i in this.jsonData[r])this.jsonData[r].hasOwnProperty(i)&&(this.isObject(this.jsonData[r][i])||(this.jsonData[r][i]={value:this.jsonData[r][i],link:null}));this.rows=this.jsonData},computed:{footerColumns:function(){var t=this.columns;return t.shift(),t}},methods:{getAriaLabel:function(t){for(var e=[],n=0,r=Object.entries(t);n<r.length;n++){var i=o()(r[n],2),a=i[0],s=i[1];e.push("".concat(a,": ").concat(s.value))}return e.join(", ")},iconLabel:function(t){return!0===t?"ascending":!1===t?"descending":null===t?"unsorted":void 0},displayName:function(t){return t.hasOwnProperty("display_name")?t.display_name:t.name},sortTable:function(t){t.ascending?"number"===t.datatype||"currency"===t.datatype?this.rows.sort((function(e,n){return n[t.name].value-e[t.name].value})):"date"===t.datatype?this.rows.sort((function(e,n){return new Date(n[t.name].value)-new Date(e[t.name].value)})):this.rows.sort((function(e,n){var r=e[t.name.toLowerCase()].value.toString().toLowerCase(),i=n[t.name.toLowerCase()].value.toString().toLowerCase();return r<i?1:r>i?-1:0})):"number"===t.datatype||"currency"===t.datatype?this.rows.sort((function(e,n){return e[t.name].value-n[t.name].value})):"date"===t.datatype?this.rows.sort((function(e,n){return new Date(e[t.name].value)-new Date(n[t.name].value)})):this.rows.sort((function(e,n){var r=e[t.name.toLowerCase()].value.toString().toLowerCase(),i=n[t.name.toLowerCase()].value.toString().toLowerCase();return r<i?-1:r>i?1:0})),t.ascending=!t.ascending,this.parsedColumns=this.parsedColumns.map((function(e){return t.name!=e.name&&(e.ascending=null),e}))},isObject:function(t){return t&&"object"===i()(t)&&t.constructor===Object},isCurrency:function(t){return"currency"===t},isNum:function(t){return"number"===t},isLeft:function(t){return"left"===t},isCenter:function(t){return"center"===t},isRight:function(t){return"right"===t}}},c=(n("7H6U"),n("KHd+")),u=n("gvHy"),l=n.n(u),f=Object(c.a)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",{class:["lux-data-table"],attrs:{border:"1px"}},[n("caption",[t._v("\n "+t._s(t.caption)+"\n ")]),t._v(" "),n("thead",[n("tr",t._l(t.parsedColumns,(function(e,r){return n("th",{attrs:{scope:"col",nowrap:""}},[e.sortable?n("input-button",{attrs:{type:"button",variation:"text"},on:{"button-clicked":function(n){return t.sortTable(e)}}},[e.sortable?n("lux-icon-base",{attrs:{width:"16",height:"16","icon-name":t.iconLabel(e.ascending)}},[e.ascending?n("lux-icon-ascending"):t._e(),t._v(" "),!1===e.ascending?n("lux-icon-descending"):t._e(),t._v(" "),null===e.ascending?n("lux-icon-unsorted"):t._e()],1):t._e(),t._v("\n "+t._s(t.displayName(e)))],1):n("span",[t._v(t._s(t.displayName(e)))])],1)})),0)]),t._v(" "),n("tbody",t._l(t.rows,(function(e,r){return n("tr",{staticClass:"row"},t._l(t.parsedColumns,(function(r,i){return n("td",{class:[{"lux-data-table-left":t.isLeft(r.align)},{"lux-data-table-center":t.isCenter(r.align)},{"lux-data-table-right":t.isRight(r.align)},{"lux-data-table-number":t.isNum(r.datatype)},{"lux-data-table-currency":t.isCurrency(r.datatype)}]},[r.checkbox?n("input",{attrs:{id:e[r.name].value,type:"checkbox","aria-label":t.getAriaLabel(e),name:r.name},domProps:{value:e[r.name].value}}):n("span",[e[r.name].link?n("hyperlink",{attrs:{href:e[r.name].link}},[t._v("\n "+t._s(e[r.name].value)+"\n ")]):n("span",[t._v("\n "+t._s(e[r.name].value)+"\n ")])],1)])})),0)})),0),t._v(" "),t.summaryLabel?n("tfoot",[n("tr",[n("th",{attrs:{scope:"row"}},[t._v(t._s(t.summaryLabel))]),t._v(" "),t._l(t.footerColumns,(function(e,r){return n("td",{class:[{"lux-data-table-left":t.isLeft(e.align)},{"lux-data-table-center":t.isCenter(e.align)},{"lux-data-table-right":t.isRight(e.align)},{"lux-data-table-number":t.isNum(e.datatype)},{"lux-data-table-currency":t.isCurrency(e.datatype)}]},[n("span",[t._v("\n "+t._s(e.summary_value)+"\n ")])])}))],2)]):t._e()])}),[],!1,null,"5c21905f",null);"function"==typeof l.a&&l()(f),f.options.__file="DataTable.vue";e.default=f.exports},mseA:function(t,e,n){"use strict";n.r(e);var r={name:"LoginForm",status:"prototype",release:"1.0.0",type:"Pattern",metaInfo:{title:"Form with validation",htmlAttrs:{lang:"en"}},data:function(){return{errormessageEmail:"",errormessagePwd:"",emailValue:"",pwdValue:"",alert:!1,alertStatus:"info",alertMessage:"Testing"}},methods:{validate:function(t){"email"==t.id&&(this.emailValue=t.value,/(.+)@(.+){2,}\.(.+){2,}/.test(t.value)?this.errormessageEmail="":this.errormessageEmail="You need to supply an email."),"pwd"==t.id&&(this.pwdValue=t.value,t.value.length?this.errormessagePwd="":this.errormessagePwd="You need to supply a password.")},showAlert:function(t){this.alertMessage=t.alertMessage,this.alertStatus=t.alertStatus,this.alert=!0}}},i=(n("FXzT"),n("KHd+")),a=n("w6ll"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"app",novalidate:"true"}},[t.alert?n("alert",{attrs:{type:"alert",status:t.alertStatus,autoclear:!0}},[t._v(t._s(t.alertMessage))]):t._e(),t._v(" "),n("input-text",{attrs:{id:"email",errormessage:t.errormessageEmail,value:t.emailValue,label:"Email",placeholder:"Write your text"},on:{inputblur:function(e){return t.validate(e)}}}),t._v(" "),n("input-text",{attrs:{id:"pwd",errormessage:t.errormessagePwd,value:t.pwdValue,label:"Password",placeholder:"Write your text"},on:{inputblur:function(e){return t.validate(e)}}}),t._v(" "),n("input-button",{attrs:{customAlertEvent:{alertStatus:"success",alertMessage:"Successfully logged in!"},type:"button",variation:"solid",block:""},on:{"system-alert":function(e){return t.showAlert(e)}}},[t._v("\n Login\n ")])],1)}),[],!1,null,"a47710dc",null);"function"==typeof o.a&&o()(s),s.options.__file="LoginForm.vue";e.default=s.exports},mxAO:function(t,e){},n1u2:function(t,e){},nIaP:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconArrowRight",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("iCyf"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M5.5,24c-0.1,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.2-0.5,0-0.7L17.7,12L5.2,0.9C5,0.7,4.9,0.4,5.1,0.2c0.2-0.2,0.5-0.2,0.7,0\n \t\tl13,11.5c0.1,0.1,0.2,0.2,0.2,0.4s-0.1,0.3-0.2,0.4l-13,11.5C5.7,24,5.6,24,5.5,24z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconArrowRight.vue";e.default=s.exports},nj48:function(t,e,n){"use strict";var r=n("H3bh");n.n(r).a},"o+Xd":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconDescending",status:"ready",release:"1.0.0",type:"Element"},i=(n("QCEB"),n("KHd+")),a=n("gtuO"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("circle",{staticClass:"st0",attrs:{cx:"12",cy:"12",r:"2"}}),this._v(" "),e("polygon",{staticClass:"st1",attrs:{points:"17.5,6.5 12,0.5 6.5,6.5 \t"}}),this._v(" "),e("polygon",{staticClass:"st2",attrs:{points:"6.5,17.5 12,23.5 17.5,17.5 \t"}})])}),[],!1,null,"1502d3f3",null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconDescending.vue";e.default=s.exports},o0o1:function(t,e,n){t.exports=n("ls82")},oCYn:function(t,e,n){"use strict";(function(t){
7
+ function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(l=t)}d.state.get=function(){return this._vm._data.$$state},d.state.set=function(t){0},f.prototype.commit=function(t,e,n){var r=this,i=y(t,e,n),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(t){t(o)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},f.prototype.dispatch=function(t,e){var n=this,r=y(t,e),i=r.type,a=r.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(o,n.state)}))}catch(t){0}var c=s.length>1?Promise.all(s.map((function(t){return t(a)}))):s[0](a);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(o,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(o,n.state,t)}))}catch(t){0}e(t)}))}))}},f.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},f.prototype.subscribeAction=function(t,e){return p("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},f.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},f.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},f.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),n.preserveState),v(this,this.state)},f.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=g(e.state,t.slice(0,-1));l.delete(n,t[t.length-1])})),h(this)},f.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},f.prototype.hotUpdate=function(t){this._modules.update(t),h(this,!0)},f.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(f.prototype,d);var _=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=M(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),x=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var a=M(this.$store,"mapMutations",t);if(!a)return;r=a.context.commit}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),w=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||M(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),C=O((function(t,e){var n={};return S(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var a=M(this.$store,"mapActions",t);if(!a)return;r=a.context.dispatch}return"function"==typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n}));function S(t){return function(t){return Array.isArray(t)||o(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function O(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function M(t,e,n){return t._modulesNamespaceMap[n]}function k(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(n){t.log(e)}}function D(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function E(){var t=new Date;return" @ "+L(t.getHours(),2)+":"+L(t.getMinutes(),2)+":"+L(t.getSeconds(),2)+"."+L(t.getMilliseconds(),3)}function L(t,e){return n="0",r=e-t.toString().length,new Array(r+1).join(n)+t;var n,r}var A={Store:f,install:b,version:"3.6.2",mapState:_,mapMutations:x,mapGetters:w,mapActions:C,createNamespacedHelpers:function(t){return{mapState:_.bind(null,t),mapGetters:w.bind(null,t),mapMutations:x.bind(null,t),mapActions:C.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var a=t.mutationTransformer;void 0===a&&(a=function(t){return t});var o=t.actionFilter;void 0===o&&(o=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var f=i(t.state);void 0!==l&&(c&&t.subscribe((function(t,o){var s=i(o);if(n(t,f,s)){var c=E(),u=a(t),d="mutation "+t.type+c;k(l,d,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),D(l)}f=s})),u&&t.subscribeAction((function(t,n){if(o(t,n)){var r=E(),i=s(t),a="action "+t.type+r;k(l,a,e),l.log("%c action","color: #03A9F4; font-weight: bold",i),D(l)}})))}}};e.a=A}).call(this,n("yLpj"))},L7ye:function(t,e){},LPnE:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconFlower",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("6ER8"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M10,13.5c-3.9,0-7-2.7-7-6c0-1.7,0.8-3.2,2.2-4.4C5.4,3,5.7,3,5.9,3.2C6.1,3.4,6,3.7,5.8,3.9C4.6,4.9,4,6.1,4,7.5\n c0,2.8,2.7,5,6,5s6-2.2,6-5c0-1.4-0.6-2.6-1.8-3.6c-0.2-0.2-0.2-0.5-0.1-0.7C14.3,3,14.6,3,14.8,3.1C16.2,4.3,17,5.8,17,7.5\n C17,10.8,13.9,13.5,10,13.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,7.5C7.3,7.5,5.2,5.9,5.2,4c0-1,0.6-1.9,1.6-2.6C7,1.3,7.3,1.3,7.4,1.6c0.2,0.2,0.1,0.5-0.1,0.7\n C6.6,2.7,6.2,3.3,6.2,4c0,1.4,1.8,2.5,3.8,2.5s3.8-1.1,3.8-2.5c0-0.7-0.4-1.3-1.1-1.7c-0.2-0.2-0.3-0.5-0.1-0.7\n c0.2-0.2,0.5-0.3,0.7-0.1c1,0.7,1.6,1.6,1.6,2.6C14.8,5.9,12.7,7.5,10,7.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M13.5,12.5c-0.3,0-0.5-0.2-0.5-0.5v-2c0-2-2.5-2.5-2.6-2.5c-0.3,0-0.5-0.3-0.4-0.6c0-0.3,0.3-0.5,0.6-0.4\n C11.7,6.7,14,7.7,14,10v2C14,12.3,13.8,12.5,13.5,12.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M8,7C7.9,7,7.9,7,7.8,7C7.6,6.9,7.4,6.6,7.5,6.3c0-0.1,0.4-1.2,1.4-2.2C9.1,4,9.4,4,9.6,4.1c0.2,0.2,0.2,0.5,0,0.7\n C8.8,5.6,8.5,6.6,8.5,6.7C8.4,6.9,8.2,7,8,7z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,5C8,5,6.5,3.9,6.5,2.5S8,0,10,0s3.5,1.1,3.5,2.5S12,5,10,5z M10,1C8.6,1,7.5,1.7,7.5,2.5S8.6,4,10,4\n s2.5-0.7,2.5-1.5S11.4,1,10,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10,5C9.7,5,9.5,4.8,9.5,4.5S9.7,4,10,4c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.3,0.2-0.5c0-0.5-0.7-0.8-1.8-0.8\n C8.7,2.5,8.5,2.3,8.5,2S8.7,1.5,9,1.5c0.9,0,1.5,0.2,2,0.5c0.5,0.3,0.7,0.8,0.7,1.3C11.8,4.2,11,5,10,5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M10.5,24c-0.3,0-0.5-0.2-0.5-0.5V13c0-0.3,0.2-0.5,0.5-0.5S11,12.7,11,13v10.5C11,23.8,10.8,24,10.5,24z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M12.5,22c-0.8,0-1.6-0.3-2.1-1.1c-0.5-0.7-0.5-1.6,0-2.2c0.5-0.7,1.4-1,2.3-0.7c1,0.3,2.7-0.7,3.2-1.2\n c0.2-0.1,0.4-0.2,0.6,0c0.2,0.1,0.3,0.3,0.2,0.5c-0.1,0.3-0.8,3.1-2.1,4C14,21.7,13.2,22,12.5,22z M12,18.9\n c-0.3,0-0.6,0.2-0.8,0.4c-0.2,0.2-0.3,0.6,0,1c0.7,0.9,1.9,0.8,2.8,0.2c0.5-0.3,0.9-1.2,1.2-2.1c-0.8,0.5-2,0.9-2.9,0.5\n C12.2,18.9,12.1,18.9,12,18.9z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconFlower.vue";e.default=s.exports},LX5d:function(t,e){},Lmn2:function(t,e,n){"use strict";n.r(e);var r=n("bzL3"),i={name:"Icon",status:"review",release:"1.0.0",props:{name:{required:!0,default:"settings"},fill:{type:String,default:"currentColor"},ariaLabel:{type:String,default:"icon"},type:{type:String,default:"span"},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}}},data:function(){return{svg:r("./"+this.name+".svg").replace(/^<svg /,'<svg style="fill: '.concat(this.fill,'" '))}}},a=(n("NeWu"),n("KHd+")),o=n("MCBN"),s=n.n(o),c=Object(a.a)(i,(function(){var t=this.$createElement;return(this._self._c||t)(this.type,{tag:"component",class:["vds-icon",this.size],attrs:{"aria-label":this.ariaLabel},domProps:{innerHTML:this._s(this.svg)}})}),[],!1,null,null,null);"function"==typeof s.a&&s()(c),c.options.__file="_Icon.vue";e.default=c.exports},M0Vt:function(t,e,n){"use strict";var r=n("s1dr");n.n(r).a},M6fI:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconReportUnhealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("oFL4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M2.5,5C2.224,5,2,5.224,2,5.5v14C2,19.776,2.224,20,2.5,20H11c0.276,0,0.5-0.224,0.5-0.5S11.276,19,11,19H3V6h1v0.5 C4,6.776,4.224,7,4.5,7h8C12.776,7,13,6.776,13,6.5V6h1v7c0,0.276,0.224,0.5,0.5,0.5S15,13.276,15,13V5.5C15,5.224,14.776,5,14.5,5 H13V4h3v6c0,0.276,0.224,0.5,0.5,0.5S17,10.276,17,10V3.5C17,3.224,16.776,3,16.5,3H13V2.5C13,2.224,12.776,2,12.5,2h-1.545 C10.766,0.963,9.98,0,8.5,0S6.234,0.963,6.045,2H4.5C4.224,2,4,2.224,4,2.5V3H0.5C0.224,3,0,3.224,0,3.5v16 C0,20.879,1.122,22,2.5,22H10c0.276,0,0.5-0.224,0.5-0.5S10.276,21,10,21H2.5C1.673,21,1,20.327,1,19.5V4h3v1H2.5z M5,3h1.5 C6.776,3,7,2.776,7,2.5C7,2.347,7.042,1,8.5,1S10,2.347,10,2.5C10,2.776,10.224,3,10.5,3H12v3H5V3z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,9h-5C5.224,9,5,9.224,5,9.5S5.224,10,5.5,10h5c0.276,0,0.5-0.224,0.5-0.5S10.776,9,10.5,9z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,11h-5C5.224,11,5,11.224,5,11.5S5.224,12,5.5,12h5c0.276,0,0.5-0.224,0.5-0.5S10.776,11,10.5,11z"}}),this._v(" "),e("path",{attrs:{d:"M11,13.5c0-0.276-0.224-0.5-0.5-0.5h-5C5.224,13,5,13.224,5,13.5S5.224,14,5.5,14h5C10.776,14,11,13.776,11,13.5z"}}),this._v(" "),e("path",{attrs:{d:"M5.5,15C5.224,15,5,15.224,5,15.5S5.224,16,5.5,16h3C8.776,16,9,15.776,9,15.5S8.776,15,8.5,15H5.5z"}}),this._v(" "),e("path",{attrs:{d:"M23.892,23.166l-5.945-11.89c-0.17-0.338-0.725-0.338-0.895,0l-6,12c-0.078,0.155-0.069,0.339,0.022,0.486 S11.327,24,11.5,24h12c0.007,0,0.013,0,0.02,0c0.276,0,0.5-0.224,0.5-0.5C24.02,23.371,23.972,23.254,23.892,23.166z M12.309,23 L17.5,12.619L22.691,23H12.309z"}}),this._v(" "),e("path",{attrs:{d:"M17,16.409v3.272c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5v-3.272c0-0.276-0.224-0.5-0.5-0.5S17,16.133,17,16.409z"}}),this._v(" "),e("circle",{attrs:{cx:"17.5",cy:"21.318",r:"0.545"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconReportUnhealthy.vue";e.default=s.exports},M9S0:function(t,e,n){},MCBN:function(t,e){},MEGa:function(t,e){},MVZn:function(t,e,n){var r=n("lSNA");t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&i.push.apply(i,Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach((function(e){r(t,e,n[e])}))}return t},t.exports.__esModule=!0,t.exports.default=t.exports},Mdgb:function(t,e){},MeTV:function(t,e,n){"use strict";var r=n("a1RN");n.n(r).a},MerV:function(t,e){},N6C8:function(t,e,n){"use strict";var r=n("dpKW");n.n(r).a},"NC/Q":function(t,e,n){"use strict";n.r(e);var r={name:"DropdownMenu",status:"ready",release:"1.0.0",type:"Pattern",data:function(){return{isVisible:!1}},props:{element:{type:String,default:"div"},buttonLabel:{type:String,default:"Dropdown"},type:{type:String,default:"buttons",validator:function(t){return t.match(/(links|buttons)/)}},menuItems:{type:Array,default:"div"},align:{type:String,default:"left",validator:function(t){return t.match(/(left|right)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}}},methods:{hide:function(t){this.isVisible=!1},buttonClicked:function(t){this.isVisible=!this.isVisible,this.$emit("button-clicked",t)},menuItemClicked:function(t){this.isVisible=!1,this.$emit("menu-item-clicked",t)}},directives:{"click-outside":{bind:function(t,e,n){var r=e.modifiers.bubble,i=function(n){(r||!t.contains(n.target)&&t!==n.target)&&e.value(n)};t.__vueClickOutside__=i,document.addEventListener("click",i)},unbind:function(t,e){document.removeEventListener("click",t.__vueClickOutside__),t.__vueClickOutside__=null}}}},i=(n("gMq4"),n("KHd+")),a=n("9b0z"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.element,{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hide,expression:"hide"}],tag:"component",class:["lux-dropdown-menu",t.size]},[n("input-button",{staticClass:"lux-dropdown-button",attrs:{variation:"dropdown",size:t.size},on:{"button-clicked":function(e){return t.buttonClicked(e)}}},[t._v(t._s(t.buttonLabel))]),t._v(" "),n("menu-bar",{class:{"lux-show":t.isVisible},attrs:{type:t.type,active:"All","menu-items":t.menuItems},on:{"menu-item-clicked":function(e){return t.menuItemClicked(e)}}})],1)}),[],!1,null,"62ecb110",null);"function"==typeof o.a&&o()(s),s.options.__file="DropdownMenu.vue";e.default=s.exports},NeWu:function(t,e,n){"use strict";var r=n("UK8r");n.n(r).a},Nhqd:function(t,e){},Nrtw:function(t,e,n){"use strict";var r=n("gpvm");n.n(r).a},"Nx/Z":function(t,e,n){},Nybi:function(t,e){},"O+vT":function(t,e,n){},O1vI:function(t,e,n){"use strict";var r=n("6/aR");n.n(r).a},OEVl:function(t,e){},ONH9:function(t,e,n){"use strict";n.r(e);var r={name:"Tag",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"tag",validator:function(t){return t.match(/(tag|filter)/)}},tagItems:{required:!0,type:Array},horizontal:{type:String,validator:function(t){return t.match(/(start|center|end)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},label:{type:String,default:""}},methods:{isPill:function(t){return"pill"===t},componentType:function(t){return t.hasOwnProperty("href")?"a":"span"}}},i=(n("7BlC"),n("KHd+")),a=n("L7ye"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("ul",{staticClass:"lux-tag",class:[t.type,t.horizontal],attrs:{"aria-label":t.label}},t._l(t.tagItems,(function(e,r){return n("li",[n(t.componentType(e),{key:r,tag:"component",class:["lux-tag-item",t.size,e.color,{pill:t.isPill(e.style)}],attrs:{href:e.href}},[e.icon?n("span",{staticClass:"prepend-icon"},[n("lux-icon-base",{attrs:{width:"14",height:"14"}},["alert"===e.icon?n("lux-icon-alert"):t._e(),t._v(" "),"approved"===e.icon?n("lux-icon-approved"):t._e(),t._v(" "),"denied"===e.icon?n("lux-icon-denied"):t._e(),t._v(" "),"clock"===e.icon?n("lux-icon-clock"):t._e(),t._v(" "),"refresh"===e.icon?n("lux-icon-refresh"):t._e(),t._v(" "),"reported"===e.icon?n("lux-icon-reported"):t._e()],1)],1):t._e(),t._v(" "),n("span",{domProps:{innerHTML:t._s(e.name)}}),t._v(" "),"filter"===t.type?n("span",{staticClass:"append-icon"},[n("lux-icon-base",{attrs:{width:"14",height:"14"}},[n("lux-icon-denied")],1)],1):t._e()])],1)})),0)}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="Tag.vue";e.default=s.exports},Ob2K:function(t,e){},Obua:function(t,e,n){"use strict";n.r(e);var r={name:"LogoUniversity",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:263},height:{type:[Number,String],default:72}}},i=(n("5C7p"),n("KHd+")),a=n("XvlE"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:"0 0 263 71.84","aria-labelledby":"logo-university",role:"img"}},[n("title",{attrs:{id:"logo-university",lang:"en"}},[t._v("Princeton University Logo")]),t._v(" "),n("g",[n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M14.97 59.02a70.98 70.98 0 0 0 13.17 12.82 71.14 71.14 0 0 0 13.2-12.78L28.14 46.2z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M8.82 49.84l19.33-18.56L47.5 49.89a68.7 68.7 0 0 0 7.16-18.66l.19-.95H1.46a68.77 68.77 0 0 0 7.36 19.56z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-a",attrs:{d:"M8.81 49.84a69.87 69.87 0 0 0 6.16 9.18l13.17-12.8 13.2 12.84a69.44 69.44 0 0 0 6.16-9.17L28.14 31.28z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M28.14 45.87L15 58.65a69.87 69.87 0 0 1-5.87-8.77l19.01-18.26L47.2 49.94a69.4 69.4 0 0 1-5.86 8.75z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M28.14 31.97l18.73 18.01a69.18 69.18 0 0 1-5.57 8.33L28.49 45.85l-.35-.33-.35.33-12.77 12.43a69.61 69.61 0 0 1-5.58-8.35l18.7-17.96m0-.7L8.8 49.85a69.87 69.87 0 0 0 6.16 9.18l13.17-12.8 13.2 12.84a69.44 69.44 0 0 0 6.16-9.17L28.14 31.28zM56.06 10.5a24.6 24.6 0 0 1-7.18 1.07A24.12 24.12 0 0 1 28.16 0 24.13 24.13 0 0 1 7.44 11.55 24.7 24.7 0 0 1 .26 10.5a67.64 67.64 0 0 0 1.18 19.8h53.4a68 68 0 0 0 1.22-19.8z"}}),t._v(" "),n("path",{staticStyle:{isolation:"isolate"},attrs:{d:"M41.31 18.66v-2.27h-1.38v-1.6l-1.46-.4h-.1v-1.37s-.5.6-2.8.6c-2.18 0-3.46-.7-5.19-.7a2.36 2.36 0 0 0-2.18.95v.55h-.06v-.55a2.38 2.38 0 0 0-2.17-.96c-1.74 0-3.02.71-5.2.71-2.3 0-2.7-.6-2.7-.6v1.44h-.1l-1.57.33v1.6H15v2.27h1.4v3.67H15v2.27h1.4v2.82a33.88 33.88 0 0 0 4.5.37c2.55 0 4.02-.37 5.68-.4v.71a3.85 3.85 0 0 0 1.56.33 4.25 4.25 0 0 0 1.61-.33v-.71c1.66.03 3.13.4 5.7.4a33.84 33.84 0 0 0 4.48-.36V24.6h1.4v-2.27h-1.4v-3.67z",fill:"#fff"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M38.59 14.23v-1.74l-.42.45s-.52.52-2.62.52l-2.85-.38-2.35-.33a2.78 2.78 0 0 0-2.2.84 2.8 2.8 0 0 0-2.21-.84l-2.34.33-2.85.38c-2.07 0-2.5-.5-2.51-.5l-.43-.52-.01.66v1.2l-1.69.35V27.7l.2.03a34.02 34.02 0 0 0 4.54.37 51.76 51.76 0 0 0 5.44-.38v.6l.13.07a4.1 4.1 0 0 0 1.67.35 4.46 4.46 0 0 0 1.72-.35l.14-.07v-.6a51.8 51.8 0 0 0 5.45.38 34.05 34.05 0 0 0 4.53-.38l.2-.02V14.66zm-10.2-.17a2.14 2.14 0 0 1 1.96-.83l2.24.32 2.96.4a5.88 5.88 0 0 0 2.57-.43v12.34a7.16 7.16 0 0 1-2.57.38l-2.85-.38-2.35-.33a2.94 2.94 0 0 0-1.96.62zm-10.1-.51a5.53 5.53 0 0 0 2.46.4l2.95-.39 2.24-.32a2.16 2.16 0 0 1 1.97.83v12.09a2.96 2.96 0 0 0-1.99-.63l-2.34.33-2.83.38c-2.07 0-2.5-.5-2.5-.5l.03-12.2zm21.37 13.73a33.04 33.04 0 0 1-4.25.33 53.52 53.52 0 0 1-5.67-.4l-.27-.03V28a4.07 4.07 0 0 1-1.37.26 3.81 3.81 0 0 1-1.32-.25v-.83l-.27.03a53.51 53.51 0 0 1-5.66.4 33.09 33.09 0 0 1-4.25-.33V15.04l1.2-.25v11.09c.12.25.63.84 2.95.84l2.93-.38 2.24-.33a2.18 2.18 0 0 1 1.99.83l.07-.03h.34l.07.03a2.14 2.14 0 0 1 1.96-.83l2.24.32 2.96.39c2.35 0 2.94-.62 3-.69l.04-11.3 1.07.3z"}}),t._v(" "),n("path",{staticClass:"pu-logo-mc-b",attrs:{d:"M21.72 15.72a.42.42 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.03 0-.05-.03-.07-.08l-.32-.78-.25-.56a4.78 4.78 0 0 0-.19-.39.37.37 0 0 0-.32-.19.08.08 0 0 1-.02-.05.11.11 0 0 1 .01-.05h1.08l.02.04a.13.13 0 0 1-.01.06c-.1 0-.31 0-.31.14a.33.33 0 0 0 .02.11l.51 1.21.43-1a.63.63 0 0 0 .05-.26c0-.12-.08-.17-.3-.2a.18.18 0 0 1 0-.04.23.23 0 0 1 0-.06h.07l.4.01h.4l.02.04a.14.14 0 0 1-.01.05zm2.16 1.94c-.62 0-.95-.02-1.04-.02h-.3l-.5.02h-.12a.09.09 0 0 1 0-.05.26.26 0 0 1 0-.06.82.82 0 0 0 .3-.06.6.6 0 0 0 .07-.32v-1.2c0-.22-.11-.22-.34-.25a.24.24 0 0 1-.01-.05c0-.02 0-.05.02-.05h1.77c.05 0 .07 0 .07.04l.02.47-.05.02a.15.15 0 0 1-.05 0 .92.92 0 0 0-.3-.36.32.32 0 0 0-.19-.05h-.5c-.02 0-.02 0-.03.08l-.01.41v.27h.07a1 1 0 0 0 .23-.02.4.4 0 0 0 .2-.15.92.92 0 0 0 .06-.17.13.13 0 0 1 .06-.02.1.1 0 0 1 .05.02l-.01.44v.4a.07.07 0 0 1-.05.02.24.24 0 0 1-.06 0c-.02-.17-.05-.3-.2-.35a.55.55 0 0 0-.22-.05l-.14.01v.54a.67.67 0 0 0 .03.24.2.2 0 0 0 .12.11 1 1 0 0 0 .2.02h.29a.58.58 0 0 0 .22-.04 1.12 1.12 0 0 0 .33-.44.16.16 0 0 1 .06 0 .17.17 0 0 1 .06 0v.55c0 .04-.03.05-.1.05zm2.47-1.4h-.06a1.29 1.29 0 0 0-.15-.3.48.48 0 0 0-.38-.2h-.2v1.52c0 .24.1.24.35.27a.11.11 0 0 1 .02.06.1.1 0 0 1-.01.05h-.1l-.5-.01-.53.01a.07.07 0 0 1-.02-.05.12.12 0 0 1 .02-.06c.32-.02.36-.08.37-.18V16a1.27 1.27 0 0 0-.01-.25 1.4 1.4 0 0 0-.32.02.81.81 0 0 0-.41.45.2.2 0 0 1-.05 0 .06.06 0 0 1-.05-.02v-.53c0-.04 0-.06.06-.06h.97l.95-.01c.05 0 .08 0 .1.02a.4.4 0 0 1 0 .07v.53a.06.06 0 0 1-.05.02zm-4.73 3.2h-.06a1 1 0 0 0-.16-.3.48.48 0 0 0-.38-.2h-.2v1.52c0 .24.12.24.36.27a.1.1 0 0 1 .02.06.1.1 0 0 1-.01.05h-1.13a.1.1 0 0 1-.02-.05.25.25 0 0 1 .01-.05c.33-.03.36-.09.38-.2V19.2a1.3 1.3 0 0 0-.02-.25 1.45 1.45 0 0 0-.32.02.8.8 0 0 0-.4.45.25.25 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.52c0-.05 0-.06.06-.06h.97c.5 0 .86-.02.95-.02.05 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.04zm2.34 1.4H22a.1.1 0 0 1-.02-.04.13.13 0 0 1 .02-.07.76.76 0 0 0 .3-.06c.05-.05.06-.13.07-.32l.01-.3v-.91c0-.22-.1-.22-.34-.25a.12.12 0 0 1-.01-.05c0-.02 0-.05.02-.06h1.77c.05 0 .07 0 .07.05l.02.47a.1.1 0 0 1-.05.02.17.17 0 0 1-.05 0 .85.85 0 0 0-.32-.35.3.3 0 0 0-.17-.05h-.51c-.02 0-.03 0-.03.08v.67h.06a.95.95 0 0 0 .23-.02.4.4 0 0 0 .22-.15.9.9 0 0 0 .04-.17.15.15 0 0 1 .06-.02.1.1 0 0 1 .06.02l-.02.44.01.4a.08.08 0 0 1-.06.02.27.27 0 0 1-.06 0c-.02-.17-.04-.3-.2-.35a.55.55 0 0 0-.21-.05 1.31 1.31 0 0 0-.14.01v.54a.84.84 0 0 0 .02.24c.02.03.07.1.12.11a1.07 1.07 0 0 0 .2.02h.3a.56.56 0 0 0 .21-.04 1.09 1.09 0 0 0 .33-.44.15.15 0 0 1 .07 0 .14.14 0 0 1 .05 0v.55c0 .05-.04.05-.11.05zm1.44.05a1.16 1.16 0 0 1-.47-.12.23.23 0 0 0-.08-.02.42.42 0 0 0-.15.08.13.13 0 0 1-.12-.06c0-.04.04-.17.04-.25l-.02-.33a.11.11 0 0 1 .09-.05h.03a4.29 4.29 0 0 0 .2.4.64.64 0 0 0 .45.22.44.44 0 0 0 .33-.1.29.29 0 0 0 .11-.25.26.26 0 0 0-.05-.19.5.5 0 0 0-.22-.15c-.09-.04-.4-.12-.52-.18a.82.82 0 0 1-.28-.2.63.63 0 0 1-.12-.38.58.58 0 0 1 .63-.57.76.76 0 0 1 .49.14 1.4 1.4 0 0 1 .12-.12.11.11 0 0 1 .1.06 2.24 2.24 0 0 0-.03.28l.04.3a.2.2 0 0 1-.09.03.14.14 0 0 1-.03-.01c-.06-.1-.11-.27-.17-.36a.46.46 0 0 0-.41-.17.34.34 0 0 0-.37.3c0 .17.14.25.25.3l.3.1a2.8 2.8 0 0 1 .33.13.56.56 0 0 1 .34.54.66.66 0 0 1-.72.63zm-2.96 3.17c-.62 0-.95-.02-1.04-.02h-.3l-.5.02h-.12a.09.09 0 0 1 0-.05.24.24 0 0 1 0-.06.83.83 0 0 0 .3-.06.6.6 0 0 0 .07-.32v-1.2c0-.22-.11-.22-.34-.25a.25.25 0 0 1-.01-.05c0-.02 0-.05.02-.05h1.77c.05 0 .07 0 .07.04l.02.47-.05.02a.14.14 0 0 1-.05 0 .92.92 0 0 0-.3-.36.32.32 0 0 0-.19-.05h-.5c-.02 0-.02 0-.03.08l-.01.41v.27h.07a1 1 0 0 0 .23-.03.4.4 0 0 0 .2-.14.9.9 0 0 0 .06-.17.13.13 0 0 1 .06-.02.1.1 0 0 1 .05.02l-.02.44.01.4a.07.07 0 0 1-.05.02.24.24 0 0 1-.06 0c-.02-.18-.05-.3-.2-.36a.55.55 0 0 0-.22-.04 1.3 1.3 0 0 0-.14 0v.54a.67.67 0 0 0 .03.25.2.2 0 0 0 .12.11 1.03 1.03 0 0 0 .2.01h.28a.58.58 0 0 0 .23-.03 1.13 1.13 0 0 0 .32-.44.17.17 0 0 1 .13 0v.54c0 .05-.03.06-.1.06zm2.99-1.95c-.21.01-.4.12-.4.46v1.05l.03.45a.22.22 0 0 1-.09.03.14.14 0 0 1-.05-.03l-1.44-1.55.01.32v.57c0 .04 0 .15.02.23a.26.26 0 0 0 .1.22.53.53 0 0 0 .27.09.1.1 0 0 1 .02.05.12.12 0 0 1-.02.05h-.91a.18.18 0 0 1 0-.04.13.13 0 0 1 .01-.05.5.5 0 0 0 .33-.14.68.68 0 0 0 .03-.25v-1.04a.36.36 0 0 0-.08-.22.74.74 0 0 0-.1-.1 1.18 1.18 0 0 0-.23-.1.16.16 0 0 1-.01-.05.1.1 0 0 1 .01-.06h.05l.44.01h.1a.2.2 0 0 1 .06.05l1.07 1.17.25.28v-.84l-.01-.24a.56.56 0 0 0-.07-.22c-.03-.05-.23-.08-.33-.1a.14.14 0 0 1-.01-.06.16.16 0 0 1 0-.04h.06l.36.01h.53a.11.11 0 0 1 0 .05.1.1 0 0 1 0 .04zm6.75-6.42c-.2 0-.39.12-.39.46v1.05l.01.45a.2.2 0 0 1-.08.03c-.01 0-.02 0-.05-.03l-1.45-1.55.02.32V17l.01.23a.29.29 0 0 0 .1.22.56.56 0 0 0 .28.09.1.1 0 0 1 .01.05.17.17 0 0 1-.01.05h-.9a.2.2 0 0 1-.01-.04.1.1 0 0 1 .01-.05.5.5 0 0 0 .33-.14.59.59 0 0 0 .03-.25v-1.04a.4.4 0 0 0-.07-.22.92.92 0 0 0-.1-.1 1.07 1.07 0 0 0-.24-.1.38.38 0 0 1 0-.05.2.2 0 0 1 0-.05h.59a.31.31 0 0 1 .07.05l1.07 1.17.24.28v-.84a2.03 2.03 0 0 0-.01-.24.5.5 0 0 0-.06-.22c-.04-.05-.24-.08-.34-.1a.15.15 0 0 1-.01-.06.09.09 0 0 1 0-.04h.07l.36.01h.52a.13.13 0 0 1 .01.04.1.1 0 0 1-.01.05zm2.13 1.69a1.02 1.02 0 0 1-1.45.01 1.13 1.13 0 0 1 0-1.55 1.02 1.02 0 0 1 .72-.3 1.1 1.1 0 0 1 .54.14 1.07 1.07 0 0 1 .5.91 1.14 1.14 0 0 1-.31.79zm-.34-1.5a.48.48 0 0 0-.4-.21.44.44 0 0 0-.38.21 1.18 1.18 0 0 0-.2.72 1.23 1.23 0 0 0 .19.72.45.45 0 0 0 .4.23.47.47 0 0 0 .44-.28 1.33 1.33 0 0 0 .14-.66 1.2 1.2 0 0 0-.19-.73zm3.25-.18a.41.41 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.02 0-.06-.03-.07-.08l-.32-.78-.25-.56a4.78 4.78 0 0 0-.18-.4.38.38 0 0 0-.33-.18.07.07 0 0 1-.02-.05.08.08 0 0 1 .01-.06h.13l.38.01.49-.01h.08c.02 0 .02.03.02.05a.13.13 0 0 1 0 .05c-.1.01-.32 0-.32.14a.25.25 0 0 0 .02.12l.5 1.21.44-1a.69.69 0 0 0 .05-.27c0-.1-.08-.16-.3-.18a.17.17 0 0 1 0-.05.25.25 0 0 1 0-.06h.07l.4.01h.42a.1.1 0 0 1 0 .1zm-5.7 3.74h-.07a1 1 0 0 0-.15-.3.47.47 0 0 0-.38-.2h-.2v1.52c0 .24.11.24.36.27a.1.1 0 0 1 .01.06.1.1 0 0 1 0 .05h-1.15a.1.1 0 0 1-.01-.05.24.24 0 0 1 0-.05c.33-.03.37-.09.38-.2V19.2a1.32 1.32 0 0 0-.01-.25 1.45 1.45 0 0 0-.33.02.8.8 0 0 0-.4.45.24.24 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.52c0-.05.01-.06.07-.06h.97c.48 0 .85-.02.94-.02.06 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.04zm2.45 1.4h-1.05a.08.08 0 0 1-.01-.05.17.17 0 0 1 0-.04c.2-.01.28-.05.28-.13a.7.7 0 0 0-.06-.26c-.06-.16-.1-.22-.1-.26-.02-.01-.02-.02-.06-.02h-.65a1.41 1.41 0 0 0-.15.39.45.45 0 0 0-.02.12c0 .06.07.14.3.14a.1.1 0 0 1 0 .06.17.17 0 0 1 0 .05h-.05l-.35-.01h-.45a.14.14 0 0 1 0-.03.12.12 0 0 1 0-.06.44.44 0 0 0 .3-.15 3.25 3.25 0 0 0 .26-.53l.31-.76.14-.3a4 4 0 0 1 .11-.21.13.13 0 0 1 .08-.04.12.12 0 0 1 .1.04.58.58 0 0 1 .04.1l.36.89.2.47.14.3c.08.16.2.16.32.2l.02.04-.01.05zm-1.3-1.62a3.76 3.76 0 0 0-.15.33 9.13 9.13 0 0 1-.16.4h.6c-.04-.13-.2-.5-.29-.73zm4.46 1.63l-.83-.01h-.23a.15.15 0 0 1-.01-.06.07.07 0 0 1 .02-.05 1.06 1.06 0 0 0 .2-.02c.08-.03.12-.12.12-.24V19l-.44.96-.15.33a4.29 4.29 0 0 0-.18.47.06.06 0 0 1-.07.03c-.03 0-.05 0-.06-.05-.06-.13-.1-.2-.11-.26l-.69-1.5h-.01v.38l.01.96c0 .3.16.43.39.43a.16.16 0 0 1 .02.05.12.12 0 0 1-.02.05H35l-.4-.01h-.42a.2.2 0 0 1-.01-.05.24.24 0 0 1 0-.05 1.06 1.06 0 0 0 .3-.1c.05-.04.09-.13.09-.33v-1.05c0-.16-.03-.23-.1-.29a1.02 1.02 0 0 0-.27-.05.14.14 0 0 1-.02-.05.17.17 0 0 1 .02-.06h.86a.12.12 0 0 1 .05.06l.6 1.38.12-.27c.1-.23.23-.56.42-.92l.12-.24.78-.01a.12.12 0 0 1 .02.05.1.1 0 0 1-.01.05c-.09.02-.24.02-.3.13-.03.04-.04.08-.04.25v.99c0 .38.1.41.14.44a.74.74 0 0 0 .2.03.1.1 0 0 1 .02.05l-.03.06zm-5.67 1.8h-.06a1 1 0 0 0-.15-.3.48.48 0 0 0-.38-.2h-.2v1.53c0 .24.11.24.36.27a.1.1 0 0 1 .01.06.1.1 0 0 1 0 .05h-.1l-.51-.01-.53.01a.1.1 0 0 1-.01-.05.25.25 0 0 1 0-.06c.33-.02.37-.08.38-.18v-1.36a1.3 1.3 0 0 0-.01-.26 1.45 1.45 0 0 0-.32.03.8.8 0 0 0-.41.45.24.24 0 0 1-.06 0 .06.06 0 0 1-.05-.02v-.53c0-.05.01-.06.07-.06h.97c.49 0 .85-.02.94-.02.06 0 .09 0 .1.02s0 .05 0 .08v.52a.06.06 0 0 1-.04.03zm2.55-.53a.41.41 0 0 0-.37.24l-.78 1.73a.15.15 0 0 1-.06.03c-.02 0-.05-.03-.07-.08l-.32-.78-.25-.56a4.69 4.69 0 0 0-.18-.4.38.38 0 0 0-.33-.18.07.07 0 0 1-.02-.05.08.08 0 0 1 .02-.06h.12l.38.01.49-.01h.08c.02 0 .02.03.02.05a.13.13 0 0 1 0 .05c-.1.01-.32 0-.32.14a.25.25 0 0 0 .02.12l.51 1.2.43-1a.69.69 0 0 0 .05-.26c0-.11-.08-.16-.29-.19a.17.17 0 0 1 0-.04.24.24 0 0 1 0-.07h.06c.1 0 .19.02.4.02l.26-.01h.15a.1.1 0 0 1 0 .1zm3.16 1.94l-.82-.01h-.23a.12.12 0 0 1-.01-.05.06.06 0 0 1 .01-.06 1.09 1.09 0 0 0 .2-.01c.09-.04.12-.13.12-.25v-1.48l-.44.96-.15.33a5.46 5.46 0 0 0-.18.46c-.01.04-.05.04-.07.04s-.04 0-.06-.06c-.05-.12-.1-.2-.11-.25l-.69-1.5h-.01v.38l.01.96c0 .3.16.43.4.43a.13.13 0 0 1 0 .05.11.11 0 0 1 0 .05h-.11l-.4-.01h-.42a.1.1 0 0 1-.02-.06.11.11 0 0 1 .02-.04 1.1 1.1 0 0 0 .3-.1.49.49 0 0 0 .07-.33v-1.05c0-.17-.02-.23-.1-.3a1.03 1.03 0 0 0-.26-.04.1.1 0 0 1-.02-.06.12.12 0 0 1 .02-.06l.36.01h.5a.12.12 0 0 1 .04.05l.6 1.39.12-.28a9.22 9.22 0 0 1 .43-.92l.12-.23.77-.02c.01.02.03.03.03.05a.12.12 0 0 1-.02.06c-.08 0-.23 0-.3.13-.03.04-.05.07-.05.24v.99c0 .38.1.42.15.45a.67.67 0 0 0 .2.02.08.08 0 0 1 .02.06c0 .03 0 .04-.02.06zm225.4-12.3a.83.83 0 0 0-.07-.37h-.6c-1.33 0-2.18.05-4.56.05-.82 0-2.04-.05-2.32-.05h-.7c-.07.05-.1.34-.1.45a.7.7 0 0 0 .13.45 11.1 11.1 0 0 1 2.73.76 5.15 5.15 0 0 1 .77 2.7c.02.4.05.8.05 1.88v5.53a10.62 10.62 0 0 1-.05 1.14c-.46-.5-1.09-1.46-2.15-2.65l-8.83-9.79a1.73 1.73 0 0 0-.4-.34l-.8-.02c-1.7 0-4.75-.08-5.2-.08a.97.97 0 0 0-.11.37 4.4 4.4 0 0 0 .08.5 3.63 3.63 0 0 1 1.98 1 8.9 8.9 0 0 1 1.4 1.67 2.3 2.3 0 0 1 .11.84c0 1.38-.08 3.31-.08 5.16v5.37a11.7 11.7 0 0 1-.16 2.01 5.5 5.5 0 0 1-2.77 1.35 1.54 1.54 0 0 0-.1.48c0 .08.02.34.07.36h.5c.53 0 1.75-.08 2.54-.08 1.17 0 1.96.08 3.04.08h1.6c.1-.02.12-.34.12-.45a1.22 1.22 0 0 0-.08-.42 5.09 5.09 0 0 1-3.17-1.64 15.06 15.06 0 0 1-.34-3.28c0-.84-.03-2-.03-3.57 0-2.09.03-3.91.06-4.83l.47.57 12.22 13.73a1.53 1.53 0 0 0 .74.16.63.63 0 0 0 .32-.05 3.05 3.05 0 0 0 .23-1.2l-.02-1.95V16.6c0-3.3 1.56-4.23 3.38-4.31a1.13 1.13 0 0 0 .1-.5m-30.3 8.4c0 4-1.11 7.52-2.62 8.76a4.29 4.29 0 0 1-2.8.96 3.96 3.96 0 0 1-3.51-1.78 14.08 14.08 0 0 1-1.56-6.87c0-3.68.95-6.56 2.64-7.96a4.21 4.21 0 0 1 2.75-1.03 4.4 4.4 0 0 1 3.6 1.82c1 1.38 1.5 3.36 1.5 6.1m4.8.5a8.87 8.87 0 0 0-4.71-8.22 10.22 10.22 0 0 0-5.03-1.35 10.77 10.77 0 0 0-8.91 4.93 10.1 10.1 0 0 0-1.53 5.34 9.86 9.86 0 0 0 3.78 7.75 9.92 9.92 0 0 0 6.03 1.9 10.95 10.95 0 0 0 4.02-.77 9.53 9.53 0 0 0 3.67-2.51 10.21 10.21 0 0 0 2.67-7.06m-23.24-3.33v-5.4c0-.4-.16-.5-.55-.5-.8 0-4.97.1-9.2.1-3.29 0-6.01-.05-7.49-.05h-1.96c-.34 0-.45.08-.45.45V17a.77.77 0 0 0 .43.1 2.02 2.02 0 0 0 .58-.05c1.19-2.4 2.3-3.7 3.7-4.42.79-.07 2.35-.1 2.77-.1.03.3.06 1.22.08 2.33.03 1.9.03 2.72.03 7.22 0 3.89-.03 5.63-.08 6.05-.1.74.02 1.3-3.15 1.44a1.5 1.5 0 0 0-.08.6 2.1 2.1 0 0 0 .03.42h1.02c.98 0 3.28-.1 4.24-.1.76 0 3.22.08 4.83.08h.74a1.33 1.33 0 0 0 .08-.55.99.99 0 0 0-.1-.48 5.48 5.48 0 0 1-2.72-.5 8.08 8.08 0 0 1-.24-1.98c-.03-2.86-.05-3.94-.05-5.85 0-2.45.02-4.12.02-8.7.37 0 1.22-.02 2.01 0a5.18 5.18 0 0 1 3.15 2.01 13.32 13.32 0 0 1 1.4 2.89 1.34 1.34 0 0 0 .45.05 1.42 1.42 0 0 0 .5-.1m-22.8 8.6a5.82 5.82 0 0 0-.02-.77.59.59 0 0 0-.4-.08 2.22 2.22 0 0 0-.58.05 10.1 10.1 0 0 1-2.91 4.03 4.03 4.03 0 0 1-1.99.3h-2.16a9.74 9.74 0 0 1-1.75-.14c-.4-.08-.82-.71-1-1.14a2.77 2.77 0 0 1-.29-1.66v-5.79h.98a4.17 4.17 0 0 1 1.61.37 2.44 2.44 0 0 1 1.2 1.11 9.1 9.1 0 0 1 .44 2.2 1.89 1.89 0 0 0 .7.1.94.94 0 0 0 .52-.14c0-.71-.16-2.64-.16-3.7 0-1.32.18-3.14.26-4.09a1.07 1.07 0 0 0-.52-.1 1.93 1.93 0 0 0-.69.07c-.08.37-.37 1.48-.43 1.56a3.2 3.2 0 0 1-1.8 1.38 7.12 7.12 0 0 1-1.53.2h-.56v-2.45c0-2.54.06-3.36.08-3.84l.1-.9a10.93 10.93 0 0 1 1.6-.05c1.53 0 2.24.02 2.48.02a3.02 3.02 0 0 1 1.7.53 11.22 11.22 0 0 1 2.53 3.28 2.11 2.11 0 0 0 .56.05c.16 0 .18-.05.4-.15 0-1.62-.11-3.7-.16-4.37-.03-.26-.08-.34-.6-.34-.22 0-1.23-.05-2.28-.05-1.5 0-2.12.02-4.42.02l-4.9.03c-1.58 0-2.93-.05-3.62-.05h-.9a.86.86 0 0 0-.13.42 1.19 1.19 0 0 0 .13.53 13.43 13.43 0 0 1 1.94.29 2.17 2.17 0 0 1 .95 1.72c.05.56.08 2.09.08 3.3v5.45c0 1.11-.03 2.73-.06 3.39a7.65 7.65 0 0 1-.58 2.51 6.99 6.99 0 0 1-2.38.4 1.6 1.6 0 0 0-.13.58 1.02 1.02 0 0 0 .13.48h.87c.85 0 3.97-.08 4.69-.08.66 0 1.93.05 3.46.05.85 0 3.33.16 8.67.16a2.25 2.25 0 0 0 .72-.06.8.8 0 0 0 .1-.42c.06-.53.06-2.09.06-4.23m-22.37.92a.88.88 0 0 0-.9-.63l-.19.03c-1.59 2.25-3.33 3.09-5.32 3.09a5.8 5.8 0 0 1-5.34-3.5 14.5 14.5 0 0 1-.82-4.8 11.67 11.67 0 0 1 .8-4.63c1.16-3.07 2.85-4.02 4.92-4.02a5.42 5.42 0 0 1 4.23 2.38 11.87 11.87 0 0 1 1.34 3.2 2.82 2.82 0 0 0 .59.07 1.29 1.29 0 0 0 .63-.23c-.02-.3-.29-2.33-.29-2.97 0-.79.21-2.08.21-2.59a2.1 2.1 0 0 0-1.03-.29 5.18 5.18 0 0 0-.9 1.09 8.7 8.7 0 0 0-5.87-1.88 9.02 9.02 0 0 0-6.64 2.62 10.04 10.04 0 0 0-2.83 7.45 9.67 9.67 0 0 0 3.73 7.91 10.54 10.54 0 0 0 6.16 1.77c3.23 0 5.59-1.21 6.77-2.82a5.54 5.54 0 0 0 .75-1.25m-20.59-15.1a.86.86 0 0 0-.08-.37h-.61c-1.32 0-2.17.05-4.55.05-.82 0-2.04-.05-2.33-.05h-.68c-.08.05-.11.35-.11.45a.69.69 0 0 0 .14.45 11.22 11.22 0 0 1 2.72.77 5.2 5.2 0 0 1 .76 2.7c.03.39.06.79.06 1.87v5.53a9.04 9.04 0 0 1-.06 1.14c-.44-.5-1.08-1.46-2.14-2.65l-8.82-9.78a1.75 1.75 0 0 0-.4-.34l-.79-.03c-1.7 0-4.76-.08-5.21-.08a.97.97 0 0 0-.1.37 4.37 4.37 0 0 0 .07.5 3.62 3.62 0 0 1 1.99 1 8.75 8.75 0 0 1 1.4 1.67 2.3 2.3 0 0 1 .1.84c0 1.38-.07 3.31-.07 5.16v5.37a11.62 11.62 0 0 1-.16 2.01 5.5 5.5 0 0 1-2.78 1.35 1.6 1.6 0 0 0-.1.48c0 .08.02.34.08.37h.5c.53 0 1.74-.09 2.54-.09 1.16 0 1.95.09 3.04.09h1.57c.1-.03.14-.35.14-.45a1.24 1.24 0 0 0-.08-.43 5.08 5.08 0 0 1-3.17-1.64 15.19 15.19 0 0 1-.34-3.28c0-.84-.03-2-.03-3.57 0-2.08.03-3.9.06-4.83.16.18.34.42.47.58l12.21 13.73a1.54 1.54 0 0 0 .74.16.62.62 0 0 0 .32-.05 3.05 3.05 0 0 0 .23-1.2c0-.76-.03-1.56-.03-1.95V16.59c0-3.3 1.57-4.23 3.4-4.31a1.13 1.13 0 0 0 .1-.5M121.91 30.1a1.77 1.77 0 0 0-.08-.53 19.7 19.7 0 0 1-1.95-.23 4.16 4.16 0 0 1-.9-2.04 362.9 362.9 0 0 1-.06-6.35v-6.5a2.1 2.1 0 0 1 .48-1.43 4.55 4.55 0 0 1 2.36-.69 1.66 1.66 0 0 0 .07-.5.78.78 0 0 0-.13-.42h-.77c-1.1 0-3.7.13-4.6.13-.55 0-3.14-.08-4.3-.1h-.58a.63.63 0 0 0-.14.45 3.24 3.24 0 0 0 .05.5 5.55 5.55 0 0 1 2.07.37 2.92 2.92 0 0 1 .87 2.24c.02.5.05 1.59.08 4.02.02 1.33.05 3.17.05 4.7 0 .77-.05 2.49-.08 3.41a4.53 4.53 0 0 1-.37 1.6c-.31.26-.63.73-2.57.86a2.04 2.04 0 0 0-.08.56c0 .21.06.32.06.45h.45c1.06 0 3.7-.14 5.07-.14.4 0 3.15.09 4.02.09h.88a1.06 1.06 0 0 0 .1-.45M100.7 16.3c0 1.64-1.11 3.52-2.4 3.83a8.86 8.86 0 0 1-2.17.22 5.97 5.97 0 0 1-.98-.06l-.03-2.25v-4.86a.84.84 0 0 1 .16-.58 2.64 2.64 0 0 1 1.12-.16c2.06 0 2.96.18 3.7 1.43a4.71 4.71 0 0 1 .6 2.43m7.67 13.83a1.29 1.29 0 0 0-.13-.56 4.04 4.04 0 0 1-1.75-.34 5.34 5.34 0 0 1-.45-.66 28.67 28.67 0 0 0-1.13-3.04 10 10 0 0 0-1.96-3.15 8.43 8.43 0 0 0-1.99-.87 27.45 27.45 0 0 1-1.08-.43 8.26 8.26 0 0 1 1.08-.15c1.96-.24 2.41-.58 2.91-.98a4.17 4.17 0 0 0 1.64-3.44 5.08 5.08 0 0 0-3.3-4.82 12.98 12.98 0 0 0-3.17-.28c-1.99 0-4.76.18-6.08.18-.4 0-2.7-.05-3.63-.05-.4 0-1.4-.05-1.56-.05a1.52 1.52 0 0 0-.13.5 2.94 2.94 0 0 0 .05.47c.45.05 1.27.16 1.7.24a3.13 3.13 0 0 1 1.1 1.43 67.13 67.13 0 0 1 .17 6.74c0 2.7.02 5.82-.1 6.83a2.01 2.01 0 0 1-1.09 1.77 13.67 13.67 0 0 1-1.5.18 1.3 1.3 0 0 0-.14.53 1.64 1.64 0 0 0 .1.42c.37 0 4.42-.07 5.26-.07 1.7 0 3.13.07 4.63.07a1.1 1.1 0 0 0 .1-.4 1.65 1.65 0 0 0-.1-.55c-.53-.05-1.19-.2-1.48-.27a1.98 1.98 0 0 1-1.14-1.87l-.02-6.11a5.52 5.52 0 0 1 .69-.03 2.7 2.7 0 0 1 1.4.42 5.12 5.12 0 0 1 2.09 1.94 16.1 16.1 0 0 1 1.66 5.68c.08.56.3 1.03.8 1.09.2.02 1.6.08 2.61.08h3.79a.73.73 0 0 0 .15-.45m-28.72-13.7a4.33 4.33 0 0 1-1.34 3.3 4.3 4.3 0 0 1-2.76.72 8.66 8.66 0 0 1-1.13-.05c-.21-.03-.35-.05-.35-.19l.03-7.75a12.09 12.09 0 0 1 1.53-.13c1.8 0 2.91.45 3.44 1.56a5.63 5.63 0 0 1 .58 2.54m4.73.1a5.06 5.06 0 0 0-2.82-4.6 13.08 13.08 0 0 0-4.74-.6c-2.03 0-5.2.16-6.6.16-.99 0-2.47-.11-3.29-.11a.97.97 0 0 0-.13.42 1.27 1.27 0 0 0 .08.53c.5.16 1.32.3 1.85.43a2.26 2.26 0 0 1 .71 1.5c.08.93.14 2.1.14 4.1 0 5.59-.03 8.52-.11 9.15a2.24 2.24 0 0 1-1.5 1.88 14.8 14.8 0 0 1-1.54.26 2.8 2.8 0 0 0-.06.56.74.74 0 0 0 .08.37c.85 0 3.34-.1 4.29-.1 2.35 0 4.76.1 5.73.1h.67a.76.76 0 0 0 .08-.42 1.28 1.28 0 0 0-.06-.48 4.3 4.3 0 0 1-2.48-.85 2.25 2.25 0 0 1-.53-1.56l-.08-5.81c1.58.1 3.28.15 4.2.15a9.93 9.93 0 0 0 3.07-.47 4.84 4.84 0 0 0 3.04-4.6M263 41.28c0-.16-.1-.22-.16-.32-1.08 0-2.51.08-3.07.08-1.34 0-2.98-.1-3.7-.1-.08.15-.1.18-.1.3a.94.94 0 0 0 .05.33c.77.15 1.88.34 2.09.71a1.9 1.9 0 0 1 .24 1.03 2.58 2.58 0 0 1-.16.98c-.24.66-.74 1.7-1.45 3.15a52.4 52.4 0 0 1-2.41 4.6 91.87 91.87 0 0 1-2.6-5.02l-1.47-3.23a2.45 2.45 0 0 1-.1-.72 1.76 1.76 0 0 1 .1-.68c.23-.48 1.05-.53 2.17-.67a1.16 1.16 0 0 0 .07-.39c0-.18-.08-.13-.16-.26h-.47c-1.77 0-1.25.08-4.29.08-1.3 0-2.85-.08-3.06-.08-.1.18-.16.2-.16.4a.57.57 0 0 0 .1.31c1.77.42 2.3.74 2.49 1.09l4.63 9.07a10.46 10.46 0 0 1 .84 1.98 14.71 14.71 0 0 1 .22 3.17 2.25 2.25 0 0 1-.85 2.04 12.68 12.68 0 0 1-2.12.34.63.63 0 0 0-.13.37 1.12 1.12 0 0 0 .08.32c1.35 0 2.75-.03 3.54-.03.56 0 1.4.03 2.97.06.9.02 1.58.05 2.06.05a.78.78 0 0 0 .13-.34.58.58 0 0 0-.1-.35 6.33 6.33 0 0 1-2.3-.53 2.03 2.03 0 0 1-.7-1.69l-.2-3.97a1.46 1.46 0 0 1 .1-.63 3.98 3.98 0 0 1 .29-.74l4.07-8.06a5.47 5.47 0 0 1 1.7-1.78 7.42 7.42 0 0 1 1.72-.53.97.97 0 0 0 .1-.34m-21.37 5.45v-5.14c0-.4-.16-.5-.55-.5-.8 0-4.45.1-8.68.1-3.28 0-5.47-.05-6.96-.05h-1.95c-.34 0-.45.08-.45.45v4.79a.47.47 0 0 0 .31.1.69.69 0 0 0 .32-.05c1.03-2.3 1.56-3.52 3.34-4.42.79-.08 3.56-.1 3.99-.1.02.29.05 1.21.08 2.33.03 1.9.03 2.93.03 7.43 0 3.89-.03 5.9-.09 6.32-.1.74.03 1.3-3.14 1.43a.84.84 0 0 0-.08.45 1.22 1.22 0 0 0 .03.31h1.03c.97 0 2.27-.1 3.22-.1.77 0 2.22.08 3.84.08h.74a.7.7 0 0 0 .08-.4.6.6 0 0 0-.11-.37 5.44 5.44 0 0 1-2.72-.5 8.07 8.07 0 0 1-.24-1.98c-.03-2.86-.05-4.2-.05-6.11 0-2.46.02-4.34.02-8.91.37 0 2.33-.03 3.13 0a4.76 4.76 0 0 1 2.98 2 8.48 8.48 0 0 1 1.19 2.89 1.05 1.05 0 0 0 .4.05.5.5 0 0 0 .3-.1M219.65 59.8a.85.85 0 0 0-.08-.37c-.4-.03-1.48-.14-1.96-.24a4.18 4.18 0 0 1-.9-2.04 398.46 398.46 0 0 1-.05-6.61v-6.71a2.12 2.12 0 0 1 .47-1.43 4.51 4.51 0 0 1 2.36-.69.78.78 0 0 0 .08-.34.45.45 0 0 0-.13-.32h-.76c-1.12 0-2.7.13-3.6.13-.56 0-2.15-.08-3.3-.1h-.59a.38.38 0 0 0-.13.34 1.82 1.82 0 0 0 .05.35 5.7 5.7 0 0 1 2.07.37 2.93 2.93 0 0 1 .87 2.25c.03.5.05 1.85.08 4.28.03 1.32.05 3.12.05 4.65 0 .77-.05 2.75-.08 3.68a4.5 4.5 0 0 1-.37 1.58c-.32.27-.63.74-2.56.88a1.06 1.06 0 0 0-.08.4c0 .2.05.2.05.34h.45c1.06 0 2.7-.13 4.07-.13.4 0 2.14.07 3.02.07h.87a.64.64 0 0 0 .1-.34m-13.06-4.86a4.9 4.9 0 0 0-2.99-4.66 14.79 14.79 0 0 0-2.93-1.06 19.17 19.17 0 0 1-3.84-1.45 3.17 3.17 0 0 1-1.56-2.88c0-1.7 1.72-3.1 3.73-3.1a4.43 4.43 0 0 1 3.62 1.85 13.49 13.49 0 0 1 1.64 3.02 1.05 1.05 0 0 0 .27.05.86.86 0 0 0 .58-.26 20.75 20.75 0 0 1-.21-2.38 13.8 13.8 0 0 1 .24-2.07.81.81 0 0 0-.8-.37 5.88 5.88 0 0 0-1.03.96 6.6 6.6 0 0 0-4.5-1.64c-3.25 0-5.58 2.17-5.58 5.05a5.3 5.3 0 0 0 .98 2.9 5.78 5.78 0 0 0 2.57 1.94c.76.31 4.2 1.35 4.68 1.53 2.11.82 2.9 1.53 2.9 3.41a4.13 4.13 0 0 1-1.16 2.67 3.69 3.69 0 0 1-2.93 1.25 5.93 5.93 0 0 1-4.45-1.96 12.6 12.6 0 0 1-1.8-3.57.9.9 0 0 0-.37-.05.94.94 0 0 0-.5.15c0 .35.1 2.1.1 2.62a11.04 11.04 0 0 1-.28 2.36 1 1 0 0 0 .85.53 3.73 3.73 0 0 1 1.32-.85 1.23 1.23 0 0 1 .63.24 7.63 7.63 0 0 0 4.42 1.32c3.73 0 6.4-1.88 6.4-5.55m-23.4-9.13a4.28 4.28 0 0 1-2.9 3.94 14.25 14.25 0 0 1-2.76.22 16.01 16.01 0 0 1-1.61-.06l-.03-2.33v-5c0-.34.08-.53.19-.6a8.55 8.55 0 0 1 1.85-.16c2.48 0 3.62.23 4.52 1.53a4.16 4.16 0 0 1 .74 2.46m5.55 14.01a.7.7 0 0 0-.13-.39 4.06 4.06 0 0 1-1.75-.34 5.94 5.94 0 0 1-.45-.66 33.85 33.85 0 0 0-1.1-3.3 9.87 9.87 0 0 0-1.96-3.16 7.06 7.06 0 0 0-1.9-.87 40.92 40.92 0 0 1-1.09-.42 10.45 10.45 0 0 1 1.09-.16 4.85 4.85 0 0 0 2.8-.98 4.2 4.2 0 0 0 1.74-3.41 5.04 5.04 0 0 0-3.3-4.79 13 13 0 0 0-3.17-.29c-1.99 0-3.47.18-4.8.18-.39 0-1.68-.05-2.6-.05-.4 0-1.4-.05-1.57-.05-.08.19-.13.24-.13.35a1.7 1.7 0 0 0 .05.37c.45.05 1.27.15 1.7.23a3.1 3.1 0 0 1 1.1 1.43c.14.85.16 3.23.16 6.96 0 2.7.03 6.08-.1 7.09a2 2 0 0 1-1.09 1.76 14.9 14.9 0 0 1-1.5.2.68.68 0 0 0-.14.36 1.07 1.07 0 0 0 .1.32c.38 0 3.42-.08 4.27-.08 1.69 0 2.11.08 3.62.08a.65.65 0 0 0 .1-.3.75.75 0 0 0-.1-.39c-.53-.05-1.2-.21-1.48-.26a1.98 1.98 0 0 1-1.14-1.88l-.02-6.61c.2-.03.97-.03 1.18-.03a4.9 4.9 0 0 1 2.12.37 5.93 5.93 0 0 1 2.6 2.14 16.6 16.6 0 0 1 1.66 5.77c.08.55.29 1.03.8 1.08a9.6 9.6 0 0 0 1.53.08h2.75a.45.45 0 0 0 .15-.34m-22.18-4.02a6.94 6.94 0 0 0-.03-.77.59.59 0 0 0-.4-.08.74.74 0 0 0-.34.06 7 7 0 0 1-2.73 4.04 4.98 4.98 0 0 1-2.24.3h-2.96a12.39 12.39 0 0 1-1.75-.14c-.4-.08-.82-.72-1-1.14a3.43 3.43 0 0 1-.3-1.82V50.2h.85a5.22 5.22 0 0 1 2.25.38 3.18 3.18 0 0 1 1.43 1.13 9.06 9.06 0 0 1 .37 2.2.66.66 0 0 0 .42.1.61.61 0 0 0 .43-.14c0-.7-.16-2.64-.16-3.7 0-1.32.18-2.93.26-3.89a.69.69 0 0 0-.42-.1.8.8 0 0 0-.43.08c-.07.37-.29 1.48-.34 1.56a3.85 3.85 0 0 1-2.03 1.4 8.42 8.42 0 0 1-2.17.22h-.43v-2.6c0-2.54.06-3.57.08-4.05l.1-.9c.25-.03 1-.05 2.23-.05 1.53 0 2.67.02 2.9.02a2.98 2.98 0 0 1 1.7.53 6.73 6.73 0 0 1 2.36 3.28.73.73 0 0 0 .31.05c.16 0 .19-.05.4-.15a59 59 0 0 0-.16-4.1c-.03-.27-.08-.34-.6-.34-.22 0-1.22-.06-2.28-.06-1.51 0-2.12.03-4.42.03l-4.52.03c-1.59 0-1.93-.06-2.62-.06h-.9a.54.54 0 0 0-.14.32.63.63 0 0 0 .14.37 13.4 13.4 0 0 1 1.94.3c.37.3.71.4.95 1.66.05.55.08 2.35.08 3.57v5.44c0 1.11-.03 2.94-.05 3.6a8 8 0 0 1-.59 2.57 6.99 6.99 0 0 1-2.39.4.88.88 0 0 0-.13.42.63.63 0 0 0 .13.37h.88c.85 0 2.97-.08 3.68-.08.66 0 1.56.05 3.1.05.85 0 3.33.16 8.68.16a2.24 2.24 0 0 0 .7-.05.8.8 0 0 0 .12-.42c.05-.53.05-1.83.05-3.97m-19.6-14.43c0-.11-.03-.27-.14-.3h-.9c-.63 0-1.64.06-2.09.06-2.14 0-2.9-.14-3.22-.14h-.48c-.05.14-.13.22-.13.35 0 .1.05.18.05.29a9.85 9.85 0 0 1 1.83.4 2.49 2.49 0 0 1 .66 1.66 10.03 10.03 0 0 1-.64 2.41l-4.25 10.47-5.23-13.25a1.99 1.99 0 0 1 .87-1.48 11.6 11.6 0 0 1 1.71-.21.97.97 0 0 0 .1-.37c0-.1-.02-.26-.13-.29h-.66c-.81 0-2.06.1-3.46.1-.6 0-1.8-.05-2.96-.05h-1.03a.55.55 0 0 0-.1.32.57.57 0 0 0 .08.31 9.18 9.18 0 0 1 2.22.9 47.23 47.23 0 0 1 2.17 4.82l2.19 5.3c1.82 4.38 2.9 7.31 3.04 7.82.13.08 0 .15.23.15s.22-.04.27-.18l6.82-16.4a5.26 5.26 0 0 1 .95-1.5 4.2 4.2 0 0 1 2.12-.85 1.25 1.25 0 0 0 .1-.34m-23.15 18.43a.82.82 0 0 0-.08-.37c-.4-.03-1.48-.13-1.96-.24a4.22 4.22 0 0 1-.9-2.04c-.02-1.27-.05-4.15-.05-6.6v-6.72a2.1 2.1 0 0 1 .48-1.44 4.5 4.5 0 0 1 2.35-.68.78.78 0 0 0 .08-.34.43.43 0 0 0-.14-.32h-.76c-1.11 0-2.7.13-3.6.13-.55 0-2.14-.08-3.3-.1h-.58a.37.37 0 0 0-.14.34 1.84 1.84 0 0 0 .05.34 5.68 5.68 0 0 1 2.07.37 2.91 2.91 0 0 1 .87 2.25c.03.5.05 1.86.08 4.29.03 1.32.06 3.12.06 4.65 0 .77-.06 2.75-.09 3.67a4.44 4.44 0 0 1-.37 1.6c-.31.26-.63.73-2.56.87a1.01 1.01 0 0 0-.08.4c0 .2.05.2.05.34h.45c1.06 0 2.7-.14 4.07-.14.4 0 2.14.08 3.02.08h.87a.61.61 0 0 0 .1-.34M111.86 41.3a.42.42 0 0 0-.08-.26h-.6c-1.33 0-1.9.05-4.29.05-.82 0-2.03-.05-2.32-.05h-.7c-.07.05-.1.24-.1.34a.34.34 0 0 0 .14.29 11.36 11.36 0 0 1 2.72.77 5.23 5.23 0 0 1 .77 2.7c.02.39.05.79.05 1.87v7.86a10.42 10.42 0 0 1-.05 1.13c-.45-.5-1.22-1.48-2.25-2.7l-10.1-11.79a1.75 1.75 0 0 0-.4-.34l-.68-.03c-1.7 0-3.18-.08-3.63-.08a.53.53 0 0 0-.07.27 1.99 1.99 0 0 0 .05.34 4.63 4.63 0 0 1 2.04.74 7.7 7.7 0 0 1 1.29 1.56 2.3 2.3 0 0 1 .1.85c0 1.37-.07 3.88-.07 5.73v5.64a11.9 11.9 0 0 1-.16 2 5.55 5.55 0 0 1-2.78 1.36.76.76 0 0 0-.1.32c0 .08.02.23.08.26h.5c.52 0 1.74-.08 2.54-.08 1.16 0 1.69.08 2.77.08h1.6c.1-.03.12-.24.12-.34a.5.5 0 0 0-.08-.27A5.09 5.09 0 0 1 95 57.88a15.54 15.54 0 0 1-.35-3.33l-.02-3.78c0-2.09.02-4.97.05-5.9l.58.69 12.54 14.67a.37.37 0 0 0 .32.16c.13 0 .05 0 .15-.05a4.05 4.05 0 0 0 .14-1.2c0-.76-.03-1.55-.03-1.95V45.96c0-3.3 1.56-4.24 3.39-4.31a.6.6 0 0 0 .1-.35m-24.5.13a.55.55 0 0 0-.12-.34h-.77c-.82 0-1.93.06-2.88.06-1.06 0-2.25-.06-3.02-.06h-.95a.62.62 0 0 0-.1.34.93.93 0 0 0 .07.35c.11 0 2.04.02 2.38.5a6.51 6.51 0 0 1 1.03 1.96 17.27 17.27 0 0 1 .22 2.9c0 2.25 0 3.76-.03 4.55a14.24 14.24 0 0 1-.48 3.52c-.74 2.3-2.45 3.44-5.18 3.44a7.24 7.24 0 0 1-3.1-.66 4.45 4.45 0 0 1-2.56-3.33l-.14-7.94-.02-3.22c0-.61.77-1.17 1.03-1.48a12.54 12.54 0 0 1 2.04-.27.76.76 0 0 0 .13-.37.44.44 0 0 0-.18-.34l-1 .03c-.99.02-2.28.05-3.1.05-1.27 0-2.25-.03-3.04-.03h-1.11a.45.45 0 0 0-.14.37.42.42 0 0 0 .1.32c.85.1 1.4.19 1.78.26a2.23 2.23 0 0 1 .93 1.17c.02.34.07 1.19.07 2.85v6.35a16.25 16.25 0 0 0 .27 3.54 5.22 5.22 0 0 0 2.3 3.25 8.66 8.66 0 0 0 4.84 1.27 9.1 9.1 0 0 0 4.55-1.08 5.42 5.42 0 0 0 2.61-3.52 12.12 12.12 0 0 0 .42-3.14v-5.08c0-.95.06-2.14.06-2.62a5.33 5.33 0 0 1 .8-2.91 10.94 10.94 0 0 1 2.19-.37.65.65 0 0 0 .1-.32"}})])])}),[],!1,null,"6dc82cb2",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoUniversity.vue";e.default=s.exports},Otma:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconRefresh",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("QlrM"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M4.5,14C4.5,14,4.5,14,4.5,14c-0.2,0-0.3-0.1-0.4-0.2l-3-4.5C0.9,9,1,8.7,1.2,8.6c0.2-0.2,0.5-0.1,0.7,0.1l2.6,4\n l3.1-3.5c0.2-0.2,0.5-0.2,0.7,0c0.2,0.2,0.2,0.5,0,0.7l-3.5,4C4.8,13.9,4.6,14,4.5,14z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M14,22c-0.3,0-0.5-0.2-0.5-0.5S13.7,21,14,21c5,0,9-4,9-9c0-5-4-9-9-9c-5,0-9,4-9,9v1.5C5,13.8,4.8,14,4.5,14\n S4,13.8,4,13.5V12C4,6.5,8.5,2,14,2c5.5,0,10,4.5,10,10C24,17.5,19.5,22,14,22z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconRefresh.vue";e.default=s.exports},P3nq:function(t,e){},PSLC:function(t,e,n){var r={"./LogoFacebook.vue":"q2A7","./LogoFriends.vue":"po+s","./LogoGovDocs.vue":"YHd/","./LogoLibrary.vue":"I7an","./LogoLibraryIcon.vue":"Pgbo","./LogoTwitter.vue":"i/xl","./LogoUniversity.vue":"Obua"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="PSLC"},"PZ/G":function(t,e){},Pgbo:function(t,e,n){"use strict";n.r(e);var r={name:"LogoLibraryIcon",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:97},height:{type:[Number,String],default:97}}},i=(n("9wbe"),n("KHd+")),a=n("Y3yW"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height,viewBox:"0 0 96 97",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-library-icon",role:"img"}},[e("title",{attrs:{id:"logo-library-icon"}},[this._v("Princeton University Library Icon")]),this._v(" "),e("g",[e("path",{attrs:{d:"M12.2 0h71.5A12.27 12.27 0 0196 12.2v72.5A12.29 12.29 0 0183.7 97H12.2A12.27 12.27 0 010 84.7V12.2A12.25 12.25 0 0112.2 0z",fill:"#ef7622"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M10.8 83.5V20.1a22 22 0 006.6-3v59.8h.4a13.42 13.42 0 003.5-.4 39.8 39.8 0 007.6-2.5c1.2-.5 2.4-1.1 3.7-1.7a16.34 16.34 0 015.7-1.7 12 12 0 016.2.8 9.13 9.13 0 012.3 1.5 4.9 4.9 0 011.1 2c0 .1 0 .1.1.2s0-.1 0-.1a4.45 4.45 0 011.2-2.1 8 8 0 013.2-1.9 10.87 10.87 0 014.4-.5 16 16 0 016.4 1.7q3 1.5 6 2.7a27.18 27.18 0 006.2 1.7 12.29 12.29 0 002.7.2h.3V17.1a20.23 20.23 0 006.6 2.8v63.5H10.8z"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M24.8 32.7A74.92 74.92 0 0125 17l.4.2a17.22 17.22 0 004.8 1.7 13.15 13.15 0 008.9-1.4 19.23 19.23 0 005-3.9 22.63 22.63 0 003.5-4.8l.1-.2.3.2a24.47 24.47 0 005.7 6.7 16.37 16.37 0 006.3 3.2 13.91 13.91 0 007.3-.4 14.76 14.76 0 002.9-1.2l.2-.1h.1a74 74 0 01.2 15.6h-46m11 27.8a54.59 54.59 0 01-5.3-8.7l17.4-17.4 17.4 17.4a47.68 47.68 0 01-5.2 8.7l-6-6-6.1-6.1-12.2 12.1"}})])])}),[],!1,null,"d5693714",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoLibraryIcon.vue";e.default=s.exports},PrlM:function(t,e,n){"use strict";var r=n("16kV");n.n(r).a},Ps93:function(t,e,n){"use strict";n.r(e);var r={name:"LibraryHeader",status:"ready",release:"1.0.0",type:"Pattern",props:{type:{type:String,default:"div"},appName:{type:String,default:""},abbrName:{type:String,default:""},appUrl:{type:String,default:""},maxWidth:{type:Number,default:1170},theme:{type:String,default:"dark"}},methods:{value:function(t){return"light"==t?"light":"dark"}}},i=(n("bjrT"),n("KHd+")),a=n("s5+B"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.type,{tag:"component",class:["lux-library-header",t.theme]},[n("wrapper",{staticClass:"lux-header-content",attrs:{maxWidth:t.maxWidth}},[n("library-logo",{attrs:{theme:t.value(t.theme)}}),t._v(" "),n("a",{staticClass:"lux-app-name",attrs:{href:t.appUrl,title:t.appName,"aria-labelledby":"appName"}},[n("span",{staticClass:"full-name",attrs:{id:"appName"}},[t._v(t._s(t.appName))]),t._v(" "),n("span",{staticClass:"abbr-name"},[t._v(t._s(t.abbrName))])]),t._v(" "),n("spacer"),t._v(" "),t._t("default")],2)],1)}),[],!1,null,"55812d38",null);"function"==typeof o.a&&o()(s),s.options.__file="LibraryHeader.vue";e.default=s.exports},"Q/XQ":function(t,e){},Q2Do:function(t,e){},QC6r:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconSearch",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("7LhX"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M8.5,17C3.8,17,0,13.2,0,8.5C0,3.8,3.8,0,8.5,0C13.2,0,17,3.8,17,8.5C17,13.2,13.2,17,8.5,17z M8.5,1\n C4.4,1,1,4.4,1,8.5S4.4,16,8.5,16S16,12.6,16,8.5S12.6,1,8.5,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.5,24c-0.1,0-0.3,0-0.4-0.1l-9.3-9.3c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l9.3,9.3c0.2,0.2,0.2,0.5,0,0.7\n C23.8,24,23.6,24,23.5,24z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconSearch.vue";e.default=s.exports},QCEB:function(t,e,n){"use strict";var r=n("r6IM");n.n(r).a},QlrM:function(t,e){},RBhM:function(t,e,n){},RFJP:function(t,e,n){"use strict";n.r(e);var r=n("cDf5"),i=n.n(r),a={name:"InputAutocomplete",status:"prototype",release:"1.0.0",type:"Element",props:{items:{type:Array,required:!1,default:""},placeholder:{type:String,default:""},defaultValue:{type:String,default:""},label:{type:String,default:""},hideLabel:{type:Boolean,default:!1},id:{type:String,default:""},name:{type:String,default:""},isAsync:{type:Boolean,required:!1,default:!1},required:{type:Boolean,default:!1},focused:{type:Boolean,default:!1}},data:function(){return{isOpen:!1,results:[],search:"",inputValue:"",isLoading:!1,arrowCounter:-1}},methods:{onChange:function(){this.$emit("input",this.search),this.isAsync?this.isLoading=!0:(this.filterResults(),this.isOpen=!0)},filterResults:function(){var t=this;if(this.items.length&&"object"===i()(this.items[0])){var e=this.items.filter((function(e){return e.label.toLowerCase().indexOf(t.search.toLowerCase())>-1}));this.results=e.map((function(t){return t.label}))}else this.results=this.items.filter((function(e){return e.toLowerCase().indexOf(t.search.toLowerCase())>-1}))},setResult:function(t){if(this.search=t,this.inputValue=t,this.isOpen=!1,this.items.length&&"object"===i()(this.items[0])){var e=this.items.find((function(e){return e.label===t}));void 0!==e&&(this.inputValue=e.id)}},onArrowDown:function(){this.arrowCounter<this.results.length&&(this.arrowCounter=this.arrowCounter+1)},onArrowUp:function(){this.arrowCounter>0&&(this.arrowCounter=this.arrowCounter-1)},onEnter:function(){this.setResult(this.results[this.arrowCounter]),this.isOpen=!1,this.arrowCounter=-1},onEscape:function(){this.setResult(this.search),this.isOpen=!1},handleClickOutside:function(t){this.$el.contains(t.target)||(this.setResult(this.search),this.isOpen=!1,this.arrowCounter=-1)}},watch:{items:function(t,e){this.isAsync&&(this.results=t,this.isOpen=!0,this.isLoading=!1)}},created:function(){this.setResult(this.defaultValue)},mounted:function(){document.addEventListener("click",this.handleClickOutside);var t=this;t.$nextTick((function(){t.focused&&this.$refs.autoComplete.focus()}))},destroyed:function(){document.removeEventListener("click",this.handleClickOutside)}},o=(n("jur8"),n("KHd+")),s=n("wzZG"),c=n.n(s),u=Object(o.a)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"lux-autocomplete"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("div",{staticClass:"lux-autocomplete-input"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.search,expression:"search"}],ref:"autoComplete",attrs:{id:"displayInput",autocomplete:"off",type:"text",required:t.required},domProps:{value:t.search},on:{input:[function(e){e.target.composing||(t.search=e.target.value)},t.onChange],keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:t.onArrowDown.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:t.onArrowUp.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.onEnter.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.onEscape.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"tab",9,e.key,"Tab")?null:t.onEscape.apply(null,arguments)}]}}),t._v(" "),n("ul",{directives:[{name:"show",rawName:"v-show",value:t.isOpen,expression:"isOpen"}],staticClass:"lux-autocomplete-results"},[t.isLoading?n("li",{staticClass:"loading"},[t._v("Loading results...")]):t._l(t.results,(function(e,r){return n("li",{key:r,staticClass:"lux-autocomplete-result",class:{"is-active":r===t.arrowCounter},on:{click:function(n){return t.setResult(e)}}},[t._v("\n "+t._s(e)+"\n ")])}))],2),t._v(" "),n("input",{attrs:{name:t.name,id:t.id,type:"hidden","data-input-value":""},domProps:{value:t.inputValue}})])])}),[],!1,null,null,null);"function"==typeof c.a&&c()(u),u.options.__file="InputAutocomplete.vue";e.default=u.exports},"RH/b":function(t,e,n){"use strict";var r=n("Nx/Z");n.n(r).a},RIqP:function(t,e,n){var r=n("Ijbi"),i=n("EbDI"),a=n("ZhPi"),o=n("Bnag");t.exports=function(t){return r(t)||i(t)||a(t)||o()},t.exports.__esModule=!0,t.exports.default=t.exports},RVJi:function(t,e){},RXAD:function(t,e,n){},Rsh5:function(t,e,n){"use strict";var r=n("BcKr");n.n(r).a},"S/3G":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconExclamation",status:"ready",release:"3.1.1",type:"Element"},i=n("KHd+"),a=n("DVR0"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.5,1h-23C0.2,1,0,1.2,0,1.5v16C0,17.8,0.2,18,0.5,18H7v3.5c0,0.2,0.1,0.4,0.3,0.5c0.1,0,0.1,0,0.2,0\n\t\tc0.1,0,0.3-0.1,0.4-0.1l3.9-3.9h11.8c0.3,0,0.5-0.2,0.5-0.5v-16C24,1.2,23.8,1,23.5,1z M23,17H11.5c-0.1,0-0.3,0.1-0.4,0.1L8,20.3\n\t\tv-2.8C8,17.2,7.8,17,7.5,17H1V2h22V17z"}}),this._v(" "),e("path",{attrs:{d:"M11.5,11c0.3,0,0.5-0.2,0.5-0.5v-6C12,4.2,11.8,4,11.5,4S11,4.2,11,4.5v6C11,10.8,11.2,11,11.5,11z"}}),this._v(" "),e("circle",{attrs:{cx:"11.5",cy:"13",r:"1"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconExclamation.vue";e.default=s.exports},S7Xs:function(t,e,n){},SL3b:function(t,e,n){"use strict";var r=n("5EEV");n.n(r).a},SThQ:function(t,e){},SuWI:function(t,e,n){"use strict";var r=n("iyXH");n.n(r).a},T5iX:function(t,e,n){"use strict";n.r(e);var r={name:"UniversityLogo",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"div"}}},i=(n("fL1g"),n("KHd+")),a=n("OEVl"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-university-logo"},[e("a",{attrs:{href:"https://princeton.edu"}},[e("svg-icon",{attrs:{name:"logo-university",ariaLabel:"Princeton University",width:"142px",height:"40px"}})],1)])}),[],!1,null,"657ddfae",null);"function"==typeof o.a&&o()(s),s.options.__file="_UniversityLogo.vue";e.default=s.exports},TA8l:function(t,e,n){"use strict";var r=n("7DGA");n.n(r).a},TPhY:function(t,e){},TRU7:function(t,e,n){"use strict";n.r(e);var r={name:"MenuBar",status:"ready",release:"1.0.0",type:"Pattern",model:{prop:"active"},data:function(){return{isVisible:!1,activeItem:""}},props:{type:{type:String,default:"links",validator:function(t){return t.match(/(links|buttons|main-menu)/)}},active:{required:!1,type:String},menuItems:{required:!0,type:Array}},computed:{localActive:{get:function(){return this.active},set:function(t){this.$emit("input",t)}}},methods:{menuItemClicked:function(t){this.$emit("menu-item-clicked",t)},setActiveItem:function(t){this.activeItem===t?this.activeItem="":this.activeItem=t},hide:function(t){this.isVisible=!1,this.activeItem=""}},directives:{"click-outside":{bind:function(t,e,n){var r=e.modifiers.bubble,i=function(n){(r||!t.contains(n.target)&&t!==n.target)&&e.value(n)};t.__vueClickOutside__=i,document.addEventListener("click",i)},unbind:function(t,e){document.removeEventListener("click",t.__vueClickOutside__),t.__vueClickOutside__=null}}}},i=(n("SuWI"),n("KHd+")),a=n("+97c"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return"links"===t.type?n("nav",{staticClass:"lux-nav"},[n("ul",t._l(t.menuItems,(function(e,r){return n("li",{key:r},[e.children?[n("a",{key:r,staticClass:"lux-has-children lux-nav-item",attrs:{href:e.href,title:e.name,"aria-haspopup":"true"},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(e.name))]),t._v(" "),n("ul",{staticClass:"lux-nav-children",attrs:{"aria-label":"submenu"}},t._l(e.children,(function(r){var i=r.href,a=r.name,o=r.index,s=r.target;return n("li",{key:o},[n("a",{staticClass:"lux-nav-item",attrs:{href:i,title:a,target:s},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(a))])])})),0)]:[n("a",{staticClass:"lux-nav-item",attrs:{href:e.href,title:e.name},on:{click:function(n){return t.menuItemClicked(n,e)}}},[t._v(t._s(e.name))])]],2)})),0)]):"buttons"===t.type?n("div",{staticClass:"lux-menu"},[n("ul",t._l(t.menuItems,(function(e,r){return n("li",{key:e},[n("button",{key:r,class:["lux-menu-item",{"lux-active":t.localActive===e.component},{"lux-disabled":e.disabled},{"lux-is-child":!0===e.hasOwnProperty("parent")}],attrs:{href:e.href,disabled:e.disabled},domProps:{innerHTML:t._s(e.name)},on:{click:function(n){return t.menuItemClicked(n,e)}}})])})),0)]):"main-menu"===t.type?n("nav",{directives:[{name:"click-outside",rawName:"v-click-outside",value:t.hide,expression:"hide"}],staticClass:"lux-main-menu",attrs:{"aria-label":"Main Navigation"}},[n("button",{staticClass:"lux-main-menu-toggle",class:{"is-active":t.isVisible},attrs:{"aria-haspopup":"true","aria-label":"Main Menu","aria-expanded":t.isVisible?"true":"false"},on:{click:function(e){t.isVisible=!t.isVisible}}},[n("hamburger")],1),t._v(" "),n("ul",{staticClass:"lux-main-menu-list",class:{"lux-show":t.isVisible}},t._l(t.menuItems,(function(e,r){return n("li",{key:r,class:{"lux-has-children":e.children}},[e.children?[n("button",{staticClass:"lux-submenu-toggle",attrs:{"aria-haspopup":"true","aria-expanded":t.activeItem?"true":"false","data-method":e.method},on:{click:function(e){return t.setActiveItem(r)}}},[t._v("\n "+t._s(e.name)+"\n ")]),t._v(" "),n("ul",{class:{"lux-show":r===t.activeItem},attrs:{role:"menu"}},t._l(e.children,(function(e,r){return n("li",{key:r},[n("a",{key:r,staticClass:"lux-nav-item",attrs:{role:"menuitem",href:e.href,title:e.name,target:e.target,"data-method":e.method}},[t._v(t._s(e.name))])])})),0)]:[n("a",{key:r,staticClass:"lux-nav-item",attrs:{href:e.href,title:e.name,"data-method":e.method}},[t._v("\n "+t._s(e.name)+"\n ")])]],2)})),0)]):t._e()}),[],!1,null,"1a95b942",null);"function"==typeof o.a&&o()(s),s.options.__file="MenuBar.vue";e.default=s.exports},"U/n4":function(t,e,n){"use strict";var r=n("rou7");n.n(r).a},UK8r:function(t,e,n){},V45c:function(t,e){},VO2P:function(t,e,n){"use strict";n.r(e);var r={name:"LibraryFooter",status:"ready",release:"1.0.0",type:"Pattern",props:{type:{type:String,default:"div"},maxWidth:{type:Number,default:1170}}},i=(n("BEDa"),n("KHd+")),a=n("BA3N"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.type,{tag:"component",class:["lux-library-footer"]},[n("wrapper",{staticClass:"lux-footer-content",attrs:{maxWidth:t.maxWidth}},[n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"Research Tools"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/research"}},[t._v("Research Tools")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://dss.princeton.edu"}},[t._v("Data and Statistics")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/research/databases"}},[t._v("Databases")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://catalog.princeton.edu/?f%5Baccess_facet%5D%5B%5D=Online&f%5Bformat%5D%5B%5D=Journal"}},[t._v("E-journals")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/library-guides"}},[t._v("Research Guides")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://catalog.princeton.edu/"}},[t._v("Catalog")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/databases/subject/special-collections"}},[t._v("Special Collections")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"Library Services"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/services"}},[t._v("Library Services")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/article-express",title:"Use our Interlibrary Loan and Article Express Services"}},[t._v("Article Express")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/borrowdirect"}},[t._v("Borrow Direct")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/access/circulation-policies"}},[t._v("Circulation")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/reserves"}},[t._v("Course Reserves")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/interlibrary-services",title:"Interlibrary Loan Services, Article Express"}},[t._v("Interlibrary Loan (ILL)")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/access"}},[t._v("Library Access")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/study-spaces"}},[t._v("Study Spaces and Lockers")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/accounts"}},[t._v("Your Accounts")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("nav",{attrs:{role:"navigation","aria-label":"About the Library"}},[n("h2",[n("a",{attrs:{href:"https://library.princeton.edu/about"}},[t._v("About the Library")])]),t._v(" "),n("ul",[n("li",[n("a",{attrs:{href:"https://library.princeton.edu/collections-and-collection-development"}},[t._v("Collections and Collecting")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://rbsc.princeton.edu/exhibitions"}},[t._v("Exhibitions")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/about/locations"}},[t._v("Library Locations")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/alumni"}},[t._v("For Alumni")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/staff"}},[t._v("For Library Staff")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/staff/directory"}},[t._v("Staff Directory")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/about/friends"}},[t._v("Friends of the Library")])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://library.princeton.edu/services/technology/off-campus-access"}},[t._v("Using the Library Off-Campus")])])])])]),t._v(" "),n("div",{staticClass:"lux-library-links"},[n("library-contact-info"),t._v(" "),n("logo-university",{attrs:{width:"142",height:"40"}}),t._v(" "),n("university-copyright",{attrs:{type:"div"}}),t._v(" "),n("university-accessibility",{attrs:{type:"span"}})],1)])],1)}),[],!1,null,"94954420",null);"function"==typeof o.a&&o()(s),s.options.__file="LibraryFooter.vue";e.default=s.exports},VWxe:function(t,e,n){},Vw4T:function(t,e){},"W+NU":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconGlobe",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("MerV"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M12,24c-3.1,0-6.1-1.2-8.5-3.5c-4.7-4.7-4.7-12.3,0-17c4.7-4.7,12.3-4.7,17,0s4.7,12.3,0,17C18.1,22.8,15.1,24,12,24z\n M12,1C9.2,1,6.4,2.1,4.2,4.2c-4.3,4.3-4.3,11.3,0,15.6c4.3,4.3,11.3,4.3,15.6,0c4.3-4.3,4.3-11.3,0-15.6C17.6,2.1,14.8,1,12,1z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M11,20.5c-1,0-2-2.5-2-3c0-0.4,0.2-0.7,0.3-1c0.1-0.2,0.2-0.4,0.2-0.5c0-0.2-0.4-0.7-0.9-1.1c-0.1-0.1-0.1-0.2-0.1-0.4\n c0-0.4-0.1-0.7-0.2-0.9c-0.3-0.2-0.8-0.2-1.5-0.2c-0.3,0-0.5,0-0.8,0c-1.6,0-2-1.6-2-2.5c0-0.2,0-3.9,2.9-4.5\n c1.3-0.3,2.2-0.2,2.7,0.2C9.8,6.9,9.9,7.1,10,7.2c0.5,0.4,1.5,0.2,2.3,0c0.3-0.1,0.5-0.1,0.8-0.2c0.1-0.8,0.1-1.7,0-2\n c-0.6,0.3-1.2,0.3-1.7,0c-0.5-0.3-0.8-0.8-0.9-1.5c-0.2-1.9,3.9-2.9,4.8-3c0.3-0.1,0.5,0.1,0.6,0.4c0.1,0.3-0.1,0.5-0.4,0.6\n c-1.9,0.4-4,1.3-4,2c0,0.2,0.1,0.5,0.4,0.7c0.2,0.1,0.6,0.1,0.9-0.1c0.3-0.1,0.6-0.1,0.8,0c0.7,0.5,0.6,2.1,0.4,3.5\n C14,7.8,13.7,8,13.5,8c-0.2,0-0.6,0.1-1,0.2C11.4,8.4,10,8.7,9.1,7.9C9.1,7.8,9,7.6,9,7.5c0,0-0.5-0.3-1.9,0C5,7.9,5,11,5,11\n c0,0.1,0,1.5,1,1.5c0.2,0,0.5,0,0.7,0c0.8,0,1.7-0.1,2.2,0.4c0.3,0.3,0.5,0.8,0.5,1.4c0.4,0.4,1,1.1,1,1.7c0,0.4-0.2,0.7-0.3,1\n c-0.1,0.2-0.2,0.4-0.2,0.5c0,0.4,0.7,1.8,1.1,2c1.6,0,2.4-0.7,2.4-2c0-0.2,0.1-0.4,0.3-0.5c0,0,0.7-0.2,1.3-0.9\n c0.1-0.1,0.1-0.1,0.1-0.1c0,0-0.1-0.1-0.2-0.2c-0.2-0.2-0.5-0.5-0.5-0.9c0-0.4,0.3-0.6,0.8-1.2c0.7-0.8,1.5-1.6,1.4-2.2\n c-0.5,0.1-1.1,0.2-1.6-0.3c-0.1-0.1-0.1-0.1-0.1-0.2c-0.2-0.7-0.5-1.4-0.6-1.6c-0.2,0-0.3-0.2-0.4-0.3c0-0.1-0.1-0.4,0.1-0.6\n c0.4-0.4,2.1-1.4,3.8-1.1C19.6,6.5,20,4.2,20,4.2c0-0.3,0.3-0.5,0.6-0.4c0.3,0,0.5,0.3,0.4,0.6c0,0.1-0.6,3-2.8,4.1\n c-0.1,0.1-0.2,0.1-0.3,0c-1.1-0.3-2.1,0.1-2.7,0.4c0.2,0.3,0.5,0.8,0.7,1.8c0.2,0.1,0.6,0,0.8-0.1c0.2-0.1,0.4-0.1,0.6,0.1\n c1.2,1.2-0.4,2.8-1.3,3.8c-0.2,0.2-0.4,0.4-0.5,0.5c0,0,0.1,0.1,0.1,0.1c0.2,0.2,0.5,0.5,0.6,0.9c0,0.3-0.1,0.6-0.4,0.8\n c-0.5,0.5-1,0.8-1.4,1C14.3,19.5,13.1,20.5,11,20.5z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconGlobe.vue";e.default=s.exports},WHI8:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconUserHome",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("n1u2"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M20.5,23h-17C3.2,23,3,22.8,3,22.5v-11C3,11.2,3.2,11,3.5,11S4,11.2,4,11.5V22h16V11c0-0.3,0.2-0.5,0.5-0.5\n S21,10.7,21,11v11.5C21,22.8,20.8,23,20.5,23z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.5,11.5c-0.1,0-0.2,0-0.3-0.1L12,1.2L0.8,11.4c-0.2,0.2-0.5,0.2-0.7,0c-0.2-0.2-0.2-0.5,0-0.7L11.7,0.1\n c0.2-0.2,0.5-0.2,0.7,0l11.5,10.5c0.2,0.2,0.2,0.5,0,0.7C23.8,11.4,23.6,11.5,23.5,11.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M19.5,5.5C19.2,5.5,19,5.3,19,5V2h-3c-0.3,0-0.5-0.2-0.5-0.5S15.7,1,16,1h3.5C19.8,1,20,1.2,20,1.5V5\n C20,5.3,19.8,5.5,19.5,5.5z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M12,15c-1.9,0-3.5-1.6-3.5-3.5S10.1,8,12,8s3.5,1.6,3.5,3.5S13.9,15,12,15z M12,9c-1.4,0-2.5,1.1-2.5,2.5\n S10.6,14,12,14c1.4,0,2.5-1.1,2.5-2.5S13.4,9,12,9z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M17.3,20H6.7c-0.3,0-0.5-0.2-0.5-0.5c0-3.1,2.5-5.5,5.8-5.5s5.8,2.4,5.8,5.5C17.8,19.8,17.6,20,17.3,20z M7.2,19h9.6\n c-0.3-2.3-2.2-4-4.8-4C9.4,15,7.4,16.7,7.2,19z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconUserHome.vue";e.default=s.exports},Wg8V:function(t,e,n){},WkPL:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r},t.exports.__esModule=!0,t.exports.default=t.exports},WnL3:function(t,e,n){},"X/We":function(t,e,n){"use strict";var r=n("u9A1");n.n(r).a},X2rl:function(t,e,n){"use strict";var r=n("XDeQ");n.n(r).a},XDeQ:function(t,e,n){},XdQX:function(t,e,n){"use strict";n.r(e);var r={name:"InputSelect",status:"ready",release:"1.0.0",type:"Element",model:{event:"change"},computed:{hasError:function(){return this.errormessage.length}},props:{value:{type:String},multiple:{type:Boolean,default:!1},options:{required:!0,type:Array},label:{type:String,default:""},hideLabel:{type:Boolean,default:!1},errormessage:{type:String,default:""},wrapper:{type:String,default:"div",validator:function(t){return t.match(/(div|section)/)}},id:{type:String,default:"",required:!0},name:{type:String,default:"",required:!0},width:{type:String,default:"auto",validator:function(t){return t.match(/(auto|expand)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{change:function(t){this.$emit("change",t.target.value)},inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("GqHY"),n("KHd+")),a=n("zvzC"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-select"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel},attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("select",{class:["lux-select",{"lux-select-error":t.hasError},{"lux-select-expand":"expand"===t.width},t.size],attrs:{id:t.id,disabled:t.disabled,required:t.required,focus:t.focus,multiple:t.multiple,errormessage:t.errormessage,name:t.name},domProps:{value:t.value},on:{change:function(e){return t.change(e)},blur:function(e){return t.inputblur(e.target)}}},t._l(t.options,(function(e,r){return n("option",{key:r,attrs:{disabled:e.disabled},domProps:{value:e.value}},[t._v(t._s(e.label))])})),0),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e()])}),[],!1,null,"2a529e3a",null);"function"==typeof o.a&&o()(s),s.options.__file="InputSelect.vue";e.default=s.exports},Xl01:function(t,e,n){var r={"./Alert.vue":"zj92","./Banner.vue":"EWKo","./Card.vue":"uJhq","./DataTable.vue":"mlqV","./GridContainer.vue":"CNq7","./GridItem.vue":"w9WQ","./Heading.vue":"oIR/","./Hyperlink.vue":"5Dup","./InputAutocomplete.vue":"RFJP","./InputButton.vue":"ADNt","./InputCheckbox.vue":"eW0d","./InputDataList.vue":"gEzz","./InputRadio.vue":"A4bl","./InputSelect.vue":"XdQX","./InputText.vue":"xMM/","./Loader.vue":"wAg7","./LuxDatePicker.vue":"AKnq","./LuxSelect2.vue":"6Od6","./MediaImage.vue":"d7pG","./Spacer.vue":"vW6B","./Tag.vue":"ONH9","./TextStyle.vue":"r6ov","./Wrapper.vue":"9t9y","./_CardContent.vue":"xSCS","./_CardHeader.vue":"2FPS","./_CardMedia.vue":"ZYGN","./_Hamburger.vue":"55Ur","./_Icon.vue":"Lmn2","./_LibraryContactInfo.vue":"wHW2","./_LibraryLogo.vue":"yk1l","./_SvgIcon.vue":"8IW8","./_UniversityAccessibility.vue":"fL5o","./_UniversityCopyright.vue":"BND2","./_UniversityLogo.vue":"T5iX"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="Xl01"},XnhV:function(t,e){},XvlE:function(t,e){},Y3yW:function(t,e){},"YHd/":function(t,e,n){"use strict";n.r(e);var r={name:"LogoGovDocs",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:32},height:{type:[Number,String],default:32}}},i=(n("kwNh"),n("KHd+")),a=n("HXRA"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:t.width,height:t.height,viewBox:"0 0 32 32",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-gov-docs",role:"img"}},[n("title",{attrs:{id:"logo-gov-docs",lang:"en"}},[t._v("Government Docs Logo")]),t._v(" "),n("g",[n("path",{attrs:{fill:"#002C64",d:"M15.1 30.2c-1.2-.1-1.9-.2-2.7-.4-2.8-.7-5.1-2.1-7.2-4.1-3-3-4.8-6.9-5.1-11.5-.1-.6-.1-3.4-.1-6.7V1.8h32v.4c.1.7.1 11 0 11.9-.3 3.1-.9 5.4-2.3 7.8-2.6 4.8-7.2 7.8-12.3 8.3-.8 0-1.7.1-2.3 0z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M17.2 29.5c1.8-.1 4.4-1 6-1.9 2.7-1.6 4.9-3.9 6.3-6.9.8-1.6 1.2-4 1.2-7 0-1.4 0-1.7-.2-2.6-.5-2.7-1.8-5.2-3.7-7-.4-.4-.5-.5-.5-.8 0-.5 0-.5-3.5-.5-2.7 0-3.2 0-3.4.1-.4.2-.5.7-.1.7s.7.1 1 .3c.4.3.7.3 1.2.1.5-.2.7-.2.9 0 .1.1.2.2.2.5 0 .4-.1.5-.7.5-.5 0-.9-.2-1.7-.7-.6-.4-.8-.4-2.2 0-1.1.3-1.2.4-1.3.6-.3.4-.3.8 0 1.6.2.4.3.8.3.9 0 .1.1.2.2.2.2 0 .2 0 .4-.2.2-.4.6-.4 1.1-.3.8.2 1.4.5 2.3 1.4.5.5 1.1 1.9 1.2 3.2.1.9.1 2.3-.1 3.1-.5 2-1.7 3.9-3.2 4.9-.3.2-1.2.7-1.6.8-.5.2-1.8.2-2.4.1-1.2-.3-2.7-1.3-3.6-2.5-.3-.4-.7-1.4-.8-2.2-.1-.7 0-1.9.1-2.4.4-1.4 1.6-2.7 3.2-3.5.9-.4 1.1-.7 1-1.3-.1-.4-.3-.7-.6-1l-.3-.2H.7v2.6l.3.2.3.2h8s-.2.2-.4.5c-1 1.8-1.3 3.8-.8 6 .2.8.9 2.2 1.6 3.2 1.1 1.4 2.8 2.5 4.4 2.8.8.2 2.1.2 3 .1l.5-.1-.3.4c-.5.7-1 2-1.2 3.5-.1.8-.5 1.8-.8 2.2-.1.2-.2.3-.2.4 0 0 .2.1.5.1h.7s.5 0 .9-.1z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M14 29.2c.3-.1.7-.5.9-.8.1-.2.2-.7.3-1.2.2-.9.5-1.7.9-2.6.1-.3.2-.5.2-.5h-.4c-.2 0-.7-.1-1-.1-.3-.1-.7-.1-.8-.1-.4.1-1.5 1.3-2.3 2.5-.4.6-1 1.1-1.8 1.4-.3 0-.5.2-.4.2.1.2 1.8.8 3.3 1.1.8.2.8.2 1.1.1zm-4.6-2.1c.8-.4 1.2-.8 1.6-1.5.5-.7.7-1 1.5-1.6.3-.2.5-.4.5-.4s-.2-.1-.3-.2c-.4-.2-1.1-.6-1.7-1-.4-.3-.8-.3-1.5-.1-.4.1-1.6.7-2.2 1.1-.9.6-1.5.8-2.1.8h-.5c0 .3.9 1.2 2.1 2 1.1.8 1.6 1.1 1.9 1.1.1.1.4 0 .7-.2zm-4-3.6c.1-.1.5-.3.8-.5 1.2-.8 2.4-1.3 3.2-1.4.3 0 .5-.1.5-.1s-1.8-2.3-2-2.6c-.4-.5-1.6-.5-2.6 0-.7.3-1.5.5-2.3.5-.5 0-.8 0-.9-.1-.2-.1-.2-.1-.2 0 0 .2 1.5 3.2 1.8 3.5.5.7 1.1 1 1.7.7zm-2.5-4.8c1.4-.3 3.1-.6 3.5-.7.3 0 .5 0 .7.1.1.1.2.1.3.1 0 0 0-.2-.1-.4s-.2-.8-.3-1.3c-.1-.5-.1-.9-.2-1 0-.1-.2-.2-.4-.3-.3-.2-.4-.2-2.6-.2-2.1 0-2.4-.1-2.6-.2-.2-.1-.3-.1-.4-.1l.4 3c.1.7.2.8.4 1 .3.1.6.2 1.3 0zm12.7-.4c.3-.3.8-.3 1.1 0 .1.1.2.1 1.6.1h1.5v-6.6h-1v-.6c0-.7 0-.7-.8-.5-.6.2-1.1.4-1.5.8l-.3.3-.3-.3c-.4-.4-.9-.7-1.5-.8-.8-.2-.7-.2-.8.5v.6h-1v6.5h3z"}}),t._v(" "),n("path",{attrs:{fill:"#C30035",d:"M13.2 15.3c0-2.5 0-2.6.1-2.6s.1 0 .1 2.2v2.2h.4c.2 0 .5.1.7.1.3.1 1.2.6 1.2.6h-2.6v-2.5zm3.4 2.4c.7-.4 1.1-.6 1.6-.6h.5v-4.4h.4v5.2h-2.8l.3-.2z"}}),t._v(" "),n("path",{attrs:{fill:"#C30035",d:"M15.6 16.8c-.3-.2-1-.5-1.2-.5h-.2v-4.6l.3.1c.4.1.9.4 1.1.6l.2.2v2.1c-.1 2.2-.1 2.2-.2 2.1zm1-2c0-1.9 0-2.2.1-2.3.2-.3.7-.6 1.1-.7l.3-.1v4.6h-.2c-.2 0-.8.3-1.1.5l-.2.1v-2.1z"}}),t._v(" "),n("path",{attrs:{fill:"#FFF",d:"M6.9 14.3c0-.3.2-1.4.3-1.8.1-.3.1-.4 0-.7-.2-.6-.1-.6-3.1-.6H1.5L1 11l-.5-.2v.6c.1 1.2.3 2.2.4 2.4.1.1.2.3.3.3.1.1.9.1 2.4.1 2.3 0 2.9.1 3.1.3.1.1.2 0 .2-.2z"}})])])}),[],!1,null,"09d0af73",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoGovDocs.vue";e.default=s.exports},YLx5:function(t,e,n){"use strict";var r=n("tbEL");n.n(r).a},YXvi:function(t,e,n){"use strict";var r=n("iiMY");n.n(r).a},ZV5z:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconReportHealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("lls4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M12,21H2.5C1.673,21,1,20.327,1,19.5V4h3v1H2.5C2.224,5,2,5.224,2,5.5v14C2,19.776,2.224,20,2.5,20h8 c0.276,0,0.5-0.224,0.5-0.5S10.776,19,10.5,19H3V6h1v0.5C4,6.776,4.224,7,4.5,7h8C12.776,7,13,6.776,13,6.5V6h1v5 c0,0.276,0.224,0.5,0.5,0.5S15,11.276,15,11V5.5C15,5.224,14.776,5,14.5,5H13V4h3v7.5c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5 v-8C17,3.224,16.776,3,16.5,3H13V2.5C13,2.224,12.776,2,12.5,2h-1.545C10.766,0.963,9.98,0,8.5,0S6.234,0.963,6.045,2H4.5 C4.224,2,4,2.224,4,2.5V3H0.5C0.224,3,0,3.224,0,3.5v16C0,20.879,1.122,22,2.5,22H12c0.276,0,0.5-0.224,0.5-0.5S12.276,21,12,21z M5,3h1.5C6.776,3,7,2.776,7,2.5C7,2.347,7.042,1,8.5,1S10,2.347,10,2.5C10,2.776,10.224,3,10.5,3H12v3H5V3z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,9h-5C5.224,9,5,9.224,5,9.5S5.224,10,5.5,10h5c0.276,0,0.5-0.224,0.5-0.5S10.776,9,10.5,9z"}}),this._v(" "),e("path",{attrs:{d:"M10.5,11h-5C5.224,11,5,11.224,5,11.5S5.224,12,5.5,12h5c0.276,0,0.5-0.224,0.5-0.5S10.776,11,10.5,11z"}}),this._v(" "),e("path",{attrs:{d:"M11,13.5c0-0.276-0.224-0.5-0.5-0.5h-5C5.224,13,5,13.224,5,13.5S5.224,14,5.5,14h5C10.776,14,11,13.776,11,13.5z"}}),this._v(" "),e("path",{attrs:{d:"M5.5,15C5.224,15,5,15.224,5,15.5S5.224,16,5.5,16h3C8.776,16,9,15.776,9,15.5S8.776,15,8.5,15H5.5z"}}),this._v(" "),e("path",{attrs:{d:"M20.414,13.001c-0.951,0-2.071,0.491-2.777,1.784c-0.706-1.293-1.826-1.784-2.777-1.784c-1.584,0-3.223,1.322-3.223,3.536 c0,3.181,5.473,7.198,5.706,7.367C17.43,23.969,17.534,24,17.637,24s0.207-0.031,0.294-0.096c0.233-0.169,5.706-4.187,5.706-7.367 C23.637,14.323,21.998,13.001,20.414,13.001z M17.637,22.876c-1.63-1.246-5-4.253-5-6.339c0-1.588,1.13-2.536,2.223-2.536 c1.086,0,1.942,0.864,2.291,2.313c0.108,0.449,0.864,0.449,0.973,0c0.348-1.448,1.204-2.313,2.291-2.313 c1.093,0,2.223,0.948,2.223,2.536C22.637,18.621,19.267,21.63,17.637,22.876z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconReportHealthy.vue";e.default=s.exports},ZYGN:function(t,e,n){"use strict";n.r(e);var r={name:"CardMedia",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"div"}}},i=(n("CPix"),n("KHd+")),a=n("5mbo"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement;return(this._self._c||t)(this.type,{tag:"component",staticClass:"lux-card-media"},[this._t("default")],2)}),[],!1,null,"479a9503",null);"function"==typeof o.a&&o()(s),s.options.__file="_CardMedia.vue";e.default=s.exports},ZhPi:function(t,e,n){var r=n("WkPL");t.exports=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},a1RN:function(t,e,n){},a9do:function(t,e,n){"use strict";var r=n("zkUx");n.n(r).a},aHKj:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconPicture",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("p3Ql"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("g",[e("path",{attrs:{d:"M23.5,24h-23C0.2,24,0,23.8,0,23.5v-23C0,0.2,0.2,0,0.5,0h23C23.8,0,24,0.2,24,0.5v23C24,23.8,23.8,24,23.5,24z M1,23\n\t\t\t\t\th22V1H1V23z"}})]),this._v(" "),e("g",[e("rect",{attrs:{x:"0.5",y:"17",width:"23",height:"1"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M9.5,9h-3c-1.1,0-2-0.9-2-2c0-0.7,0.3-1.3,0.9-1.6C5.8,5.1,6.2,5,6.7,5c0.4-1.2,1.5-2,2.8-2c1.7,0,3,1.3,3,3\n\t\t\t\t\tS11.2,9,9.5,9z M6.5,6C6.3,6,6.1,6.1,5.9,6.2C5.7,6.4,5.5,6.7,5.5,7c0,0.6,0.4,1,1,1h3c1.1,0,2-0.9,2-2s-0.9-2-2-2\n\t\t\t\t\tc-1,0-1.8,0.7-2,1.7C7.5,5.8,7.4,6,7.3,6C7.2,6.1,7,6.1,6.9,6.1C6.7,6,6.6,6,6.5,6z"}})]),this._v(" "),e("g",[e("path",{attrs:{d:"M21.6,17.7L18,10.7c-0.2-0.4-0.6-0.6-1-0.6c-0.4,0-0.8,0.2-1.1,0.6l-3,5.2c-0.1,0.1-0.2,0.2-0.4,0.2\n\t\t\t\t\tc-0.2,0-0.3-0.1-0.4-0.2c0,0-1.9-2.8-4.1-2.8c-1.8,0-3.5,3.4-4,4.7L3,17.3C3.3,16.8,5.2,12,8,12c2,0,3.7,1.7,4.4,2.6l2.6-4.5\n\t\t\t\t\tC15.5,9.4,16.2,9,17,9c0.8,0,1.5,0.5,1.9,1.2l3.5,7.1L21.6,17.7z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconPicture.vue";e.default=s.exports},aKAn:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconQuestion",status:"ready",release:"3.1.1",type:"Element"},i=n("KHd+"),a=n("Ob2K"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.5,1h-23C0.2,1,0,1.2,0,1.5v16C0,17.8,0.2,18,0.5,18H7v3.5c0,0.2,0.1,0.4,0.3,0.5c0.1,0,0.1,0,0.2,0\n\t\tc0.1,0,0.3-0.1,0.4-0.1l3.9-3.9h11.8c0.3,0,0.5-0.2,0.5-0.5v-16C24,1.2,23.8,1,23.5,1z M23,17H11.5c-0.1,0-0.3,0.1-0.4,0.1L8,20.3\n\t\tv-2.8C8,17.2,7.8,17,7.5,17H1V2h22V17z"}}),this._v(" "),e("path",{attrs:{d:"M9.5,8C9.8,8,10,7.8,10,7.5C10,6.1,11.1,5,12.5,5S15,6.1,15,7.5S13.9,10,12.5,10c-0.3,0-0.5,0.2-0.5,0.5v1\n\t\tc0,0.3,0.2,0.5,0.5,0.5s0.5-0.2,0.5-0.5V11c1.7-0.2,3-1.7,3-3.5C16,5.6,14.4,4,12.5,4S9,5.6,9,7.5C9,7.8,9.2,8,9.5,8z"}}),this._v(" "),e("circle",{attrs:{cx:"12.5",cy:"14",r:"1"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconQuestion.vue";e.default=s.exports},abkU:function(t,e,n){"use strict";var r=n("VWxe");n.n(r).a},aqOB:function(t,e,n){},b0ft:function(t,e,n){"use strict";var r=n("uvW8");n.n(r).a},b6L0:function(t,e,n){},bKDN:function(t,e,n){"use strict";n.r(e);var r=n("MVZn"),i=n.n(r),a=n("oCYn"),o=n("L2JU"),s=n("HOM/");a.a.use(o.a);var c=new o.a.Store({modules:{counter:s.a,gallery:s.c}}),u=n("t2rG"),l={name:"Gallery",status:"ready",release:"1.0.0",type:"Pattern",components:{draggable:n.n(u).a},computed:i()({items:{get:function(){return this.gallery.items},set:function(t){c.commit("SORT_ITEMS",t)}}},Object(o.b)({gallery:function(t){return c.state.gallery}})),props:{galleryItems:{required:!0,type:Array},cardPixelWidth:{required:!1,default:300}},methods:{deselect:function(t){"lux-gallery"!==t.target.className&&"lux-gallery lux-galleryWrapper"!==t.target.className||this.selectNone()},selectNone:function(){c.commit("SELECT",[])},getItemById:function(t){var e=this.getItemIndexById(t);return this.items[e]},getItemIndexById:function(t){return this.items.map((function(t){return t.id})).indexOf(t)},hasChanged:function(t){return this.gallery.changeList.indexOf(t)>-1},isDisabled:function(t){return this.gallery.cut.indexOf(t)>-1},isSelected:function(t){return this.gallery.selected.indexOf(t)>-1},select:function(t,e){if(this.$emit("card-clicked",e),!this.isDisabled(this.getItemById(t))){var n=[];if(e.metaKey)(n=this.gallery.selected).push(this.getItemById(t)),c.commit("SELECT",n);else if(1===this.gallery.selected.length&&e.shiftKey){for(var r=this.getItemIndexById(this.gallery.selected[0].id),i=this.getItemIndexById(t),a=Math.min(r,i),o=Math.max(r,i),s=a;s<=o;s++)n.push(this.items[s]);c.commit("SELECT",n)}else c.commit("SELECT",[this.getItemById(t)])}}},beforeMount:function(){this.galleryItems&&c.commit("SET_GALLERY",this.galleryItems)}},f=(n("N6C8"),n("KHd+")),d=n("DTy0"),p=n.n(d),h=Object(f.a)(l,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("draggable",{staticClass:"lux-gallery",attrs:{tag:"div"},nativeOn:{click:function(e){return t.deselect(e)}},model:{value:t.items,callback:function(e){t.items=e},expression:"items"}},t._l(t.items,(function(e,r){return n("card",{key:e.id,staticClass:"lux-galleryCard",attrs:{id:e.id,cardPixelWidth:t.cardPixelWidth,size:"medium",selected:t.isSelected(e),disabled:t.isDisabled(e),edited:t.hasChanged(e.id)},on:{"!click":function(n){return t.select(e.id,n)}}},[n("media-image",{attrs:{src:e.mediaUrl}}),t._v(" "),n("heading",{attrs:{level:"h2"}},[t._v(t._s(e.title))]),t._v(" "),n("text-style",{attrs:{variation:"default"}},[t._v(t._s(e.caption))])],1)})),1)}),[],!1,null,null,null);"function"==typeof p.a&&p()(h),h.options.__file="Gallery.vue";e.default=h.exports},bjrT:function(t,e,n){"use strict";var r=n("lQpJ");n.n(r).a},bzL3:function(t,e,n){var r={"./deprecated.svg":"/thn","./prototype.svg":"2dwG","./ready.svg":"AAsE","./review.svg":"eAtJ"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="bzL3"},c0zK:function(t,e,n){},c1KM:function(t,e,n){var r={"./FormInputs.vue":"2F0E","./Index.vue":"lF/O","./NotFound.vue":"4K1/"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="c1KM"},cDf5:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},cqeX:function(t,e,n){},cu24:function(t,e,n){"use strict";var r=n("aqOB");n.n(r).a},d7pG:function(t,e,n){"use strict";n.r(e);var r={name:"MediaImage",status:"ready",release:"1.0.0",type:"Element",methods:{fixSrc:function(t){console.log(t),t.target.parentNode.classList.add("lux-default-thumbnail"),t.target.remove()}},props:{src:{type:String,default:null},alt:{type:String,default:""},height:{type:String,default:""},cover:{type:Boolean,default:!1},contain:{type:Boolean,default:!1}}},i=(n("7hub"),n("KHd+")),a=n("sBaT"),o=n.n(a),s=Object(i.a)(r,(function(t,e){var n=e._c;return n("div",e._g(e._b({staticClass:"lux-media-image",class:[e.props.height,{"lux-default-thumbnail":!e.props.src},e.data.class,e.data.staticClass],style:[e.data.style,e.data.staticStyle]},"div",e.data.attrs,!1),e.listeners),[e.props.src?n("img",{class:[{"lux-cover":e.props.cover},{"lux-contain":e.props.contain}],attrs:{src:e.props.src,alt:e.props.alt},on:{error:e.$options.methods.fixSrc}}):e._e(),e._v(" "),n("lux-icon-base",{attrs:{width:"50",height:"50","icon-name":"file","icon-color":"rgb(225,225,225)","icon-hide":"true"}},[n("lux-icon-file")],1)],1)}),[],!0,null,"3a93a7ad",null);"function"==typeof o.a&&o()(s),s.options.__file="MediaImage.vue";e.default=s.exports},"dU/N":function(t,e,n){"use strict";var r=n("Wg8V");n.n(r).a},daU6:function(t,e){},dpKW:function(t,e,n){},e7Eb:function(t,e){},e8yv:function(t,e){},eAtJ:function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"/></svg>'},eCho:function(t,e){},eJJI:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconView",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("HeHQ"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("g",[n("path",{attrs:{d:"M1.4,7.5c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.4-0.1,0.5-0.3c1-2.2,2.8-4,4.9-5.1c0.2-0.1,0.3-0.4,0.2-0.7\n\t\tC7.1,1.3,6.8,1.2,6.5,1.3C4.2,2.5,2.3,4.5,1.2,6.8C1.1,7.1,1.2,7.4,1.4,7.5z"}}),t._v(" "),n("path",{attrs:{d:"M9.5,1.3c2.3-0.5,4.8-0.3,7,0.7c0.1,0,0.1,0,0.2,0c0.2,0,0.4-0.1,0.5-0.3c0.1-0.3,0-0.5-0.2-0.7C14.6,0,11.8-0.3,9.3,0.3\n\t\tC9,0.4,8.9,0.6,8.9,0.9S9.2,1.3,9.5,1.3z"}}),t._v(" "),n("path",{attrs:{d:"M22.7,9.3c0.1,0.2,0.3,0.4,0.5,0.4c0,0,0.1,0,0.1,0c0.3-0.1,0.4-0.3,0.4-0.6c-0.6-2.5-2.1-4.8-4.2-6.5\n\t\tc-0.2-0.2-0.5-0.1-0.7,0.1s-0.1,0.5,0.1,0.7C20.7,4.9,22.1,7,22.7,9.3z"}}),t._v(" "),n("path",{attrs:{d:"M1,12c0-0.7,0.1-1.5,0.2-2.2c0.1-0.3-0.1-0.5-0.4-0.6C0.6,9.2,0.3,9.3,0.2,9.6C0.1,10.4,0,11.2,0,12c0,1.8,0.4,3.6,1.2,5.2\n\t\tc0.1,0.2,0.3,0.3,0.4,0.3c0.1,0,0.1,0,0.2,0c0.2-0.1,0.4-0.4,0.2-0.7C1.4,15.3,1,13.7,1,12z"}}),t._v(" "),n("path",{attrs:{d:"M18.9,20.6c-1.9,1.5-4.2,2.4-6.6,2.4c-0.3,0-0.5,0.2-0.5,0.5c0,0.3,0.2,0.5,0.5,0.5c0,0,0,0,0,0c2.7-0.1,5.2-1,7.2-2.6\n\t\tc0.2-0.2,0.2-0.5,0.1-0.7C19.4,20.5,19.1,20.4,18.9,20.6z"}}),t._v(" "),n("path",{attrs:{d:"M23.5,11.5c-0.3,0-0.5,0.2-0.5,0.5c0,2.4-0.8,4.7-2.3,6.7c-0.2,0.2-0.1,0.5,0.1,0.7c0.1,0.1,0.2,0.1,0.3,0.1\n\t\tc0.1,0,0.3-0.1,0.4-0.2c1.6-2.1,2.5-4.6,2.5-7.3v0C24,11.7,23.8,11.5,23.5,11.5z"}}),t._v(" "),n("path",{attrs:{d:"M9.6,22.7c-2.3-0.5-4.5-1.8-6-3.7c-0.2-0.2-0.5-0.2-0.7-0.1c-0.2,0.2-0.2,0.5-0.1,0.7c1.7,2,4,3.4,6.6,4c0,0,0.1,0,0.1,0\n\t\tc0.2,0,0.4-0.2,0.5-0.4C10,23.1,9.8,22.8,9.6,22.7z"}}),t._v(" "),n("path",{attrs:{d:"M12,7c-4.6,0-8.2,4.5-8.4,4.7c-0.1,0.2-0.1,0.4,0,0.6C3.8,12.5,7.4,17,12,17c4.6,0,8.2-4.5,8.4-4.7c0.1-0.2,0.1-0.4,0-0.6\n\t\tC20.2,11.5,16.5,7,12,7z M12,16c-3.4,0-6.4-3-7.3-4c0.9-1,3.9-4,7.3-4c3.4,0,6.4,3,7.3,4C18.4,13,15.4,16,12,16z"}}),t._v(" "),n("path",{attrs:{d:"M12,9c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3S13.6,9,12,9z M12,14c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S13.1,14,12,14z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconView.vue";e.default=s.exports},eW0d:function(t,e,n){"use strict";n.r(e);var r={name:"InputCheckbox",status:"ready",release:"1.0.0",type:"Element",model:{prop:"checked",event:"change"},data:function(){return{wrapper:this.groupLabel.length?"fieldset":"div"}},props:{vertical:{type:Boolean,default:!1},options:{required:!0,type:Array},label:{type:String,default:""},errormessage:{type:String,default:""},groupLabel:{type:String,default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{change:function(t){this.$emit("change",t.target.checked)},inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("kwgh"),n("KHd+")),a=n("PZ/G"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-input"},[t.groupLabel?n("legend",[t._v(t._s(t.groupLabel))]):t._e(),t._v(" "),t._l(t.options,(function(e,r){return n("div",{class:["lux-checkbox",{"lux-inline":!t.vertical}]},[n("input",{attrs:{type:"checkbox",id:e.id,name:t.label,disabled:e.disabled,required:e.required},domProps:{value:e.value,checked:e.checked},on:{change:function(e){return t.change(e)},blur:function(e){return t.inputblur(e.target)}}}),t._v(" "),e.label?n("label",{attrs:{for:e.id}},[t._v(t._s(e.label))]):n("label",{attrs:{for:e.id}},[t._v(t._s(e.value))])])})),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e()],2)}),[],!1,null,"e556e8be",null);"function"==typeof o.a&&o()(s),s.options.__file="InputCheckbox.vue";e.default=s.exports},f8oI:function(t,e,n){},fHnW:function(t,e,n){"use strict";var r=n("qCzE");n.n(r).a},fJkO:function(t,e,n){"use strict";var r=n("RXAD");n.n(r).a},fL1g:function(t,e,n){"use strict";var r=n("7JuJ");n.n(r).a},fL5o:function(t,e,n){"use strict";n.r(e);var r={name:"UniversityAccessibility",status:"ready",release:"1.0.0",type:"Element",props:{type:{type:String,default:"span"}}},i=(n("GxD9"),n("KHd+")),a=n("eCho"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-accessibility"},[e("a",{attrs:{href:"https://accessibility.princeton.edu/"}},[this._v("Accessibility")])])}),[],!1,null,"958b8e4e",null);"function"==typeof o.a&&o()(s),s.options.__file="_UniversityAccessibility.vue";e.default=s.exports},gEzz:function(t,e,n){"use strict";n.r(e);var r={name:"InputDataList",status:"prototype",release:"1.0.0",type:"Element",computed:{datalistId:function(){return this.id+"-list"},hasError:function(){return this.errormessage.length}},props:{type:{type:String,default:"text",validator:function(t){return t.match(/(text|number|email)/)}},value:{type:String,default:""},placeholder:{type:String,default:""},label:{type:String,default:""},list:{type:Array,default:[],required:!0},hideLabel:{type:Boolean,default:!1},errormessage:{type:String,default:""},helper:{type:String,default:""},wrapper:{type:String,default:"div",validator:function(t){return t.match(/(div|section)/)}},id:{type:String,default:"",required:!0},name:{type:String,default:"",required:!0},width:{type:String,default:"expand",validator:function(t){return t.match(/(auto|expand)/)}},size:{type:String,default:"medium",validator:function(t){return t.match(/(small|medium|large)/)}},disabled:{type:Boolean,default:!1},hover:{type:Boolean,default:!1},focus:{type:Boolean,default:!1}},methods:{inputblur:function(t){this.$emit("inputblur",t)}}},i=(n("KznF"),n("KHd+")),a=n("wjTC"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.wrapper,{tag:"component",staticClass:"lux-input"},[t.label?n("label",{class:{"lux-hidden":t.hideLabel},attrs:{for:t.id}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("div",{staticClass:"lux-input-field",class:[{"lux-input-expand":"expand"===t.width},{disabled:t.disabled},t.size]},[n("input",{class:["lux-input",{"lux-input-error":t.hasError}],attrs:{name:t.name,id:t.id,list:t.datalistId,disabled:t.disabled,type:t.type,hover:t.hover,focus:t.focus,placeholder:t.placeholder,errormessage:t.errormessage},domProps:{value:t.value},on:{input:function(e){return t.$emit("input",e.target.value)},blur:function(e){return t.inputblur(e.target)}}}),t._v(" "),n("datalist",{attrs:{id:t.datalistId}},t._l(t.list,(function(e,r){return n("option",{domProps:{value:e.value}},[t._v("\n "+t._s(e.label)+"\n ")])})),0)]),t._v(" "),t.errormessage?n("div",{staticClass:"lux-error",attrs:{role:"alert"}},[t._v(t._s(t.errormessage))]):t._e(),t._v(" "),t.helper?n("div",{staticClass:"lux-helper"},[t._v(t._s(t.helper))]):t._e()])}),[],!1,null,"c0bae8ee",null);"function"==typeof o.a&&o()(s),s.options.__file="InputDataList.vue";e.default=s.exports},gMq4:function(t,e,n){"use strict";var r=n("b6L0");n.n(r).a},geyv:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconEdit",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("e8yv"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M19.9,7L17,4.1C16.9,4.1,16.8,4,16.7,4s-0.3,0.1-0.4,0.1L7.5,13c0,0-0.1,0.1-0.1,0.2l0,0c0,0,0,0,0,0l-2.1,4.9\n\t\tc-0.1,0.2,0,0.4,0.1,0.6c0.1,0.1,0.2,0.1,0.4,0.1c0.1,0,0.1,0,0.2,0l4.9-2.1h0l0,0c0.1,0,0.1-0.1,0.2-0.1l8.8-8.8\n\t\tC20,7.5,20,7.2,19.9,7z M10.7,15.5l-2.1-2.1L14.8,7L17,9.2L10.7,15.5z M8,14.2L9.8,16l-3.1,1.3L8,14.2z M17.7,8.5l-2.1-2.1l1.1-1.1\n\t\tl2.1,2.1L17.7,8.5z"}}),this._v(" "),e("path",{attrs:{d:"M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M12,23C5.9,23,1,18.1,1,12C1,5.9,5.9,1,12,1s11,4.9,11,11\n\t\tC23,18.1,18.1,23,12,23z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconEdit.vue";e.default=s.exports},gkHm:function(t,e){},gpvm:function(t,e,n){},gtuO:function(t,e){},gvHy:function(t,e){},hR8r:function(t,e,n){},hc6h:function(t,e){},"i/xl":function(t,e,n){"use strict";n.r(e);var r={name:"LogoTwitter",status:"ready",release:"1.0.0",type:"Element",props:{width:{type:[Number,String],default:24},height:{type:[Number,String],default:24}}},i=(n("nj48"),n("KHd+")),a=n("e7Eb"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:this.width,height:this.height,viewBox:"0 0 24 24",preserveAspectRatio:"xMinYMid","aria-labelledby":"logo-twitter",role:"img"}},[e("title",{attrs:{id:"logo-twitter",lang:"en"}},[this._v("Twitter Logo")]),this._v(" "),e("g",[e("path",{attrs:{d:"M23.444 4.834c-.814.363-1.5.375-2.227.016.938-.562.981-.957 1.32-2.019-.878.521-1.851.9-2.886 1.104a4.545 4.545 0 0 0-7.743 4.145 12.897 12.897 0 0 1-9.366-4.748 4.525 4.525 0 0 0-.615 2.285c0 1.577.803 2.967 2.021 3.782a4.527 4.527 0 0 1-2.057-.568l-.001.057a4.547 4.547 0 0 0 3.646 4.456 4.575 4.575 0 0 1-2.053.079 4.551 4.551 0 0 0 4.245 3.155A9.138 9.138 0 0 1 1 18.459 12.865 12.865 0 0 0 7.966 20.5c8.358 0 12.928-6.924 12.928-12.929 0-.198-.003-.393-.012-.588.887-.64 1.953-1.237 2.562-2.149z"}}),this._v(" "),e("path",{attrs:{fill:"none",d:"M0 0h24v24H0z"}})])])}),[],!1,null,"131c16d9",null);"function"==typeof o.a&&o()(s),s.options.__file="LogoTwitter.vue";e.default=s.exports},i9NM:function(t,e,n){var r={"./LuxIconAdd.vue":"qwBE","./LuxIconAlert.vue":"30j6","./LuxIconApproved.vue":"B7n5","./LuxIconArrowDown.vue":"8jRb","./LuxIconArrowRight.vue":"nIaP","./LuxIconAscending.vue":"suyH","./LuxIconBase.vue":"1dIj","./LuxIconClock.vue":"/kEJ","./LuxIconConsulting.vue":"y6ju","./LuxIconDelivery.vue":"tFln","./LuxIconDenied.vue":"8fTi","./LuxIconDerivativesHealthy.vue":"vknS","./LuxIconDerivativesUnhealthy.vue":"llub","./LuxIconDescending.vue":"o+Xd","./LuxIconEdit.vue":"geyv","./LuxIconExclamation.vue":"S/3G","./LuxIconFile.vue":"vnPu","./LuxIconFileHealthy.vue":"KkuH","./LuxIconFileUnhealthy.vue":"EwcC","./LuxIconFilter.vue":"sBvN","./LuxIconFlower.vue":"LPnE","./LuxIconGlobe.vue":"W+NU","./LuxIconHospital.vue":"KeWn","./LuxIconLockClose.vue":"1HGb","./LuxIconLockOpen.vue":"/K+u","./LuxIconNote.vue":"xAyx","./LuxIconPerson.vue":"10Lx","./LuxIconPicture.vue":"aHKj","./LuxIconQuestion.vue":"aKAn","./LuxIconQuestionFilled.vue":"tl6t","./LuxIconRefresh.vue":"Otma","./LuxIconRelax.vue":"ox1f","./LuxIconReportHealthy.vue":"ZV5z","./LuxIconReportRemove.vue":"KIrT","./LuxIconReportUnhealthy.vue":"M6fI","./LuxIconReported.vue":"B+5f","./LuxIconResearch.vue":"k+q1","./LuxIconScales.vue":"30R6","./LuxIconSearch.vue":"QC6r","./LuxIconUnsorted.vue":"6z2N","./LuxIconUserHome.vue":"WHI8","./LuxIconVacation.vue":"rGKY","./LuxIconView.vue":"eJJI"};function i(t){var e=a(t);return n(e)}function a(t){var e=r[t];if(!(e+1)){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}return e}i.keys=function(){return Object.keys(r)},i.resolve=a,t.exports=i,i.id="i9NM"},iCyf:function(t,e){},iNJb:function(t,e){},iiMY:function(t,e,n){},ijgq:function(t,e){},iyXH:function(t,e,n){},jEXX:function(t,e){},jNcv:function(t,e,n){},jQdm:function(t,e,n){"use strict";var r=n("5WcM");n.n(r).a},"jl8+":function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=89)}([function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(35),i=Function.prototype,a=i.call,o=r&&i.bind.bind(a,a);t.exports=r?o:function(t){return function(){return a.apply(t,arguments)}}},function(t,e,n){var r=n(59),i=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},function(t,e,n){var r=n(4),i=n(43).f,a=n(30),o=n(11),s=n(33),c=n(95),u=n(66);t.exports=function(t,e){var n,l,f,d,p,h=t.target,v=t.global,m=t.stat;if(n=v?r:m?r[h]||s(h,{}):(r[h]||{}).prototype)for(l in e){if(d=e[l],f=t.dontCallGetSet?(p=i(n,l))&&p.value:n[l],!u(v?l:h+(m?".":"#")+l,t.forced)&&void 0!==f){if(typeof d==typeof f)continue;c(d,f)}(t.sham||f&&f.sham)&&a(d,"sham",!0),o(n,l,d,t)}}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(e,n(139))},function(t,e,n){var r=n(0);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(8),i=String,a=TypeError;t.exports=function(t){if(r(t))return t;throw a(i(t)+" is not an object")}},function(t,e,n){var r=n(1),i=n(14),a=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return a(i(t),e)}},function(t,e,n){var r=n(2),i=n(59),a=i.all;t.exports=i.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===a}:function(t){return"object"==typeof t?null!==t:r(t)}},function(t,e,n){var r=n(4),i=n(47),a=n(7),o=n(75),s=n(72),c=n(76),u=i("wks"),l=r.Symbol,f=l&&l.for,d=c?l:l&&l.withoutSetter||o;t.exports=function(t){if(!a(u,t)||!s&&"string"!=typeof u[t]){var e="Symbol."+t;s&&a(l,t)?u[t]=l[t]:u[t]=c&&f?f(e):d(e)}return u[t]}},function(t,e,n){var r=n(123);t.exports=function(t){return r(t.length)}},function(t,e,n){var r=n(2),i=n(13),a=n(104),o=n(33);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:e;if(r(n)&&a(n,u,s),s.global)c?t[e]=n:o(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:i.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},function(t,e,n){var r=n(35),i=Function.prototype.call;t.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},function(t,e,n){var r=n(5),i=n(62),a=n(77),o=n(6),s=n(50),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor;e.f=r?a?function(t,e,n){if(o(t),e=s(e),o(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var r=l(t,e);r&&r.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:r.configurable,enumerable:"enumerable"in n?n.enumerable:r.enumerable,writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(o(t),e=s(e),o(n),i)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(24),i=Object;t.exports=function(t){return i(r(t))}},function(t,e,n){var r=n(1),i=r({}.toString),a=r("".slice);t.exports=function(t){return a(i(t),8,-1)}},function(t,e,n){var r=n(0),i=n(9),a=n(23),o=i("species");t.exports=function(t){return a>=51||!r((function(){var e=[];return(e.constructor={})[o]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r=n(4),i=n(2),a=function(t){return i(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?a(r[t]):r[t]&&r[t][e]}},function(t,e,n){var r=n(15);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(39),i=n(24);t.exports=function(t){return r(i(t))}},function(t,e,n){var r=n(29),i=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},function(t,e,n){var r=n(100),i=n(1),a=n(39),o=n(14),s=n(10),c=n(28),u=i([].push),l=function(t){var e=1==t,n=2==t,i=3==t,l=4==t,f=6==t,d=7==t,p=5==t||f;return function(h,v,m,g){for(var y,b,_=o(h),x=a(_),w=r(v,m),C=s(x),S=0,O=g||c,M=e?O(h,C):n||d?O(h,0):void 0;C>S;S++)if((p||S in x)&&(b=w(y=x[S],S,_),t))if(e)M[S]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return S;case 2:u(M,y)}else switch(t){case 4:return!1;case 7:u(M,y)}return f?-1:i||l?l:M}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},function(t,e){var n=TypeError;t.exports=function(t){if(t>9007199254740991)throw n("Maximum allowed index exceeded");return t}},function(t,e,n){var r,i,a=n(4),o=n(97),s=a.process,c=a.Deno,u=s&&s.versions||c&&c.version,l=u&&u.v8;l&&(i=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&o&&(!(r=o.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=o.match(/Chrome\/(\d+)/))&&(i=+r[1]),t.exports=i},function(t,e,n){var r=n(40),i=TypeError;t.exports=function(t){if(r(t))throw i("Can't call method on "+t);return t}},function(t,e,n){var r=n(2),i=n(74),a=TypeError;t.exports=function(t){if(r(t))return t;throw a(i(t)+" is not a function")}},function(t,e,n){"use strict";var r=n(0);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){return 1},1)}))}},function(t,e,n){"use strict";var r=n(5),i=n(18),a=TypeError,o=Object.getOwnPropertyDescriptor,s=r&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=s?function(t,e){if(i(t)&&!o(t,"length").writable)throw a("Cannot set read only .length");return t.length=e}:function(t,e){return t.length=e}},function(t,e,n){var r=n(94);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},function(t,e,n){var r=n(51),i=n(2),a=n(15),o=n(9)("toStringTag"),s=Object,c="Arguments"==a(function(){return arguments}());t.exports=r?a:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),o))?n:c?a(e):"Object"==(r=a(e))&&i(e.callee)?"Arguments":r}},function(t,e,n){var r=n(5),i=n(13),a=n(31);t.exports=r?function(t,e,n){return i.f(t,e,a(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var r=n(50),i=n(13),a=n(31);t.exports=function(t,e,n){var o=r(e);o in t?i.f(t,o,a(0,n)):t[o]=n}},function(t,e,n){var r=n(4),i=Object.defineProperty;t.exports=function(t,e){try{i(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(0);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},function(t,e,n){var r=n(5),i=n(7),a=Function.prototype,o=r&&Object.getOwnPropertyDescriptor,s=i(a,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&o(a,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},function(t,e,n){var r=n(15),i=n(1);t.exports=function(t){if("Function"===r(t))return i(t)}},function(t,e){t.exports={}},function(t,e,n){var r=n(1),i=n(0),a=n(15),o=Object,s=r("".split);t.exports=i((function(){return!o("z").propertyIsEnumerable(0)}))?function(t){return"String"==a(t)?s(t,""):o(t)}:o},function(t,e){t.exports=function(t){return null==t}},function(t,e,n){var r=n(17),i=n(2),a=n(44),o=n(76),s=Object;t.exports=o?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return i(e)&&a(e.prototype,s(t))}},function(t,e,n){var r,i=n(6),a=n(107),o=n(34),s=n(38),c=n(101),u=n(60),l=n(70)("IE_PROTO"),f=function(){},d=function(t){return"<script>"+t+"<\/script>"},p=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},h=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}h="undefined"!=typeof document?document.domain&&r?p(r):function(){var t,e=u("iframe");return e.style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F}():p(r);for(var t=o.length;t--;)delete h.prototype[o[t]];return h()};s[l]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(f.prototype=i(t),n=new f,f.prototype=null,n[l]=t):n=h(),void 0===e?n:a.f(n,e)}},function(t,e,n){var r=n(5),i=n(12),a=n(110),o=n(31),s=n(19),c=n(50),u=n(7),l=n(62),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=s(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return o(!i(a.f,t,e),t[e])}},function(t,e,n){var r=n(1);t.exports=r({}.isPrototypeOf)},function(t,e,n){"use strict";var r=n(12),i=n(1),a=n(20),o=n(69),s=n(117),c=n(47),u=n(42),l=n(64).get,f=n(118),d=n(119),p=c("native-string-replace",String.prototype.replace),h=RegExp.prototype.exec,v=h,m=i("".charAt),g=i("".indexOf),y=i("".replace),b=i("".slice),_=function(){var t=/a/,e=/b*/g;return r(h,t,"a"),r(h,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),x=s.BROKEN_CARET,w=void 0!==/()??/.exec("")[1];(_||w||x||f||d)&&(v=function(t){var e,n,i,s,c,f,d,C=this,S=l(C),O=a(t),M=S.raw;if(M)return M.lastIndex=C.lastIndex,e=r(v,M,O),C.lastIndex=M.lastIndex,e;var k=S.groups,D=x&&C.sticky,E=r(o,C),L=C.source,A=0,I=O;if(D&&(E=y(E,"y",""),-1===g(E,"g")&&(E+="g"),I=b(O,C.lastIndex),C.lastIndex>0&&(!C.multiline||C.multiline&&"\n"!==m(O,C.lastIndex-1))&&(L="(?: "+L+")",I=" "+I,A++),n=new RegExp("^(?:"+L+")",E)),w&&(n=new RegExp("^"+L+"$(?!\\s)",E)),_&&(i=C.lastIndex),s=r(h,D?n:C,I),D?s?(s.input=b(s.input,A),s[0]=b(s[0],A),s.index=C.lastIndex,C.lastIndex+=s[0].length):C.lastIndex=0:_&&s&&(C.lastIndex=C.global?s.index+s[0].length:i),w&&s&&s.length>1&&r(p,s[0],n,(function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(s[c]=void 0)})),s&&k)for(s.groups=f=u(null),c=0;c<k.length;c++)f[(d=k[c])[0]]=s[d[1]];return s}),t.exports=v},function(t,e,n){var r=n(4),i=n(33),a=r["__core-js_shared__"]||i("__core-js_shared__",{});t.exports=a},function(t,e,n){var r=n(103),i=n(46);(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.26.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,e,n){var r=n(49),i=Math.max,a=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):a(n,e)}},function(t,e,n){var r=n(105);t.exports=function(t){var e=+t;return e!=e||0===e?0:r(e)}},function(t,e,n){var r=n(73),i=n(41);t.exports=function(t){var e=r(t,"string");return i(e)?e:e+""}},function(t,e,n){var r={};r[n(9)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e,n){"use strict";var r=n(5),i=n(4),a=n(1),o=n(66),s=n(11),c=n(7),u=n(102),l=n(44),f=n(41),d=n(73),p=n(0),h=n(67).f,v=n(43).f,m=n(13).f,g=n(122),y=n(71).trim,b=i.Number,_=b.prototype,x=i.TypeError,w=a("".slice),C=a("".charCodeAt),S=function(t){var e=d(t,"number");return"bigint"==typeof e?e:O(e)},O=function(t){var e,n,r,i,a,o,s,c,u=d(t,"number");if(f(u))throw x("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=y(u),43===(e=C(u,0))||45===e){if(88===(n=C(u,2))||120===n)return NaN}else if(48===e){switch(C(u,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(o=(a=w(u,2)).length,s=0;s<o;s++)if((c=C(a,s))<48||c>i)return NaN;return parseInt(a,r)}return+u};if(o("Number",!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var M,k=function(t){var e=arguments.length<1?0:b(S(t)),n=this;return l(_,n)&&p((function(){g(n)}))?u(Object(e),n,k):e},D=r?h(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),E=0;D.length>E;E++)c(b,M=D[E])&&!c(k,M)&&m(k,M,v(b,M));k.prototype=_,_.constructor=k,s(i,"Number",k,{constructor:!0})}},function(t,e,n){"use strict";var r=n(3),i=n(45);r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},function(t,e,n){"use strict";function r(t){return!(0===t||(!Array.isArray(t)||0!==t.length)&&t)}function i(t,e,n,r){return t.filter((function(t){return function(t,e){return void 0===t&&(t="undefined"),null===t&&(t="null"),!1===t&&(t="false"),-1!==t.toString().toLowerCase().indexOf(e.trim())}(r(t,n),e)}))}function a(t){return t.filter((function(t){return!t.$isLabel}))}function o(t,e){return function(n){return n.reduce((function(n,r){return r[t]&&r[t].length?(n.push({$groupLabel:r[e],$isLabel:!0}),n.concat(r[t])):n}),[])}}function s(t,e,r,a,o){return function(s){return s.map((function(s){var c;if(!s[r])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];var l=i(s[r],t,e,o);return l.length?(c={},n.i(u.a)(c,a,s[a]),n.i(u.a)(c,r,l),c):[]}))}}var c=n(88),u=n(87),l=n(129),f=(n.n(l),n(82)),d=(n.n(f),n(81)),p=(n.n(d),n(83)),h=(n.n(p),n(84)),v=(n.n(h),n(128)),m=(n.n(v),n(135)),g=(n.n(m),n(127)),y=(n.n(g),n(132)),b=(n.n(y),n(131)),_=(n.n(b),n(125)),x=(n.n(_),n(130)),w=(n.n(x),n(52)),C=(n.n(w),n(53)),S=(n.n(C),n(85)),O=(n.n(S),n(134)),M=(n.n(O),n(80)),k=(n.n(M),n(79)),D=(n.n(k),n(133)),E=(n.n(D),n(126)),L=(n.n(E),function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];return function(t){return e.reduce((function(t,e){return e(t)}),t)}});e.a={data:function(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},value:{type:null,default:function(){return[]}},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default:function(t,e){return r(t)?"":e?t[e]:t}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default:function(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1}},mounted:function(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue:function(){return this.value||0===this.value?Array.isArray(this.value)?this.value:[this.value]:[]},filteredOptions:function(){var t=this.search||"",e=t.toLowerCase().trim(),n=this.options.concat();return n=this.internalSearch?this.groupValues?this.filterAndFlat(n,e,this.label):i(n,e,this.label,this.customLabel):this.groupValues?o(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(function(t){return function(){return!t.apply(void 0,arguments)}}(this.isSelected)):n,this.taggable&&e.length&&!this.isExistingOption(e)&&("bottom"===this.tagPosition?n.push({isTag:!0,label:t}):n.unshift({isTag:!0,label:t})),n.slice(0,this.optionsLimit)},valueKeys:function(){var t=this;return this.trackBy?this.internalValue.map((function(e){return e[t.trackBy]})):this.internalValue},optionKeys:function(){var t=this;return(this.groupValues?this.flatAndStrip(this.options):this.options).map((function(e){return t.customLabel(e,t.label).toString().toLowerCase()}))},currentOptionLabel:function(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:function(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("input",this.multiple?[]:null))},search:function(){this.$emit("search-change",this.search,this.id)}},methods:{getValue:function(){return this.multiple?this.internalValue:0===this.internalValue.length?null:this.internalValue[0]},filterAndFlat:function(t,e,n){return L(s(e,n,this.groupValues,this.groupLabel,this.customLabel),o(this.groupValues,this.groupLabel))(t)},flatAndStrip:function(t){return L(o(this.groupValues,this.groupLabel),a)(t)},updateSearch:function(t){this.search=t},isExistingOption:function(t){return!!this.options&&this.optionKeys.indexOf(t)>-1},isSelected:function(t){var e=this.trackBy?t[this.trackBy]:t;return this.valueKeys.indexOf(e)>-1},isOptionDisabled:function(t){return!!t.$isDisabled},getOptionLabel:function(t){if(r(t))return"";if(t.isTag)return t.label;if(t.$isLabel)return t.$groupLabel;var e=this.customLabel(t,this.label);return r(e)?"":e},select:function(t,e){if(t.$isLabel&&this.groupSelect)this.selectGroup(t);else if(!(-1!==this.blockKeys.indexOf(e)||this.disabled||t.$isDisabled||t.$isLabel)&&(!this.max||!this.multiple||this.internalValue.length!==this.max)&&("Tab"!==e||this.pointerDirty)){if(t.isTag)this.$emit("tag",t.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(t))return void("Tab"!==e&&this.removeElement(t));this.multiple?this.$emit("input",this.internalValue.concat([t]),this.id):this.$emit("input",t,this.id),this.$emit("select",t,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup:function(t){var e=this,n=this.options.find((function(n){return n[e.groupLabel]===t.$groupLabel}));if(n){if(this.wholeGroupSelected(n)){this.$emit("remove",n[this.groupValues],this.id);var r=this.internalValue.filter((function(t){return-1===n[e.groupValues].indexOf(t)}));this.$emit("input",r,this.id)}else{var i=n[this.groupValues].filter((function(t){return!(e.isOptionDisabled(t)||e.isSelected(t))}));this.max&&i.splice(this.max-this.internalValue.length),this.$emit("select",i,this.id),this.$emit("input",this.internalValue.concat(i),this.id)}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected:function(t){var e=this;return t[this.groupValues].every((function(t){return e.isSelected(t)||e.isOptionDisabled(t)}))},wholeGroupDisabled:function(t){return t[this.groupValues].every(this.isOptionDisabled)},removeElement:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!this.disabled&&!t.$isDisabled){if(!this.allowEmpty&&this.internalValue.length<=1)return void this.deactivate();var r="object"===n.i(c.a)(t)?this.valueKeys.indexOf(t[this.trackBy]):this.valueKeys.indexOf(t);if(this.multiple){var i=this.internalValue.slice(0,r).concat(this.internalValue.slice(r+1));this.$emit("input",i,this.id)}else this.$emit("input",null,this.id);this.$emit("remove",t,this.id),this.closeOnSelect&&e&&this.deactivate()}},removeLastElement:function(){-1===this.blockKeys.indexOf("Delete")&&0===this.search.length&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate:function(){var t=this;this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&0===this.pointer&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick((function(){return t.$refs.search&&t.$refs.search.focus()}))):this.preventAutofocus||void 0!==this.$el&&this.$el.focus(),this.$emit("open",this.id))},deactivate:function(){this.isOpen&&(this.isOpen=!1,this.searchable?void 0!==this.$refs.search&&this.$refs.search.blur():void 0!==this.$el&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle:function(){this.isOpen?this.deactivate():this.activate()},adjustPosition:function(){if("undefined"!=typeof window){var t=this.$el.getBoundingClientRect().top,e=window.innerHeight-this.$el.getBoundingClientRect().bottom;e>this.maxHeight||e>t||"below"===this.openDirection||"bottom"===this.openDirection?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(e-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(t-40,this.maxHeight))}}}}},function(t,e,n){"use strict";var r=n(52),i=(n.n(r),n(53)),a=(n.n(i),n(85)),o=(n.n(a),n(82)),s=(n.n(o),n(81)),c=(n.n(s),n(83)),u=(n.n(c),n(84)),l=(n.n(u),n(79));n.n(l),e.a={data:function(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition:function(){return this.pointer*this.optionHeight},visibleElements:function(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions:function(){this.pointerAdjust()},isOpen:function(){this.pointerDirty=!1},pointer:function(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight:function(t,e){return{"multiselect__option--highlight":t===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(e)}},groupHighlight:function(t,e){var n=this;if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":e.$isLabel}];var r=this.options.find((function(t){return t[n.groupLabel]===e.$groupLabel}));return r&&!this.wholeGroupDisabled(r)?["multiselect__option--group",{"multiselect__option--highlight":t===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(r)}]:"multiselect__option--disabled"},addPointerElement:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"Enter",e=t.key;this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward:function(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward:function(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset:function(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust:function(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet:function(t){this.pointer=t,this.pointerDirty=!0}}}},function(t,e,n){"use strict";var r=n(52),i=(n.n(r),n(80)),a=(n.n(i),n(54)),o=n(55);e.a={name:"vue-multiselect",mixins:[a.a,o.a],props:{name:{type:String,default:""},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:function(t){return"and ".concat(t," more")}},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{hasOptionGroup:function(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible:function(){return(this.singleValue||0===this.singleValue)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible:function(){return!(this.internalValue.length||this.searchable&&this.isOpen)},visibleValues:function(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue:function(){return this.internalValue[0]},deselectLabelText:function(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText:function(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText:function(){return this.showLabels?this.selectLabel:""},selectGroupLabelText:function(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText:function(){return this.showLabels?this.selectedLabel:""},inputStyle:function(){return this.searchable||this.multiple&&this.value&&this.value.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle:function(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove:function(){return"above"===this.openDirection||"top"===this.openDirection||"below"!==this.openDirection&&"bottom"!==this.openDirection&&"above"===this.preferredOpenDirection},showSearchInput:function(){return this.searchable&&(!this.hasSingleSelectedSlot||!this.visibleSingleValue&&0!==this.visibleSingleValue||this.isOpen)}}}},function(t,e,n){var r=n(19),i=n(48),a=n(10),o=function(t){return function(e,n,o){var s,c=r(e),u=a(c),l=i(o,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:o(!0),indexOf:o(!1)}},function(t,e,n){"use strict";var r=n(74),i=TypeError;t.exports=function(t,e){if(!delete t[e])throw i("Cannot delete property "+r(e)+" of "+r(t))}},function(t,e){var n="object"==typeof document&&document.all,r=void 0===n&&void 0!==n;t.exports={all:n,IS_HTMLDDA:r}},function(t,e,n){var r=n(4),i=n(8),a=r.document,o=i(a)&&i(a.createElement);t.exports=function(t){return o?a.createElement(t):{}}},function(t,e,n){var r=n(25),i=n(40);t.exports=function(t,e){var n=t[e];return i(n)?void 0:r(n)}},function(t,e,n){var r=n(5),i=n(0),a=n(60);t.exports=!r&&!i((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(1),i=n(2),a=n(46),o=r(Function.toString);i(a.inspectSource)||(a.inspectSource=function(t){return o(t)}),t.exports=a.inspectSource},function(t,e,n){var r,i,a,o=n(124),s=n(4),c=n(8),u=n(30),l=n(7),f=n(46),d=n(70),p=n(38),h=s.TypeError,v=s.WeakMap;if(o||f.state){var m=f.state||(f.state=new v);m.get=m.get,m.has=m.has,m.set=m.set,r=function(t,e){if(m.has(t))throw h("Object already initialized");return e.facade=t,m.set(t,e),e},i=function(t){return m.get(t)||{}},a=function(t){return m.has(t)}}else{var g=d("state");p[g]=!0,r=function(t,e){if(l(t,g))throw h("Object already initialized");return e.facade=t,u(t,g,e),e},i=function(t){return l(t,g)?t[g]:{}},a=function(t){return l(t,g)}}t.exports={set:r,get:i,has:a,enforce:function(t){return a(t)?i(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw h("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var r=n(1),i=n(0),a=n(2),o=n(29),s=n(17),c=n(63),u=function(){},l=[],f=s("Reflect","construct"),d=/^\s*(?:class|function)\b/,p=r(d.exec),h=!d.exec(u),v=function(t){if(!a(t))return!1;try{return f(u,l,t),!0}catch(t){return!1}},m=function(t){if(!a(t))return!1;switch(o(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return h||!!p(d,c(t))}catch(t){return!0}};m.sham=!0,t.exports=!f||i((function(){var t;return v(v.call)||!v(Object)||!v((function(){t=!0}))||t}))?m:v},function(t,e,n){var r=n(0),i=n(2),a=/#|\.prototype\./,o=function(t,e){var n=c[s(t)];return n==l||n!=u&&(i(e)?r(e):!!e)},s=o.normalize=function(t){return String(t).replace(a,".").toLowerCase()},c=o.data={},u=o.NATIVE="N",l=o.POLYFILL="P";t.exports=o},function(t,e,n){var r=n(68),i=n(34).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(1),i=n(7),a=n(19),o=n(57).indexOf,s=n(38),c=r([].push);t.exports=function(t,e){var n,r=a(t),u=0,l=[];for(n in r)!i(s,n)&&i(r,n)&&c(l,n);for(;e.length>u;)i(r,n=e[u++])&&(~o(l,n)||c(l,n));return l}},function(t,e,n){"use strict";var r=n(6);t.exports=function(){var t=r(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(47),i=n(75),a=r("keys");t.exports=function(t){return a[t]||(a[t]=i(t))}},function(t,e,n){var r=n(1),i=n(24),a=n(20),o=n(78),s=r("".replace),c="["+o+"]",u=RegExp("^"+c+c+"*"),l=RegExp(c+c+"*$"),f=function(t){return function(e){var n=a(i(e));return 1&t&&(n=s(n,u,"")),2&t&&(n=s(n,l,"")),n}};t.exports={start:f(1),end:f(2),trim:f(3)}},function(t,e,n){var r=n(23),i=n(0);t.exports=!!Object.getOwnPropertySymbols&&!i((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(t,e,n){var r=n(12),i=n(8),a=n(41),o=n(61),s=n(113),c=n(9),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!i(t)||a(t))return t;var n,c=o(t,l);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!i(n)||a(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},function(t,e){var n=String;t.exports=function(t){try{return n(t)}catch(t){return"Object"}}},function(t,e,n){var r=n(1),i=0,a=Math.random(),o=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+o(++i+a,36)}},function(t,e,n){var r=n(72);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){var r=n(5),i=n(0);t.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(3),i=n(21).find,a=n(91),o=!0;"find"in[]&&Array(1).find((function(){o=!1})),r({target:"Array",proto:!0,forced:o},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),a("find")},function(t,e,n){"use strict";var r=n(3),i=n(18),a=n(65),o=n(8),s=n(48),c=n(10),u=n(19),l=n(32),f=n(9),d=n(16),p=n(93),h=d("slice"),v=f("species"),m=Array,g=Math.max;r({target:"Array",proto:!0,forced:!h},{slice:function(t,e){var n,r,f,d=u(this),h=c(d),y=s(t,h),b=s(void 0===e?h:e,h);if(i(d)&&(n=d.constructor,(a(n)&&(n===m||i(n.prototype))||o(n)&&null===(n=n[v]))&&(n=void 0),n===m||void 0===n))return p(d,y,b);for(r=new(void 0===n?m:n)(g(b-y,0)),f=0;y<b;y++,f++)y in d&&l(r,f,d[y]);return r.length=f,r}})},function(t,e,n){var r=n(1),i=n(11),a=Date.prototype,o=r(a.toString),s=r(a.getTime);"Invalid Date"!=String(new Date(NaN))&&i(a,"toString",(function(){var t=s(this);return t==t?o(this):"Invalid Date"}))},function(t,e,n){var r=n(11),i=n(98),a=Error.prototype;a.toString!==i&&r(a,"toString",i)},function(t,e,n){var r=n(51),i=n(11),a=n(112);r||i(Object.prototype,"toString",a,{unsafe:!0})},function(t,e,n){"use strict";var r=n(36).PROPER,i=n(11),a=n(6),o=n(20),s=n(0),c=n(116),u=RegExp.prototype.toString,l=s((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),f=r&&"toString"!=u.name;(l||f)&&i(RegExp.prototype,"toString",(function(){var t=a(this);return"/"+o(t.source)+"/"+o(c(t))}),{unsafe:!0})},function(t,e,n){"use strict";var r=n(12),i=n(99),a=n(6),o=n(40),s=n(24),c=n(120),u=n(20),l=n(61),f=n(115);i("search",(function(t,e,n){return[function(e){var n=s(this),i=o(e)?void 0:l(e,t);return i?r(i,e,n):new RegExp(e)[t](u(n))},function(t){var r=a(this),i=u(t),o=n(e,r,i);if(o.done)return o.value;var s=r.lastIndex;c(s,0)||(r.lastIndex=0);var l=f(r,i);return c(r.lastIndex,s)||(r.lastIndex=s),null===l?-1:l.index}]}))},function(t,e,n){"use strict";var r=n(56),i=n(138),a=function(t){n(136)},o=n(137)(r.a,i.a,!1,a,null,null);e.a=o.exports},function(t,e,n){"use strict";e.a=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}e.a=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(86),i=n(54),a=n(55);n.d(e,"Multiselect",(function(){return r.a})),n.d(e,"multiselectMixin",(function(){return i.a})),n.d(e,"pointerMixin",(function(){return a.a})),e.default=r.a},function(t,e,n){var r=n(2),i=String,a=TypeError;t.exports=function(t){if("object"==typeof t||r(t))return t;throw a("Can't set "+i(t)+" as a prototype")}},function(t,e,n){var r=n(9),i=n(42),a=n(13).f,o=r("unscopables"),s=Array.prototype;null==s[o]&&a(s,o,{configurable:!0,value:i(null)}),t.exports=function(t){s[o][t]=!0}},function(t,e,n){var r=n(25),i=n(14),a=n(39),o=n(10),s=TypeError,c=function(t){return function(e,n,c,u){r(n);var l=i(e),f=a(l),d=o(l),p=t?d-1:0,h=t?-1:1;if(c<2)for(;;){if(p in f){u=f[p],p+=h;break}if(p+=h,t?p<0:d<=p)throw s("Reduce of empty array with no initial value")}for(;t?p>=0:d>p;p+=h)p in f&&(u=n(u,f[p],p,l));return u}};t.exports={left:c(!1),right:c(!0)}},function(t,e,n){var r=n(1);t.exports=r([].slice)},function(t,e,n){var r=n(18),i=n(65),a=n(8),o=n(9)("species"),s=Array;t.exports=function(t){var e;return r(t)&&(e=t.constructor,(i(e)&&(e===s||r(e.prototype))||a(e)&&null===(e=e[o]))&&(e=void 0)),void 0===e?s:e}},function(t,e,n){var r=n(7),i=n(114),a=n(43),o=n(13);t.exports=function(t,e,n){for(var s=i(e),c=o.f,u=a.f,l=0;l<s.length;l++){var f=s[l];r(t,f)||n&&r(n,f)||c(t,f,u(e,f))}}},function(t,e,n){var r=n(15),i=n(4);t.exports="process"==r(i.process)},function(t,e,n){var r=n(17);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(5),i=n(0),a=n(6),o=n(42),s=n(106),c=Error.prototype.toString,u=i((function(){if(r){var t=o(Object.defineProperty({},"name",{get:function(){return this===t}}));if("true"!==c.call(t))return!0}return"2: 1"!==c.call({message:1,name:2})||"Error"!==c.call({})}));t.exports=u?function(){var t=a(this),e=s(t.name,"Error"),n=s(t.message);return e?n?e+": "+n:e:n}:c},function(t,e,n){"use strict";n(53);var r=n(37),i=n(11),a=n(45),o=n(0),s=n(9),c=n(30),u=s("species"),l=RegExp.prototype;t.exports=function(t,e,n,f){var d=s(t),p=!o((function(){var e={};return e[d]=function(){return 7},7!=""[t](e)})),h=p&&!o((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[u]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return e=!0,null},n[d](""),!e}));if(!p||!h||n){var v=r(/./[d]),m=e(d,""[t],(function(t,e,n,i,o){var s=r(t),c=e.exec;return c===a||c===l.exec?p&&!o?{done:!0,value:v(e,n,i)}:{done:!0,value:s(n,e,i)}:{done:!1}}));i(String.prototype,t,m[0]),i(l,d,m[1])}f&&c(l[d],"sham",!0)}},function(t,e,n){var r=n(37),i=n(25),a=n(35),o=r(r.bind);t.exports=function(t,e){return i(t),void 0===e?t:a?o(t,e):function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(17);t.exports=r("document","documentElement")},function(t,e,n){var r=n(2),i=n(8),a=n(111);t.exports=function(t,e,n){var o,s;return a&&r(o=e.constructor)&&o!==n&&i(s=o.prototype)&&s!==n.prototype&&a(t,s),t}},function(t,e){t.exports=!1},function(t,e,n){var r=n(0),i=n(2),a=n(7),o=n(5),s=n(36).CONFIGURABLE,c=n(63),u=n(64),l=u.enforce,f=u.get,d=Object.defineProperty,p=o&&!r((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),v=t.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!a(t,"name")||s&&t.name!==e)&&(o?d(t,"name",{value:e,configurable:!0}):t.name=e),p&&n&&a(n,"arity")&&t.length!==n.arity&&d(t,"length",{value:n.arity});try{n&&a(n,"constructor")&&n.constructor?o&&d(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=l(t);return a(r,"source")||(r.source=h.join("string"==typeof e?e:"")),t};Function.prototype.toString=v((function(){return i(this)&&f(this).source||c(this)}),"toString")},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?r:n)(e)}},function(t,e,n){var r=n(20);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:r(t)}},function(t,e,n){var r=n(5),i=n(77),a=n(13),o=n(6),s=n(19),c=n(109);e.f=r&&!i?Object.defineProperties:function(t,e){o(t);for(var n,r=s(e),i=c(e),u=i.length,l=0;u>l;)a.f(t,n=i[l++],r[n]);return t}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(68),i=n(34);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);e.f=a?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(1),i=n(6),a=n(90);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return i(n),a(r),e?t(n,r):n.__proto__=r,n}}():void 0)},function(t,e,n){"use strict";var r=n(51),i=n(29);t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},function(t,e,n){var r=n(12),i=n(2),a=n(8),o=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&i(n=t.toString)&&!a(s=r(n,t)))return s;if(i(n=t.valueOf)&&!a(s=r(n,t)))return s;if("string"!==e&&i(n=t.toString)&&!a(s=r(n,t)))return s;throw o("Can't convert object to primitive value")}},function(t,e,n){var r=n(17),i=n(1),a=n(67),o=n(108),s=n(6),c=i([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=a.f(s(t)),n=o.f;return n?c(e,n(t)):e}},function(t,e,n){var r=n(12),i=n(6),a=n(2),o=n(15),s=n(45),c=TypeError;t.exports=function(t,e){var n=t.exec;if(a(n)){var u=r(n,t,e);return null!==u&&i(u),u}if("RegExp"===o(t))return r(s,t,e);throw c("RegExp#exec called on incompatible receiver")}},function(t,e,n){var r=n(12),i=n(7),a=n(44),o=n(69),s=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in s||i(t,"flags")||!a(s,t)?e:r(o,t)}},function(t,e,n){var r=n(0),i=n(4).RegExp,a=r((function(){var t=i("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),o=a||r((function(){return!i("a","y").sticky})),s=a||r((function(){var t=i("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:s,MISSED_STICKY:o,UNSUPPORTED_Y:a}},function(t,e,n){var r=n(0),i=n(4).RegExp;t.exports=r((function(){var t=i(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},function(t,e,n){var r=n(0),i=n(4).RegExp;t.exports=r((function(){var t=i("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}},function(t,e,n){var r=n(36).PROPER,i=n(0),a=n(78);t.exports=function(t){return i((function(){return!!a[t]()||"​…᠎"!=="​…᠎"[t]()||r&&a[t].name!==t}))}},function(t,e,n){var r=n(1);t.exports=r(1..valueOf)},function(t,e,n){var r=n(49),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,e,n){var r=n(4),i=n(2),a=r.WeakMap;t.exports=i(a)&&/native code/.test(String(a))},function(t,e,n){"use strict";var r=n(3),i=n(0),a=n(18),o=n(8),s=n(14),c=n(10),u=n(22),l=n(32),f=n(28),d=n(16),p=n(9),h=n(23),v=p("isConcatSpreadable"),m=h>=51||!i((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),g=d("concat"),y=function(t){if(!o(t))return!1;var e=t[v];return void 0!==e?!!e:a(t)};r({target:"Array",proto:!0,arity:1,forced:!m||!g},{concat:function(t){var e,n,r,i,a,o=s(this),d=f(o,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(y(a=-1===e?o:arguments[e]))for(i=c(a),u(p+i),n=0;n<i;n++,p++)n in a&&l(d,p,a[n]);else u(p+1),l(d,p++,a);return d.length=p,d}})},function(t,e,n){"use strict";var r=n(3),i=n(21).every;r({target:"Array",proto:!0,forced:!n(26)("every")},{every:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(21).filter;r({target:"Array",proto:!0,forced:!n(16)("filter")},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(37),a=n(57).indexOf,o=n(26),s=i([].indexOf),c=!!s&&1/s([1],1,-0)<0,u=o("indexOf");r({target:"Array",proto:!0,forced:c||!u},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return c?s(this,t,e)||0:a(this,t,e)}})},function(t,e,n){n(3)({target:"Array",stat:!0},{isArray:n(18)})},function(t,e,n){"use strict";var r=n(3),i=n(21).map;r({target:"Array",proto:!0,forced:!n(16)("map")},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(10),o=n(27),s=n(22),c=n(0)((function(){return 4294967297!==[].push.call({length:4294967296},1)})),u=!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}();r({target:"Array",proto:!0,arity:1,forced:c||u},{push:function(t){var e=i(this),n=a(e),r=arguments.length;s(n+r);for(var c=0;c<r;c++)e[n]=arguments[c],n++;return o(e,n),n}})},function(t,e,n){"use strict";var r=n(3),i=n(92).left,a=n(26),o=n(23),s=n(96);r({target:"Array",proto:!0,forced:!a("reduce")||!s&&o>79&&o<83},{reduce:function(t){var e=arguments.length;return i(this,t,e,e>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(48),o=n(49),s=n(10),c=n(27),u=n(22),l=n(28),f=n(32),d=n(58),p=n(16)("splice"),h=Math.max,v=Math.min;r({target:"Array",proto:!0,forced:!p},{splice:function(t,e){var n,r,p,m,g,y,b=i(this),_=s(b),x=a(t,_),w=arguments.length;for(0===w?n=r=0:1===w?(n=0,r=_-x):(n=w-2,r=v(h(o(e),0),_-x)),u(_+n-r),p=l(b,r),m=0;m<r;m++)(g=x+m)in b&&f(p,m,b[g]);if(p.length=r,n<r){for(m=x;m<_-r;m++)y=m+n,(g=m+r)in b?b[y]=b[g]:d(b,y);for(m=_;m>_-r+n;m--)d(b,m-1)}else if(n>r)for(m=_-r;m>x;m--)y=m+n-1,(g=m+r-1)in b?b[y]=b[g]:d(b,y);for(m=0;m<n;m++)b[m+x]=arguments[m+2];return c(b,_-r+n),p}})},function(t,e,n){"use strict";var r=n(3),i=n(14),a=n(10),o=n(27),s=n(58),c=n(22),u=1!==[].unshift(0),l=!function(){try{Object.defineProperty([],"length",{writable:!1}).unshift()}catch(t){return t instanceof TypeError}}();r({target:"Array",proto:!0,arity:1,forced:u||l},{unshift:function(t){var e=i(this),n=a(e),r=arguments.length;if(r){c(n+r);for(var u=n;u--;){var l=u+r;u in e?e[l]=e[u]:s(e,l)}for(var f=0;f<r;f++)e[f]=arguments[f]}return o(e,n+r)}})},function(t,e,n){"use strict";var r=n(3),i=n(71).trim;r({target:"String",proto:!0,forced:n(121)("trim")},{trim:function(){return i(this)}})},function(t,e){},function(t,e){t.exports=function(t,e,n,r,i,a){var o,s=t=t||{},c=typeof t.default;"object"!==c&&"function"!==c||(o=t,s=t.default);var u,l="function"==typeof s?s.options:s;if(e&&(l.render=e.render,l.staticRenderFns=e.staticRenderFns,l._compiled=!0),n&&(l.functional=!0),i&&(l._scopeId=i),a?(u=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=u):r&&(u=r),u){var f=l.functional,d=f?l.render:l.beforeCreate;f?(l._injectStyles=u,l.render=function(t,e){return u.call(e),d(t,e)}):l.beforeCreate=d?[].concat(d,u):[u]}return{esModule:o,exports:s,options:l}}},function(t,e,n){"use strict";var r={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"multiselect",class:{"multiselect--active":t.isOpen,"multiselect--disabled":t.disabled,"multiselect--above":t.isAbove,"multiselect--has-options-group":t.hasOptionGroup},attrs:{tabindex:t.searchable?-1:t.tabindex,role:"combobox","aria-owns":"listbox-"+t.id},on:{focus:function(e){return t.activate()},blur:function(e){!t.searchable&&t.deactivate()},keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])||e.target!==e.currentTarget?null:(e.preventDefault(),t.pointerForward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])||e.target!==e.currentTarget?null:(e.preventDefault(),t.pointerBackward())}],keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")&&t._k(e.keyCode,"tab",9,e.key,"Tab")?null:(e.stopPropagation(),e.target!==e.currentTarget?null:t.addPointerElement(e))},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.deactivate()}}},[t._t("caret",(function(){return[n("div",{staticClass:"multiselect__select",on:{mousedown:function(e){return e.preventDefault(),e.stopPropagation(),t.toggle()}}})]}),{toggle:t.toggle}),t._v(" "),t._t("clear",null,{search:t.search}),t._v(" "),n("div",{ref:"tags",staticClass:"multiselect__tags"},[t._t("selection",(function(){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.visibleValues.length>0,expression:"visibleValues.length > 0"}],staticClass:"multiselect__tags-wrap"},[t._l(t.visibleValues,(function(e,r){return[t._t("tag",(function(){return[n("span",{key:r,staticClass:"multiselect__tag"},[n("span",{domProps:{textContent:t._s(t.getOptionLabel(e))}}),t._v(" "),n("i",{staticClass:"multiselect__tag-icon",attrs:{tabindex:"1"},on:{keypress:function(n){return!n.type.indexOf("key")&&t._k(n.keyCode,"enter",13,n.key,"Enter")?null:(n.preventDefault(),t.removeElement(e))},mousedown:function(n){return n.preventDefault(),t.removeElement(e)}}})])]}),{option:e,search:t.search,remove:t.removeElement})]}))],2),t._v(" "),t.internalValue&&t.internalValue.length>t.limit?[t._t("limit",(function(){return[n("strong",{staticClass:"multiselect__strong",domProps:{textContent:t._s(t.limitText(t.internalValue.length-t.limit))}})]}))]:t._e()]}),{search:t.search,remove:t.removeElement,values:t.visibleValues,isOpen:t.isOpen}),t._v(" "),n("transition",{attrs:{name:"multiselect__loading"}},[t._t("loading",(function(){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.loading,expression:"loading"}],staticClass:"multiselect__spinner"})]}))],2),t._v(" "),t.searchable?n("input",{ref:"search",staticClass:"multiselect__input",style:t.inputStyle,attrs:{name:t.name,id:t.id,type:"text",autocomplete:"off",spellcheck:"false",placeholder:t.placeholder,disabled:t.disabled,tabindex:t.tabindex,"aria-controls":"listbox-"+t.id},domProps:{value:t.search},on:{input:function(e){return t.updateSearch(e.target.value)},focus:function(e){return e.preventDefault(),t.activate()},blur:function(e){return e.preventDefault(),t.deactivate()},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.deactivate()},keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:(e.preventDefault(),t.pointerForward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:(e.preventDefault(),t.pointerBackward())},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"delete",[8,46],e.key,["Backspace","Delete","Del"])?null:(e.stopPropagation(),t.removeLastElement())}],keypress:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),e.stopPropagation(),e.target!==e.currentTarget?null:t.addPointerElement(e))}}}):t._e(),t._v(" "),t.isSingleLabelVisible?n("span",{staticClass:"multiselect__single",on:{mousedown:function(e){return e.preventDefault(),t.toggle.apply(null,arguments)}}},[t._t("singleLabel",(function(){return[[t._v(t._s(t.currentOptionLabel))]]}),{option:t.singleValue})],2):t._e(),t._v(" "),t.isPlaceholderVisible?n("span",{staticClass:"multiselect__placeholder",on:{mousedown:function(e){return e.preventDefault(),t.toggle.apply(null,arguments)}}},[t._t("placeholder",(function(){return[t._v("\n "+t._s(t.placeholder)+"\n ")]}))],2):t._e()],2),t._v(" "),n("transition",{attrs:{name:"multiselect"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isOpen,expression:"isOpen"}],ref:"list",staticClass:"multiselect__content-wrapper",style:{maxHeight:t.optimizedHeight+"px"},attrs:{tabindex:"-1"},on:{focus:t.activate,mousedown:function(t){t.preventDefault()}}},[n("ul",{staticClass:"multiselect__content",style:t.contentStyle,attrs:{role:"listbox",id:"listbox-"+t.id}},[t._t("beforeList"),t._v(" "),t.multiple&&t.max===t.internalValue.length?n("li",[n("span",{staticClass:"multiselect__option"},[t._t("maxElements",(function(){return[t._v("Maximum of "+t._s(t.max)+" options selected. First remove a selected option to select another.")]}))],2)]):t._e(),t._v(" "),!t.max||t.internalValue.length<t.max?t._l(t.filteredOptions,(function(e,r){return n("li",{key:r,staticClass:"multiselect__element",attrs:{id:t.id+"-"+r,role:e&&(e.$isLabel||e.$isDisabled)?null:"option"}},[e&&(e.$isLabel||e.$isDisabled)?t._e():n("span",{staticClass:"multiselect__option",class:t.optionHighlight(r,e),attrs:{"data-select":e&&e.isTag?t.tagPlaceholder:t.selectLabelText,"data-selected":t.selectedLabelText,"data-deselect":t.deselectLabelText},on:{click:function(n){return n.stopPropagation(),t.select(e)},mouseenter:function(e){return e.target!==e.currentTarget?null:t.pointerSet(r)}}},[t._t("option",(function(){return[n("span",[t._v(t._s(t.getOptionLabel(e)))])]}),{option:e,search:t.search,index:r})],2),t._v(" "),e&&(e.$isLabel||e.$isDisabled)?n("span",{staticClass:"multiselect__option",class:t.groupHighlight(r,e),attrs:{"data-select":t.groupSelect&&t.selectGroupLabelText,"data-deselect":t.groupSelect&&t.deselectGroupLabelText},on:{mouseenter:function(e){if(e.target!==e.currentTarget)return null;t.groupSelect&&t.pointerSet(r)},mousedown:function(n){return n.preventDefault(),t.selectGroup(e)}}},[t._t("option",(function(){return[n("span",[t._v(t._s(t.getOptionLabel(e)))])]}),{option:e,search:t.search,index:r})],2):t._e()])})):t._e(),t._v(" "),n("li",{directives:[{name:"show",rawName:"v-show",value:t.showNoResults&&0===t.filteredOptions.length&&t.search&&!t.loading,expression:"showNoResults && (filteredOptions.length === 0 && search && !loading)"}]},[n("span",{staticClass:"multiselect__option"},[t._t("noResult",(function(){return[t._v("No elements found. Consider changing the search query.")]}),{search:t.search})],2)]),t._v(" "),n("li",{directives:[{name:"show",rawName:"v-show",value:t.showNoOptions&&(0===t.options.length||!0===t.hasOptionGroup&&0===t.filteredOptions.length)&&!t.search&&!t.loading,expression:"showNoOptions && ((options.length === 0 || (hasOptionGroup === true && filteredOptions.length === 0)) && !search && !loading)"}]},[n("span",{staticClass:"multiselect__option"},[t._t("noOptions",(function(){return[t._v("List is empty.")]}))],2)]),t._v(" "),t._t("afterList")],2)])])],2)},staticRenderFns:[]};e.a=r},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n}])},jur8:function(t,e,n){"use strict";var r=n("M9S0");n.n(r).a},"k+q1":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconResearch",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("KTe4"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("g",[n("g",[n("path",{attrs:{d:"M8.5,18.9c-0.1,0-0.1,0-0.2,0c-2.1-0.9-5-1.4-7.8-1.4C0.2,17.5,0,17.3,0,17V0.5C0,0.2,0.2,0,0.5,0c4.7,0,9.5,1,11,2.8\n C13,1,17.8,0,22.5,0C22.8,0,23,0.2,23,0.5V17c0,0.3-0.2,0.5-0.5,0.5c-0.3,0-1,0-1,0l0-1c0,0,0.2,0,0.5,0V1c-5.7,0.1-10,1.6-10,3\n c0,0.3-0.2,0.5-0.5,0.5S11,4.3,11,4c0-1.3-4.3-2.9-10-3v15.5c2.8,0.1,5.6,0.6,7.7,1.4C8.9,18,9.1,18.3,9,18.6\n C8.9,18.8,8.7,18.9,8.5,18.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M11.5,5C11.2,5,11,4.8,11,4.5V4c0-0.3,0.2-0.5,0.5-0.5S12,3.7,12,4v0.5C12,4.8,11.8,5,11.5,5z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M9,6.7c-0.1,0-0.1,0-0.2,0C7.2,6.1,5,5.7,2.5,5.5C2.2,5.5,2,5.2,2,5s0.3-0.5,0.5-0.5c2.6,0.2,5,0.6,6.6,1.3\n c0.3,0.1,0.4,0.4,0.3,0.6C9.4,6.6,9.2,6.7,9,6.7z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M7,9.1c0,0-0.1,0-0.1,0C5.6,8.8,4.1,8.6,2.5,8.5C2.2,8.5,2,8.2,2,8s0.3-0.5,0.5-0.5c1.7,0.1,3.2,0.3,4.6,0.7\n c0.3,0.1,0.4,0.3,0.4,0.6C7.5,9,7.2,9.1,7,9.1z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M5.9,11.9C5.9,11.9,5.9,11.9,5.9,11.9c-1.1-0.2-2.3-0.3-3.5-0.4C2.2,11.5,2,11.2,2,11s0.3-0.5,0.5-0.5\n c1.2,0.1,2.4,0.2,3.5,0.4c0.3,0,0.5,0.3,0.4,0.6C6.4,11.8,6.2,11.9,5.9,11.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M6.1,14.9C6.1,14.9,6,14.9,6.1,14.9c-1.2-0.2-2.4-0.4-3.6-0.4C2.2,14.5,2,14.2,2,14s0.3-0.5,0.5-0.5\n c1.3,0.1,2.5,0.2,3.6,0.5c0.3,0.1,0.4,0.3,0.4,0.6C6.5,14.8,6.3,14.9,6.1,14.9z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M16.5,6c-0.2,0-0.4-0.2-0.5-0.4C16,5.4,16.2,5.1,16.4,5c1.2-0.3,2.6-0.4,4-0.5C20.7,4.5,21,4.7,21,5\n c0,0.3-0.2,0.5-0.5,0.5c-1.4,0.1-2.7,0.3-3.9,0.5C16.6,6,16.6,6,16.5,6z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M19.4,8.6c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.4-0.5c0.4,0,0.7-0.1,1.1-0.1C20.7,7.5,21,7.7,21,8s-0.2,0.5-0.5,0.5\n C20.2,8.5,19.8,8.6,19.4,8.6C19.5,8.6,19.4,8.6,19.4,8.6z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M13.5,19C9.9,19,7,16.1,7,12.5S9.9,6,13.5,6S20,8.9,20,12.5S17.1,19,13.5,19z M13.5,7C10.5,7,8,9.5,8,12.5\n c0,3,2.5,5.5,5.5,5.5c3,0,5.5-2.5,5.5-5.5C19,9.5,16.5,7,13.5,7z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M23.5,23c-0.1,0-0.3,0-0.4-0.1l-5.7-5.7c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l5.7,5.7c0.2,0.2,0.2,0.5,0,0.7\n C23.8,23,23.6,23,23.5,23z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M15.5,13c-0.3,0-0.5-0.2-0.5-0.5V11h-3v1.5c0,0.3-0.2,0.5-0.5,0.5S11,12.8,11,12.5v-2c0-0.3,0.2-0.5,0.5-0.5h4\n c0.3,0,0.5,0.2,0.5,0.5v2C16,12.8,15.8,13,15.5,13z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M13.5,16c-0.3,0-0.5-0.2-0.5-0.5v-5c0-0.3,0.2-0.5,0.5-0.5s0.5,0.2,0.5,0.5v5C14,15.8,13.8,16,13.5,16z"}})]),t._v(" "),n("g",[n("path",{attrs:{d:"M15,16h-3c-0.3,0-0.5-0.2-0.5-0.5S11.7,15,12,15h3c0.3,0,0.5,0.2,0.5,0.5S15.3,16,15,16z"}})])])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconResearch.vue";e.default=s.exports},kHig:function(t,e){},kwNh:function(t,e,n){"use strict";var r=n("qcuW");n.n(r).a},kwgh:function(t,e,n){"use strict";var r=n("7rd+");n.n(r).a},"lF/O":function(t,e,n){"use strict";n.r(e);var r={name:"Index",status:"deprecated",release:"1.0.0",type:"Template",metaInfo:{title:"LUX Design System",htmlAttrs:{lang:"en"}},props:{type:{type:String,default:"div"}}},i=(n("cu24"),n("KHd+")),a=n("9I8L"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e(this.type,{tag:"component",staticClass:"lux-index"},[e("menu-bar",{attrs:{type:"links",active:"Index",menuItems:[{name:"Template",component:"Index",href:"/#/"},{name:"Living Docs",href:"http://localhost:6060/"}]}}),this._v(" "),e("wrapper",[e("heading",{attrs:{level:"h1"}},[this._v("LUX")]),this._v(" "),e("text-style",[this._v("LUX (Library User Experience) is a set of organized tools, patterns, and practices that\n work as the foundation for PUL web and application development. It aims to increase\n consistency, improve accessibility, reduce design debt, and accelerate the design and\n development process. Overall, it aims to illuminate the Library for our users.")])],1)],1)}),[],!1,null,"f160a2c4",null);"function"==typeof o.a&&o()(s),s.options.__file="Index.vue";e.default=s.exports},lQpJ:function(t,e,n){},lSNA:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports},leEq:function(t,e){},lls4:function(t,e){},llub:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconDerivativesUnhealthy",status:"ready",release:"4.1.0",type:"Element"},i=n("KHd+"),a=n("IQZg"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M23.21.47H6.12A.42.42,0,0,0,5.7.9v3H3.56a.43.43,0,0,0-.43.42V20.54a.43.43,0,0,0,.43.43H19.79a.43.43,0,0,0,.43-.43V18.41h3a.42.42,0,0,0,.42-.43V.9A.42.42,0,0,0,23.21.47ZM19.36,20.12H4V4.74H5.7V18a.42.42,0,0,0,.42.43H19.36Zm3.42-2.57H6.55V1.32H22.78Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("polygon",{staticClass:"cls-1",attrs:{points:"3.05 7.05 0.5 7.05 0.5 22.38 15.68 22.38 15.68 20.5 3.1 20.5 3.05 7.05"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M14.38,7.56v4.26a.28.28,0,0,0,.56,0V7.56a.28.28,0,0,0-.56,0Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("path",{staticClass:"cls-2",attrs:{d:"M21,15.35,14.91,3.18a.3.3,0,0,0-.5,0L8.29,15.42a.29.29,0,0,0,0,.27.28.28,0,0,0,.23.13H20.79a.28.28,0,0,0,.27-.28A.26.26,0,0,0,21,15.35ZM9,15.26,14.66,3.93l5.67,11.33Z",transform:"translate(-0.46 -0.47)"}}),this._v(" "),e("circle",{attrs:{cx:"14.2",cy:"13.12",r:"0.56"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconDerivativesUnhealthy.vue";e.default=s.exports},ls82:function(t,e,n){var r=function(t){"use strict";var e=Object.prototype,n=e.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag";function s(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,n){return t[e]=n}}function c(t,e,n,r){var i=e&&e.prototype instanceof f?e:f,a=Object.create(i.prototype),o=new C(r||[]);return a._invoke=function(t,e,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return O()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var s=_(o,n);if(s){if(s===l)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=u(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===l)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(t,n,o),a}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=c;var l={};function f(){}function d(){}function p(){}var h={};s(h,i,(function(){return this}));var v=Object.getPrototypeOf,m=v&&v(v(S([])));m&&m!==e&&n.call(m,i)&&(h=m);var g=p.prototype=f.prototype=Object.create(h);function y(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function b(t,e){var r;this._invoke=function(i,a){function o(){return new e((function(r,o){!function r(i,a,o,s){var c=u(t[i],t,a);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,o,s)}),(function(t){r("throw",t,o,s)})):e.resolve(f).then((function(t){l.value=t,o(l)}),(function(t){return r("throw",t,o,s)}))}s(c.arg)}(i,a,r,o)}))}return r=r?r.then(o,o):o()}}function _(t,e){var n=t.iterator[e.method];if(void 0===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method))return l;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,l;var i=r.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,l):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,l)}function x(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function w(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(x,this),this.reset(!0)}function S(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,a=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return a.next=a}}return{next:O}}function O(){return{value:void 0,done:!0}}return d.prototype=p,s(g,"constructor",p),s(p,"constructor",d),d.displayName=s(p,o,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,p):(t.__proto__=p,s(t,o,"GeneratorFunction")),t.prototype=Object.create(g),t},t.awrap=function(t){return{__await:t}},y(b.prototype),s(b.prototype,a,(function(){return this})),t.AsyncIterator=b,t.async=function(e,n,r,i,a){void 0===a&&(a=Promise);var o=new b(c(e,n,r,i),a);return t.isGeneratorFunction(n)?o:o.next().then((function(t){return t.done?t.value:o.next()}))},y(g),s(g,o,"Generator"),s(g,i,(function(){return this})),s(g,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,C.prototype={constructor:C,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(n,r){return o.type="throw",o.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=t,o.arg=e,a?(this.method="next",this.next=a.finallyLoc,l):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),l},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),w(n),l}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;w(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:S(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},t}(t.exports);try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}},m0LI:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,i,a=[],o=!0,s=!1;try{for(n=n.call(t);!(o=(r=n.next()).done)&&(a.push(r.value),!e||a.length!==e);o=!0);}catch(t){s=!0,i=t}finally{try{o||null==n.return||n.return()}finally{if(s)throw i}}return a}},t.exports.__esModule=!0,t.exports.default=t.exports},mN2E:function(t,e){},mlqV:function(t,e,n){"use strict";n.r(e);var r=n("cDf5"),i=n.n(r),a=n("J4zp"),o=n.n(a),s={name:"DataTable",status:"ready",release:"3.1.4",type:"Element",data:function(){return{rows:this.jsonData,parsedColumns:[]}},props:{caption:{required:!0,type:String},summaryLabel:{required:!1,type:String},columns:{required:!0,type:Array},jsonData:{required:!0,type:Array}},created:function(){var t=this,e=this.columns.map((function(e){return t.isObject(e)?(e.name=e.name.toLowerCase(),e.sortable&&void 0===e.ascending&&(e.ascending=null),e):{name:e.toLowerCase(),ascending:null}}));this.parsedColumns=e;for(var n=this.jsonData.length,r=0;r<n;r++)for(var i in this.jsonData[r])this.jsonData[r].hasOwnProperty(i)&&(this.isObject(this.jsonData[r][i])||(this.jsonData[r][i]={value:this.jsonData[r][i],link:null}));this.rows=this.jsonData},computed:{footerColumns:function(){var t=this.columns;return t.shift(),t}},methods:{getAriaLabel:function(t){for(var e=[],n=0,r=Object.entries(t);n<r.length;n++){var i=o()(r[n],2),a=i[0],s=i[1];e.push("".concat(a,": ").concat(s.value))}return e.join(", ")},iconLabel:function(t){return!0===t?"ascending":!1===t?"descending":null===t?"unsorted":void 0},displayName:function(t){return t.hasOwnProperty("display_name")?t.display_name:t.name},sortTable:function(t){t.ascending?"number"===t.datatype||"currency"===t.datatype?this.rows.sort((function(e,n){return n[t.name].value-e[t.name].value})):"date"===t.datatype?this.rows.sort((function(e,n){return new Date(n[t.name].value)-new Date(e[t.name].value)})):this.rows.sort((function(e,n){var r=e[t.name.toLowerCase()].value.toString().toLowerCase(),i=n[t.name.toLowerCase()].value.toString().toLowerCase();return r<i?1:r>i?-1:0})):"number"===t.datatype||"currency"===t.datatype?this.rows.sort((function(e,n){return e[t.name].value-n[t.name].value})):"date"===t.datatype?this.rows.sort((function(e,n){return new Date(e[t.name].value)-new Date(n[t.name].value)})):this.rows.sort((function(e,n){var r=e[t.name.toLowerCase()].value.toString().toLowerCase(),i=n[t.name.toLowerCase()].value.toString().toLowerCase();return r<i?-1:r>i?1:0})),t.ascending=!t.ascending,this.parsedColumns=this.parsedColumns.map((function(e){return t.name!=e.name&&(e.ascending=null),e}))},isObject:function(t){return t&&"object"===i()(t)&&t.constructor===Object},isCurrency:function(t){return"currency"===t},isNum:function(t){return"number"===t},isLeft:function(t){return"left"===t},isCenter:function(t){return"center"===t},isRight:function(t){return"right"===t}}},c=(n("7H6U"),n("KHd+")),u=n("gvHy"),l=n.n(u),f=Object(c.a)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("table",{class:["lux-data-table"],attrs:{border:"1px"}},[n("caption",[t._v("\n "+t._s(t.caption)+"\n ")]),t._v(" "),n("thead",[n("tr",t._l(t.parsedColumns,(function(e,r){return n("th",{attrs:{scope:"col",nowrap:""}},[e.sortable?n("input-button",{attrs:{type:"button",variation:"text"},on:{"button-clicked":function(n){return t.sortTable(e)}}},[e.sortable?n("lux-icon-base",{attrs:{width:"16",height:"16","icon-name":t.iconLabel(e.ascending)}},[e.ascending?n("lux-icon-ascending"):t._e(),t._v(" "),!1===e.ascending?n("lux-icon-descending"):t._e(),t._v(" "),null===e.ascending?n("lux-icon-unsorted"):t._e()],1):t._e(),t._v("\n "+t._s(t.displayName(e)))],1):n("span",[t._v(t._s(t.displayName(e)))])],1)})),0)]),t._v(" "),n("tbody",t._l(t.rows,(function(e,r){return n("tr",{staticClass:"row"},t._l(t.parsedColumns,(function(r,i){return n("td",{class:[{"lux-data-table-left":t.isLeft(r.align)},{"lux-data-table-center":t.isCenter(r.align)},{"lux-data-table-right":t.isRight(r.align)},{"lux-data-table-number":t.isNum(r.datatype)},{"lux-data-table-currency":t.isCurrency(r.datatype)}]},[r.checkbox?n("input",{attrs:{id:e[r.name].value,type:"checkbox","aria-label":t.getAriaLabel(e),name:r.name},domProps:{value:e[r.name].value}}):n("span",[e[r.name].link?n("hyperlink",{attrs:{href:e[r.name].link}},[t._v("\n "+t._s(e[r.name].value)+"\n ")]):n("span",[t._v("\n "+t._s(e[r.name].value)+"\n ")])],1)])})),0)})),0),t._v(" "),t.summaryLabel?n("tfoot",[n("tr",[n("th",{attrs:{scope:"row"}},[t._v(t._s(t.summaryLabel))]),t._v(" "),t._l(t.footerColumns,(function(e,r){return n("td",{class:[{"lux-data-table-left":t.isLeft(e.align)},{"lux-data-table-center":t.isCenter(e.align)},{"lux-data-table-right":t.isRight(e.align)},{"lux-data-table-number":t.isNum(e.datatype)},{"lux-data-table-currency":t.isCurrency(e.datatype)}]},[n("span",[t._v("\n "+t._s(e.summary_value)+"\n ")])])}))],2)]):t._e()])}),[],!1,null,"5c21905f",null);"function"==typeof l.a&&l()(f),f.options.__file="DataTable.vue";e.default=f.exports},mseA:function(t,e,n){"use strict";n.r(e);var r={name:"LoginForm",status:"prototype",release:"1.0.0",type:"Pattern",metaInfo:{title:"Form with validation",htmlAttrs:{lang:"en"}},data:function(){return{errormessageEmail:"",errormessagePwd:"",emailValue:"",pwdValue:"",alert:!1,alertStatus:"info",alertMessage:"Testing"}},methods:{validate:function(t){"email"==t.id&&(this.emailValue=t.value,/(.+)@(.+){2,}\.(.+){2,}/.test(t.value)?this.errormessageEmail="":this.errormessageEmail="You need to supply an email."),"pwd"==t.id&&(this.pwdValue=t.value,t.value.length?this.errormessagePwd="":this.errormessagePwd="You need to supply a password.")},showAlert:function(t){this.alertMessage=t.alertMessage,this.alertStatus=t.alertStatus,this.alert=!0}}},i=(n("FXzT"),n("KHd+")),a=n("w6ll"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"app",novalidate:"true"}},[t.alert?n("alert",{attrs:{type:"alert",status:t.alertStatus,autoclear:!0}},[t._v(t._s(t.alertMessage))]):t._e(),t._v(" "),n("input-text",{attrs:{id:"email",errormessage:t.errormessageEmail,value:t.emailValue,label:"Email",placeholder:"Write your text"},on:{inputblur:function(e){return t.validate(e)}}}),t._v(" "),n("input-text",{attrs:{id:"pwd",errormessage:t.errormessagePwd,value:t.pwdValue,label:"Password",placeholder:"Write your text"},on:{inputblur:function(e){return t.validate(e)}}}),t._v(" "),n("input-button",{attrs:{customAlertEvent:{alertStatus:"success",alertMessage:"Successfully logged in!"},type:"button",variation:"solid",block:""},on:{"system-alert":function(e){return t.showAlert(e)}}},[t._v("\n Login\n ")])],1)}),[],!1,null,"a47710dc",null);"function"==typeof o.a&&o()(s),s.options.__file="LoginForm.vue";e.default=s.exports},mxAO:function(t,e){},n1u2:function(t,e){},nIaP:function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconArrowRight",status:"ready",release:"1.0.0",type:"Element"},i=n("KHd+"),a=n("iCyf"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("path",{attrs:{d:"M5.5,24c-0.1,0-0.3-0.1-0.4-0.2c-0.2-0.2-0.2-0.5,0-0.7L17.7,12L5.2,0.9C5,0.7,4.9,0.4,5.1,0.2c0.2-0.2,0.5-0.2,0.7,0\n \t\tl13,11.5c0.1,0.1,0.2,0.2,0.2,0.4s-0.1,0.3-0.2,0.4l-13,11.5C5.7,24,5.6,24,5.5,24z"}})])}),[],!1,null,null,null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconArrowRight.vue";e.default=s.exports},nj48:function(t,e,n){"use strict";var r=n("H3bh");n.n(r).a},"o+Xd":function(t,e,n){"use strict";n.r(e);var r={name:"LuxIconDescending",status:"ready",release:"1.0.0",type:"Element"},i=(n("QCEB"),n("KHd+")),a=n("gtuO"),o=n.n(a),s=Object(i.a)(r,(function(){var t=this.$createElement,e=this._self._c||t;return e("g",[e("circle",{staticClass:"st0",attrs:{cx:"12",cy:"12",r:"2"}}),this._v(" "),e("polygon",{staticClass:"st1",attrs:{points:"17.5,6.5 12,0.5 6.5,6.5 \t"}}),this._v(" "),e("polygon",{staticClass:"st2",attrs:{points:"6.5,17.5 12,23.5 17.5,17.5 \t"}})])}),[],!1,null,"1502d3f3",null);"function"==typeof o.a&&o()(s),s.options.__file="LuxIconDescending.vue";e.default=s.exports},o0o1:function(t,e,n){t.exports=n("ls82")},oCYn:function(t,e,n){"use strict";(function(t){
8
8
  /*!
9
9
  * Vue.js v2.6.14
10
10
  * (c) 2014-2021 Evan You
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lux-design-system",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "Library User Experience and Style guide for Princeton University Library based on Vue Design System",
5
5
  "author": "viljamis <me@viljamis.com>",
6
6
  "contributors": [