{{ $t('Start activate barcode by selecting type first') }}
\n
\n \n
\n \n\n
\n {{ barcodeTypeInfo.name }}\n
\n
\n \n
\n
\n\n\n\n","\nimport BarcodeTypesMixin from '@/components/mixins/BarcodeTypesMixin.vue'\nimport IconGroupOfCode from '@/components/svg/IconGroupOfCode.vue'\nimport IconMiniCode from '@/components/svg/IconMiniCode.vue'\nimport IconQRcode from '@/components/svg/IconQRcode.vue'\nimport { SET_BARCODE_FORM_STEP } from '@/store/actions'\nimport { IBarcodeFormSingleDataTab } from 'smartbarcode-web-core/src/utils/types/index'\nimport { mixins, Options } from 'vue-class-component'\nimport { Emit } from 'vue-property-decorator'\n\n@Options({\n components: {\n IconGroupOfCode,\n IconMiniCode,\n IconQRcode,\n },\n emits: ['update:barcodeType'],\n name: 'ActivateType',\n})\nexport default class ActivateType extends mixins(BarcodeTypesMixin) {\n step = 0\n\n created() {\n this.$store.commit(SET_BARCODE_FORM_STEP, this.step)\n }\n\n @Emit('update:barcodeType')\n onSelectType(type: string) {\n return {\n data: type,\n step: this.step + 1,\n } as IBarcodeFormSingleDataTab\n }\n}\n","import { render } from \"./ActivateType.vue?vue&type=template&id=5dc21232&scoped=true\"\nimport script from \"./ActivateType.vue?vue&type=script&lang=ts\"\nexport * from \"./ActivateType.vue?vue&type=script&lang=ts\"\n\nimport \"./ActivateType.vue?vue&type=style&index=0&id=5dc21232&lang=scss&scoped=true\"\nscript.render = render\nscript.__scopeId = \"data-v-5dc21232\"\n\nexport default script","var isPlainObject = require('./isPlainObject');\n\n/**\n * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain\n * objects.\n *\n * @private\n * @param {*} value The value to inspect.\n * @param {string} key The key of the property to inspect.\n * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.\n */\nfunction customOmitClone(value) {\n return isPlainObject(value) ? undefined : value;\n}\n\nmodule.exports = customOmitClone;\n"],"sourceRoot":""}