\n \n \n \n \n \n {{ participant.individual.name | initials }}\n \n {{ participant.individual.name }}\n \n \n \n \n \n \n {{ participant.individual.name | initials }}\n \n \n {{ participant.individual.name }}\n {{ participant.individual.email }}\n \n \n \n mdi-close-circle\n \n \n \n \n \n \n \n mdi-briefcase\n \n {{ participant.individual.email }}\n \n \n \n business\n \n {{ participant.individual.company }}\n \n \n \n public\n \n {{ participant.location }}\n \n \n \n groups\n \n {{ participant.department }}\n \n \n \n group\n \n {{ participant.team }}\n \n \n \n open_in_new\n \n External Profile\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-loader/lib/index.js??vue-loader-options!./Participant.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-loader/lib/index.js??vue-loader-options!./Participant.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Participant.vue?vue&type=template&id=6508d7eb\"\nimport script from \"./Participant.vue?vue&type=script&lang=js\"\nexport * from \"./Participant.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","// Styles\nimport '../VAutocomplete/VAutocomplete.sass'\n\n// Extensions\nimport VSelect from '../VSelect/VSelect'\nimport VAutocomplete from '../VAutocomplete/VAutocomplete'\n\n// Utils\nimport { keyCodes } from '../../util/helpers'\n\n// Types\nimport { PropValidator } from 'vue/types/options'\n\n/* @vue/component */\nexport default VAutocomplete.extend({\n name: 'v-combobox',\n\n props: {\n delimiters: {\n type: Array,\n default: () => ([]),\n } as PropValidator