{"version":3,"sources":["webpack:///./src/views/Seller/LoginGoogleOff.vue","webpack:///./src/helperGoogle.js","webpack:///src/views/Seller/LoginGoogleOff.vue","webpack:///./src/views/Seller/LoginGoogleOff.vue?5f0a","webpack:///./src/views/Seller/LoginGoogleOff.vue?fbf4","webpack:///./src/views/Seller/LoginGoogleOff.vue?725d"],"names":["render","_vm","this","_c","_self","directives","name","rawName","value","expression","staticClass","attrs","on","eventToOpen","_v","staticRenderFns","Vue","directive","bind","el","binding","vnode","CheckComponentMethods","console","log","clientId","Scope","scope","googleSignInAPI","document","createElement","InitGoogleButton","gapi","load","auth2","init","client_id","cookiepolicy","grantOfflineAccess","then","signInCallback","googleUser","context","OnGoogleAuthSuccess","Error","OnGoogleAuthFail","setAttribute","head","appendChild","onload","GoogleSignInButton","data","methods","$root","$emit","idToken","title","$route","params","axios","post","process","headers","Authorization","auth","error","simulateClick","setTimeout","getElementById","click","classList","add","mounted","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,SAAS,CAACE,WAAW,CAAC,CAACC,KAAK,uBAAuBC,QAAQ,yBAAyBC,MAAOP,EAAIO,MAAOC,WAAW,UAAUC,YAAY,uBAAuBC,MAAM,CAAC,GAAK,gBAAgBC,GAAG,CAAC,MAAQX,EAAIY,cAAc,CAACZ,EAAIa,GAAG,yBAElSC,EAAkB,G,iCCAPC,MAAIC,UAAU,uBAAwB,CACnDC,KAAM,SAAUC,EAAIC,EAASC,GAC3BC,IACAC,QAAQC,IAAIJ,GACZ,IAAIK,EAAWL,EAAQZ,MAAMiB,SACzBC,EAAQN,EAAQZ,MAAMmB,MACtBC,EAAkBC,SAASC,cAAc,UAM7C,SAASC,IACPC,KAAKC,KAAK,SAAS,WACjB,IAAMC,EAAQF,KAAKE,MAAMC,KAAK,CAC5BC,UAAWX,EACXE,MAAOD,EACPW,aAAc,uBAEhBH,EAAMI,qBAAqBC,KAAKC,MAIpC,SAASA,EAAeC,GACtBpB,EAAMqB,QAAQC,oBAAoBF,GAYpC,SAASnB,IACP,IAAKD,EAAMqB,QAAQC,oBACjB,MAAM,IAAIC,MAAM,mEAGlB,IAAKvB,EAAMqB,QAAQG,iBACjB,MAAM,IAAID,MAAM,gEAnCpBhB,EAAgBkB,aAAa,MAAO,4CACpCjB,SAASkB,KAAKC,YAAYpB,GAE1BA,EAAgBqB,OAASlB,K,qBCGd,GACf1B,WAAA,CACA6C,sBAEAC,KAAA,kBACA3C,MAAA,CACAiB,SACA,4EACAE,MACA,6LAGAyB,QAAA,CACAvC,YAAA,WACA,KAAAwC,MAAAC,MAAA,kBAEAX,oBAAA,SAAAY,GACAhC,QAAAC,IAAA+B,GACAA,EAAAC,MAAA,KAAAC,OAAAC,OAAAF,MACAG,IAAAC,KACAC,iEACAN,EACA,CACAO,QAAA,CACAC,cAAA,KAAAN,OAAAC,OAAAM,SAKAnB,iBAAA,SAAAoB,GACA1C,QAAAC,IAAAyC,IAEAC,cAAA,WACAC,YAAA,WACAtC,SAAAuC,eAAA,gBAAAC,QACAxC,SACAuC,eAAA,gBACAE,UAAAC,IAAA,2BACA,OAGAC,QAAA,WACA,KAAAN,kBCzDqY,I,wBCQjYO,EAAY,eACd,EACAzE,EACAe,GACA,EACA,KACA,WACA,MAIa,aAAA0D,E,oECnBf","file":"js/chunk-451989c4.48cd7044.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('button',{directives:[{name:\"google-signin-button\",rawName:\"v-google-signin-button\",value:(_vm.value),expression:\"value\"}],staticClass:\"google-signin-button\",attrs:{\"id\":\"teste-google\"},on:{\"click\":_vm.eventToOpen}},[_vm._v(\" Fazer Integração \")])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import Vue from 'vue'\n\nexport default Vue.directive('google-signin-button', {\n bind: function (el, binding, vnode) {\n CheckComponentMethods()\n console.log(binding);\n let clientId = binding.value.clientId\n let Scope = binding.value.scope\n let googleSignInAPI = document.createElement('script')\n googleSignInAPI.setAttribute('src', 'https://apis.google.com/js/api:client.js')\n document.head.appendChild(googleSignInAPI)\n\n googleSignInAPI.onload = InitGoogleButton\n\n function InitGoogleButton() {\n gapi.load('auth2', () => {\n const auth2 = gapi.auth2.init({\n client_id: clientId,\n scope: Scope,\n cookiepolicy: 'single_host_origin'\n })\n auth2.grantOfflineAccess().then(signInCallback);\n })\n }\n\n function signInCallback(googleUser) {\n vnode.context.OnGoogleAuthSuccess(googleUser)\n }\n\n function OnSuccess(googleUser) {\n vnode.context.OnGoogleAuthSuccess(googleUser.getAuthResponse().id_token)\n googleUser.disconnect()\n }\n\n function Onfail(error) {\n vnode.context.OnGoogleAuthFail(error)\n }\n\n function CheckComponentMethods() {\n if (!vnode.context.OnGoogleAuthSuccess) {\n throw new Error('The method OnGoogleAuthSuccess must be defined on the component')\n }\n\n if (!vnode.context.OnGoogleAuthFail) {\n throw new Error('The method OnGoogleAuthFail must be defined on the component')\n }\n }\n }\n})","\n\n\n\n\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/cli-service/node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginGoogleOff.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/cli-service/node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginGoogleOff.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./LoginGoogleOff.vue?vue&type=template&id=2ffe71f2&scoped=true&\"\nimport script from \"./LoginGoogleOff.vue?vue&type=script&lang=js&\"\nexport * from \"./LoginGoogleOff.vue?vue&type=script&lang=js&\"\nimport style0 from \"./LoginGoogleOff.vue?vue&type=style&index=0&id=2ffe71f2&prod&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/cli-service/node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2ffe71f2\",\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/cli-service/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/cli-service/node_modules/vue-loader/lib/index.js??vue-loader-options!./LoginGoogleOff.vue?vue&type=style&index=0&id=2ffe71f2&prod&lang=scss&scoped=true&\""],"sourceRoot":""}