{"version":3,"sources":["webpack:///../../../src/components/VDivider/VDivider.ts","webpack:///./src/components/InvitationErrorsDialog.vue","webpack:///src/components/InvitationErrorsDialog.vue","webpack:///./src/components/InvitationErrorsDialog.vue?0e77","webpack:///./src/components/InvitationErrorsDialog.vue?f9e1"],"names":["Themeable","extend","name","props","inset","Boolean","vertical","render","h","orientation","this","$attrs","role","class","themeClasses","attrs","on","$listeners","callback","dialog","expression","_c","staticClass","_vm","errorType","_l","invalidEmails","email","index","key","isSignUpDialog","validateAgain","staticRenderFns","mixins","showDialog","type","default","data","DISTRIBUTED_SNAPSHOTS_FETCHING_ERROR","methods","inviteAnyway","value","fetchSnapshotsAndInvite","inviteWithoutFetchingDistributed","watch","component"],"mappings":"iLASeA,cAAUC,OAAO,CAC9BC,KAAM,YAENC,MAAO,CACLC,MAAOC,QACPC,SAAUD,SAGZE,OAAM,SAAEC,GAEN,IAAIC,EAIJ,OAHKC,KAAKC,OAAOC,MAA6B,cAArBF,KAAKC,OAAOC,OACnCH,EAAcC,KAAKJ,SAAW,WAAa,cAEtCE,EAAE,KAAM,CACbK,MAAO,gBACL,aAAa,EACb,mBAAoBH,KAAKN,MACzB,sBAAuBM,KAAKJ,UACzBI,KAAKI,cAEVC,MAAO,gBACLH,KAAM,YACN,mBAAoBH,GACjBC,KAAKC,QAEVK,GAAIN,KAAKO,iB,mICnCuIC,W,MAA6BC,K,EAAW,W,OAACC,SAAW,CAAQ,OAAIC,WAAaA,GAA6BC,YAAY,OAAiDA,OAAoDD,MAAG,EAAQ,OAAEC,SAAW,SAAC,GAASC,EAAM,OAAS,GAAsD,WAAO,WAAIP,CAAE,EAAC,2B,YAAS,sC,GAAiBO,MAAIJ,C,YAAc,uCAAC,WAAE,YAAa,QAA+EG,gBAAY,yCAAO,MAAOE,CAAkEF,SAA2KA,IAAqBC,MAAO,YAAoMD,UAAY,KAA6RC,GAAIE,OAAQC,kBAAe,IAASC,KAAMC,UAAM,oBAAC,YAAU,Q,CAAMC,EAAG,YAACD,gDAAK,YAAY,sB,CAAEN,2HAAY,UAA0B,YAAUC,QAA0B,CAAC,EAAI,GAAEA,mHAAiG,+DAAuF,EAAEF,MAAG,CAAoHN,YAAM,sB,CAAC,iBAAiB,sN,YAAQ,QAAG,oCAACC,OAAG,QAAC,O,CAAyBO,EAAG,OAAQ,CAAO,wCAAC,4BAAKA,KAAIO,cAAmB,4BAA8B,+BAAqB,QAAmB,CAAC,EAAEP,GAAIC,8EAA+E,SAAQ,6FAACT,MAAM,CAAC,MAAQ,UAAU,KAAO,IAAIC,GAAG,CAAC,MAAQO,SAAIQ,GAAa,e,CAAiH,iBAAiB,wJ,MAAC,CAAU,gBAAG,KAAC,IAAoC,IAAIR,MAAO,kB,CAAuH,KAAO,sBAAQ,+D,MAAC,CAAU,gBAAG,KAAC,IAA6C,IAAIA,MAAO,4B,CAAoD,KAAO,8BAAQ,sE,MAAC,CAAU,cAAG,KAAC,IAAyB,IAAKA,MAAIO,qCAE9qFE,uCAAoB,UAExB,MAASzB,C,gLCwDM,GACfL,8BACA+B,gBACA9B,OACA+B,mBACAR,oBACAF,WAAAW,YAAAC,cACAN,gBAAAK,aAAAC,aAEAC,gBACA,OACAlB,UACAmB,kEAGAC,SACAC,wBACA,uCAAAC,WACA,gBAEAV,yBACA,kCAAAU,WACA,gBAEAC,mCACA,kCAAAD,WACA,gBAEAE,4CACA,+CAAAF,WACA,iBAGAG,OACAV,uBACA,iBC/F0X,I,YCOtXW,EAAY,eACd,EACA,EACAb,GACA,EACA,KACA,KACA,MAIa,aAAAa,E","file":"static/js/chunk-30940b15.6a6ecf6c.js","sourcesContent":["// Styles\nimport './VDivider.sass'\n\n// Types\nimport { VNode } from 'vue'\n\n// Mixins\nimport Themeable from '../../mixins/themeable'\n\nexport default Themeable.extend({\n name: 'v-divider',\n\n props: {\n inset: Boolean,\n vertical: Boolean,\n },\n\n render (h): VNode {\n // WAI-ARIA attributes\n let orientation\n if (!this.$attrs.role || this.$attrs.role === 'separator') {\n orientation = this.vertical ? 'vertical' : 'horizontal'\n }\n return h('hr', {\n class: {\n 'v-divider': true,\n 'v-divider--inset': this.inset,\n 'v-divider--vertical': this.vertical,\n ...this.themeClasses,\n },\n attrs: {\n role: 'separator',\n 'aria-orientation': orientation,\n ...this.$attrs,\n },\n on: this.$listeners,\n })\n },\n})\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('v-dialog',{attrs:{\"persistent\":\"\",\"max-width\":\"700\"},model:{value:(_vm.dialog),callback:function ($$v) {_vm.dialog=$$v},expression:\"dialog\"}},[_c('v-card',[_c('v-card-title',[_c('div',{staticClass:\"d-flex justify-space-between w-100\"},[_c('div',{staticClass:\"d-flex align-center secondary--text\"},[_c('v-icon',{staticClass:\"mr-1\"},[_vm._v(\"info\")]),_vm._v(\" Invitation Error \")],1),_c('v-btn',{attrs:{\"icon\":\"\"},on:{\"click\":function($event){_vm.dialog = false}}},[_c('v-icon',[_vm._v(\"clear\")])],1)],1)]),_c('v-spacer'),_c('v-divider'),_c('v-card-text',{staticClass:\"mt-3\"},[(_vm.errorType === _vm.DISTRIBUTED_SNAPSHOTS_FETCHING_ERROR)?_c('div',{staticClass:\"d-flex flex-column\"},[_vm._v(\" Your invitations haven't been sent because an error has occurred while fetching the latest distributed material. \"),_c('span',{staticClass:\"mt-3\"},[_vm._v(\"You can try to fetch and invite again or invite the users to empty instances and distribute material later.\")])]):(_vm.errorType === _vm.emailValidationErrorTypes.INVALID_EMAILS_ERROR)?_c('div',{staticClass:\"d-flex flex-column\"},[(_vm.isSignUpDialog)?_c('span',[_vm._v(\"Your sign up request hasn't been sent because the following email might be invalid:\")]):_c('span',[_vm._v(\"Your invitations haven't been sent because the following emails might be invalid:\")]),_c('ul',{staticClass:\"mt-3\"},_vm._l((_vm.invalidEmails),function(email,index){return _c('li',{key:index},[_c('span',{staticClass:\"font-weight-bold caption\"},[_vm._v(_vm._s(email.email))])])}),0)]):(_vm.errorType === _vm.emailValidationErrorTypes.EMAIL_VALIDATION_BACKEND_ERROR)?_c('div',[_vm._v(\" Our backend server could not validate the list of emails you provided. \")]):_vm._e()]),_c('v-card-actions',[_c('v-spacer'),(_vm.errorType === _vm.emailValidationErrorTypes.INVALID_EMAILS_ERROR)?_c('v-btn',{attrs:{\"color\":\"primary\",\"text\":\"\"},on:{\"click\":function($event){_vm.dialog = false}}},[(_vm.isSignUpDialog)?_c('span',[_vm._v(\"review email\")]):_c('span',[_vm._v(\"review emails\")])]):(_vm.errorType === _vm.emailValidationErrorTypes.EMAIL_VALIDATION_BACKEND_ERROR)?_c('v-btn',{attrs:{\"color\":\"primary\",\"text\":\"\"},on:{\"click\":_vm.validateAgain}},[_vm._v(\" validate again \")]):(_vm.errorType === _vm.DISTRIBUTED_SNAPSHOTS_FETCHING_ERROR)?_c('v-btn',{attrs:{\"color\":\"primary\",\"text\":\"\"},on:{\"click\":_vm.fetchSnapshotsAndInvite}},[_vm._v(\" fetch and invite again \")]):_vm._e(),(_vm.errorType === _vm.DISTRIBUTED_SNAPSHOTS_FETCHING_ERROR)?_c('v-btn',{attrs:{\"color\":\"error\",\"text\":\"\"},on:{\"click\":_vm.inviteWithoutFetchingDistributed}},[_vm._v(\" invite to empty instances \")]):_c('v-btn',{attrs:{\"color\":\"error\",\"text\":\"\"},on:{\"click\":_vm.inviteAnyway}},[(_vm.isSignUpDialog)?_c('span',[_vm._v(\"request signup anyway\")]):_c('span',[_vm._v(\"invite anyway\")])])],1)],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n \n \n \n
\n
\n info\n Invitation Error\n
\n clear\n
\n \n \n \n\n \n
\n Your invitations haven't been sent because an error has occurred while fetching the latest distributed material.\n You can try to fetch and invite again or invite the users to empty instances and distribute material later.\n
\n
\n Your sign up request hasn't been sent because the following email might be invalid:\n Your invitations haven't been sent because the following emails might be invalid:\n
\n
\n {{ email.email }}\n
\n
\n
\n
\n Our backend server could not validate the list of emails you provided.\n
\n \n \n \n \n review email\n review emails\n \n \n validate again\n \n \n fetch and invite again\n \n \n invite to empty instances\n \n \n request signup anyway\n invite anyway\n \n \n \n \n\n\n\n","import mod from \"-!../../node_modules/@vue/cli-plugin-babel/node_modules/thread-loader/dist/cjs.js!../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??ref--13-1!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./InvitationErrorsDialog.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/@vue/cli-plugin-babel/node_modules/thread-loader/dist/cjs.js!../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??ref--13-1!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./InvitationErrorsDialog.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./InvitationErrorsDialog.vue?vue&type=template&id=30ccf9a2&\"\nimport script from \"./InvitationErrorsDialog.vue?vue&type=script&lang=js&\"\nexport * from \"./InvitationErrorsDialog.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"],"sourceRoot":""}