{"version":3,"sources":["webpack:////build/source/ee/app/assets/javascripts/vue_shared/components/pipeline_account_verification_alert.vue","webpack:///../../../ee/app/assets/javascripts/vue_shared/components/pipeline_account_verification_alert.vue","webpack:////build/source/ee/app/assets/javascripts/vue_shared/components/pipeline_account_verification_alert.vue?5159","webpack:////build/source/ee/app/assets/javascripts/vue_shared/components/pipeline_account_verification_alert.vue?5f17"],"names":["DEFAULT_TITLE","s__","components","GlAlert","i18n","title","description","buttonText","inject","props","type","String","required","default","data","isVisible","methods","dismissAlert","component","_vm","this","_c","_self","identityVerificationRequired","attrs","$options","identityVerificationPath","on","_v","_s","_e"],"mappings":"gGAAA,I,wBCIA,MAAAA,EAAAC,cACA,sFAGe,ICR0S,EDQ1S,CACfC,WAAA,CAAAC,aACAC,KAAA,CACAC,MAAAL,EACAM,YAAAL,cACA,mHAEAM,WAAAN,cAAA,2CAEAO,OAAA,4DACAC,MAAA,CACAJ,MAAA,CACAK,KAAAC,OACAC,UAAA,EACAC,QAAAb,IAGAc,UACA,CACAC,WAAA,IAGAC,QAAA,CACAC,eACA,KAAAF,WAAA,K,YEzBIG,EAAY,YACd,GHRW,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAQF,EAAII,8BAAgCJ,EAAIJ,UAAWM,EAAG,WAAW,CAACG,MAAM,CAAC,MAAQL,EAAId,MAAM,sBAAsBc,EAAIM,SAASrB,KAAKG,WAAW,sBAAsBY,EAAIO,yBAAyB,QAAU,UAAUC,GAAG,CAAC,QAAUR,EAAIF,eAAe,CAACE,EAAIS,GAAG,OAAOT,EAAIU,GAAGV,EAAIM,SAASrB,KAAKE,aAAa,QAAQa,EAAIW,OAErW,IGSpB,EACA,KACA,KACA,MAIa,UAAAZ,E","file":"183.9a390e29.chunk.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return (_vm.identityVerificationRequired && _vm.isVisible)?_c('gl-alert',{attrs:{\"title\":_vm.title,\"primary-button-text\":_vm.$options.i18n.buttonText,\"primary-button-link\":_vm.identityVerificationPath,\"variant\":\"danger\"},on:{\"dismiss\":_vm.dismissAlert}},[_vm._v(\"\\n \"+_vm._s(_vm.$options.i18n.description)+\"\\n\")]):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<script>\nimport { GlAlert } from '@gitlab/ui';\nimport { s__ } from '~/locale';\n\nconst DEFAULT_TITLE = s__(\n 'IdentityVerification|Before you can run pipelines, we need to verify your account.',\n);\n\nexport default {\n components: { GlAlert },\n i18n: {\n title: DEFAULT_TITLE,\n description: s__(\n `IdentityVerification|We won't ask you for this information again. It will never be used for marketing purposes.`,\n ),\n buttonText: s__('IdentityVerification|Verify my account'),\n },\n inject: ['identityVerificationRequired', 'identityVerificationPath'],\n props: {\n title: {\n type: String,\n required: false,\n default: DEFAULT_TITLE,\n },\n },\n data() {\n return {\n isVisible: true,\n };\n },\n methods: {\n dismissAlert() {\n this.isVisible = false;\n },\n },\n};\n</script>\n\n<template>\n <gl-alert\n v-if=\"identityVerificationRequired && isVisible\"\n :title=\"title\"\n :primary-button-text=\"$options.i18n.buttonText\"\n :primary-button-link=\"identityVerificationPath\"\n variant=\"danger\"\n @dismiss=\"dismissAlert\"\n >\n {{ $options.i18n.description }}\n </gl-alert>\n</template>\n","import mod from \"-!../../../../../../node_modules/thread-loader/dist/cjs.js??ref--13-0!../../../../../../node_modules/babel-loader/lib/index.js??ref--13-1!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./pipeline_account_verification_alert.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../../../node_modules/thread-loader/dist/cjs.js??ref--13-0!../../../../../../node_modules/babel-loader/lib/index.js??ref--13-1!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./pipeline_account_verification_alert.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./pipeline_account_verification_alert.vue?vue&type=template&id=0eb1d98f\"\nimport script from \"./pipeline_account_verification_alert.vue?vue&type=script&lang=js\"\nexport * from \"./pipeline_account_verification_alert.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":""}