\n\n\n\n","const StepMixin = {\n data() {\n return {\n activeErrors: {},\n }\n },\n props: {\n stepSettings: {\n type: Object,\n },\n },\n methods: {\n /**\n * Notify the parent component that we are ready to go to the previous step\n */\n previousStep() {\n this.$emit('previousStep');\n },\n /**\n * Notify the parent component that we are ready to go to the next step\n */\n nextStep() {\n this.$emit('nextStep');\n },\n /**\n * Set all error messages in step data as active errors\n */\n setAllValidationMessages() {\n this.stepData.form.validationErrors.forEach(error => {\n this.activeErrors[error.id] = error.errorMessage;\n })\n },\n }\n}\n\nexport default StepMixin;","import { render } from \"./TypeStep.vue?vue&type=template&id=1a90065e\"\nimport script from \"./TypeStep.vue?vue&type=script&lang=js\"\nexport * from \"./TypeStep.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"/Volumes/htdocs/verbiest/src/cellulose/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","\n