\r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Dropdown2.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Dropdown2.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Dropdown2.vue?vue&type=template&id=7224f564\"\nimport script from \"./Dropdown2.vue?vue&type=script&lang=js\"\nexport * from \"./Dropdown2.vue?vue&type=script&lang=js\"\nimport style0 from \"./Dropdown2.vue?vue&type=style&index=0&id=7224f564&prod&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import e from\"../core/Plugin\";export default class t extends e{constructor(e){super(e);this.handlers=[];this.timers=new Map;this.ieVersion=(()=>{let e=3;let t=document.createElement(\"div\");let i=t[\"all\"]||[];while(t.innerHTML=\"\\x3c!--[if gt IE \"+ ++e+\"]> 4?e:document[\"documentMode\"]})();const t=document.createElement(\"div\");this.defaultEvent=this.ieVersion===9||!(\"oninput\"in t)?\"keyup\":\"input\";this.opts=Object.assign({},{delay:0,event:this.defaultEvent,threshold:0},e);this.fieldAddedHandler=this.onFieldAdded.bind(this);this.fieldRemovedHandler=this.onFieldRemoved.bind(this)}install(){this.core.on(\"core.field.added\",this.fieldAddedHandler).on(\"core.field.removed\",this.fieldRemovedHandler)}uninstall(){this.handlers.forEach(e=>e.element.removeEventListener(e.event,e.handler));this.handlers=[];this.timers.forEach(e=>window.clearTimeout(e));this.timers.clear();this.core.off(\"core.field.added\",this.fieldAddedHandler).off(\"core.field.removed\",this.fieldRemovedHandler)}prepareHandler(e,t){t.forEach(t=>{let i=[];switch(true){case!!this.opts.event&&this.opts.event[e]===false:i=[];break;case!!this.opts.event&&!!this.opts.event[e]:i=this.opts.event[e].split(\" \");break;case\"string\"===typeof this.opts.event&&this.opts.event!==this.defaultEvent:i=this.opts.event.split(\" \");break;default:const s=t.getAttribute(\"type\");const n=t.tagName.toLowerCase();const d=\"radio\"===s||\"checkbox\"===s||\"file\"===s||\"select\"===n?\"change\":this.ieVersion>=10&&t.getAttribute(\"placeholder\")?\"keyup\":this.defaultEvent;i=[d];break}i.forEach(i=>{const s=i=>this.handleEvent(i,e,t);this.handlers.push({element:t,event:i,field:e,handler:s});t.addEventListener(i,s)})})}handleEvent(e,t,i){if(this.exceedThreshold(t,i)&&this.core.executeFilter(\"plugins-trigger-should-validate\",true,[t,i])){const s=()=>this.core.validateElement(t,i).then(s=>{this.core.emit(\"plugins.trigger.executed\",{element:i,event:e,field:t})});const n=this.opts.delay[t]||this.opts.delay;if(n===0){s()}else{const e=this.timers.get(i);if(e){window.clearTimeout(e)}this.timers.set(i,window.setTimeout(s,n*1e3))}}}onFieldAdded(e){this.handlers.filter(t=>t.field===e.field).forEach(e=>e.element.removeEventListener(e.event,e.handler));this.prepareHandler(e.field,e.elements)}onFieldRemoved(e){this.handlers.filter(t=>t.field===e.field&&e.elements.indexOf(t.element)>=0).forEach(e=>e.element.removeEventListener(e.event,e.handler))}exceedThreshold(e,t){const i=this.opts.threshold[e]===0||this.opts.threshold===0?false:this.opts.threshold[e]||this.opts.threshold;if(!i){return true}const s=t.getAttribute(\"type\");if([\"button\",\"checkbox\",\"file\",\"hidden\",\"image\",\"radio\",\"reset\",\"submit\"].indexOf(s)!==-1){return true}const n=this.core.getElementValue(e,t);return n.length>=i}}","function s(s,a){a.split(\" \").forEach(a=>{if(s.classList){s.classList.add(a)}else if(` ${s.className} `.indexOf(` ${a} `)){s.className+=` ${a}`}})}function a(s,a){a.split(\" \").forEach(a=>{s.classList?s.classList.remove(a):s.className=s.className.replace(a,\"\")})}export default function c(c,e){const t=[];const f=[];Object.keys(e).forEach(s=>{if(s){e[s]?t.push(s):f.push(s)}});f.forEach(s=>a(c,s));t.forEach(a=>s(c,a))}","export default function s(s,t){return s.classList?s.classList.contains(t):new RegExp(`(^| )${t}( |$)`,\"gi\").test(s.className)}","function e(e,t){const l=e.matches||e.webkitMatchesSelector||e[\"mozMatchesSelector\"]||e[\"msMatchesSelector\"];if(l){return l.call(e,t)}const c=[].slice.call(e.parentElement.querySelectorAll(t));return c.indexOf(e)>=0}export default function t(t,l){let c=t;while(c){if(e(c,l)){break}c=c.parentElement}return c}","import e from\"../core/Plugin\";import t from\"../utils/classSet\";export default class s extends e{constructor(e){super(e);this.messages=new Map;this.defaultContainer=document.createElement(\"div\");this.opts=Object.assign({},{container:(e,t)=>this.defaultContainer},e);this.elementIgnoredHandler=this.onElementIgnored.bind(this);this.fieldAddedHandler=this.onFieldAdded.bind(this);this.fieldRemovedHandler=this.onFieldRemoved.bind(this);this.validatorValidatedHandler=this.onValidatorValidated.bind(this);this.validatorNotValidatedHandler=this.onValidatorNotValidated.bind(this)}static getClosestContainer(e,t,s){let i=e;while(i){if(i===t){break}i=i.parentElement;if(s.test(i.className)){break}}return i}install(){this.core.getFormElement().appendChild(this.defaultContainer);this.core.on(\"core.element.ignored\",this.elementIgnoredHandler).on(\"core.field.added\",this.fieldAddedHandler).on(\"core.field.removed\",this.fieldRemovedHandler).on(\"core.validator.validated\",this.validatorValidatedHandler).on(\"core.validator.notvalidated\",this.validatorNotValidatedHandler)}uninstall(){this.core.getFormElement().removeChild(this.defaultContainer);this.messages.forEach(e=>e.parentNode.removeChild(e));this.messages.clear();this.core.off(\"core.element.ignored\",this.elementIgnoredHandler).off(\"core.field.added\",this.fieldAddedHandler).off(\"core.field.removed\",this.fieldRemovedHandler).off(\"core.validator.validated\",this.validatorValidatedHandler).off(\"core.validator.notvalidated\",this.validatorNotValidatedHandler)}onFieldAdded(e){const t=e.elements;if(t){t.forEach(e=>{const t=this.messages.get(e);if(t){t.parentNode.removeChild(t);this.messages.delete(e)}});this.prepareFieldContainer(e.field,t)}}onFieldRemoved(e){if(!e.elements.length||!e.field){return}const t=e.elements[0].getAttribute(\"type\");const s=\"radio\"===t||\"checkbox\"===t?[e.elements[0]]:e.elements;s.forEach(e=>{if(this.messages.has(e)){const t=this.messages.get(e);t.parentNode.removeChild(t);this.messages.delete(e)}})}prepareFieldContainer(e,t){if(t.length){const s=t[0].getAttribute(\"type\");if(\"radio\"===s||\"checkbox\"===s){this.prepareElementContainer(e,t[0],t)}else{t.forEach(s=>this.prepareElementContainer(e,s,t))}}}prepareElementContainer(e,s,i){let a;switch(true){case\"string\"===typeof this.opts.container:let t=this.opts.container;t=\"#\"===t.charAt(0)?`[id=\"${t.substring(1)}\"]`:t;a=this.core.getFormElement().querySelector(t);break;default:a=this.opts.container(e,s);break}const l=document.createElement(\"div\");a.appendChild(l);t(l,{\"fv-plugins-message-container\":true});this.core.emit(\"plugins.message.placed\",{element:s,elements:i,field:e,messageElement:l});this.messages.set(s,l)}getMessage(e){return typeof e.message===\"string\"?e.message:e.message[this.core.getLocale()]}onValidatorValidated(e){const s=e.elements;const i=e.element.getAttribute(\"type\");const a=\"radio\"===i||\"checkbox\"===i?s[0]:e.element;if(this.messages.has(a)){const s=this.messages.get(a);const i=s.querySelector(`[data-field=\"${e.field}\"][data-validator=\"${e.validator}\"]`);if(!i&&!e.result.valid){const i=document.createElement(\"div\");i.innerHTML=this.getMessage(e.result);i.setAttribute(\"data-field\",e.field);i.setAttribute(\"data-validator\",e.validator);if(this.opts.clazz){t(i,{[this.opts.clazz]:true})}s.appendChild(i);this.core.emit(\"plugins.message.displayed\",{element:e.element,field:e.field,message:e.result.message,messageElement:i,meta:e.result.meta,validator:e.validator})}else if(i&&!e.result.valid){i.innerHTML=this.getMessage(e.result);this.core.emit(\"plugins.message.displayed\",{element:e.element,field:e.field,message:e.result.message,messageElement:i,meta:e.result.meta,validator:e.validator})}else if(i&&e.result.valid){s.removeChild(i)}}}onValidatorNotValidated(e){const t=e.elements;const s=e.element.getAttribute(\"type\");const i=\"radio\"===s||\"checkbox\"===s?t[0]:e.element;if(this.messages.has(i)){const t=this.messages.get(i);const s=t.querySelector(`[data-field=\"${e.field}\"][data-validator=\"${e.validator}\"]`);if(s){t.removeChild(s)}}}onElementIgnored(e){const t=e.elements;const s=e.element.getAttribute(\"type\");const i=\"radio\"===s||\"checkbox\"===s?t[0]:e.element;if(this.messages.has(i)){const t=this.messages.get(i);const s=[].slice.call(t.querySelectorAll(`[data-field=\"${e.field}\"]`));s.forEach(e=>{t.removeChild(e)})}}}","import e from\"../core/Plugin\";import t from\"../utils/classSet\";import s from\"../utils/closest\";import i from\"./Message\";export default class l extends e{constructor(e){super(e);this.results=new Map;this.containers=new Map;this.opts=Object.assign({},{defaultMessageContainer:true,eleInvalidClass:\"\",eleValidClass:\"\",rowClasses:\"\",rowValidatingClass:\"\"},e);this.elementIgnoredHandler=this.onElementIgnored.bind(this);this.elementValidatingHandler=this.onElementValidating.bind(this);this.elementValidatedHandler=this.onElementValidated.bind(this);this.elementNotValidatedHandler=this.onElementNotValidated.bind(this);this.iconPlacedHandler=this.onIconPlaced.bind(this);this.fieldAddedHandler=this.onFieldAdded.bind(this);this.fieldRemovedHandler=this.onFieldRemoved.bind(this)}install(){t(this.core.getFormElement(),{[this.opts.formClass]:true,\"fv-plugins-framework\":true});this.core.on(\"core.element.ignored\",this.elementIgnoredHandler).on(\"core.element.validating\",this.elementValidatingHandler).on(\"core.element.validated\",this.elementValidatedHandler).on(\"core.element.notvalidated\",this.elementNotValidatedHandler).on(\"plugins.icon.placed\",this.iconPlacedHandler).on(\"core.field.added\",this.fieldAddedHandler).on(\"core.field.removed\",this.fieldRemovedHandler);if(this.opts.defaultMessageContainer){this.core.registerPlugin(\"___frameworkMessage\",new i({clazz:this.opts.messageClass,container:(e,t)=>{const l=\"string\"===typeof this.opts.rowSelector?this.opts.rowSelector:this.opts.rowSelector(e,t);const o=s(t,l);return i.getClosestContainer(t,o,this.opts.rowPattern)}}))}}uninstall(){this.results.clear();this.containers.clear();t(this.core.getFormElement(),{[this.opts.formClass]:false,\"fv-plugins-framework\":false});this.core.off(\"core.element.ignored\",this.elementIgnoredHandler).off(\"core.element.validating\",this.elementValidatingHandler).off(\"core.element.validated\",this.elementValidatedHandler).off(\"core.element.notvalidated\",this.elementNotValidatedHandler).off(\"plugins.icon.placed\",this.iconPlacedHandler).off(\"core.field.added\",this.fieldAddedHandler).off(\"core.field.removed\",this.fieldRemovedHandler)}onIconPlaced(e){}onFieldAdded(e){const s=e.elements;if(s){s.forEach(e=>{const s=this.containers.get(e);if(s){t(s,{[this.opts.rowInvalidClass]:false,[this.opts.rowValidatingClass]:false,[this.opts.rowValidClass]:false,\"fv-plugins-icon-container\":false});this.containers.delete(e)}});this.prepareFieldContainer(e.field,s)}}onFieldRemoved(e){e.elements.forEach(e=>{const s=this.containers.get(e);if(s){t(s,{[this.opts.rowInvalidClass]:false,[this.opts.rowValidatingClass]:false,[this.opts.rowValidClass]:false})}})}prepareFieldContainer(e,t){if(t.length){const s=t[0].getAttribute(\"type\");if(\"radio\"===s||\"checkbox\"===s){this.prepareElementContainer(e,t[0])}else{t.forEach(t=>this.prepareElementContainer(e,t))}}}prepareElementContainer(e,i){const l=\"string\"===typeof this.opts.rowSelector?this.opts.rowSelector:this.opts.rowSelector(e,i);const o=s(i,l);if(o!==i){t(o,{[this.opts.rowClasses]:true,\"fv-plugins-icon-container\":true});this.containers.set(i,o)}}onElementValidating(e){const s=e.elements;const i=e.element.getAttribute(\"type\");const l=\"radio\"===i||\"checkbox\"===i?s[0]:e.element;const o=this.containers.get(l);if(o){t(o,{[this.opts.rowInvalidClass]:false,[this.opts.rowValidatingClass]:true,[this.opts.rowValidClass]:false})}}onElementNotValidated(e){this.removeClasses(e.element,e.elements)}onElementIgnored(e){this.removeClasses(e.element,e.elements)}removeClasses(e,s){const i=e.getAttribute(\"type\");const l=\"radio\"===i||\"checkbox\"===i?s[0]:e;t(l,{[this.opts.eleValidClass]:false,[this.opts.eleInvalidClass]:false});const o=this.containers.get(l);if(o){t(o,{[this.opts.rowInvalidClass]:false,[this.opts.rowValidatingClass]:false,[this.opts.rowValidClass]:false})}}onElementValidated(e){const s=e.elements;const i=e.element.getAttribute(\"type\");const l=\"radio\"===i||\"checkbox\"===i?s[0]:e.element;t(l,{[this.opts.eleValidClass]:e.valid,[this.opts.eleInvalidClass]:!e.valid});const o=this.containers.get(l);if(o){if(!e.valid){this.results.set(l,false);t(o,{[this.opts.rowInvalidClass]:true,[this.opts.rowValidatingClass]:false,[this.opts.rowValidClass]:false})}else{this.results.delete(l);let e=true;this.containers.forEach((t,s)=>{if(t===o&&this.results.get(s)===false){e=false}});if(e){t(o,{[this.opts.rowInvalidClass]:false,[this.opts.rowValidatingClass]:false,[this.opts.rowValidClass]:true})}}}}}","import e from\"../utils/classSet\";import t from\"../utils/hasClass\";import n from\"./Framework\";export default class s extends n{constructor(e){super(Object.assign({},{eleInvalidClass:\"is-invalid\",eleValidClass:\"is-valid\",formClass:\"fv-plugins-bootstrap\",messageClass:\"fv-help-block\",rowInvalidClass:\"has-danger\",rowPattern:/^(.*)(col|offset)(-(sm|md|lg|xl))*-[0-9]+(.*)$/,rowSelector:\".form-group\",rowValidClass:\"has-success\"},e))}onIconPlaced(n){const s=n.element.parentElement;if(t(s,\"input-group\")){s.parentElement.insertBefore(n.iconElement,s.nextSibling)}const l=n.element.getAttribute(\"type\");if(\"checkbox\"===l||\"radio\"===l){const l=s.parentElement;if(t(s,\"form-check\")){e(n.iconElement,{\"fv-plugins-icon-check\":true});s.parentElement.insertBefore(n.iconElement,s.nextSibling)}else if(t(s.parentElement,\"form-check\")){e(n.iconElement,{\"fv-plugins-icon-check\":true});l.parentElement.insertBefore(n.iconElement,l.nextSibling)}}}}","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"card card-custom\"},[_c('div',{staticClass:\"card-header py-3\"},[_vm._m(0),_c('div',{staticClass:\"card-toolbar\"},[_c('button',{ref:\"kt_save_changes\",staticClass:\"btn btn-success mr-2\",attrs:{\"type\":\"submit\"},on:{\"click\":function($event){return _vm.save()}}},[_vm._v(\" Save Changes \")]),_c('button',{staticClass:\"btn btn-secondary\",attrs:{\"type\":\"reset\"},on:{\"click\":function($event){return _vm.cancel()}}},[_vm._v(\" Cancel \")])])]),_c('form',{staticClass:\"form\",attrs:{\"id\":\"kt_password_change_form\"}},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"alert alert-custom alert-light-danger fade show mb-10\",attrs:{\"role\":\"alert\"}},[_c('div',{staticClass:\"alert-icon\"},[_c('span',{staticClass:\"svg-icon svg-icon-3x svg-icon-danger\"},[_c('svg',{attrs:{\"xmlns\":\"http://www.w3.org/2000/svg\",\"xmlns:xlink\":\"http://www.w3.org/1999/xlink\",\"width\":\"24px\",\"height\":\"24px\",\"viewBox\":\"0 0 24 24\",\"version\":\"1.1\"}},[_c('g',{attrs:{\"stroke\":\"none\",\"stroke-width\":\"1\",\"fill\":\"none\",\"fill-rule\":\"evenodd\"}},[_c('rect',{attrs:{\"x\":\"0\",\"y\":\"0\",\"width\":\"24\",\"height\":\"24\"}}),_c('circle',{attrs:{\"fill\":\"#000000\",\"opacity\":\"0.3\",\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}}),_c('rect',{attrs:{\"fill\":\"#000000\",\"x\":\"11\",\"y\":\"10\",\"width\":\"2\",\"height\":\"7\",\"rx\":\"1\"}}),_c('rect',{attrs:{\"fill\":\"#000000\",\"x\":\"11\",\"y\":\"7\",\"width\":\"2\",\"height\":\"2\",\"rx\":\"1\"}})])])])]),_vm._m(1),_vm._m(2)]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-alert\"},[_vm._v(\"Current Password\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('input',{ref:\"current_password\",staticClass:\"form-control form-control-lg form-control-solid mb-2\",attrs:{\"type\":\"password\",\"value\":\"\",\"placeholder\":\"Current password\",\"name\":\"current_password\"}}),_c('a',{staticClass:\"text-sm font-weight-bold\",attrs:{\"href\":\"#\"}},[_vm._v(\"Forgot password ?\")])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-alert\"},[_vm._v(\"New Password\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('input',{ref:\"new_password\",staticClass:\"form-control form-control-lg form-control-solid\",attrs:{\"type\":\"password\",\"value\":\"\",\"placeholder\":\"New password\",\"name\":\"new_password\"}})])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-alert\"},[_vm._v(\"Verify Password\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('input',{ref:\"verify_password\",staticClass:\"form-control form-control-lg form-control-solid\",attrs:{\"type\":\"password\",\"value\":\"\",\"placeholder\":\"Verify password\",\"name\":\"verify_password\"}})])])])])])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"card-title align-items-start flex-column\"},[_c('h3',{staticClass:\"card-label font-weight-bolder text-dark\"},[_vm._v(\"Change Password\")]),_c('span',{staticClass:\"text-muted font-weight-bold font-size-sm mt-1\"},[_vm._v(\"Change your account password\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"alert-text font-weight-bold\"},[_vm._v(\" Configure user passwords to expire periodically. Users will need warning that their passwords are going to expire, \"),_c('br'),_vm._v(\"or they might inadvertently get locked out of the system! \")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"alert-close\"},[_c('button',{staticClass:\"close\",attrs:{\"type\":\"button\",\"data-dismiss\":\"alert\",\"aria-label\":\"Close\"}},[_c('span',{attrs:{\"aria-hidden\":\"true\"}},[_c('i',{staticClass:\"ki ki-close\"})])])])\n}]\n\nexport { render, staticRenderFns }","\r\n \r\n
\r\n \r\n
\r\n
\r\n
Change Password
\r\n Change your account password\r\n
\r\n
\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ChangePassword.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ChangePassword.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ChangePassword.vue?vue&type=template&id=7f60f7d8\"\nimport script from \"./ChangePassword.vue?vue&type=script&lang=js\"\nexport * from \"./ChangePassword.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"card card-custom\"},[_c('div',{staticClass:\"card-header py-3\"},[_c('div',{staticClass:\"card-title align-items-start flex-column\"},[_c('h3',{staticClass:\"card-label font-weight-bolder text-dark\"},[_vm._v(\"Email Settings\")]),_c('span',{staticClass:\"text-muted font-weight-bold font-size-sm mt-1\"},[_vm._v(\"Change your email settings\")])]),_c('div',{staticClass:\"card-toolbar\"},[_c('button',{staticClass:\"btn btn-success mr-2\",attrs:{\"type\":\"reset\"}},[_vm._v(\"Save Changes\")]),_c('button',{staticClass:\"btn btn-secondary\",attrs:{\"type\":\"reset\"}},[_vm._v(\"Cancel\")])])]),_c('form',{staticClass:\"form\"},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"row\"},[_c('label',{staticClass:\"col-xl-3\"}),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('h5',{staticClass:\"font-weight-bold mb-6\"},[_vm._v(\"Setup Email Notification:\")])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-right\"},[_vm._v(\"Email Notification\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('span',{staticClass:\"switch switch-sm\"},[_c('label',[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\",\"name\":\"email_notification_1\"}}),_c('span')])])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-right\"},[_vm._v(\"Send Copy To Personal Email\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('span',{staticClass:\"switch switch-sm\"},[_c('label',[_c('input',{attrs:{\"type\":\"checkbox\",\"name\":\"email_notification_2\"}}),_c('span')])])])]),_c('div',{staticClass:\"separator separator-dashed my-10\"}),_c('div',{staticClass:\"row\"},[_c('label',{staticClass:\"col-xl-3\"}),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('h5',{staticClass:\"font-weight-bold mb-6\"},[_vm._v(\"Activity Related Emails:\")])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-right\"},[_vm._v(\"When To Email\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"checkbox-list\"},[_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" You have new notifications. \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" You're sent a direct message \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\"}}),_c('span'),_vm._v(\" Someone adds you as a connection \")])])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-right\"},[_vm._v(\"When To Escalate Emails\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"checkbox-list\"},[_c('label',{staticClass:\"checkbox checkbox-primary\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" Upon new order. \")]),_c('label',{staticClass:\"checkbox checkbox-primary\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" New membership approval \")]),_c('label',{staticClass:\"checkbox checkbox-primary\"},[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\"}}),_c('span'),_vm._v(\" Member registration \")])])])]),_c('div',{staticClass:\"separator separator-dashed my-10\"}),_c('div',{staticClass:\"row\"},[_c('label',{staticClass:\"col-xl-3\"}),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('h5',{staticClass:\"font-weight-bold mb-6\"},[_vm._v(\"Updates From Keenthemes:\")])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label text-right\"},[_vm._v(\"Email You With\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"checkbox-list\"},[_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" News about Keenthemes products and feature updates \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\"}}),_c('span'),_vm._v(\" Tips on getting more out of Keen \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\"}}),_c('span'),_vm._v(\" Things you missed since you last logged into Keen \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\"}}),_c('span'),_vm._v(\" News about Metronic on partner products and other services \")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{attrs:{\"type\":\"checkbox\",\"checked\":\"checked\"}}),_c('span'),_vm._v(\" Tips on Metronic business products \")])])])])])])])\n}]\n\nexport { render, staticRenderFns }","\r\n
\r\n \r\n
\r\n
\r\n
Email Settings
\r\n Change your email settings\r\n
\r\n
\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./EmailSettings.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./EmailSettings.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./EmailSettings.vue?vue&type=template&id=3b50f866\"\nimport script from \"./EmailSettings.vue?vue&type=script&lang=js\"\nexport * from \"./EmailSettings.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import t from\"../core/Plugin\";export default class e extends t{constructor(t){super(t);this.isFormValid=false;this.opts=Object.assign({},{aspNetButton:false,buttons:t=>[].slice.call(t.querySelectorAll('[type=\"submit\"]:not([formnovalidate])'))},t);this.submitHandler=this.handleSubmitEvent.bind(this);this.buttonClickHandler=this.handleClickEvent.bind(this)}install(){if(!(this.core.getFormElement()instanceof HTMLFormElement)){return}const t=this.core.getFormElement();this.submitButtons=this.opts.buttons(t);t.setAttribute(\"novalidate\",\"novalidate\");t.addEventListener(\"submit\",this.submitHandler);this.hiddenClickedEle=document.createElement(\"input\");this.hiddenClickedEle.setAttribute(\"type\",\"hidden\");t.appendChild(this.hiddenClickedEle);this.submitButtons.forEach(t=>{t.addEventListener(\"click\",this.buttonClickHandler)})}uninstall(){const t=this.core.getFormElement();if(t instanceof HTMLFormElement){t.removeEventListener(\"submit\",this.submitHandler)}this.submitButtons.forEach(t=>{t.removeEventListener(\"click\",this.buttonClickHandler)});this.hiddenClickedEle.parentElement.removeChild(this.hiddenClickedEle)}handleSubmitEvent(t){this.validateForm(t)}handleClickEvent(t){const e=t.currentTarget;if(e instanceof HTMLElement){if(this.opts.aspNetButton&&this.isFormValid===true){}else{const e=this.core.getFormElement();e.removeEventListener(\"submit\",this.submitHandler);this.clickedButton=t.target;const i=this.clickedButton.getAttribute(\"name\");const s=this.clickedButton.getAttribute(\"value\");if(i&&s){this.hiddenClickedEle.setAttribute(\"name\",i);this.hiddenClickedEle.setAttribute(\"value\",s)}this.validateForm(t)}}}validateForm(t){t.preventDefault();this.core.validate().then(t=>{if(t===\"Valid\"&&this.opts.aspNetButton&&!this.isFormValid&&this.clickedButton){this.isFormValid=true;this.clickedButton.removeEventListener(\"click\",this.buttonClickHandler);this.clickedButton.click()}})}}","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"card card-custom\"},[_c('div',{staticClass:\"card-header py-3\"},[_vm._m(0),_c('div',{staticClass:\"card-toolbar\"},[_c('button',{ref:\"kt_save_changes\",staticClass:\"btn btn-success mr-2\",attrs:{\"type\":\"reset\"},on:{\"click\":function($event){return _vm.save()}}},[_vm._v(\" Save Changes \")]),_c('button',{staticClass:\"btn btn-secondary\",attrs:{\"type\":\"reset\"},on:{\"click\":function($event){return _vm.cancel()}}},[_vm._v(\" Cancel \")])])]),_c('form',{staticClass:\"form\"},[_c('div',{staticClass:\"card-body\"},[_vm._m(1),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Username\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"spinner spinner-sm spinner-success spinner-right\"},[_c('input',{ref:\"username\",staticClass:\"form-control form-control-lg form-control-solid\",attrs:{\"type\":\"text\"},domProps:{\"value\":_vm.currentUserAccountInfo.username}})])])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Email Address\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"input-group input-group-lg input-group-solid\"},[_vm._m(2),_c('input',{ref:\"email\",staticClass:\"form-control form-control-lg form-control-solid\",attrs:{\"type\":\"text\",\"placeholder\":\"Email\"},domProps:{\"value\":_vm.currentUserAccountInfo.email}})]),_vm._m(3)])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Language\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('select',{ref:\"language\",staticClass:\"form-control form-control-lg form-control-solid\"},[_vm._l((_vm.languages),function(item,i){return [_c('option',{key:i,domProps:{\"value\":item,\"selected\":_vm.currentUserAccountInfo.language == item ? true : false}},[_vm._v(_vm._s(item))])]})],2)])]),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Time Zone\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('select',{ref:\"time_zone\",staticClass:\"form-control form-control-lg form-control-solid\"},[_vm._l((_vm.time_zones),function(item,i){return [_c('option',{key:i,domProps:{\"value\":item,\"selected\":_vm.currentUserAccountInfo.time_zone == item ? true : false}},[_vm._v(_vm._s(item))])]})],2)])]),_c('div',{staticClass:\"form-group row align-items-center\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Communication\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"checkbox-inline\"},[_c('label',{staticClass:\"checkbox\"},[_c('input',{ref:\"email_com\",attrs:{\"type\":\"checkbox\"},domProps:{\"checked\":_vm.currentUserAccountInfo.communication.email}}),_c('span'),_vm._v(\" Email\")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{ref:\"sms_com\",attrs:{\"type\":\"checkbox\"},domProps:{\"checked\":_vm.currentUserAccountInfo.communication.sms}}),_c('span'),_vm._v(\" SMS\")]),_c('label',{staticClass:\"checkbox\"},[_c('input',{ref:\"phone_com\",attrs:{\"type\":\"checkbox\"},domProps:{\"checked\":_vm.currentUserAccountInfo.communication.phone}}),_c('span'),_vm._v(\" Phone\")])])])]),_c('div',{staticClass:\"separator separator-dashed my-5\"}),_vm._m(4),_vm._m(5),_c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Password reset verification\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('div',{staticClass:\"checkbox-single\"},[_c('label',{staticClass:\"checkbox m-0\"},[_c('input',{ref:\"verification\",attrs:{\"type\":\"checkbox\"},domProps:{\"checked\":_vm.currentUserAccountInfo.verification}}),_c('span'),_vm._v(\" Require personal information to reset your password.\")])]),_vm._m(6),_c('button',{staticClass:\"btn btn-light-danger font-weight-bold btn-sm\",attrs:{\"type\":\"button\"}},[_vm._v(\" Deactivate your account ? \")])])])])])])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"card-title align-items-start flex-column\"},[_c('h3',{staticClass:\"card-label font-weight-bolder text-dark\"},[_vm._v(\" Account Information \")]),_c('span',{staticClass:\"text-muted font-weight-bold font-size-sm mt-1\"},[_vm._v(\"Change your account settings\")])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"row\"},[_c('label',{staticClass:\"col-xl-3\"}),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('h5',{staticClass:\"font-weight-bold mb-6\"},[_vm._v(\"Account:\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"input-group-prepend\"},[_c('span',{staticClass:\"input-group-text\"},[_c('i',{staticClass:\"la la-at\"})])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('span',{staticClass:\"form-text text-muted\"},[_vm._v(\"Email will not be publicly displayed. \"),_c('a',{staticClass:\"kt-link\",attrs:{\"href\":\"#\"}},[_vm._v(\"Learn more\")]),_vm._v(\".\")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"row\"},[_c('label',{staticClass:\"col-xl-3\"}),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('h5',{staticClass:\"font-weight-bold mb-6\"},[_vm._v(\"Security:\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"form-group row\"},[_c('label',{staticClass:\"col-xl-3 col-lg-3 col-form-label\"},[_vm._v(\"Login verification\")]),_c('div',{staticClass:\"col-lg-9 col-xl-6\"},[_c('button',{staticClass:\"btn btn-light-primary font-weight-bold btn-sm\",attrs:{\"type\":\"button\"}},[_vm._v(\" Setup login verification \")]),_c('p',{staticClass:\"form-text text-muted pt-2\"},[_vm._v(\" After you log in, you will be asked for additional information to confirm your identity and protect your account from being compromised. \"),_c('a',{staticClass:\"font-weight-bold\",attrs:{\"href\":\"#\"}},[_vm._v(\"Learn more\")]),_vm._v(\". \")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('p',{staticClass:\"form-text text-muted py-2\"},[_vm._v(\" For extra security, this requires you to confirm your email or phone number when you reset your password. \"),_c('a',{staticClass:\"font-weight-boldk\",attrs:{\"href\":\"#\"}},[_vm._v(\"Learn more\")]),_vm._v(\". \")])\n}]\n\nexport { render, staticRenderFns }","\r\n \r\n
\r\n \r\n
\r\n
\r\n
\r\n Account Information\r\n
\r\n Change your account settings\r\n
\r\n
\r\n \r\n \r\n
\r\n
\r\n \r\n \r\n \r\n \r\n
\r\n \r\n\r\n\r\n\r\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountInformation.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AccountInformation.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./AccountInformation.vue?vue&type=template&id=8887ce38\"\nimport script from \"./AccountInformation.vue?vue&type=script&lang=js\"\nexport * from \"./AccountInformation.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","export * from \"-!../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Dropdown2.vue?vue&type=style&index=0&id=7224f564&prod&lang=scss\"","export default class t{constructor(t){this.opts=t}setCore(t){this.core=t;return this}install(){}uninstall(){}}"],"sourceRoot":""}