| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/apps/mail/js/ |
Upload File : |
{"version":3,"sources":["webpack:///./src/views/Setup.vue?e509","webpack:///./src/views/Setup.vue?9bff","webpack:///./src/views/Setup.vue?1635","webpack:///src/views/Setup.vue","webpack:///./src/views/Setup.vue?43a4","webpack:///./src/views/Setup.vue"],"names":["___CSS_LOADER_EXPORT___","push","module","i","options","locals","component","_vm","this","_h","$createElement","_c","_self","attrs","_e","_v","staticClass","_s","t","displayName","email","onSave","scopedSlots","_u","key","fn","error","proxy"],"mappings":"4FAAA,6BAGIA,EAHJ,MAG8B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,EAAI,8CAA+C,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,mCAAmC,MAAQ,GAAG,SAAW,yBAAyB,eAAiB,CAAC,o2DAAm2D,WAAa,MAExjE,O,yCCPf,I,+DCAqL,ECwBrL,CACA,aACA,YACA,gBACA,YACA,gBAEA,KAPA,WAQA,OACA,8DACA,kDACA,aAGA,UACA,YADA,WAEA,+CAGA,SACA,OADA,SACA,cAGA,OAFA,gBAEA,YACA,4BACA,kBAMA,OALA,wDACA,gBACA,cAGA,KAEA,mBACA,gDAEA,UACA,kBAEA,qF,2BC5DIC,EAAU,CAEd,OAAiB,OACjB,WAAoB,G,GAEP,IAAI,IAASA,GAIX,IAAQC,O,OCJnBC,EAAY,YACd,GJTW,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACE,MAAM,CAAC,WAAW,SAAS,CAAEN,EAAe,YAAEI,EAAG,cAAcJ,EAAIO,KAAKP,EAAIQ,GAAG,KAAKJ,EAAG,MAAM,CAACE,MAAM,CAAC,GAAK,iBAAiB,CAACF,EAAG,MAAM,CAACK,YAAY,cAAcT,EAAIQ,GAAG,KAAKJ,EAAG,KAAK,CAACJ,EAAIQ,GAAGR,EAAIU,GAAGV,EAAIW,EAAE,OAAQ,iCAAiCX,EAAIQ,GAAG,KAAKJ,EAAG,cAAc,CAACE,MAAM,CAAC,eAAeN,EAAIY,YAAY,MAAQZ,EAAIa,MAAM,KAAOb,EAAIc,QAAQC,YAAYf,EAAIgB,GAAG,CAAEhB,EAAS,MAAE,CAACiB,IAAI,WAAWC,GAAG,WAAW,MAAO,CAAClB,EAAIQ,GAAG,aAAaR,EAAIU,GAAGV,EAAImB,OAAO,cAAcC,OAAM,GAAM,MAAM,MAAK,MAAS,IAAI,KACjlB,IIWpB,EACA,KACA,KACA,MAIa,UAAArB,E","file":"mail.10.fa402ff690d49300589a.js","sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \"\\n#emptycontent {\\n\\tmargin-top: 10vh;\\n}\\n\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/views/Setup.vue\"],\"names\":[],\"mappings\":\";AAwEA;CACA,gBAAA;AACA\",\"sourcesContent\":[\"<template>\\n\\t<Content app-name=\\\"mail\\\">\\n\\t\\t<Navigation v-if=\\\"hasAccounts\\\" />\\n\\t\\t<div id=\\\"emptycontent\\\">\\n\\t\\t\\t<div class=\\\"icon-mail\\\" />\\n\\t\\t\\t<h2>{{ t('mail', 'Connect your mail account') }}</h2>\\n\\t\\t\\t<AccountForm :display-name=\\\"displayName\\\" :email=\\\"email\\\" :save=\\\"onSave\\\">\\n\\t\\t\\t\\t<template v-if=\\\"error\\\" #feedback class=\\\"warning\\\">\\n\\t\\t\\t\\t\\t{{ error }}\\n\\t\\t\\t\\t</template>\\n\\t\\t\\t</AccountForm>\\n\\t\\t</div>\\n\\t</Content>\\n</template>\\n\\n<script>\\nimport Content from '@nextcloud/vue/dist/Components/Content'\\nimport { loadState } from '@nextcloud/initial-state'\\nimport { translate as t } from '@nextcloud/l10n'\\n\\nimport AccountForm from '../components/AccountForm'\\nimport Navigation from '../components/Navigation'\\nimport logger from '../logger'\\n\\nexport default {\\n\\tname: 'Setup',\\n\\tcomponents: {\\n\\t\\tAccountForm,\\n\\t\\tContent,\\n\\t\\tNavigation,\\n\\t},\\n\\tdata() {\\n\\t\\treturn {\\n\\t\\t\\tdisplayName: loadState('mail', 'prefill_displayName'),\\n\\t\\t\\temail: loadState('mail', 'prefill_email'),\\n\\t\\t\\terror: null,\\n\\t\\t}\\n\\t},\\n\\tcomputed: {\\n\\t\\thasAccounts() {\\n\\t\\t\\treturn this.$store.getters.accounts.length > 1\\n\\t\\t},\\n\\t},\\n\\tmethods: {\\n\\t\\tonSave(data) {\\n\\t\\t\\tthis.error = null\\n\\n\\t\\t\\treturn this.$store\\n\\t\\t\\t\\t.dispatch('createAccount', data)\\n\\t\\t\\t\\t.then((account) => {\\n\\t\\t\\t\\t\\tlogger.info('account successfully created, redirecting …')\\n\\t\\t\\t\\t\\tthis.$router.push({\\n\\t\\t\\t\\t\\t\\tname: 'home',\\n\\t\\t\\t\\t\\t})\\n\\n\\t\\t\\t\\t\\treturn account\\n\\t\\t\\t\\t})\\n\\t\\t\\t\\t.catch((error) => {\\n\\t\\t\\t\\t\\tlogger.error('Could not create account', { error })\\n\\n\\t\\t\\t\\t\\tif (error.message) {\\n\\t\\t\\t\\t\\t\\tthis.error = error.message\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\tthis.error = t('mail', 'Unexpected error during account creation')\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t})\\n\\t\\t},\\n\\t},\\n}\\n</script>\\n\\n<style>\\n#emptycontent {\\n\\tmargin-top: 10vh;\\n}\\n</style>\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('Content',{attrs:{\"app-name\":\"mail\"}},[(_vm.hasAccounts)?_c('Navigation'):_vm._e(),_vm._v(\" \"),_c('div',{attrs:{\"id\":\"emptycontent\"}},[_c('div',{staticClass:\"icon-mail\"}),_vm._v(\" \"),_c('h2',[_vm._v(_vm._s(_vm.t('mail', 'Connect your mail account')))]),_vm._v(\" \"),_c('AccountForm',{attrs:{\"display-name\":_vm.displayName,\"email\":_vm.email,\"save\":_vm.onSave},scopedSlots:_vm._u([(_vm.error)?{key:\"feedback\",fn:function(){return [_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.error)+\"\\n\\t\\t\\t\")]},proxy:true}:null],null,true)})],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setup.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setup.vue?vue&type=script&lang=js&\"","<template>\n\t<Content app-name=\"mail\">\n\t\t<Navigation v-if=\"hasAccounts\" />\n\t\t<div id=\"emptycontent\">\n\t\t\t<div class=\"icon-mail\" />\n\t\t\t<h2>{{ t('mail', 'Connect your mail account') }}</h2>\n\t\t\t<AccountForm :display-name=\"displayName\" :email=\"email\" :save=\"onSave\">\n\t\t\t\t<template v-if=\"error\" #feedback class=\"warning\">\n\t\t\t\t\t{{ error }}\n\t\t\t\t</template>\n\t\t\t</AccountForm>\n\t\t</div>\n\t</Content>\n</template>\n\n<script>\nimport Content from '@nextcloud/vue/dist/Components/Content'\nimport { loadState } from '@nextcloud/initial-state'\nimport { translate as t } from '@nextcloud/l10n'\n\nimport AccountForm from '../components/AccountForm'\nimport Navigation from '../components/Navigation'\nimport logger from '../logger'\n\nexport default {\n\tname: 'Setup',\n\tcomponents: {\n\t\tAccountForm,\n\t\tContent,\n\t\tNavigation,\n\t},\n\tdata() {\n\t\treturn {\n\t\t\tdisplayName: loadState('mail', 'prefill_displayName'),\n\t\t\temail: loadState('mail', 'prefill_email'),\n\t\t\terror: null,\n\t\t}\n\t},\n\tcomputed: {\n\t\thasAccounts() {\n\t\t\treturn this.$store.getters.accounts.length > 1\n\t\t},\n\t},\n\tmethods: {\n\t\tonSave(data) {\n\t\t\tthis.error = null\n\n\t\t\treturn this.$store\n\t\t\t\t.dispatch('createAccount', data)\n\t\t\t\t.then((account) => {\n\t\t\t\t\tlogger.info('account successfully created, redirecting …')\n\t\t\t\t\tthis.$router.push({\n\t\t\t\t\t\tname: 'home',\n\t\t\t\t\t})\n\n\t\t\t\t\treturn account\n\t\t\t\t})\n\t\t\t\t.catch((error) => {\n\t\t\t\t\tlogger.error('Could not create account', { error })\n\n\t\t\t\t\tif (error.message) {\n\t\t\t\t\t\tthis.error = error.message\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.error = t('mail', 'Unexpected error during account creation')\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t},\n\t},\n}\n</script>\n\n<style>\n#emptycontent {\n\tmargin-top: 10vh;\n}\n</style>\n","import api from \"!../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import content from \"!!../../node_modules/css-loader/dist/cjs.js!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Setup.vue?vue&type=style&index=0&lang=css&\";\n\nvar options = {};\n\noptions.insert = \"head\";\noptions.singleton = false;\n\nvar update = api(content, options);\n\n\n\nexport default content.locals || {};","import { render, staticRenderFns } from \"./Setup.vue?vue&type=template&id=57a66b68&\"\nimport script from \"./Setup.vue?vue&type=script&lang=js&\"\nexport * from \"./Setup.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Setup.vue?vue&type=style&index=0&lang=css&\"\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"],"sourceRoot":""}