From 99f089ed66dd442fdf7bb0f6308553b2de89023a Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Fri, 19 Jul 2019 18:47:49 +0200 Subject: [PATCH] Select site field and open suggestions after web extension opened When the user open the pop up of the web extension, site field is automatically populated with the base domain name. On site https://www.example.org/ site field become www.example.org. Some users use example.org, some other example only, some users a custom site. It's easy now to: - remove the site by hitting backspace - or hitting arrow down to get the first entry: example - or hitting arrow down x 2 to get example.org - or hitting tab to keep www.example.org and go on login Fixes: https://github.com/lesspass/lesspass/issues/386 Fixes: https://github.com/lesspass/lesspass/issues/439 --- .../cypress/integration/connectedMode.spec.js | 2 +- .../cypress/integration/passwordGeneration.spec.js | 6 +++--- packages/lesspass-pure/dist/lesspass.min.js | 8 ++++---- .../lesspass-pure/src/components/InputSite.vue | 6 +++++- .../lesspass-pure/src/views/PasswordGenerator.vue | 23 ++++++++++++---------- .../extension/dist/lesspass.min.js | 8 ++++---- 6 files changed, 30 insertions(+), 23 deletions(-) diff --git a/packages/lesspass-pure/cypress/integration/connectedMode.spec.js b/packages/lesspass-pure/cypress/integration/connectedMode.spec.js index b034f92..f1c9eaf 100644 --- a/packages/lesspass-pure/cypress/integration/connectedMode.spec.js +++ b/packages/lesspass-pure/cypress/integration/connectedMode.spec.js @@ -9,7 +9,7 @@ describe("Connected Mode", function() { cy.get("#fingerprint .fa-btc").should("be.visible"); cy.get("#fingerprint .fa-subway").should("be.visible"); cy.get("#signInButton").click(); - cy.get("#siteField").type("lesspass.com"); + cy.get("#siteField").type("lesspass.com").blur(); cy.get("#login").type("test@lesspass.com"); cy.get("#passwordField").type("test@lesspass.com"); cy.get("#generatePassword__btn").click(); diff --git a/packages/lesspass-pure/cypress/integration/passwordGeneration.spec.js b/packages/lesspass-pure/cypress/integration/passwordGeneration.spec.js index 3d36b7e..afa6758 100644 --- a/packages/lesspass-pure/cypress/integration/passwordGeneration.spec.js +++ b/packages/lesspass-pure/cypress/integration/passwordGeneration.spec.js @@ -19,7 +19,7 @@ describe("Password Generation", function() { } cy.visit("/"); - cy.get("#siteField").type("lesspass.com"); + cy.get("#siteField").type("lesspass.com").blur(); cy.get("#login").type("test@lesspass.com"); cy.get("#passwordField").type("test@lesspass.com"); cy.wait(500); @@ -105,7 +105,7 @@ describe("Password Generation", function() { }); it("should generate password when hit enter nrt_266", function() { cy.visit("/"); - cy.get("#siteField").type("lesspass.com"); + cy.get("#siteField").type("lesspass.com").blur(); cy.get("#login").type("test@lesspass.com"); cy.get("#passwordField") .type("test@lesspass.com") @@ -129,7 +129,7 @@ describe("Password Generation", function() { }); it("should clear password generated when master password change", function() { cy.visit("/"); - cy.get("#siteField").type("example.org"); + cy.get("#siteField").type("example.org").blur(); cy.get("#login").type("user"); cy.get("#passwordField").type("password"); cy.get("#generatePassword__btn").should("be.visible"); diff --git a/packages/lesspass-pure/dist/lesspass.min.js b/packages/lesspass-pure/dist/lesspass.min.js index 9fb2e57..f50c559 100644 --- a/packages/lesspass-pure/dist/lesspass.min.js +++ b/packages/lesspass-pure/dist/lesspass.min.js @@ -1,20 +1,20 @@ -!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=80)}([function(t,e,n){"use strict";(function(t){n.d(e,"c",function(){return y}),n.d(e,"b",function(){return w});var r=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},s={namespaced:{configurable:!0}};s.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){o(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,s);var a=function(t){this.register([],t,!1)};a.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},a.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")},"")},a.prototype.update=function(t){!function t(e,n,r){0;n.update(r);if(r.modules)for(var o in r.modules){if(!n.getChild(o))return void 0;t(e.concat(o),n.getChild(o),r.modules[o])}}([],this.root,t)},a.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var s=new i(e,n);0===t.length?this.root=s:this.get(t.slice(0,-1)).addChild(t[t.length-1],s);e.modules&&o(e.modules,function(e,o){r.register(t.concat(o),e,n)})},a.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var u;var c=function(t){var e=this;void 0===t&&(t={}),!u&&"undefined"!=typeof window&&window.Vue&&g(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var o=t.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new a(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var i=this,s=this.dispatch,c=this.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=o;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach(function(t){return t(e)}),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){r.emit("vuex:mutation",t,e)}))}(this)},l={state:{configurable:!0}};function f(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function p(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;h(t,n,[],t._modules.root,!0),d(t,n,e)}function d(t,e,n){var r=t._vm;t.getters={};var i=t._wrappedGetters,s={};o(i,function(e,n){s[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var a=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:s}),u.config.silent=a,t.strict&&function(t){t._vm.$watch(function(){return this._data.$$state},function(){0},{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),u.nextTick(function(){return r.$destroy()}))}function h(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s]=r),!i&&!o){var a=v(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){u.set(a,c,r.state)})}var l=r.context=function(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;return a&&a.root||(u=e+u),t.dispatch(u,s)},commit:r?t.commit:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;a&&a.root||(u=e+u),t.commit(u,s,a)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),n}(t,e)}},state:{get:function(){return v(t.state,n)}}}),o}(t,s,n);r.forEachMutation(function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push(function(e){n.call(t,r.state,e)})}(t,s+n,e,l)}),r.forEachAction(function(e,n){var r=e.root?n:s+n,o=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push(function(e,o){var i,s=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return(i=s)&&"function"==typeof i.then||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):s})}(t,r,o,l)}),r.forEachGetter(function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,s+n,e,l)}),r.forEachChild(function(r,i){h(t,e,n.concat(i),r,o)})}function v(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function m(t,e,n){var r;return null!==(r=t)&&"object"==typeof r&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function g(t){u&&t===u|| +!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=80)}([function(t,e,n){"use strict";(function(t){n.d(e,"c",function(){return y}),n.d(e,"b",function(){return w});var r=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},s={namespaced:{configurable:!0}};s.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){o(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,s);var a=function(t){this.register([],t,!1)};a.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},a.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")},"")},a.prototype.update=function(t){!function t(e,n,r){0;n.update(r);if(r.modules)for(var o in r.modules){if(!n.getChild(o))return void 0;t(e.concat(o),n.getChild(o),r.modules[o])}}([],this.root,t)},a.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var s=new i(e,n);0===t.length?this.root=s:this.get(t.slice(0,-1)).addChild(t[t.length-1],s);e.modules&&o(e.modules,function(e,o){r.register(t.concat(o),e,n)})},a.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var u;var c=function(t){var e=this;void 0===t&&(t={}),!u&&"undefined"!=typeof window&&window.Vue&&g(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var o=t.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new a(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var i=this,s=this.dispatch,c=this.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=o;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach(function(t){return t(e)}),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){r.emit("vuex:mutation",t,e)}))}(this)},l={state:{configurable:!0}};function p(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function f(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;h(t,n,[],t._modules.root,!0),d(t,n,e)}function d(t,e,n){var r=t._vm;t.getters={};var i=t._wrappedGetters,s={};o(i,function(e,n){s[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var a=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:s}),u.config.silent=a,t.strict&&function(t){t._vm.$watch(function(){return this._data.$$state},function(){0},{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),u.nextTick(function(){return r.$destroy()}))}function h(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s]=r),!i&&!o){var a=v(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){u.set(a,c,r.state)})}var l=r.context=function(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;return a&&a.root||(u=e+u),t.dispatch(u,s)},commit:r?t.commit:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;a&&a.root||(u=e+u),t.commit(u,s,a)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),n}(t,e)}},state:{get:function(){return v(t.state,n)}}}),o}(t,s,n);r.forEachMutation(function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push(function(e){n.call(t,r.state,e)})}(t,s+n,e,l)}),r.forEachAction(function(e,n){var r=e.root?n:s+n,o=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push(function(e,o){var i,s=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return(i=s)&&"function"==typeof i.then||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):s})}(t,r,o,l)}),r.forEachGetter(function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,s+n,e,l)}),r.forEachChild(function(r,i){h(t,e,n.concat(i),r,o)})}function v(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function m(t,e,n){var r;return null!==(r=t)&&"object"==typeof r&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function g(t){u&&t===u|| /** * vuex v3.1.1 * (c) 2019 Evan You * @license MIT */ -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)}}(u=t)}l.state.get=function(){return this._vm._data.$$state},l.state.set=function(t){0},c.prototype.commit=function(t,e,n){var r=this,o=m(t,e,n),i=o.type,s=o.payload,a=(o.options,{type:i,payload:s}),u=this._mutations[i];u&&(this._withCommit(function(){u.forEach(function(t){t(s)})}),this._subscribers.forEach(function(t){return t(a,r.state)}))},c.prototype.dispatch=function(t,e){var n=this,r=m(t,e),o=r.type,i=r.payload,s={type:o,payload:i},a=this._actions[o];if(a){try{this._actionSubscribers.filter(function(t){return t.before}).forEach(function(t){return t.before(s,n.state)})}catch(t){0}return(a.length>1?Promise.all(a.map(function(t){return t(i)})):a[0](i)).then(function(t){try{n._actionSubscribers.filter(function(t){return t.after}).forEach(function(t){return t.after(s,n.state)})}catch(t){0}return t})}},c.prototype.subscribe=function(t){return f(t,this._subscribers)},c.prototype.subscribeAction=function(t){return f("function"==typeof t?{before:t}:t,this._actionSubscribers)},c.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},c.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},c.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),h(this,this.state,t,this._modules.get(t),n.preserveState),d(this,this.state)},c.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=v(e.state,t.slice(0,-1));u.delete(n,t[t.length-1])}),p(this)},c.prototype.hotUpdate=function(t){this._modules.update(t),p(this,!0)},c.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(c.prototype,l);var y=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=x(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0}),n}),b=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=x(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n}),w=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||x(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0}),n}),_=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=x(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n});function C(t){return 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 P(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function x(t,e,n){return t._modulesNamespaceMap[n]}var S={Store:c,install:g,version:"3.1.1",mapState:y,mapMutations:b,mapGetters:w,mapActions:_,createNamespacedHelpers:function(t){return{mapState:y.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:_.bind(null,t)}}};e.a=S}).call(this,n(5))},function(t,e,n){"use strict";var r=n(19),o=n(46),i=Object.prototype.toString;function s(t){return"[object Array]"===i.call(t)}function a(t){return null!==t&&"object"==typeof t}function u(t){return"[object Function]"===i.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),s(t))for(var n=0,r=t.length;n=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)}}(u=t)}l.state.get=function(){return this._vm._data.$$state},l.state.set=function(t){0},c.prototype.commit=function(t,e,n){var r=this,o=m(t,e,n),i=o.type,s=o.payload,a=(o.options,{type:i,payload:s}),u=this._mutations[i];u&&(this._withCommit(function(){u.forEach(function(t){t(s)})}),this._subscribers.forEach(function(t){return t(a,r.state)}))},c.prototype.dispatch=function(t,e){var n=this,r=m(t,e),o=r.type,i=r.payload,s={type:o,payload:i},a=this._actions[o];if(a){try{this._actionSubscribers.filter(function(t){return t.before}).forEach(function(t){return t.before(s,n.state)})}catch(t){0}return(a.length>1?Promise.all(a.map(function(t){return t(i)})):a[0](i)).then(function(t){try{n._actionSubscribers.filter(function(t){return t.after}).forEach(function(t){return t.after(s,n.state)})}catch(t){0}return t})}},c.prototype.subscribe=function(t){return p(t,this._subscribers)},c.prototype.subscribeAction=function(t){return p("function"==typeof t?{before:t}:t,this._actionSubscribers)},c.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},c.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},c.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),h(this,this.state,t,this._modules.get(t),n.preserveState),d(this,this.state)},c.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=v(e.state,t.slice(0,-1));u.delete(n,t[t.length-1])}),f(this)},c.prototype.hotUpdate=function(t){this._modules.update(t),f(this,!0)},c.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(c.prototype,l);var y=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=x(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0}),n}),b=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=x(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n}),w=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||x(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0}),n}),_=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=x(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n});function C(t){return 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 P(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function x(t,e,n){return t._modulesNamespaceMap[n]}var S={Store:c,install:g,version:"3.1.1",mapState:y,mapMutations:b,mapGetters:w,mapActions:_,createNamespacedHelpers:function(t){return{mapState:y.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:_.bind(null,t)}}};e.a=S}).call(this,n(5))},function(t,e,n){"use strict";var r=n(19),o=n(46),i=Object.prototype.toString;function s(t){return"[object Array]"===i.call(t)}function a(t){return null!==t&&"object"==typeof t}function u(t){return"[object Function]"===i.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),s(t))for(var n=0,r=t.length;n=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function w(t,e){return b.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var C=/-(\w)/g,P=_(function(t){return t.replace(C,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),S=/\B([A-Z])/g,O=_(function(t){return t.replace(S,"-$1").toLowerCase()});var E=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function A(t,e){for(var n in e)t[n]=e[n];return t}function L(t){for(var e={},n=0;n0,Q=Z&&Z.indexOf("edge/")>0,X=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===K),tt=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),et={}.watch,nt=!1;if(G)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(t){}var ot=function(){return void 0===H&&(H=!G&&!W&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),H},it=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function st(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,ut="undefined"!=typeof Symbol&&st(Symbol)&&"undefined"!=typeof Reflect&&st(Reflect.ownKeys);at="undefined"!=typeof Set&&st(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=$,lt=0,ft=function(){this.id=lt++,this.subs=[]};ft.prototype.addSub=function(t){this.subs.push(t)},ft.prototype.removeSub=function(t){y(this.subs,t)},ft.prototype.depend=function(){ft.target&&ft.target.addDep(this)},ft.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!w(o,"default"))s=!1;else if(""===s||s===O(t)){var u=Ut(String,o.type);(u<0||a0&&(le((c=t(c,(n||"")+"_"+u))[0])&&le(f)&&(r[l]=yt(f.text+c[0].text),c.shift()),r.push.apply(r,c)):a(c)?le(f)?r[l]=yt(f.text+c):""!==c&&r.push(yt(c)):le(c)&&le(f)?r[l]=yt(f.text+c.text):(s(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+u+"__"),r.push(c)));return r}(t):void 0}function le(t){return i(t)&&i(t.text)&&!1===t.isComment}function fe(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),o=0;o0,s=t?!!t.$stable:!i,a=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&n&&n!==r&&a===n.$key&&!i&&!n.$hasNormal)return n;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=ve(e,u,t[u]))}else o={};for(var c in e)c in o||(o[c]=me(e,c));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",a),q(o,"$hasNormal",i),o}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ce(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,o,s,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;rdocument.createEvent("Event").timeStamp&&(ln=function(){return fn.now()})}function pn(){var t,e;for(cn=ln(),an=!0,nn.sort(function(t,e){return t.id-e.id}),un=0;unun&&nn[n].id>t.id;)n--;nn.splice(n+1,0,t)}else nn.push(t);sn||(sn=!0,ee(pn))}}(this)},hn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},hn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},hn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},hn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var vn={enumerable:!0,configurable:!0,get:$,set:$};function mn(t,e,n){vn.get=function(){return this[e][n]},vn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,vn)}function gn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&xt(!1);var i=function(i){o.push(i);var s=Dt(i,e,n,t);Et(r,i,s),i in t||mn(t,"_props",i)};for(var s in e)i(s);xt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?$:E(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return qt(t,e,"data()"),{}}finally{ht()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&w(r,i)||(s=void 0,36!==(s=(i+"").charCodeAt(0))&&95!==s&&mn(t,"_data",i))}var s;Ot(e,!0)}(t):Ot(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ot();for(var o in e){var i=e[o],s="function"==typeof i?i:i.get;0,r||(n[o]=new hn(t,s||$,$,yn)),o in t||bn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==et&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function An(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var s=n[i];if(s){var a=En(s.componentOptions);a&&!e(a)&&Ln(n,i,r,o)}}}function Ln(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Pn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(xn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Je(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=pe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Ue(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ue(t,e,n,r,o,!0)};var i=n&&n.data;Et(t,"$attrs",i&&i.attrs||r,null,!0),Et(t,"$listeners",e._parentListeners||r,null,!0)}(e),en(e,"beforeCreate"),function(t){var e=fe(t.$options.inject,t);e&&(xt(!1),Object.keys(e).forEach(function(n){Et(t,n,e[n])}),xt(!0))}(e),gn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),en(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Sn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=kt,t.prototype.$delete=At,t.prototype.$watch=function(t,e,n){if(l(e))return Cn(this,t,e,n);(n=n||{}).user=!0;var r=new hn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){qt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Sn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o1?k(n):n;for(var r=k(arguments,1),o='event handler for "'+t+'"',i=0,s=n.length;iparseInt(this.max)&&Ln(s,a[0],a,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:A,mergeOptions:Nt,defineReactive:Et},t.set=kt,t.delete=At,t.nextTick=ee,t.observable=function(t){return Ot(t),t},t.options=Object.create(null),D.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,A(t.options.components,jn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),On(t),function(t){D.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:ot}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:je}),Sn.version="2.6.10";var Rn=m("style,class"),Tn=m("input,textarea,option,select,progress"),Mn=m("contenteditable,draggable,spellcheck"),Nn=m("events,caret,typing,plaintext-only"),In=function(t,e){return qn(e)||"false"===e?"false":"contenteditable"===t&&Nn(e)?e:"true"},Dn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Un=function(t){return Bn(t)?t.slice(6,t.length):""},qn=function(t){return null==t||!1===t};function zn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Hn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Hn(e,n.data));return function(t,e){if(i(t)||i(e))return Vn(t,Gn(e));return""}(e.staticClass,e.class)}function Hn(t,e){return{staticClass:Vn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Vn(t,e){return t?e?t+" "+e:t:e||""}function Gn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?vr(t,e,n):Dn(e)?qn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Mn(e)?t.setAttribute(e,In(e,n)):Bn(e)?qn(n)?t.removeAttributeNS(Fn,Un(e)):t.setAttributeNS(Fn,e,n):vr(t,e,n)}function vr(t,e,n){if(qn(n))t.removeAttribute(e);else{if(J&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var mr={create:dr,update:dr};function gr(t,e){var n=e.elm,r=e.data,s=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(s)||o(s.staticClass)&&o(s.class)))){var a=zn(e),u=n._transitionClasses;i(u)&&(a=Vn(a,Gn(u))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var yr,br={create:gr,update:gr},wr="__r",_r="__c";function Cr(t,e,n){var r=yr;return function o(){var i=e.apply(null,arguments);null!==i&&Sr(t,o,n,r)}}var Pr=Wt&&!(tt&&Number(tt[1])<=53);function xr(t,e,n,r){if(Pr){var o=cn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}yr.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Sr(t,e,n,r){(r||yr).removeEventListener(t,e._wrapper||e,n)}function Or(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};yr=e.elm,function(t){if(i(t[wr])){var e=J?"change":"input";t[e]=[].concat(t[wr],t[e]||[]),delete t[wr]}i(t[_r])&&(t.change=[].concat(t[_r],t.change||[]),delete t[_r])}(n),se(n,r,xr,Sr,Cr,e.context),yr=void 0}}var Er,kr={create:Or,update:Or};function Ar(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,s=e.elm,a=t.data.domProps||{},u=e.data.domProps||{};for(n in i(u.__ob__)&&(u=e.data.domProps=A({},u)),a)n in u||(s[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===a[n])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===n&&"PROGRESS"!==s.tagName){s._value=r;var c=o(r)?"":String(r);Lr(s,c)&&(s.value=c)}else if("innerHTML"===n&&Zn(s.tagName)&&o(s.innerHTML)){(Er=Er||document.createElement("div")).innerHTML=""+r+"";for(var l=Er.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;l.firstChild;)s.appendChild(l.firstChild)}else if(r!==a[n])try{s[n]=r}catch(t){}}}}function Lr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var $r={create:Ar,update:Ar},jr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function Rr(t){var e=Tr(t.style);return t.staticStyle?A(t.staticStyle,e):e}function Tr(t){return Array.isArray(t)?L(t):"string"==typeof t?jr(t):t}var Mr,Nr=/^--/,Ir=/\s*!important$/,Dr=function(t,e,n){if(Nr.test(e))t.style.setProperty(e,n);else if(Ir.test(n))t.style.setProperty(O(e),n.replace(Ir,""),"important");else{var r=Br(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(zr).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Vr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(zr).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Gr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&A(e,Wr(t.name||"v")),A(e,t),e}return"string"==typeof t?Wr(t):void 0}}var Wr=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Kr=G&&!Y,Zr="transition",Jr="animation",Yr="transition",Qr="transitionend",Xr="animation",to="animationend";Kr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yr="WebkitTransition",Qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",to="webkitAnimationEnd"));var eo=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function no(t){eo(function(){eo(t)})}function ro(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Hr(t,e))}function oo(t,e){t._transitionClasses&&y(t._transitionClasses,e),Vr(t,e)}function io(t,e,n){var r=ao(t,e),o=r.type,i=r.timeout,s=r.propCount;if(!o)return n();var a=o===Zr?Qr:to,u=0,c=function(){t.removeEventListener(a,l),n()},l=function(e){e.target===t&&++u>=s&&c()};setTimeout(function(){u0&&(n=Zr,l=s,f=i.length):e===Jr?c>0&&(n=Jr,l=c,f=u.length):f=(n=(l=Math.max(s,c))>0?s>c?Zr:Jr:null)?n===Zr?i.length:u.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Zr&&so.test(r[Yr+"Property"])}}function uo(t,e){for(;t.length1}function vo(t,e){!0!==e.data.show&&lo(e)}var mo=function(t){var e,n,r={},u=t.modules,c=t.nodeOps;for(e=0;eh?b(t,o(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&_(0,e,p,h)}(p,m,g,n,l):i(g)?(i(t.text)&&c.setTextContent(p,""),b(p,null,g,0,g.length-1,n)):i(m)?_(0,m,0,m.length-1):i(t.text)&&c.setTextContent(p,""):t.text!==e.text&&c.setTextContent(p,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(s(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,s.selected!==i&&(s.selected=i);else if(T(_o(s),r))return void(t.selectedIndex!==a&&(t.selectedIndex=a));o||(t.selectedIndex=-1)}}function wo(t,e){return e.every(function(e){return!T(e,t)})}function _o(t){return"_value"in t?t._value:t.value}function Co(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,xo(t.target,"input"))}function xo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function So(t){return!t.componentInstance||t.data&&t.data.transition?t:So(t.componentInstance._vnode)}var Oo={model:go,show:{bind:function(t,e,n){var r=e.value,o=(n=So(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,lo(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=So(n)).data&&n.data.transition?(n.data.show=!0,r?lo(n,function(){t.style.display=t.__vOriginalDisplay}):fo(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ko(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ko(Ge(e.children)):t}function Ao(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[P(i)]=o[i];return e}function Lo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var $o=function(t){return t.tag||Ve(t)},jo=function(t){return"show"===t.name},Ro={name:"transition",props:Eo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter($o)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=ko(o);if(!i)return o;if(this._leaving)return Lo(t,o);var s="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?s+"comment":s+i.tag:a(i.key)?0===String(i.key).indexOf(s)?i.key:s+i.key:i.key;var u=(i.data||(i.data={})).transition=Ao(this),c=this._vnode,l=ko(c);if(i.data.directives&&i.data.directives.some(jo)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!Ve(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=A({},u);if("out-in"===r)return this._leaving=!0,ae(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),Lo(t,o);if("in-out"===r){if(Ve(i))return c;var p,d=function(){p()};ae(u,"afterEnter",d),ae(u,"enterCancelled",d),ae(f,"delayLeave",function(t){p=t})}}return o}}},To=A({tag:String,moveClass:String},Eo);function Mo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function No(t){t.data.newPos=t.elm.getBoundingClientRect()}function Io(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete To.mode;var Do={Transition:Ro,TransitionGroup:{props:To,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Qe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],s=Ao(this),a=0;a-1?Yn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Yn[t]=/HTMLUnknownElement/.test(e.toString())},A(Sn.options.directives,Oo),A(Sn.options.components,Do),Sn.prototype.__patch__=G?mo:$,Sn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=gt),en(t,"beforeMount"),r=function(){t._update(t._render(),n)},new hn(t,r,$,{before:function(){t._isMounted&&!t._isDestroyed&&en(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,en(t,"mounted")),t}(this,t=t&&G?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},G&&setTimeout(function(){B.devtools&&it&&it.emit("init",Sn)},0),e.a=Sn}).call(this,n(5),n(61).setImmediate)},function(t,e,n){!function(){var e=function(t,n){var r=this;e.count=(e.count||0)+1,this.count=e.count,this.isOpened=!1,this.input=o(t),this.input.setAttribute("autocomplete","off"),this.input.setAttribute("aria-owns","awesomplete_list_"+this.count),this.input.setAttribute("role","combobox"),this.options=n=n||{},function(t,e,n){for(var r in e){var o=e[r],i=t.input.getAttribute("data-"+r.toLowerCase());"number"==typeof o?t[r]=parseInt(i):!1===o?t[r]=null!==i:o instanceof Function?t[r]=null:t[r]=i,t[r]||0===t[r]||(t[r]=r in n?n[r]:o)}}(this,{minChars:2,maxItems:10,autoFirst:!1,data:e.DATA,filter:e.FILTER_CONTAINS,sort:!1!==n.sort&&e.SORT_BYLENGTH,container:e.CONTAINER,item:e.ITEM,replace:e.REPLACE,tabSelect:!1},n),this.index=-1,this.container=this.container(t),this.ul=o.create("ul",{hidden:"hidden",role:"listbox",id:"awesomplete_list_"+this.count,inside:this.container}),this.status=o.create("span",{className:"visually-hidden",role:"status","aria-live":"assertive","aria-atomic":!0,inside:this.container,textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typing for results."}),this._events={input:{input:this.evaluate.bind(this),blur:this.close.bind(this,{reason:"blur"}),keydown:function(t){var e=t.keyCode;r.opened&&(13===e&&r.selected?(t.preventDefault(),r.select()):9===e&&r.selected&&r.tabSelect?r.select():27===e?r.close({reason:"esc"}):38!==e&&40!==e||(t.preventDefault(),r[38===e?"previous":"next"]()))}},form:{submit:this.close.bind(this,{reason:"submit"})},ul:{mousedown:function(t){t.preventDefault()},click:function(t){var e=t.target;if(e!==this){for(;e&&!/li/i.test(e.nodeName);)e=e.parentNode;e&&0===t.button&&(t.preventDefault(),r.select(e,t.target))}}}},o.bind(this.input,this._events.input),o.bind(this.input.form,this._events.form),o.bind(this.ul,this._events.ul),this.input.hasAttribute("list")?(this.list="#"+this.input.getAttribute("list"),this.input.removeAttribute("list")):this.list=this.input.getAttribute("data-list")||n.list||[],e.all.push(this)};function n(t){var e=Array.isArray(t)?{label:t[0],value:t[1]}:"object"==typeof t&&"label"in t&&"value"in t?t:{label:t,value:t};this.label=e.label||e.value,this.value=e.value}e.prototype={set list(t){if(Array.isArray(t))this._list=t;else if("string"==typeof t&&t.indexOf(",")>-1)this._list=t.split(/\s*,\s*/);else if((t=o(t))&&t.children){var e=[];r.apply(t.children).forEach(function(t){if(!t.disabled){var n=t.textContent.trim(),r=t.value||n,o=t.label||n;""!==r&&e.push({label:o,value:r})}}),this._list=e}document.activeElement===this.input&&this.evaluate()},get selected(){return this.index>-1},get opened(){return this.isOpened},close:function(t){this.opened&&(this.ul.setAttribute("hidden",""),this.isOpened=!1,this.index=-1,this.status.setAttribute("hidden",""),o.fire(this.input,"awesomplete-close",t||{}))},open:function(){this.ul.removeAttribute("hidden"),this.isOpened=!0,this.status.removeAttribute("hidden"),this.autoFirst&&-1===this.index&&this.goto(0),o.fire(this.input,"awesomplete-open")},destroy:function(){if(o.unbind(this.input,this._events.input),o.unbind(this.input.form,this._events.form),!this.options.container){var t=this.container.parentNode;t.insertBefore(this.input,this.container),t.removeChild(this.container)}this.input.removeAttribute("autocomplete"),this.input.removeAttribute("aria-autocomplete");var n=e.all.indexOf(this);-1!==n&&e.all.splice(n,1)},next:function(){var t=this.ul.children.length;this.goto(this.index-1&&e.length>0&&(e[t].setAttribute("aria-selected","true"),this.status.textContent=e[t].textContent+", list item "+(t+1)+" of "+e.length,this.input.setAttribute("aria-activedescendant",this.ul.id+"_item_"+this.index),this.ul.scrollTop=e[t].offsetTop-this.ul.clientHeight+e[t].clientHeight,o.fire(this.input,"awesomplete-highlight",{text:this.suggestions[this.index]}))},select:function(t,e){if(t?this.index=o.siblingIndex(t):t=this.ul.children[this.index],t){var n=this.suggestions[this.index];o.fire(this.input,"awesomplete-select",{text:n,origin:e||t})&&(this.replace(n),this.close({reason:"select"}),o.fire(this.input,"awesomplete-selectcomplete",{text:n}))}},evaluate:function(){var t=this,e=this.input.value;e.length>=this.minChars&&this._list&&this._list.length>0?(this.index=-1,this.ul.innerHTML="",this.suggestions=this._list.map(function(r){return new n(t.data(r,e))}).filter(function(n){return t.filter(n,e)}),!1!==this.sort&&(this.suggestions=this.suggestions.sort(this.sort)),this.suggestions=this.suggestions.slice(0,this.maxItems),this.suggestions.forEach(function(n,r){t.ul.appendChild(t.item(n,e,r))}),0===this.ul.children.length?(this.status.textContent="No results found",this.close({reason:"nomatches"})):(this.open(),this.status.textContent=this.ul.children.length+" results found")):(this.close({reason:"nomatches"}),this.status.textContent="No results found")}},e.all=[],e.FILTER_CONTAINS=function(t,e){return RegExp(o.regExpEscape(e.trim()),"i").test(t)},e.FILTER_STARTSWITH=function(t,e){return RegExp("^"+o.regExpEscape(e.trim()),"i").test(t)},e.SORT_BYLENGTH=function(t,e){return t.length!==e.length?t.length-e.length:t$&");return o.create("li",{innerHTML:r,"aria-selected":"false",id:"awesomplete_list_"+this.count+"_item_"+n})},e.REPLACE=function(t){this.input.value=t.value},e.DATA=function(t){return t},Object.defineProperty(n.prototype=Object.create(String.prototype),"length",{get:function(){return this.label.length}}),n.prototype.toString=n.prototype.valueOf=function(){return""+this.label};var r=Array.prototype.slice;function o(t,e){return"string"==typeof t?(e||document).querySelector(t):t||null}function i(t,e){return r.call((e||document).querySelectorAll(t))}function s(){i("input.awesomplete").forEach(function(t){new e(t)})}o.create=function(t,e){var n=document.createElement(t);for(var r in e){var i=e[r];if("inside"===r)o(i).appendChild(n);else if("around"===r){var s=o(i);s.parentNode.insertBefore(n,s),n.appendChild(s),null!=s.getAttribute("autofocus")&&s.focus()}else r in n?n[r]=i:n.setAttribute(r,i)}return n},o.bind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.addEventListener(e,r)})}},o.unbind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.removeEventListener(e,r)})}},o.fire=function(t,e,n){var r=document.createEvent("HTMLEvents");for(var o in r.initEvent(e,!0,!0),n)r[o]=n[o];return t.dispatchEvent(r)},o.regExpEscape=function(t){return t.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")},o.siblingIndex=function(t){for(var e=0;t=t.previousElementSibling;e++);return e},"undefined"!=typeof self&&(self.Awesomplete=e),"undefined"!=typeof Document&&("loading"!==document.readyState?s():document.addEventListener("DOMContentLoaded",s)),e.$=o,e.$$=i,t.exports&&(t.exports=e)}()},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){const r=n(64),o=n(67),i=n(69);t.exports={generatePassword:function(t,e,n,r){return o.calcEntropy({site:t,login:e,options:{counter:r.counter}},n).then(t=>{const e={length:r.length,lowercase:r.lowercase,uppercase:r.uppercase,digits:r.numbers,symbols:r.symbols},n=i.renderPassword(t,e);return Promise.resolve(n)})},createFingerprint:function(t){return r.createHmac("sha256",t).then(t=>{const e=r.createFingerprint(t);return Promise.resolve(e)})}}},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";const r=t=>{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.contain="strict",e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="12pt";const n=document.getSelection();let r=!1;n.rangeCount>0&&(r=n.getRangeAt(0)),document.body.append(e),e.select(),e.selectionStart=0,e.selectionEnd=t.length;let o=!1;try{o=document.execCommand("copy")}catch(t){}return e.remove(),r&&(n.removeAllRanges(),n.addRange(r)),o};t.exports=r,t.exports.default=r},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r=200&&t<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(t){u.headers[t]={}}),r.forEach(["post","put","patch"],function(t){u.headers[t]=r.merge(i)}),t.exports=u}).call(this,n(23))},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:s}catch(t){r=s}}();var u,c=[],l=!1,f=-1;function p(){l&&u&&(l=!1,u.length?c=u.concat(c):f=-1,c.length&&d())}function d(){if(!l){var t=a(p);l=!0;for(var e=c.length;e;){for(u=c,c=[];++f1)for(var n=1;n=o)return{value:i,entropy:n};const s=n.divmod(r.length);return t(i+=r[s.remainder],s.quotient,r,o)}}},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.atob)}(window)}).call(this,n(17)(t))},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.btoa)}(window)}).call(this,n(17)(t))},function(t,e){function n(t,e){var r={name:t.name,path:t.path,hash:t.hash,query:t.query,params:t.params,fullPath:t.fullPath,meta:t.meta};return e&&(r.from=n(e)),Object.freeze(r)}e.sync=function(t,e,r){var o=(r||{}).moduleName||"route";t.registerModule(o,{namespaced:!0,state:n(e.currentRoute),mutations:{ROUTE_CHANGED:function(e,r){t.state[o]=n(r.to,r.from)}}});var i,s=!1,a=t.watch(function(t){return t[o]},function(t){var n=t.fullPath;n!==i&&(null!=i&&(s=!0,e.push(t)),i=n)},{sync:!0}),u=e.afterEach(function(e,n){s?s=!1:(i=e.fullPath,t.commit(o+"/ROUTE_CHANGED",{to:e,from:n}))});return function(){null!=u&&u(),null!=a&&a(),t.unregisterModule(o)}}},function(t,e,n){(function(e){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,l="object"==typeof e&&e&&e.Object===Object&&e,f="object"==typeof self&&self&&self.Object===Object&&self,p=l||f||Function("return this")(),d=Object.prototype.toString,h=Math.max,v=Math.min,m=function(){return p.Date.now()};function g(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function y(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&d.call(t)==o}(t))return r;if(g(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=g(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=a.test(t);return n||u.test(t)?c(t.slice(2),n?2:8):s.test(t)?r:+t}t.exports=function(t,e,r){var o,i,s,a,u,c,l=0,f=!1,p=!1,d=!0;if("function"!=typeof t)throw new TypeError(n);function b(e){var n=o,r=i;return o=i=void 0,l=e,a=t.apply(r,n)}function w(t){var n=t-c;return void 0===c||n>=e||n<0||p&&t-l>=s}function _(){var t=m();if(w(t))return C(t);u=setTimeout(_,function(t){var n=e-(t-c);return p?v(n,s-(t-l)):n}(t))}function C(t){return u=void 0,d&&o?b(t):(o=i=void 0,a)}function P(){var t=m(),n=w(t);if(o=arguments,i=this,c=t,n){if(void 0===u)return function(t){return l=t,u=setTimeout(_,e),f?b(t):a}(c);if(p)return u=setTimeout(_,e),b(c)}return void 0===u&&(u=setTimeout(_,e)),a}return e=y(e)||0,g(r)&&(f=!!r.leading,s=(p="maxWait"in r)?h(y(r.maxWait)||0,e):s,d="trailing"in r?!!r.trailing:d),P.cancel=function(){void 0!==u&&clearTimeout(u),l=0,o=c=i=u=void 0},P.flush=function(){return void 0===u?a:C(m())},P}}).call(this,n(5))},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=function(t){return t&&t.__esModule?t:{default:t}}(r);t.exports=o.default},function(t,e,n){n(2);var r=n(6)(n(7),n(8),"data-v-82963a40",null);t.exports=r.exports},function(t,e,n){var r=n(3);"string"==typeof r&&(r=[[t.id,r,""]]),n(5)(r,{}),r.locals&&(t.exports=r.locals)},function(t,e,n){(t.exports=n(4)()).push([t.id,"a[data-v-82963a40]{cursor:pointer}",""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e=0&&h.splice(e,1)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}function a(t,e,n,r){var o=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}var u={},c=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}},l=c(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),f=c(function(){return document.head||document.getElementsByTagName("head")[0]}),p=null,d=0,h=[];t.exports=function(t,e){void 0===(e=e||{}).singleton&&(e.singleton=l()),void 0===e.insertAt&&(e.insertAt="bottom");var n=o(t);return r(n,e),function(t){for(var i=[],s=0;s0&&(u=this.selected-1-o);var c=u+this.pageRange-1;c>=this.pageCount&&(c=this.pageCount-1,u=c-this.pageRange+1);for(var l=u;l<=c&&l<=this.pageCount-1;l++)i(l);u>this.marginPages&&s(u-1),c+1=this.pageCount-this.marginPages;f--)i(f)}return e}},data:function(){return{innerValue:1}},methods:{handlePageSelected:function(t){this.selected!==t&&(this.innerValue=t,this.$emit("input",t),this.clickHandler(t))},prevPage:function(){this.selected<=1||this.handlePageSelected(this.selected-1)},nextPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.selected+1)},firstPageSelected:function(){return 1===this.selected},lastPageSelected:function(){return this.selected===this.pageCount||0===this.pageCount},selectFirstPage:function(){this.selected<=1||this.handlePageSelected(1)},selectLastPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.pageCount)}}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.noLiSurround?n("div",{class:t.containerClass},[t.firstLastButton?n("a",{class:[t.pageLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}}):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.prevLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}}),t._v(" "),t._l(t.pages,function(e){return[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass,e.disabled?t.disabledClass:""],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:"",t.disabledClass],attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:""],attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])]}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.nextLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}}),t._v(" "),t.firstLastButton?n("a",{class:[t.pageLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}}):t._e()],2):n("ul",{class:t.containerClass},[t.firstLastButton?n("li",{class:[t.pageClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}})]):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.prevClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.prevLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}})]),t._v(" "),t._l(t.pages,function(e){return n("li",{class:[t.pageClass,e.selected?t.activeClass:"",e.disabled?t.disabledClass:"",e.breakView?t.breakViewClass:""]},[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])])}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.nextClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.nextLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}})]),t._v(" "),t.firstLastButton?n("li",{class:[t.pageClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}})]):t._e()],2)},staticRenderFns:[]}}])},function(t){t.exports=JSON.parse('{"Advanced options":"Options avancées","Copied":"Copié !","Counter":"Compteur","CounterFieldHelp":"Augmenter cette valeur pour changer de mot de passe sans changer de mot de passe fort.","CreatePassword":"Voulez-vous en créer un ?","DBNotRunning":"Votre base de données LessPass n\'est pas démarrée.","Email":"Email","EmailAlreadyExist":"Cet email est déjà enregistré. Vous voulez peut-être vous connecter ?","EmailInvalid":"Entrez un email valide","EmailRequiredError":"Nous avons besoin d\'un email pour trouver votre compte.","Encrypt my master password":"Chiffrer mon mot de passe fort","ForgotPassword":"Mot de passe oublié ?","Generate":"Générer","Length":"Longueur","LengthDeprecationWarning":"La longueur maximale d\'un mot de passe est de 35 caractères.","LessPass Database Url":"URL de la base de données LessPass","Login":"Login","LoginFormInvalid":"L\'URL LessPass, l\'email et le mot de passe sont obligatoires.","LoginIncorrectError":"L\'email et le mot de passe ne sont pas dans notre base de données. Vérifiez une nouvelle fois et réessayez.","Master Password":"Mot de passe fort","Next":"Suivant","NoMatchFor":"Oups ! il n\'y a aucun resultat pour","NoPassword":"Vous n\'avez aucun mot de passe enregistré.","PasswordProfileCopied":"Votre profil de mot de passe a été copié","PasswordResetRequired":"Un mot de passe est requis","PasswordResetSuccessful":"Votre mot de passe a été changé avec succès","Previous":"Précédent","Register":"S\'enregistrer","Reset my password":"Changer mon mot de passe","ResetLinkExpired":"Ce lien a expiré.","Search":"Rechercher","Sign In":"Se connecter","Site":"Site","SiteLoginMasterPasswordMandatory":"Les champs site, login et mot de passe fort sont obligatoires.","SorryCopy":"Nous sommes désolés, la copie ne fonctionne que sur les navigateurs modernes","UpdateYourSearch":"Merci de modifier votre recherche.","WelcomeRegister":"Bienvenue {email}, merci de vous être enregistré.","resetPasswordSuccess":"Si l\'adresse email {email} est associée avec un compte LessPass, vous allez recevoir un email de la part de LessPass avec les instructions pour changer votre mot de passe."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opciones avanzadas","Copied":"¡ copiado !","Counter":"Contador","CounterFieldHelp":"Aumente este valor para cambiar la contraseña generada sin cambiar su contraseña maestra.","CreatePassword":"¿Quiere crear una?","DBNotRunning":"Su base de datos de LessPass no está ejecutando","Email":"Correo electrónico","EmailAlreadyExist":"Este correo electrónico ya está registrado. ¿Quiere iniciar sesión o recuperar su contraseña?","EmailInvalid":"Ingrese un correo elecrónico válido","EmailRequiredError":"Necesitamos un correo electrónico para encontrar su cuenta.","Encrypt my master password":"Cifrar mi contraseña maestra","ForgotPassword":"¿Olvidó su contraseña?","Generate":"Generar","Length":"Tamaño","LengthDeprecationWarning":"La longitud máxima de una contraseña es de 35 caracteres.","LessPass Database Url":"URL de la base de datos LessPass","Login":"Iniciar sesión","LoginFormInvalid":"URL, correo electrónico y contraseña de LessPass URL son obligatorios","LoginIncorrectError":"El correo electrónico y la contraseña que ingresó no concuerdan con nuestros registros. Revíselos de nuevo.","Master Password":"Contraseña maestra","Next":"Después","NoMatchFor":"¡Vaya! No ha resultados para","NoPassword":"No tiene ningún perfil de contraseñas guardado en su base de datos.","PasswordProfileCopied":"Se ha copiado su perfil de contraseña","PasswordResetRequired":"Se requiere una contraseña","PasswordResetSuccessful":"Su contraseña ha sido reestablecida con éxito.","Previous":"Anterior","Register":"Registrar","Reset my password":"Reestablecer mi contraseña","ResetLinkExpired":"El enlace para reestablecer esta contraseña ha expirado.","Search":"Buscar","Sign In":"Registrarse","Site":"Sitio","SiteLoginMasterPasswordMandatory":"Los campos sitio, usuario y contraseña maestra son obligatorios.","SorryCopy":"Lamentamos que la copia sólo funcione en navegadores modernos","UpdateYourSearch":"Trate de ampliar su búsqueda.","WelcomeRegister":"Bienvenido o bienvenida {email}, gracias por registrarse.","resetPasswordSuccess":"Si la dirección de correo electrónico {email} está asociada a una cuenta LessPass, recibirá un correo electrónico de LessPass con instrucciones sobre cómo restablecer su contraseña."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Erweiterte Optionen","Copied":"Kopiert!","Counter":"Zähler","CounterFieldHelp":"Erhöhen Sie diesen Wert, um das zu erstellende Passwort zu ändern, ohne Ihr Masterpasswort zu ändern.","CreatePassword":"Möchten Sie eines erstellen?","DBNotRunning":"Ihre LessPass Datenbank läuft nicht","Email":"email","EmailAlreadyExist":"Diese email-Adresse ist bereits registriert. Möchten Sie sich einloggen oder Ihr Passwort wiederherstellen?","EmailInvalid":"Bitte geben Sie eine gültige email-Adresse ein","EmailRequiredError":"Wir benötigen eine email-Adresse, um Ihr Konto zu finden.","Encrypt my master password":"Verschlüssele mein Masterpasswort","ForgotPassword":"Passwort vergessen?","Generate":"Erstelle","Length":"Länge","LengthDeprecationWarning":"Die maximale Länge eines Passwortes beträgt 35 Zeichen.","LessPass Database Url":"LessPass Datenbank Url","Login":"Login","LoginFormInvalid":"LessPass URL, email-Adresse und Passwort sind obligatorisch","LoginIncorrectError":"Die email-Adresse und das Passwort, die Sie eingegeben haben, entsprechen nicht unseren Daten. Bitte überprüfen Sie sie und versuchen es nochmal.","Master Password":"Masterpasswort","Next":"Nächste","NoMatchFor":"Ups! Dafür gibt es keine Übereinstimmung","NoPassword":"Sie haben kein Passwort-Profil in Ihrer Datenbank gespeichert.","PasswordProfileCopied":"Ihr Passwort-Profil wurde kopiert","PasswordResetRequired":"Ein Passwort ist erforderlich","PasswordResetSuccessful":"Ihr Passwort wurde erfolgreich zurückgesetzt.","Previous":"Vorherige","Register":"Registrieren","Reset my password":"Mein Passwort zurücksetzen","ResetLinkExpired":"Der Link zum Zurücksetzen des Passworts ist abgelaufen.","Search":"Suche","Sign In":"Anmelden","Site":"Seite","SiteLoginMasterPasswordMandatory":"Die Felder für Seite, Anmeldename und Masterpasswort sind obligatorisch.","SorryCopy":"Es tut uns leid, dass die Kopie nur auf modernen Browsern funktioniert","UpdateYourSearch":"Bitte erweitern Sie Ihre Suche.","WelcomeRegister":"Willkommen {email}, danke für die Anmeldung.","resetPasswordSuccess":"Wenn die E-Mail-Adresse {email} mit einem LessPass-Konto verknüpft ist, erhalten Sie in Kürze eine E-Mail von LessPass mit Anweisungen zum Zurücksetzen Ihres Passworts."}')},function(t){t.exports=JSON.parse('{"Advanced options":"進階選項","Copied":"已複製","Counter":"計數器","CounterFieldHelp":"改變這個值,就可以在不改變主密碼的狀況下,產生新的密碼。","CreatePassword":"您要產生一組密碼嗎?","DBNotRunning":"您的 LessPass 資料庫並未執行","Email":"郵件位址","EmailAlreadyExist":"這個郵件位址已被註冊。想要登入或取回您的密碼嗎?","EmailInvalid":"請輸入一個有效的郵件位址","EmailRequiredError":"我們需要郵件位址來找到您的帳號。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘記您的登入密碼了嗎?","Generate":"產生","Length":"長度","LengthDeprecationWarning":"密碼的最大長度是35個字符。","LessPass Database Url":"LessPass數據庫URL","Login":"登入帳號","LoginFormInvalid":"LessPass URL、郵件位址、登入密碼皆為必填欄位。","LoginIncorrectError":"我們查不到您輸入的郵件位址及登入密碼。請確認後再試一次。","Master Password":"主密碼","Next":"然後","NoMatchFor":"喔不!沒有找到跟下列條件相似的結果:","NoPassword":"您的資料庫內沒有儲存任何密碼。","PasswordProfileCopied":"您的密码配置文件已被复制。","PasswordResetRequired":"請輸入登入密碼","PasswordResetSuccessful":"已成功重置您的登入密碼。","Previous":"以前","Register":"註冊","Reset my password":"重置我的登入密碼","ResetLinkExpired":"此登入密碼重設連結已過期。","Search":"搜索","Sign In":"登入","Site":"網站位址","SiteLoginMasterPasswordMandatory":"網站位址、登入帳號、主密碼皆為必填欄位。","SorryCopy":"我們很抱歉,該副本僅適用於現代瀏覽器","UpdateYourSearch":"請試著放寬您的搜尋條件。","WelcomeRegister":"歡迎 {email},謝謝您的註冊。","resetPasswordSuccess":"如果电子邮件地址 {email} 与LessPass帐户相关联,您将很快收到LessPass的电子邮件,并提供如何重置密码的说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"高级选项","Copied":"已复制","Counter":"计数器","CounterFieldHelp":"增加这个值就可以在不改变主密码的前提下生成全新的密码。","CreatePassword":"您要生成一个密码吗?","DBNotRunning":"您的 LessPass 数据库没有运行","Email":"邮件地址","EmailAlreadyExist":"这个邮件地址已被注册。登录或找回您的密码?","EmailInvalid":"请输入一个有效的电子邮件地址","EmailRequiredError":"我们需要一个电子邮件地址来找到您的账户。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘记了您的密码?","Generate":"生成","Length":"长度","LengthDeprecationWarning":"密码的最大长度是35个字符。","LessPass Database Url":"LessPass 数据库网址","Login":"登录名","LoginFormInvalid":"LessPass 网址、电子邮件地址以及密码均为必填信息。","LoginIncorrectError":"我们没找到符合您输入的电子邮件地址及密码的记录。请核验后再试。","Master Password":"主密码","Next":"下一步","NoMatchFor":"没有找到符合下列条件的内容:","NoPassword":"您的数据库里没有保存任何密码配置。","PasswordProfileCopied":"已复制您的密码配置。","PasswordResetRequired":"请输入登录密码","PasswordResetSuccessful":"已成功重置您的登录密码。","Previous":"上一步","Register":"注册","Reset my password":"重置我的登录密码","ResetLinkExpired":"此登录密码重置链接已过期。","Search":"搜索","Sign In":"登录","Site":"网站名","SiteLoginMasterPasswordMandatory":"网站名、登录名以及主密码均为必填信息。","SorryCopy":"很抱歉,但复制功能仅适用于现代浏览器","UpdateYourSearch":"请尝试放宽您的搜索条件。","WelcomeRegister":"你好 {email},欢迎您的注册。","resetPasswordSuccess":"如果电子邮件地址 {email} 与一个 LessPass 账户相关联,您将很快收到 LessPass 的电子邮件,里面提供有重置密码的操作说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opções avançadas","Copied":"copiado!","Counter":"Contador","CounterFieldHelp":"Incremente este valor para mudar a senha gerada sem mudar sua senha mestre.","CreatePassword":"Gostaria de criar um?","DBNotRunning":"Seu banco de dados LessPass não está rodando","Email":"Email","EmailAlreadyExist":"Este email já foi registrado. Gostaria de entrar ou recuperar sua senha?","EmailInvalid":"Por favor entre um email válido","EmailRequiredError":"Nós precisamos de um email para encontrar a sua conta.","Encrypt my master password":"Criptografar minha senha mestre","ForgotPassword":"Esqueceu sua senha?","Generate":"Gerar","Length":"Comprimento","LengthDeprecationWarning":"O comprimento máximo de uma senha é de 35 caracteres.","LessPass Database Url":"URL do banco de dados LessPass","Login":"Entrar","LoginFormInvalid":"URL, email, e senha do LessPass são obrigatórios","LoginIncorrectError":"O email e senha que você digitou não estão de acordo com os nossos registros. Por favor verifique seus dados e tente novamente.","Master Password":"Senha mestre","Next":"Próximo","NoMatchFor":"Opa! Não há resultados para","NoPassword":"Você não tem nenhum perfil de senha salvo no seu banco de dados.","PasswordProfileCopied":"Seu perfil de senha foi copiado","PasswordResetRequired":"Uma senha é necessária","PasswordResetSuccessful":"Sua senha foi resetada com sucesso.","Previous":"Anterior","Register":"Registrar","Reset my password":"Resetar minha senha","ResetLinkExpired":"Esse link para resetar a senha já expirou.","Search":"Procurar","Sign In":"Se autenticar","Site":"Site","SiteLoginMasterPasswordMandatory":"Campos de site e credenciais de autenticação são obrigatórios.","SorryCopy":"Infelizmente a cópia somente funciona em navegadores modernos","UpdateYourSearch":"Por favor tente ampliar sua busca.","WelcomeRegister":"Bem vindo {email}, obrigado por se registrar.","resetPasswordSuccess":"Se o seu endereço de email {email} estiver associado com uma conta LessPass, você receberá logo um email do LessPass com instruções de como resetar a sua senha."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opcje zaawansowane","Copied":"Skopiowano!","Counter":"Licznik","CounterFieldHelp":"Podnieś numer wersji aby wygenerować inne hasło bez zmiany hasła głównego.","CreatePassword":"Chcesz go utworzyć?","DBNotRunning":"Baza profili LessPass nie działa","Email":"E-mail","EmailAlreadyExist":"Ten adres jest już zarejestrowany. Chcesz się zalogować czy odzyskać hasło?","EmailInvalid":"Podaj prawidłowy adres e-mail","EmailRequiredError":"Potrzebujemy adresu aby zidentyfikować twoje konto.","Encrypt my master password":"Zaszyfruj hasło główne","ForgotPassword":"Nie pamiętasz hasła?","Generate":"Wygeneruj","Length":"Długość","LengthDeprecationWarning":"Maksymalna długość hasła wynosi 35 znaków.","LessPass Database Url":"Link do bazy profili LessPass","Login":"Login","LoginFormInvalid":"Link do bazy LessPass, adres i hasło są wymagane","LoginIncorrectError":"Podany adres i hasło nie pasują do zapisanych danych. Sprawdź je dokładnie i spróbuj ponownie.","Master Password":"Hasło główne","Next":"Następna","NoMatchFor":"Niestety, nie znaleziono","NoPassword":"Nie masz żadnego profilu hasła w naszej bazie.","PasswordProfileCopied":"Profil twojego hasła został skopiowany","PasswordResetRequired":"Hasło jest wymagane","PasswordResetSuccessful":"Twoje hasło zostało zresetowane.","Previous":"Poprzednia","Register":"Zarejestruj się","Reset my password":"Resetuj hasło","ResetLinkExpired":"Link do resetowania hasła utracił ważność.","Search":"Szukaj","Sign In":"Zaloguj się","Site":"Serwis","SiteLoginMasterPasswordMandatory":"Nazwa serwisu, adres i hasło są wymagane.","SorryCopy":"Niestety, kopiowanie działa tylko w nowszych przeglądarkach","UpdateYourSearch":"Spróbuj bardziej ogólnego zapytania.","WelcomeRegister":"Witaj, {email}, dziękujemy za rejestrację.","resetPasswordSuccess":"Jeśli adres {email} jest skojarzony z kontem LessPass, wkrótce otrzymasz wiadomość od LessPass zawierającą instrukcje resetowania hasła."}')},function(t,e,n){t.exports=n.p+"favicon.ico"},function(t,e,n){},function(t,e,n){"use strict";var r=n(7);n.n(r).a},function(t,e,n){"use strict";var r=n(1),o=n(19),i=n(47),s=n(26);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(22));u.Axios=i,u.create=function(t){return a(s(u.defaults,t))},u.Cancel=n(27),u.CancelToken=n(59),u.isCancel=n(21),u.all=function(t){return Promise.all(t)},u.spread=n(60),t.exports=u,t.exports.default=u},function(t,e){ +var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=t}function s(t){return!0===t}function a(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function u(t){return null!==t&&"object"==typeof t}var c=Object.prototype.toString;function l(t){return"[object Object]"===c.call(t)}function p(t){return"[object RegExp]"===c.call(t)}function f(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function w(t,e){return b.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var C=/-(\w)/g,P=_(function(t){return t.replace(C,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),S=/\B([A-Z])/g,O=_(function(t){return t.replace(S,"-$1").toLowerCase()});var E=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function A(t,e){for(var n in e)t[n]=e[n];return t}function L(t){for(var e={},n=0;n0,Q=Z&&Z.indexOf("edge/")>0,X=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===K),tt=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),et={}.watch,nt=!1;if(G)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(t){}var ot=function(){return void 0===H&&(H=!G&&!W&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),H},it=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function st(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,ut="undefined"!=typeof Symbol&&st(Symbol)&&"undefined"!=typeof Reflect&&st(Reflect.ownKeys);at="undefined"!=typeof Set&&st(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=$,lt=0,pt=function(){this.id=lt++,this.subs=[]};pt.prototype.addSub=function(t){this.subs.push(t)},pt.prototype.removeSub=function(t){y(this.subs,t)},pt.prototype.depend=function(){pt.target&&pt.target.addDep(this)},pt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!w(o,"default"))s=!1;else if(""===s||s===O(t)){var u=Ut(String,o.type);(u<0||a0&&(le((c=t(c,(n||"")+"_"+u))[0])&&le(p)&&(r[l]=yt(p.text+c[0].text),c.shift()),r.push.apply(r,c)):a(c)?le(p)?r[l]=yt(p.text+c):""!==c&&r.push(yt(c)):le(c)&&le(p)?r[l]=yt(p.text+c.text):(s(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+u+"__"),r.push(c)));return r}(t):void 0}function le(t){return i(t)&&i(t.text)&&!1===t.isComment}function pe(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),o=0;o0,s=t?!!t.$stable:!i,a=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&n&&n!==r&&a===n.$key&&!i&&!n.$hasNormal)return n;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=ve(e,u,t[u]))}else o={};for(var c in e)c in o||(o[c]=me(e,c));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",a),q(o,"$hasNormal",i),o}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ce(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,o,s,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;rdocument.createEvent("Event").timeStamp&&(ln=function(){return pn.now()})}function fn(){var t,e;for(cn=ln(),an=!0,nn.sort(function(t,e){return t.id-e.id}),un=0;unun&&nn[n].id>t.id;)n--;nn.splice(n+1,0,t)}else nn.push(t);sn||(sn=!0,ee(fn))}}(this)},hn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},hn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},hn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},hn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var vn={enumerable:!0,configurable:!0,get:$,set:$};function mn(t,e,n){vn.get=function(){return this[e][n]},vn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,vn)}function gn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&xt(!1);var i=function(i){o.push(i);var s=Dt(i,e,n,t);Et(r,i,s),i in t||mn(t,"_props",i)};for(var s in e)i(s);xt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?$:E(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return qt(t,e,"data()"),{}}finally{ht()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&w(r,i)||(s=void 0,36!==(s=(i+"").charCodeAt(0))&&95!==s&&mn(t,"_data",i))}var s;Ot(e,!0)}(t):Ot(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ot();for(var o in e){var i=e[o],s="function"==typeof i?i:i.get;0,r||(n[o]=new hn(t,s||$,$,yn)),o in t||bn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==et&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function An(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var s=n[i];if(s){var a=En(s.componentOptions);a&&!e(a)&&Ln(n,i,r,o)}}}function Ln(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Pn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(xn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Je(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=fe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Ue(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ue(t,e,n,r,o,!0)};var i=n&&n.data;Et(t,"$attrs",i&&i.attrs||r,null,!0),Et(t,"$listeners",e._parentListeners||r,null,!0)}(e),en(e,"beforeCreate"),function(t){var e=pe(t.$options.inject,t);e&&(xt(!1),Object.keys(e).forEach(function(n){Et(t,n,e[n])}),xt(!0))}(e),gn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),en(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Sn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=kt,t.prototype.$delete=At,t.prototype.$watch=function(t,e,n){if(l(e))return Cn(this,t,e,n);(n=n||{}).user=!0;var r=new hn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){qt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Sn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o1?k(n):n;for(var r=k(arguments,1),o='event handler for "'+t+'"',i=0,s=n.length;iparseInt(this.max)&&Ln(s,a[0],a,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:A,mergeOptions:Nt,defineReactive:Et},t.set=kt,t.delete=At,t.nextTick=ee,t.observable=function(t){return Ot(t),t},t.options=Object.create(null),D.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,A(t.options.components,jn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),On(t),function(t){D.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:ot}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:je}),Sn.version="2.6.10";var Rn=m("style,class"),Tn=m("input,textarea,option,select,progress"),Mn=m("contenteditable,draggable,spellcheck"),Nn=m("events,caret,typing,plaintext-only"),In=function(t,e){return qn(e)||"false"===e?"false":"contenteditable"===t&&Nn(e)?e:"true"},Dn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Un=function(t){return Bn(t)?t.slice(6,t.length):""},qn=function(t){return null==t||!1===t};function zn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Hn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Hn(e,n.data));return function(t,e){if(i(t)||i(e))return Vn(t,Gn(e));return""}(e.staticClass,e.class)}function Hn(t,e){return{staticClass:Vn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Vn(t,e){return t?e?t+" "+e:t:e||""}function Gn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?vr(t,e,n):Dn(e)?qn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Mn(e)?t.setAttribute(e,In(e,n)):Bn(e)?qn(n)?t.removeAttributeNS(Fn,Un(e)):t.setAttributeNS(Fn,e,n):vr(t,e,n)}function vr(t,e,n){if(qn(n))t.removeAttribute(e);else{if(J&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var mr={create:dr,update:dr};function gr(t,e){var n=e.elm,r=e.data,s=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(s)||o(s.staticClass)&&o(s.class)))){var a=zn(e),u=n._transitionClasses;i(u)&&(a=Vn(a,Gn(u))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var yr,br={create:gr,update:gr},wr="__r",_r="__c";function Cr(t,e,n){var r=yr;return function o(){var i=e.apply(null,arguments);null!==i&&Sr(t,o,n,r)}}var Pr=Wt&&!(tt&&Number(tt[1])<=53);function xr(t,e,n,r){if(Pr){var o=cn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}yr.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Sr(t,e,n,r){(r||yr).removeEventListener(t,e._wrapper||e,n)}function Or(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};yr=e.elm,function(t){if(i(t[wr])){var e=J?"change":"input";t[e]=[].concat(t[wr],t[e]||[]),delete t[wr]}i(t[_r])&&(t.change=[].concat(t[_r],t.change||[]),delete t[_r])}(n),se(n,r,xr,Sr,Cr,e.context),yr=void 0}}var Er,kr={create:Or,update:Or};function Ar(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,s=e.elm,a=t.data.domProps||{},u=e.data.domProps||{};for(n in i(u.__ob__)&&(u=e.data.domProps=A({},u)),a)n in u||(s[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===a[n])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===n&&"PROGRESS"!==s.tagName){s._value=r;var c=o(r)?"":String(r);Lr(s,c)&&(s.value=c)}else if("innerHTML"===n&&Zn(s.tagName)&&o(s.innerHTML)){(Er=Er||document.createElement("div")).innerHTML=""+r+"";for(var l=Er.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;l.firstChild;)s.appendChild(l.firstChild)}else if(r!==a[n])try{s[n]=r}catch(t){}}}}function Lr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var $r={create:Ar,update:Ar},jr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function Rr(t){var e=Tr(t.style);return t.staticStyle?A(t.staticStyle,e):e}function Tr(t){return Array.isArray(t)?L(t):"string"==typeof t?jr(t):t}var Mr,Nr=/^--/,Ir=/\s*!important$/,Dr=function(t,e,n){if(Nr.test(e))t.style.setProperty(e,n);else if(Ir.test(n))t.style.setProperty(O(e),n.replace(Ir,""),"important");else{var r=Br(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(zr).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Vr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(zr).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Gr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&A(e,Wr(t.name||"v")),A(e,t),e}return"string"==typeof t?Wr(t):void 0}}var Wr=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Kr=G&&!Y,Zr="transition",Jr="animation",Yr="transition",Qr="transitionend",Xr="animation",to="animationend";Kr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yr="WebkitTransition",Qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",to="webkitAnimationEnd"));var eo=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function no(t){eo(function(){eo(t)})}function ro(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Hr(t,e))}function oo(t,e){t._transitionClasses&&y(t._transitionClasses,e),Vr(t,e)}function io(t,e,n){var r=ao(t,e),o=r.type,i=r.timeout,s=r.propCount;if(!o)return n();var a=o===Zr?Qr:to,u=0,c=function(){t.removeEventListener(a,l),n()},l=function(e){e.target===t&&++u>=s&&c()};setTimeout(function(){u0&&(n=Zr,l=s,p=i.length):e===Jr?c>0&&(n=Jr,l=c,p=u.length):p=(n=(l=Math.max(s,c))>0?s>c?Zr:Jr:null)?n===Zr?i.length:u.length:0,{type:n,timeout:l,propCount:p,hasTransform:n===Zr&&so.test(r[Yr+"Property"])}}function uo(t,e){for(;t.length1}function vo(t,e){!0!==e.data.show&&lo(e)}var mo=function(t){var e,n,r={},u=t.modules,c=t.nodeOps;for(e=0;eh?b(t,o(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&_(0,e,f,h)}(f,m,g,n,l):i(g)?(i(t.text)&&c.setTextContent(f,""),b(f,null,g,0,g.length-1,n)):i(m)?_(0,m,0,m.length-1):i(t.text)&&c.setTextContent(f,""):t.text!==e.text&&c.setTextContent(f,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(s(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,s.selected!==i&&(s.selected=i);else if(T(_o(s),r))return void(t.selectedIndex!==a&&(t.selectedIndex=a));o||(t.selectedIndex=-1)}}function wo(t,e){return e.every(function(e){return!T(e,t)})}function _o(t){return"_value"in t?t._value:t.value}function Co(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,xo(t.target,"input"))}function xo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function So(t){return!t.componentInstance||t.data&&t.data.transition?t:So(t.componentInstance._vnode)}var Oo={model:go,show:{bind:function(t,e,n){var r=e.value,o=(n=So(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,lo(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=So(n)).data&&n.data.transition?(n.data.show=!0,r?lo(n,function(){t.style.display=t.__vOriginalDisplay}):po(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ko(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ko(Ge(e.children)):t}function Ao(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[P(i)]=o[i];return e}function Lo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var $o=function(t){return t.tag||Ve(t)},jo=function(t){return"show"===t.name},Ro={name:"transition",props:Eo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter($o)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=ko(o);if(!i)return o;if(this._leaving)return Lo(t,o);var s="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?s+"comment":s+i.tag:a(i.key)?0===String(i.key).indexOf(s)?i.key:s+i.key:i.key;var u=(i.data||(i.data={})).transition=Ao(this),c=this._vnode,l=ko(c);if(i.data.directives&&i.data.directives.some(jo)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!Ve(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var p=l.data.transition=A({},u);if("out-in"===r)return this._leaving=!0,ae(p,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),Lo(t,o);if("in-out"===r){if(Ve(i))return c;var f,d=function(){f()};ae(u,"afterEnter",d),ae(u,"enterCancelled",d),ae(p,"delayLeave",function(t){f=t})}}return o}}},To=A({tag:String,moveClass:String},Eo);function Mo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function No(t){t.data.newPos=t.elm.getBoundingClientRect()}function Io(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete To.mode;var Do={Transition:Ro,TransitionGroup:{props:To,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Qe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],s=Ao(this),a=0;a-1?Yn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Yn[t]=/HTMLUnknownElement/.test(e.toString())},A(Sn.options.directives,Oo),A(Sn.options.components,Do),Sn.prototype.__patch__=G?mo:$,Sn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=gt),en(t,"beforeMount"),r=function(){t._update(t._render(),n)},new hn(t,r,$,{before:function(){t._isMounted&&!t._isDestroyed&&en(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,en(t,"mounted")),t}(this,t=t&&G?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},G&&setTimeout(function(){B.devtools&&it&&it.emit("init",Sn)},0),e.a=Sn}).call(this,n(5),n(61).setImmediate)},function(t,e,n){!function(){var e=function(t,n){var r=this;e.count=(e.count||0)+1,this.count=e.count,this.isOpened=!1,this.input=o(t),this.input.setAttribute("autocomplete","off"),this.input.setAttribute("aria-owns","awesomplete_list_"+this.count),this.input.setAttribute("role","combobox"),this.options=n=n||{},function(t,e,n){for(var r in e){var o=e[r],i=t.input.getAttribute("data-"+r.toLowerCase());"number"==typeof o?t[r]=parseInt(i):!1===o?t[r]=null!==i:o instanceof Function?t[r]=null:t[r]=i,t[r]||0===t[r]||(t[r]=r in n?n[r]:o)}}(this,{minChars:2,maxItems:10,autoFirst:!1,data:e.DATA,filter:e.FILTER_CONTAINS,sort:!1!==n.sort&&e.SORT_BYLENGTH,container:e.CONTAINER,item:e.ITEM,replace:e.REPLACE,tabSelect:!1},n),this.index=-1,this.container=this.container(t),this.ul=o.create("ul",{hidden:"hidden",role:"listbox",id:"awesomplete_list_"+this.count,inside:this.container}),this.status=o.create("span",{className:"visually-hidden",role:"status","aria-live":"assertive","aria-atomic":!0,inside:this.container,textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typing for results."}),this._events={input:{input:this.evaluate.bind(this),blur:this.close.bind(this,{reason:"blur"}),keydown:function(t){var e=t.keyCode;r.opened&&(13===e&&r.selected?(t.preventDefault(),r.select()):9===e&&r.selected&&r.tabSelect?r.select():27===e?r.close({reason:"esc"}):38!==e&&40!==e||(t.preventDefault(),r[38===e?"previous":"next"]()))}},form:{submit:this.close.bind(this,{reason:"submit"})},ul:{mousedown:function(t){t.preventDefault()},click:function(t){var e=t.target;if(e!==this){for(;e&&!/li/i.test(e.nodeName);)e=e.parentNode;e&&0===t.button&&(t.preventDefault(),r.select(e,t.target))}}}},o.bind(this.input,this._events.input),o.bind(this.input.form,this._events.form),o.bind(this.ul,this._events.ul),this.input.hasAttribute("list")?(this.list="#"+this.input.getAttribute("list"),this.input.removeAttribute("list")):this.list=this.input.getAttribute("data-list")||n.list||[],e.all.push(this)};function n(t){var e=Array.isArray(t)?{label:t[0],value:t[1]}:"object"==typeof t&&"label"in t&&"value"in t?t:{label:t,value:t};this.label=e.label||e.value,this.value=e.value}e.prototype={set list(t){if(Array.isArray(t))this._list=t;else if("string"==typeof t&&t.indexOf(",")>-1)this._list=t.split(/\s*,\s*/);else if((t=o(t))&&t.children){var e=[];r.apply(t.children).forEach(function(t){if(!t.disabled){var n=t.textContent.trim(),r=t.value||n,o=t.label||n;""!==r&&e.push({label:o,value:r})}}),this._list=e}document.activeElement===this.input&&this.evaluate()},get selected(){return this.index>-1},get opened(){return this.isOpened},close:function(t){this.opened&&(this.ul.setAttribute("hidden",""),this.isOpened=!1,this.index=-1,this.status.setAttribute("hidden",""),o.fire(this.input,"awesomplete-close",t||{}))},open:function(){this.ul.removeAttribute("hidden"),this.isOpened=!0,this.status.removeAttribute("hidden"),this.autoFirst&&-1===this.index&&this.goto(0),o.fire(this.input,"awesomplete-open")},destroy:function(){if(o.unbind(this.input,this._events.input),o.unbind(this.input.form,this._events.form),!this.options.container){var t=this.container.parentNode;t.insertBefore(this.input,this.container),t.removeChild(this.container)}this.input.removeAttribute("autocomplete"),this.input.removeAttribute("aria-autocomplete");var n=e.all.indexOf(this);-1!==n&&e.all.splice(n,1)},next:function(){var t=this.ul.children.length;this.goto(this.index-1&&e.length>0&&(e[t].setAttribute("aria-selected","true"),this.status.textContent=e[t].textContent+", list item "+(t+1)+" of "+e.length,this.input.setAttribute("aria-activedescendant",this.ul.id+"_item_"+this.index),this.ul.scrollTop=e[t].offsetTop-this.ul.clientHeight+e[t].clientHeight,o.fire(this.input,"awesomplete-highlight",{text:this.suggestions[this.index]}))},select:function(t,e){if(t?this.index=o.siblingIndex(t):t=this.ul.children[this.index],t){var n=this.suggestions[this.index];o.fire(this.input,"awesomplete-select",{text:n,origin:e||t})&&(this.replace(n),this.close({reason:"select"}),o.fire(this.input,"awesomplete-selectcomplete",{text:n}))}},evaluate:function(){var t=this,e=this.input.value;e.length>=this.minChars&&this._list&&this._list.length>0?(this.index=-1,this.ul.innerHTML="",this.suggestions=this._list.map(function(r){return new n(t.data(r,e))}).filter(function(n){return t.filter(n,e)}),!1!==this.sort&&(this.suggestions=this.suggestions.sort(this.sort)),this.suggestions=this.suggestions.slice(0,this.maxItems),this.suggestions.forEach(function(n,r){t.ul.appendChild(t.item(n,e,r))}),0===this.ul.children.length?(this.status.textContent="No results found",this.close({reason:"nomatches"})):(this.open(),this.status.textContent=this.ul.children.length+" results found")):(this.close({reason:"nomatches"}),this.status.textContent="No results found")}},e.all=[],e.FILTER_CONTAINS=function(t,e){return RegExp(o.regExpEscape(e.trim()),"i").test(t)},e.FILTER_STARTSWITH=function(t,e){return RegExp("^"+o.regExpEscape(e.trim()),"i").test(t)},e.SORT_BYLENGTH=function(t,e){return t.length!==e.length?t.length-e.length:t$&");return o.create("li",{innerHTML:r,"aria-selected":"false",id:"awesomplete_list_"+this.count+"_item_"+n})},e.REPLACE=function(t){this.input.value=t.value},e.DATA=function(t){return t},Object.defineProperty(n.prototype=Object.create(String.prototype),"length",{get:function(){return this.label.length}}),n.prototype.toString=n.prototype.valueOf=function(){return""+this.label};var r=Array.prototype.slice;function o(t,e){return"string"==typeof t?(e||document).querySelector(t):t||null}function i(t,e){return r.call((e||document).querySelectorAll(t))}function s(){i("input.awesomplete").forEach(function(t){new e(t)})}o.create=function(t,e){var n=document.createElement(t);for(var r in e){var i=e[r];if("inside"===r)o(i).appendChild(n);else if("around"===r){var s=o(i);s.parentNode.insertBefore(n,s),n.appendChild(s),null!=s.getAttribute("autofocus")&&s.focus()}else r in n?n[r]=i:n.setAttribute(r,i)}return n},o.bind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.addEventListener(e,r)})}},o.unbind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.removeEventListener(e,r)})}},o.fire=function(t,e,n){var r=document.createEvent("HTMLEvents");for(var o in r.initEvent(e,!0,!0),n)r[o]=n[o];return t.dispatchEvent(r)},o.regExpEscape=function(t){return t.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")},o.siblingIndex=function(t){for(var e=0;t=t.previousElementSibling;e++);return e},"undefined"!=typeof self&&(self.Awesomplete=e),"undefined"!=typeof Document&&("loading"!==document.readyState?s():document.addEventListener("DOMContentLoaded",s)),e.$=o,e.$$=i,t.exports&&(t.exports=e)}()},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){const r=n(64),o=n(67),i=n(69);t.exports={generatePassword:function(t,e,n,r){return o.calcEntropy({site:t,login:e,options:{counter:r.counter}},n).then(t=>{const e={length:r.length,lowercase:r.lowercase,uppercase:r.uppercase,digits:r.numbers,symbols:r.symbols},n=i.renderPassword(t,e);return Promise.resolve(n)})},createFingerprint:function(t){return r.createHmac("sha256",t).then(t=>{const e=r.createFingerprint(t);return Promise.resolve(e)})}}},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";const r=t=>{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.contain="strict",e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="12pt";const n=document.getSelection();let r=!1;n.rangeCount>0&&(r=n.getRangeAt(0)),document.body.append(e),e.select(),e.selectionStart=0,e.selectionEnd=t.length;let o=!1;try{o=document.execCommand("copy")}catch(t){}return e.remove(),r&&(n.removeAllRanges(),n.addRange(r)),o};t.exports=r,t.exports.default=r},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r=200&&t<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(t){u.headers[t]={}}),r.forEach(["post","put","patch"],function(t){u.headers[t]=r.merge(i)}),t.exports=u}).call(this,n(23))},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:s}catch(t){r=s}}();var u,c=[],l=!1,p=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):p=-1,c.length&&d())}function d(){if(!l){var t=a(f);l=!0;for(var e=c.length;e;){for(u=c,c=[];++p1)for(var n=1;n=o)return{value:i,entropy:n};const s=n.divmod(r.length);return t(i+=r[s.remainder],s.quotient,r,o)}}},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.atob)}(window)}).call(this,n(17)(t))},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.btoa)}(window)}).call(this,n(17)(t))},function(t,e){function n(t,e){var r={name:t.name,path:t.path,hash:t.hash,query:t.query,params:t.params,fullPath:t.fullPath,meta:t.meta};return e&&(r.from=n(e)),Object.freeze(r)}e.sync=function(t,e,r){var o=(r||{}).moduleName||"route";t.registerModule(o,{namespaced:!0,state:n(e.currentRoute),mutations:{ROUTE_CHANGED:function(e,r){t.state[o]=n(r.to,r.from)}}});var i,s=!1,a=t.watch(function(t){return t[o]},function(t){var n=t.fullPath;n!==i&&(null!=i&&(s=!0,e.push(t)),i=n)},{sync:!0}),u=e.afterEach(function(e,n){s?s=!1:(i=e.fullPath,t.commit(o+"/ROUTE_CHANGED",{to:e,from:n}))});return function(){null!=u&&u(),null!=a&&a(),t.unregisterModule(o)}}},function(t,e,n){(function(e){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,l="object"==typeof e&&e&&e.Object===Object&&e,p="object"==typeof self&&self&&self.Object===Object&&self,f=l||p||Function("return this")(),d=Object.prototype.toString,h=Math.max,v=Math.min,m=function(){return f.Date.now()};function g(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function y(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&d.call(t)==o}(t))return r;if(g(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=g(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=a.test(t);return n||u.test(t)?c(t.slice(2),n?2:8):s.test(t)?r:+t}t.exports=function(t,e,r){var o,i,s,a,u,c,l=0,p=!1,f=!1,d=!0;if("function"!=typeof t)throw new TypeError(n);function b(e){var n=o,r=i;return o=i=void 0,l=e,a=t.apply(r,n)}function w(t){var n=t-c;return void 0===c||n>=e||n<0||f&&t-l>=s}function _(){var t=m();if(w(t))return C(t);u=setTimeout(_,function(t){var n=e-(t-c);return f?v(n,s-(t-l)):n}(t))}function C(t){return u=void 0,d&&o?b(t):(o=i=void 0,a)}function P(){var t=m(),n=w(t);if(o=arguments,i=this,c=t,n){if(void 0===u)return function(t){return l=t,u=setTimeout(_,e),p?b(t):a}(c);if(f)return u=setTimeout(_,e),b(c)}return void 0===u&&(u=setTimeout(_,e)),a}return e=y(e)||0,g(r)&&(p=!!r.leading,s=(f="maxWait"in r)?h(y(r.maxWait)||0,e):s,d="trailing"in r?!!r.trailing:d),P.cancel=function(){void 0!==u&&clearTimeout(u),l=0,o=c=i=u=void 0},P.flush=function(){return void 0===u?a:C(m())},P}}).call(this,n(5))},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=function(t){return t&&t.__esModule?t:{default:t}}(r);t.exports=o.default},function(t,e,n){n(2);var r=n(6)(n(7),n(8),"data-v-82963a40",null);t.exports=r.exports},function(t,e,n){var r=n(3);"string"==typeof r&&(r=[[t.id,r,""]]),n(5)(r,{}),r.locals&&(t.exports=r.locals)},function(t,e,n){(t.exports=n(4)()).push([t.id,"a[data-v-82963a40]{cursor:pointer}",""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e=0&&h.splice(e,1)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}function a(t,e,n,r){var o=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}var u={},c=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}},l=c(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),p=c(function(){return document.head||document.getElementsByTagName("head")[0]}),f=null,d=0,h=[];t.exports=function(t,e){void 0===(e=e||{}).singleton&&(e.singleton=l()),void 0===e.insertAt&&(e.insertAt="bottom");var n=o(t);return r(n,e),function(t){for(var i=[],s=0;s0&&(u=this.selected-1-o);var c=u+this.pageRange-1;c>=this.pageCount&&(c=this.pageCount-1,u=c-this.pageRange+1);for(var l=u;l<=c&&l<=this.pageCount-1;l++)i(l);u>this.marginPages&&s(u-1),c+1=this.pageCount-this.marginPages;p--)i(p)}return e}},data:function(){return{innerValue:1}},methods:{handlePageSelected:function(t){this.selected!==t&&(this.innerValue=t,this.$emit("input",t),this.clickHandler(t))},prevPage:function(){this.selected<=1||this.handlePageSelected(this.selected-1)},nextPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.selected+1)},firstPageSelected:function(){return 1===this.selected},lastPageSelected:function(){return this.selected===this.pageCount||0===this.pageCount},selectFirstPage:function(){this.selected<=1||this.handlePageSelected(1)},selectLastPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.pageCount)}}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.noLiSurround?n("div",{class:t.containerClass},[t.firstLastButton?n("a",{class:[t.pageLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}}):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.prevLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}}),t._v(" "),t._l(t.pages,function(e){return[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass,e.disabled?t.disabledClass:""],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:"",t.disabledClass],attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:""],attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])]}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.nextLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}}),t._v(" "),t.firstLastButton?n("a",{class:[t.pageLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}}):t._e()],2):n("ul",{class:t.containerClass},[t.firstLastButton?n("li",{class:[t.pageClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}})]):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.prevClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.prevLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}})]),t._v(" "),t._l(t.pages,function(e){return n("li",{class:[t.pageClass,e.selected?t.activeClass:"",e.disabled?t.disabledClass:"",e.breakView?t.breakViewClass:""]},[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])])}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.nextClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.nextLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}})]),t._v(" "),t.firstLastButton?n("li",{class:[t.pageClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}})]):t._e()],2)},staticRenderFns:[]}}])},function(t){t.exports=JSON.parse('{"Advanced options":"Options avancées","Copied":"Copié !","Counter":"Compteur","CounterFieldHelp":"Augmenter cette valeur pour changer de mot de passe sans changer de mot de passe fort.","CreatePassword":"Voulez-vous en créer un ?","DBNotRunning":"Votre base de données LessPass n\'est pas démarrée.","Email":"Email","EmailAlreadyExist":"Cet email est déjà enregistré. Vous voulez peut-être vous connecter ?","EmailInvalid":"Entrez un email valide","EmailRequiredError":"Nous avons besoin d\'un email pour trouver votre compte.","Encrypt my master password":"Chiffrer mon mot de passe fort","ForgotPassword":"Mot de passe oublié ?","Generate":"Générer","Length":"Longueur","LengthDeprecationWarning":"La longueur maximale d\'un mot de passe est de 35 caractères.","LessPass Database Url":"URL de la base de données LessPass","Login":"Login","LoginFormInvalid":"L\'URL LessPass, l\'email et le mot de passe sont obligatoires.","LoginIncorrectError":"L\'email et le mot de passe ne sont pas dans notre base de données. Vérifiez une nouvelle fois et réessayez.","Master Password":"Mot de passe fort","Next":"Suivant","NoMatchFor":"Oups ! il n\'y a aucun resultat pour","NoPassword":"Vous n\'avez aucun mot de passe enregistré.","PasswordProfileCopied":"Votre profil de mot de passe a été copié","PasswordResetRequired":"Un mot de passe est requis","PasswordResetSuccessful":"Votre mot de passe a été changé avec succès","Previous":"Précédent","Register":"S\'enregistrer","Reset my password":"Changer mon mot de passe","ResetLinkExpired":"Ce lien a expiré.","Search":"Rechercher","Sign In":"Se connecter","Site":"Site","SiteLoginMasterPasswordMandatory":"Les champs site, login et mot de passe fort sont obligatoires.","SorryCopy":"Nous sommes désolés, la copie ne fonctionne que sur les navigateurs modernes","UpdateYourSearch":"Merci de modifier votre recherche.","WelcomeRegister":"Bienvenue {email}, merci de vous être enregistré.","resetPasswordSuccess":"Si l\'adresse email {email} est associée avec un compte LessPass, vous allez recevoir un email de la part de LessPass avec les instructions pour changer votre mot de passe."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opciones avanzadas","Copied":"¡ copiado !","Counter":"Contador","CounterFieldHelp":"Aumente este valor para cambiar la contraseña generada sin cambiar su contraseña maestra.","CreatePassword":"¿Quiere crear una?","DBNotRunning":"Su base de datos de LessPass no está ejecutando","Email":"Correo electrónico","EmailAlreadyExist":"Este correo electrónico ya está registrado. ¿Quiere iniciar sesión o recuperar su contraseña?","EmailInvalid":"Ingrese un correo elecrónico válido","EmailRequiredError":"Necesitamos un correo electrónico para encontrar su cuenta.","Encrypt my master password":"Cifrar mi contraseña maestra","ForgotPassword":"¿Olvidó su contraseña?","Generate":"Generar","Length":"Tamaño","LengthDeprecationWarning":"La longitud máxima de una contraseña es de 35 caracteres.","LessPass Database Url":"URL de la base de datos LessPass","Login":"Iniciar sesión","LoginFormInvalid":"URL, correo electrónico y contraseña de LessPass URL son obligatorios","LoginIncorrectError":"El correo electrónico y la contraseña que ingresó no concuerdan con nuestros registros. Revíselos de nuevo.","Master Password":"Contraseña maestra","Next":"Después","NoMatchFor":"¡Vaya! No ha resultados para","NoPassword":"No tiene ningún perfil de contraseñas guardado en su base de datos.","PasswordProfileCopied":"Se ha copiado su perfil de contraseña","PasswordResetRequired":"Se requiere una contraseña","PasswordResetSuccessful":"Su contraseña ha sido reestablecida con éxito.","Previous":"Anterior","Register":"Registrar","Reset my password":"Reestablecer mi contraseña","ResetLinkExpired":"El enlace para reestablecer esta contraseña ha expirado.","Search":"Buscar","Sign In":"Registrarse","Site":"Sitio","SiteLoginMasterPasswordMandatory":"Los campos sitio, usuario y contraseña maestra son obligatorios.","SorryCopy":"Lamentamos que la copia sólo funcione en navegadores modernos","UpdateYourSearch":"Trate de ampliar su búsqueda.","WelcomeRegister":"Bienvenido o bienvenida {email}, gracias por registrarse.","resetPasswordSuccess":"Si la dirección de correo electrónico {email} está asociada a una cuenta LessPass, recibirá un correo electrónico de LessPass con instrucciones sobre cómo restablecer su contraseña."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Erweiterte Optionen","Copied":"Kopiert!","Counter":"Zähler","CounterFieldHelp":"Erhöhen Sie diesen Wert, um das zu erstellende Passwort zu ändern, ohne Ihr Masterpasswort zu ändern.","CreatePassword":"Möchten Sie eines erstellen?","DBNotRunning":"Ihre LessPass Datenbank läuft nicht","Email":"email","EmailAlreadyExist":"Diese email-Adresse ist bereits registriert. Möchten Sie sich einloggen oder Ihr Passwort wiederherstellen?","EmailInvalid":"Bitte geben Sie eine gültige email-Adresse ein","EmailRequiredError":"Wir benötigen eine email-Adresse, um Ihr Konto zu finden.","Encrypt my master password":"Verschlüssele mein Masterpasswort","ForgotPassword":"Passwort vergessen?","Generate":"Erstelle","Length":"Länge","LengthDeprecationWarning":"Die maximale Länge eines Passwortes beträgt 35 Zeichen.","LessPass Database Url":"LessPass Datenbank Url","Login":"Login","LoginFormInvalid":"LessPass URL, email-Adresse und Passwort sind obligatorisch","LoginIncorrectError":"Die email-Adresse und das Passwort, die Sie eingegeben haben, entsprechen nicht unseren Daten. Bitte überprüfen Sie sie und versuchen es nochmal.","Master Password":"Masterpasswort","Next":"Nächste","NoMatchFor":"Ups! Dafür gibt es keine Übereinstimmung","NoPassword":"Sie haben kein Passwort-Profil in Ihrer Datenbank gespeichert.","PasswordProfileCopied":"Ihr Passwort-Profil wurde kopiert","PasswordResetRequired":"Ein Passwort ist erforderlich","PasswordResetSuccessful":"Ihr Passwort wurde erfolgreich zurückgesetzt.","Previous":"Vorherige","Register":"Registrieren","Reset my password":"Mein Passwort zurücksetzen","ResetLinkExpired":"Der Link zum Zurücksetzen des Passworts ist abgelaufen.","Search":"Suche","Sign In":"Anmelden","Site":"Seite","SiteLoginMasterPasswordMandatory":"Die Felder für Seite, Anmeldename und Masterpasswort sind obligatorisch.","SorryCopy":"Es tut uns leid, dass die Kopie nur auf modernen Browsern funktioniert","UpdateYourSearch":"Bitte erweitern Sie Ihre Suche.","WelcomeRegister":"Willkommen {email}, danke für die Anmeldung.","resetPasswordSuccess":"Wenn die E-Mail-Adresse {email} mit einem LessPass-Konto verknüpft ist, erhalten Sie in Kürze eine E-Mail von LessPass mit Anweisungen zum Zurücksetzen Ihres Passworts."}')},function(t){t.exports=JSON.parse('{"Advanced options":"進階選項","Copied":"已複製","Counter":"計數器","CounterFieldHelp":"改變這個值,就可以在不改變主密碼的狀況下,產生新的密碼。","CreatePassword":"您要產生一組密碼嗎?","DBNotRunning":"您的 LessPass 資料庫並未執行","Email":"郵件位址","EmailAlreadyExist":"這個郵件位址已被註冊。想要登入或取回您的密碼嗎?","EmailInvalid":"請輸入一個有效的郵件位址","EmailRequiredError":"我們需要郵件位址來找到您的帳號。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘記您的登入密碼了嗎?","Generate":"產生","Length":"長度","LengthDeprecationWarning":"密碼的最大長度是35個字符。","LessPass Database Url":"LessPass數據庫URL","Login":"登入帳號","LoginFormInvalid":"LessPass URL、郵件位址、登入密碼皆為必填欄位。","LoginIncorrectError":"我們查不到您輸入的郵件位址及登入密碼。請確認後再試一次。","Master Password":"主密碼","Next":"然後","NoMatchFor":"喔不!沒有找到跟下列條件相似的結果:","NoPassword":"您的資料庫內沒有儲存任何密碼。","PasswordProfileCopied":"您的密码配置文件已被复制。","PasswordResetRequired":"請輸入登入密碼","PasswordResetSuccessful":"已成功重置您的登入密碼。","Previous":"以前","Register":"註冊","Reset my password":"重置我的登入密碼","ResetLinkExpired":"此登入密碼重設連結已過期。","Search":"搜索","Sign In":"登入","Site":"網站位址","SiteLoginMasterPasswordMandatory":"網站位址、登入帳號、主密碼皆為必填欄位。","SorryCopy":"我們很抱歉,該副本僅適用於現代瀏覽器","UpdateYourSearch":"請試著放寬您的搜尋條件。","WelcomeRegister":"歡迎 {email},謝謝您的註冊。","resetPasswordSuccess":"如果电子邮件地址 {email} 与LessPass帐户相关联,您将很快收到LessPass的电子邮件,并提供如何重置密码的说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"高级选项","Copied":"已复制","Counter":"计数器","CounterFieldHelp":"增加这个值就可以在不改变主密码的前提下生成全新的密码。","CreatePassword":"您要生成一个密码吗?","DBNotRunning":"您的 LessPass 数据库没有运行","Email":"邮件地址","EmailAlreadyExist":"这个邮件地址已被注册。登录或找回您的密码?","EmailInvalid":"请输入一个有效的电子邮件地址","EmailRequiredError":"我们需要一个电子邮件地址来找到您的账户。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘记了您的密码?","Generate":"生成","Length":"长度","LengthDeprecationWarning":"密码的最大长度是35个字符。","LessPass Database Url":"LessPass 数据库网址","Login":"登录名","LoginFormInvalid":"LessPass 网址、电子邮件地址以及密码均为必填信息。","LoginIncorrectError":"我们没找到符合您输入的电子邮件地址及密码的记录。请核验后再试。","Master Password":"主密码","Next":"下一步","NoMatchFor":"没有找到符合下列条件的内容:","NoPassword":"您的数据库里没有保存任何密码配置。","PasswordProfileCopied":"已复制您的密码配置。","PasswordResetRequired":"请输入登录密码","PasswordResetSuccessful":"已成功重置您的登录密码。","Previous":"上一步","Register":"注册","Reset my password":"重置我的登录密码","ResetLinkExpired":"此登录密码重置链接已过期。","Search":"搜索","Sign In":"登录","Site":"网站名","SiteLoginMasterPasswordMandatory":"网站名、登录名以及主密码均为必填信息。","SorryCopy":"很抱歉,但复制功能仅适用于现代浏览器","UpdateYourSearch":"请尝试放宽您的搜索条件。","WelcomeRegister":"你好 {email},欢迎您的注册。","resetPasswordSuccess":"如果电子邮件地址 {email} 与一个 LessPass 账户相关联,您将很快收到 LessPass 的电子邮件,里面提供有重置密码的操作说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opções avançadas","Copied":"copiado!","Counter":"Contador","CounterFieldHelp":"Incremente este valor para mudar a senha gerada sem mudar sua senha mestre.","CreatePassword":"Gostaria de criar um?","DBNotRunning":"Seu banco de dados LessPass não está rodando","Email":"Email","EmailAlreadyExist":"Este email já foi registrado. Gostaria de entrar ou recuperar sua senha?","EmailInvalid":"Por favor entre um email válido","EmailRequiredError":"Nós precisamos de um email para encontrar a sua conta.","Encrypt my master password":"Criptografar minha senha mestre","ForgotPassword":"Esqueceu sua senha?","Generate":"Gerar","Length":"Comprimento","LengthDeprecationWarning":"O comprimento máximo de uma senha é de 35 caracteres.","LessPass Database Url":"URL do banco de dados LessPass","Login":"Entrar","LoginFormInvalid":"URL, email, e senha do LessPass são obrigatórios","LoginIncorrectError":"O email e senha que você digitou não estão de acordo com os nossos registros. Por favor verifique seus dados e tente novamente.","Master Password":"Senha mestre","Next":"Próximo","NoMatchFor":"Opa! Não há resultados para","NoPassword":"Você não tem nenhum perfil de senha salvo no seu banco de dados.","PasswordProfileCopied":"Seu perfil de senha foi copiado","PasswordResetRequired":"Uma senha é necessária","PasswordResetSuccessful":"Sua senha foi resetada com sucesso.","Previous":"Anterior","Register":"Registrar","Reset my password":"Resetar minha senha","ResetLinkExpired":"Esse link para resetar a senha já expirou.","Search":"Procurar","Sign In":"Se autenticar","Site":"Site","SiteLoginMasterPasswordMandatory":"Campos de site e credenciais de autenticação são obrigatórios.","SorryCopy":"Infelizmente a cópia somente funciona em navegadores modernos","UpdateYourSearch":"Por favor tente ampliar sua busca.","WelcomeRegister":"Bem vindo {email}, obrigado por se registrar.","resetPasswordSuccess":"Se o seu endereço de email {email} estiver associado com uma conta LessPass, você receberá logo um email do LessPass com instruções de como resetar a sua senha."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opcje zaawansowane","Copied":"Skopiowano!","Counter":"Licznik","CounterFieldHelp":"Podnieś numer wersji aby wygenerować inne hasło bez zmiany hasła głównego.","CreatePassword":"Chcesz go utworzyć?","DBNotRunning":"Baza profili LessPass nie działa","Email":"E-mail","EmailAlreadyExist":"Ten adres jest już zarejestrowany. Chcesz się zalogować czy odzyskać hasło?","EmailInvalid":"Podaj prawidłowy adres e-mail","EmailRequiredError":"Potrzebujemy adresu aby zidentyfikować twoje konto.","Encrypt my master password":"Zaszyfruj hasło główne","ForgotPassword":"Nie pamiętasz hasła?","Generate":"Wygeneruj","Length":"Długość","LengthDeprecationWarning":"Maksymalna długość hasła wynosi 35 znaków.","LessPass Database Url":"Link do bazy profili LessPass","Login":"Login","LoginFormInvalid":"Link do bazy LessPass, adres i hasło są wymagane","LoginIncorrectError":"Podany adres i hasło nie pasują do zapisanych danych. Sprawdź je dokładnie i spróbuj ponownie.","Master Password":"Hasło główne","Next":"Następna","NoMatchFor":"Niestety, nie znaleziono","NoPassword":"Nie masz żadnego profilu hasła w naszej bazie.","PasswordProfileCopied":"Profil twojego hasła został skopiowany","PasswordResetRequired":"Hasło jest wymagane","PasswordResetSuccessful":"Twoje hasło zostało zresetowane.","Previous":"Poprzednia","Register":"Zarejestruj się","Reset my password":"Resetuj hasło","ResetLinkExpired":"Link do resetowania hasła utracił ważność.","Search":"Szukaj","Sign In":"Zaloguj się","Site":"Serwis","SiteLoginMasterPasswordMandatory":"Nazwa serwisu, adres i hasło są wymagane.","SorryCopy":"Niestety, kopiowanie działa tylko w nowszych przeglądarkach","UpdateYourSearch":"Spróbuj bardziej ogólnego zapytania.","WelcomeRegister":"Witaj, {email}, dziękujemy za rejestrację.","resetPasswordSuccess":"Jeśli adres {email} jest skojarzony z kontem LessPass, wkrótce otrzymasz wiadomość od LessPass zawierającą instrukcje resetowania hasła."}')},function(t,e,n){t.exports=n.p+"favicon.ico"},function(t,e,n){},function(t,e,n){"use strict";var r=n(7);n.n(r).a},function(t,e,n){"use strict";var r=n(1),o=n(19),i=n(47),s=n(26);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(22));u.Axios=i,u.create=function(t){return a(s(u.defaults,t))},u.Cancel=n(27),u.CancelToken=n(59),u.isCancel=n(21),u.all=function(t){return Promise.all(t)},u.spread=n(60),t.exports=u,t.exports.default=u},function(t,e){ /*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ -t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,n){"use strict";var r=n(1),o=n(20),i=n(48),s=n(49),a=n(26);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method=t.method?t.method.toLowerCase():"get";var e=[s,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],function(t){u.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}}),r.forEach(["post","put","patch"],function(t){u.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}}),t.exports=u},function(t,e,n){"use strict";var r=n(1);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=o},function(t,e,n){"use strict";var r=n(1),o=n(50),i=n(21),s=n(22),a=n(57),u=n(58);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.baseURL&&!a(t.url)&&(t.url=u(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||s.adapter)(t).then(function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},function(t,e,n){"use strict";var r=n(25);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(1),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,s={};return t?(r.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(s[e]&&o.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(27);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new r(t),e(n.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o(function(e){t=e}),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n(62),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(5))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,s,a,u=1,c={},l=!1,f=t.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(t);p=p&&p.setTimeout?p:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick(function(){h(t)})}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):f&&"onreadystatechange"in f.createElement("script")?(o=f.documentElement,r=function(t){var e=f.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(h,0,t)}:(s="setImmediate$"+Math.random()+"$",a=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(s)&&h(+e.data.slice(s.length))},t.addEventListener?t.addEventListener("message",a,!1):t.attachEvent("onmessage",a),r=function(e){t.postMessage(s+e,"*")}),p.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;nwindow.crypto.subtle.sign({name:"HMAC"},t,r(n||"")).then(t=>o(t)))}},function(t,e,n){const r=n(68);function o(t,e){const{site:n,login:o,options:i,crypto:s}=t,{counter:a}=i||{counter:1},u=n+o+a.toString(16),{iterations:c,keylen:l,digest:f}=s||{iterations:1e5,keylen:32,digest:"sha256"};return r(e,u,c,l,f)}t.exports={isSupported:function(){try{return o({site:"lesspass.com",login:"♥",options:{uppercase:!0,lowercase:!0,digits:!0,symbols:!0,length:16,counter:1},crypto:{method:"pbkdf2",iterations:1,keylen:32,digest:"sha256"}},"tHis is a g00d! password").then(t=>"e99e20abab609cc4564ef137acb540de20d9b92dcc5cda58f78ba431444ef2da"===t?Promise.resolve(!0):Promise.resolve(!1))}catch(t){return Promise.resolve(!1)}},calcEntropy:o}},function(t,e,n){const{stringToArrayBuffer:r,arrayBufferToHex:o,getAlgorithm:i}=n(28);t.exports=function(t,e,n,s,a){return window.crypto.subtle.importKey("raw",r(t),"PBKDF2",!1,["deriveKey"]).then(t=>{const o={name:"PBKDF2",salt:r(e),iterations:n,hash:i(a)};return window.crypto.subtle.deriveKey(o,t,{name:"AES-CTR",length:8*s},!0,["encrypt","decrypt"])}).then(t=>window.crypto.subtle.exportKey("raw",t).then(t=>o(t)))}},function(t,e,n){const r=n(70),o=n(71),{consumeEntropy:i}=n(29);t.exports={renderPassword:function(t,e){const n=o.getRules(e),s=o.getSetOfCharacters(n),a=i("",r(t,16),s,e.length-n.length),u=o.getOneCharPerRule(a.entropy,n);return o.insertStringPseudoRandomly(a.value,u.entropy,u.value)}}},function(t,e,n){(function(t){var n,r=function(t){"use strict";var e=1e7,n=7,o=9007199254740992,i=f(o),s=Math.log(o);function a(t,e){return void 0===t?a[0]:void 0!==e?10==+e?G(t):U(t,e):G(t)}function u(t,e){this.value=t,this.sign=e,this.isSmall=!1}function c(t){this.value=t,this.sign=t<0,this.isSmall=!0}function l(t){return-o0?Math.floor(t):Math.ceil(t)}function m(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(o=0;o=c?1:0,a[o]=r-u*c;for(;o0&&a.push(u),a}function g(t,e){return t.length>=e.length?m(t,e):m(e,t)}function y(t,n){var r,o,i=t.length,s=new Array(i),a=e;for(o=0;o0;)s[o++]=n%a,n=Math.floor(n/a);return s}function b(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(r=0;r0;)s[o++]=u%a,u=Math.floor(u/a);return s}function P(t,e){for(var n=[];e-- >0;)n.push(0);return n.concat(t)}function x(t,n,r){return new u(t=0;--r)i=(s=i*c+t[r])-(o=v(s/n))*n,u[r]=0|o;return[u,0|i]}function E(t,n){var r,o,i=G(n),s=t.value,l=i.value;if(0===l)throw new Error("Cannot divide by zero");if(t.isSmall)return i.isSmall?[new c(v(s/l)),new c(s%l)]:[a[0],t];if(i.isSmall){if(1===l)return[t,a[0]];if(-1==l)return[t.negate(),a[0]];var m=Math.abs(l);if(m=0;o--){for(r=d-1,y[o+f]!==m&&(r=Math.floor((y[o+f]*d+y[o+f-1])/m)),i=0,s=0,u=b.length,a=0;ac&&(i=(i+1)*h),r=Math.ceil(i/s);do{if(k(a=C(n,r),f)<=0)break;r--}while(r);l.push(r),f=b(f,a)}return l.reverse(),[p(l),p(f)]}(s,l))[0];var w=t.sign!==i.sign,_=r[1],P=t.sign;return"number"==typeof o?(w&&(o=-o),o=new c(o)):o=new u(o,w),"number"==typeof _?(P&&(_=-_),_=new c(_)):_=new u(_,P),[o,_]}function k(t,e){if(t.length!==e.length)return t.length>e.length?1:-1;for(var n=t.length-1;n>=0;n--)if(t[n]!==e[n])return t[n]>e[n]?1:-1;return 0}function A(t){var e=t.abs();return!e.isUnit()&&(!!(e.equals(2)||e.equals(3)||e.equals(5))||!(e.isEven()||e.isDivisibleBy(3)||e.isDivisibleBy(5))&&(!!e.lesser(25)||void 0))}u.prototype=Object.create(a.prototype),c.prototype=Object.create(a.prototype),u.prototype.add=function(t){var e=G(t);if(this.sign!==e.sign)return this.subtract(e.negate());var n=this.value,r=e.value;return e.isSmall?new u(y(n,Math.abs(r)),this.sign):new u(g(n,r),this.sign)},u.prototype.plus=u.prototype.add,c.prototype.add=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.subtract(e.negate());var r=e.value;if(e.isSmall){if(l(n+r))return new c(n+r);r=f(Math.abs(r))}return new u(y(r,Math.abs(n)),n<0)},c.prototype.plus=c.prototype.add,u.prototype.subtract=function(t){var e=G(t);if(this.sign!==e.sign)return this.add(e.negate());var n=this.value,r=e.value;return e.isSmall?w(n,Math.abs(r),this.sign):function(t,e,n){var r;return k(t,e)>=0?r=b(t,e):(r=b(e,t),n=!n),"number"==typeof(r=p(r))?(n&&(r=-r),new c(r)):new u(r,n)}(n,r,this.sign)},u.prototype.minus=u.prototype.subtract,c.prototype.subtract=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.add(e.negate());var r=e.value;return e.isSmall?new c(n-r):w(r,Math.abs(n),n>=0)},c.prototype.minus=c.prototype.subtract,u.prototype.negate=function(){return new u(this.value,!this.sign)},c.prototype.negate=function(){var t=this.sign,e=new c(-this.value);return e.sign=!t,e},u.prototype.abs=function(){return new u(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},u.prototype.multiply=function(t){var n,r,o,i=G(t),s=this.value,c=i.value,l=this.sign!==i.sign;if(i.isSmall){if(0===c)return a[0];if(1===c)return this;if(-1===c)return this.negate();if((n=Math.abs(c))0?function t(e,n){var r=Math.max(e.length,n.length);if(r<=30)return _(e,n);r=Math.ceil(r/2);var o=e.slice(r),i=e.slice(0,r),s=n.slice(r),a=n.slice(0,r),u=t(i,a),c=t(o,s),l=t(g(i,o),g(a,s)),f=g(g(u,P(b(b(l,u),c),r)),P(c,2*r));return d(f),f}(s,c):_(s,c),l)},u.prototype.times=u.prototype.multiply,c.prototype._multiplyBySmall=function(t){return l(t.value*this.value)?new c(t.value*this.value):x(Math.abs(t.value),f(Math.abs(this.value)),this.sign!==t.sign)},u.prototype._multiplyBySmall=function(t){return 0===t.value?a[0]:1===t.value?this:-1===t.value?this.negate():x(Math.abs(t.value),this.value,this.sign!==t.sign)},c.prototype.multiply=function(t){return G(t)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,u.prototype.square=function(){return new u(S(this.value),!1)},c.prototype.square=function(){var t=this.value*this.value;return l(t)?new c(t):new u(S(f(Math.abs(this.value))),!1)},u.prototype.divmod=function(t){var e=E(this,t);return{quotient:e[0],remainder:e[1]}},c.prototype.divmod=u.prototype.divmod,u.prototype.divide=function(t){return E(this,t)[0]},c.prototype.over=c.prototype.divide=u.prototype.over=u.prototype.divide,u.prototype.mod=function(t){return E(this,t)[1]},c.prototype.remainder=c.prototype.mod=u.prototype.remainder=u.prototype.mod,u.prototype.pow=function(t){var e,n,r,o=G(t),i=this.value,s=o.value;if(0===s)return a[1];if(0===i)return a[0];if(1===i)return a[1];if(-1===i)return o.isEven()?a[1]:a[-1];if(o.sign)return a[0];if(!o.isSmall)throw new Error("The exponent "+o.toString()+" is too large.");if(this.isSmall&&l(e=Math.pow(i,s)))return new c(v(e));for(n=this,r=a[1];!0&s&&(r=r.times(n),--s),0!==s;)s/=2,n=n.square();return r},c.prototype.pow=u.prototype.pow,u.prototype.modPow=function(t,e){if(t=G(t),(e=G(e)).isZero())throw new Error("Cannot take modPow with modulus 0");for(var n=a[1],r=this.mod(e);t.isPositive();){if(r.isZero())return a[0];t.isOdd()&&(n=n.multiply(r).mod(e)),t=t.divide(2),r=r.square().mod(e)}return n},c.prototype.modPow=u.prototype.modPow,u.prototype.compareAbs=function(t){var e=G(t),n=this.value,r=e.value;return e.isSmall?1:k(n,r)},c.prototype.compareAbs=function(t){var e=G(t),n=Math.abs(this.value),r=e.value;return e.isSmall?n===(r=Math.abs(r))?0:n>r?1:-1:-1},u.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return this.sign!==e.sign?e.sign?1:-1:e.isSmall?this.sign?-1:1:k(n,r)*(this.sign?-1:1)},u.prototype.compareTo=u.prototype.compare,c.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return e.isSmall?n==r?0:n>r?1:-1:n<0!==e.sign?n<0?-1:1:n<0?1:-1},c.prototype.compareTo=c.prototype.compare,u.prototype.equals=function(t){return 0===this.compare(t)},c.prototype.eq=c.prototype.equals=u.prototype.eq=u.prototype.equals,u.prototype.notEquals=function(t){return 0!==this.compare(t)},c.prototype.neq=c.prototype.notEquals=u.prototype.neq=u.prototype.notEquals,u.prototype.greater=function(t){return this.compare(t)>0},c.prototype.gt=c.prototype.greater=u.prototype.gt=u.prototype.greater,u.prototype.lesser=function(t){return this.compare(t)<0},c.prototype.lt=c.prototype.lesser=u.prototype.lt=u.prototype.lesser,u.prototype.greaterOrEquals=function(t){return this.compare(t)>=0},c.prototype.geq=c.prototype.greaterOrEquals=u.prototype.geq=u.prototype.greaterOrEquals,u.prototype.lesserOrEquals=function(t){return this.compare(t)<=0},c.prototype.leq=c.prototype.lesserOrEquals=u.prototype.leq=u.prototype.lesserOrEquals,u.prototype.isEven=function(){return 0==(1&this.value[0])},c.prototype.isEven=function(){return 0==(1&this.value)},u.prototype.isOdd=function(){return 1==(1&this.value[0])},c.prototype.isOdd=function(){return 1==(1&this.value)},u.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},u.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},u.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return 1===Math.abs(this.value)},u.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return 0===this.value},u.prototype.isDivisibleBy=function(t){var e=G(t),n=e.value;return 0!==n&&(1===n||(2===n?this.isEven():this.mod(e).equals(a[0])))},c.prototype.isDivisibleBy=u.prototype.isDivisibleBy,u.prototype.isPrime=function(){var t=A(this);if(void 0!==t)return t;for(var e,n,o,i,s=this.abs(),u=s.prev(),c=[2,3,5,7,11,13,17,19],l=u;l.isEven();)l=l.divide(2);for(o=0;o-o?new c(t-1):new u(i,!0)};for(var L=[1];L[L.length-1]<=e;)L.push(2*L[L.length-1]);var $=L.length,j=L[$-1];function R(t){return("number"==typeof t||"string"==typeof t)&&+Math.abs(t)<=e||t instanceof u&&t.value.length<=1}function T(t,e,n){e=G(e);for(var o=t.isNegative(),i=e.isNegative(),s=o?t.not():t,a=i?e.not():e,u=[],c=[],l=!1,f=!1;!l||!f;)s.isZero()?(l=!0,u.push(o?1:0)):o?u.push(s.isEven()?1:0):u.push(s.isEven()?0:1),a.isZero()?(f=!0,c.push(i?1:0)):i?c.push(a.isEven()?1:0):c.push(a.isEven()?0:1),s=s.over(2),a=a.over(2);for(var p=[],d=0;d=$;)e=e.multiply(j),t-=$-1;return e.multiply(L[t])},c.prototype.shiftLeft=u.prototype.shiftLeft,u.prototype.shiftRight=function(t){var e;if(!R(t))throw new Error(String(t)+" is too large for shifting.");if((t=+t)<0)return this.shiftLeft(-t);for(var n=this;t>=$;){if(n.isZero())return n;n=(e=E(n,j))[1].isNegative()?e[0].prev():e[0],t-=$-1}return(e=E(n,L[t]))[1].isNegative()?e[0].prev():e[0]},c.prototype.shiftRight=u.prototype.shiftRight,u.prototype.not=function(){return this.negate().prev()},c.prototype.not=u.prototype.not,u.prototype.and=function(t){return T(this,t,function(t,e){return t&e})},c.prototype.and=u.prototype.and,u.prototype.or=function(t){return T(this,t,function(t,e){return t|e})},c.prototype.or=u.prototype.or,u.prototype.xor=function(t){return T(this,t,function(t,e){return t^e})},c.prototype.xor=u.prototype.xor;var M=1<<30,N=(e&-e)*(e&-e)|M;function I(t){var n=t.value,r="number"==typeof n?n|M:n[0]+n[1]*e|N;return r&-r}function D(t,e){return t=G(t),e=G(e),t.greater(e)?t:e}function F(t,e){return t=G(t),e=G(e),t.lesser(e)?t:e}function B(t,e){if(t=G(t).abs(),e=G(e).abs(),t.equals(e))return t;if(t.isZero())return e;if(e.isZero())return t;for(var n,r,o=a[1];t.isEven()&&e.isEven();)n=Math.min(I(t),I(e)),t=t.divide(n),e=e.divide(n),o=o.multiply(n);for(;t.isEven();)t=t.divide(I(t));do{for(;e.isEven();)e=e.divide(I(e));t.greater(e)&&(r=e,e=t,t=r),e=e.subtract(t)}while(!e.isZero());return o.isUnit()?t:t.multiply(o)}var U=function(t,e){var n=t.length;if(2<=e&&e<=36&&n<=s/Math.log(e))return new c(parseInt(t,e));e=G(e);var r,o=[],i="-"===t[0];for(r=i?1:0;r"!==t[r]);o.push(G(t.slice(l+1,r)))}}return q(o,e,i)};function q(t,e,n){var r,o=a[0],i=a[1];for(r=t.length-1;r>=0;r--)o=o.add(t[r].times(i)),i=i.times(e);return n?o.negate():o}function z(t){var e=t.value;return"number"==typeof e&&(e=[e]),1===e.length&&e[0]<=35?"0123456789abcdefghijklmnopqrstuvwxyz".charAt(e[0]):"<"+e+">"}function H(t,e){if((e=r(e)).isZero()){if(t.isZero())return"0";throw new Error("Cannot convert nonzero numbers to base 0.")}if(e.equals(-1))return t.isZero()?"0":t.isNegative()?new Array(1-t).join("10"):"1"+new Array(+t).join("01");var n="";if(t.isNegative()&&e.isPositive()&&(n="-",t=t.abs()),e.equals(1))return t.isZero()?"0":n+new Array(+t+1).join(1);for(var o,i=[],s=t;s.isNegative()||s.compareAbs(e)>=0;){o=s.divmod(e),s=o.quotient;var a=o.remainder;a.isNegative()&&(a=e.minus(a).abs(),s=s.next()),i.push(z(a))}return i.push(z(s)),n+i.reverse().join("")}function V(t){if(l(+t)){var e=+t;if(e===v(e))return new c(e);throw"Invalid integer: "+t}var r="-"===t[0];r&&(t=t.slice(1));var o=t.split(/e/i);if(o.length>2)throw new Error("Invalid integer: "+o.join("e"));if(2===o.length){var i=o[1];if("+"===i[0]&&(i=i.slice(1)),(i=+i)!==v(i)||!l(i))throw new Error("Invalid integer: "+i+" is not a valid exponent.");var s=o[0],a=s.indexOf(".");if(a>=0&&(i-=s.length-a-1,s=s.slice(0,a)+s.slice(a+1)),i<0)throw new Error("Cannot include negative exponent part for integers");t=s+=new Array(i+1).join("0")}if(!/^([0-9][0-9]*)$/.test(t))throw new Error("Invalid integer: "+t);for(var f=[],p=t.length,h=n,m=p-h;p>0;)f.push(+t.slice(m,p)),(m-=h)<0&&(m=0),p-=h;return d(f),new u(f,r)}function G(t){return"number"==typeof t?function(t){if(l(t)){if(t!==v(t))throw new Error(t+" is not an integer.");return new c(t)}return V(t.toString())}(t):"string"==typeof t?V(t):t}u.prototype.toString=function(t){if(void 0===t&&(t=10),10!==t)return H(this,t);for(var e,n=this.value,r=n.length,o=String(n[--r]);--r>=0;)e=String(n[r]),o+="0000000".slice(e.length)+e;return(this.sign?"-":"")+o},c.prototype.toString=function(t){return void 0===t&&(t=10),10!=t?H(this,t):String(this.value)},u.prototype.valueOf=function(){return+this.toString()},u.prototype.toJSNumber=u.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf;for(var W=0;W<1e3;W++)a[W]=new c(W),W>0&&(a[-W]=new c(-W));return a.one=a[1],a.zero=a[0],a.minusOne=a[-1],a.max=D,a.min=F,a.gcd=B,a.lcm=function(t,e){return t=G(t).abs(),e=G(e).abs(),t.divide(B(t,e)).multiply(e)},a.isInstance=function(t){return t instanceof u||t instanceof c},a.randBetween=function(t,n){var r=F(t=G(t),n=G(n)),o=D(t,n).subtract(r);if(o.isSmall)return r.add(Math.round(Math.random()*o));for(var i=[],s=!0,a=o.value.length-1;a>=0;a--){var l=s?o.value[a]:e,f=v(Math.random()*l);i.unshift(f),f?@[\\]^_`{|}~"};t.exports={getSetOfCharacters:function(t){if(void 0===t)return o.lowercase+o.uppercase+o.digits+o.symbols;let e="";return t.forEach(t=>{e+=o[t]}),e},getOneCharPerRule:function(t,e){let n="",i=t;return e.forEach(t=>{const e=r("",i,o[t],1);n+=e.value,i=e.entropy}),{value:n,entropy:i}},insertStringPseudoRandomly:function(t,e,n){let r=e,o=t;for(let t=0;tt[e])},characterSubsets:o}},function(t,e,n){"use strict";var r=n(9);n.n(r).a},function(t,e,n){"use strict";var r=n(10);n.n(r).a},function(t,e,n){"use strict";var r=n(11);n.n(r).a},function(t,e,n){"use strict";var r=n(12);n.n(r).a},function(t,e,n){"use strict";var r=n(13);n.n(r).a},function(t,e,n){"use strict";var r=n(14);n.n(r).a},function(t,e,n){"use strict";var r=n(15);n.n(r).a},function(t,e,n){"use strict";var r=n(16);n.n(r).a},function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"refreshToken",function(){return $}),n.d(r,"saveDefaultOptions",function(){return j}),n.d(r,"loadPasswordProfile",function(){return R}),n.d(r,"getPasswordFromUrlQuery",function(){return T}),n.d(r,"savePassword",function(){return M}),n.d(r,"resetPassword",function(){return N}),n.d(r,"login",function(){return I}),n.d(r,"logout",function(){return D}),n.d(r,"getPasswords",function(){return F}),n.d(r,"saveOrUpdatePassword",function(){return B}),n.d(r,"deletePassword",function(){return U}),n.d(r,"displayMessage",function(){return q}),n.d(r,"cleanMessage",function(){return z});var o={};n.r(o),n.d(o,"isAuthenticated",function(){return G}),n.d(o,"isGuest",function(){return W}),n.d(o,"passwordURL",function(){return K}),n.d(o,"isDefaultProfile",function(){return Z});var i=n(3),s=(n(42),n(43),n(0));function a(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{saved:!1}},methods:{fullReload:function(){this.$store.dispatch("resetPassword"),this.$router.push({name:"home"})},logout:function(){this.$store.dispatch("logout"),this.$router.push({name:"home"})},saveOrUpdatePassword:function(){var t=this;this.$store.dispatch("saveOrUpdatePassword"),this.saved=!0,setTimeout(function(){t.saved=!1},3e3)}},computed:function(t){for(var e=1;e-1}function vt(t,e){for(var n in e)t[n]=e[n];return t}var mt={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var s=o.$createElement,a=n.name,u=o.$route,c=o._routerViewCache||(o._routerViewCache={}),l=0,f=!1;o&&o._routerRoot!==o;){var p=o.$vnode&&o.$vnode.data;p&&(p.routerView&&l++,p.keepAlive&&o._inactive&&(f=!0)),o=o.$parent}if(i.routerViewDepth=l,f)return s(c[a],i,r);var d=u.matched[l];if(!d)return c[a]=null,s();var h=c[a]=d.components[a];i.registerRouteInstance=function(t,e){var n=d.instances[a];(e&&n!==t||!e&&n===t)&&(d.instances[a]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){d.instances[a]=e.componentInstance},i.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==d.instances[a]&&(d.instances[a]=t.componentInstance)};var v=i.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(u,d.props&&d.props[a]);if(v){v=i.props=vt({},v);var m=i.attrs=i.attrs||{};for(var g in v)h.props&&g in h.props||(m[g]=v[g],delete v[g])}return s(h,i,r)}};var gt=/[!'()*]/g,yt=function(t){return"%"+t.charCodeAt(0).toString(16)},bt=/%2C/g,wt=function(t){return encodeURIComponent(t).replace(gt,yt).replace(bt,",")},_t=decodeURIComponent;function Ct(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=_t(n.shift()),o=n.length>0?_t(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function Pt(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return wt(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(wt(e)):r.push(wt(e)+"="+wt(t)))}),r.join("&")}return wt(e)+"="+wt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var xt=/\/?$/;function St(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=Ot(i)}catch(t){}var s={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:At(e,o),matched:t?kt(t):[]};return n&&(s.redirectedFrom=At(n,o)),Object.freeze(s)}function Ot(t){if(Array.isArray(t))return t.map(Ot);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ot(t[n]);return e}return t}var Et=St(null,{path:"/"});function kt(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function At(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;return void 0===o&&(o=""),(n||"/")+(e||Pt)(r)+o}function Lt(t,e){return e===Et?t===e:!!e&&(t.path&&e.path?t.path.replace(xt,"")===e.path.replace(xt,"")&&t.hash===e.hash&&$t(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&$t(t.query,e.query)&&$t(t.params,e.params)))}function $t(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],o=e[n];return"object"==typeof r&&"object"==typeof o?$t(r,o):String(r)===String(o)})}var jt,Rt=[String,Object],Tt=[String,Array],Mt={name:"RouterLink",props:{to:{type:Rt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Tt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,s=o.route,a=o.href,u={},c=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==c?"router-link-active":c,p=null==l?"router-link-exact-active":l,d=null==this.activeClass?f:this.activeClass,h=null==this.exactActiveClass?p:this.exactActiveClass,v=i.path?St(null,i,null,n):s;u[h]=Lt(r,v),u[d]=this.exact?u[h]:function(t,e){return 0===t.path.replace(xt,"/").indexOf(e.path.replace(xt,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Nt(t)&&(e.replace?n.replace(i):n.push(i))},g={click:Nt};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:u};if("a"===this.tag)y.on=g,y.attrs={href:a};else{var b=function t(e){if(e)for(var n,r=0;r=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}(o.path||""),u=e&&e.path||"/",c=a.path?Dt(a.path,u,n||o.append):u,l=function(t,e,n){void 0===e&&(e={});var r,o=n||Ct;try{r=o(t||"")}catch(t){r={}}for(var i in e)r[i]=e[i];return r}(a.query,o.query,r&&r.options.parseQuery),f=o.hash||a.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:c,query:l,hash:f}}function ae(t,e){var n=oe(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function s(t,n,s){var a=se(t,n,!1,e),c=a.name;if(c){var l=i[c];if(!l)return u(null,a);var f=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof a.params&&(a.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in a.params)&&f.indexOf(p)>-1&&(a.params[p]=n.params[p]);return a.path=re(l.path,a.params),u(l,a,s)}if(a.path){a.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function Oe(t){return function(e,n,r){var o=!1,i=0,s=null;Ee(t,function(t,e,n,a){if("function"==typeof t&&void 0===t.cid){o=!0,i++;var u,c=Le(function(e){var o;((o=e).__esModule||Ae&&"Module"===o[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:jt.extend(e),n.components[a]=e,--i<=0&&r()}),l=Le(function(t){var e="Failed to resolve async component "+a+": "+t;s||(s=ht(t)?t:new Error(e),r(s))});try{u=t(c,l)}catch(t){l(t)}if(u)if("function"==typeof u.then)u.then(c,l);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,l)}}}),o||r()}}function Ee(t,e){return ke(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function ke(t){return Array.prototype.concat.apply([],t)}var Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Le(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var $e=function(t,e){this.router=t,this.base=function(t){if(!t)if(It){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=Et,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function je(t,e,n,r){var o=Ee(t,function(t,r,o,i){var s=function(t,e){"function"!=typeof t&&(t=jt.extend(t));return t.options[e]}(t,e);if(s)return Array.isArray(s)?s.map(function(t){return n(t,r,o,i)}):n(s,r,o,i)});return ke(r?o.reverse():o)}function Re(t,e){if(e)return function(){return t.apply(e,arguments)}}$e.prototype.listen=function(t){this.cb=t},$e.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},$e.prototype.onError=function(t){this.errorCbs.push(t)},$e.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},$e.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current,i=function(t){ht(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Lt(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),i();var s=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function Fe(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Be(t){ye?Pe(Fe(t)):window.location.hash=t}function Ue(t){ye?xe(Fe(t)):window.location.replace(Fe(t))}var qe=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}($e),ze=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ae(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!ye&&!1!==t.fallback,this.fallback&&(e="hash"),It||(e="abstract"),this.mode=e,e){case"history":this.history=new Te(this,t.base);break;case"hash":this.history=new Ne(this,t.base,this.fallback);break;case"abstract":this.history=new qe(this,t.base);break;default:0}},He={currentRoute:{configurable:!0}};function Ve(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}ze.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},He.currentRoute.get=function(){return this.history&&this.history.current},ze.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)}),!this.app){this.app=t;var n=this.history;if(n instanceof Te)n.transitionTo(n.getCurrentLocation());else if(n instanceof Ne){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},ze.prototype.beforeEach=function(t){return Ve(this.beforeHooks,t)},ze.prototype.beforeResolve=function(t){return Ve(this.resolveHooks,t)},ze.prototype.afterEach=function(t){return Ve(this.afterHooks,t)},ze.prototype.onReady=function(t,e){this.history.onReady(t,e)},ze.prototype.onError=function(t){this.history.onError(t)},ze.prototype.push=function(t,e,n){this.history.push(t,e,n)},ze.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},ze.prototype.go=function(t){this.history.go(t)},ze.prototype.back=function(){this.go(-1)},ze.prototype.forward=function(){this.go(1)},ze.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},ze.prototype.resolve=function(t,e,n){var r=se(t,e=e||this.history.current,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?Ft(t+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},ze.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==Et&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ze.prototype,He),ze.install=function t(e){if(!t.installed||jt!==e){t.installed=!0,jt=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",mt),e.component("RouterLink",Mt);var o=e.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},ze.version="3.0.7",It&&window.Vue&&window.Vue.use(ze);var Ge=ze,We=n(6),Ke=n.n(We),Ze=n(33),Je={name:"masterPassword",props:{value:String,label:String,email:String,showEncryptButton:{type:Boolean,default:!1},EncryptButtonText:String},data:function(){return{fingerprint:null,icon1:"",icon2:"",icon3:"",color1:"",color2:"",color3:""}},methods:{updateValue:function(t){var e=Math.random().toString(36).substring(7);this.setFingerprint(e),this.showRealFingerprint(t),this.$refs.passwordField.value=t,this.$emit("input",t)},togglePasswordType:function(){var t=this.$refs.passwordField;"password"===t.type?t.type="text":t.type="password"},hidePassword:function(){this.$refs.passwordField.type="password"},getColor:function(t){var e=["#000000","#074750","#009191","#FF6CB6","#FFB5DA","#490092","#006CDB","#B66DFF","#6DB5FE","#B5DAFE","#920000","#924900","#DB6D00","#24FE23"];return e[parseInt(t,16)%e.length]},getIcon:function(t){var e=["fa-hashtag","fa-heart","fa-hotel","fa-university","fa-plug","fa-ambulance","fa-bus","fa-car","fa-plane","fa-rocket","fa-ship","fa-subway","fa-truck","fa-jpy","fa-eur","fa-btc","fa-usd","fa-gbp","fa-archive","fa-area-chart","fa-bed","fa-beer","fa-bell","fa-binoculars","fa-birthday-cake","fa-bomb","fa-briefcase","fa-bug","fa-camera","fa-cart-plus","fa-certificate","fa-coffee","fa-cloud","fa-coffee","fa-comment","fa-cube","fa-cutlery","fa-database","fa-diamond","fa-exclamation-circle","fa-eye","fa-flag","fa-flask","fa-futbol-o","fa-gamepad","fa-graduation-cap"];return e[parseInt(t,16)%e.length]},setFingerprint:function(t){var e=this;Ke.a.createFingerprint(t).then(function(t){e.icon1=t[0].icon,e.color1=t[0].color,e.icon2=t[1].icon,e.color2=t[1].color,e.icon3=t[2].icon,e.color3=t[2].color,e.fingerprint=t})},showRealFingerprint:n.n(Ze)()(function(t){this.setFingerprint(t)},500),encryptMasterPassword:function(){var t=this,e=this.$refs.passwordField.value;return Ke.a.generatePassword("lesspass.com",this.email,e,L).then(function(e){t.updateValue(e)})}}},Ye=(n(72),l(Je,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"masterPassword"},[n("div",{staticClass:"input-group inner-addon left-addon"},[n("label",{staticClass:"sr-only",attrs:{for:"passwordField"}},[t._v("\n "+t._s(t.label)+"\n ")]),t._v(" "),n("i",{staticClass:"fa fa-lock"}),t._v(" "),n("input",{ref:"passwordField",staticClass:"form-control",attrs:{id:"passwordField",name:"passwordField",type:"password",autocorrect:"off",autocapitalize:"off",placeholder:t.label},domProps:{value:t.value},on:{input:function(e){return t.updateValue(e.target.value)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.$emit("keyupEnter")}}}),t._v(" "),t.fingerprint&&t.value?n("span",{staticClass:"input-group-btn",on:{click:t.togglePasswordType}},[n("button",{staticClass:"btn",attrs:{id:"fingerprint",type:"button",tabindex:"-1"}},[n("small",[n("i",{staticClass:"fa fa-fw",class:[t.icon1],style:{color:t.color1}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon2],style:{color:t.color2}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon3],style:{color:t.color3}})])])]):t._e()]),t._v(" "),t.showEncryptButton?n("button",{staticClass:"btn btn-link btn-sm p-0",class:{disabled:""===t.email},attrs:{id:"encryptMasterPassword__btn",type:"button"},on:{click:function(e){return t.encryptMasterPassword()}}},[n("small",[t._v(t._s(t.EncryptButtonText))])]):t._e()])},[],!1,null,null,null).exports),Qe={data:function(){return{email:"",password:"",baseURL:"https://lesspass.com"}},components:{MasterPassword:Ye},methods:{formIsValid:function(){return!!(this.email&&this.password&&this.baseURL)||(ct.error(this.$t("LoginFormInvalid","LessPass URL, email, and password are mandatory")),!1)},signIn:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;g({email:this.email,password:this.password},{baseURL:e}).then(function(n){t.$store.dispatch("login",{token:n.token,baseURL:e}),t.$router.push({name:"home"})}).catch(function(n){void 0===n.response&&"https://lesspass.com"!==e?ct.error(t.$t("DBNotRunning","Your LessPass Database is not running")):n.response&&400===n.response.status?ct.error(t.$t("LoginIncorrectError","The email and password you entered did not match our records. Please double-check and try again.")):ct.displayGenericError()})}},register:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;y({email:this.email,password:this.password},{baseURL:e}).then(function(){ct.success(t.$t("WelcomeRegister","Welcome {email}, thank you for signing up.",{email:t.email})),t.signIn()}).catch(function(e){e.response&&void 0!==e.response.data.email?(-1!==e.response.data.email[0].indexOf("already exists")&&ct.error(t.$t("EmailAlreadyExist","This email is already registered. Want to login or recover your password?")),-1!==e.response.data.email[0].indexOf("valid email")&&ct.error(t.$t("EmailInvalid","Please enter a valid email"))):ct.displayGenericError()})}}}},Xe=(n(73),l(Qe,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{on:{submit:function(e){return e.preventDefault(),t.signIn(e)}}},[n("div",{staticClass:"form-group"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-globe"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.baseURL,expression:"baseURL"}],staticClass:"form-control",attrs:{id:"baseURL",autocapitalize:"none",placeholder:t.$t("LessPass Database Url")},domProps:{value:t.baseURL},on:{input:function(e){e.target.composing||(t.baseURL=e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.email,expression:"email"}],staticClass:"form-control",attrs:{id:"email",name:"username",type:"email",autocapitalize:"none",placeholder:t.$t("Email"),required:""},domProps:{value:t.email},on:{input:function(e){e.target.composing||(t.email=e.target.value)}}})])])]),t._v(" "),n("div",{staticClass:"form-group mb-2"},[n("master-password",{attrs:{label:t.$t("Master Password"),email:t.email,showEncryptButton:!0,EncryptButtonText:t.$t("Encrypt my master password")},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}})],1),t._v(" "),n("div",{staticClass:"form-group row no-gutters mb-0"},[n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-primary btn-block",attrs:{id:"signInButton"}},[t._v("\n "+t._s(t.$t("Sign In"))+"\n ")])]),t._v(" "),n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-secondary btn-block",attrs:{id:"registerButton",type:"button"},on:{click:t.register}},[t._v("\n "+t._s(t.$t("Register"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"form-group mb-0"},[n("button",{staticClass:"btn btn-link btn-sm p-0",attrs:{id:"login__forgot-password-btn",type:"button"},on:{click:function(e){return t.$router.push({name:"passwordReset"})}}},[n("small",[t._v(t._s(t.$t("ForgotPassword","Forgot your password?")))])])])])},[],!1,null,null,null).exports),tn=n(18),en=n.n(tn),nn=l({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticStyle:{display:"none"}},[e("label",{attrs:{for:"username"}},[e("input",{attrs:{type:"text",id:"username",name:"username",autocomplete:"username"}})]),this._v(" "),e("label",{attrs:{for:"password"}},[e("input",{attrs:{type:"password",id:"password",name:"password",autocomplete:"current-password"}})])])}],!1,null,null,null).exports,rn=n(4),on=n.n(rn),sn={name:"inputSite",props:{value:String,label:String,passwords:{type:Array,default:function(){return[]}}},mounted:function(){var t=this;this.awesomplete=new on.a(this.$refs.siteField),this.awesomplete.item=function(t,e){var n=on.a.ITEM(t.value.site,e);return n.innerHTML+=" ".concat(t.value.login),n},this.awesomplete.filter=function(t,e){return on.a.FILTER_CONTAINS(t,e)||on.a.FILTER_CONTAINS(e,t)},this.awesomplete.data=function(t){return{label:t.site,value:t}},this.awesomplete.replace=function(e){t.$refs.siteField.value=e.label,e.value.suggestion?t.$emit("suggestionSelected",e.value.site):t.$emit("passwordProfileSelected",e.value)},this.awesomplete.sort=function(t,e){return t.value.site.localeCompare(e.value.site)||t.value.login.localeCompare(e.value.login)}},computed:{site:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},watch:{site:function(t,e){var n=function(t){var e=x(t)||t;if(/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})$/.test(e))return[];var n=e.toLowerCase().split(".").filter(function(t){return t.length>=2});if(n.length<2)return[];var r=n[n.length-2],o=n[n.length-1];return n.reduceRight(function(t,e){var r=n.indexOf(e);if(r>=0&&rr?r:t2&&void 0!==arguments[2]?arguments[2]:"right";t.setAttribute("aria-label",e),t.setAttribute("data-balloon-visible",""),t.setAttribute("data-balloon-pos",n)}function vn(t){t.removeAttribute("aria-label"),t.removeAttribute("data-balloon-visible"),t.removeAttribute("data-balloon-pos")}function mn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function gn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yn={name:"password-generator-view",components:{RemoveAutoComplete:nn,InputSite:an,MasterPassword:Ye,Options:l(dn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"options"}},[n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[n("label",{attrs:{for:"types"}},[t._v(t._s(t.$t("Advanced options")))])])]),t._v(" "),n("div",{staticClass:"row",attrs:{id:"types"}},[n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.lowercase,"btn-secondary":!1===t.password.lowercase},attrs:{id:"lowercase__btn",type:"button"},on:{click:function(e){t.password.lowercase=!t.password.lowercase}}},[t._v("\n a-z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.uppercase,"btn-secondary":!1===t.password.uppercase},attrs:{id:"uppercase__btn",type:"button"},on:{click:function(e){t.password.uppercase=!t.password.uppercase}}},[t._v("\n A-Z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.numbers,"btn-secondary":!1===t.password.numbers},attrs:{id:"numbers__btn",type:"button"},on:{click:function(e){t.password.numbers=!t.password.numbers}}},[t._v("\n 0-9\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.symbols,"btn-secondary":!1===t.password.symbols},attrs:{id:"symbols__btn",type:"button"},on:{click:function(e){t.password.symbols=!t.password.symbols}}},[t._v("\n %!@\n ")])])])])]),t._v(" "),n("div",{staticClass:"form-group row mb-0"},[n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordLength"}},[t._v(t._s(t.$t("Length")))]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.decrement(t.password.length,{min:5,max:35})}}},[t._m(0)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.length,expression:"password.length",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordLength",type:"number",min:"5",max:"35"},domProps:{value:t.password.length},on:{input:function(e){e.target.composing||t.$set(t.password,"length",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.increment(t.password.length,{min:5,max:35})}}},[t._m(1)])])]),t._v(" "),n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordCounter","data-balloon-length":"large","data-balloon":t.$t("CounterFieldHelp","Increment this value to change the generated password without changing your master password."),"data-balloon-pos":"up"}},[t._v("\n "+t._s(t.$t("Counter"))+"\n ")]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",attrs:{id:"decreaseCounter__btn"},on:{click:function(e){t.password.counter=t.decrement(t.password.counter,{min:1})}}},[t._m(2)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.counter,expression:"password.counter",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordCounter",type:"number",min:"1"},domProps:{value:t.password.counter},on:{input:function(e){e.target.composing||t.$set(t.password,"counter",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",attrs:{id:"increaseCounter__btn"},on:{click:function(e){t.password.counter=t.increment(t.password.counter,{min:1})}}},[t._m(3)])])])])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"decreaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"increaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])}],!1,null,null,null).exports},computed:function(t){for(var e=1;e35&&ct.warning(this.$t("LengthDeprecationWarning","The maximum length of a password is 35 characters.")),this.cleanErrors();var o={lowercase:this.password.lowercase,uppercase:this.password.uppercase,numbers:this.password.numbers,symbols:this.password.symbols,length:this.password.length,counter:this.password.counter,version:this.password.version};return Ke.a.generatePassword(e,n,r,o).then(function(e){t.passwordGenerated=e,t.cleanFormIn30Seconds()})}ct.error(this.$t("SiteLoginMasterPasswordMandatory","Site, login, and master password fields are mandatory."))},focusBestInputField:function(){try{var t=this.$refs.site.$refs.siteField,e=this.$refs.login,n=this.$refs.masterPassword;if(t&&!t.value)return void t.focus();if(e&&!e.value)return void e.focus();n.$refs.passwordField.focus()}catch(t){console.error("Can't focus password field")}},copyPassword:function(){if(en()(this.passwordGenerated)){var t=document.getElementById("copyPasswordButton");hn(t,this.$t("Copied","copied !")),setTimeout(function(){return vn(t)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},sharePasswordProfile:function(){if(en()(this.passwordURL)){var t=this.$t("PasswordProfileCopied","Your password profile has been copied"),e=document.getElementById("sharePasswordProfileButton");hn(e,t,"left"),setTimeout(function(){return vn(e)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},setSite:function(t){this.password.site=t},setPasswordProfile:function(t){var e=this;this.$store.dispatch("savePassword",{password:t}).then(function(){e.focusBestInputField()})}}},bn=(n(76),l(yn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"password-generator",novalidate:""},on:{submit:function(e){return e.preventDefault(),t.generatePassword(e)}}},[n("div",{staticClass:"form-group"},[n("input-site",{ref:"site",attrs:{passwords:t.passwords,label:t.$t("Site")},on:{suggestionSelected:t.setSite,passwordProfileSelected:t.setPasswordProfile},model:{value:t.password.site,callback:function(e){t.$set(t.password,"site",e)},expression:"password.site"}})],1),t._v(" "),n("remove-auto-complete"),t._v(" "),n("div",{staticClass:"form-group"},[n("label",{staticClass:"sr-only",attrs:{for:"login"}},[t._v(t._s(t.$t("Login")))]),t._v(" "),n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.password.login,expression:"password.login"}],ref:"login",staticClass:"form-control",attrs:{id:"login",name:"login",autocomplete:"off",autocorrect:"off",autocapitalize:"none",placeholder:t.$t("Login")},domProps:{value:t.password.login},on:{input:function(e){e.target.composing||t.$set(t.password,"login",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group"},[n("master-password",{ref:"masterPassword",attrs:{label:t.$t("Master Password")},on:{generatePassword:t.generatePassword},model:{value:t.masterPassword,callback:function(e){t.masterPassword=e},expression:"masterPassword"}})],1),t._v(" "),n("div",{staticClass:"form-group",class:{"mb-0":!t.showOptions}},[t.passwordGenerated?t._e():n("div",[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"generatePassword__btn",type:"submit"}},[t._v("\n "+t._s(t.$t("Generate"))+"\n ")]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.passwordGenerated,expression:"!passwordGenerated"}],staticClass:"btn btn-secondary pull-right showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.passwordGenerated,expression:"passwordGenerated"}],staticClass:"btn-group"},[n("div",{staticClass:"input-group"},[n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"copyPasswordButton",type:"button"},on:{click:function(e){return t.copyPassword()}}},[n("i",{staticClass:"fa fa-clipboard"})])]),t._v(" "),n("input",{ref:"passwordGenerated",staticClass:"form-control",attrs:{id:"generated-password",type:"password",tabindex:"-1"},domProps:{value:t.passwordGenerated}}),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"revealGeneratedPassword",type:"button"},on:{click:function(e){return t.togglePasswordType(t.$refs.passwordGenerated)}}},[n("i",{staticClass:"fa fa-eye"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"sharePasswordProfileButton",type:"button"},on:{click:function(e){return t.sharePasswordProfile()}}},[n("i",{staticClass:"fa fa-share-alt pointer"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])])])])]),t._v(" "),t.showOptions||!t.isDefaultProfile?n("options"):t._e()],1)},[],!1,null,null,null).exports);function wn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function _n(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Cn=l({data:function(){return{email:""}},computed:function(t){for(var e=1;e0?n("div",[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[t._v("\n "+t._s(t.$t("NoMatchFor","Oops! There are no matches for"))+' "'+t._s(t.searchQuery)+'".\n '+t._s(t.$t("UpdateYourSearch","Please try broadening your search."))+"\n ")])])]):t._e(),t._v(" "),t._l(t.filteredPasswords,function(e){return n("password-profile",{key:e.id,attrs:{password:e},on:{deleted:function(e){t.pagination.currentPage=1}}})})],2),t._v(" "),t.pagination.pageCount>1?n("div",{attrs:{id:"passwords__pagination"}},[n("paginate",{attrs:{"page-count":t.pagination.pageCount,"page-range":1,"margin-pages":1,"click-handler":t.setCurrentPage,containerClass:"pagination pagination-sm","page-class":"page-item","prev-class":"page-item","next-class":"page-item","page-link-class":"page-link","prev-link-class":"page-link","next-link-class":"page-link","prev-text":t.$t("Previous"),"next-text":t.$t("Next")}})],1):t._e()])},[],!1,null,null,null).exports);i.a.use(Ge);var Rn=new Ge({routes:[{path:"/",name:"home",component:bn},{path:"/login",name:"login",component:Xe},{path:"/passwords/",name:"passwords",component:jn},{path:"/password/reset",name:"passwordReset",component:Cn},{path:"/password/reset/confirm/:uid/:token",name:"passwordResetConfirm",component:Pn},{path:"*",redirect:"/"}]}),Tn={translate(t,e,n,r){return t&&e in t?this.compile(t[e],r):n?this.compile(n,r):e},compile:(t,e)=>e?t.replace(/{(\w*)}/g,(t,n)=>e.hasOwnProperty(n)?e[n]:""):t,getBestLanguage(t,e,n){if(void 0===e)return n;for(let n=0;n{const n=this.locales.hasOwnProperty(e)?Object.assign({},this.locales[e],t[e]):t[e];this.setLocale({lang:e,locale:n})})},getLang(){const t=e.languagesAvailable,n=window.navigator.userLanguage||window.navigator.language,r=e.defaultLanguage;return Tn.getBestLanguage(t,n,r)},_translate(t,e,n){return Tn.translate(this.locale,t,e,n)}}}),t.prototype.$polyglot=Mn),t.mixin({methods:{$t(t,e,n){return this.$polyglot._translate(t,e,n)}}}),t.locales=t=>{Object.keys(t).forEach(e=>{Mn.$polyglot.setLocale({lang:e,locale:t[e]})})}}},In=n(35),Dn=n(36),Fn=n(37),Bn=n(38),Un=n(39),qn=n(40),zn=n(41);i.a.use(Nn,{defaultLanguage:"en",languagesAvailable:["fr","es","de","zh","zh-CN","pt","pl"]}),i.a.locales({fr:In,es:Dn,de:Fn,zh:Bn,"zh-CN":Un,pt:qn,pl:zn}),Object(dt.sync)(ut,Rn),new i.a({el:"#lesspass",store:ut,router:Rn,render:function(t){return t(pt)}})}]); \ No newline at end of file +t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,n){"use strict";var r=n(1),o=n(20),i=n(48),s=n(49),a=n(26);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method=t.method?t.method.toLowerCase():"get";var e=[s,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],function(t){u.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}}),r.forEach(["post","put","patch"],function(t){u.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}}),t.exports=u},function(t,e,n){"use strict";var r=n(1);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=o},function(t,e,n){"use strict";var r=n(1),o=n(50),i=n(21),s=n(22),a=n(57),u=n(58);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.baseURL&&!a(t.url)&&(t.url=u(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||s.adapter)(t).then(function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},function(t,e,n){"use strict";var r=n(25);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(1),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,s={};return t?(r.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(s[e]&&o.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(27);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new r(t),e(n.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o(function(e){t=e}),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n(62),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(5))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,s,a,u=1,c={},l=!1,p=t.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(t);f=f&&f.setTimeout?f:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick(function(){h(t)})}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):p&&"onreadystatechange"in p.createElement("script")?(o=p.documentElement,r=function(t){var e=p.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(h,0,t)}:(s="setImmediate$"+Math.random()+"$",a=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(s)&&h(+e.data.slice(s.length))},t.addEventListener?t.addEventListener("message",a,!1):t.attachEvent("onmessage",a),r=function(e){t.postMessage(s+e,"*")}),f.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;nwindow.crypto.subtle.sign({name:"HMAC"},t,r(n||"")).then(t=>o(t)))}},function(t,e,n){const r=n(68);function o(t,e){const{site:n,login:o,options:i,crypto:s}=t,{counter:a}=i||{counter:1},u=n+o+a.toString(16),{iterations:c,keylen:l,digest:p}=s||{iterations:1e5,keylen:32,digest:"sha256"};return r(e,u,c,l,p)}t.exports={isSupported:function(){try{return o({site:"lesspass.com",login:"♥",options:{uppercase:!0,lowercase:!0,digits:!0,symbols:!0,length:16,counter:1},crypto:{method:"pbkdf2",iterations:1,keylen:32,digest:"sha256"}},"tHis is a g00d! password").then(t=>"e99e20abab609cc4564ef137acb540de20d9b92dcc5cda58f78ba431444ef2da"===t?Promise.resolve(!0):Promise.resolve(!1))}catch(t){return Promise.resolve(!1)}},calcEntropy:o}},function(t,e,n){const{stringToArrayBuffer:r,arrayBufferToHex:o,getAlgorithm:i}=n(28);t.exports=function(t,e,n,s,a){return window.crypto.subtle.importKey("raw",r(t),"PBKDF2",!1,["deriveKey"]).then(t=>{const o={name:"PBKDF2",salt:r(e),iterations:n,hash:i(a)};return window.crypto.subtle.deriveKey(o,t,{name:"AES-CTR",length:8*s},!0,["encrypt","decrypt"])}).then(t=>window.crypto.subtle.exportKey("raw",t).then(t=>o(t)))}},function(t,e,n){const r=n(70),o=n(71),{consumeEntropy:i}=n(29);t.exports={renderPassword:function(t,e){const n=o.getRules(e),s=o.getSetOfCharacters(n),a=i("",r(t,16),s,e.length-n.length),u=o.getOneCharPerRule(a.entropy,n);return o.insertStringPseudoRandomly(a.value,u.entropy,u.value)}}},function(t,e,n){(function(t){var n,r=function(t){"use strict";var e=1e7,n=7,o=9007199254740992,i=p(o),s=Math.log(o);function a(t,e){return void 0===t?a[0]:void 0!==e?10==+e?G(t):U(t,e):G(t)}function u(t,e){this.value=t,this.sign=e,this.isSmall=!1}function c(t){this.value=t,this.sign=t<0,this.isSmall=!0}function l(t){return-o0?Math.floor(t):Math.ceil(t)}function m(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(o=0;o=c?1:0,a[o]=r-u*c;for(;o0&&a.push(u),a}function g(t,e){return t.length>=e.length?m(t,e):m(e,t)}function y(t,n){var r,o,i=t.length,s=new Array(i),a=e;for(o=0;o0;)s[o++]=n%a,n=Math.floor(n/a);return s}function b(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(r=0;r0;)s[o++]=u%a,u=Math.floor(u/a);return s}function P(t,e){for(var n=[];e-- >0;)n.push(0);return n.concat(t)}function x(t,n,r){return new u(t=0;--r)i=(s=i*c+t[r])-(o=v(s/n))*n,u[r]=0|o;return[u,0|i]}function E(t,n){var r,o,i=G(n),s=t.value,l=i.value;if(0===l)throw new Error("Cannot divide by zero");if(t.isSmall)return i.isSmall?[new c(v(s/l)),new c(s%l)]:[a[0],t];if(i.isSmall){if(1===l)return[t,a[0]];if(-1==l)return[t.negate(),a[0]];var m=Math.abs(l);if(m=0;o--){for(r=d-1,y[o+p]!==m&&(r=Math.floor((y[o+p]*d+y[o+p-1])/m)),i=0,s=0,u=b.length,a=0;ac&&(i=(i+1)*h),r=Math.ceil(i/s);do{if(k(a=C(n,r),p)<=0)break;r--}while(r);l.push(r),p=b(p,a)}return l.reverse(),[f(l),f(p)]}(s,l))[0];var w=t.sign!==i.sign,_=r[1],P=t.sign;return"number"==typeof o?(w&&(o=-o),o=new c(o)):o=new u(o,w),"number"==typeof _?(P&&(_=-_),_=new c(_)):_=new u(_,P),[o,_]}function k(t,e){if(t.length!==e.length)return t.length>e.length?1:-1;for(var n=t.length-1;n>=0;n--)if(t[n]!==e[n])return t[n]>e[n]?1:-1;return 0}function A(t){var e=t.abs();return!e.isUnit()&&(!!(e.equals(2)||e.equals(3)||e.equals(5))||!(e.isEven()||e.isDivisibleBy(3)||e.isDivisibleBy(5))&&(!!e.lesser(25)||void 0))}u.prototype=Object.create(a.prototype),c.prototype=Object.create(a.prototype),u.prototype.add=function(t){var e=G(t);if(this.sign!==e.sign)return this.subtract(e.negate());var n=this.value,r=e.value;return e.isSmall?new u(y(n,Math.abs(r)),this.sign):new u(g(n,r),this.sign)},u.prototype.plus=u.prototype.add,c.prototype.add=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.subtract(e.negate());var r=e.value;if(e.isSmall){if(l(n+r))return new c(n+r);r=p(Math.abs(r))}return new u(y(r,Math.abs(n)),n<0)},c.prototype.plus=c.prototype.add,u.prototype.subtract=function(t){var e=G(t);if(this.sign!==e.sign)return this.add(e.negate());var n=this.value,r=e.value;return e.isSmall?w(n,Math.abs(r),this.sign):function(t,e,n){var r;return k(t,e)>=0?r=b(t,e):(r=b(e,t),n=!n),"number"==typeof(r=f(r))?(n&&(r=-r),new c(r)):new u(r,n)}(n,r,this.sign)},u.prototype.minus=u.prototype.subtract,c.prototype.subtract=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.add(e.negate());var r=e.value;return e.isSmall?new c(n-r):w(r,Math.abs(n),n>=0)},c.prototype.minus=c.prototype.subtract,u.prototype.negate=function(){return new u(this.value,!this.sign)},c.prototype.negate=function(){var t=this.sign,e=new c(-this.value);return e.sign=!t,e},u.prototype.abs=function(){return new u(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},u.prototype.multiply=function(t){var n,r,o,i=G(t),s=this.value,c=i.value,l=this.sign!==i.sign;if(i.isSmall){if(0===c)return a[0];if(1===c)return this;if(-1===c)return this.negate();if((n=Math.abs(c))0?function t(e,n){var r=Math.max(e.length,n.length);if(r<=30)return _(e,n);r=Math.ceil(r/2);var o=e.slice(r),i=e.slice(0,r),s=n.slice(r),a=n.slice(0,r),u=t(i,a),c=t(o,s),l=t(g(i,o),g(a,s)),p=g(g(u,P(b(b(l,u),c),r)),P(c,2*r));return d(p),p}(s,c):_(s,c),l)},u.prototype.times=u.prototype.multiply,c.prototype._multiplyBySmall=function(t){return l(t.value*this.value)?new c(t.value*this.value):x(Math.abs(t.value),p(Math.abs(this.value)),this.sign!==t.sign)},u.prototype._multiplyBySmall=function(t){return 0===t.value?a[0]:1===t.value?this:-1===t.value?this.negate():x(Math.abs(t.value),this.value,this.sign!==t.sign)},c.prototype.multiply=function(t){return G(t)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,u.prototype.square=function(){return new u(S(this.value),!1)},c.prototype.square=function(){var t=this.value*this.value;return l(t)?new c(t):new u(S(p(Math.abs(this.value))),!1)},u.prototype.divmod=function(t){var e=E(this,t);return{quotient:e[0],remainder:e[1]}},c.prototype.divmod=u.prototype.divmod,u.prototype.divide=function(t){return E(this,t)[0]},c.prototype.over=c.prototype.divide=u.prototype.over=u.prototype.divide,u.prototype.mod=function(t){return E(this,t)[1]},c.prototype.remainder=c.prototype.mod=u.prototype.remainder=u.prototype.mod,u.prototype.pow=function(t){var e,n,r,o=G(t),i=this.value,s=o.value;if(0===s)return a[1];if(0===i)return a[0];if(1===i)return a[1];if(-1===i)return o.isEven()?a[1]:a[-1];if(o.sign)return a[0];if(!o.isSmall)throw new Error("The exponent "+o.toString()+" is too large.");if(this.isSmall&&l(e=Math.pow(i,s)))return new c(v(e));for(n=this,r=a[1];!0&s&&(r=r.times(n),--s),0!==s;)s/=2,n=n.square();return r},c.prototype.pow=u.prototype.pow,u.prototype.modPow=function(t,e){if(t=G(t),(e=G(e)).isZero())throw new Error("Cannot take modPow with modulus 0");for(var n=a[1],r=this.mod(e);t.isPositive();){if(r.isZero())return a[0];t.isOdd()&&(n=n.multiply(r).mod(e)),t=t.divide(2),r=r.square().mod(e)}return n},c.prototype.modPow=u.prototype.modPow,u.prototype.compareAbs=function(t){var e=G(t),n=this.value,r=e.value;return e.isSmall?1:k(n,r)},c.prototype.compareAbs=function(t){var e=G(t),n=Math.abs(this.value),r=e.value;return e.isSmall?n===(r=Math.abs(r))?0:n>r?1:-1:-1},u.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return this.sign!==e.sign?e.sign?1:-1:e.isSmall?this.sign?-1:1:k(n,r)*(this.sign?-1:1)},u.prototype.compareTo=u.prototype.compare,c.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return e.isSmall?n==r?0:n>r?1:-1:n<0!==e.sign?n<0?-1:1:n<0?1:-1},c.prototype.compareTo=c.prototype.compare,u.prototype.equals=function(t){return 0===this.compare(t)},c.prototype.eq=c.prototype.equals=u.prototype.eq=u.prototype.equals,u.prototype.notEquals=function(t){return 0!==this.compare(t)},c.prototype.neq=c.prototype.notEquals=u.prototype.neq=u.prototype.notEquals,u.prototype.greater=function(t){return this.compare(t)>0},c.prototype.gt=c.prototype.greater=u.prototype.gt=u.prototype.greater,u.prototype.lesser=function(t){return this.compare(t)<0},c.prototype.lt=c.prototype.lesser=u.prototype.lt=u.prototype.lesser,u.prototype.greaterOrEquals=function(t){return this.compare(t)>=0},c.prototype.geq=c.prototype.greaterOrEquals=u.prototype.geq=u.prototype.greaterOrEquals,u.prototype.lesserOrEquals=function(t){return this.compare(t)<=0},c.prototype.leq=c.prototype.lesserOrEquals=u.prototype.leq=u.prototype.lesserOrEquals,u.prototype.isEven=function(){return 0==(1&this.value[0])},c.prototype.isEven=function(){return 0==(1&this.value)},u.prototype.isOdd=function(){return 1==(1&this.value[0])},c.prototype.isOdd=function(){return 1==(1&this.value)},u.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},u.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},u.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return 1===Math.abs(this.value)},u.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return 0===this.value},u.prototype.isDivisibleBy=function(t){var e=G(t),n=e.value;return 0!==n&&(1===n||(2===n?this.isEven():this.mod(e).equals(a[0])))},c.prototype.isDivisibleBy=u.prototype.isDivisibleBy,u.prototype.isPrime=function(){var t=A(this);if(void 0!==t)return t;for(var e,n,o,i,s=this.abs(),u=s.prev(),c=[2,3,5,7,11,13,17,19],l=u;l.isEven();)l=l.divide(2);for(o=0;o-o?new c(t-1):new u(i,!0)};for(var L=[1];L[L.length-1]<=e;)L.push(2*L[L.length-1]);var $=L.length,j=L[$-1];function R(t){return("number"==typeof t||"string"==typeof t)&&+Math.abs(t)<=e||t instanceof u&&t.value.length<=1}function T(t,e,n){e=G(e);for(var o=t.isNegative(),i=e.isNegative(),s=o?t.not():t,a=i?e.not():e,u=[],c=[],l=!1,p=!1;!l||!p;)s.isZero()?(l=!0,u.push(o?1:0)):o?u.push(s.isEven()?1:0):u.push(s.isEven()?0:1),a.isZero()?(p=!0,c.push(i?1:0)):i?c.push(a.isEven()?1:0):c.push(a.isEven()?0:1),s=s.over(2),a=a.over(2);for(var f=[],d=0;d=$;)e=e.multiply(j),t-=$-1;return e.multiply(L[t])},c.prototype.shiftLeft=u.prototype.shiftLeft,u.prototype.shiftRight=function(t){var e;if(!R(t))throw new Error(String(t)+" is too large for shifting.");if((t=+t)<0)return this.shiftLeft(-t);for(var n=this;t>=$;){if(n.isZero())return n;n=(e=E(n,j))[1].isNegative()?e[0].prev():e[0],t-=$-1}return(e=E(n,L[t]))[1].isNegative()?e[0].prev():e[0]},c.prototype.shiftRight=u.prototype.shiftRight,u.prototype.not=function(){return this.negate().prev()},c.prototype.not=u.prototype.not,u.prototype.and=function(t){return T(this,t,function(t,e){return t&e})},c.prototype.and=u.prototype.and,u.prototype.or=function(t){return T(this,t,function(t,e){return t|e})},c.prototype.or=u.prototype.or,u.prototype.xor=function(t){return T(this,t,function(t,e){return t^e})},c.prototype.xor=u.prototype.xor;var M=1<<30,N=(e&-e)*(e&-e)|M;function I(t){var n=t.value,r="number"==typeof n?n|M:n[0]+n[1]*e|N;return r&-r}function D(t,e){return t=G(t),e=G(e),t.greater(e)?t:e}function F(t,e){return t=G(t),e=G(e),t.lesser(e)?t:e}function B(t,e){if(t=G(t).abs(),e=G(e).abs(),t.equals(e))return t;if(t.isZero())return e;if(e.isZero())return t;for(var n,r,o=a[1];t.isEven()&&e.isEven();)n=Math.min(I(t),I(e)),t=t.divide(n),e=e.divide(n),o=o.multiply(n);for(;t.isEven();)t=t.divide(I(t));do{for(;e.isEven();)e=e.divide(I(e));t.greater(e)&&(r=e,e=t,t=r),e=e.subtract(t)}while(!e.isZero());return o.isUnit()?t:t.multiply(o)}var U=function(t,e){var n=t.length;if(2<=e&&e<=36&&n<=s/Math.log(e))return new c(parseInt(t,e));e=G(e);var r,o=[],i="-"===t[0];for(r=i?1:0;r"!==t[r]);o.push(G(t.slice(l+1,r)))}}return q(o,e,i)};function q(t,e,n){var r,o=a[0],i=a[1];for(r=t.length-1;r>=0;r--)o=o.add(t[r].times(i)),i=i.times(e);return n?o.negate():o}function z(t){var e=t.value;return"number"==typeof e&&(e=[e]),1===e.length&&e[0]<=35?"0123456789abcdefghijklmnopqrstuvwxyz".charAt(e[0]):"<"+e+">"}function H(t,e){if((e=r(e)).isZero()){if(t.isZero())return"0";throw new Error("Cannot convert nonzero numbers to base 0.")}if(e.equals(-1))return t.isZero()?"0":t.isNegative()?new Array(1-t).join("10"):"1"+new Array(+t).join("01");var n="";if(t.isNegative()&&e.isPositive()&&(n="-",t=t.abs()),e.equals(1))return t.isZero()?"0":n+new Array(+t+1).join(1);for(var o,i=[],s=t;s.isNegative()||s.compareAbs(e)>=0;){o=s.divmod(e),s=o.quotient;var a=o.remainder;a.isNegative()&&(a=e.minus(a).abs(),s=s.next()),i.push(z(a))}return i.push(z(s)),n+i.reverse().join("")}function V(t){if(l(+t)){var e=+t;if(e===v(e))return new c(e);throw"Invalid integer: "+t}var r="-"===t[0];r&&(t=t.slice(1));var o=t.split(/e/i);if(o.length>2)throw new Error("Invalid integer: "+o.join("e"));if(2===o.length){var i=o[1];if("+"===i[0]&&(i=i.slice(1)),(i=+i)!==v(i)||!l(i))throw new Error("Invalid integer: "+i+" is not a valid exponent.");var s=o[0],a=s.indexOf(".");if(a>=0&&(i-=s.length-a-1,s=s.slice(0,a)+s.slice(a+1)),i<0)throw new Error("Cannot include negative exponent part for integers");t=s+=new Array(i+1).join("0")}if(!/^([0-9][0-9]*)$/.test(t))throw new Error("Invalid integer: "+t);for(var p=[],f=t.length,h=n,m=f-h;f>0;)p.push(+t.slice(m,f)),(m-=h)<0&&(m=0),f-=h;return d(p),new u(p,r)}function G(t){return"number"==typeof t?function(t){if(l(t)){if(t!==v(t))throw new Error(t+" is not an integer.");return new c(t)}return V(t.toString())}(t):"string"==typeof t?V(t):t}u.prototype.toString=function(t){if(void 0===t&&(t=10),10!==t)return H(this,t);for(var e,n=this.value,r=n.length,o=String(n[--r]);--r>=0;)e=String(n[r]),o+="0000000".slice(e.length)+e;return(this.sign?"-":"")+o},c.prototype.toString=function(t){return void 0===t&&(t=10),10!=t?H(this,t):String(this.value)},u.prototype.valueOf=function(){return+this.toString()},u.prototype.toJSNumber=u.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf;for(var W=0;W<1e3;W++)a[W]=new c(W),W>0&&(a[-W]=new c(-W));return a.one=a[1],a.zero=a[0],a.minusOne=a[-1],a.max=D,a.min=F,a.gcd=B,a.lcm=function(t,e){return t=G(t).abs(),e=G(e).abs(),t.divide(B(t,e)).multiply(e)},a.isInstance=function(t){return t instanceof u||t instanceof c},a.randBetween=function(t,n){var r=F(t=G(t),n=G(n)),o=D(t,n).subtract(r);if(o.isSmall)return r.add(Math.round(Math.random()*o));for(var i=[],s=!0,a=o.value.length-1;a>=0;a--){var l=s?o.value[a]:e,p=v(Math.random()*l);i.unshift(p),p?@[\\]^_`{|}~"};t.exports={getSetOfCharacters:function(t){if(void 0===t)return o.lowercase+o.uppercase+o.digits+o.symbols;let e="";return t.forEach(t=>{e+=o[t]}),e},getOneCharPerRule:function(t,e){let n="",i=t;return e.forEach(t=>{const e=r("",i,o[t],1);n+=e.value,i=e.entropy}),{value:n,entropy:i}},insertStringPseudoRandomly:function(t,e,n){let r=e,o=t;for(let t=0;tt[e])},characterSubsets:o}},function(t,e,n){"use strict";var r=n(9);n.n(r).a},function(t,e,n){"use strict";var r=n(10);n.n(r).a},function(t,e,n){"use strict";var r=n(11);n.n(r).a},function(t,e,n){"use strict";var r=n(12);n.n(r).a},function(t,e,n){"use strict";var r=n(13);n.n(r).a},function(t,e,n){"use strict";var r=n(14);n.n(r).a},function(t,e,n){"use strict";var r=n(15);n.n(r).a},function(t,e,n){"use strict";var r=n(16);n.n(r).a},function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"refreshToken",function(){return $}),n.d(r,"saveDefaultOptions",function(){return j}),n.d(r,"loadPasswordProfile",function(){return R}),n.d(r,"getPasswordFromUrlQuery",function(){return T}),n.d(r,"savePassword",function(){return M}),n.d(r,"resetPassword",function(){return N}),n.d(r,"login",function(){return I}),n.d(r,"logout",function(){return D}),n.d(r,"getPasswords",function(){return F}),n.d(r,"saveOrUpdatePassword",function(){return B}),n.d(r,"deletePassword",function(){return U}),n.d(r,"displayMessage",function(){return q}),n.d(r,"cleanMessage",function(){return z});var o={};n.r(o),n.d(o,"isAuthenticated",function(){return G}),n.d(o,"isGuest",function(){return W}),n.d(o,"passwordURL",function(){return K}),n.d(o,"isDefaultProfile",function(){return Z});var i=n(3),s=(n(42),n(43),n(0));function a(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{saved:!1}},methods:{fullReload:function(){this.$store.dispatch("resetPassword"),this.$router.push({name:"home"})},logout:function(){this.$store.dispatch("logout"),this.$router.push({name:"home"})},saveOrUpdatePassword:function(){var t=this;this.$store.dispatch("saveOrUpdatePassword"),this.saved=!0,setTimeout(function(){t.saved=!1},3e3)}},computed:function(t){for(var e=1;e-1}function vt(t,e){for(var n in e)t[n]=e[n];return t}var mt={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var s=o.$createElement,a=n.name,u=o.$route,c=o._routerViewCache||(o._routerViewCache={}),l=0,p=!1;o&&o._routerRoot!==o;){var f=o.$vnode&&o.$vnode.data;f&&(f.routerView&&l++,f.keepAlive&&o._inactive&&(p=!0)),o=o.$parent}if(i.routerViewDepth=l,p)return s(c[a],i,r);var d=u.matched[l];if(!d)return c[a]=null,s();var h=c[a]=d.components[a];i.registerRouteInstance=function(t,e){var n=d.instances[a];(e&&n!==t||!e&&n===t)&&(d.instances[a]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){d.instances[a]=e.componentInstance},i.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==d.instances[a]&&(d.instances[a]=t.componentInstance)};var v=i.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(u,d.props&&d.props[a]);if(v){v=i.props=vt({},v);var m=i.attrs=i.attrs||{};for(var g in v)h.props&&g in h.props||(m[g]=v[g],delete v[g])}return s(h,i,r)}};var gt=/[!'()*]/g,yt=function(t){return"%"+t.charCodeAt(0).toString(16)},bt=/%2C/g,wt=function(t){return encodeURIComponent(t).replace(gt,yt).replace(bt,",")},_t=decodeURIComponent;function Ct(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=_t(n.shift()),o=n.length>0?_t(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function Pt(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return wt(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(wt(e)):r.push(wt(e)+"="+wt(t)))}),r.join("&")}return wt(e)+"="+wt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var xt=/\/?$/;function St(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=Ot(i)}catch(t){}var s={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:At(e,o),matched:t?kt(t):[]};return n&&(s.redirectedFrom=At(n,o)),Object.freeze(s)}function Ot(t){if(Array.isArray(t))return t.map(Ot);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ot(t[n]);return e}return t}var Et=St(null,{path:"/"});function kt(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function At(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;return void 0===o&&(o=""),(n||"/")+(e||Pt)(r)+o}function Lt(t,e){return e===Et?t===e:!!e&&(t.path&&e.path?t.path.replace(xt,"")===e.path.replace(xt,"")&&t.hash===e.hash&&$t(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&$t(t.query,e.query)&&$t(t.params,e.params)))}function $t(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],o=e[n];return"object"==typeof r&&"object"==typeof o?$t(r,o):String(r)===String(o)})}var jt,Rt=[String,Object],Tt=[String,Array],Mt={name:"RouterLink",props:{to:{type:Rt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Tt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,s=o.route,a=o.href,u={},c=n.options.linkActiveClass,l=n.options.linkExactActiveClass,p=null==c?"router-link-active":c,f=null==l?"router-link-exact-active":l,d=null==this.activeClass?p:this.activeClass,h=null==this.exactActiveClass?f:this.exactActiveClass,v=i.path?St(null,i,null,n):s;u[h]=Lt(r,v),u[d]=this.exact?u[h]:function(t,e){return 0===t.path.replace(xt,"/").indexOf(e.path.replace(xt,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Nt(t)&&(e.replace?n.replace(i):n.push(i))},g={click:Nt};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:u};if("a"===this.tag)y.on=g,y.attrs={href:a};else{var b=function t(e){if(e)for(var n,r=0;r=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}(o.path||""),u=e&&e.path||"/",c=a.path?Dt(a.path,u,n||o.append):u,l=function(t,e,n){void 0===e&&(e={});var r,o=n||Ct;try{r=o(t||"")}catch(t){r={}}for(var i in e)r[i]=e[i];return r}(a.query,o.query,r&&r.options.parseQuery),p=o.hash||a.hash;return p&&"#"!==p.charAt(0)&&(p="#"+p),{_normalized:!0,path:c,query:l,hash:p}}function ae(t,e){var n=oe(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function s(t,n,s){var a=se(t,n,!1,e),c=a.name;if(c){var l=i[c];if(!l)return u(null,a);var p=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof a.params&&(a.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in a.params)&&p.indexOf(f)>-1&&(a.params[f]=n.params[f]);return a.path=re(l.path,a.params),u(l,a,s)}if(a.path){a.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function Oe(t){return function(e,n,r){var o=!1,i=0,s=null;Ee(t,function(t,e,n,a){if("function"==typeof t&&void 0===t.cid){o=!0,i++;var u,c=Le(function(e){var o;((o=e).__esModule||Ae&&"Module"===o[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:jt.extend(e),n.components[a]=e,--i<=0&&r()}),l=Le(function(t){var e="Failed to resolve async component "+a+": "+t;s||(s=ht(t)?t:new Error(e),r(s))});try{u=t(c,l)}catch(t){l(t)}if(u)if("function"==typeof u.then)u.then(c,l);else{var p=u.component;p&&"function"==typeof p.then&&p.then(c,l)}}}),o||r()}}function Ee(t,e){return ke(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function ke(t){return Array.prototype.concat.apply([],t)}var Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Le(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var $e=function(t,e){this.router=t,this.base=function(t){if(!t)if(It){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=Et,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function je(t,e,n,r){var o=Ee(t,function(t,r,o,i){var s=function(t,e){"function"!=typeof t&&(t=jt.extend(t));return t.options[e]}(t,e);if(s)return Array.isArray(s)?s.map(function(t){return n(t,r,o,i)}):n(s,r,o,i)});return ke(r?o.reverse():o)}function Re(t,e){if(e)return function(){return t.apply(e,arguments)}}$e.prototype.listen=function(t){this.cb=t},$e.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},$e.prototype.onError=function(t){this.errorCbs.push(t)},$e.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},$e.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current,i=function(t){ht(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Lt(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),i();var s=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function Fe(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Be(t){ye?Pe(Fe(t)):window.location.hash=t}function Ue(t){ye?xe(Fe(t)):window.location.replace(Fe(t))}var qe=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}($e),ze=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ae(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!ye&&!1!==t.fallback,this.fallback&&(e="hash"),It||(e="abstract"),this.mode=e,e){case"history":this.history=new Te(this,t.base);break;case"hash":this.history=new Ne(this,t.base,this.fallback);break;case"abstract":this.history=new qe(this,t.base);break;default:0}},He={currentRoute:{configurable:!0}};function Ve(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}ze.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},He.currentRoute.get=function(){return this.history&&this.history.current},ze.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)}),!this.app){this.app=t;var n=this.history;if(n instanceof Te)n.transitionTo(n.getCurrentLocation());else if(n instanceof Ne){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},ze.prototype.beforeEach=function(t){return Ve(this.beforeHooks,t)},ze.prototype.beforeResolve=function(t){return Ve(this.resolveHooks,t)},ze.prototype.afterEach=function(t){return Ve(this.afterHooks,t)},ze.prototype.onReady=function(t,e){this.history.onReady(t,e)},ze.prototype.onError=function(t){this.history.onError(t)},ze.prototype.push=function(t,e,n){this.history.push(t,e,n)},ze.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},ze.prototype.go=function(t){this.history.go(t)},ze.prototype.back=function(){this.go(-1)},ze.prototype.forward=function(){this.go(1)},ze.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},ze.prototype.resolve=function(t,e,n){var r=se(t,e=e||this.history.current,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?Ft(t+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},ze.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==Et&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ze.prototype,He),ze.install=function t(e){if(!t.installed||jt!==e){t.installed=!0,jt=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",mt),e.component("RouterLink",Mt);var o=e.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},ze.version="3.0.7",It&&window.Vue&&window.Vue.use(ze);var Ge=ze,We=n(6),Ke=n.n(We),Ze=n(33),Je={name:"masterPassword",props:{value:String,label:String,email:String,showEncryptButton:{type:Boolean,default:!1},EncryptButtonText:String},data:function(){return{fingerprint:null,icon1:"",icon2:"",icon3:"",color1:"",color2:"",color3:""}},methods:{updateValue:function(t){var e=Math.random().toString(36).substring(7);this.setFingerprint(e),this.showRealFingerprint(t),this.$refs.passwordField.value=t,this.$emit("input",t)},togglePasswordType:function(){var t=this.$refs.passwordField;"password"===t.type?t.type="text":t.type="password"},hidePassword:function(){this.$refs.passwordField.type="password"},getColor:function(t){var e=["#000000","#074750","#009191","#FF6CB6","#FFB5DA","#490092","#006CDB","#B66DFF","#6DB5FE","#B5DAFE","#920000","#924900","#DB6D00","#24FE23"];return e[parseInt(t,16)%e.length]},getIcon:function(t){var e=["fa-hashtag","fa-heart","fa-hotel","fa-university","fa-plug","fa-ambulance","fa-bus","fa-car","fa-plane","fa-rocket","fa-ship","fa-subway","fa-truck","fa-jpy","fa-eur","fa-btc","fa-usd","fa-gbp","fa-archive","fa-area-chart","fa-bed","fa-beer","fa-bell","fa-binoculars","fa-birthday-cake","fa-bomb","fa-briefcase","fa-bug","fa-camera","fa-cart-plus","fa-certificate","fa-coffee","fa-cloud","fa-coffee","fa-comment","fa-cube","fa-cutlery","fa-database","fa-diamond","fa-exclamation-circle","fa-eye","fa-flag","fa-flask","fa-futbol-o","fa-gamepad","fa-graduation-cap"];return e[parseInt(t,16)%e.length]},setFingerprint:function(t){var e=this;Ke.a.createFingerprint(t).then(function(t){e.icon1=t[0].icon,e.color1=t[0].color,e.icon2=t[1].icon,e.color2=t[1].color,e.icon3=t[2].icon,e.color3=t[2].color,e.fingerprint=t})},showRealFingerprint:n.n(Ze)()(function(t){this.setFingerprint(t)},500),encryptMasterPassword:function(){var t=this,e=this.$refs.passwordField.value;return Ke.a.generatePassword("lesspass.com",this.email,e,L).then(function(e){t.updateValue(e)})}}},Ye=(n(72),l(Je,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"masterPassword"},[n("div",{staticClass:"input-group inner-addon left-addon"},[n("label",{staticClass:"sr-only",attrs:{for:"passwordField"}},[t._v("\n "+t._s(t.label)+"\n ")]),t._v(" "),n("i",{staticClass:"fa fa-lock"}),t._v(" "),n("input",{ref:"passwordField",staticClass:"form-control",attrs:{id:"passwordField",name:"passwordField",type:"password",autocorrect:"off",autocapitalize:"off",placeholder:t.label},domProps:{value:t.value},on:{input:function(e){return t.updateValue(e.target.value)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.$emit("keyupEnter")}}}),t._v(" "),t.fingerprint&&t.value?n("span",{staticClass:"input-group-btn",on:{click:t.togglePasswordType}},[n("button",{staticClass:"btn",attrs:{id:"fingerprint",type:"button",tabindex:"-1"}},[n("small",[n("i",{staticClass:"fa fa-fw",class:[t.icon1],style:{color:t.color1}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon2],style:{color:t.color2}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon3],style:{color:t.color3}})])])]):t._e()]),t._v(" "),t.showEncryptButton?n("button",{staticClass:"btn btn-link btn-sm p-0",class:{disabled:""===t.email},attrs:{id:"encryptMasterPassword__btn",type:"button"},on:{click:function(e){return t.encryptMasterPassword()}}},[n("small",[t._v(t._s(t.EncryptButtonText))])]):t._e()])},[],!1,null,null,null).exports),Qe={data:function(){return{email:"",password:"",baseURL:"https://lesspass.com"}},components:{MasterPassword:Ye},methods:{formIsValid:function(){return!!(this.email&&this.password&&this.baseURL)||(ct.error(this.$t("LoginFormInvalid","LessPass URL, email, and password are mandatory")),!1)},signIn:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;g({email:this.email,password:this.password},{baseURL:e}).then(function(n){t.$store.dispatch("login",{token:n.token,baseURL:e}),t.$router.push({name:"home"})}).catch(function(n){void 0===n.response&&"https://lesspass.com"!==e?ct.error(t.$t("DBNotRunning","Your LessPass Database is not running")):n.response&&400===n.response.status?ct.error(t.$t("LoginIncorrectError","The email and password you entered did not match our records. Please double-check and try again.")):ct.displayGenericError()})}},register:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;y({email:this.email,password:this.password},{baseURL:e}).then(function(){ct.success(t.$t("WelcomeRegister","Welcome {email}, thank you for signing up.",{email:t.email})),t.signIn()}).catch(function(e){e.response&&void 0!==e.response.data.email?(-1!==e.response.data.email[0].indexOf("already exists")&&ct.error(t.$t("EmailAlreadyExist","This email is already registered. Want to login or recover your password?")),-1!==e.response.data.email[0].indexOf("valid email")&&ct.error(t.$t("EmailInvalid","Please enter a valid email"))):ct.displayGenericError()})}}}},Xe=(n(73),l(Qe,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{on:{submit:function(e){return e.preventDefault(),t.signIn(e)}}},[n("div",{staticClass:"form-group"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-globe"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.baseURL,expression:"baseURL"}],staticClass:"form-control",attrs:{id:"baseURL",autocapitalize:"none",placeholder:t.$t("LessPass Database Url")},domProps:{value:t.baseURL},on:{input:function(e){e.target.composing||(t.baseURL=e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.email,expression:"email"}],staticClass:"form-control",attrs:{id:"email",name:"username",type:"email",autocapitalize:"none",placeholder:t.$t("Email"),required:""},domProps:{value:t.email},on:{input:function(e){e.target.composing||(t.email=e.target.value)}}})])])]),t._v(" "),n("div",{staticClass:"form-group mb-2"},[n("master-password",{attrs:{label:t.$t("Master Password"),email:t.email,showEncryptButton:!0,EncryptButtonText:t.$t("Encrypt my master password")},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}})],1),t._v(" "),n("div",{staticClass:"form-group row no-gutters mb-0"},[n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-primary btn-block",attrs:{id:"signInButton"}},[t._v("\n "+t._s(t.$t("Sign In"))+"\n ")])]),t._v(" "),n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-secondary btn-block",attrs:{id:"registerButton",type:"button"},on:{click:t.register}},[t._v("\n "+t._s(t.$t("Register"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"form-group mb-0"},[n("button",{staticClass:"btn btn-link btn-sm p-0",attrs:{id:"login__forgot-password-btn",type:"button"},on:{click:function(e){return t.$router.push({name:"passwordReset"})}}},[n("small",[t._v(t._s(t.$t("ForgotPassword","Forgot your password?")))])])])])},[],!1,null,null,null).exports),tn=n(18),en=n.n(tn),nn=l({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticStyle:{display:"none"}},[e("label",{attrs:{for:"username"}},[e("input",{attrs:{type:"text",id:"username",name:"username",autocomplete:"username"}})]),this._v(" "),e("label",{attrs:{for:"password"}},[e("input",{attrs:{type:"password",id:"password",name:"password",autocomplete:"current-password"}})])])}],!1,null,null,null).exports,rn=n(4),on=n.n(rn),sn={name:"inputSite",props:{value:String,label:String,passwords:{type:Array,default:function(){return[]}}},mounted:function(){var t=this;this.awesomplete=new on.a(this.$refs.siteField,{minChars:0}),this.awesomplete.item=function(t,e){var n=on.a.ITEM(t.value.site,e);return n.innerHTML+=" ".concat(t.value.login),n},this.awesomplete.filter=function(t,e){return on.a.FILTER_CONTAINS(t,e)||on.a.FILTER_CONTAINS(e,t)},this.awesomplete.data=function(t){return{label:t.site,value:t}},this.awesomplete.replace=function(e){t.$refs.siteField.value=e.label,e.value.suggestion?t.$emit("suggestionSelected",e.value.site):t.$emit("passwordProfileSelected",e.value)},this.awesomplete.sort=function(t,e){return t.value.site.localeCompare(e.value.site)||t.value.login.localeCompare(e.value.login)}},computed:{site:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},watch:{site:function(t,e){var n=function(t){var e=x(t)||t;if(/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})$/.test(e))return[];var n=e.toLowerCase().split(".").filter(function(t){return t.length>=2});if(n.length<2)return[];var r=n[n.length-2],o=n[n.length-1];return n.reduceRight(function(t,e){var r=n.indexOf(e);if(r>=0&&rr?r:t2&&void 0!==arguments[2]?arguments[2]:"right";t.setAttribute("aria-label",e),t.setAttribute("data-balloon-visible",""),t.setAttribute("data-balloon-pos",n)}function vn(t){t.removeAttribute("aria-label"),t.removeAttribute("data-balloon-visible"),t.removeAttribute("data-balloon-pos")}function mn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function gn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yn={name:"password-generator-view",components:{RemoveAutoComplete:nn,InputSite:an,MasterPassword:Ye,Options:l(dn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"options"}},[n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[n("label",{attrs:{for:"types"}},[t._v(t._s(t.$t("Advanced options")))])])]),t._v(" "),n("div",{staticClass:"row",attrs:{id:"types"}},[n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.lowercase,"btn-secondary":!1===t.password.lowercase},attrs:{id:"lowercase__btn",type:"button"},on:{click:function(e){t.password.lowercase=!t.password.lowercase}}},[t._v("\n a-z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.uppercase,"btn-secondary":!1===t.password.uppercase},attrs:{id:"uppercase__btn",type:"button"},on:{click:function(e){t.password.uppercase=!t.password.uppercase}}},[t._v("\n A-Z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.numbers,"btn-secondary":!1===t.password.numbers},attrs:{id:"numbers__btn",type:"button"},on:{click:function(e){t.password.numbers=!t.password.numbers}}},[t._v("\n 0-9\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.symbols,"btn-secondary":!1===t.password.symbols},attrs:{id:"symbols__btn",type:"button"},on:{click:function(e){t.password.symbols=!t.password.symbols}}},[t._v("\n %!@\n ")])])])])]),t._v(" "),n("div",{staticClass:"form-group row mb-0"},[n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordLength"}},[t._v(t._s(t.$t("Length")))]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.decrement(t.password.length,{min:5,max:35})}}},[t._m(0)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.length,expression:"password.length",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordLength",type:"number",min:"5",max:"35"},domProps:{value:t.password.length},on:{input:function(e){e.target.composing||t.$set(t.password,"length",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.increment(t.password.length,{min:5,max:35})}}},[t._m(1)])])]),t._v(" "),n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordCounter","data-balloon-length":"large","data-balloon":t.$t("CounterFieldHelp","Increment this value to change the generated password without changing your master password."),"data-balloon-pos":"up"}},[t._v("\n "+t._s(t.$t("Counter"))+"\n ")]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",attrs:{id:"decreaseCounter__btn"},on:{click:function(e){t.password.counter=t.decrement(t.password.counter,{min:1})}}},[t._m(2)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.counter,expression:"password.counter",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordCounter",type:"number",min:"1"},domProps:{value:t.password.counter},on:{input:function(e){e.target.composing||t.$set(t.password,"counter",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",attrs:{id:"increaseCounter__btn"},on:{click:function(e){t.password.counter=t.increment(t.password.counter,{min:1})}}},[t._m(3)])])])])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"decreaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"increaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])}],!1,null,null,null).exports},computed:function(t){for(var e=1;e35&&ct.warning(this.$t("LengthDeprecationWarning","The maximum length of a password is 35 characters.")),this.cleanErrors();var o={lowercase:this.password.lowercase,uppercase:this.password.uppercase,numbers:this.password.numbers,symbols:this.password.symbols,length:this.password.length,counter:this.password.counter,version:this.password.version};return Ke.a.generatePassword(e,n,r,o).then(function(e){t.passwordGenerated=e,t.cleanFormIn30Seconds()})}ct.error(this.$t("SiteLoginMasterPasswordMandatory","Site, login, and master password fields are mandatory."))},focusBestInputField:function(){var t=this.$refs.site,e=this.$refs.login,n=this.$refs.masterPassword;if(t&&e&&n){var r=t.$refs.siteField;return r.value&&e.value?void n.$refs.passwordField.focus():r.value&&!e.value?void r.select():void r.focus()}},copyPassword:function(){if(en()(this.passwordGenerated)){var t=document.getElementById("copyPasswordButton");hn(t,this.$t("Copied","copied !")),setTimeout(function(){return vn(t)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},sharePasswordProfile:function(){if(en()(this.passwordURL)){var t=this.$t("PasswordProfileCopied","Your password profile has been copied"),e=document.getElementById("sharePasswordProfileButton");hn(e,t,"left"),setTimeout(function(){return vn(e)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},setSite:function(t){this.password.site=t},setPasswordProfile:function(t){var e=this;this.$store.dispatch("savePassword",{password:t}).then(function(){e.focusBestInputField()})}}},bn=(n(76),l(yn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"password-generator",novalidate:""},on:{submit:function(e){return e.preventDefault(),t.generatePassword(e)}}},[n("div",{staticClass:"form-group"},[n("input-site",{ref:"site",attrs:{passwords:t.passwords,label:t.$t("Site")},on:{suggestionSelected:t.setSite,passwordProfileSelected:t.setPasswordProfile},model:{value:t.password.site,callback:function(e){t.$set(t.password,"site",e)},expression:"password.site"}})],1),t._v(" "),n("remove-auto-complete"),t._v(" "),n("div",{staticClass:"form-group"},[n("label",{staticClass:"sr-only",attrs:{for:"login"}},[t._v(t._s(t.$t("Login")))]),t._v(" "),n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.password.login,expression:"password.login"}],ref:"login",staticClass:"form-control",attrs:{id:"login",name:"login",autocomplete:"off",autocorrect:"off",autocapitalize:"none",placeholder:t.$t("Login")},domProps:{value:t.password.login},on:{input:function(e){e.target.composing||t.$set(t.password,"login",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group"},[n("master-password",{ref:"masterPassword",attrs:{label:t.$t("Master Password")},on:{generatePassword:t.generatePassword},model:{value:t.masterPassword,callback:function(e){t.masterPassword=e},expression:"masterPassword"}})],1),t._v(" "),n("div",{staticClass:"form-group",class:{"mb-0":!t.showOptions}},[t.passwordGenerated?t._e():n("div",[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"generatePassword__btn",type:"submit"}},[t._v("\n "+t._s(t.$t("Generate"))+"\n ")]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.passwordGenerated,expression:"!passwordGenerated"}],staticClass:"btn btn-secondary pull-right showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.passwordGenerated,expression:"passwordGenerated"}],staticClass:"btn-group"},[n("div",{staticClass:"input-group"},[n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"copyPasswordButton",type:"button"},on:{click:function(e){return t.copyPassword()}}},[n("i",{staticClass:"fa fa-clipboard"})])]),t._v(" "),n("input",{ref:"passwordGenerated",staticClass:"form-control",attrs:{id:"generated-password",type:"password",tabindex:"-1"},domProps:{value:t.passwordGenerated}}),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"revealGeneratedPassword",type:"button"},on:{click:function(e){return t.togglePasswordType(t.$refs.passwordGenerated)}}},[n("i",{staticClass:"fa fa-eye"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"sharePasswordProfileButton",type:"button"},on:{click:function(e){return t.sharePasswordProfile()}}},[n("i",{staticClass:"fa fa-share-alt pointer"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])])])])]),t._v(" "),t.showOptions||!t.isDefaultProfile?n("options"):t._e()],1)},[],!1,null,null,null).exports);function wn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function _n(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Cn=l({data:function(){return{email:""}},computed:function(t){for(var e=1;e0?n("div",[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[t._v("\n "+t._s(t.$t("NoMatchFor","Oops! There are no matches for"))+' "'+t._s(t.searchQuery)+'".\n '+t._s(t.$t("UpdateYourSearch","Please try broadening your search."))+"\n ")])])]):t._e(),t._v(" "),t._l(t.filteredPasswords,function(e){return n("password-profile",{key:e.id,attrs:{password:e},on:{deleted:function(e){t.pagination.currentPage=1}}})})],2),t._v(" "),t.pagination.pageCount>1?n("div",{attrs:{id:"passwords__pagination"}},[n("paginate",{attrs:{"page-count":t.pagination.pageCount,"page-range":1,"margin-pages":1,"click-handler":t.setCurrentPage,containerClass:"pagination pagination-sm","page-class":"page-item","prev-class":"page-item","next-class":"page-item","page-link-class":"page-link","prev-link-class":"page-link","next-link-class":"page-link","prev-text":t.$t("Previous"),"next-text":t.$t("Next")}})],1):t._e()])},[],!1,null,null,null).exports);i.a.use(Ge);var Rn=new Ge({routes:[{path:"/",name:"home",component:bn},{path:"/login",name:"login",component:Xe},{path:"/passwords/",name:"passwords",component:jn},{path:"/password/reset",name:"passwordReset",component:Cn},{path:"/password/reset/confirm/:uid/:token",name:"passwordResetConfirm",component:Pn},{path:"*",redirect:"/"}]}),Tn={translate(t,e,n,r){return t&&e in t?this.compile(t[e],r):n?this.compile(n,r):e},compile:(t,e)=>e?t.replace(/{(\w*)}/g,(t,n)=>e.hasOwnProperty(n)?e[n]:""):t,getBestLanguage(t,e,n){if(void 0===e)return n;for(let n=0;n{const n=this.locales.hasOwnProperty(e)?Object.assign({},this.locales[e],t[e]):t[e];this.setLocale({lang:e,locale:n})})},getLang(){const t=e.languagesAvailable,n=window.navigator.userLanguage||window.navigator.language,r=e.defaultLanguage;return Tn.getBestLanguage(t,n,r)},_translate(t,e,n){return Tn.translate(this.locale,t,e,n)}}}),t.prototype.$polyglot=Mn),t.mixin({methods:{$t(t,e,n){return this.$polyglot._translate(t,e,n)}}}),t.locales=t=>{Object.keys(t).forEach(e=>{Mn.$polyglot.setLocale({lang:e,locale:t[e]})})}}},In=n(35),Dn=n(36),Fn=n(37),Bn=n(38),Un=n(39),qn=n(40),zn=n(41);i.a.use(Nn,{defaultLanguage:"en",languagesAvailable:["fr","es","de","zh","zh-CN","pt","pl"]}),i.a.locales({fr:In,es:Dn,de:Fn,zh:Bn,"zh-CN":Un,pt:qn,pl:zn}),Object(dt.sync)(ut,Rn),new i.a({el:"#lesspass",store:ut,router:Rn,render:function(t){return t(ft)}})}]); \ No newline at end of file diff --git a/packages/lesspass-pure/src/components/InputSite.vue b/packages/lesspass-pure/src/components/InputSite.vue index c1b7f65..f7abe69 100644 --- a/packages/lesspass-pure/src/components/InputSite.vue +++ b/packages/lesspass-pure/src/components/InputSite.vue @@ -38,7 +38,9 @@ } }, mounted() { - this.awesomplete = new Awesomplete(this.$refs.siteField); + this.awesomplete = new Awesomplete(this.$refs.siteField,{ + minChars: 0, + }); this.awesomplete.item = (element, input) => { let item = Awesomplete.ITEM(element.value.site, input); item.innerHTML += ` ${element.value.login}`; @@ -80,6 +82,8 @@ return {site: suggestion, suggestion: true, login: ''} }); this.awesomplete.list = this.passwords.concat(suggestions); + this.awesomplete.evaluate(); + this.awesomplete.open(); } }, methods: {} diff --git a/packages/lesspass-pure/src/views/PasswordGenerator.vue b/packages/lesspass-pure/src/views/PasswordGenerator.vue index cdf986d..864f1e8 100644 --- a/packages/lesspass-pure/src/views/PasswordGenerator.vue +++ b/packages/lesspass-pure/src/views/PasswordGenerator.vue @@ -227,16 +227,19 @@ export default { }); }, focusBestInputField() { - try { - const site = this.$refs.site.$refs.siteField; - const login = this.$refs.login; - const masterPassword = this.$refs.masterPassword; - if (site && !site.value) return void site.focus(); - if (login && !login.value) return void login.focus(); - masterPassword.$refs.passwordField.focus(); - } - catch(err) { - console.error("Can't focus password field") + const site = this.$refs.site; + const login = this.$refs.login; + const masterPassword = this.$refs.masterPassword; + if (site && login && masterPassword){ + const siteField = site.$refs.siteField; + if (siteField.value && login.value){ + return void masterPassword.$refs.passwordField.focus(); + } + if (siteField.value && !login.value){ + return void siteField.select(); + }else{ + return void siteField.focus(); + } } }, copyPassword() { diff --git a/packages/lesspass-web-extension/extension/dist/lesspass.min.js b/packages/lesspass-web-extension/extension/dist/lesspass.min.js index 88191d0..f50c559 100644 --- a/packages/lesspass-web-extension/extension/dist/lesspass.min.js +++ b/packages/lesspass-web-extension/extension/dist/lesspass.min.js @@ -1,20 +1,20 @@ -!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=80)}([function(t,e,n){"use strict";(function(t){n.d(e,"c",function(){return y}),n.d(e,"b",function(){return w});var r=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},s={namespaced:{configurable:!0}};s.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){o(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,s);var a=function(t){this.register([],t,!1)};a.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},a.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")},"")},a.prototype.update=function(t){!function t(e,n,r){0;n.update(r);if(r.modules)for(var o in r.modules){if(!n.getChild(o))return void 0;t(e.concat(o),n.getChild(o),r.modules[o])}}([],this.root,t)},a.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var s=new i(e,n);0===t.length?this.root=s:this.get(t.slice(0,-1)).addChild(t[t.length-1],s);e.modules&&o(e.modules,function(e,o){r.register(t.concat(o),e,n)})},a.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var u;var c=function(t){var e=this;void 0===t&&(t={}),!u&&"undefined"!=typeof window&&window.Vue&&g(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var o=t.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new a(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var i=this,s=this.dispatch,c=this.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=o;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach(function(t){return t(e)}),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){r.emit("vuex:mutation",t,e)}))}(this)},l={state:{configurable:!0}};function f(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function p(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;h(t,n,[],t._modules.root,!0),d(t,n,e)}function d(t,e,n){var r=t._vm;t.getters={};var i=t._wrappedGetters,s={};o(i,function(e,n){s[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var a=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:s}),u.config.silent=a,t.strict&&function(t){t._vm.$watch(function(){return this._data.$$state},function(){0},{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),u.nextTick(function(){return r.$destroy()}))}function h(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s]=r),!i&&!o){var a=v(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){u.set(a,c,r.state)})}var l=r.context=function(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;return a&&a.root||(u=e+u),t.dispatch(u,s)},commit:r?t.commit:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;a&&a.root||(u=e+u),t.commit(u,s,a)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),n}(t,e)}},state:{get:function(){return v(t.state,n)}}}),o}(t,s,n);r.forEachMutation(function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push(function(e){n.call(t,r.state,e)})}(t,s+n,e,l)}),r.forEachAction(function(e,n){var r=e.root?n:s+n,o=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push(function(e,o){var i,s=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return(i=s)&&"function"==typeof i.then||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):s})}(t,r,o,l)}),r.forEachGetter(function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,s+n,e,l)}),r.forEachChild(function(r,i){h(t,e,n.concat(i),r,o)})}function v(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function m(t,e,n){var r;return null!==(r=t)&&"object"==typeof r&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function g(t){u&&t===u|| +!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=80)}([function(t,e,n){"use strict";(function(t){n.d(e,"c",function(){return y}),n.d(e,"b",function(){return w});var r=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},s={namespaced:{configurable:!0}};s.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){o(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,s);var a=function(t){this.register([],t,!1)};a.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},a.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")},"")},a.prototype.update=function(t){!function t(e,n,r){0;n.update(r);if(r.modules)for(var o in r.modules){if(!n.getChild(o))return void 0;t(e.concat(o),n.getChild(o),r.modules[o])}}([],this.root,t)},a.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var s=new i(e,n);0===t.length?this.root=s:this.get(t.slice(0,-1)).addChild(t[t.length-1],s);e.modules&&o(e.modules,function(e,o){r.register(t.concat(o),e,n)})},a.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var u;var c=function(t){var e=this;void 0===t&&(t={}),!u&&"undefined"!=typeof window&&window.Vue&&g(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var o=t.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new a(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u;var i=this,s=this.dispatch,c=this.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=o;var l=this._modules.root.state;h(this,l,[],this._modules.root),d(this,l),n.forEach(function(t){return t(e)}),(void 0!==t.devtools?t.devtools:u.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(t,e){r.emit("vuex:mutation",t,e)}))}(this)},l={state:{configurable:!0}};function p(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function f(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;h(t,n,[],t._modules.root,!0),d(t,n,e)}function d(t,e,n){var r=t._vm;t.getters={};var i=t._wrappedGetters,s={};o(i,function(e,n){s[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})});var a=u.config.silent;u.config.silent=!0,t._vm=new u({data:{$$state:e},computed:s}),u.config.silent=a,t.strict&&function(t){t._vm.$watch(function(){return this._data.$$state},function(){0},{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit(function(){r._data.$$state=null}),u.nextTick(function(){return r.$destroy()}))}function h(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s]=r),!i&&!o){var a=v(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit(function(){u.set(a,c,r.state)})}var l=r.context=function(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;return a&&a.root||(u=e+u),t.dispatch(u,s)},commit:r?t.commit:function(n,r,o){var i=m(n,r,o),s=i.payload,a=i.options,u=i.type;a&&a.root||(u=e+u),t.commit(u,s,a)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){var n={},r=e.length;return Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),n}(t,e)}},state:{get:function(){return v(t.state,n)}}}),o}(t,s,n);r.forEachMutation(function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push(function(e){n.call(t,r.state,e)})}(t,s+n,e,l)}),r.forEachAction(function(e,n){var r=e.root?n:s+n,o=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push(function(e,o){var i,s=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e,o);return(i=s)&&"function"==typeof i.then||(s=Promise.resolve(s)),t._devtoolHook?s.catch(function(e){throw t._devtoolHook.emit("vuex:error",e),e}):s})}(t,r,o,l)}),r.forEachGetter(function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,s+n,e,l)}),r.forEachChild(function(r,i){h(t,e,n.concat(i),r,o)})}function v(t,e){return e.length?e.reduce(function(t,e){return t[e]},t):t}function m(t,e,n){var r;return null!==(r=t)&&"object"==typeof r&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function g(t){u&&t===u|| /** * vuex v3.1.1 * (c) 2019 Evan You * @license MIT */ -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)}}(u=t)}l.state.get=function(){return this._vm._data.$$state},l.state.set=function(t){0},c.prototype.commit=function(t,e,n){var r=this,o=m(t,e,n),i=o.type,s=o.payload,a=(o.options,{type:i,payload:s}),u=this._mutations[i];u&&(this._withCommit(function(){u.forEach(function(t){t(s)})}),this._subscribers.forEach(function(t){return t(a,r.state)}))},c.prototype.dispatch=function(t,e){var n=this,r=m(t,e),o=r.type,i=r.payload,s={type:o,payload:i},a=this._actions[o];if(a){try{this._actionSubscribers.filter(function(t){return t.before}).forEach(function(t){return t.before(s,n.state)})}catch(t){0}return(a.length>1?Promise.all(a.map(function(t){return t(i)})):a[0](i)).then(function(t){try{n._actionSubscribers.filter(function(t){return t.after}).forEach(function(t){return t.after(s,n.state)})}catch(t){0}return t})}},c.prototype.subscribe=function(t){return f(t,this._subscribers)},c.prototype.subscribeAction=function(t){return f("function"==typeof t?{before:t}:t,this._actionSubscribers)},c.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},c.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},c.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),h(this,this.state,t,this._modules.get(t),n.preserveState),d(this,this.state)},c.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=v(e.state,t.slice(0,-1));u.delete(n,t[t.length-1])}),p(this)},c.prototype.hotUpdate=function(t){this._modules.update(t),p(this,!0)},c.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(c.prototype,l);var y=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=x(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0}),n}),b=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=x(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n}),w=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||x(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0}),n}),_=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=x(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n});function C(t){return 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 P(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function x(t,e,n){return t._modulesNamespaceMap[n]}var S={Store:c,install:g,version:"3.1.1",mapState:y,mapMutations:b,mapGetters:w,mapActions:_,createNamespacedHelpers:function(t){return{mapState:y.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:_.bind(null,t)}}};e.a=S}).call(this,n(5))},function(t,e,n){"use strict";var r=n(19),o=n(46),i=Object.prototype.toString;function s(t){return"[object Array]"===i.call(t)}function a(t){return null!==t&&"object"==typeof t}function u(t){return"[object Function]"===i.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),s(t))for(var n=0,r=t.length;n=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)}}(u=t)}l.state.get=function(){return this._vm._data.$$state},l.state.set=function(t){0},c.prototype.commit=function(t,e,n){var r=this,o=m(t,e,n),i=o.type,s=o.payload,a=(o.options,{type:i,payload:s}),u=this._mutations[i];u&&(this._withCommit(function(){u.forEach(function(t){t(s)})}),this._subscribers.forEach(function(t){return t(a,r.state)}))},c.prototype.dispatch=function(t,e){var n=this,r=m(t,e),o=r.type,i=r.payload,s={type:o,payload:i},a=this._actions[o];if(a){try{this._actionSubscribers.filter(function(t){return t.before}).forEach(function(t){return t.before(s,n.state)})}catch(t){0}return(a.length>1?Promise.all(a.map(function(t){return t(i)})):a[0](i)).then(function(t){try{n._actionSubscribers.filter(function(t){return t.after}).forEach(function(t){return t.after(s,n.state)})}catch(t){0}return t})}},c.prototype.subscribe=function(t){return p(t,this._subscribers)},c.prototype.subscribeAction=function(t){return p("function"==typeof t?{before:t}:t,this._actionSubscribers)},c.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch(function(){return t(r.state,r.getters)},e,n)},c.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},c.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),h(this,this.state,t,this._modules.get(t),n.preserveState),d(this,this.state)},c.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=v(e.state,t.slice(0,-1));u.delete(n,t[t.length-1])}),f(this)},c.prototype.hotUpdate=function(t){this._modules.update(t),f(this,!0)},c.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(c.prototype,l);var y=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=x(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0}),n}),b=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=x(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n}),w=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||x(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0}),n}),_=P(function(t,e){var n={};return C(e).forEach(function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=x(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}}),n});function C(t){return 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 P(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function x(t,e,n){return t._modulesNamespaceMap[n]}var S={Store:c,install:g,version:"3.1.1",mapState:y,mapMutations:b,mapGetters:w,mapActions:_,createNamespacedHelpers:function(t){return{mapState:y.bind(null,t),mapGetters:w.bind(null,t),mapMutations:b.bind(null,t),mapActions:_.bind(null,t)}}};e.a=S}).call(this,n(5))},function(t,e,n){"use strict";var r=n(19),o=n(46),i=Object.prototype.toString;function s(t){return"[object Array]"===i.call(t)}function a(t){return null!==t&&"object"==typeof t}function u(t){return"[object Function]"===i.call(t)}function c(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),s(t))for(var n=0,r=t.length;n=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function w(t,e){return b.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var C=/-(\w)/g,P=_(function(t){return t.replace(C,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),S=/\B([A-Z])/g,O=_(function(t){return t.replace(S,"-$1").toLowerCase()});var E=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function A(t,e){for(var n in e)t[n]=e[n];return t}function L(t){for(var e={},n=0;n0,Q=Z&&Z.indexOf("edge/")>0,X=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===K),tt=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),et={}.watch,nt=!1;if(G)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(t){}var ot=function(){return void 0===H&&(H=!G&&!W&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),H},it=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function st(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,ut="undefined"!=typeof Symbol&&st(Symbol)&&"undefined"!=typeof Reflect&&st(Reflect.ownKeys);at="undefined"!=typeof Set&&st(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=$,lt=0,ft=function(){this.id=lt++,this.subs=[]};ft.prototype.addSub=function(t){this.subs.push(t)},ft.prototype.removeSub=function(t){y(this.subs,t)},ft.prototype.depend=function(){ft.target&&ft.target.addDep(this)},ft.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!w(o,"default"))s=!1;else if(""===s||s===O(t)){var u=Ut(String,o.type);(u<0||a0&&(le((c=t(c,(n||"")+"_"+u))[0])&&le(f)&&(r[l]=yt(f.text+c[0].text),c.shift()),r.push.apply(r,c)):a(c)?le(f)?r[l]=yt(f.text+c):""!==c&&r.push(yt(c)):le(c)&&le(f)?r[l]=yt(f.text+c.text):(s(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+u+"__"),r.push(c)));return r}(t):void 0}function le(t){return i(t)&&i(t.text)&&!1===t.isComment}function fe(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),o=0;o0,s=t?!!t.$stable:!i,a=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&n&&n!==r&&a===n.$key&&!i&&!n.$hasNormal)return n;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=ve(e,u,t[u]))}else o={};for(var c in e)c in o||(o[c]=me(e,c));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",a),q(o,"$hasNormal",i),o}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ce(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,o,s,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;rdocument.createEvent("Event").timeStamp&&(ln=function(){return fn.now()})}function pn(){var t,e;for(cn=ln(),an=!0,nn.sort(function(t,e){return t.id-e.id}),un=0;unun&&nn[n].id>t.id;)n--;nn.splice(n+1,0,t)}else nn.push(t);sn||(sn=!0,ee(pn))}}(this)},hn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},hn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},hn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},hn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var vn={enumerable:!0,configurable:!0,get:$,set:$};function mn(t,e,n){vn.get=function(){return this[e][n]},vn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,vn)}function gn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&xt(!1);var i=function(i){o.push(i);var s=Dt(i,e,n,t);Et(r,i,s),i in t||mn(t,"_props",i)};for(var s in e)i(s);xt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?$:E(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return qt(t,e,"data()"),{}}finally{ht()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&w(r,i)||(s=void 0,36!==(s=(i+"").charCodeAt(0))&&95!==s&&mn(t,"_data",i))}var s;Ot(e,!0)}(t):Ot(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ot();for(var o in e){var i=e[o],s="function"==typeof i?i:i.get;0,r||(n[o]=new hn(t,s||$,$,yn)),o in t||bn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==et&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function An(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var s=n[i];if(s){var a=En(s.componentOptions);a&&!e(a)&&Ln(n,i,r,o)}}}function Ln(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Pn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(xn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Je(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=pe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Ue(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ue(t,e,n,r,o,!0)};var i=n&&n.data;Et(t,"$attrs",i&&i.attrs||r,null,!0),Et(t,"$listeners",e._parentListeners||r,null,!0)}(e),en(e,"beforeCreate"),function(t){var e=fe(t.$options.inject,t);e&&(xt(!1),Object.keys(e).forEach(function(n){Et(t,n,e[n])}),xt(!0))}(e),gn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),en(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Sn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=kt,t.prototype.$delete=At,t.prototype.$watch=function(t,e,n){if(l(e))return Cn(this,t,e,n);(n=n||{}).user=!0;var r=new hn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){qt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Sn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o1?k(n):n;for(var r=k(arguments,1),o='event handler for "'+t+'"',i=0,s=n.length;iparseInt(this.max)&&Ln(s,a[0],a,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:A,mergeOptions:Nt,defineReactive:Et},t.set=kt,t.delete=At,t.nextTick=ee,t.observable=function(t){return Ot(t),t},t.options=Object.create(null),D.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,A(t.options.components,jn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),On(t),function(t){D.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:ot}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:je}),Sn.version="2.6.10";var Rn=m("style,class"),Tn=m("input,textarea,option,select,progress"),Mn=m("contenteditable,draggable,spellcheck"),Nn=m("events,caret,typing,plaintext-only"),In=function(t,e){return qn(e)||"false"===e?"false":"contenteditable"===t&&Nn(e)?e:"true"},Dn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Un=function(t){return Bn(t)?t.slice(6,t.length):""},qn=function(t){return null==t||!1===t};function zn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Hn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Hn(e,n.data));return function(t,e){if(i(t)||i(e))return Vn(t,Gn(e));return""}(e.staticClass,e.class)}function Hn(t,e){return{staticClass:Vn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Vn(t,e){return t?e?t+" "+e:t:e||""}function Gn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?vr(t,e,n):Dn(e)?qn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Mn(e)?t.setAttribute(e,In(e,n)):Bn(e)?qn(n)?t.removeAttributeNS(Fn,Un(e)):t.setAttributeNS(Fn,e,n):vr(t,e,n)}function vr(t,e,n){if(qn(n))t.removeAttribute(e);else{if(J&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var mr={create:dr,update:dr};function gr(t,e){var n=e.elm,r=e.data,s=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(s)||o(s.staticClass)&&o(s.class)))){var a=zn(e),u=n._transitionClasses;i(u)&&(a=Vn(a,Gn(u))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var yr,br={create:gr,update:gr},wr="__r",_r="__c";function Cr(t,e,n){var r=yr;return function o(){var i=e.apply(null,arguments);null!==i&&Sr(t,o,n,r)}}var Pr=Wt&&!(tt&&Number(tt[1])<=53);function xr(t,e,n,r){if(Pr){var o=cn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}yr.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Sr(t,e,n,r){(r||yr).removeEventListener(t,e._wrapper||e,n)}function Or(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};yr=e.elm,function(t){if(i(t[wr])){var e=J?"change":"input";t[e]=[].concat(t[wr],t[e]||[]),delete t[wr]}i(t[_r])&&(t.change=[].concat(t[_r],t.change||[]),delete t[_r])}(n),se(n,r,xr,Sr,Cr,e.context),yr=void 0}}var Er,kr={create:Or,update:Or};function Ar(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,s=e.elm,a=t.data.domProps||{},u=e.data.domProps||{};for(n in i(u.__ob__)&&(u=e.data.domProps=A({},u)),a)n in u||(s[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===a[n])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===n&&"PROGRESS"!==s.tagName){s._value=r;var c=o(r)?"":String(r);Lr(s,c)&&(s.value=c)}else if("innerHTML"===n&&Zn(s.tagName)&&o(s.innerHTML)){(Er=Er||document.createElement("div")).innerHTML=""+r+"";for(var l=Er.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;l.firstChild;)s.appendChild(l.firstChild)}else if(r!==a[n])try{s[n]=r}catch(t){}}}}function Lr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var $r={create:Ar,update:Ar},jr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function Rr(t){var e=Tr(t.style);return t.staticStyle?A(t.staticStyle,e):e}function Tr(t){return Array.isArray(t)?L(t):"string"==typeof t?jr(t):t}var Mr,Nr=/^--/,Ir=/\s*!important$/,Dr=function(t,e,n){if(Nr.test(e))t.style.setProperty(e,n);else if(Ir.test(n))t.style.setProperty(O(e),n.replace(Ir,""),"important");else{var r=Br(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(zr).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Vr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(zr).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Gr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&A(e,Wr(t.name||"v")),A(e,t),e}return"string"==typeof t?Wr(t):void 0}}var Wr=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Kr=G&&!Y,Zr="transition",Jr="animation",Yr="transition",Qr="transitionend",Xr="animation",to="animationend";Kr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yr="WebkitTransition",Qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",to="webkitAnimationEnd"));var eo=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function no(t){eo(function(){eo(t)})}function ro(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Hr(t,e))}function oo(t,e){t._transitionClasses&&y(t._transitionClasses,e),Vr(t,e)}function io(t,e,n){var r=ao(t,e),o=r.type,i=r.timeout,s=r.propCount;if(!o)return n();var a=o===Zr?Qr:to,u=0,c=function(){t.removeEventListener(a,l),n()},l=function(e){e.target===t&&++u>=s&&c()};setTimeout(function(){u0&&(n=Zr,l=s,f=i.length):e===Jr?c>0&&(n=Jr,l=c,f=u.length):f=(n=(l=Math.max(s,c))>0?s>c?Zr:Jr:null)?n===Zr?i.length:u.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===Zr&&so.test(r[Yr+"Property"])}}function uo(t,e){for(;t.length1}function vo(t,e){!0!==e.data.show&&lo(e)}var mo=function(t){var e,n,r={},u=t.modules,c=t.nodeOps;for(e=0;eh?b(t,o(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&_(0,e,p,h)}(p,m,g,n,l):i(g)?(i(t.text)&&c.setTextContent(p,""),b(p,null,g,0,g.length-1,n)):i(m)?_(0,m,0,m.length-1):i(t.text)&&c.setTextContent(p,""):t.text!==e.text&&c.setTextContent(p,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(s(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,s.selected!==i&&(s.selected=i);else if(T(_o(s),r))return void(t.selectedIndex!==a&&(t.selectedIndex=a));o||(t.selectedIndex=-1)}}function wo(t,e){return e.every(function(e){return!T(e,t)})}function _o(t){return"_value"in t?t._value:t.value}function Co(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,xo(t.target,"input"))}function xo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function So(t){return!t.componentInstance||t.data&&t.data.transition?t:So(t.componentInstance._vnode)}var Oo={model:go,show:{bind:function(t,e,n){var r=e.value,o=(n=So(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,lo(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=So(n)).data&&n.data.transition?(n.data.show=!0,r?lo(n,function(){t.style.display=t.__vOriginalDisplay}):fo(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ko(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ko(Ge(e.children)):t}function Ao(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[P(i)]=o[i];return e}function Lo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var $o=function(t){return t.tag||Ve(t)},jo=function(t){return"show"===t.name},Ro={name:"transition",props:Eo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter($o)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=ko(o);if(!i)return o;if(this._leaving)return Lo(t,o);var s="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?s+"comment":s+i.tag:a(i.key)?0===String(i.key).indexOf(s)?i.key:s+i.key:i.key;var u=(i.data||(i.data={})).transition=Ao(this),c=this._vnode,l=ko(c);if(i.data.directives&&i.data.directives.some(jo)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!Ve(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=A({},u);if("out-in"===r)return this._leaving=!0,ae(f,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),Lo(t,o);if("in-out"===r){if(Ve(i))return c;var p,d=function(){p()};ae(u,"afterEnter",d),ae(u,"enterCancelled",d),ae(f,"delayLeave",function(t){p=t})}}return o}}},To=A({tag:String,moveClass:String},Eo);function Mo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function No(t){t.data.newPos=t.elm.getBoundingClientRect()}function Io(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete To.mode;var Do={Transition:Ro,TransitionGroup:{props:To,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Qe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],s=Ao(this),a=0;a-1?Yn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Yn[t]=/HTMLUnknownElement/.test(e.toString())},A(Sn.options.directives,Oo),A(Sn.options.components,Do),Sn.prototype.__patch__=G?mo:$,Sn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=gt),en(t,"beforeMount"),r=function(){t._update(t._render(),n)},new hn(t,r,$,{before:function(){t._isMounted&&!t._isDestroyed&&en(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,en(t,"mounted")),t}(this,t=t&&G?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},G&&setTimeout(function(){B.devtools&&it&&it.emit("init",Sn)},0),e.a=Sn}).call(this,n(5),n(61).setImmediate)},function(t,e,n){!function(){var e=function(t,n){var r=this;e.count=(e.count||0)+1,this.count=e.count,this.isOpened=!1,this.input=o(t),this.input.setAttribute("autocomplete","off"),this.input.setAttribute("aria-owns","awesomplete_list_"+this.count),this.input.setAttribute("role","combobox"),this.options=n=n||{},function(t,e,n){for(var r in e){var o=e[r],i=t.input.getAttribute("data-"+r.toLowerCase());"number"==typeof o?t[r]=parseInt(i):!1===o?t[r]=null!==i:o instanceof Function?t[r]=null:t[r]=i,t[r]||0===t[r]||(t[r]=r in n?n[r]:o)}}(this,{minChars:2,maxItems:10,autoFirst:!1,data:e.DATA,filter:e.FILTER_CONTAINS,sort:!1!==n.sort&&e.SORT_BYLENGTH,container:e.CONTAINER,item:e.ITEM,replace:e.REPLACE,tabSelect:!1},n),this.index=-1,this.container=this.container(t),this.ul=o.create("ul",{hidden:"hidden",role:"listbox",id:"awesomplete_list_"+this.count,inside:this.container}),this.status=o.create("span",{className:"visually-hidden",role:"status","aria-live":"assertive","aria-atomic":!0,inside:this.container,textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typing for results."}),this._events={input:{input:this.evaluate.bind(this),blur:this.close.bind(this,{reason:"blur"}),keydown:function(t){var e=t.keyCode;r.opened&&(13===e&&r.selected?(t.preventDefault(),r.select()):9===e&&r.selected&&r.tabSelect?r.select():27===e?r.close({reason:"esc"}):38!==e&&40!==e||(t.preventDefault(),r[38===e?"previous":"next"]()))}},form:{submit:this.close.bind(this,{reason:"submit"})},ul:{mousedown:function(t){t.preventDefault()},click:function(t){var e=t.target;if(e!==this){for(;e&&!/li/i.test(e.nodeName);)e=e.parentNode;e&&0===t.button&&(t.preventDefault(),r.select(e,t.target))}}}},o.bind(this.input,this._events.input),o.bind(this.input.form,this._events.form),o.bind(this.ul,this._events.ul),this.input.hasAttribute("list")?(this.list="#"+this.input.getAttribute("list"),this.input.removeAttribute("list")):this.list=this.input.getAttribute("data-list")||n.list||[],e.all.push(this)};function n(t){var e=Array.isArray(t)?{label:t[0],value:t[1]}:"object"==typeof t&&"label"in t&&"value"in t?t:{label:t,value:t};this.label=e.label||e.value,this.value=e.value}e.prototype={set list(t){if(Array.isArray(t))this._list=t;else if("string"==typeof t&&t.indexOf(",")>-1)this._list=t.split(/\s*,\s*/);else if((t=o(t))&&t.children){var e=[];r.apply(t.children).forEach(function(t){if(!t.disabled){var n=t.textContent.trim(),r=t.value||n,o=t.label||n;""!==r&&e.push({label:o,value:r})}}),this._list=e}document.activeElement===this.input&&this.evaluate()},get selected(){return this.index>-1},get opened(){return this.isOpened},close:function(t){this.opened&&(this.ul.setAttribute("hidden",""),this.isOpened=!1,this.index=-1,this.status.setAttribute("hidden",""),o.fire(this.input,"awesomplete-close",t||{}))},open:function(){this.ul.removeAttribute("hidden"),this.isOpened=!0,this.status.removeAttribute("hidden"),this.autoFirst&&-1===this.index&&this.goto(0),o.fire(this.input,"awesomplete-open")},destroy:function(){if(o.unbind(this.input,this._events.input),o.unbind(this.input.form,this._events.form),!this.options.container){var t=this.container.parentNode;t.insertBefore(this.input,this.container),t.removeChild(this.container)}this.input.removeAttribute("autocomplete"),this.input.removeAttribute("aria-autocomplete");var n=e.all.indexOf(this);-1!==n&&e.all.splice(n,1)},next:function(){var t=this.ul.children.length;this.goto(this.index-1&&e.length>0&&(e[t].setAttribute("aria-selected","true"),this.status.textContent=e[t].textContent+", list item "+(t+1)+" of "+e.length,this.input.setAttribute("aria-activedescendant",this.ul.id+"_item_"+this.index),this.ul.scrollTop=e[t].offsetTop-this.ul.clientHeight+e[t].clientHeight,o.fire(this.input,"awesomplete-highlight",{text:this.suggestions[this.index]}))},select:function(t,e){if(t?this.index=o.siblingIndex(t):t=this.ul.children[this.index],t){var n=this.suggestions[this.index];o.fire(this.input,"awesomplete-select",{text:n,origin:e||t})&&(this.replace(n),this.close({reason:"select"}),o.fire(this.input,"awesomplete-selectcomplete",{text:n}))}},evaluate:function(){var t=this,e=this.input.value;e.length>=this.minChars&&this._list&&this._list.length>0?(this.index=-1,this.ul.innerHTML="",this.suggestions=this._list.map(function(r){return new n(t.data(r,e))}).filter(function(n){return t.filter(n,e)}),!1!==this.sort&&(this.suggestions=this.suggestions.sort(this.sort)),this.suggestions=this.suggestions.slice(0,this.maxItems),this.suggestions.forEach(function(n,r){t.ul.appendChild(t.item(n,e,r))}),0===this.ul.children.length?(this.status.textContent="No results found",this.close({reason:"nomatches"})):(this.open(),this.status.textContent=this.ul.children.length+" results found")):(this.close({reason:"nomatches"}),this.status.textContent="No results found")}},e.all=[],e.FILTER_CONTAINS=function(t,e){return RegExp(o.regExpEscape(e.trim()),"i").test(t)},e.FILTER_STARTSWITH=function(t,e){return RegExp("^"+o.regExpEscape(e.trim()),"i").test(t)},e.SORT_BYLENGTH=function(t,e){return t.length!==e.length?t.length-e.length:t$&");return o.create("li",{innerHTML:r,"aria-selected":"false",id:"awesomplete_list_"+this.count+"_item_"+n})},e.REPLACE=function(t){this.input.value=t.value},e.DATA=function(t){return t},Object.defineProperty(n.prototype=Object.create(String.prototype),"length",{get:function(){return this.label.length}}),n.prototype.toString=n.prototype.valueOf=function(){return""+this.label};var r=Array.prototype.slice;function o(t,e){return"string"==typeof t?(e||document).querySelector(t):t||null}function i(t,e){return r.call((e||document).querySelectorAll(t))}function s(){i("input.awesomplete").forEach(function(t){new e(t)})}o.create=function(t,e){var n=document.createElement(t);for(var r in e){var i=e[r];if("inside"===r)o(i).appendChild(n);else if("around"===r){var s=o(i);s.parentNode.insertBefore(n,s),n.appendChild(s),null!=s.getAttribute("autofocus")&&s.focus()}else r in n?n[r]=i:n.setAttribute(r,i)}return n},o.bind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.addEventListener(e,r)})}},o.unbind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.removeEventListener(e,r)})}},o.fire=function(t,e,n){var r=document.createEvent("HTMLEvents");for(var o in r.initEvent(e,!0,!0),n)r[o]=n[o];return t.dispatchEvent(r)},o.regExpEscape=function(t){return t.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")},o.siblingIndex=function(t){for(var e=0;t=t.previousElementSibling;e++);return e},"undefined"!=typeof self&&(self.Awesomplete=e),"undefined"!=typeof Document&&("loading"!==document.readyState?s():document.addEventListener("DOMContentLoaded",s)),e.$=o,e.$$=i,t.exports&&(t.exports=e)}()},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){const r=n(64),o=n(67),i=n(69);t.exports={generatePassword:function(t,e,n,r){return o.calcEntropy({site:t,login:e,options:{counter:r.counter}},n).then(t=>{const e={length:r.length,lowercase:r.lowercase,uppercase:r.uppercase,digits:r.numbers,symbols:r.symbols},n=i.renderPassword(t,e);return Promise.resolve(n)})},createFingerprint:function(t){return r.createHmac("sha256",t).then(t=>{const e=r.createFingerprint(t);return Promise.resolve(e)})}}},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";const r=t=>{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.contain="strict",e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="12pt";const n=document.getSelection();let r=!1;n.rangeCount>0&&(r=n.getRangeAt(0)),document.body.append(e),e.select(),e.selectionStart=0,e.selectionEnd=t.length;let o=!1;try{o=document.execCommand("copy")}catch(t){}return e.remove(),r&&(n.removeAllRanges(),n.addRange(r)),o};t.exports=r,t.exports.default=r},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r=200&&t<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(t){u.headers[t]={}}),r.forEach(["post","put","patch"],function(t){u.headers[t]=r.merge(i)}),t.exports=u}).call(this,n(23))},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:s}catch(t){r=s}}();var u,c=[],l=!1,f=-1;function p(){l&&u&&(l=!1,u.length?c=u.concat(c):f=-1,c.length&&d())}function d(){if(!l){var t=a(p);l=!0;for(var e=c.length;e;){for(u=c,c=[];++f1)for(var n=1;n=o)return{value:i,entropy:n};const s=n.divmod(r.length);return t(i+=r[s.remainder],s.quotient,r,o)}}},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.atob)}(window)}).call(this,n(17)(t))},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.btoa)}(window)}).call(this,n(17)(t))},function(t,e){function n(t,e){var r={name:t.name,path:t.path,hash:t.hash,query:t.query,params:t.params,fullPath:t.fullPath,meta:t.meta};return e&&(r.from=n(e)),Object.freeze(r)}e.sync=function(t,e,r){var o=(r||{}).moduleName||"route";t.registerModule(o,{namespaced:!0,state:n(e.currentRoute),mutations:{ROUTE_CHANGED:function(e,r){t.state[o]=n(r.to,r.from)}}});var i,s=!1,a=t.watch(function(t){return t[o]},function(t){var n=t.fullPath;n!==i&&(null!=i&&(s=!0,e.push(t)),i=n)},{sync:!0}),u=e.afterEach(function(e,n){s?s=!1:(i=e.fullPath,t.commit(o+"/ROUTE_CHANGED",{to:e,from:n}))});return function(){null!=u&&u(),null!=a&&a(),t.unregisterModule(o)}}},function(t,e,n){(function(e){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,l="object"==typeof e&&e&&e.Object===Object&&e,f="object"==typeof self&&self&&self.Object===Object&&self,p=l||f||Function("return this")(),d=Object.prototype.toString,h=Math.max,v=Math.min,m=function(){return p.Date.now()};function g(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function y(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&d.call(t)==o}(t))return r;if(g(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=g(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=a.test(t);return n||u.test(t)?c(t.slice(2),n?2:8):s.test(t)?r:+t}t.exports=function(t,e,r){var o,i,s,a,u,c,l=0,f=!1,p=!1,d=!0;if("function"!=typeof t)throw new TypeError(n);function b(e){var n=o,r=i;return o=i=void 0,l=e,a=t.apply(r,n)}function w(t){var n=t-c;return void 0===c||n>=e||n<0||p&&t-l>=s}function _(){var t=m();if(w(t))return C(t);u=setTimeout(_,function(t){var n=e-(t-c);return p?v(n,s-(t-l)):n}(t))}function C(t){return u=void 0,d&&o?b(t):(o=i=void 0,a)}function P(){var t=m(),n=w(t);if(o=arguments,i=this,c=t,n){if(void 0===u)return function(t){return l=t,u=setTimeout(_,e),f?b(t):a}(c);if(p)return u=setTimeout(_,e),b(c)}return void 0===u&&(u=setTimeout(_,e)),a}return e=y(e)||0,g(r)&&(f=!!r.leading,s=(p="maxWait"in r)?h(y(r.maxWait)||0,e):s,d="trailing"in r?!!r.trailing:d),P.cancel=function(){void 0!==u&&clearTimeout(u),l=0,o=c=i=u=void 0},P.flush=function(){return void 0===u?a:C(m())},P}}).call(this,n(5))},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=function(t){return t&&t.__esModule?t:{default:t}}(r);t.exports=o.default},function(t,e,n){n(2);var r=n(6)(n(7),n(8),"data-v-82963a40",null);t.exports=r.exports},function(t,e,n){var r=n(3);"string"==typeof r&&(r=[[t.id,r,""]]),n(5)(r,{}),r.locals&&(t.exports=r.locals)},function(t,e,n){(t.exports=n(4)()).push([t.id,"a[data-v-82963a40]{cursor:pointer}",""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e=0&&h.splice(e,1)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}function a(t,e,n,r){var o=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}var u={},c=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}},l=c(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),f=c(function(){return document.head||document.getElementsByTagName("head")[0]}),p=null,d=0,h=[];t.exports=function(t,e){void 0===(e=e||{}).singleton&&(e.singleton=l()),void 0===e.insertAt&&(e.insertAt="bottom");var n=o(t);return r(n,e),function(t){for(var i=[],s=0;s0&&(u=this.selected-1-o);var c=u+this.pageRange-1;c>=this.pageCount&&(c=this.pageCount-1,u=c-this.pageRange+1);for(var l=u;l<=c&&l<=this.pageCount-1;l++)i(l);u>this.marginPages&&s(u-1),c+1=this.pageCount-this.marginPages;f--)i(f)}return e}},data:function(){return{innerValue:1}},methods:{handlePageSelected:function(t){this.selected!==t&&(this.innerValue=t,this.$emit("input",t),this.clickHandler(t))},prevPage:function(){this.selected<=1||this.handlePageSelected(this.selected-1)},nextPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.selected+1)},firstPageSelected:function(){return 1===this.selected},lastPageSelected:function(){return this.selected===this.pageCount||0===this.pageCount},selectFirstPage:function(){this.selected<=1||this.handlePageSelected(1)},selectLastPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.pageCount)}}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.noLiSurround?n("div",{class:t.containerClass},[t.firstLastButton?n("a",{class:[t.pageLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}}):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.prevLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}}),t._v(" "),t._l(t.pages,function(e){return[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass,e.disabled?t.disabledClass:""],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:"",t.disabledClass],attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:""],attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])]}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.nextLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}}),t._v(" "),t.firstLastButton?n("a",{class:[t.pageLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}}):t._e()],2):n("ul",{class:t.containerClass},[t.firstLastButton?n("li",{class:[t.pageClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}})]):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.prevClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.prevLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}})]),t._v(" "),t._l(t.pages,function(e){return n("li",{class:[t.pageClass,e.selected?t.activeClass:"",e.disabled?t.disabledClass:"",e.breakView?t.breakViewClass:""]},[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])])}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.nextClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.nextLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}})]),t._v(" "),t.firstLastButton?n("li",{class:[t.pageClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}})]):t._e()],2)},staticRenderFns:[]}}])},function(t){t.exports=JSON.parse('{"Advanced options":"Options avancées","Copied":"Copié !","Counter":"Compteur","CounterFieldHelp":"Augmenter cette valeur pour changer de mot de passe sans changer de mot de passe fort.","CreatePassword":"Voulez-vous en créer un ?","DBNotRunning":"Votre base de données LessPass n\'est pas démarrée.","Email":"Email","EmailAlreadyExist":"Cet email est déjà enregistré. Vous voulez peut-être vous connecter ?","EmailInvalid":"Entrez un email valide","EmailRequiredError":"Nous avons besoin d\'un email pour trouver votre compte.","Encrypt my master password":"Chiffrer mon mot de passe fort","ForgotPassword":"Mot de passe oublié ?","Generate":"Générer","Length":"Longueur","LengthDeprecationWarning":"La longueur maximale d\'un mot de passe est de 35 caractères.","LessPass Database Url":"URL de la base de données LessPass","Login":"Login","LoginFormInvalid":"L\'URL LessPass, l\'email et le mot de passe sont obligatoires.","LoginIncorrectError":"L\'email et le mot de passe ne sont pas dans notre base de données. Vérifiez une nouvelle fois et réessayez.","Master Password":"Mot de passe fort","Next":"Suivant","NoMatchFor":"Oups ! il n\'y a aucun resultat pour","NoPassword":"Vous n\'avez aucun mot de passe enregistré.","PasswordProfileCopied":"Votre profil de mot de passe a été copié","PasswordResetRequired":"Un mot de passe est requis","PasswordResetSuccessful":"Votre mot de passe a été changé avec succès","Previous":"Précédent","Register":"S\'enregistrer","Reset my password":"Changer mon mot de passe","ResetLinkExpired":"Ce lien a expiré.","Search":"Rechercher","Sign In":"Se connecter","Site":"Site","SiteLoginMasterPasswordMandatory":"Les champs site, login et mot de passe fort sont obligatoires.","SorryCopy":"Nous sommes désolés, la copie ne fonctionne que sur les navigateurs modernes","UpdateYourSearch":"Merci de modifier votre recherche.","WelcomeRegister":"Bienvenue {email}, merci de vous être enregistré.","resetPasswordSuccess":"Si l\'adresse email {email} est associée avec un compte LessPass, vous allez recevoir un email de la part de LessPass avec les instructions pour changer votre mot de passe."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opciones avanzadas","Copied":"¡ copiado !","Counter":"Contador","CounterFieldHelp":"Aumente este valor para cambiar la contraseña generada sin cambiar su contraseña maestra.","CreatePassword":"¿Quiere crear una?","DBNotRunning":"Su base de datos de LessPass no está ejecutando","Email":"Correo electrónico","EmailAlreadyExist":"Este correo electrónico ya está registrado. ¿Quiere iniciar sesión o recuperar su contraseña?","EmailInvalid":"Ingrese un correo elecrónico válido","EmailRequiredError":"Necesitamos un correo electrónico para encontrar su cuenta.","Encrypt my master password":"Cifrar mi contraseña maestra","ForgotPassword":"¿Olvidó su contraseña?","Generate":"Generar","Length":"Tamaño","LengthDeprecationWarning":"La longitud máxima de una contraseña es de 35 caracteres.","LessPass Database Url":"URL de la base de datos LessPass","Login":"Iniciar sesión","LoginFormInvalid":"URL, correo electrónico y contraseña de LessPass URL son obligatorios","LoginIncorrectError":"El correo electrónico y la contraseña que ingresó no concuerdan con nuestros registros. Revíselos de nuevo.","Master Password":"Contraseña maestra","Next":"Después","NoMatchFor":"¡Vaya! No ha resultados para","NoPassword":"No tiene ningún perfil de contraseñas guardado en su base de datos.","PasswordProfileCopied":"Se ha copiado su perfil de contraseña","PasswordResetRequired":"Se requiere una contraseña","PasswordResetSuccessful":"Su contraseña ha sido reestablecida con éxito.","Previous":"Anterior","Register":"Registrar","Reset my password":"Reestablecer mi contraseña","ResetLinkExpired":"El enlace para reestablecer esta contraseña ha expirado.","Search":"Buscar","Sign In":"Registrarse","Site":"Sitio","SiteLoginMasterPasswordMandatory":"Los campos sitio, usuario y contraseña maestra son obligatorios.","SorryCopy":"Lamentamos que la copia sólo funcione en navegadores modernos","UpdateYourSearch":"Trate de ampliar su búsqueda.","WelcomeRegister":"Bienvenido o bienvenida {email}, gracias por registrarse.","resetPasswordSuccess":"Si la dirección de correo electrónico {email} está asociada a una cuenta LessPass, recibirá un correo electrónico de LessPass con instrucciones sobre cómo restablecer su contraseña."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Erweiterte Optionen","Copied":"Kopiert!","Counter":"Zähler","CounterFieldHelp":"Erhöhen Sie diesen Wert, um das zu erstellende Passwort zu ändern, ohne Ihr Masterpasswort zu ändern.","CreatePassword":"Möchten Sie eines erstellen?","DBNotRunning":"Ihre LessPass Datenbank läuft nicht","Email":"email","EmailAlreadyExist":"Diese email-Adresse ist bereits registriert. Möchten Sie sich einloggen oder Ihr Passwort wiederherstellen?","EmailInvalid":"Bitte geben Sie eine gültige email-Adresse ein","EmailRequiredError":"Wir benötigen eine email-Adresse, um Ihr Konto zu finden.","Encrypt my master password":"Verschlüssele mein Masterpasswort","ForgotPassword":"Passwort vergessen?","Generate":"Erstelle","Length":"Länge","LengthDeprecationWarning":"Die maximale Länge eines Passwortes beträgt 35 Zeichen.","LessPass Database Url":"LessPass Datenbank Url","Login":"Login","LoginFormInvalid":"LessPass URL, email-Adresse und Passwort sind obligatorisch","LoginIncorrectError":"Die email-Adresse und das Passwort, die Sie eingegeben haben, entsprechen nicht unseren Daten. Bitte überprüfen Sie sie und versuchen es nochmal.","Master Password":"Masterpasswort","Next":"Nächste","NoMatchFor":"Ups! Dafür gibt es keine Übereinstimmung","NoPassword":"Sie haben kein Passwort-Profil in Ihrer Datenbank gespeichert.","PasswordProfileCopied":"Ihr Passwort-Profil wurde kopiert","PasswordResetRequired":"Ein Passwort ist erforderlich","PasswordResetSuccessful":"Ihr Passwort wurde erfolgreich zurückgesetzt.","Previous":"Vorherige","Register":"Registrieren","Reset my password":"Mein Passwort zurücksetzen","ResetLinkExpired":"Der Link zum Zurücksetzen des Passworts ist abgelaufen.","Search":"Suche","Sign In":"Anmelden","Site":"Seite","SiteLoginMasterPasswordMandatory":"Die Felder für Seite, Anmeldename und Masterpasswort sind obligatorisch.","SorryCopy":"Es tut uns leid, dass die Kopie nur auf modernen Browsern funktioniert","UpdateYourSearch":"Bitte erweitern Sie Ihre Suche.","WelcomeRegister":"Willkommen {email}, danke für die Anmeldung.","resetPasswordSuccess":"Wenn die E-Mail-Adresse {email} mit einem LessPass-Konto verknüpft ist, erhalten Sie in Kürze eine E-Mail von LessPass mit Anweisungen zum Zurücksetzen Ihres Passworts."}')},function(t){t.exports=JSON.parse('{"Advanced options":"進階選項","Copied":"已複製","Counter":"計數器","CounterFieldHelp":"改變這個值,就可以在不改變主密碼的狀況下,產生新的密碼。","CreatePassword":"您要產生一組密碼嗎?","DBNotRunning":"您的 LessPass 資料庫並未執行","Email":"郵件位址","EmailAlreadyExist":"這個郵件位址已被註冊。想要登入或取回您的密碼嗎?","EmailInvalid":"請輸入一個有效的郵件位址","EmailRequiredError":"我們需要郵件位址來找到您的帳號。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘記您的登入密碼了嗎?","Generate":"產生","Length":"長度","LengthDeprecationWarning":"密碼的最大長度是35個字符。","LessPass Database Url":"LessPass數據庫URL","Login":"登入帳號","LoginFormInvalid":"LessPass URL、郵件位址、登入密碼皆為必填欄位。","LoginIncorrectError":"我們查不到您輸入的郵件位址及登入密碼。請確認後再試一次。","Master Password":"主密碼","Next":"然後","NoMatchFor":"喔不!沒有找到跟下列條件相似的結果:","NoPassword":"您的資料庫內沒有儲存任何密碼。","PasswordProfileCopied":"您的密码配置文件已被复制。","PasswordResetRequired":"請輸入登入密碼","PasswordResetSuccessful":"已成功重置您的登入密碼。","Previous":"以前","Register":"註冊","Reset my password":"重置我的登入密碼","ResetLinkExpired":"此登入密碼重設連結已過期。","Search":"搜索","Sign In":"登入","Site":"網站位址","SiteLoginMasterPasswordMandatory":"網站位址、登入帳號、主密碼皆為必填欄位。","SorryCopy":"我們很抱歉,該副本僅適用於現代瀏覽器","UpdateYourSearch":"請試著放寬您的搜尋條件。","WelcomeRegister":"歡迎 {email},謝謝您的註冊。","resetPasswordSuccess":"如果电子邮件地址 {email} 与LessPass帐户相关联,您将很快收到LessPass的电子邮件,并提供如何重置密码的说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"高级选项","Copied":"已复制","Counter":"计数器","CounterFieldHelp":"增加这个值就可以在不改变主密码的前提下生成全新的密码。","CreatePassword":"您要生成一个密码吗?","DBNotRunning":"您的 LessPass 数据库没有运行","Email":"邮件地址","EmailAlreadyExist":"这个邮件地址已被注册。登录或找回您的密码?","EmailInvalid":"请输入一个有效的电子邮件地址","EmailRequiredError":"我们需要一个电子邮件地址来找到您的账户。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘记了您的密码?","Generate":"生成","Length":"长度","LengthDeprecationWarning":"密码的最大长度是35个字符。","LessPass Database Url":"LessPass 数据库网址","Login":"登录名","LoginFormInvalid":"LessPass 网址、电子邮件地址以及密码均为必填信息。","LoginIncorrectError":"我们没找到符合您输入的电子邮件地址及密码的记录。请核验后再试。","Master Password":"主密码","Next":"下一步","NoMatchFor":"没有找到符合下列条件的内容:","NoPassword":"您的数据库里没有保存任何密码配置。","PasswordProfileCopied":"已复制您的密码配置。","PasswordResetRequired":"请输入登录密码","PasswordResetSuccessful":"已成功重置您的登录密码。","Previous":"上一步","Register":"注册","Reset my password":"重置我的登录密码","ResetLinkExpired":"此登录密码重置链接已过期。","Search":"搜索","Sign In":"登录","Site":"网站名","SiteLoginMasterPasswordMandatory":"网站名、登录名以及主密码均为必填信息。","SorryCopy":"很抱歉,但复制功能仅适用于现代浏览器","UpdateYourSearch":"请尝试放宽您的搜索条件。","WelcomeRegister":"你好 {email},欢迎您的注册。","resetPasswordSuccess":"如果电子邮件地址 {email} 与一个 LessPass 账户相关联,您将很快收到 LessPass 的电子邮件,里面提供有重置密码的操作说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opções avançadas","Copied":"copiado!","Counter":"Contador","CounterFieldHelp":"Incremente este valor para mudar a senha gerada sem mudar sua senha mestre.","CreatePassword":"Gostaria de criar um?","DBNotRunning":"Seu banco de dados LessPass não está rodando","Email":"Email","EmailAlreadyExist":"Este email já foi registrado. Gostaria de entrar ou recuperar sua senha?","EmailInvalid":"Por favor entre um email válido","EmailRequiredError":"Nós precisamos de um email para encontrar a sua conta.","Encrypt my master password":"Criptografar minha senha mestre","ForgotPassword":"Esqueceu sua senha?","Generate":"Gerar","Length":"Comprimento","LengthDeprecationWarning":"O comprimento máximo de uma senha é de 35 caracteres.","LessPass Database Url":"URL do banco de dados LessPass","Login":"Entrar","LoginFormInvalid":"URL, email, e senha do LessPass são obrigatórios","LoginIncorrectError":"O email e senha que você digitou não estão de acordo com os nossos registros. Por favor verifique seus dados e tente novamente.","Master Password":"Senha mestre","Next":"Próximo","NoMatchFor":"Opa! Não há resultados para","NoPassword":"Você não tem nenhum perfil de senha salvo no seu banco de dados.","PasswordProfileCopied":"Seu perfil de senha foi copiado","PasswordResetRequired":"Uma senha é necessária","PasswordResetSuccessful":"Sua senha foi resetada com sucesso.","Previous":"Anterior","Register":"Registrar","Reset my password":"Resetar minha senha","ResetLinkExpired":"Esse link para resetar a senha já expirou.","Search":"Procurar","Sign In":"Se autenticar","Site":"Site","SiteLoginMasterPasswordMandatory":"Campos de site e credenciais de autenticação são obrigatórios.","SorryCopy":"Infelizmente a cópia somente funciona em navegadores modernos","UpdateYourSearch":"Por favor tente ampliar sua busca.","WelcomeRegister":"Bem vindo {email}, obrigado por se registrar.","resetPasswordSuccess":"Se o seu endereço de email {email} estiver associado com uma conta LessPass, você receberá logo um email do LessPass com instruções de como resetar a sua senha."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opcje zaawansowane","Copied":"Skopiowano!","Counter":"Licznik","CounterFieldHelp":"Podnieś numer wersji aby wygenerować inne hasło bez zmiany hasła głównego.","CreatePassword":"Chcesz go utworzyć?","DBNotRunning":"Baza profili LessPass nie działa","Email":"E-mail","EmailAlreadyExist":"Ten adres jest już zarejestrowany. Chcesz się zalogować czy odzyskać hasło?","EmailInvalid":"Podaj prawidłowy adres e-mail","EmailRequiredError":"Potrzebujemy adresu aby zidentyfikować twoje konto.","Encrypt my master password":"Zaszyfruj hasło główne","ForgotPassword":"Nie pamiętasz hasła?","Generate":"Wygeneruj","Length":"Długość","LengthDeprecationWarning":"Maksymalna długość hasła wynosi 35 znaków.","LessPass Database Url":"Link do bazy profili LessPass","Login":"Login","LoginFormInvalid":"Link do bazy LessPass, adres i hasło są wymagane","LoginIncorrectError":"Podany adres i hasło nie pasują do zapisanych danych. Sprawdź je dokładnie i spróbuj ponownie.","Master Password":"Hasło główne","Next":"Następna","NoMatchFor":"Niestety, nie znaleziono","NoPassword":"Nie masz żadnego profilu hasła w naszej bazie.","PasswordProfileCopied":"Profil twojego hasła został skopiowany","PasswordResetRequired":"Hasło jest wymagane","PasswordResetSuccessful":"Twoje hasło zostało zresetowane.","Previous":"Poprzednia","Register":"Zarejestruj się","Reset my password":"Resetuj hasło","ResetLinkExpired":"Link do resetowania hasła utracił ważność.","Search":"Szukaj","Sign In":"Zaloguj się","Site":"Serwis","SiteLoginMasterPasswordMandatory":"Nazwa serwisu, adres i hasło są wymagane.","SorryCopy":"Niestety, kopiowanie działa tylko w nowszych przeglądarkach","UpdateYourSearch":"Spróbuj bardziej ogólnego zapytania.","WelcomeRegister":"Witaj, {email}, dziękujemy za rejestrację.","resetPasswordSuccess":"Jeśli adres {email} jest skojarzony z kontem LessPass, wkrótce otrzymasz wiadomość od LessPass zawierającą instrukcje resetowania hasła."}')},function(t,e,n){t.exports=n.p+"favicon.ico"},function(t,e,n){},function(t,e,n){"use strict";var r=n(7);n.n(r).a},function(t,e,n){"use strict";var r=n(1),o=n(19),i=n(47),s=n(26);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(22));u.Axios=i,u.create=function(t){return a(s(u.defaults,t))},u.Cancel=n(27),u.CancelToken=n(59),u.isCancel=n(21),u.all=function(t){return Promise.all(t)},u.spread=n(60),t.exports=u,t.exports.default=u},function(t,e){ +var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=t}function s(t){return!0===t}function a(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function u(t){return null!==t&&"object"==typeof t}var c=Object.prototype.toString;function l(t){return"[object Object]"===c.call(t)}function p(t){return"[object RegExp]"===c.call(t)}function f(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function d(t){return i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function h(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(n,1)}}var b=Object.prototype.hasOwnProperty;function w(t,e){return b.call(t,e)}function _(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var C=/-(\w)/g,P=_(function(t){return t.replace(C,function(t,e){return e?e.toUpperCase():""})}),x=_(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),S=/\B([A-Z])/g,O=_(function(t){return t.replace(S,"-$1").toLowerCase()});var E=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function A(t,e){for(var n in e)t[n]=e[n];return t}function L(t){for(var e={},n=0;n0,Q=Z&&Z.indexOf("edge/")>0,X=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===K),tt=(Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\/(\d+)/)),et={}.watch,nt=!1;if(G)try{var rt={};Object.defineProperty(rt,"passive",{get:function(){nt=!0}}),window.addEventListener("test-passive",null,rt)}catch(t){}var ot=function(){return void 0===H&&(H=!G&&!W&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),H},it=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function st(t){return"function"==typeof t&&/native code/.test(t.toString())}var at,ut="undefined"!=typeof Symbol&&st(Symbol)&&"undefined"!=typeof Reflect&&st(Reflect.ownKeys);at="undefined"!=typeof Set&&st(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ct=$,lt=0,pt=function(){this.id=lt++,this.subs=[]};pt.prototype.addSub=function(t){this.subs.push(t)},pt.prototype.removeSub=function(t){y(this.subs,t)},pt.prototype.depend=function(){pt.target&&pt.target.addDep(this)},pt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(i&&!w(o,"default"))s=!1;else if(""===s||s===O(t)){var u=Ut(String,o.type);(u<0||a0&&(le((c=t(c,(n||"")+"_"+u))[0])&&le(p)&&(r[l]=yt(p.text+c[0].text),c.shift()),r.push.apply(r,c)):a(c)?le(p)?r[l]=yt(p.text+c):""!==c&&r.push(yt(c)):le(c)&&le(p)?r[l]=yt(p.text+c.text):(s(e._isVList)&&i(c.tag)&&o(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+u+"__"),r.push(c)));return r}(t):void 0}function le(t){return i(t)&&i(t.text)&&!1===t.isComment}function pe(t,e){if(t){for(var n=Object.create(null),r=ut?Reflect.ownKeys(t):Object.keys(t),o=0;o0,s=t?!!t.$stable:!i,a=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(s&&n&&n!==r&&a===n.$key&&!i&&!n.$hasNormal)return n;for(var u in o={},t)t[u]&&"$"!==u[0]&&(o[u]=ve(e,u,t[u]))}else o={};for(var c in e)c in o||(o[c]=me(e,c));return t&&Object.isExtensible(t)&&(t._normalized=o),q(o,"$stable",s),q(o,"$key",a),q(o,"$hasNormal",i),o}function ve(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:ce(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function me(t,e){return function(){return t[e]}}function ge(t,e){var n,r,o,s,a;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,o=t.length;rdocument.createEvent("Event").timeStamp&&(ln=function(){return pn.now()})}function fn(){var t,e;for(cn=ln(),an=!0,nn.sort(function(t,e){return t.id-e.id}),un=0;unun&&nn[n].id>t.id;)n--;nn.splice(n+1,0,t)}else nn.push(t);sn||(sn=!0,ee(fn))}}(this)},hn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||u(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},hn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},hn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},hn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||y(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var vn={enumerable:!0,configurable:!0,get:$,set:$};function mn(t,e,n){vn.get=function(){return this[e][n]},vn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,vn)}function gn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&xt(!1);var i=function(i){o.push(i);var s=Dt(i,e,n,t);Et(r,i,s),i in t||mn(t,"_props",i)};for(var s in e)i(s);xt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?$:E(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;l(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return qt(t,e,"data()"),{}}finally{ht()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&w(r,i)||(s=void 0,36!==(s=(i+"").charCodeAt(0))&&95!==s&&mn(t,"_data",i))}var s;Ot(e,!0)}(t):Ot(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ot();for(var o in e){var i=e[o],s="function"==typeof i?i:i.get;0,r||(n[o]=new hn(t,s||$,$,yn)),o in t||bn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==et&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var o=0;o-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!p(t)&&t.test(e)}function An(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var s=n[i];if(s){var a=En(s.componentOptions);a&&!e(a)&&Ln(n,i,r,o)}}}function Ln(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,y(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Pn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(xn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Je(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=fe(e._renderChildren,o),t.$scopedSlots=r,t._c=function(e,n,r,o){return Ue(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return Ue(t,e,n,r,o,!0)};var i=n&&n.data;Et(t,"$attrs",i&&i.attrs||r,null,!0),Et(t,"$listeners",e._parentListeners||r,null,!0)}(e),en(e,"beforeCreate"),function(t){var e=pe(t.$options.inject,t);e&&(xt(!1),Object.keys(e).forEach(function(n){Et(t,n,e[n])}),xt(!0))}(e),gn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),en(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(Sn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=kt,t.prototype.$delete=At,t.prototype.$watch=function(t,e,n){if(l(e))return Cn(this,t,e,n);(n=n||{}).user=!0;var r=new hn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){qt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(Sn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o1?k(n):n;for(var r=k(arguments,1),o='event handler for "'+t+'"',i=0,s=n.length;iparseInt(this.max)&&Ln(s,a[0],a,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:ct,extend:A,mergeOptions:Nt,defineReactive:Et},t.set=kt,t.delete=At,t.nextTick=ee,t.observable=function(t){return Ot(t),t},t.options=Object.create(null),D.forEach(function(e){t.options[e+"s"]=Object.create(null)}),t.options._base=t,A(t.options.components,jn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),On(t),function(t){D.forEach(function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}})}(t)}(Sn),Object.defineProperty(Sn.prototype,"$isServer",{get:ot}),Object.defineProperty(Sn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sn,"FunctionalRenderContext",{value:je}),Sn.version="2.6.10";var Rn=m("style,class"),Tn=m("input,textarea,option,select,progress"),Mn=m("contenteditable,draggable,spellcheck"),Nn=m("events,caret,typing,plaintext-only"),In=function(t,e){return qn(e)||"false"===e?"false":"contenteditable"===t&&Nn(e)?e:"true"},Dn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Fn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Un=function(t){return Bn(t)?t.slice(6,t.length):""},qn=function(t){return null==t||!1===t};function zn(t){for(var e=t.data,n=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Hn(r.data,e));for(;i(n=n.parent);)n&&n.data&&(e=Hn(e,n.data));return function(t,e){if(i(t)||i(e))return Vn(t,Gn(e));return""}(e.staticClass,e.class)}function Hn(t,e){return{staticClass:Vn(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Vn(t,e){return t?e?t+" "+e:t:e||""}function Gn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?vr(t,e,n):Dn(e)?qn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Mn(e)?t.setAttribute(e,In(e,n)):Bn(e)?qn(n)?t.removeAttributeNS(Fn,Un(e)):t.setAttributeNS(Fn,e,n):vr(t,e,n)}function vr(t,e,n){if(qn(n))t.removeAttribute(e);else{if(J&&!Y&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var mr={create:dr,update:dr};function gr(t,e){var n=e.elm,r=e.data,s=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(s)||o(s.staticClass)&&o(s.class)))){var a=zn(e),u=n._transitionClasses;i(u)&&(a=Vn(a,Gn(u))),a!==n._prevClass&&(n.setAttribute("class",a),n._prevClass=a)}}var yr,br={create:gr,update:gr},wr="__r",_r="__c";function Cr(t,e,n){var r=yr;return function o(){var i=e.apply(null,arguments);null!==i&&Sr(t,o,n,r)}}var Pr=Wt&&!(tt&&Number(tt[1])<=53);function xr(t,e,n,r){if(Pr){var o=cn,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}yr.addEventListener(t,e,nt?{capture:n,passive:r}:n)}function Sr(t,e,n,r){(r||yr).removeEventListener(t,e._wrapper||e,n)}function Or(t,e){if(!o(t.data.on)||!o(e.data.on)){var n=e.data.on||{},r=t.data.on||{};yr=e.elm,function(t){if(i(t[wr])){var e=J?"change":"input";t[e]=[].concat(t[wr],t[e]||[]),delete t[wr]}i(t[_r])&&(t.change=[].concat(t[_r],t.change||[]),delete t[_r])}(n),se(n,r,xr,Sr,Cr,e.context),yr=void 0}}var Er,kr={create:Or,update:Or};function Ar(t,e){if(!o(t.data.domProps)||!o(e.data.domProps)){var n,r,s=e.elm,a=t.data.domProps||{},u=e.data.domProps||{};for(n in i(u.__ob__)&&(u=e.data.domProps=A({},u)),a)n in u||(s[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===a[n])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===n&&"PROGRESS"!==s.tagName){s._value=r;var c=o(r)?"":String(r);Lr(s,c)&&(s.value=c)}else if("innerHTML"===n&&Zn(s.tagName)&&o(s.innerHTML)){(Er=Er||document.createElement("div")).innerHTML=""+r+"";for(var l=Er.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;l.firstChild;)s.appendChild(l.firstChild)}else if(r!==a[n])try{s[n]=r}catch(t){}}}}function Lr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var $r={create:Ar,update:Ar},jr=_(function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e});function Rr(t){var e=Tr(t.style);return t.staticStyle?A(t.staticStyle,e):e}function Tr(t){return Array.isArray(t)?L(t):"string"==typeof t?jr(t):t}var Mr,Nr=/^--/,Ir=/\s*!important$/,Dr=function(t,e,n){if(Nr.test(e))t.style.setProperty(e,n);else if(Ir.test(n))t.style.setProperty(O(e),n.replace(Ir,""),"important");else{var r=Br(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(zr).forEach(function(e){return t.classList.add(e)}):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Vr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(zr).forEach(function(e){return t.classList.remove(e)}):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Gr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&A(e,Wr(t.name||"v")),A(e,t),e}return"string"==typeof t?Wr(t):void 0}}var Wr=_(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),Kr=G&&!Y,Zr="transition",Jr="animation",Yr="transition",Qr="transitionend",Xr="animation",to="animationend";Kr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Yr="WebkitTransition",Qr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Xr="WebkitAnimation",to="webkitAnimationEnd"));var eo=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function no(t){eo(function(){eo(t)})}function ro(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Hr(t,e))}function oo(t,e){t._transitionClasses&&y(t._transitionClasses,e),Vr(t,e)}function io(t,e,n){var r=ao(t,e),o=r.type,i=r.timeout,s=r.propCount;if(!o)return n();var a=o===Zr?Qr:to,u=0,c=function(){t.removeEventListener(a,l),n()},l=function(e){e.target===t&&++u>=s&&c()};setTimeout(function(){u0&&(n=Zr,l=s,p=i.length):e===Jr?c>0&&(n=Jr,l=c,p=u.length):p=(n=(l=Math.max(s,c))>0?s>c?Zr:Jr:null)?n===Zr?i.length:u.length:0,{type:n,timeout:l,propCount:p,hasTransform:n===Zr&&so.test(r[Yr+"Property"])}}function uo(t,e){for(;t.length1}function vo(t,e){!0!==e.data.show&&lo(e)}var mo=function(t){var e,n,r={},u=t.modules,c=t.nodeOps;for(e=0;eh?b(t,o(n[g+1])?null:n[g+1].elm,n,d,g,r):d>g&&_(0,e,f,h)}(f,m,g,n,l):i(g)?(i(t.text)&&c.setTextContent(f,""),b(f,null,g,0,g.length-1,n)):i(m)?_(0,m,0,m.length-1):i(t.text)&&c.setTextContent(f,""):t.text!==e.text&&c.setTextContent(f,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(s(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,s.selected!==i&&(s.selected=i);else if(T(_o(s),r))return void(t.selectedIndex!==a&&(t.selectedIndex=a));o||(t.selectedIndex=-1)}}function wo(t,e){return e.every(function(e){return!T(e,t)})}function _o(t){return"_value"in t?t._value:t.value}function Co(t){t.target.composing=!0}function Po(t){t.target.composing&&(t.target.composing=!1,xo(t.target,"input"))}function xo(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function So(t){return!t.componentInstance||t.data&&t.data.transition?t:So(t.componentInstance._vnode)}var Oo={model:go,show:{bind:function(t,e,n){var r=e.value,o=(n=So(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,lo(n,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=So(n)).data&&n.data.transition?(n.data.show=!0,r?lo(n,function(){t.style.display=t.__vOriginalDisplay}):po(n,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Eo={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ko(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ko(Ge(e.children)):t}function Ao(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var i in o)e[P(i)]=o[i];return e}function Lo(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var $o=function(t){return t.tag||Ve(t)},jo=function(t){return"show"===t.name},Ro={name:"transition",props:Eo,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter($o)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=ko(o);if(!i)return o;if(this._leaving)return Lo(t,o);var s="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?s+"comment":s+i.tag:a(i.key)?0===String(i.key).indexOf(s)?i.key:s+i.key:i.key;var u=(i.data||(i.data={})).transition=Ao(this),c=this._vnode,l=ko(c);if(i.data.directives&&i.data.directives.some(jo)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!Ve(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var p=l.data.transition=A({},u);if("out-in"===r)return this._leaving=!0,ae(p,"afterLeave",function(){e._leaving=!1,e.$forceUpdate()}),Lo(t,o);if("in-out"===r){if(Ve(i))return c;var f,d=function(){f()};ae(u,"afterEnter",d),ae(u,"enterCancelled",d),ae(p,"delayLeave",function(t){f=t})}}return o}}},To=A({tag:String,moveClass:String},Eo);function Mo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function No(t){t.data.newPos=t.elm.getBoundingClientRect()}function Io(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete To.mode;var Do={Transition:Ro,TransitionGroup:{props:To,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Qe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],s=Ao(this),a=0;a-1?Yn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Yn[t]=/HTMLUnknownElement/.test(e.toString())},A(Sn.options.directives,Oo),A(Sn.options.components,Do),Sn.prototype.__patch__=G?mo:$,Sn.prototype.$mount=function(t,e){return function(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=gt),en(t,"beforeMount"),r=function(){t._update(t._render(),n)},new hn(t,r,$,{before:function(){t._isMounted&&!t._isDestroyed&&en(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,en(t,"mounted")),t}(this,t=t&&G?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},G&&setTimeout(function(){B.devtools&&it&&it.emit("init",Sn)},0),e.a=Sn}).call(this,n(5),n(61).setImmediate)},function(t,e,n){!function(){var e=function(t,n){var r=this;e.count=(e.count||0)+1,this.count=e.count,this.isOpened=!1,this.input=o(t),this.input.setAttribute("autocomplete","off"),this.input.setAttribute("aria-owns","awesomplete_list_"+this.count),this.input.setAttribute("role","combobox"),this.options=n=n||{},function(t,e,n){for(var r in e){var o=e[r],i=t.input.getAttribute("data-"+r.toLowerCase());"number"==typeof o?t[r]=parseInt(i):!1===o?t[r]=null!==i:o instanceof Function?t[r]=null:t[r]=i,t[r]||0===t[r]||(t[r]=r in n?n[r]:o)}}(this,{minChars:2,maxItems:10,autoFirst:!1,data:e.DATA,filter:e.FILTER_CONTAINS,sort:!1!==n.sort&&e.SORT_BYLENGTH,container:e.CONTAINER,item:e.ITEM,replace:e.REPLACE,tabSelect:!1},n),this.index=-1,this.container=this.container(t),this.ul=o.create("ul",{hidden:"hidden",role:"listbox",id:"awesomplete_list_"+this.count,inside:this.container}),this.status=o.create("span",{className:"visually-hidden",role:"status","aria-live":"assertive","aria-atomic":!0,inside:this.container,textContent:0!=this.minChars?"Type "+this.minChars+" or more characters for results.":"Begin typing for results."}),this._events={input:{input:this.evaluate.bind(this),blur:this.close.bind(this,{reason:"blur"}),keydown:function(t){var e=t.keyCode;r.opened&&(13===e&&r.selected?(t.preventDefault(),r.select()):9===e&&r.selected&&r.tabSelect?r.select():27===e?r.close({reason:"esc"}):38!==e&&40!==e||(t.preventDefault(),r[38===e?"previous":"next"]()))}},form:{submit:this.close.bind(this,{reason:"submit"})},ul:{mousedown:function(t){t.preventDefault()},click:function(t){var e=t.target;if(e!==this){for(;e&&!/li/i.test(e.nodeName);)e=e.parentNode;e&&0===t.button&&(t.preventDefault(),r.select(e,t.target))}}}},o.bind(this.input,this._events.input),o.bind(this.input.form,this._events.form),o.bind(this.ul,this._events.ul),this.input.hasAttribute("list")?(this.list="#"+this.input.getAttribute("list"),this.input.removeAttribute("list")):this.list=this.input.getAttribute("data-list")||n.list||[],e.all.push(this)};function n(t){var e=Array.isArray(t)?{label:t[0],value:t[1]}:"object"==typeof t&&"label"in t&&"value"in t?t:{label:t,value:t};this.label=e.label||e.value,this.value=e.value}e.prototype={set list(t){if(Array.isArray(t))this._list=t;else if("string"==typeof t&&t.indexOf(",")>-1)this._list=t.split(/\s*,\s*/);else if((t=o(t))&&t.children){var e=[];r.apply(t.children).forEach(function(t){if(!t.disabled){var n=t.textContent.trim(),r=t.value||n,o=t.label||n;""!==r&&e.push({label:o,value:r})}}),this._list=e}document.activeElement===this.input&&this.evaluate()},get selected(){return this.index>-1},get opened(){return this.isOpened},close:function(t){this.opened&&(this.ul.setAttribute("hidden",""),this.isOpened=!1,this.index=-1,this.status.setAttribute("hidden",""),o.fire(this.input,"awesomplete-close",t||{}))},open:function(){this.ul.removeAttribute("hidden"),this.isOpened=!0,this.status.removeAttribute("hidden"),this.autoFirst&&-1===this.index&&this.goto(0),o.fire(this.input,"awesomplete-open")},destroy:function(){if(o.unbind(this.input,this._events.input),o.unbind(this.input.form,this._events.form),!this.options.container){var t=this.container.parentNode;t.insertBefore(this.input,this.container),t.removeChild(this.container)}this.input.removeAttribute("autocomplete"),this.input.removeAttribute("aria-autocomplete");var n=e.all.indexOf(this);-1!==n&&e.all.splice(n,1)},next:function(){var t=this.ul.children.length;this.goto(this.index-1&&e.length>0&&(e[t].setAttribute("aria-selected","true"),this.status.textContent=e[t].textContent+", list item "+(t+1)+" of "+e.length,this.input.setAttribute("aria-activedescendant",this.ul.id+"_item_"+this.index),this.ul.scrollTop=e[t].offsetTop-this.ul.clientHeight+e[t].clientHeight,o.fire(this.input,"awesomplete-highlight",{text:this.suggestions[this.index]}))},select:function(t,e){if(t?this.index=o.siblingIndex(t):t=this.ul.children[this.index],t){var n=this.suggestions[this.index];o.fire(this.input,"awesomplete-select",{text:n,origin:e||t})&&(this.replace(n),this.close({reason:"select"}),o.fire(this.input,"awesomplete-selectcomplete",{text:n}))}},evaluate:function(){var t=this,e=this.input.value;e.length>=this.minChars&&this._list&&this._list.length>0?(this.index=-1,this.ul.innerHTML="",this.suggestions=this._list.map(function(r){return new n(t.data(r,e))}).filter(function(n){return t.filter(n,e)}),!1!==this.sort&&(this.suggestions=this.suggestions.sort(this.sort)),this.suggestions=this.suggestions.slice(0,this.maxItems),this.suggestions.forEach(function(n,r){t.ul.appendChild(t.item(n,e,r))}),0===this.ul.children.length?(this.status.textContent="No results found",this.close({reason:"nomatches"})):(this.open(),this.status.textContent=this.ul.children.length+" results found")):(this.close({reason:"nomatches"}),this.status.textContent="No results found")}},e.all=[],e.FILTER_CONTAINS=function(t,e){return RegExp(o.regExpEscape(e.trim()),"i").test(t)},e.FILTER_STARTSWITH=function(t,e){return RegExp("^"+o.regExpEscape(e.trim()),"i").test(t)},e.SORT_BYLENGTH=function(t,e){return t.length!==e.length?t.length-e.length:t$&");return o.create("li",{innerHTML:r,"aria-selected":"false",id:"awesomplete_list_"+this.count+"_item_"+n})},e.REPLACE=function(t){this.input.value=t.value},e.DATA=function(t){return t},Object.defineProperty(n.prototype=Object.create(String.prototype),"length",{get:function(){return this.label.length}}),n.prototype.toString=n.prototype.valueOf=function(){return""+this.label};var r=Array.prototype.slice;function o(t,e){return"string"==typeof t?(e||document).querySelector(t):t||null}function i(t,e){return r.call((e||document).querySelectorAll(t))}function s(){i("input.awesomplete").forEach(function(t){new e(t)})}o.create=function(t,e){var n=document.createElement(t);for(var r in e){var i=e[r];if("inside"===r)o(i).appendChild(n);else if("around"===r){var s=o(i);s.parentNode.insertBefore(n,s),n.appendChild(s),null!=s.getAttribute("autofocus")&&s.focus()}else r in n?n[r]=i:n.setAttribute(r,i)}return n},o.bind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.addEventListener(e,r)})}},o.unbind=function(t,e){if(t)for(var n in e){var r=e[n];n.split(/\s+/).forEach(function(e){t.removeEventListener(e,r)})}},o.fire=function(t,e,n){var r=document.createEvent("HTMLEvents");for(var o in r.initEvent(e,!0,!0),n)r[o]=n[o];return t.dispatchEvent(r)},o.regExpEscape=function(t){return t.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")},o.siblingIndex=function(t){for(var e=0;t=t.previousElementSibling;e++);return e},"undefined"!=typeof self&&(self.Awesomplete=e),"undefined"!=typeof Document&&("loading"!==document.readyState?s():document.addEventListener("DOMContentLoaded",s)),e.$=o,e.$$=i,t.exports&&(t.exports=e)}()},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){const r=n(64),o=n(67),i=n(69);t.exports={generatePassword:function(t,e,n,r){return o.calcEntropy({site:t,login:e,options:{counter:r.counter}},n).then(t=>{const e={length:r.length,lowercase:r.lowercase,uppercase:r.uppercase,digits:r.numbers,symbols:r.symbols},n=i.renderPassword(t,e);return Promise.resolve(n)})},createFingerprint:function(t){return r.createHmac("sha256",t).then(t=>{const e=r.createFingerprint(t);return Promise.resolve(e)})}}},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";const r=t=>{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.contain="strict",e.style.position="absolute",e.style.left="-9999px",e.style.fontSize="12pt";const n=document.getSelection();let r=!1;n.rangeCount>0&&(r=n.getRangeAt(0)),document.body.append(e),e.select(),e.selectionStart=0,e.selectionEnd=t.length;let o=!1;try{o=document.execCommand("copy")}catch(t){}return e.remove(),r&&(n.removeAllRanges(),n.addRange(r)),o};t.exports=r,t.exports.default=r},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r=200&&t<300}};u.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(t){u.headers[t]={}}),r.forEach(["post","put","patch"],function(t){u.headers[t]=r.merge(i)}),t.exports=u}).call(this,n(23))},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function a(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:s}catch(t){r=s}}();var u,c=[],l=!1,p=-1;function f(){l&&u&&(l=!1,u.length?c=u.concat(c):p=-1,c.length&&d())}function d(){if(!l){var t=a(f);l=!0;for(var e=c.length;e;){for(u=c,c=[];++p1)for(var n=1;n=o)return{value:i,entropy:n};const s=n.divmod(r.length);return t(i+=r[s.remainder],s.quotient,r,o)}}},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.atob)}(window)}).call(this,n(17)(t))},function(t,e,n){(function(t){!function(e){"use strict";t&&t.exports&&(t.exports=e.btoa)}(window)}).call(this,n(17)(t))},function(t,e){function n(t,e){var r={name:t.name,path:t.path,hash:t.hash,query:t.query,params:t.params,fullPath:t.fullPath,meta:t.meta};return e&&(r.from=n(e)),Object.freeze(r)}e.sync=function(t,e,r){var o=(r||{}).moduleName||"route";t.registerModule(o,{namespaced:!0,state:n(e.currentRoute),mutations:{ROUTE_CHANGED:function(e,r){t.state[o]=n(r.to,r.from)}}});var i,s=!1,a=t.watch(function(t){return t[o]},function(t){var n=t.fullPath;n!==i&&(null!=i&&(s=!0,e.push(t)),i=n)},{sync:!0}),u=e.afterEach(function(e,n){s?s=!1:(i=e.fullPath,t.commit(o+"/ROUTE_CHANGED",{to:e,from:n}))});return function(){null!=u&&u(),null!=a&&a(),t.unregisterModule(o)}}},function(t,e,n){(function(e){var n="Expected a function",r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,l="object"==typeof e&&e&&e.Object===Object&&e,p="object"==typeof self&&self&&self.Object===Object&&self,f=l||p||Function("return this")(),d=Object.prototype.toString,h=Math.max,v=Math.min,m=function(){return f.Date.now()};function g(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function y(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&d.call(t)==o}(t))return r;if(g(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=g(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(i,"");var n=a.test(t);return n||u.test(t)?c(t.slice(2),n?2:8):s.test(t)?r:+t}t.exports=function(t,e,r){var o,i,s,a,u,c,l=0,p=!1,f=!1,d=!0;if("function"!=typeof t)throw new TypeError(n);function b(e){var n=o,r=i;return o=i=void 0,l=e,a=t.apply(r,n)}function w(t){var n=t-c;return void 0===c||n>=e||n<0||f&&t-l>=s}function _(){var t=m();if(w(t))return C(t);u=setTimeout(_,function(t){var n=e-(t-c);return f?v(n,s-(t-l)):n}(t))}function C(t){return u=void 0,d&&o?b(t):(o=i=void 0,a)}function P(){var t=m(),n=w(t);if(o=arguments,i=this,c=t,n){if(void 0===u)return function(t){return l=t,u=setTimeout(_,e),p?b(t):a}(c);if(f)return u=setTimeout(_,e),b(c)}return void 0===u&&(u=setTimeout(_,e)),a}return e=y(e)||0,g(r)&&(p=!!r.leading,s=(f="maxWait"in r)?h(y(r.maxWait)||0,e):s,d="trailing"in r?!!r.trailing:d),P.cancel=function(){void 0!==u&&clearTimeout(u),l=0,o=c=i=u=void 0},P.flush=function(){return void 0===u?a:C(m())},P}}).call(this,n(5))},function(t,e,n){t.exports=function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";var r=n(1),o=function(t){return t&&t.__esModule?t:{default:t}}(r);t.exports=o.default},function(t,e,n){n(2);var r=n(6)(n(7),n(8),"data-v-82963a40",null);t.exports=r.exports},function(t,e,n){var r=n(3);"string"==typeof r&&(r=[[t.id,r,""]]),n(5)(r,{}),r.locals&&(t.exports=r.locals)},function(t,e,n){(t.exports=n(4)()).push([t.id,"a[data-v-82963a40]{cursor:pointer}",""])},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;e=0&&h.splice(e,1)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}function a(t,e,n,r){var o=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,o);else{var i=document.createTextNode(o),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(i,s[e]):t.appendChild(i)}}var u={},c=function(t){var e;return function(){return void 0===e&&(e=t.apply(this,arguments)),e}},l=c(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),p=c(function(){return document.head||document.getElementsByTagName("head")[0]}),f=null,d=0,h=[];t.exports=function(t,e){void 0===(e=e||{}).singleton&&(e.singleton=l()),void 0===e.insertAt&&(e.insertAt="bottom");var n=o(t);return r(n,e),function(t){for(var i=[],s=0;s0&&(u=this.selected-1-o);var c=u+this.pageRange-1;c>=this.pageCount&&(c=this.pageCount-1,u=c-this.pageRange+1);for(var l=u;l<=c&&l<=this.pageCount-1;l++)i(l);u>this.marginPages&&s(u-1),c+1=this.pageCount-this.marginPages;p--)i(p)}return e}},data:function(){return{innerValue:1}},methods:{handlePageSelected:function(t){this.selected!==t&&(this.innerValue=t,this.$emit("input",t),this.clickHandler(t))},prevPage:function(){this.selected<=1||this.handlePageSelected(this.selected-1)},nextPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.selected+1)},firstPageSelected:function(){return 1===this.selected},lastPageSelected:function(){return this.selected===this.pageCount||0===this.pageCount},selectFirstPage:function(){this.selected<=1||this.handlePageSelected(1)},selectLastPage:function(){this.selected>=this.pageCount||this.handlePageSelected(this.pageCount)}}}},function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.noLiSurround?n("div",{class:t.containerClass},[t.firstLastButton?n("a",{class:[t.pageLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}}):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.prevLinkClass,t.firstPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}}),t._v(" "),t._l(t.pages,function(e){return[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass,e.disabled?t.disabledClass:""],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:"",t.disabledClass],attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:[t.pageLinkClass,e.selected?t.activeClass:""],attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])]}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("a",{class:[t.nextLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}}),t._v(" "),t.firstLastButton?n("a",{class:[t.pageLinkClass,t.lastPageSelected()?t.disabledClass:""],attrs:{tabindex:"0"},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}}):t._e()],2):n("ul",{class:t.containerClass},[t.firstLastButton?n("li",{class:[t.pageClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.firstButtonText)},on:{click:function(e){t.selectFirstPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectFirstPage():null}}})]):t._e(),t._v(" "),t.firstPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.prevClass,t.firstPageSelected()?t.disabledClass:""]},[n("a",{class:t.prevLinkClass,attrs:{tabindex:t.firstPageSelected()?-1:0},domProps:{innerHTML:t._s(t.prevText)},on:{click:function(e){t.prevPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.prevPage():null}}})]),t._v(" "),t._l(t.pages,function(e){return n("li",{class:[t.pageClass,e.selected?t.activeClass:"",e.disabled?t.disabledClass:"",e.breakView?t.breakViewClass:""]},[e.breakView?n("a",{class:[t.pageLinkClass,t.breakViewLinkClass],attrs:{tabindex:"0"}},[t._t("breakViewContent",[t._v(t._s(t.breakViewText))])],2):e.disabled?n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"}},[t._v(t._s(e.content))]):n("a",{class:t.pageLinkClass,attrs:{tabindex:"0"},on:{click:function(n){t.handlePageSelected(e.index+1)},keyup:function(n){return"button"in n||!t._k(n.keyCode,"enter",13)?void t.handlePageSelected(e.index+1):null}}},[t._v(t._s(e.content))])])}),t._v(" "),t.lastPageSelected()&&t.hidePrevNext?t._e():n("li",{class:[t.nextClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.nextLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.nextText)},on:{click:function(e){t.nextPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.nextPage():null}}})]),t._v(" "),t.firstLastButton?n("li",{class:[t.pageClass,t.lastPageSelected()?t.disabledClass:""]},[n("a",{class:t.pageLinkClass,attrs:{tabindex:t.lastPageSelected()?-1:0},domProps:{innerHTML:t._s(t.lastButtonText)},on:{click:function(e){t.selectLastPage()},keyup:function(e){return"button"in e||!t._k(e.keyCode,"enter",13)?void t.selectLastPage():null}}})]):t._e()],2)},staticRenderFns:[]}}])},function(t){t.exports=JSON.parse('{"Advanced options":"Options avancées","Copied":"Copié !","Counter":"Compteur","CounterFieldHelp":"Augmenter cette valeur pour changer de mot de passe sans changer de mot de passe fort.","CreatePassword":"Voulez-vous en créer un ?","DBNotRunning":"Votre base de données LessPass n\'est pas démarrée.","Email":"Email","EmailAlreadyExist":"Cet email est déjà enregistré. Vous voulez peut-être vous connecter ?","EmailInvalid":"Entrez un email valide","EmailRequiredError":"Nous avons besoin d\'un email pour trouver votre compte.","Encrypt my master password":"Chiffrer mon mot de passe fort","ForgotPassword":"Mot de passe oublié ?","Generate":"Générer","Length":"Longueur","LengthDeprecationWarning":"La longueur maximale d\'un mot de passe est de 35 caractères.","LessPass Database Url":"URL de la base de données LessPass","Login":"Login","LoginFormInvalid":"L\'URL LessPass, l\'email et le mot de passe sont obligatoires.","LoginIncorrectError":"L\'email et le mot de passe ne sont pas dans notre base de données. Vérifiez une nouvelle fois et réessayez.","Master Password":"Mot de passe fort","Next":"Suivant","NoMatchFor":"Oups ! il n\'y a aucun resultat pour","NoPassword":"Vous n\'avez aucun mot de passe enregistré.","PasswordProfileCopied":"Votre profil de mot de passe a été copié","PasswordResetRequired":"Un mot de passe est requis","PasswordResetSuccessful":"Votre mot de passe a été changé avec succès","Previous":"Précédent","Register":"S\'enregistrer","Reset my password":"Changer mon mot de passe","ResetLinkExpired":"Ce lien a expiré.","Search":"Rechercher","Sign In":"Se connecter","Site":"Site","SiteLoginMasterPasswordMandatory":"Les champs site, login et mot de passe fort sont obligatoires.","SorryCopy":"Nous sommes désolés, la copie ne fonctionne que sur les navigateurs modernes","UpdateYourSearch":"Merci de modifier votre recherche.","WelcomeRegister":"Bienvenue {email}, merci de vous être enregistré.","resetPasswordSuccess":"Si l\'adresse email {email} est associée avec un compte LessPass, vous allez recevoir un email de la part de LessPass avec les instructions pour changer votre mot de passe."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opciones avanzadas","Copied":"¡ copiado !","Counter":"Contador","CounterFieldHelp":"Aumente este valor para cambiar la contraseña generada sin cambiar su contraseña maestra.","CreatePassword":"¿Quiere crear una?","DBNotRunning":"Su base de datos de LessPass no está ejecutando","Email":"Correo electrónico","EmailAlreadyExist":"Este correo electrónico ya está registrado. ¿Quiere iniciar sesión o recuperar su contraseña?","EmailInvalid":"Ingrese un correo elecrónico válido","EmailRequiredError":"Necesitamos un correo electrónico para encontrar su cuenta.","Encrypt my master password":"Cifrar mi contraseña maestra","ForgotPassword":"¿Olvidó su contraseña?","Generate":"Generar","Length":"Tamaño","LengthDeprecationWarning":"La longitud máxima de una contraseña es de 35 caracteres.","LessPass Database Url":"URL de la base de datos LessPass","Login":"Iniciar sesión","LoginFormInvalid":"URL, correo electrónico y contraseña de LessPass URL son obligatorios","LoginIncorrectError":"El correo electrónico y la contraseña que ingresó no concuerdan con nuestros registros. Revíselos de nuevo.","Master Password":"Contraseña maestra","Next":"Después","NoMatchFor":"¡Vaya! No ha resultados para","NoPassword":"No tiene ningún perfil de contraseñas guardado en su base de datos.","PasswordProfileCopied":"Se ha copiado su perfil de contraseña","PasswordResetRequired":"Se requiere una contraseña","PasswordResetSuccessful":"Su contraseña ha sido reestablecida con éxito.","Previous":"Anterior","Register":"Registrar","Reset my password":"Reestablecer mi contraseña","ResetLinkExpired":"El enlace para reestablecer esta contraseña ha expirado.","Search":"Buscar","Sign In":"Registrarse","Site":"Sitio","SiteLoginMasterPasswordMandatory":"Los campos sitio, usuario y contraseña maestra son obligatorios.","SorryCopy":"Lamentamos que la copia sólo funcione en navegadores modernos","UpdateYourSearch":"Trate de ampliar su búsqueda.","WelcomeRegister":"Bienvenido o bienvenida {email}, gracias por registrarse.","resetPasswordSuccess":"Si la dirección de correo electrónico {email} está asociada a una cuenta LessPass, recibirá un correo electrónico de LessPass con instrucciones sobre cómo restablecer su contraseña."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Erweiterte Optionen","Copied":"Kopiert!","Counter":"Zähler","CounterFieldHelp":"Erhöhen Sie diesen Wert, um das zu erstellende Passwort zu ändern, ohne Ihr Masterpasswort zu ändern.","CreatePassword":"Möchten Sie eines erstellen?","DBNotRunning":"Ihre LessPass Datenbank läuft nicht","Email":"email","EmailAlreadyExist":"Diese email-Adresse ist bereits registriert. Möchten Sie sich einloggen oder Ihr Passwort wiederherstellen?","EmailInvalid":"Bitte geben Sie eine gültige email-Adresse ein","EmailRequiredError":"Wir benötigen eine email-Adresse, um Ihr Konto zu finden.","Encrypt my master password":"Verschlüssele mein Masterpasswort","ForgotPassword":"Passwort vergessen?","Generate":"Erstelle","Length":"Länge","LengthDeprecationWarning":"Die maximale Länge eines Passwortes beträgt 35 Zeichen.","LessPass Database Url":"LessPass Datenbank Url","Login":"Login","LoginFormInvalid":"LessPass URL, email-Adresse und Passwort sind obligatorisch","LoginIncorrectError":"Die email-Adresse und das Passwort, die Sie eingegeben haben, entsprechen nicht unseren Daten. Bitte überprüfen Sie sie und versuchen es nochmal.","Master Password":"Masterpasswort","Next":"Nächste","NoMatchFor":"Ups! Dafür gibt es keine Übereinstimmung","NoPassword":"Sie haben kein Passwort-Profil in Ihrer Datenbank gespeichert.","PasswordProfileCopied":"Ihr Passwort-Profil wurde kopiert","PasswordResetRequired":"Ein Passwort ist erforderlich","PasswordResetSuccessful":"Ihr Passwort wurde erfolgreich zurückgesetzt.","Previous":"Vorherige","Register":"Registrieren","Reset my password":"Mein Passwort zurücksetzen","ResetLinkExpired":"Der Link zum Zurücksetzen des Passworts ist abgelaufen.","Search":"Suche","Sign In":"Anmelden","Site":"Seite","SiteLoginMasterPasswordMandatory":"Die Felder für Seite, Anmeldename und Masterpasswort sind obligatorisch.","SorryCopy":"Es tut uns leid, dass die Kopie nur auf modernen Browsern funktioniert","UpdateYourSearch":"Bitte erweitern Sie Ihre Suche.","WelcomeRegister":"Willkommen {email}, danke für die Anmeldung.","resetPasswordSuccess":"Wenn die E-Mail-Adresse {email} mit einem LessPass-Konto verknüpft ist, erhalten Sie in Kürze eine E-Mail von LessPass mit Anweisungen zum Zurücksetzen Ihres Passworts."}')},function(t){t.exports=JSON.parse('{"Advanced options":"進階選項","Copied":"已複製","Counter":"計數器","CounterFieldHelp":"改變這個值,就可以在不改變主密碼的狀況下,產生新的密碼。","CreatePassword":"您要產生一組密碼嗎?","DBNotRunning":"您的 LessPass 資料庫並未執行","Email":"郵件位址","EmailAlreadyExist":"這個郵件位址已被註冊。想要登入或取回您的密碼嗎?","EmailInvalid":"請輸入一個有效的郵件位址","EmailRequiredError":"我們需要郵件位址來找到您的帳號。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘記您的登入密碼了嗎?","Generate":"產生","Length":"長度","LengthDeprecationWarning":"密碼的最大長度是35個字符。","LessPass Database Url":"LessPass數據庫URL","Login":"登入帳號","LoginFormInvalid":"LessPass URL、郵件位址、登入密碼皆為必填欄位。","LoginIncorrectError":"我們查不到您輸入的郵件位址及登入密碼。請確認後再試一次。","Master Password":"主密碼","Next":"然後","NoMatchFor":"喔不!沒有找到跟下列條件相似的結果:","NoPassword":"您的資料庫內沒有儲存任何密碼。","PasswordProfileCopied":"您的密码配置文件已被复制。","PasswordResetRequired":"請輸入登入密碼","PasswordResetSuccessful":"已成功重置您的登入密碼。","Previous":"以前","Register":"註冊","Reset my password":"重置我的登入密碼","ResetLinkExpired":"此登入密碼重設連結已過期。","Search":"搜索","Sign In":"登入","Site":"網站位址","SiteLoginMasterPasswordMandatory":"網站位址、登入帳號、主密碼皆為必填欄位。","SorryCopy":"我們很抱歉,該副本僅適用於現代瀏覽器","UpdateYourSearch":"請試著放寬您的搜尋條件。","WelcomeRegister":"歡迎 {email},謝謝您的註冊。","resetPasswordSuccess":"如果电子邮件地址 {email} 与LessPass帐户相关联,您将很快收到LessPass的电子邮件,并提供如何重置密码的说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"高级选项","Copied":"已复制","Counter":"计数器","CounterFieldHelp":"增加这个值就可以在不改变主密码的前提下生成全新的密码。","CreatePassword":"您要生成一个密码吗?","DBNotRunning":"您的 LessPass 数据库没有运行","Email":"邮件地址","EmailAlreadyExist":"这个邮件地址已被注册。登录或找回您的密码?","EmailInvalid":"请输入一个有效的电子邮件地址","EmailRequiredError":"我们需要一个电子邮件地址来找到您的账户。","Encrypt my master password":"加密我的主密码","ForgotPassword":"忘记了您的密码?","Generate":"生成","Length":"长度","LengthDeprecationWarning":"密码的最大长度是35个字符。","LessPass Database Url":"LessPass 数据库网址","Login":"登录名","LoginFormInvalid":"LessPass 网址、电子邮件地址以及密码均为必填信息。","LoginIncorrectError":"我们没找到符合您输入的电子邮件地址及密码的记录。请核验后再试。","Master Password":"主密码","Next":"下一步","NoMatchFor":"没有找到符合下列条件的内容:","NoPassword":"您的数据库里没有保存任何密码配置。","PasswordProfileCopied":"已复制您的密码配置。","PasswordResetRequired":"请输入登录密码","PasswordResetSuccessful":"已成功重置您的登录密码。","Previous":"上一步","Register":"注册","Reset my password":"重置我的登录密码","ResetLinkExpired":"此登录密码重置链接已过期。","Search":"搜索","Sign In":"登录","Site":"网站名","SiteLoginMasterPasswordMandatory":"网站名、登录名以及主密码均为必填信息。","SorryCopy":"很抱歉,但复制功能仅适用于现代浏览器","UpdateYourSearch":"请尝试放宽您的搜索条件。","WelcomeRegister":"你好 {email},欢迎您的注册。","resetPasswordSuccess":"如果电子邮件地址 {email} 与一个 LessPass 账户相关联,您将很快收到 LessPass 的电子邮件,里面提供有重置密码的操作说明。"}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opções avançadas","Copied":"copiado!","Counter":"Contador","CounterFieldHelp":"Incremente este valor para mudar a senha gerada sem mudar sua senha mestre.","CreatePassword":"Gostaria de criar um?","DBNotRunning":"Seu banco de dados LessPass não está rodando","Email":"Email","EmailAlreadyExist":"Este email já foi registrado. Gostaria de entrar ou recuperar sua senha?","EmailInvalid":"Por favor entre um email válido","EmailRequiredError":"Nós precisamos de um email para encontrar a sua conta.","Encrypt my master password":"Criptografar minha senha mestre","ForgotPassword":"Esqueceu sua senha?","Generate":"Gerar","Length":"Comprimento","LengthDeprecationWarning":"O comprimento máximo de uma senha é de 35 caracteres.","LessPass Database Url":"URL do banco de dados LessPass","Login":"Entrar","LoginFormInvalid":"URL, email, e senha do LessPass são obrigatórios","LoginIncorrectError":"O email e senha que você digitou não estão de acordo com os nossos registros. Por favor verifique seus dados e tente novamente.","Master Password":"Senha mestre","Next":"Próximo","NoMatchFor":"Opa! Não há resultados para","NoPassword":"Você não tem nenhum perfil de senha salvo no seu banco de dados.","PasswordProfileCopied":"Seu perfil de senha foi copiado","PasswordResetRequired":"Uma senha é necessária","PasswordResetSuccessful":"Sua senha foi resetada com sucesso.","Previous":"Anterior","Register":"Registrar","Reset my password":"Resetar minha senha","ResetLinkExpired":"Esse link para resetar a senha já expirou.","Search":"Procurar","Sign In":"Se autenticar","Site":"Site","SiteLoginMasterPasswordMandatory":"Campos de site e credenciais de autenticação são obrigatórios.","SorryCopy":"Infelizmente a cópia somente funciona em navegadores modernos","UpdateYourSearch":"Por favor tente ampliar sua busca.","WelcomeRegister":"Bem vindo {email}, obrigado por se registrar.","resetPasswordSuccess":"Se o seu endereço de email {email} estiver associado com uma conta LessPass, você receberá logo um email do LessPass com instruções de como resetar a sua senha."}')},function(t){t.exports=JSON.parse('{"Advanced options":"Opcje zaawansowane","Copied":"Skopiowano!","Counter":"Licznik","CounterFieldHelp":"Podnieś numer wersji aby wygenerować inne hasło bez zmiany hasła głównego.","CreatePassword":"Chcesz go utworzyć?","DBNotRunning":"Baza profili LessPass nie działa","Email":"E-mail","EmailAlreadyExist":"Ten adres jest już zarejestrowany. Chcesz się zalogować czy odzyskać hasło?","EmailInvalid":"Podaj prawidłowy adres e-mail","EmailRequiredError":"Potrzebujemy adresu aby zidentyfikować twoje konto.","Encrypt my master password":"Zaszyfruj hasło główne","ForgotPassword":"Nie pamiętasz hasła?","Generate":"Wygeneruj","Length":"Długość","LengthDeprecationWarning":"Maksymalna długość hasła wynosi 35 znaków.","LessPass Database Url":"Link do bazy profili LessPass","Login":"Login","LoginFormInvalid":"Link do bazy LessPass, adres i hasło są wymagane","LoginIncorrectError":"Podany adres i hasło nie pasują do zapisanych danych. Sprawdź je dokładnie i spróbuj ponownie.","Master Password":"Hasło główne","Next":"Następna","NoMatchFor":"Niestety, nie znaleziono","NoPassword":"Nie masz żadnego profilu hasła w naszej bazie.","PasswordProfileCopied":"Profil twojego hasła został skopiowany","PasswordResetRequired":"Hasło jest wymagane","PasswordResetSuccessful":"Twoje hasło zostało zresetowane.","Previous":"Poprzednia","Register":"Zarejestruj się","Reset my password":"Resetuj hasło","ResetLinkExpired":"Link do resetowania hasła utracił ważność.","Search":"Szukaj","Sign In":"Zaloguj się","Site":"Serwis","SiteLoginMasterPasswordMandatory":"Nazwa serwisu, adres i hasło są wymagane.","SorryCopy":"Niestety, kopiowanie działa tylko w nowszych przeglądarkach","UpdateYourSearch":"Spróbuj bardziej ogólnego zapytania.","WelcomeRegister":"Witaj, {email}, dziękujemy za rejestrację.","resetPasswordSuccess":"Jeśli adres {email} jest skojarzony z kontem LessPass, wkrótce otrzymasz wiadomość od LessPass zawierającą instrukcje resetowania hasła."}')},function(t,e,n){t.exports=n.p+"favicon.ico"},function(t,e,n){},function(t,e,n){"use strict";var r=n(7);n.n(r).a},function(t,e,n){"use strict";var r=n(1),o=n(19),i=n(47),s=n(26);function a(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var u=a(n(22));u.Axios=i,u.create=function(t){return a(s(u.defaults,t))},u.Cancel=n(27),u.CancelToken=n(59),u.isCancel=n(21),u.all=function(t){return Promise.all(t)},u.spread=n(60),t.exports=u,t.exports.default=u},function(t,e){ /*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ -t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,n){"use strict";var r=n(1),o=n(20),i=n(48),s=n(49),a=n(26);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method=t.method?t.method.toLowerCase():"get";var e=[s,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],function(t){u.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}}),r.forEach(["post","put","patch"],function(t){u.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}}),t.exports=u},function(t,e,n){"use strict";var r=n(1);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=o},function(t,e,n){"use strict";var r=n(1),o=n(50),i=n(21),s=n(22),a=n(57),u=n(58);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.baseURL&&!a(t.url)&&(t.url=u(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||s.adapter)(t).then(function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},function(t,e,n){"use strict";var r=n(25);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(1),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,s={};return t?(r.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(s[e]&&o.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(27);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new r(t),e(n.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o(function(e){t=e}),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n(62),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(5))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,s,a,u=1,c={},l=!1,f=t.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(t);p=p&&p.setTimeout?p:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick(function(){h(t)})}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):f&&"onreadystatechange"in f.createElement("script")?(o=f.documentElement,r=function(t){var e=f.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(h,0,t)}:(s="setImmediate$"+Math.random()+"$",a=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(s)&&h(+e.data.slice(s.length))},t.addEventListener?t.addEventListener("message",a,!1):t.attachEvent("onmessage",a),r=function(e){t.postMessage(s+e,"*")}),p.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;nwindow.crypto.subtle.sign({name:"HMAC"},t,r(n||"")).then(t=>o(t)))}},function(t,e,n){const r=n(68);function o(t,e){const{site:n,login:o,options:i,crypto:s}=t,{counter:a}=i||{counter:1},u=n+o+a.toString(16),{iterations:c,keylen:l,digest:f}=s||{iterations:1e5,keylen:32,digest:"sha256"};return r(e,u,c,l,f)}t.exports={isSupported:function(){try{return o({site:"lesspass.com",login:"♥",options:{uppercase:!0,lowercase:!0,digits:!0,symbols:!0,length:16,counter:1},crypto:{method:"pbkdf2",iterations:1,keylen:32,digest:"sha256"}},"tHis is a g00d! password").then(t=>"e99e20abab609cc4564ef137acb540de20d9b92dcc5cda58f78ba431444ef2da"===t?Promise.resolve(!0):Promise.resolve(!1))}catch(t){return Promise.resolve(!1)}},calcEntropy:o}},function(t,e,n){const{stringToArrayBuffer:r,arrayBufferToHex:o,getAlgorithm:i}=n(28);t.exports=function(t,e,n,s,a){return window.crypto.subtle.importKey("raw",r(t),"PBKDF2",!1,["deriveKey"]).then(t=>{const o={name:"PBKDF2",salt:r(e),iterations:n,hash:i(a)};return window.crypto.subtle.deriveKey(o,t,{name:"AES-CTR",length:8*s},!0,["encrypt","decrypt"])}).then(t=>window.crypto.subtle.exportKey("raw",t).then(t=>o(t)))}},function(t,e,n){const r=n(70),o=n(71),{consumeEntropy:i}=n(29);t.exports={renderPassword:function(t,e){const n=o.getRules(e),s=o.getSetOfCharacters(n),a=i("",r(t,16),s,e.length-n.length),u=o.getOneCharPerRule(a.entropy,n);return o.insertStringPseudoRandomly(a.value,u.entropy,u.value)}}},function(t,e,n){(function(t){var n,r=function(t){"use strict";var e=1e7,n=7,o=9007199254740992,i=f(o),s=Math.log(o);function a(t,e){return void 0===t?a[0]:void 0!==e?10==+e?G(t):U(t,e):G(t)}function u(t,e){this.value=t,this.sign=e,this.isSmall=!1}function c(t){this.value=t,this.sign=t<0,this.isSmall=!0}function l(t){return-o0?Math.floor(t):Math.ceil(t)}function m(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(o=0;o=c?1:0,a[o]=r-u*c;for(;o0&&a.push(u),a}function g(t,e){return t.length>=e.length?m(t,e):m(e,t)}function y(t,n){var r,o,i=t.length,s=new Array(i),a=e;for(o=0;o0;)s[o++]=n%a,n=Math.floor(n/a);return s}function b(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(r=0;r0;)s[o++]=u%a,u=Math.floor(u/a);return s}function P(t,e){for(var n=[];e-- >0;)n.push(0);return n.concat(t)}function x(t,n,r){return new u(t=0;--r)i=(s=i*c+t[r])-(o=v(s/n))*n,u[r]=0|o;return[u,0|i]}function E(t,n){var r,o,i=G(n),s=t.value,l=i.value;if(0===l)throw new Error("Cannot divide by zero");if(t.isSmall)return i.isSmall?[new c(v(s/l)),new c(s%l)]:[a[0],t];if(i.isSmall){if(1===l)return[t,a[0]];if(-1==l)return[t.negate(),a[0]];var m=Math.abs(l);if(m=0;o--){for(r=d-1,y[o+f]!==m&&(r=Math.floor((y[o+f]*d+y[o+f-1])/m)),i=0,s=0,u=b.length,a=0;ac&&(i=(i+1)*h),r=Math.ceil(i/s);do{if(k(a=C(n,r),f)<=0)break;r--}while(r);l.push(r),f=b(f,a)}return l.reverse(),[p(l),p(f)]}(s,l))[0];var w=t.sign!==i.sign,_=r[1],P=t.sign;return"number"==typeof o?(w&&(o=-o),o=new c(o)):o=new u(o,w),"number"==typeof _?(P&&(_=-_),_=new c(_)):_=new u(_,P),[o,_]}function k(t,e){if(t.length!==e.length)return t.length>e.length?1:-1;for(var n=t.length-1;n>=0;n--)if(t[n]!==e[n])return t[n]>e[n]?1:-1;return 0}function A(t){var e=t.abs();return!e.isUnit()&&(!!(e.equals(2)||e.equals(3)||e.equals(5))||!(e.isEven()||e.isDivisibleBy(3)||e.isDivisibleBy(5))&&(!!e.lesser(25)||void 0))}u.prototype=Object.create(a.prototype),c.prototype=Object.create(a.prototype),u.prototype.add=function(t){var e=G(t);if(this.sign!==e.sign)return this.subtract(e.negate());var n=this.value,r=e.value;return e.isSmall?new u(y(n,Math.abs(r)),this.sign):new u(g(n,r),this.sign)},u.prototype.plus=u.prototype.add,c.prototype.add=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.subtract(e.negate());var r=e.value;if(e.isSmall){if(l(n+r))return new c(n+r);r=f(Math.abs(r))}return new u(y(r,Math.abs(n)),n<0)},c.prototype.plus=c.prototype.add,u.prototype.subtract=function(t){var e=G(t);if(this.sign!==e.sign)return this.add(e.negate());var n=this.value,r=e.value;return e.isSmall?w(n,Math.abs(r),this.sign):function(t,e,n){var r;return k(t,e)>=0?r=b(t,e):(r=b(e,t),n=!n),"number"==typeof(r=p(r))?(n&&(r=-r),new c(r)):new u(r,n)}(n,r,this.sign)},u.prototype.minus=u.prototype.subtract,c.prototype.subtract=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.add(e.negate());var r=e.value;return e.isSmall?new c(n-r):w(r,Math.abs(n),n>=0)},c.prototype.minus=c.prototype.subtract,u.prototype.negate=function(){return new u(this.value,!this.sign)},c.prototype.negate=function(){var t=this.sign,e=new c(-this.value);return e.sign=!t,e},u.prototype.abs=function(){return new u(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},u.prototype.multiply=function(t){var n,r,o,i=G(t),s=this.value,c=i.value,l=this.sign!==i.sign;if(i.isSmall){if(0===c)return a[0];if(1===c)return this;if(-1===c)return this.negate();if((n=Math.abs(c))0?function t(e,n){var r=Math.max(e.length,n.length);if(r<=30)return _(e,n);r=Math.ceil(r/2);var o=e.slice(r),i=e.slice(0,r),s=n.slice(r),a=n.slice(0,r),u=t(i,a),c=t(o,s),l=t(g(i,o),g(a,s)),f=g(g(u,P(b(b(l,u),c),r)),P(c,2*r));return d(f),f}(s,c):_(s,c),l)},u.prototype.times=u.prototype.multiply,c.prototype._multiplyBySmall=function(t){return l(t.value*this.value)?new c(t.value*this.value):x(Math.abs(t.value),f(Math.abs(this.value)),this.sign!==t.sign)},u.prototype._multiplyBySmall=function(t){return 0===t.value?a[0]:1===t.value?this:-1===t.value?this.negate():x(Math.abs(t.value),this.value,this.sign!==t.sign)},c.prototype.multiply=function(t){return G(t)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,u.prototype.square=function(){return new u(S(this.value),!1)},c.prototype.square=function(){var t=this.value*this.value;return l(t)?new c(t):new u(S(f(Math.abs(this.value))),!1)},u.prototype.divmod=function(t){var e=E(this,t);return{quotient:e[0],remainder:e[1]}},c.prototype.divmod=u.prototype.divmod,u.prototype.divide=function(t){return E(this,t)[0]},c.prototype.over=c.prototype.divide=u.prototype.over=u.prototype.divide,u.prototype.mod=function(t){return E(this,t)[1]},c.prototype.remainder=c.prototype.mod=u.prototype.remainder=u.prototype.mod,u.prototype.pow=function(t){var e,n,r,o=G(t),i=this.value,s=o.value;if(0===s)return a[1];if(0===i)return a[0];if(1===i)return a[1];if(-1===i)return o.isEven()?a[1]:a[-1];if(o.sign)return a[0];if(!o.isSmall)throw new Error("The exponent "+o.toString()+" is too large.");if(this.isSmall&&l(e=Math.pow(i,s)))return new c(v(e));for(n=this,r=a[1];!0&s&&(r=r.times(n),--s),0!==s;)s/=2,n=n.square();return r},c.prototype.pow=u.prototype.pow,u.prototype.modPow=function(t,e){if(t=G(t),(e=G(e)).isZero())throw new Error("Cannot take modPow with modulus 0");for(var n=a[1],r=this.mod(e);t.isPositive();){if(r.isZero())return a[0];t.isOdd()&&(n=n.multiply(r).mod(e)),t=t.divide(2),r=r.square().mod(e)}return n},c.prototype.modPow=u.prototype.modPow,u.prototype.compareAbs=function(t){var e=G(t),n=this.value,r=e.value;return e.isSmall?1:k(n,r)},c.prototype.compareAbs=function(t){var e=G(t),n=Math.abs(this.value),r=e.value;return e.isSmall?n===(r=Math.abs(r))?0:n>r?1:-1:-1},u.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return this.sign!==e.sign?e.sign?1:-1:e.isSmall?this.sign?-1:1:k(n,r)*(this.sign?-1:1)},u.prototype.compareTo=u.prototype.compare,c.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return e.isSmall?n==r?0:n>r?1:-1:n<0!==e.sign?n<0?-1:1:n<0?1:-1},c.prototype.compareTo=c.prototype.compare,u.prototype.equals=function(t){return 0===this.compare(t)},c.prototype.eq=c.prototype.equals=u.prototype.eq=u.prototype.equals,u.prototype.notEquals=function(t){return 0!==this.compare(t)},c.prototype.neq=c.prototype.notEquals=u.prototype.neq=u.prototype.notEquals,u.prototype.greater=function(t){return this.compare(t)>0},c.prototype.gt=c.prototype.greater=u.prototype.gt=u.prototype.greater,u.prototype.lesser=function(t){return this.compare(t)<0},c.prototype.lt=c.prototype.lesser=u.prototype.lt=u.prototype.lesser,u.prototype.greaterOrEquals=function(t){return this.compare(t)>=0},c.prototype.geq=c.prototype.greaterOrEquals=u.prototype.geq=u.prototype.greaterOrEquals,u.prototype.lesserOrEquals=function(t){return this.compare(t)<=0},c.prototype.leq=c.prototype.lesserOrEquals=u.prototype.leq=u.prototype.lesserOrEquals,u.prototype.isEven=function(){return 0==(1&this.value[0])},c.prototype.isEven=function(){return 0==(1&this.value)},u.prototype.isOdd=function(){return 1==(1&this.value[0])},c.prototype.isOdd=function(){return 1==(1&this.value)},u.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},u.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},u.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return 1===Math.abs(this.value)},u.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return 0===this.value},u.prototype.isDivisibleBy=function(t){var e=G(t),n=e.value;return 0!==n&&(1===n||(2===n?this.isEven():this.mod(e).equals(a[0])))},c.prototype.isDivisibleBy=u.prototype.isDivisibleBy,u.prototype.isPrime=function(){var t=A(this);if(void 0!==t)return t;for(var e,n,o,i,s=this.abs(),u=s.prev(),c=[2,3,5,7,11,13,17,19],l=u;l.isEven();)l=l.divide(2);for(o=0;o-o?new c(t-1):new u(i,!0)};for(var L=[1];L[L.length-1]<=e;)L.push(2*L[L.length-1]);var $=L.length,j=L[$-1];function R(t){return("number"==typeof t||"string"==typeof t)&&+Math.abs(t)<=e||t instanceof u&&t.value.length<=1}function T(t,e,n){e=G(e);for(var o=t.isNegative(),i=e.isNegative(),s=o?t.not():t,a=i?e.not():e,u=[],c=[],l=!1,f=!1;!l||!f;)s.isZero()?(l=!0,u.push(o?1:0)):o?u.push(s.isEven()?1:0):u.push(s.isEven()?0:1),a.isZero()?(f=!0,c.push(i?1:0)):i?c.push(a.isEven()?1:0):c.push(a.isEven()?0:1),s=s.over(2),a=a.over(2);for(var p=[],d=0;d=$;)e=e.multiply(j),t-=$-1;return e.multiply(L[t])},c.prototype.shiftLeft=u.prototype.shiftLeft,u.prototype.shiftRight=function(t){var e;if(!R(t))throw new Error(String(t)+" is too large for shifting.");if((t=+t)<0)return this.shiftLeft(-t);for(var n=this;t>=$;){if(n.isZero())return n;n=(e=E(n,j))[1].isNegative()?e[0].prev():e[0],t-=$-1}return(e=E(n,L[t]))[1].isNegative()?e[0].prev():e[0]},c.prototype.shiftRight=u.prototype.shiftRight,u.prototype.not=function(){return this.negate().prev()},c.prototype.not=u.prototype.not,u.prototype.and=function(t){return T(this,t,function(t,e){return t&e})},c.prototype.and=u.prototype.and,u.prototype.or=function(t){return T(this,t,function(t,e){return t|e})},c.prototype.or=u.prototype.or,u.prototype.xor=function(t){return T(this,t,function(t,e){return t^e})},c.prototype.xor=u.prototype.xor;var M=1<<30,N=(e&-e)*(e&-e)|M;function I(t){var n=t.value,r="number"==typeof n?n|M:n[0]+n[1]*e|N;return r&-r}function D(t,e){return t=G(t),e=G(e),t.greater(e)?t:e}function F(t,e){return t=G(t),e=G(e),t.lesser(e)?t:e}function B(t,e){if(t=G(t).abs(),e=G(e).abs(),t.equals(e))return t;if(t.isZero())return e;if(e.isZero())return t;for(var n,r,o=a[1];t.isEven()&&e.isEven();)n=Math.min(I(t),I(e)),t=t.divide(n),e=e.divide(n),o=o.multiply(n);for(;t.isEven();)t=t.divide(I(t));do{for(;e.isEven();)e=e.divide(I(e));t.greater(e)&&(r=e,e=t,t=r),e=e.subtract(t)}while(!e.isZero());return o.isUnit()?t:t.multiply(o)}var U=function(t,e){var n=t.length;if(2<=e&&e<=36&&n<=s/Math.log(e))return new c(parseInt(t,e));e=G(e);var r,o=[],i="-"===t[0];for(r=i?1:0;r"!==t[r]);o.push(G(t.slice(l+1,r)))}}return q(o,e,i)};function q(t,e,n){var r,o=a[0],i=a[1];for(r=t.length-1;r>=0;r--)o=o.add(t[r].times(i)),i=i.times(e);return n?o.negate():o}function z(t){var e=t.value;return"number"==typeof e&&(e=[e]),1===e.length&&e[0]<=35?"0123456789abcdefghijklmnopqrstuvwxyz".charAt(e[0]):"<"+e+">"}function H(t,e){if((e=r(e)).isZero()){if(t.isZero())return"0";throw new Error("Cannot convert nonzero numbers to base 0.")}if(e.equals(-1))return t.isZero()?"0":t.isNegative()?new Array(1-t).join("10"):"1"+new Array(+t).join("01");var n="";if(t.isNegative()&&e.isPositive()&&(n="-",t=t.abs()),e.equals(1))return t.isZero()?"0":n+new Array(+t+1).join(1);for(var o,i=[],s=t;s.isNegative()||s.compareAbs(e)>=0;){o=s.divmod(e),s=o.quotient;var a=o.remainder;a.isNegative()&&(a=e.minus(a).abs(),s=s.next()),i.push(z(a))}return i.push(z(s)),n+i.reverse().join("")}function V(t){if(l(+t)){var e=+t;if(e===v(e))return new c(e);throw"Invalid integer: "+t}var r="-"===t[0];r&&(t=t.slice(1));var o=t.split(/e/i);if(o.length>2)throw new Error("Invalid integer: "+o.join("e"));if(2===o.length){var i=o[1];if("+"===i[0]&&(i=i.slice(1)),(i=+i)!==v(i)||!l(i))throw new Error("Invalid integer: "+i+" is not a valid exponent.");var s=o[0],a=s.indexOf(".");if(a>=0&&(i-=s.length-a-1,s=s.slice(0,a)+s.slice(a+1)),i<0)throw new Error("Cannot include negative exponent part for integers");t=s+=new Array(i+1).join("0")}if(!/^([0-9][0-9]*)$/.test(t))throw new Error("Invalid integer: "+t);for(var f=[],p=t.length,h=n,m=p-h;p>0;)f.push(+t.slice(m,p)),(m-=h)<0&&(m=0),p-=h;return d(f),new u(f,r)}function G(t){return"number"==typeof t?function(t){if(l(t)){if(t!==v(t))throw new Error(t+" is not an integer.");return new c(t)}return V(t.toString())}(t):"string"==typeof t?V(t):t}u.prototype.toString=function(t){if(void 0===t&&(t=10),10!==t)return H(this,t);for(var e,n=this.value,r=n.length,o=String(n[--r]);--r>=0;)e=String(n[r]),o+="0000000".slice(e.length)+e;return(this.sign?"-":"")+o},c.prototype.toString=function(t){return void 0===t&&(t=10),10!=t?H(this,t):String(this.value)},u.prototype.valueOf=function(){return+this.toString()},u.prototype.toJSNumber=u.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf;for(var W=0;W<1e3;W++)a[W]=new c(W),W>0&&(a[-W]=new c(-W));return a.one=a[1],a.zero=a[0],a.minusOne=a[-1],a.max=D,a.min=F,a.gcd=B,a.lcm=function(t,e){return t=G(t).abs(),e=G(e).abs(),t.divide(B(t,e)).multiply(e)},a.isInstance=function(t){return t instanceof u||t instanceof c},a.randBetween=function(t,n){var r=F(t=G(t),n=G(n)),o=D(t,n).subtract(r);if(o.isSmall)return r.add(Math.round(Math.random()*o));for(var i=[],s=!0,a=o.value.length-1;a>=0;a--){var l=s?o.value[a]:e,f=v(Math.random()*l);i.unshift(f),f?@[\\]^_`{|}~"};t.exports={getSetOfCharacters:function(t){if(void 0===t)return o.lowercase+o.uppercase+o.digits+o.symbols;let e="";return t.forEach(t=>{e+=o[t]}),e},getOneCharPerRule:function(t,e){let n="",i=t;return e.forEach(t=>{const e=r("",i,o[t],1);n+=e.value,i=e.entropy}),{value:n,entropy:i}},insertStringPseudoRandomly:function(t,e,n){let r=e,o=t;for(let t=0;tt[e])},characterSubsets:o}},function(t,e,n){"use strict";var r=n(9);n.n(r).a},function(t,e,n){"use strict";var r=n(10);n.n(r).a},function(t,e,n){"use strict";var r=n(11);n.n(r).a},function(t,e,n){"use strict";var r=n(12);n.n(r).a},function(t,e,n){"use strict";var r=n(13);n.n(r).a},function(t,e,n){"use strict";var r=n(14);n.n(r).a},function(t,e,n){"use strict";var r=n(15);n.n(r).a},function(t,e,n){"use strict";var r=n(16);n.n(r).a},function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"refreshToken",function(){return $}),n.d(r,"saveDefaultOptions",function(){return j}),n.d(r,"loadPasswordProfile",function(){return R}),n.d(r,"getPasswordFromUrlQuery",function(){return T}),n.d(r,"savePassword",function(){return M}),n.d(r,"resetPassword",function(){return N}),n.d(r,"login",function(){return I}),n.d(r,"logout",function(){return D}),n.d(r,"getPasswords",function(){return F}),n.d(r,"saveOrUpdatePassword",function(){return B}),n.d(r,"deletePassword",function(){return U}),n.d(r,"displayMessage",function(){return q}),n.d(r,"cleanMessage",function(){return z});var o={};n.r(o),n.d(o,"isAuthenticated",function(){return G}),n.d(o,"isGuest",function(){return W}),n.d(o,"passwordURL",function(){return K}),n.d(o,"isDefaultProfile",function(){return Z});var i=n(3),s=(n(42),n(43),n(0));function a(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{saved:!1}},methods:{fullReload:function(){this.$store.dispatch("resetPassword"),this.$router.push({name:"home"})},logout:function(){this.$store.dispatch("logout"),this.$router.push({name:"home"})},saveOrUpdatePassword:function(){var t=this;this.$store.dispatch("saveOrUpdatePassword"),this.saved=!0,setTimeout(function(){t.saved=!1},3e3)}},computed:function(t){for(var e=1;e-1}function vt(t,e){for(var n in e)t[n]=e[n];return t}var mt={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var s=o.$createElement,a=n.name,u=o.$route,c=o._routerViewCache||(o._routerViewCache={}),l=0,f=!1;o&&o._routerRoot!==o;){var p=o.$vnode&&o.$vnode.data;p&&(p.routerView&&l++,p.keepAlive&&o._inactive&&(f=!0)),o=o.$parent}if(i.routerViewDepth=l,f)return s(c[a],i,r);var d=u.matched[l];if(!d)return c[a]=null,s();var h=c[a]=d.components[a];i.registerRouteInstance=function(t,e){var n=d.instances[a];(e&&n!==t||!e&&n===t)&&(d.instances[a]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){d.instances[a]=e.componentInstance},i.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==d.instances[a]&&(d.instances[a]=t.componentInstance)};var v=i.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(u,d.props&&d.props[a]);if(v){v=i.props=vt({},v);var m=i.attrs=i.attrs||{};for(var g in v)h.props&&g in h.props||(m[g]=v[g],delete v[g])}return s(h,i,r)}};var gt=/[!'()*]/g,yt=function(t){return"%"+t.charCodeAt(0).toString(16)},bt=/%2C/g,wt=function(t){return encodeURIComponent(t).replace(gt,yt).replace(bt,",")},_t=decodeURIComponent;function Ct(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=_t(n.shift()),o=n.length>0?_t(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function Pt(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return wt(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(wt(e)):r.push(wt(e)+"="+wt(t)))}),r.join("&")}return wt(e)+"="+wt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var xt=/\/?$/;function St(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=Ot(i)}catch(t){}var s={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:At(e,o),matched:t?kt(t):[]};return n&&(s.redirectedFrom=At(n,o)),Object.freeze(s)}function Ot(t){if(Array.isArray(t))return t.map(Ot);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ot(t[n]);return e}return t}var Et=St(null,{path:"/"});function kt(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function At(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;return void 0===o&&(o=""),(n||"/")+(e||Pt)(r)+o}function Lt(t,e){return e===Et?t===e:!!e&&(t.path&&e.path?t.path.replace(xt,"")===e.path.replace(xt,"")&&t.hash===e.hash&&$t(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&$t(t.query,e.query)&&$t(t.params,e.params)))}function $t(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],o=e[n];return"object"==typeof r&&"object"==typeof o?$t(r,o):String(r)===String(o)})}var jt,Rt=[String,Object],Tt=[String,Array],Mt={name:"RouterLink",props:{to:{type:Rt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Tt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,s=o.route,a=o.href,u={},c=n.options.linkActiveClass,l=n.options.linkExactActiveClass,f=null==c?"router-link-active":c,p=null==l?"router-link-exact-active":l,d=null==this.activeClass?f:this.activeClass,h=null==this.exactActiveClass?p:this.exactActiveClass,v=i.path?St(null,i,null,n):s;u[h]=Lt(r,v),u[d]=this.exact?u[h]:function(t,e){return 0===t.path.replace(xt,"/").indexOf(e.path.replace(xt,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Nt(t)&&(e.replace?n.replace(i):n.push(i))},g={click:Nt};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:u};if("a"===this.tag)y.on=g,y.attrs={href:a};else{var b=function t(e){if(e)for(var n,r=0;r=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}(o.path||""),u=e&&e.path||"/",c=a.path?Dt(a.path,u,n||o.append):u,l=function(t,e,n){void 0===e&&(e={});var r,o=n||Ct;try{r=o(t||"")}catch(t){r={}}for(var i in e)r[i]=e[i];return r}(a.query,o.query,r&&r.options.parseQuery),f=o.hash||a.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:c,query:l,hash:f}}function ae(t,e){var n=oe(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function s(t,n,s){var a=se(t,n,!1,e),c=a.name;if(c){var l=i[c];if(!l)return u(null,a);var f=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof a.params&&(a.params={}),n&&"object"==typeof n.params)for(var p in n.params)!(p in a.params)&&f.indexOf(p)>-1&&(a.params[p]=n.params[p]);return a.path=re(l.path,a.params),u(l,a,s)}if(a.path){a.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function Oe(t){return function(e,n,r){var o=!1,i=0,s=null;Ee(t,function(t,e,n,a){if("function"==typeof t&&void 0===t.cid){o=!0,i++;var u,c=Le(function(e){var o;((o=e).__esModule||Ae&&"Module"===o[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:jt.extend(e),n.components[a]=e,--i<=0&&r()}),l=Le(function(t){var e="Failed to resolve async component "+a+": "+t;s||(s=ht(t)?t:new Error(e),r(s))});try{u=t(c,l)}catch(t){l(t)}if(u)if("function"==typeof u.then)u.then(c,l);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,l)}}}),o||r()}}function Ee(t,e){return ke(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function ke(t){return Array.prototype.concat.apply([],t)}var Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Le(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var $e=function(t,e){this.router=t,this.base=function(t){if(!t)if(It){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=Et,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function je(t,e,n,r){var o=Ee(t,function(t,r,o,i){var s=function(t,e){"function"!=typeof t&&(t=jt.extend(t));return t.options[e]}(t,e);if(s)return Array.isArray(s)?s.map(function(t){return n(t,r,o,i)}):n(s,r,o,i)});return ke(r?o.reverse():o)}function Re(t,e){if(e)return function(){return t.apply(e,arguments)}}$e.prototype.listen=function(t){this.cb=t},$e.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},$e.prototype.onError=function(t){this.errorCbs.push(t)},$e.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},$e.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current,i=function(t){ht(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Lt(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),i();var s=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function Fe(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Be(t){ye?Pe(Fe(t)):window.location.hash=t}function Ue(t){ye?xe(Fe(t)):window.location.replace(Fe(t))}var qe=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}($e),ze=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ae(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!ye&&!1!==t.fallback,this.fallback&&(e="hash"),It||(e="abstract"),this.mode=e,e){case"history":this.history=new Te(this,t.base);break;case"hash":this.history=new Ne(this,t.base,this.fallback);break;case"abstract":this.history=new qe(this,t.base);break;default:0}},He={currentRoute:{configurable:!0}};function Ve(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}ze.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},He.currentRoute.get=function(){return this.history&&this.history.current},ze.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)}),!this.app){this.app=t;var n=this.history;if(n instanceof Te)n.transitionTo(n.getCurrentLocation());else if(n instanceof Ne){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},ze.prototype.beforeEach=function(t){return Ve(this.beforeHooks,t)},ze.prototype.beforeResolve=function(t){return Ve(this.resolveHooks,t)},ze.prototype.afterEach=function(t){return Ve(this.afterHooks,t)},ze.prototype.onReady=function(t,e){this.history.onReady(t,e)},ze.prototype.onError=function(t){this.history.onError(t)},ze.prototype.push=function(t,e,n){this.history.push(t,e,n)},ze.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},ze.prototype.go=function(t){this.history.go(t)},ze.prototype.back=function(){this.go(-1)},ze.prototype.forward=function(){this.go(1)},ze.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},ze.prototype.resolve=function(t,e,n){var r=se(t,e=e||this.history.current,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?Ft(t+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},ze.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==Et&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ze.prototype,He),ze.install=function t(e){if(!t.installed||jt!==e){t.installed=!0,jt=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",mt),e.component("RouterLink",Mt);var o=e.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},ze.version="3.0.7",It&&window.Vue&&window.Vue.use(ze);var Ge=ze,We=n(6),Ke=n.n(We),Ze=n(33),Je={name:"masterPassword",props:{value:String,label:String,email:String,showEncryptButton:{type:Boolean,default:!1},EncryptButtonText:String},data:function(){return{fingerprint:null,icon1:"",icon2:"",icon3:"",color1:"",color2:"",color3:""}},methods:{updateValue:function(t){var e=Math.random().toString(36).substring(7);this.setFingerprint(e),this.showRealFingerprint(t),this.$refs.passwordField.value=t,this.$emit("input",t)},togglePasswordType:function(){var t=this.$refs.passwordField;"password"===t.type?t.type="text":t.type="password"},hidePassword:function(){this.$refs.passwordField.type="password"},getColor:function(t){var e=["#000000","#074750","#009191","#FF6CB6","#FFB5DA","#490092","#006CDB","#B66DFF","#6DB5FE","#B5DAFE","#920000","#924900","#DB6D00","#24FE23"];return e[parseInt(t,16)%e.length]},getIcon:function(t){var e=["fa-hashtag","fa-heart","fa-hotel","fa-university","fa-plug","fa-ambulance","fa-bus","fa-car","fa-plane","fa-rocket","fa-ship","fa-subway","fa-truck","fa-jpy","fa-eur","fa-btc","fa-usd","fa-gbp","fa-archive","fa-area-chart","fa-bed","fa-beer","fa-bell","fa-binoculars","fa-birthday-cake","fa-bomb","fa-briefcase","fa-bug","fa-camera","fa-cart-plus","fa-certificate","fa-coffee","fa-cloud","fa-coffee","fa-comment","fa-cube","fa-cutlery","fa-database","fa-diamond","fa-exclamation-circle","fa-eye","fa-flag","fa-flask","fa-futbol-o","fa-gamepad","fa-graduation-cap"];return e[parseInt(t,16)%e.length]},setFingerprint:function(t){var e=this;Ke.a.createFingerprint(t).then(function(t){e.icon1=t[0].icon,e.color1=t[0].color,e.icon2=t[1].icon,e.color2=t[1].color,e.icon3=t[2].icon,e.color3=t[2].color,e.fingerprint=t})},showRealFingerprint:n.n(Ze)()(function(t){this.setFingerprint(t)},500),encryptMasterPassword:function(){var t=this,e=this.$refs.passwordField.value;return Ke.a.generatePassword("lesspass.com",this.email,e,L).then(function(e){t.updateValue(e)})}}},Ye=(n(72),l(Je,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"masterPassword"},[n("div",{staticClass:"input-group inner-addon left-addon"},[n("label",{staticClass:"sr-only",attrs:{for:"passwordField"}},[t._v("\n "+t._s(t.label)+"\n ")]),t._v(" "),n("i",{staticClass:"fa fa-lock"}),t._v(" "),n("input",{ref:"passwordField",staticClass:"form-control",attrs:{id:"passwordField",name:"passwordField",type:"password",autocorrect:"off",autocapitalize:"off",placeholder:t.label},domProps:{value:t.value},on:{input:function(e){return t.updateValue(e.target.value)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.$emit("keyupEnter")}}}),t._v(" "),t.fingerprint&&t.value?n("span",{staticClass:"input-group-btn",on:{click:t.togglePasswordType}},[n("button",{staticClass:"btn",attrs:{id:"fingerprint",type:"button",tabindex:"-1"}},[n("small",[n("i",{staticClass:"fa fa-fw",class:[t.icon1],style:{color:t.color1}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon2],style:{color:t.color2}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon3],style:{color:t.color3}})])])]):t._e()]),t._v(" "),t.showEncryptButton?n("button",{staticClass:"btn btn-link btn-sm p-0",class:{disabled:""===t.email},attrs:{id:"encryptMasterPassword__btn",type:"button"},on:{click:function(e){return t.encryptMasterPassword()}}},[n("small",[t._v(t._s(t.EncryptButtonText))])]):t._e()])},[],!1,null,null,null).exports),Qe={data:function(){return{email:"",password:"",baseURL:"https://lesspass.com"}},components:{MasterPassword:Ye},methods:{formIsValid:function(){return!!(this.email&&this.password&&this.baseURL)||(ct.error(this.$t("LoginFormInvalid","LessPass URL, email, and password are mandatory")),!1)},signIn:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;g({email:this.email,password:this.password},{baseURL:e}).then(function(n){t.$store.dispatch("login",{token:n.token,baseURL:e}),t.$router.push({name:"home"})}).catch(function(n){void 0===n.response&&"https://lesspass.com"!==e?ct.error(t.$t("DBNotRunning","Your LessPass Database is not running")):n.response&&400===n.response.status?ct.error(t.$t("LoginIncorrectError","The email and password you entered did not match our records. Please double-check and try again.")):ct.displayGenericError()})}},register:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;y({email:this.email,password:this.password},{baseURL:e}).then(function(){ct.success(t.$t("WelcomeRegister","Welcome {email}, thank you for signing up.",{email:t.email})),t.signIn()}).catch(function(e){e.response&&void 0!==e.response.data.email?(-1!==e.response.data.email[0].indexOf("already exists")&&ct.error(t.$t("EmailAlreadyExist","This email is already registered. Want to login or recover your password?")),-1!==e.response.data.email[0].indexOf("valid email")&&ct.error(t.$t("EmailInvalid","Please enter a valid email"))):ct.displayGenericError()})}}}},Xe=(n(73),l(Qe,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{on:{submit:function(e){return e.preventDefault(),t.signIn(e)}}},[n("div",{staticClass:"form-group"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-globe"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.baseURL,expression:"baseURL"}],staticClass:"form-control",attrs:{id:"baseURL",autocapitalize:"none",placeholder:t.$t("LessPass Database Url")},domProps:{value:t.baseURL},on:{input:function(e){e.target.composing||(t.baseURL=e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.email,expression:"email"}],staticClass:"form-control",attrs:{id:"email",name:"username",type:"email",autocapitalize:"none",placeholder:t.$t("Email"),required:""},domProps:{value:t.email},on:{input:function(e){e.target.composing||(t.email=e.target.value)}}})])])]),t._v(" "),n("div",{staticClass:"form-group mb-2"},[n("master-password",{attrs:{label:t.$t("Master Password"),email:t.email,showEncryptButton:!0,EncryptButtonText:t.$t("Encrypt my master password")},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}})],1),t._v(" "),n("div",{staticClass:"form-group row no-gutters mb-0"},[n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-primary btn-block",attrs:{id:"signInButton"}},[t._v("\n "+t._s(t.$t("Sign In"))+"\n ")])]),t._v(" "),n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-secondary btn-block",attrs:{id:"registerButton",type:"button"},on:{click:t.register}},[t._v("\n "+t._s(t.$t("Register"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"form-group mb-0"},[n("button",{staticClass:"btn btn-link btn-sm p-0",attrs:{id:"login__forgot-password-btn",type:"button"},on:{click:function(e){return t.$router.push({name:"passwordReset"})}}},[n("small",[t._v(t._s(t.$t("ForgotPassword","Forgot your password?")))])])])])},[],!1,null,null,null).exports),tn=n(18),en=n.n(tn),nn=l({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticStyle:{display:"none"}},[e("label",{attrs:{for:"username"}},[e("input",{attrs:{type:"text",id:"username",name:"username",autocomplete:"username"}})]),this._v(" "),e("label",{attrs:{for:"password"}},[e("input",{attrs:{type:"password",id:"password",name:"password",autocomplete:"current-password"}})])])}],!1,null,null,null).exports,rn=n(4),on=n.n(rn),sn={name:"inputSite",props:{value:String,label:String,passwords:{type:Array,default:function(){return[]}}},mounted:function(){var t=this;this.awesomplete=new on.a(this.$refs.siteField),this.awesomplete.item=function(t,e){var n=on.a.ITEM(t.value.site,e);return n.innerHTML+=" ".concat(t.value.login),n},this.awesomplete.filter=function(t,e){return on.a.FILTER_CONTAINS(t,e)||on.a.FILTER_CONTAINS(e,t)},this.awesomplete.data=function(t){return{label:t.site,value:t}},this.awesomplete.replace=function(e){t.$refs.siteField.value=e.label,e.value.suggestion?t.$emit("suggestionSelected",e.value.site):t.$emit("passwordProfileSelected",e.value)}},computed:{site:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},watch:{site:function(t,e){var n=function(t){var e=x(t)||t;if(/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})$/.test(e))return[];var n=e.toLowerCase().split(".").filter(function(t){return t.length>=2});if(n.length<2)return[];var r=n[n.length-2],o=n[n.length-1];return n.reduceRight(function(t,e){var r=n.indexOf(e);if(r>=0&&rr?r:t2&&void 0!==arguments[2]?arguments[2]:"right";t.setAttribute("data-balloon",e),t.setAttribute("data-balloon-visible",""),t.setAttribute("data-balloon-pos",n)}function vn(t){t.removeAttribute("data-balloon"),t.removeAttribute("data-balloon-visible"),t.removeAttribute("data-balloon-pos")}function mn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function gn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yn={name:"password-generator-view",components:{RemoveAutoComplete:nn,InputSite:an,MasterPassword:Ye,Options:l(dn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"options"}},[n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[n("label",{attrs:{for:"types"}},[t._v(t._s(t.$t("Advanced options")))])])]),t._v(" "),n("div",{staticClass:"row",attrs:{id:"types"}},[n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.lowercase,"btn-secondary":!1===t.password.lowercase},attrs:{id:"lowercase__btn",type:"button"},on:{click:function(e){t.password.lowercase=!t.password.lowercase}}},[t._v("\n a-z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.uppercase,"btn-secondary":!1===t.password.uppercase},attrs:{id:"uppercase__btn",type:"button"},on:{click:function(e){t.password.uppercase=!t.password.uppercase}}},[t._v("\n A-Z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.numbers,"btn-secondary":!1===t.password.numbers},attrs:{id:"numbers__btn",type:"button"},on:{click:function(e){t.password.numbers=!t.password.numbers}}},[t._v("\n 0-9\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.symbols,"btn-secondary":!1===t.password.symbols},attrs:{id:"symbols__btn",type:"button"},on:{click:function(e){t.password.symbols=!t.password.symbols}}},[t._v("\n %!@\n ")])])])])]),t._v(" "),n("div",{staticClass:"form-group row mb-0"},[n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordLength"}},[t._v(t._s(t.$t("Length")))]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.decrement(t.password.length,{min:5,max:35})}}},[t._m(0)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.length,expression:"password.length",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordLength",type:"number",min:"5",max:"35"},domProps:{value:t.password.length},on:{input:function(e){e.target.composing||t.$set(t.password,"length",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.increment(t.password.length,{min:5,max:35})}}},[t._m(1)])])]),t._v(" "),n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordCounter","data-balloon-length":"large","data-balloon":t.$t("CounterFieldHelp","Increment this value to change the generated password without changing your master password."),"data-balloon-pos":"up"}},[t._v("\n "+t._s(t.$t("Counter"))+"\n ")]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",attrs:{id:"decreaseCounter__btn"},on:{click:function(e){t.password.counter=t.decrement(t.password.counter,{min:1})}}},[t._m(2)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.counter,expression:"password.counter",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordCounter",type:"number",min:"1"},domProps:{value:t.password.counter},on:{input:function(e){e.target.composing||t.$set(t.password,"counter",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",attrs:{id:"increaseCounter__btn"},on:{click:function(e){t.password.counter=t.increment(t.password.counter,{min:1})}}},[t._m(3)])])])])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"decreaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"increaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])}],!1,null,null,null).exports},computed:function(t){for(var e=1;e35&&ct.warning(this.$t("LengthDeprecationWarning","The maximum length of a password is 35 characters.")),this.cleanErrors();var o={lowercase:this.password.lowercase,uppercase:this.password.uppercase,numbers:this.password.numbers,symbols:this.password.symbols,length:this.password.length,counter:this.password.counter,version:this.password.version};return Ke.a.generatePassword(e,n,r,o).then(function(e){t.passwordGenerated=e,t.cleanFormIn30Seconds()})}ct.error(this.$t("SiteLoginMasterPasswordMandatory","Site, login, and master password fields are mandatory."))},focusBestInputField:function(){try{var t=this.$refs.site.$refs.siteField,e=this.$refs.login,n=this.$refs.masterPassword;if(t&&!t.value)return void t.focus();if(e&&!e.value)return void e.focus();n.$refs.passwordField.focus()}catch(t){console.error("Can't focus password field")}},copyPassword:function(){if(en()(this.passwordGenerated)){var t=document.getElementById("copyPasswordButton");hn(t,this.$t("Copied","copied !")),setTimeout(function(){return vn(t)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},sharePasswordProfile:function(){if(en()(this.passwordURL)){var t=this.$t("PasswordProfileCopied","Your password profile has been copied"),e=document.getElementById("sharePasswordProfileButton");hn(e,t,"left"),setTimeout(function(){return vn(e)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},setSite:function(t){this.password.site=t},setPasswordProfile:function(t){var e=this;this.$store.dispatch("savePassword",{password:t}).then(function(){e.focusBestInputField()})}}},bn=(n(76),l(yn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"password-generator",novalidate:""},on:{submit:function(e){return e.preventDefault(),t.generatePassword(e)}}},[n("div",{staticClass:"form-group"},[n("input-site",{ref:"site",attrs:{passwords:t.passwords,label:t.$t("Site")},on:{suggestionSelected:t.setSite,passwordProfileSelected:t.setPasswordProfile},model:{value:t.password.site,callback:function(e){t.$set(t.password,"site",e)},expression:"password.site"}})],1),t._v(" "),n("remove-auto-complete"),t._v(" "),n("div",{staticClass:"form-group"},[n("label",{staticClass:"sr-only",attrs:{for:"login"}},[t._v(t._s(t.$t("Login")))]),t._v(" "),n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.password.login,expression:"password.login"}],ref:"login",staticClass:"form-control",attrs:{id:"login",name:"login",autocomplete:"off",autocorrect:"off",autocapitalize:"none",placeholder:t.$t("Login")},domProps:{value:t.password.login},on:{input:function(e){e.target.composing||t.$set(t.password,"login",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group"},[n("master-password",{ref:"masterPassword",attrs:{label:t.$t("Master Password")},on:{generatePassword:t.generatePassword},model:{value:t.masterPassword,callback:function(e){t.masterPassword=e},expression:"masterPassword"}})],1),t._v(" "),n("div",{staticClass:"form-group",class:{"mb-0":!t.showOptions}},[t.passwordGenerated?t._e():n("div",[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"generatePassword__btn",type:"submit"}},[t._v("\n "+t._s(t.$t("Generate"))+"\n ")]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.passwordGenerated,expression:"!passwordGenerated"}],staticClass:"btn btn-secondary pull-right showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.passwordGenerated,expression:"passwordGenerated"}],staticClass:"btn-group"},[n("div",{staticClass:"input-group"},[n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"copyPasswordButton",type:"button"},on:{click:function(e){return t.copyPassword()}}},[n("i",{staticClass:"fa fa-clipboard"})])]),t._v(" "),n("input",{ref:"passwordGenerated",staticClass:"form-control",attrs:{id:"generated-password",type:"password",tabindex:"-1"},domProps:{value:t.passwordGenerated}}),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"revealGeneratedPassword",type:"button"},on:{click:function(e){return t.togglePasswordType(t.$refs.passwordGenerated)}}},[n("i",{staticClass:"fa fa-eye"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"sharePasswordProfileButton",type:"button"},on:{click:function(e){return t.sharePasswordProfile()}}},[n("i",{staticClass:"fa fa-share-alt pointer"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])])])])]),t._v(" "),t.showOptions||!t.isDefaultProfile?n("options"):t._e()],1)},[],!1,null,null,null).exports);function wn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function _n(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Cn=l({data:function(){return{email:""}},computed:function(t){for(var e=1;e0?n("div",[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[t._v("\n "+t._s(t.$t("NoMatchFor","Oops! There are no matches for"))+' "'+t._s(t.searchQuery)+'".\n '+t._s(t.$t("UpdateYourSearch","Please try broadening your search."))+"\n ")])])]):t._e(),t._v(" "),t._l(t.filteredPasswords,function(e){return n("password-profile",{key:e.id,attrs:{password:e},on:{deleted:function(e){t.pagination.currentPage=1}}})})],2),t._v(" "),t.pagination.pageCount>1?n("div",{attrs:{id:"passwords__pagination"}},[n("paginate",{attrs:{"page-count":t.pagination.pageCount,"page-range":1,"margin-pages":1,"click-handler":t.setCurrentPage,containerClass:"pagination pagination-sm","page-class":"page-item","prev-class":"page-item","next-class":"page-item","page-link-class":"page-link","prev-link-class":"page-link","next-link-class":"page-link","prev-text":t.$t("Previous"),"next-text":t.$t("Next")}})],1):t._e()])},[],!1,null,null,null).exports);i.a.use(Ge);var Rn=new Ge({routes:[{path:"/",name:"home",component:bn},{path:"/login",name:"login",component:Xe},{path:"/passwords/",name:"passwords",component:jn},{path:"/password/reset",name:"passwordReset",component:Cn},{path:"/password/reset/confirm/:uid/:token",name:"passwordResetConfirm",component:Pn},{path:"*",redirect:"/"}]}),Tn={translate(t,e,n,r){return t&&e in t?this.compile(t[e],r):n?this.compile(n,r):e},compile:(t,e)=>e?t.replace(/{(\w*)}/g,(t,n)=>e.hasOwnProperty(n)?e[n]:""):t,getBestLanguage(t,e,n){if(void 0===e)return n;for(let n=0;n{const n=this.locales.hasOwnProperty(e)?Object.assign({},this.locales[e],t[e]):t[e];this.setLocale({lang:e,locale:n})})},getLang(){const t=e.languagesAvailable,n=window.navigator.userLanguage||window.navigator.language,r=e.defaultLanguage;return Tn.getBestLanguage(t,n,r)},_translate(t,e,n){return Tn.translate(this.locale,t,e,n)}}}),t.prototype.$polyglot=Mn),t.mixin({methods:{$t(t,e,n){return this.$polyglot._translate(t,e,n)}}}),t.locales=t=>{Object.keys(t).forEach(e=>{Mn.$polyglot.setLocale({lang:e,locale:t[e]})})}}},In=n(35),Dn=n(36),Fn=n(37),Bn=n(38),Un=n(39),qn=n(40),zn=n(41);i.a.use(Nn,{defaultLanguage:"en",languagesAvailable:["fr","es","de","zh","zh-CN","pt","pl"]}),i.a.locales({fr:In,es:Dn,de:Fn,zh:Bn,"zh-CN":Un,pt:qn,pl:zn}),Object(dt.sync)(ut,Rn),new i.a({el:"#lesspass",store:ut,router:Rn,render:function(t){return t(pt)}})}]); \ No newline at end of file +t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},function(t,e,n){"use strict";var r=n(1),o=n(20),i=n(48),s=n(49),a=n(26);function u(t){this.defaults=t,this.interceptors={request:new i,response:new i}}u.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=a(this.defaults,t)).method=t.method?t.method.toLowerCase():"get";var e=[s,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},u.prototype.getUri=function(t){return t=a(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],function(t){u.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}}),r.forEach(["post","put","patch"],function(t){u.prototype[t]=function(e,n,o){return this.request(r.merge(o||{},{method:t,url:e,data:n}))}}),t.exports=u},function(t,e,n){"use strict";var r=n(1);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=o},function(t,e,n){"use strict";var r=n(1),o=n(50),i=n(21),s=n(22),a=n(57),u=n(58);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.baseURL&&!a(t.url)&&(t.url=u(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||s.adapter)(t).then(function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},function(t,e,n){"use strict";var r=n(1);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},function(t,e,n){"use strict";var r=n(25);t.exports=function(t,e,n){var o=n.config.validateStatus;!o||o(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(1),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,s={};return t?(r.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(s[e]&&o.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(1);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(27);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new r(t),e(n.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o(function(e){t=e}),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,e){this._id=t,this._clearFn=e}e.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},e.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},e.clearTimeout=e.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},e.enroll=function(t,e){clearTimeout(t._idleTimeoutId),t._idleTimeout=e},e.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},e._unrefActive=e.active=function(t){clearTimeout(t._idleTimeoutId);var e=t._idleTimeout;e>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},e))},n(62),e.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,e.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,n(5))},function(t,e,n){(function(t,e){!function(t,n){"use strict";if(!t.setImmediate){var r,o,i,s,a,u=1,c={},l=!1,p=t.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(t);f=f&&f.setTimeout?f:t,"[object process]"==={}.toString.call(t.process)?r=function(t){e.nextTick(function(){h(t)})}:!function(){if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):p&&"onreadystatechange"in p.createElement("script")?(o=p.documentElement,r=function(t){var e=p.createElement("script");e.onreadystatechange=function(){h(t),e.onreadystatechange=null,o.removeChild(e),e=null},o.appendChild(e)}):r=function(t){setTimeout(h,0,t)}:(s="setImmediate$"+Math.random()+"$",a=function(e){e.source===t&&"string"==typeof e.data&&0===e.data.indexOf(s)&&h(+e.data.slice(s.length))},t.addEventListener?t.addEventListener("message",a,!1):t.attachEvent("onmessage",a),r=function(e){t.postMessage(s+e,"*")}),f.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var e=new Array(arguments.length-1),n=0;nwindow.crypto.subtle.sign({name:"HMAC"},t,r(n||"")).then(t=>o(t)))}},function(t,e,n){const r=n(68);function o(t,e){const{site:n,login:o,options:i,crypto:s}=t,{counter:a}=i||{counter:1},u=n+o+a.toString(16),{iterations:c,keylen:l,digest:p}=s||{iterations:1e5,keylen:32,digest:"sha256"};return r(e,u,c,l,p)}t.exports={isSupported:function(){try{return o({site:"lesspass.com",login:"♥",options:{uppercase:!0,lowercase:!0,digits:!0,symbols:!0,length:16,counter:1},crypto:{method:"pbkdf2",iterations:1,keylen:32,digest:"sha256"}},"tHis is a g00d! password").then(t=>"e99e20abab609cc4564ef137acb540de20d9b92dcc5cda58f78ba431444ef2da"===t?Promise.resolve(!0):Promise.resolve(!1))}catch(t){return Promise.resolve(!1)}},calcEntropy:o}},function(t,e,n){const{stringToArrayBuffer:r,arrayBufferToHex:o,getAlgorithm:i}=n(28);t.exports=function(t,e,n,s,a){return window.crypto.subtle.importKey("raw",r(t),"PBKDF2",!1,["deriveKey"]).then(t=>{const o={name:"PBKDF2",salt:r(e),iterations:n,hash:i(a)};return window.crypto.subtle.deriveKey(o,t,{name:"AES-CTR",length:8*s},!0,["encrypt","decrypt"])}).then(t=>window.crypto.subtle.exportKey("raw",t).then(t=>o(t)))}},function(t,e,n){const r=n(70),o=n(71),{consumeEntropy:i}=n(29);t.exports={renderPassword:function(t,e){const n=o.getRules(e),s=o.getSetOfCharacters(n),a=i("",r(t,16),s,e.length-n.length),u=o.getOneCharPerRule(a.entropy,n);return o.insertStringPseudoRandomly(a.value,u.entropy,u.value)}}},function(t,e,n){(function(t){var n,r=function(t){"use strict";var e=1e7,n=7,o=9007199254740992,i=p(o),s=Math.log(o);function a(t,e){return void 0===t?a[0]:void 0!==e?10==+e?G(t):U(t,e):G(t)}function u(t,e){this.value=t,this.sign=e,this.isSmall=!1}function c(t){this.value=t,this.sign=t<0,this.isSmall=!0}function l(t){return-o0?Math.floor(t):Math.ceil(t)}function m(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(o=0;o=c?1:0,a[o]=r-u*c;for(;o0&&a.push(u),a}function g(t,e){return t.length>=e.length?m(t,e):m(e,t)}function y(t,n){var r,o,i=t.length,s=new Array(i),a=e;for(o=0;o0;)s[o++]=n%a,n=Math.floor(n/a);return s}function b(t,n){var r,o,i=t.length,s=n.length,a=new Array(i),u=0,c=e;for(r=0;r0;)s[o++]=u%a,u=Math.floor(u/a);return s}function P(t,e){for(var n=[];e-- >0;)n.push(0);return n.concat(t)}function x(t,n,r){return new u(t=0;--r)i=(s=i*c+t[r])-(o=v(s/n))*n,u[r]=0|o;return[u,0|i]}function E(t,n){var r,o,i=G(n),s=t.value,l=i.value;if(0===l)throw new Error("Cannot divide by zero");if(t.isSmall)return i.isSmall?[new c(v(s/l)),new c(s%l)]:[a[0],t];if(i.isSmall){if(1===l)return[t,a[0]];if(-1==l)return[t.negate(),a[0]];var m=Math.abs(l);if(m=0;o--){for(r=d-1,y[o+p]!==m&&(r=Math.floor((y[o+p]*d+y[o+p-1])/m)),i=0,s=0,u=b.length,a=0;ac&&(i=(i+1)*h),r=Math.ceil(i/s);do{if(k(a=C(n,r),p)<=0)break;r--}while(r);l.push(r),p=b(p,a)}return l.reverse(),[f(l),f(p)]}(s,l))[0];var w=t.sign!==i.sign,_=r[1],P=t.sign;return"number"==typeof o?(w&&(o=-o),o=new c(o)):o=new u(o,w),"number"==typeof _?(P&&(_=-_),_=new c(_)):_=new u(_,P),[o,_]}function k(t,e){if(t.length!==e.length)return t.length>e.length?1:-1;for(var n=t.length-1;n>=0;n--)if(t[n]!==e[n])return t[n]>e[n]?1:-1;return 0}function A(t){var e=t.abs();return!e.isUnit()&&(!!(e.equals(2)||e.equals(3)||e.equals(5))||!(e.isEven()||e.isDivisibleBy(3)||e.isDivisibleBy(5))&&(!!e.lesser(25)||void 0))}u.prototype=Object.create(a.prototype),c.prototype=Object.create(a.prototype),u.prototype.add=function(t){var e=G(t);if(this.sign!==e.sign)return this.subtract(e.negate());var n=this.value,r=e.value;return e.isSmall?new u(y(n,Math.abs(r)),this.sign):new u(g(n,r),this.sign)},u.prototype.plus=u.prototype.add,c.prototype.add=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.subtract(e.negate());var r=e.value;if(e.isSmall){if(l(n+r))return new c(n+r);r=p(Math.abs(r))}return new u(y(r,Math.abs(n)),n<0)},c.prototype.plus=c.prototype.add,u.prototype.subtract=function(t){var e=G(t);if(this.sign!==e.sign)return this.add(e.negate());var n=this.value,r=e.value;return e.isSmall?w(n,Math.abs(r),this.sign):function(t,e,n){var r;return k(t,e)>=0?r=b(t,e):(r=b(e,t),n=!n),"number"==typeof(r=f(r))?(n&&(r=-r),new c(r)):new u(r,n)}(n,r,this.sign)},u.prototype.minus=u.prototype.subtract,c.prototype.subtract=function(t){var e=G(t),n=this.value;if(n<0!==e.sign)return this.add(e.negate());var r=e.value;return e.isSmall?new c(n-r):w(r,Math.abs(n),n>=0)},c.prototype.minus=c.prototype.subtract,u.prototype.negate=function(){return new u(this.value,!this.sign)},c.prototype.negate=function(){var t=this.sign,e=new c(-this.value);return e.sign=!t,e},u.prototype.abs=function(){return new u(this.value,!1)},c.prototype.abs=function(){return new c(Math.abs(this.value))},u.prototype.multiply=function(t){var n,r,o,i=G(t),s=this.value,c=i.value,l=this.sign!==i.sign;if(i.isSmall){if(0===c)return a[0];if(1===c)return this;if(-1===c)return this.negate();if((n=Math.abs(c))0?function t(e,n){var r=Math.max(e.length,n.length);if(r<=30)return _(e,n);r=Math.ceil(r/2);var o=e.slice(r),i=e.slice(0,r),s=n.slice(r),a=n.slice(0,r),u=t(i,a),c=t(o,s),l=t(g(i,o),g(a,s)),p=g(g(u,P(b(b(l,u),c),r)),P(c,2*r));return d(p),p}(s,c):_(s,c),l)},u.prototype.times=u.prototype.multiply,c.prototype._multiplyBySmall=function(t){return l(t.value*this.value)?new c(t.value*this.value):x(Math.abs(t.value),p(Math.abs(this.value)),this.sign!==t.sign)},u.prototype._multiplyBySmall=function(t){return 0===t.value?a[0]:1===t.value?this:-1===t.value?this.negate():x(Math.abs(t.value),this.value,this.sign!==t.sign)},c.prototype.multiply=function(t){return G(t)._multiplyBySmall(this)},c.prototype.times=c.prototype.multiply,u.prototype.square=function(){return new u(S(this.value),!1)},c.prototype.square=function(){var t=this.value*this.value;return l(t)?new c(t):new u(S(p(Math.abs(this.value))),!1)},u.prototype.divmod=function(t){var e=E(this,t);return{quotient:e[0],remainder:e[1]}},c.prototype.divmod=u.prototype.divmod,u.prototype.divide=function(t){return E(this,t)[0]},c.prototype.over=c.prototype.divide=u.prototype.over=u.prototype.divide,u.prototype.mod=function(t){return E(this,t)[1]},c.prototype.remainder=c.prototype.mod=u.prototype.remainder=u.prototype.mod,u.prototype.pow=function(t){var e,n,r,o=G(t),i=this.value,s=o.value;if(0===s)return a[1];if(0===i)return a[0];if(1===i)return a[1];if(-1===i)return o.isEven()?a[1]:a[-1];if(o.sign)return a[0];if(!o.isSmall)throw new Error("The exponent "+o.toString()+" is too large.");if(this.isSmall&&l(e=Math.pow(i,s)))return new c(v(e));for(n=this,r=a[1];!0&s&&(r=r.times(n),--s),0!==s;)s/=2,n=n.square();return r},c.prototype.pow=u.prototype.pow,u.prototype.modPow=function(t,e){if(t=G(t),(e=G(e)).isZero())throw new Error("Cannot take modPow with modulus 0");for(var n=a[1],r=this.mod(e);t.isPositive();){if(r.isZero())return a[0];t.isOdd()&&(n=n.multiply(r).mod(e)),t=t.divide(2),r=r.square().mod(e)}return n},c.prototype.modPow=u.prototype.modPow,u.prototype.compareAbs=function(t){var e=G(t),n=this.value,r=e.value;return e.isSmall?1:k(n,r)},c.prototype.compareAbs=function(t){var e=G(t),n=Math.abs(this.value),r=e.value;return e.isSmall?n===(r=Math.abs(r))?0:n>r?1:-1:-1},u.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return this.sign!==e.sign?e.sign?1:-1:e.isSmall?this.sign?-1:1:k(n,r)*(this.sign?-1:1)},u.prototype.compareTo=u.prototype.compare,c.prototype.compare=function(t){if(t===1/0)return-1;if(t===-1/0)return 1;var e=G(t),n=this.value,r=e.value;return e.isSmall?n==r?0:n>r?1:-1:n<0!==e.sign?n<0?-1:1:n<0?1:-1},c.prototype.compareTo=c.prototype.compare,u.prototype.equals=function(t){return 0===this.compare(t)},c.prototype.eq=c.prototype.equals=u.prototype.eq=u.prototype.equals,u.prototype.notEquals=function(t){return 0!==this.compare(t)},c.prototype.neq=c.prototype.notEquals=u.prototype.neq=u.prototype.notEquals,u.prototype.greater=function(t){return this.compare(t)>0},c.prototype.gt=c.prototype.greater=u.prototype.gt=u.prototype.greater,u.prototype.lesser=function(t){return this.compare(t)<0},c.prototype.lt=c.prototype.lesser=u.prototype.lt=u.prototype.lesser,u.prototype.greaterOrEquals=function(t){return this.compare(t)>=0},c.prototype.geq=c.prototype.greaterOrEquals=u.prototype.geq=u.prototype.greaterOrEquals,u.prototype.lesserOrEquals=function(t){return this.compare(t)<=0},c.prototype.leq=c.prototype.lesserOrEquals=u.prototype.leq=u.prototype.lesserOrEquals,u.prototype.isEven=function(){return 0==(1&this.value[0])},c.prototype.isEven=function(){return 0==(1&this.value)},u.prototype.isOdd=function(){return 1==(1&this.value[0])},c.prototype.isOdd=function(){return 1==(1&this.value)},u.prototype.isPositive=function(){return!this.sign},c.prototype.isPositive=function(){return this.value>0},u.prototype.isNegative=function(){return this.sign},c.prototype.isNegative=function(){return this.value<0},u.prototype.isUnit=function(){return!1},c.prototype.isUnit=function(){return 1===Math.abs(this.value)},u.prototype.isZero=function(){return!1},c.prototype.isZero=function(){return 0===this.value},u.prototype.isDivisibleBy=function(t){var e=G(t),n=e.value;return 0!==n&&(1===n||(2===n?this.isEven():this.mod(e).equals(a[0])))},c.prototype.isDivisibleBy=u.prototype.isDivisibleBy,u.prototype.isPrime=function(){var t=A(this);if(void 0!==t)return t;for(var e,n,o,i,s=this.abs(),u=s.prev(),c=[2,3,5,7,11,13,17,19],l=u;l.isEven();)l=l.divide(2);for(o=0;o-o?new c(t-1):new u(i,!0)};for(var L=[1];L[L.length-1]<=e;)L.push(2*L[L.length-1]);var $=L.length,j=L[$-1];function R(t){return("number"==typeof t||"string"==typeof t)&&+Math.abs(t)<=e||t instanceof u&&t.value.length<=1}function T(t,e,n){e=G(e);for(var o=t.isNegative(),i=e.isNegative(),s=o?t.not():t,a=i?e.not():e,u=[],c=[],l=!1,p=!1;!l||!p;)s.isZero()?(l=!0,u.push(o?1:0)):o?u.push(s.isEven()?1:0):u.push(s.isEven()?0:1),a.isZero()?(p=!0,c.push(i?1:0)):i?c.push(a.isEven()?1:0):c.push(a.isEven()?0:1),s=s.over(2),a=a.over(2);for(var f=[],d=0;d=$;)e=e.multiply(j),t-=$-1;return e.multiply(L[t])},c.prototype.shiftLeft=u.prototype.shiftLeft,u.prototype.shiftRight=function(t){var e;if(!R(t))throw new Error(String(t)+" is too large for shifting.");if((t=+t)<0)return this.shiftLeft(-t);for(var n=this;t>=$;){if(n.isZero())return n;n=(e=E(n,j))[1].isNegative()?e[0].prev():e[0],t-=$-1}return(e=E(n,L[t]))[1].isNegative()?e[0].prev():e[0]},c.prototype.shiftRight=u.prototype.shiftRight,u.prototype.not=function(){return this.negate().prev()},c.prototype.not=u.prototype.not,u.prototype.and=function(t){return T(this,t,function(t,e){return t&e})},c.prototype.and=u.prototype.and,u.prototype.or=function(t){return T(this,t,function(t,e){return t|e})},c.prototype.or=u.prototype.or,u.prototype.xor=function(t){return T(this,t,function(t,e){return t^e})},c.prototype.xor=u.prototype.xor;var M=1<<30,N=(e&-e)*(e&-e)|M;function I(t){var n=t.value,r="number"==typeof n?n|M:n[0]+n[1]*e|N;return r&-r}function D(t,e){return t=G(t),e=G(e),t.greater(e)?t:e}function F(t,e){return t=G(t),e=G(e),t.lesser(e)?t:e}function B(t,e){if(t=G(t).abs(),e=G(e).abs(),t.equals(e))return t;if(t.isZero())return e;if(e.isZero())return t;for(var n,r,o=a[1];t.isEven()&&e.isEven();)n=Math.min(I(t),I(e)),t=t.divide(n),e=e.divide(n),o=o.multiply(n);for(;t.isEven();)t=t.divide(I(t));do{for(;e.isEven();)e=e.divide(I(e));t.greater(e)&&(r=e,e=t,t=r),e=e.subtract(t)}while(!e.isZero());return o.isUnit()?t:t.multiply(o)}var U=function(t,e){var n=t.length;if(2<=e&&e<=36&&n<=s/Math.log(e))return new c(parseInt(t,e));e=G(e);var r,o=[],i="-"===t[0];for(r=i?1:0;r"!==t[r]);o.push(G(t.slice(l+1,r)))}}return q(o,e,i)};function q(t,e,n){var r,o=a[0],i=a[1];for(r=t.length-1;r>=0;r--)o=o.add(t[r].times(i)),i=i.times(e);return n?o.negate():o}function z(t){var e=t.value;return"number"==typeof e&&(e=[e]),1===e.length&&e[0]<=35?"0123456789abcdefghijklmnopqrstuvwxyz".charAt(e[0]):"<"+e+">"}function H(t,e){if((e=r(e)).isZero()){if(t.isZero())return"0";throw new Error("Cannot convert nonzero numbers to base 0.")}if(e.equals(-1))return t.isZero()?"0":t.isNegative()?new Array(1-t).join("10"):"1"+new Array(+t).join("01");var n="";if(t.isNegative()&&e.isPositive()&&(n="-",t=t.abs()),e.equals(1))return t.isZero()?"0":n+new Array(+t+1).join(1);for(var o,i=[],s=t;s.isNegative()||s.compareAbs(e)>=0;){o=s.divmod(e),s=o.quotient;var a=o.remainder;a.isNegative()&&(a=e.minus(a).abs(),s=s.next()),i.push(z(a))}return i.push(z(s)),n+i.reverse().join("")}function V(t){if(l(+t)){var e=+t;if(e===v(e))return new c(e);throw"Invalid integer: "+t}var r="-"===t[0];r&&(t=t.slice(1));var o=t.split(/e/i);if(o.length>2)throw new Error("Invalid integer: "+o.join("e"));if(2===o.length){var i=o[1];if("+"===i[0]&&(i=i.slice(1)),(i=+i)!==v(i)||!l(i))throw new Error("Invalid integer: "+i+" is not a valid exponent.");var s=o[0],a=s.indexOf(".");if(a>=0&&(i-=s.length-a-1,s=s.slice(0,a)+s.slice(a+1)),i<0)throw new Error("Cannot include negative exponent part for integers");t=s+=new Array(i+1).join("0")}if(!/^([0-9][0-9]*)$/.test(t))throw new Error("Invalid integer: "+t);for(var p=[],f=t.length,h=n,m=f-h;f>0;)p.push(+t.slice(m,f)),(m-=h)<0&&(m=0),f-=h;return d(p),new u(p,r)}function G(t){return"number"==typeof t?function(t){if(l(t)){if(t!==v(t))throw new Error(t+" is not an integer.");return new c(t)}return V(t.toString())}(t):"string"==typeof t?V(t):t}u.prototype.toString=function(t){if(void 0===t&&(t=10),10!==t)return H(this,t);for(var e,n=this.value,r=n.length,o=String(n[--r]);--r>=0;)e=String(n[r]),o+="0000000".slice(e.length)+e;return(this.sign?"-":"")+o},c.prototype.toString=function(t){return void 0===t&&(t=10),10!=t?H(this,t):String(this.value)},u.prototype.valueOf=function(){return+this.toString()},u.prototype.toJSNumber=u.prototype.valueOf,c.prototype.valueOf=function(){return this.value},c.prototype.toJSNumber=c.prototype.valueOf;for(var W=0;W<1e3;W++)a[W]=new c(W),W>0&&(a[-W]=new c(-W));return a.one=a[1],a.zero=a[0],a.minusOne=a[-1],a.max=D,a.min=F,a.gcd=B,a.lcm=function(t,e){return t=G(t).abs(),e=G(e).abs(),t.divide(B(t,e)).multiply(e)},a.isInstance=function(t){return t instanceof u||t instanceof c},a.randBetween=function(t,n){var r=F(t=G(t),n=G(n)),o=D(t,n).subtract(r);if(o.isSmall)return r.add(Math.round(Math.random()*o));for(var i=[],s=!0,a=o.value.length-1;a>=0;a--){var l=s?o.value[a]:e,p=v(Math.random()*l);i.unshift(p),p?@[\\]^_`{|}~"};t.exports={getSetOfCharacters:function(t){if(void 0===t)return o.lowercase+o.uppercase+o.digits+o.symbols;let e="";return t.forEach(t=>{e+=o[t]}),e},getOneCharPerRule:function(t,e){let n="",i=t;return e.forEach(t=>{const e=r("",i,o[t],1);n+=e.value,i=e.entropy}),{value:n,entropy:i}},insertStringPseudoRandomly:function(t,e,n){let r=e,o=t;for(let t=0;tt[e])},characterSubsets:o}},function(t,e,n){"use strict";var r=n(9);n.n(r).a},function(t,e,n){"use strict";var r=n(10);n.n(r).a},function(t,e,n){"use strict";var r=n(11);n.n(r).a},function(t,e,n){"use strict";var r=n(12);n.n(r).a},function(t,e,n){"use strict";var r=n(13);n.n(r).a},function(t,e,n){"use strict";var r=n(14);n.n(r).a},function(t,e,n){"use strict";var r=n(15);n.n(r).a},function(t,e,n){"use strict";var r=n(16);n.n(r).a},function(t,e,n){"use strict";n.r(e);var r={};n.r(r),n.d(r,"refreshToken",function(){return $}),n.d(r,"saveDefaultOptions",function(){return j}),n.d(r,"loadPasswordProfile",function(){return R}),n.d(r,"getPasswordFromUrlQuery",function(){return T}),n.d(r,"savePassword",function(){return M}),n.d(r,"resetPassword",function(){return N}),n.d(r,"login",function(){return I}),n.d(r,"logout",function(){return D}),n.d(r,"getPasswords",function(){return F}),n.d(r,"saveOrUpdatePassword",function(){return B}),n.d(r,"deletePassword",function(){return U}),n.d(r,"displayMessage",function(){return q}),n.d(r,"cleanMessage",function(){return z});var o={};n.r(o),n.d(o,"isAuthenticated",function(){return G}),n.d(o,"isGuest",function(){return W}),n.d(o,"passwordURL",function(){return K}),n.d(o,"isDefaultProfile",function(){return Z});var i=n(3),s=(n(42),n(43),n(0));function a(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function u(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{saved:!1}},methods:{fullReload:function(){this.$store.dispatch("resetPassword"),this.$router.push({name:"home"})},logout:function(){this.$store.dispatch("logout"),this.$router.push({name:"home"})},saveOrUpdatePassword:function(){var t=this;this.$store.dispatch("saveOrUpdatePassword"),this.saved=!0,setTimeout(function(){t.saved=!1},3e3)}},computed:function(t){for(var e=1;e-1}function vt(t,e){for(var n in e)t[n]=e[n];return t}var mt={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,o=e.parent,i=e.data;i.routerView=!0;for(var s=o.$createElement,a=n.name,u=o.$route,c=o._routerViewCache||(o._routerViewCache={}),l=0,p=!1;o&&o._routerRoot!==o;){var f=o.$vnode&&o.$vnode.data;f&&(f.routerView&&l++,f.keepAlive&&o._inactive&&(p=!0)),o=o.$parent}if(i.routerViewDepth=l,p)return s(c[a],i,r);var d=u.matched[l];if(!d)return c[a]=null,s();var h=c[a]=d.components[a];i.registerRouteInstance=function(t,e){var n=d.instances[a];(e&&n!==t||!e&&n===t)&&(d.instances[a]=e)},(i.hook||(i.hook={})).prepatch=function(t,e){d.instances[a]=e.componentInstance},i.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==d.instances[a]&&(d.instances[a]=t.componentInstance)};var v=i.props=function(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}(u,d.props&&d.props[a]);if(v){v=i.props=vt({},v);var m=i.attrs=i.attrs||{};for(var g in v)h.props&&g in h.props||(m[g]=v[g],delete v[g])}return s(h,i,r)}};var gt=/[!'()*]/g,yt=function(t){return"%"+t.charCodeAt(0).toString(16)},bt=/%2C/g,wt=function(t){return encodeURIComponent(t).replace(gt,yt).replace(bt,",")},_t=decodeURIComponent;function Ct(t){var e={};return(t=t.trim().replace(/^(\?|#|&)/,""))?(t.split("&").forEach(function(t){var n=t.replace(/\+/g," ").split("="),r=_t(n.shift()),o=n.length>0?_t(n.join("=")):null;void 0===e[r]?e[r]=o:Array.isArray(e[r])?e[r].push(o):e[r]=[e[r],o]}),e):e}function Pt(t){var e=t?Object.keys(t).map(function(e){var n=t[e];if(void 0===n)return"";if(null===n)return wt(e);if(Array.isArray(n)){var r=[];return n.forEach(function(t){void 0!==t&&(null===t?r.push(wt(e)):r.push(wt(e)+"="+wt(t)))}),r.join("&")}return wt(e)+"="+wt(n)}).filter(function(t){return t.length>0}).join("&"):null;return e?"?"+e:""}var xt=/\/?$/;function St(t,e,n,r){var o=r&&r.options.stringifyQuery,i=e.query||{};try{i=Ot(i)}catch(t){}var s={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:i,params:e.params||{},fullPath:At(e,o),matched:t?kt(t):[]};return n&&(s.redirectedFrom=At(n,o)),Object.freeze(s)}function Ot(t){if(Array.isArray(t))return t.map(Ot);if(t&&"object"==typeof t){var e={};for(var n in t)e[n]=Ot(t[n]);return e}return t}var Et=St(null,{path:"/"});function kt(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function At(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var o=t.hash;return void 0===o&&(o=""),(n||"/")+(e||Pt)(r)+o}function Lt(t,e){return e===Et?t===e:!!e&&(t.path&&e.path?t.path.replace(xt,"")===e.path.replace(xt,"")&&t.hash===e.hash&&$t(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&$t(t.query,e.query)&&$t(t.params,e.params)))}function $t(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every(function(n){var r=t[n],o=e[n];return"object"==typeof r&&"object"==typeof o?$t(r,o):String(r)===String(o)})}var jt,Rt=[String,Object],Tt=[String,Array],Mt={name:"RouterLink",props:{to:{type:Rt,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:Tt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,o=n.resolve(this.to,r,this.append),i=o.location,s=o.route,a=o.href,u={},c=n.options.linkActiveClass,l=n.options.linkExactActiveClass,p=null==c?"router-link-active":c,f=null==l?"router-link-exact-active":l,d=null==this.activeClass?p:this.activeClass,h=null==this.exactActiveClass?f:this.exactActiveClass,v=i.path?St(null,i,null,n):s;u[h]=Lt(r,v),u[d]=this.exact?u[h]:function(t,e){return 0===t.path.replace(xt,"/").indexOf(e.path.replace(xt,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var n in e)if(!(n in t))return!1;return!0}(t.query,e.query)}(r,v);var m=function(t){Nt(t)&&(e.replace?n.replace(i):n.push(i))},g={click:Nt};Array.isArray(this.event)?this.event.forEach(function(t){g[t]=m}):g[this.event]=m;var y={class:u};if("a"===this.tag)y.on=g,y.attrs={href:a};else{var b=function t(e){if(e)for(var n,r=0;r=0&&(e=t.slice(r),t=t.slice(0,r));var o=t.indexOf("?");return o>=0&&(n=t.slice(o+1),t=t.slice(0,o)),{path:t,query:n,hash:e}}(o.path||""),u=e&&e.path||"/",c=a.path?Dt(a.path,u,n||o.append):u,l=function(t,e,n){void 0===e&&(e={});var r,o=n||Ct;try{r=o(t||"")}catch(t){r={}}for(var i in e)r[i]=e[i];return r}(a.query,o.query,r&&r.options.parseQuery),p=o.hash||a.hash;return p&&"#"!==p.charAt(0)&&(p="#"+p),{_normalized:!0,path:c,query:l,hash:p}}function ae(t,e){var n=oe(t),r=n.pathList,o=n.pathMap,i=n.nameMap;function s(t,n,s){var a=se(t,n,!1,e),c=a.name;if(c){var l=i[c];if(!l)return u(null,a);var p=l.regex.keys.filter(function(t){return!t.optional}).map(function(t){return t.name});if("object"!=typeof a.params&&(a.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in a.params)&&p.indexOf(f)>-1&&(a.params[f]=n.params[f]);return a.path=re(l.path,a.params),u(l,a,s)}if(a.path){a.params={};for(var d=0;d=t.length?n():t[o]?e(t[o],function(){r(o+1)}):r(o+1)};r(0)}function Oe(t){return function(e,n,r){var o=!1,i=0,s=null;Ee(t,function(t,e,n,a){if("function"==typeof t&&void 0===t.cid){o=!0,i++;var u,c=Le(function(e){var o;((o=e).__esModule||Ae&&"Module"===o[Symbol.toStringTag])&&(e=e.default),t.resolved="function"==typeof e?e:jt.extend(e),n.components[a]=e,--i<=0&&r()}),l=Le(function(t){var e="Failed to resolve async component "+a+": "+t;s||(s=ht(t)?t:new Error(e),r(s))});try{u=t(c,l)}catch(t){l(t)}if(u)if("function"==typeof u.then)u.then(c,l);else{var p=u.component;p&&"function"==typeof p.then&&p.then(c,l)}}}),o||r()}}function Ee(t,e){return ke(t.map(function(t){return Object.keys(t.components).map(function(n){return e(t.components[n],t.instances[n],t,n)})}))}function ke(t){return Array.prototype.concat.apply([],t)}var Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function Le(t){var e=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var $e=function(t,e){this.router=t,this.base=function(t){if(!t)if(It){var e=document.querySelector("base");t=(t=e&&e.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else t="/";"/"!==t.charAt(0)&&(t="/"+t);return t.replace(/\/$/,"")}(e),this.current=Et,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function je(t,e,n,r){var o=Ee(t,function(t,r,o,i){var s=function(t,e){"function"!=typeof t&&(t=jt.extend(t));return t.options[e]}(t,e);if(s)return Array.isArray(s)?s.map(function(t){return n(t,r,o,i)}):n(s,r,o,i)});return ke(r?o.reverse():o)}function Re(t,e){if(e)return function(){return t.apply(e,arguments)}}$e.prototype.listen=function(t){this.cb=t},$e.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},$e.prototype.onError=function(t){this.errorCbs.push(t)},$e.prototype.transitionTo=function(t,e,n){var r=this,o=this.router.match(t,this.current);this.confirmTransition(o,function(){r.updateRoute(o),e&&e(o),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(t){t(o)}))},function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(e){e(t)}))})},$e.prototype.confirmTransition=function(t,e,n){var r=this,o=this.current,i=function(t){ht(t)&&(r.errorCbs.length?r.errorCbs.forEach(function(e){e(t)}):console.error(t)),n&&n(t)};if(Lt(t,o)&&t.matched.length===o.matched.length)return this.ensureURL(),i();var s=function(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function Fe(t){var e=window.location.href,n=e.indexOf("#");return(n>=0?e.slice(0,n):e)+"#"+t}function Be(t){ye?Pe(Fe(t)):window.location.hash=t}function Ue(t){ye?xe(Fe(t)):window.location.replace(Fe(t))}var qe=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)},n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)},n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){e.index=n,e.updateRoute(r)})}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}($e),ze=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ae(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!ye&&!1!==t.fallback,this.fallback&&(e="hash"),It||(e="abstract"),this.mode=e,e){case"history":this.history=new Te(this,t.base);break;case"hash":this.history=new Ne(this,t.base,this.fallback);break;case"abstract":this.history=new qe(this,t.base);break;default:0}},He={currentRoute:{configurable:!0}};function Ve(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}ze.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},He.currentRoute.get=function(){return this.history&&this.history.current},ze.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)}),!this.app){this.app=t;var n=this.history;if(n instanceof Te)n.transitionTo(n.getCurrentLocation());else if(n instanceof Ne){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(t){e.apps.forEach(function(e){e._route=t})})}},ze.prototype.beforeEach=function(t){return Ve(this.beforeHooks,t)},ze.prototype.beforeResolve=function(t){return Ve(this.resolveHooks,t)},ze.prototype.afterEach=function(t){return Ve(this.afterHooks,t)},ze.prototype.onReady=function(t,e){this.history.onReady(t,e)},ze.prototype.onError=function(t){this.history.onError(t)},ze.prototype.push=function(t,e,n){this.history.push(t,e,n)},ze.prototype.replace=function(t,e,n){this.history.replace(t,e,n)},ze.prototype.go=function(t){this.history.go(t)},ze.prototype.back=function(){this.go(-1)},ze.prototype.forward=function(){this.go(1)},ze.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map(function(t){return Object.keys(t.components).map(function(e){return t.components[e]})})):[]},ze.prototype.resolve=function(t,e,n){var r=se(t,e=e||this.history.current,n,this),o=this.match(r,e),i=o.redirectedFrom||o.fullPath;return{location:r,route:o,href:function(t,e,n){var r="hash"===n?"#"+e:e;return t?Ft(t+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:o}},ze.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==Et&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(ze.prototype,He),ze.install=function t(e){if(!t.installed||jt!==e){t.installed=!0,jt=e;var n=function(t){return void 0!==t},r=function(t,e){var r=t.$options._parentVnode;n(r)&&n(r=r.data)&&n(r=r.registerRouteInstance)&&r(t,e)};e.mixin({beforeCreate:function(){n(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,r(this,this)},destroyed:function(){r(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",mt),e.component("RouterLink",Mt);var o=e.config.optionMergeStrategies;o.beforeRouteEnter=o.beforeRouteLeave=o.beforeRouteUpdate=o.created}},ze.version="3.0.7",It&&window.Vue&&window.Vue.use(ze);var Ge=ze,We=n(6),Ke=n.n(We),Ze=n(33),Je={name:"masterPassword",props:{value:String,label:String,email:String,showEncryptButton:{type:Boolean,default:!1},EncryptButtonText:String},data:function(){return{fingerprint:null,icon1:"",icon2:"",icon3:"",color1:"",color2:"",color3:""}},methods:{updateValue:function(t){var e=Math.random().toString(36).substring(7);this.setFingerprint(e),this.showRealFingerprint(t),this.$refs.passwordField.value=t,this.$emit("input",t)},togglePasswordType:function(){var t=this.$refs.passwordField;"password"===t.type?t.type="text":t.type="password"},hidePassword:function(){this.$refs.passwordField.type="password"},getColor:function(t){var e=["#000000","#074750","#009191","#FF6CB6","#FFB5DA","#490092","#006CDB","#B66DFF","#6DB5FE","#B5DAFE","#920000","#924900","#DB6D00","#24FE23"];return e[parseInt(t,16)%e.length]},getIcon:function(t){var e=["fa-hashtag","fa-heart","fa-hotel","fa-university","fa-plug","fa-ambulance","fa-bus","fa-car","fa-plane","fa-rocket","fa-ship","fa-subway","fa-truck","fa-jpy","fa-eur","fa-btc","fa-usd","fa-gbp","fa-archive","fa-area-chart","fa-bed","fa-beer","fa-bell","fa-binoculars","fa-birthday-cake","fa-bomb","fa-briefcase","fa-bug","fa-camera","fa-cart-plus","fa-certificate","fa-coffee","fa-cloud","fa-coffee","fa-comment","fa-cube","fa-cutlery","fa-database","fa-diamond","fa-exclamation-circle","fa-eye","fa-flag","fa-flask","fa-futbol-o","fa-gamepad","fa-graduation-cap"];return e[parseInt(t,16)%e.length]},setFingerprint:function(t){var e=this;Ke.a.createFingerprint(t).then(function(t){e.icon1=t[0].icon,e.color1=t[0].color,e.icon2=t[1].icon,e.color2=t[1].color,e.icon3=t[2].icon,e.color3=t[2].color,e.fingerprint=t})},showRealFingerprint:n.n(Ze)()(function(t){this.setFingerprint(t)},500),encryptMasterPassword:function(){var t=this,e=this.$refs.passwordField.value;return Ke.a.generatePassword("lesspass.com",this.email,e,L).then(function(e){t.updateValue(e)})}}},Ye=(n(72),l(Je,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"masterPassword"},[n("div",{staticClass:"input-group inner-addon left-addon"},[n("label",{staticClass:"sr-only",attrs:{for:"passwordField"}},[t._v("\n "+t._s(t.label)+"\n ")]),t._v(" "),n("i",{staticClass:"fa fa-lock"}),t._v(" "),n("input",{ref:"passwordField",staticClass:"form-control",attrs:{id:"passwordField",name:"passwordField",type:"password",autocorrect:"off",autocapitalize:"off",placeholder:t.label},domProps:{value:t.value},on:{input:function(e){return t.updateValue(e.target.value)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.$emit("keyupEnter")}}}),t._v(" "),t.fingerprint&&t.value?n("span",{staticClass:"input-group-btn",on:{click:t.togglePasswordType}},[n("button",{staticClass:"btn",attrs:{id:"fingerprint",type:"button",tabindex:"-1"}},[n("small",[n("i",{staticClass:"fa fa-fw",class:[t.icon1],style:{color:t.color1}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon2],style:{color:t.color2}}),t._v(" "),n("i",{staticClass:"fa fa-fw",class:[t.icon3],style:{color:t.color3}})])])]):t._e()]),t._v(" "),t.showEncryptButton?n("button",{staticClass:"btn btn-link btn-sm p-0",class:{disabled:""===t.email},attrs:{id:"encryptMasterPassword__btn",type:"button"},on:{click:function(e){return t.encryptMasterPassword()}}},[n("small",[t._v(t._s(t.EncryptButtonText))])]):t._e()])},[],!1,null,null,null).exports),Qe={data:function(){return{email:"",password:"",baseURL:"https://lesspass.com"}},components:{MasterPassword:Ye},methods:{formIsValid:function(){return!!(this.email&&this.password&&this.baseURL)||(ct.error(this.$t("LoginFormInvalid","LessPass URL, email, and password are mandatory")),!1)},signIn:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;g({email:this.email,password:this.password},{baseURL:e}).then(function(n){t.$store.dispatch("login",{token:n.token,baseURL:e}),t.$router.push({name:"home"})}).catch(function(n){void 0===n.response&&"https://lesspass.com"!==e?ct.error(t.$t("DBNotRunning","Your LessPass Database is not running")):n.response&&400===n.response.status?ct.error(t.$t("LoginIncorrectError","The email and password you entered did not match our records. Please double-check and try again.")):ct.displayGenericError()})}},register:function(){var t=this;if(this.formIsValid()){var e=this.baseURL;y({email:this.email,password:this.password},{baseURL:e}).then(function(){ct.success(t.$t("WelcomeRegister","Welcome {email}, thank you for signing up.",{email:t.email})),t.signIn()}).catch(function(e){e.response&&void 0!==e.response.data.email?(-1!==e.response.data.email[0].indexOf("already exists")&&ct.error(t.$t("EmailAlreadyExist","This email is already registered. Want to login or recover your password?")),-1!==e.response.data.email[0].indexOf("valid email")&&ct.error(t.$t("EmailInvalid","Please enter a valid email"))):ct.displayGenericError()})}}}},Xe=(n(73),l(Qe,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{on:{submit:function(e){return e.preventDefault(),t.signIn(e)}}},[n("div",{staticClass:"form-group"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-globe"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.baseURL,expression:"baseURL"}],staticClass:"form-control",attrs:{id:"baseURL",autocapitalize:"none",placeholder:t.$t("LessPass Database Url")},domProps:{value:t.baseURL},on:{input:function(e){e.target.composing||(t.baseURL=e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.email,expression:"email"}],staticClass:"form-control",attrs:{id:"email",name:"username",type:"email",autocapitalize:"none",placeholder:t.$t("Email"),required:""},domProps:{value:t.email},on:{input:function(e){e.target.composing||(t.email=e.target.value)}}})])])]),t._v(" "),n("div",{staticClass:"form-group mb-2"},[n("master-password",{attrs:{label:t.$t("Master Password"),email:t.email,showEncryptButton:!0,EncryptButtonText:t.$t("Encrypt my master password")},model:{value:t.password,callback:function(e){t.password=e},expression:"password"}})],1),t._v(" "),n("div",{staticClass:"form-group row no-gutters mb-0"},[n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-primary btn-block",attrs:{id:"signInButton"}},[t._v("\n "+t._s(t.$t("Sign In"))+"\n ")])]),t._v(" "),n("div",{staticClass:"col"},[n("button",{staticClass:"btn btn-secondary btn-block",attrs:{id:"registerButton",type:"button"},on:{click:t.register}},[t._v("\n "+t._s(t.$t("Register"))+"\n ")])])]),t._v(" "),n("div",{staticClass:"form-group mb-0"},[n("button",{staticClass:"btn btn-link btn-sm p-0",attrs:{id:"login__forgot-password-btn",type:"button"},on:{click:function(e){return t.$router.push({name:"passwordReset"})}}},[n("small",[t._v(t._s(t.$t("ForgotPassword","Forgot your password?")))])])])])},[],!1,null,null,null).exports),tn=n(18),en=n.n(tn),nn=l({},function(){this.$createElement;this._self._c;return this._m(0)},[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticStyle:{display:"none"}},[e("label",{attrs:{for:"username"}},[e("input",{attrs:{type:"text",id:"username",name:"username",autocomplete:"username"}})]),this._v(" "),e("label",{attrs:{for:"password"}},[e("input",{attrs:{type:"password",id:"password",name:"password",autocomplete:"current-password"}})])])}],!1,null,null,null).exports,rn=n(4),on=n.n(rn),sn={name:"inputSite",props:{value:String,label:String,passwords:{type:Array,default:function(){return[]}}},mounted:function(){var t=this;this.awesomplete=new on.a(this.$refs.siteField,{minChars:0}),this.awesomplete.item=function(t,e){var n=on.a.ITEM(t.value.site,e);return n.innerHTML+=" ".concat(t.value.login),n},this.awesomplete.filter=function(t,e){return on.a.FILTER_CONTAINS(t,e)||on.a.FILTER_CONTAINS(e,t)},this.awesomplete.data=function(t){return{label:t.site,value:t}},this.awesomplete.replace=function(e){t.$refs.siteField.value=e.label,e.value.suggestion?t.$emit("suggestionSelected",e.value.site):t.$emit("passwordProfileSelected",e.value)},this.awesomplete.sort=function(t,e){return t.value.site.localeCompare(e.value.site)||t.value.login.localeCompare(e.value.login)}},computed:{site:{get:function(){return this.value},set:function(t){this.$emit("input",t)}}},watch:{site:function(t,e){var n=function(t){var e=x(t)||t;if(/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})$/.test(e))return[];var n=e.toLowerCase().split(".").filter(function(t){return t.length>=2});if(n.length<2)return[];var r=n[n.length-2],o=n[n.length-1];return n.reduceRight(function(t,e){var r=n.indexOf(e);if(r>=0&&rr?r:t2&&void 0!==arguments[2]?arguments[2]:"right";t.setAttribute("aria-label",e),t.setAttribute("data-balloon-visible",""),t.setAttribute("data-balloon-pos",n)}function vn(t){t.removeAttribute("aria-label"),t.removeAttribute("data-balloon-visible"),t.removeAttribute("data-balloon-pos")}function mn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function gn(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var yn={name:"password-generator-view",components:{RemoveAutoComplete:nn,InputSite:an,MasterPassword:Ye,Options:l(dn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{attrs:{id:"options"}},[n("div",{staticClass:"form-group row"},[n("div",{staticClass:"col-12"},[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[n("label",{attrs:{for:"types"}},[t._v(t._s(t.$t("Advanced options")))])])]),t._v(" "),n("div",{staticClass:"row",attrs:{id:"types"}},[n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.lowercase,"btn-secondary":!1===t.password.lowercase},attrs:{id:"lowercase__btn",type:"button"},on:{click:function(e){t.password.lowercase=!t.password.lowercase}}},[t._v("\n a-z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.uppercase,"btn-secondary":!1===t.password.uppercase},attrs:{id:"uppercase__btn",type:"button"},on:{click:function(e){t.password.uppercase=!t.password.uppercase}}},[t._v("\n A-Z\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.numbers,"btn-secondary":!1===t.password.numbers},attrs:{id:"numbers__btn",type:"button"},on:{click:function(e){t.password.numbers=!t.password.numbers}}},[t._v("\n 0-9\n ")])]),t._v(" "),n("div",{staticClass:"col-3"},[n("button",{staticClass:"btn btn-block btn-sm px-0",class:{"btn-primary":!0===t.password.symbols,"btn-secondary":!1===t.password.symbols},attrs:{id:"symbols__btn",type:"button"},on:{click:function(e){t.password.symbols=!t.password.symbols}}},[t._v("\n %!@\n ")])])])])]),t._v(" "),n("div",{staticClass:"form-group row mb-0"},[n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordLength"}},[t._v(t._s(t.$t("Length")))]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.decrement(t.password.length,{min:5,max:35})}}},[t._m(0)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.length,expression:"password.length",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordLength",type:"number",min:"5",max:"35"},domProps:{value:t.password.length},on:{input:function(e){e.target.composing||t.$set(t.password,"length",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",on:{click:function(e){t.password.length=t.increment(t.password.length,{min:5,max:35})}}},[t._m(1)])])]),t._v(" "),n("div",{staticClass:"col-5 col-sm-4"},[n("label",{attrs:{for:"passwordCounter","data-balloon-length":"large","data-balloon":t.$t("CounterFieldHelp","Increment this value to change the generated password without changing your master password."),"data-balloon-pos":"up"}},[t._v("\n "+t._s(t.$t("Counter"))+"\n ")]),t._v(" "),n("div",{staticClass:"input-group input-group-sm"},[n("span",{staticClass:"input-group-btn",attrs:{id:"decreaseCounter__btn"},on:{click:function(e){t.password.counter=t.decrement(t.password.counter,{min:1})}}},[t._m(2)]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.password.counter,expression:"password.counter",modifiers:{number:!0}}],staticClass:"form-control form-control-sm",attrs:{id:"passwordCounter",type:"number",min:"1"},domProps:{value:t.password.counter},on:{input:function(e){e.target.composing||t.$set(t.password,"counter",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",{staticClass:"input-group-btn",attrs:{id:"increaseCounter__btn"},on:{click:function(e){t.password.counter=t.increment(t.password.counter,{min:1})}}},[t._m(3)])])])])])},[function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"decreaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{id:"increaseLength__btn",type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-minus"})])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-primary btn-sm border-blue px-2",attrs:{type:"button"}},[e("small",[e("i",{staticClass:"fa fa-plus"})])])}],!1,null,null,null).exports},computed:function(t){for(var e=1;e35&&ct.warning(this.$t("LengthDeprecationWarning","The maximum length of a password is 35 characters.")),this.cleanErrors();var o={lowercase:this.password.lowercase,uppercase:this.password.uppercase,numbers:this.password.numbers,symbols:this.password.symbols,length:this.password.length,counter:this.password.counter,version:this.password.version};return Ke.a.generatePassword(e,n,r,o).then(function(e){t.passwordGenerated=e,t.cleanFormIn30Seconds()})}ct.error(this.$t("SiteLoginMasterPasswordMandatory","Site, login, and master password fields are mandatory."))},focusBestInputField:function(){var t=this.$refs.site,e=this.$refs.login,n=this.$refs.masterPassword;if(t&&e&&n){var r=t.$refs.siteField;return r.value&&e.value?void n.$refs.passwordField.focus():r.value&&!e.value?void r.select():void r.focus()}},copyPassword:function(){if(en()(this.passwordGenerated)){var t=document.getElementById("copyPasswordButton");hn(t,this.$t("Copied","copied !")),setTimeout(function(){return vn(t)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},sharePasswordProfile:function(){if(en()(this.passwordURL)){var t=this.$t("PasswordProfileCopied","Your password profile has been copied"),e=document.getElementById("sharePasswordProfileButton");hn(e,t,"left"),setTimeout(function(){return vn(e)},2e3)}else ct.warning(this.$t("SorryCopy","Sorry, copying only works in modern browsers."))},setSite:function(t){this.password.site=t},setPasswordProfile:function(t){var e=this;this.$store.dispatch("savePassword",{password:t}).then(function(){e.focusBestInputField()})}}},bn=(n(76),l(yn,function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("form",{attrs:{id:"password-generator",novalidate:""},on:{submit:function(e){return e.preventDefault(),t.generatePassword(e)}}},[n("div",{staticClass:"form-group"},[n("input-site",{ref:"site",attrs:{passwords:t.passwords,label:t.$t("Site")},on:{suggestionSelected:t.setSite,passwordProfileSelected:t.setPasswordProfile},model:{value:t.password.site,callback:function(e){t.$set(t.password,"site",e)},expression:"password.site"}})],1),t._v(" "),n("remove-auto-complete"),t._v(" "),n("div",{staticClass:"form-group"},[n("label",{staticClass:"sr-only",attrs:{for:"login"}},[t._v(t._s(t.$t("Login")))]),t._v(" "),n("div",{staticClass:"inner-addon left-addon"},[n("i",{staticClass:"fa fa-user"}),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.password.login,expression:"password.login"}],ref:"login",staticClass:"form-control",attrs:{id:"login",name:"login",autocomplete:"off",autocorrect:"off",autocapitalize:"none",placeholder:t.$t("Login")},domProps:{value:t.password.login},on:{input:function(e){e.target.composing||t.$set(t.password,"login",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"form-group"},[n("master-password",{ref:"masterPassword",attrs:{label:t.$t("Master Password")},on:{generatePassword:t.generatePassword},model:{value:t.masterPassword,callback:function(e){t.masterPassword=e},expression:"masterPassword"}})],1),t._v(" "),n("div",{staticClass:"form-group",class:{"mb-0":!t.showOptions}},[t.passwordGenerated?t._e():n("div",[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"generatePassword__btn",type:"submit"}},[t._v("\n "+t._s(t.$t("Generate"))+"\n ")]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.passwordGenerated,expression:"!passwordGenerated"}],staticClass:"btn btn-secondary pull-right showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:t.passwordGenerated,expression:"passwordGenerated"}],staticClass:"btn-group"},[n("div",{staticClass:"input-group"},[n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-primary border-blue",attrs:{id:"copyPasswordButton",type:"button"},on:{click:function(e){return t.copyPassword()}}},[n("i",{staticClass:"fa fa-clipboard"})])]),t._v(" "),n("input",{ref:"passwordGenerated",staticClass:"form-control",attrs:{id:"generated-password",type:"password",tabindex:"-1"},domProps:{value:t.passwordGenerated}}),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"revealGeneratedPassword",type:"button"},on:{click:function(e){return t.togglePasswordType(t.$refs.passwordGenerated)}}},[n("i",{staticClass:"fa fa-eye"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary",attrs:{id:"sharePasswordProfileButton",type:"button"},on:{click:function(e){return t.sharePasswordProfile()}}},[n("i",{staticClass:"fa fa-share-alt pointer"})])]),t._v(" "),n("span",{staticClass:"input-group-btn"},[n("button",{staticClass:"btn btn-secondary showOptions__btn",attrs:{type:"button"},on:{click:function(e){t.showOptions=!t.showOptions}}},[n("i",{staticClass:"fa fa-sliders"})])])])])]),t._v(" "),t.showOptions||!t.isDefaultProfile?n("options"):t._e()],1)},[],!1,null,null,null).exports);function wn(t,e){var n=Object.keys(t);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(t)),e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n}function _n(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Cn=l({data:function(){return{email:""}},computed:function(t){for(var e=1;e0?n("div",[n("div",{staticClass:"row"},[n("div",{staticClass:"col"},[t._v("\n "+t._s(t.$t("NoMatchFor","Oops! There are no matches for"))+' "'+t._s(t.searchQuery)+'".\n '+t._s(t.$t("UpdateYourSearch","Please try broadening your search."))+"\n ")])])]):t._e(),t._v(" "),t._l(t.filteredPasswords,function(e){return n("password-profile",{key:e.id,attrs:{password:e},on:{deleted:function(e){t.pagination.currentPage=1}}})})],2),t._v(" "),t.pagination.pageCount>1?n("div",{attrs:{id:"passwords__pagination"}},[n("paginate",{attrs:{"page-count":t.pagination.pageCount,"page-range":1,"margin-pages":1,"click-handler":t.setCurrentPage,containerClass:"pagination pagination-sm","page-class":"page-item","prev-class":"page-item","next-class":"page-item","page-link-class":"page-link","prev-link-class":"page-link","next-link-class":"page-link","prev-text":t.$t("Previous"),"next-text":t.$t("Next")}})],1):t._e()])},[],!1,null,null,null).exports);i.a.use(Ge);var Rn=new Ge({routes:[{path:"/",name:"home",component:bn},{path:"/login",name:"login",component:Xe},{path:"/passwords/",name:"passwords",component:jn},{path:"/password/reset",name:"passwordReset",component:Cn},{path:"/password/reset/confirm/:uid/:token",name:"passwordResetConfirm",component:Pn},{path:"*",redirect:"/"}]}),Tn={translate(t,e,n,r){return t&&e in t?this.compile(t[e],r):n?this.compile(n,r):e},compile:(t,e)=>e?t.replace(/{(\w*)}/g,(t,n)=>e.hasOwnProperty(n)?e[n]:""):t,getBestLanguage(t,e,n){if(void 0===e)return n;for(let n=0;n{const n=this.locales.hasOwnProperty(e)?Object.assign({},this.locales[e],t[e]):t[e];this.setLocale({lang:e,locale:n})})},getLang(){const t=e.languagesAvailable,n=window.navigator.userLanguage||window.navigator.language,r=e.defaultLanguage;return Tn.getBestLanguage(t,n,r)},_translate(t,e,n){return Tn.translate(this.locale,t,e,n)}}}),t.prototype.$polyglot=Mn),t.mixin({methods:{$t(t,e,n){return this.$polyglot._translate(t,e,n)}}}),t.locales=t=>{Object.keys(t).forEach(e=>{Mn.$polyglot.setLocale({lang:e,locale:t[e]})})}}},In=n(35),Dn=n(36),Fn=n(37),Bn=n(38),Un=n(39),qn=n(40),zn=n(41);i.a.use(Nn,{defaultLanguage:"en",languagesAvailable:["fr","es","de","zh","zh-CN","pt","pl"]}),i.a.locales({fr:In,es:Dn,de:Fn,zh:Bn,"zh-CN":Un,pt:qn,pl:zn}),Object(dt.sync)(ut,Rn),new i.a({el:"#lesspass",store:ut,router:Rn,render:function(t){return t(ft)}})}]); \ No newline at end of file