{"version":3,"file":"80.js","sources":["webpack:///./node_modules/@babel/runtime-corejs2/helpers/esm/objectDestructuringEmpty.js","webpack:///src/views/apps/schedule/Commitments/Commitments.vue","webpack:///src/views/apps/schedule/Commitments/CommitmentsCard.vue","webpack:///src/views/apps/schedule/Commitments/CommitmentsSidebar.vue","webpack:///src/views/apps/schedule/Commitments/CommitmentsView.vue","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue","webpack:///./src/views/apps/schedule/Commitments/CommitmentsCard.vue","webpack:///./src/views/apps/schedule/Commitments/CommitmentsSidebar.vue","webpack:///./src/views/apps/schedule/Commitments/CommitmentsView.vue","webpack:///./node_modules/core-js/modules/_strict-method.js","webpack:///./node_modules/core-js/modules/es6.array.sort.js","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?4ad6","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?ab1a","webpack:///./src/store/employee/moduleEmployee.js","webpack:///./src/store/employee/moduleEmployeeActions.js","webpack:///./src/store/employee/moduleEmployeeGetters.js","webpack:///./src/store/employee/moduleEmployeeMutations.js","webpack:///./src/store/employee/moduleEmployeeState.js","webpack:///./src/store/schedule-commitments/moduleScheduleCommitments.js","webpack:///./src/store/schedule-commitments/moduleScheduleCommitmentsActions.js","webpack:///./src/store/schedule-commitments/moduleScheduleCommitmentsGetters.js","webpack:///./src/store/schedule-commitments/moduleScheduleCommitmentsMutations.js","webpack:///./src/store/schedule-commitments/moduleScheduleCommitmentsState.js","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?515f","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?2ce9","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?8a35","webpack:///./src/views/apps/schedule/Commitments/Commitments.vue?b81f","webpack:///./src/views/apps/schedule/Commitments/CommitmentsCard.vue?16cf","webpack:///./src/views/apps/schedule/Commitments/CommitmentsCard.vue?3705","webpack:///./src/views/apps/schedule/Commitments/CommitmentsCard.vue?dfb3","webpack:///./src/views/apps/schedule/Commitments/CommitmentsSidebar.vue?68ab","webpack:///./src/views/apps/schedule/Commitments/CommitmentsSidebar.vue?e1a4","webpack:///./src/views/apps/schedule/Commitments/CommitmentsSidebar.vue?534d","webpack:///./src/views/apps/schedule/Commitments/CommitmentsView.vue?3621","webpack:///./src/views/apps/schedule/Commitments/CommitmentsView.vue?cd08","webpack:///./src/views/apps/schedule/Commitments/CommitmentsView.vue?c7dd"],"sourcesContent":["export default function _objectDestructuringEmpty(obj) {\n if (obj == null) throw new TypeError(\"Cannot destructure \" + obj);\n}","\n\n\n\n\n","\n\n\n","\n\n\n","\n\n\n\n","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n {\n staticClass:\n \"border border-solid d-theme-border-grey-light rounded relative overflow-hidden\",\n attrs: { id: \"schedule-practical\" },\n },\n [\n _c(\n \"vs-sidebar\",\n {\n staticClass: \"items-no-padding\",\n attrs: {\n parent: \"#schedule-practical\",\n \"click-not-close\": _vm.clickNotClose,\n \"hidden-background\": _vm.clickNotClose,\n },\n model: {\n value: _vm.isEmailSidebarActive,\n callback: function ($$v) {\n _vm.isEmailSidebarActive = $$v\n },\n expression: \"isEmailSidebarActive\",\n },\n },\n [\n _c(\"schedule-sidebar\", {\n on: { closeSidebar: _vm.toggleEmailSidebar },\n }),\n ],\n 1\n ),\n _c(\"vue-context\", { ref: \"menu\" }, [\n _vm.contextDelete\n ? _c(\"li\", [\n _c(\n \"a\",\n {\n staticClass: \"flex items-center text-sm hover:text-danger\",\n attrs: { href: \"#\" },\n on: {\n click: function ($event) {\n return _vm.contextMenuClicked(\"DELETE\")\n },\n },\n },\n [\n _c(\"feather-icon\", {\n attrs: { icon: \"MinusCircleIcon\", svgClasses: \"w-5 h-5\" },\n }),\n _c(\"span\", { staticClass: \"ml-2\" }, [\n _vm._v(\"Excluir Agendamento\"),\n ]),\n ],\n 1\n ),\n ])\n : _vm._e(),\n ]),\n _c(\n \"div\",\n {\n staticClass:\n \"no-scroll-content border border-solid d-theme-border-grey-light border-r-0 border-t-0 border-b-0\",\n class: { \"sidebar-spacer\": _vm.clickNotClose },\n },\n [\n _c(\n \"div\",\n { staticClass: \"flex border d-theme-dark-bg items-center\" },\n [\n _c(\"feather-icon\", {\n staticClass:\n \"md:inline-flex lg:hidden ml-4 mr-4 cursor-pointer\",\n attrs: { icon: \"MenuIcon\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n return _vm.toggleEmailSidebar(true)\n },\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"email__actions p-2 border border-r-0 border-l-0 border-solid d-theme-border-grey-light\",\n },\n [\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col md:w-full w-full mt-2\" },\n [\n _c(\"vs-input\", {\n staticClass: \"w-full\",\n attrs: { label: \"Título\" },\n model: {\n value: _vm.title,\n callback: function ($$v) {\n _vm.title = $$v\n },\n expression: \"title\",\n },\n }),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col md:w-full w-full mt-2\" },\n [\n _c(\"vs-input\", {\n staticClass: \"w-full\",\n attrs: { label: \"Conteúdo\" },\n model: {\n value: _vm.content,\n callback: function ($$v) {\n _vm.content = $$v\n },\n expression: \"content\",\n },\n }),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col md:w-1/3 w-full mt-2\" },\n [\n _c(\"label\", { staticClass: \"vs-input--label\" }, [\n _vm._v(\"Atribuído para\"),\n ]),\n _c(\"v-select\", {\n staticStyle: { \"background-color\": \"white\" },\n attrs: {\n reduce: (option) => option.value,\n options: _vm.employees,\n placeholder: \"Selecione\",\n dir: _vm.$vs.rtl ? \"rtl\" : \"ltr\",\n },\n on: {\n input: function ($event) {\n return _vm.changeEmployee()\n },\n },\n scopedSlots: _vm._u([\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\n \"\\n Desculpe, nenhum resultado encontrado.\\n \"\n ),\n ]\n },\n },\n ]),\n model: {\n value: _vm.employee_id,\n callback: function ($$v) {\n _vm.employee_id = $$v\n },\n expression: \"employee_id\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"vx-col md:w-1/4 w-full mt-2\" },\n [\n _c(\"label\", { staticClass: \"vs-input--label\" }, [\n _vm._v(\"Situação\"),\n ]),\n _c(\"v-select\", {\n staticStyle: { \"background-color\": \"white\" },\n attrs: {\n reduce: (option) => option.value,\n options: [\n { value: \"in_progress\", label: \"Em progresso\" },\n { value: \"finished\", label: \"Finalizado\" },\n { value: \"canceled\", label: \"Cancelado\" },\n ],\n clearable: false,\n placeholder: \"Selecione\",\n dir: _vm.$vs.rtl ? \"rtl\" : \"ltr\",\n },\n on: {\n input: function ($event) {\n return _vm.changeSituation()\n },\n },\n scopedSlots: _vm._u([\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\n \"\\n Desculpe, nenhum resultado encontrado.\\n \"\n ),\n ]\n },\n },\n ]),\n model: {\n value: _vm.status,\n callback: function ($$v) {\n _vm.status = $$v\n },\n expression: \"status\",\n },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"vx-col md:w-2/5 w-full mt-0\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"mt-4 flex flex-wrap items-center justify-end\",\n staticStyle: { \"margin-right\": \"-10px\" },\n },\n [\n _c(\n \"vx-tooltip\",\n {\n staticClass: \"mt-4 flex\",\n attrs: {\n text: \"Defina o horário e clique no dia desejado.\",\n position: \"top\",\n },\n },\n [\n _c(\"vc-date-picker\", {\n staticClass: \"ml-1 flex\",\n attrs: {\n mode: \"time\",\n is24hr: \"\",\n timezone: _vm.timezone,\n },\n model: {\n value: _vm.time,\n callback: function ($$v) {\n _vm.time = $$v\n },\n expression: \"time\",\n },\n }),\n _c(\"span\", { staticClass: \"mt-2\" }, [\n _vm._v(\"  à  \"),\n ]),\n _c(\"vc-date-picker\", {\n staticClass: \"ml-1 flex\",\n attrs: {\n mode: \"time\",\n is24hr: \"\",\n timezone: _vm.timezone,\n },\n model: {\n value: _vm.endTime,\n callback: function ($$v) {\n _vm.endTime = $$v\n },\n expression: \"endTime\",\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n ]),\n ]),\n ]\n ),\n _c(\n _vm.scrollbarTag,\n {\n key: _vm.$vs.rtl,\n ref: \"mailListPS\",\n tag: \"component\",\n staticClass: \"email-content-scroll-area\",\n attrs: { settings: _vm.settings },\n },\n [\n _c(\n \"div\",\n {\n staticClass: \"vs-con-loading__container\",\n attrs: { id: \"loading\" },\n },\n _vm._l(_vm.tables, function (table, tIndex) {\n return _c(\n \"vs-table\",\n {\n key: tIndex,\n staticClass: \"bordered\",\n staticStyle: { overflow: \"-webkit-paged-y\" },\n attrs: { data: _vm.selectedDays, hoverFlat: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"default\",\n fn: function ({ data }) {\n return [\n _c(\n \"vs-tr\",\n {\n staticStyle: {\n \"font-size\": \"12px\",\n opacity: \"1 !important\",\n \"vertical-align\": \"top\",\n },\n attrs: { height: \"400\" },\n },\n _vm._l(\n _vm.handleRange(table),\n function (hr, itd) {\n return _c(\n \"vs-td\",\n {\n key: itd,\n nativeOn: {\n contextmenu: function ($event) {\n $event.preventDefault()\n if (\n $event.target !==\n $event.currentTarget\n )\n return null\n return _vm.contextMenu(\n $event,\n null,\n hr - 1\n )\n },\n click: function ($event) {\n return _vm.addSchedule(\n _vm.selectedDays[hr - 1]\n )\n },\n },\n },\n [\n _vm._l(\n _vm.selectedDays[hr - 1]\n .holidaySchedule,\n function (holiday, hd) {\n return _c(\"feather-icon\", {\n key: `${hd}_holiday`,\n staticClass: \"mr-1\",\n attrs: {\n title: holiday.holidayName,\n icon: \"StarIcon\",\n svgClasses: \"w-4 h-4\",\n },\n })\n }\n ),\n _vm._l(\n _vm.selectedDays[hr - 1]\n .employeeSchedule,\n function (schedule, idx) {\n return _c(\n \"div\",\n {\n key: `${idx}_schedule`,\n staticClass:\n \"p-2 text-black flex items-center hover:text-primary cursor-pointer\",\n style: [\n {\n backgroundColor:\n schedule.bg,\n },\n { marginBottom: \"5px\" },\n ],\n on: {\n click: function ($event) {\n $event.stopPropagation()\n return _vm.viewSchedule(\n schedule\n )\n },\n contextmenu: function (\n $event\n ) {\n $event.preventDefault()\n return _vm.contextMenu(\n $event,\n schedule,\n hr - 1\n )\n },\n },\n },\n [\n _c(\"span\", [\n _vm._v(\n _vm._s(\n schedule.start_time.slice(\n 0,\n 5\n )\n ) +\n \" - \" +\n _vm._s(schedule.title)\n ),\n ]),\n ]\n )\n }\n ),\n ],\n 2\n )\n }\n ),\n 1\n ),\n _c(\n \"vs-tr\",\n {\n staticStyle: {\n opacity: \"1 !important\",\n border: \"10px\",\n },\n },\n [\n _c(\n \"vs-td\",\n {\n staticStyle: { \"text-align\": \"right\" },\n attrs: {\n colspan:\n _vm.handleRange(table).length + 1,\n },\n },\n [_c(\"vs-divider\")],\n 1\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"template\",\n { slot: \"thead\" },\n _vm._l(_vm.handleRange(table), function (hr, i) {\n return _c(\n \"vs-th\",\n {\n key: i,\n staticStyle: {\n \"font-size\": \"11px\",\n \"min-width\": \"124px\",\n },\n nativeOn: {\n click: function ($event) {\n return _vm.addSchedule(\n _vm.selectedDays[hr - 1]\n )\n },\n },\n },\n [\n _vm._v(\n \"\\n \" +\n _vm._s(\n _vm.weekDays[\n _vm.selectedDays[hr - 1].weekdayPosition\n ]\n ) +\n \" \" +\n _vm._s(\n _vm._f(\"dateTime\")(\n _vm.selectedDays[hr - 1].id,\n \"date\"\n )\n ) +\n \"\\n \"\n ),\n ]\n )\n }),\n 1\n ),\n ],\n 2\n )\n }),\n 1\n ),\n !_vm.tables\n ? _c(\n \"div\",\n {\n staticClass:\n \"mt-6 flex flex-wrap items-center justify-center\",\n },\n [\n _c(\n \"vs-alert\",\n {\n staticClass: \"w-5/6\",\n staticStyle: { height: \"-webkit-fill-available\" },\n attrs: {\n color: \"warning\",\n title: \"Defina o período\",\n active: !_vm.tables,\n },\n },\n [\n _vm._v(\n \"\\n Selecione a(s) data(s) no calendário ou defina um intervalo de datas para ver\\n os agendamentos conforme o filtro superior.\\n \"\n ),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ],\n 1\n ),\n _c(\"schedule-view\", {\n attrs: { request: _vm.request, isSidebarActive: _vm.isSidebarActive },\n on: {\n filterSchedule: _vm.filterSchedule,\n delete: _vm.confirmDelete,\n closeSidebar: _vm.closeViewSidebar,\n },\n }),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render(_c, _vm) {\n return _c(\"vx-card\", { staticClass: \"px-4\", class: _vm.data.staticClass }, [\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col w-full border-b border-l-0 border-r-0 border-t-0 d-theme-border-grey-light border-solid flex justify-between flex items-center\",\n },\n [\n _c(\"div\", { staticClass: \"flex items-center\" }, [\n _c(\n \"div\",\n [\n _c(\"vs-avatar\", {\n staticClass:\n \"sender__avatar--single flex-shrink-0 mr-3 border-2 border-solid border-white\",\n attrs: {\n src:\n _vm.props.schedule.photo && _vm.props.schedule.photo.url,\n size: \"65px\",\n },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"flex flex-col\" }, [\n _c(\"h5\", { staticClass: \"mb-1\" }, [\n _vm._v(_vm._s(_vm.props.schedule.employee.name)),\n ]),\n _c(\"div\", { staticClass: \"flex items-center\" }, [\n _c(\"span\", { staticClass: \"text-sm\" }, [\n _vm._v(\n \"\\n Agendado por: \" +\n _vm._s(_vm.props.schedule.user.name) +\n \" \"\n ),\n _c(\"br\"),\n _vm._v(\"\\n Status: \"),\n _c(\n \"span\",\n {\n class: [\n _vm.props.schedule.status === \"canceled\"\n ? \"text-danger\"\n : _vm.props.schedule.status === \"in_progress\"\n ? \"text-warning\"\n : \"text-primary\",\n \"font-bold\",\n ],\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm._f(\"scheduleStatus\")(_vm.props.schedule.status)\n ) +\n \" \"\n ),\n ]\n ),\n ]),\n ]),\n ]),\n ]),\n _c(\"div\", { staticClass: \"flex flex-col justify-end\" }, [\n _c(\"span\", { staticClass: \"text-right font-semibold\" }, [\n _vm._v(\n \"Data: \" +\n _vm._s(\n _vm._f(\"dateTime\")(_vm.props.schedule.start_date, \"date\")\n )\n ),\n ]),\n _c(\"div\", { staticClass: \"flex justify-end mt-2 font-semibold\" }, [\n _c(\"span\", { staticClass: \"text-right\" }, [\n _vm._v(\n \"Horário: \" +\n _vm._s(_vm.props.schedule.start_time.slice(0, 5)) +\n \" até \" +\n _vm._s(_vm.props.schedule.end_time.slice(0, 5))\n ),\n ]),\n ]),\n ]),\n ]\n ),\n ]),\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n { staticClass: \"email__email-sidebar h-full\" },\n [\n _c(\n _vm.scrollbarTag,\n {\n key: _vm.$vs.rtl,\n tag: \"component\",\n staticClass: \"email-filter-scroll-area\",\n attrs: { settings: _vm.settings },\n },\n [\n _c(\"div\", { staticClass: \"mt-2\" }, [\n _c(\"label\", { staticClass: \"vs-input--label\" }, [\n _vm._v(\"Tipo de calendário\"),\n ]),\n ]),\n _c(\"v-select\", {\n staticClass: \"mt-0 mb-1 ml-1 mr-1\",\n attrs: {\n reduce: (option) => option.value,\n clearable: false,\n options: [\n { label: \"Por Período\", value: \"range\" },\n { label: \"Por Semana\", value: \"week\" },\n { label: \"Por Dia\", value: \"calendar\" },\n ],\n placeholder: \"Selecione\",\n dir: _vm.$vs.rtl ? \"rtl\" : \"ltr\",\n },\n on: { input: _vm.clearCalendar },\n scopedSlots: _vm._u([\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\"\\n Nenhum resultado encontrado.\\n \"),\n ]\n },\n },\n ]),\n model: {\n value: _vm.calendarType,\n callback: function ($$v) {\n _vm.calendarType = $$v\n },\n expression: \"calendarType\",\n },\n }),\n _c(\"label\", { staticClass: \"vs-input--label\" }, [_vm._v(\"Turnos\")]),\n _c(\"v-select\", {\n staticClass: \"mb-4 ml-1 mr-1\",\n attrs: {\n multiple: \"\",\n reduce: (option) => option.value,\n clearable: false,\n options: [\n { label: \"Matutino\", value: 0 },\n { label: \"Vespertino\", value: 1 },\n { label: \"Noturno\", value: 2 },\n ],\n placeholder: \"Selecione\",\n dir: _vm.$vs.rtl ? \"rtl\" : \"ltr\",\n },\n scopedSlots: _vm._u([\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\"\\n Nenhum resultado encontrado.\\n \"),\n ]\n },\n },\n ]),\n model: {\n value: _vm.periods,\n callback: function ($$v) {\n _vm.periods = $$v\n },\n expression: \"periods\",\n },\n }),\n _c(\"vs-divider\"),\n _vm.calendarType === \"calendar\"\n ? _c(\"vc-calendar\", {\n staticClass: \"ml-1 mb-0 flex flex-col\",\n attrs: {\n \"disabled-dates\": { weekdays: [1] },\n attributes: _vm.attributes,\n },\n on: { dayclick: _vm.onDayClick },\n })\n : _vm.calendarType === \"range\"\n ? _c(\"vc-date-picker\", {\n staticClass: \"ml-1 mb-0 flex flex-col\",\n attrs: { \"is-range\": \"\" },\n model: {\n value: _vm.dateRange,\n callback: function ($$v) {\n _vm.dateRange = $$v\n },\n expression: \"dateRange\",\n },\n })\n : _vm._e(),\n _vm.calendarType === \"week\"\n ? _c(\"vc-calendar\", {\n staticClass: \"ml-1 mb-0 flex flex-col\",\n attrs: {\n \"disabled-dates\": { weekdays: [1] },\n attributes: _vm.attributes,\n },\n on: { dayclick: _vm.onDayClickWeek },\n })\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"mt-1 ml-6 mr-6 mb-0 clearfix\" },\n [\n _c(\n \"vs-button\",\n {\n staticClass: \"w-full\",\n attrs: {\n type: \"line\",\n \"icon-pack\": \"feather\",\n icon: \"icon-x\",\n },\n on: { click: _vm.clearCalendar },\n },\n [_vm._v(\"Limpar Calendário\")]\n ),\n ],\n 1\n ),\n _c(\"vs-divider\"),\n _c(\"div\", { staticClass: \"px-4 py-0 pb-0 flex flex-col\" }, [\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col flex items-center w-full\" },\n [\n _c(\n \"vs-dropdown\",\n {\n staticClass: \"cursor-pointer hover:text-primary\",\n attrs: {\n \"vs-custom-content\": \"\",\n \"vs-trigger-click\": \"\",\n },\n },\n [\n _c(\n \"a\",\n {\n staticClass: \"flex cursor-pointer\",\n attrs: { \"href.prevent\": \"\" },\n },\n [\n _c(\"feather-icon\", {\n staticClass: \"p-2 rounded-full\",\n class: [`text-primary`, \"mb-0\"],\n style: {\n background: `rgba(var(--vs-success),.15)`,\n },\n attrs: {\n icon: \"CalendarIcon\",\n svgClasses: \"h-6 w-6\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"vs-dropdown-menu\",\n {\n staticClass: \"w-60\",\n staticStyle: { \"z-index\": \"200001\" },\n },\n [\n _c(\"vs-input\", {\n staticClass: \"w-full\",\n attrs: { type: \"date\", label: \"Data Inicial\" },\n on: { change: _vm.debouncedFilterDate },\n model: {\n value: _vm.firstPeriod,\n callback: function ($$v) {\n _vm.firstPeriod = $$v\n },\n expression: \"firstPeriod\",\n },\n }),\n _c(\"vs-input\", {\n staticClass: \"w-full\",\n attrs: { type: \"date\", label: \"Data Final\" },\n on: { change: _vm.debouncedFilterDate },\n model: {\n value: _vm.lastPeriod,\n callback: function ($$v) {\n _vm.lastPeriod = $$v\n },\n expression: \"lastPeriod\",\n },\n }),\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.periodError,\n expression: \"periodError\",\n },\n ],\n staticClass: \"text-danger text-sm\",\n },\n [_vm._v(\"O período inicial é maior que o final.\")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"span\", { staticClass: \"mb-0 ml-2\" }, [\n _vm._v(\"Intervalo de Datas\"),\n ]),\n ],\n 1\n ),\n ]),\n ]),\n _c(\"vs-divider\"),\n _c(\"div\", { staticClass: \"email__labels px-4 py-0\" }, [\n _c(\"h5\", { staticClass: \"mb-1\" }, [_vm._v(\"Legenda\")]),\n _c(\"div\", { staticClass: \"email__lables-list\" }, [\n _c(\n \"span\",\n {\n staticClass:\n \"email__label flex items-center mb-2 cursor-default\",\n },\n [\n _c(\"div\", {\n staticClass:\n \"ml-1 h-3 w-3 rounded-full mr-4 border-2 border-solid border-secondary\",\n staticStyle: { opacity: \"0.3\" },\n }),\n _c(\"span\", { staticClass: \"text-lg\" }, [_vm._v(\"Livre\")]),\n ]\n ),\n _c(\n \"span\",\n {\n staticClass:\n \"email__label flex items-center mb-2 cursor-pointer\",\n },\n [\n _c(\"div\", {\n staticClass:\n \"ml-1 h-3 w-3 rounded-full mr-4 border-2 border-solid border-primary bg-primary\",\n staticStyle: { opacity: \"0.3\" },\n }),\n _c(\"span\", { staticClass: \"text-lg\" }, [\n _vm._v(\"Finalizado\"),\n ]),\n ]\n ),\n _c(\n \"span\",\n {\n staticClass:\n \"email__label flex items-center mb-2 cursor-pointer\",\n },\n [\n _c(\"div\", {\n staticClass:\n \"ml-1 h-3 w-3 rounded-full mr-4 border-2 border-solid border-warning bg-warning\",\n staticStyle: { opacity: \"0.3\" },\n }),\n _c(\"span\", { staticClass: \"text-lg\" }, [\n _vm._v(\"Em Progresso\"),\n ]),\n ]\n ),\n _c(\n \"span\",\n {\n staticClass:\n \"email__label flex items-center mb-2 cursor-pointer\",\n },\n [\n _c(\"div\", {\n staticClass:\n \"ml-1 h-3 w-3 rounded-full mr-4 border-2 border-solid border-danger bg-danger\",\n staticStyle: { opacity: \"0.3\" },\n }),\n _c(\"span\", { staticClass: \"text-lg\" }, [_vm._v(\"Cancelado\")]),\n ]\n ),\n _c(\n \"span\",\n {\n staticClass:\n \"email__label flex items-center mb-2 cursor-pointer\",\n },\n [\n _c(\"div\", {\n staticClass:\n \"ml-1 h-3 w-3 rounded-full mr-4 border-2 border-solid border-secondary bg-secondary\",\n staticStyle: { opacity: \"0.3\" },\n }),\n _c(\"span\", { staticClass: \"text-lg\" }, [\n _vm._v(\"Indisponível\"),\n ]),\n ]\n ),\n ]),\n ]),\n ],\n 1\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","var render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n [\n _c(\n \"vs-sidebar\",\n {\n staticClass: \"full-vs-sidebar email-view-sidebar items-no-padding\",\n attrs: {\n \"click-not-close\": \"\",\n parent: \"#schedule-practical\",\n \"hidden-background\": true,\n \"position-right\": \"\",\n },\n model: {\n value: _vm.isSidebarActive,\n callback: function ($$v) {\n _vm.isSidebarActive = $$v\n },\n expression: \"isSidebarActive\",\n },\n },\n [\n _vm.schedule.id\n ? _c(\n \"div\",\n { staticClass: \"mail-sidebar-content px-0 sm:pb-6 h-full\" },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"flex flex-wrap items-center email-header justify-between md:px-8 px-6 sm:pb-2 sm: pt-6 d-theme-dark-bg\",\n },\n [\n _c(\"div\", { staticClass: \"flex mb-4\" }, [\n _c(\n \"div\",\n { staticClass: \"flex items-center\" },\n [\n _c(\"feather-icon\", {\n staticClass:\n \"cursor-pointer hover:text-primary mr-4\",\n attrs: {\n icon: _vm.$vs.rtl\n ? \"ArrowRightIcon\"\n : \"ArrowLeftIcon\",\n \"svg-classes\": \"w-6 h-6\",\n },\n on: {\n click: function ($event) {\n return _vm.$emit(\"closeSidebar\")\n },\n },\n }),\n _c(\"h4\", [_vm._v(\"VOLTAR\")]),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"ml-10 mb-4 mt-1\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"email__actions--single flex items-baseline\",\n },\n [\n _c(\n \"vx-tooltip\",\n {\n staticClass: \"ml-4\",\n attrs: {\n text: \"Deletar este agendamento\",\n position: \"top\",\n },\n },\n [\n _c(\"feather-icon\", {\n staticClass: \"cursor-pointer\",\n attrs: {\n icon: \"TrashIcon\",\n \"svg-classes\": \"h-6 w-6\",\n },\n on: {\n click: function ($event) {\n return _vm.$emit(\"delete\")\n },\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n ]),\n ]\n ),\n _c(\n _vm.scrollbarTag,\n {\n key: _vm.$vs.rtl,\n tag: \"component\",\n staticClass:\n \"scroll-area-mail-content md:px-8 md:pb-8 pt-4 px-6 pb-6\",\n attrs: { settings: _vm.settings },\n },\n [\n _vm.isSidebarActive\n ? _c(\"div\", [\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col w-full\" },\n [\n _c(\"email-mail-card\", {\n attrs: { schedule: _vm.schedule },\n }),\n ],\n 1\n ),\n ]),\n _c(\n \"div\",\n {\n staticClass: \"vx-row\",\n staticStyle: { \"margin-top\": \"2.2rem\" },\n },\n [\n _c(\n \"div\",\n { staticClass: \"vx-col w-full\" },\n [\n _c(\n \"vx-card\",\n [\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col w-full border-b border-l-0 border-r-0 border-t-0 d-theme-border-grey-light border-solid\",\n },\n [\n _c(\n \"h5\",\n { staticClass: \"mb-1\" },\n [_vm._v(\"Editando\")]\n ),\n ]\n ),\n ]),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col md:w-full w-full mt-2\",\n },\n [\n _c(\"vs-input\", {\n directives: [\n {\n name: \"validate\",\n rawName:\n \"v-validate.initial\",\n value: \"required\",\n expression: \"'required'\",\n modifiers: {\n initial: true,\n },\n },\n ],\n staticClass: \"w-full\",\n attrs: {\n label: \"Título\",\n \"data-vv-scope\": \"schedule\",\n \"data-vv-as\": \"Título\",\n name: \"title\",\n },\n model: {\n value:\n _vm.localSchedule.title,\n callback: function ($$v) {\n _vm.$set(\n _vm.localSchedule,\n \"title\",\n $$v\n )\n },\n expression:\n \"localSchedule.title\",\n },\n }),\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value:\n _vm.errors.has(\n \"schedule.title\"\n ),\n expression:\n \"errors.has('schedule.title')\",\n },\n ],\n staticClass:\n \"text-danger text-sm\",\n },\n [\n _vm._v(\n _vm._s(\n _vm.errors.first(\n \"schedule.title\"\n )\n )\n ),\n ]\n ),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col md:w-full w-full mt-2\",\n },\n [\n _c(\"vs-input\", {\n staticClass: \"w-full\",\n attrs: { label: \"Conteúdo\" },\n model: {\n value:\n _vm.localSchedule\n .observation,\n callback: function ($$v) {\n _vm.$set(\n _vm.localSchedule,\n \"observation\",\n $$v\n )\n },\n expression:\n \"localSchedule.observation\",\n },\n }),\n ],\n 1\n ),\n ]),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col md:w-1/3 w-full mt-2\",\n },\n [\n _c(\n \"label\",\n {\n staticClass:\n \"vs-input--label\",\n },\n [_vm._v(\"Atribuído para\")]\n ),\n _c(\"v-select\", {\n directives: [\n {\n name: \"validate\",\n rawName:\n \"v-validate.initial\",\n value: \"required\",\n expression: \"'required'\",\n modifiers: {\n initial: true,\n },\n },\n ],\n staticStyle: {\n \"background-color\": \"white\",\n },\n attrs: {\n reduce: (option) =>\n option.value,\n options: _vm.employees,\n placeholder: \"Selecione\",\n \"data-vv-scope\": \"schedule\",\n \"data-vv-as\":\n \"Atribuído para\",\n name: \"employee_id\",\n dir: _vm.$vs.rtl\n ? \"rtl\"\n : \"ltr\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\n \"\\n Desculpe, nenhum resultado encontrado.\\n \"\n ),\n ]\n },\n },\n ],\n null,\n false,\n 3519895239\n ),\n model: {\n value:\n _vm.localSchedule\n .employee_id,\n callback: function ($$v) {\n _vm.$set(\n _vm.localSchedule,\n \"employee_id\",\n $$v\n )\n },\n expression:\n \"localSchedule.employee_id\",\n },\n }),\n _c(\n \"span\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.errors.has(\n \"schedule.employee_id\"\n ),\n expression:\n \"errors.has('schedule.employee_id')\",\n },\n ],\n staticClass:\n \"text-danger text-sm\",\n },\n [\n _vm._v(\n _vm._s(\n _vm.errors.first(\n \"schedule.employee_id\"\n )\n )\n ),\n ]\n ),\n ],\n 1\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col md:w-1/4 w-full mt-2\",\n },\n [\n _c(\n \"label\",\n {\n staticClass:\n \"vs-input--label\",\n },\n [_vm._v(\"Situação\")]\n ),\n _c(\"v-select\", {\n staticStyle: {\n \"background-color\": \"white\",\n },\n attrs: {\n reduce: (option) =>\n option.value,\n options: [\n {\n value: \"in_progress\",\n label: \"Em progresso\",\n },\n {\n value: \"finished\",\n label: \"Finalizado\",\n },\n {\n value: \"canceled\",\n label: \"Cancelado\",\n },\n ],\n clearable: false,\n placeholder: \"Selecione\",\n dir: _vm.$vs.rtl\n ? \"rtl\"\n : \"ltr\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"no-options\",\n fn: function ({}) {\n return [\n _vm._v(\n \"\\n Desculpe, nenhum resultado encontrado.\\n \"\n ),\n ]\n },\n },\n ],\n null,\n false,\n 3519895239\n ),\n model: {\n value:\n _vm.localSchedule.status,\n callback: function ($$v) {\n _vm.$set(\n _vm.localSchedule,\n \"status\",\n $$v\n )\n },\n expression:\n \"localSchedule.status\",\n },\n }),\n ],\n 1\n ),\n _c(\n \"div\",\n {\n staticClass:\n \"vx-col md:w-2/5 w-full mt-0\",\n },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"mt-4 flex flex-wrap items-center justify-end\",\n staticStyle: {\n \"margin-right\": \"-10px\",\n },\n },\n [\n _c(\n \"vx-tooltip\",\n {\n staticClass:\n \"ml-auto mr-2 mt-4\",\n attrs: {\n text: \"Data do Agendamento\",\n position: \"top\",\n },\n },\n [\n _c(\n \"vs-dropdown\",\n {\n staticClass:\n \"cursor-pointer hover:text-primary\",\n attrs: {\n \"vs-custom-content\":\n \"\",\n \"vs-trigger-click\":\n \"\",\n },\n },\n [\n _c(\n \"a\",\n {\n staticClass:\n \"flex cursor-pointer\",\n attrs: {\n \"href.prevent\":\n \"\",\n },\n },\n [\n _c(\n \"feather-icon\",\n {\n staticClass:\n \"p-2 rounded-full\",\n class: [\n `text-primary`,\n \"mb-0\",\n ],\n style: {\n background: `rgba(var(--vs-success),.15)`,\n },\n attrs: {\n icon: \"CalendarIcon\",\n svgClasses:\n \"h-6 w-6\",\n },\n }\n ),\n ],\n 1\n ),\n _c(\n \"vs-dropdown-menu\",\n {\n staticClass:\n \"w-60\",\n staticStyle: {\n \"z-index\":\n \"200001\",\n },\n },\n [\n _c(\"vs-input\", {\n staticClass:\n \"w-full\",\n attrs: {\n type: \"date\",\n label: \"Data\",\n },\n model: {\n value:\n _vm\n .localSchedule\n .start_date,\n callback:\n function (\n $$v\n ) {\n _vm.$set(\n _vm.localSchedule,\n \"start_date\",\n $$v\n )\n },\n expression:\n \"localSchedule.start_date\",\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\n \"vx-tooltip\",\n {\n staticClass: \"mt-4 flex\",\n attrs: {\n text: \"Defina o horário e clique no dia desejado.\",\n position: \"top\",\n },\n },\n [\n _c(\"vc-date-picker\", {\n staticClass:\n \"ml-1 flex\",\n attrs: {\n mode: \"time\",\n is24hr: \"\",\n timezone:\n _vm.timezone,\n },\n model: {\n value: _vm.time,\n callback: function (\n $$v\n ) {\n _vm.time = $$v\n },\n expression: \"time\",\n },\n }),\n _c(\n \"span\",\n { staticClass: \"mt-2\" },\n [_vm._v(\"  à  \")]\n ),\n _c(\"vc-date-picker\", {\n staticClass:\n \"ml-1 flex\",\n attrs: {\n mode: \"time\",\n is24hr: \"\",\n timezone:\n _vm.timezone,\n },\n model: {\n value: _vm.endTime,\n callback: function (\n $$v\n ) {\n _vm.endTime = $$v\n },\n expression: \"endTime\",\n },\n }),\n ],\n 1\n ),\n ],\n 1\n ),\n ]\n ),\n ]),\n _c(\"vs-divider\"),\n _c(\"div\", { staticClass: \"vx-row\" }, [\n _c(\n \"div\",\n { staticClass: \"vx-col w-full\" },\n [\n _c(\n \"div\",\n {\n staticClass:\n \"mt-4 flex flex-wrap items-center justify-end\",\n },\n [\n _c(\n \"vs-button\",\n {\n staticClass: \"ml-4\",\n attrs: {\n disabled:\n !_vm.validateForm,\n },\n on: { click: _vm.update },\n },\n [_vm._v(\"Alterar\")]\n ),\n ],\n 1\n ),\n ]\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ]\n ),\n ])\n : _vm._e(),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","'use strict';\nvar fails = require('./_fails');\n\nmodule.exports = function (method, arg) {\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call\n arg ? method.call(null, function () { /* empty */ }, 1) : method.call(null);\n });\n};\n","'use strict';\nvar $export = require('./_export');\nvar aFunction = require('./_a-function');\nvar toObject = require('./_to-object');\nvar fails = require('./_fails');\nvar $sort = [].sort;\nvar test = [1, 2, 3];\n\n$export($export.P + $export.F * (fails(function () {\n // IE8-\n test.sort(undefined);\n}) || !fails(function () {\n // V8 bug\n test.sort(null);\n // Old WebKit\n}) || !require('./_strict-method')($sort)), 'Array', {\n // 22.1.3.25 Array.prototype.sort(comparefn)\n sort: function sort(comparefn) {\n return comparefn === undefined\n ? $sort.call(toObject(this))\n : $sort.call(toObject(this), aFunction(comparefn));\n }\n});\n","exports = module.exports = require(\"../../../../../node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.id, \"/*=========================================================================================\\n File Name: email.scss\\n Description: Email app's styles. This is imported in Email.vue file\\n ----------------------------------------------------------------------------------------\\n Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template\\n Author: Pixinvent\\n Author URL: http://www.themeforest.net/user/pixinvent\\n==========================================================================================*/\\n#schedule-practical .vs-sidebar--background {\\n position: absolute;\\n}\\n[dir=ltr] #schedule-practical .select-all-chexkbox .vs-checkbox {\\n margin-right: 0.8rem;\\n}\\n[dir=rtl] #schedule-practical .select-all-chexkbox .vs-checkbox {\\n margin-left: 0.8rem;\\n}\\n#schedule-practical .email-filter-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 15px);\\n}\\n[dir] #schedule-practical .email-filter-scroll-area {\\n margin: auto;\\n}\\n#schedule-practical .email-filter-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#schedule-practical .email-content-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 100px);\\n}\\n[dir] #schedule-practical .email-content-scroll-area {\\n margin: auto;\\n}\\n#schedule-practical .email-content-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#schedule-practical .scroll-area-mail-content {\\n position: relative;\\n width: 100%;\\n height: 93.7%;\\n}\\n[dir] #schedule-practical .scroll-area-mail-content {\\n margin: auto;\\n}\\n#schedule-practical .scroll-area-mail-content:not(.ps) {\\n overflow-y: auto;\\n}\\n[dir] #schedule-practical .email__mails .mail__opened-mail {\\n background-color: #eee;\\n}\\n#schedule-practical .email__mails .email__mail-item {\\n transition: all 0.35s;\\n}\\n[dir] #schedule-practical .email__mails .email__mail-item {\\n -webkit-transition: all 0.35s;\\n}\\n[dir] #schedule-practical .email__mails .email__mail-item:not(:first-of-type) .mail__mail-item {\\n border-top: 1px solid #dae1e7;\\n}\\n#schedule-practical .email__mails .email__mail-item .mail__mail-item {\\n transition: all 0.2s;\\n}\\n[dir] #schedule-practical .email__mails .email__mail-item .mail__mail-item {\\n -webkit-transition: all 0.2s;\\n}\\n#schedule-practical .email__mails .email__mail-item .mail__mail-item:hover {\\n -webkit-transform: translateY(-4px);\\n -webkit-box-shadow: 0px 3px 10px 0px #ccc;\\n transition: all 0.2s;\\n}\\n[dir] #schedule-practical .email__mails .email__mail-item .mail__mail-item:hover {\\n transform: translateY(-4px);\\n box-shadow: 0px 3px 10px 0px #ccc;\\n -webkit-transition: all 0.2s;\\n}\\n#schedule-practical .email__mails .email__mail-item .mail__mail-item .feather-icon {\\n color: #9c9c9c;\\n}\\n[dir] #schedule-practical .email-view-sidebar .vs-sidebar {\\n background-color: #f8f8f8 !important;\\n}\\n[dir=ltr] #schedule-practical .email-view-sidebar .vs-sidebar {\\n border-left: 1px solid #dae1e7;\\n}\\n[dir=rtl] #schedule-practical .email-view-sidebar .vs-sidebar {\\n border-right: 1px solid #dae1e7;\\n}\\n#schedule-practical .email-view-sidebar .email-header {\\n -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n z-index: 1;\\n position: relative;\\n}\\n[dir] #schedule-practical .email-view-sidebar .email-header {\\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n border-bottom: 1px solid #eee;\\n}\\n#schedule-practical .email-view-sidebar .open-mail-label {\\n transition: all 0.35s;\\n}\\n[dir] #schedule-practical .email-view-sidebar .open-mail-label {\\n -webkit-transition: all 0.35s;\\n}\\n[dir=ltr] #schedule-practical .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-left: 0;\\n margin-right: 0;\\n}\\n[dir=rtl] #schedule-practical .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-right: 0;\\n margin-left: 0;\\n}\\n#email-app .vs-sidebar--background {\\n position: absolute;\\n}\\n[dir=ltr] #email-app .select-all-chexkbox .vs-checkbox {\\n margin-right: 0.8rem;\\n}\\n[dir=rtl] #email-app .select-all-chexkbox .vs-checkbox {\\n margin-left: 0.8rem;\\n}\\n#email-app .email-filter-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 15px);\\n}\\n[dir] #email-app .email-filter-scroll-area {\\n margin: auto;\\n}\\n#email-app .email-filter-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#email-app .email-content-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 100px);\\n}\\n[dir] #email-app .email-content-scroll-area {\\n margin: auto;\\n}\\n#email-app .email-content-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#email-app .scroll-area-mail-content {\\n position: relative;\\n width: 100%;\\n height: 93.7%;\\n}\\n[dir] #email-app .scroll-area-mail-content {\\n margin: auto;\\n}\\n#email-app .scroll-area-mail-content:not(.ps) {\\n overflow-y: auto;\\n}\\n[dir] #email-app .email__mails .mail__opened-mail {\\n background-color: #eee;\\n}\\n#email-app .email__mails .email__mail-item {\\n transition: all 0.35s;\\n}\\n[dir] #email-app .email__mails .email__mail-item {\\n -webkit-transition: all 0.35s;\\n}\\n[dir] #email-app .email__mails .email__mail-item:not(:first-of-type) .mail__mail-item {\\n border-top: 1px solid #dae1e7;\\n}\\n#email-app .email__mails .email__mail-item .mail__mail-item {\\n transition: all 0.2s;\\n}\\n[dir] #email-app .email__mails .email__mail-item .mail__mail-item {\\n -webkit-transition: all 0.2s;\\n}\\n#email-app .email__mails .email__mail-item .mail__mail-item:hover {\\n -webkit-transform: translateY(-4px);\\n -webkit-box-shadow: 0px 3px 10px 0px #ccc;\\n transition: all 0.2s;\\n}\\n[dir] #email-app .email__mails .email__mail-item .mail__mail-item:hover {\\n transform: translateY(-4px);\\n box-shadow: 0px 3px 10px 0px #ccc;\\n -webkit-transition: all 0.2s;\\n}\\n#email-app .email__mails .email__mail-item .mail__mail-item .feather-icon {\\n color: #9c9c9c;\\n}\\n[dir] #email-app .email-view-sidebar .vs-sidebar {\\n background-color: #f8f8f8 !important;\\n}\\n[dir=ltr] #email-app .email-view-sidebar .vs-sidebar {\\n border-left: 1px solid #dae1e7;\\n}\\n[dir=rtl] #email-app .email-view-sidebar .vs-sidebar {\\n border-right: 1px solid #dae1e7;\\n}\\n#email-app .email-view-sidebar .email-header {\\n -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n z-index: 1;\\n position: relative;\\n}\\n[dir] #email-app .email-view-sidebar .email-header {\\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n border-bottom: 1px solid #eee;\\n}\\n#email-app .email-view-sidebar .open-mail-label {\\n transition: all 0.35s;\\n}\\n[dir] #email-app .email-view-sidebar .open-mail-label {\\n -webkit-transition: all 0.35s;\\n}\\n[dir=ltr] #email-app .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-left: 0;\\n margin-right: 0;\\n}\\n[dir=rtl] #email-app .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-right: 0;\\n margin-left: 0;\\n}\\n#schedule-exam .vs-sidebar--background {\\n position: absolute;\\n}\\n[dir=ltr] #schedule-exam .select-all-chexkbox .vs-checkbox {\\n margin-right: 0.8rem;\\n}\\n[dir=rtl] #schedule-exam .select-all-chexkbox .vs-checkbox {\\n margin-left: 0.8rem;\\n}\\n#schedule-exam .email-filter-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 15px);\\n}\\n[dir] #schedule-exam .email-filter-scroll-area {\\n margin: auto;\\n}\\n#schedule-exam .email-filter-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#schedule-exam .email-content-scroll-area {\\n position: relative;\\n width: 100%;\\n height: calc(100% - 100px);\\n}\\n[dir] #schedule-exam .email-content-scroll-area {\\n margin: auto;\\n}\\n#schedule-exam .email-content-scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n#schedule-exam .scroll-area-mail-content {\\n position: relative;\\n width: 100%;\\n height: 93.7%;\\n}\\n[dir] #schedule-exam .scroll-area-mail-content {\\n margin: auto;\\n}\\n#schedule-exam .scroll-area-mail-content:not(.ps) {\\n overflow-y: auto;\\n}\\n[dir] #schedule-exam .email__mails .mail__opened-mail {\\n background-color: #eee;\\n}\\n#schedule-exam .email__mails .email__mail-item {\\n transition: all 0.35s;\\n}\\n[dir] #schedule-exam .email__mails .email__mail-item {\\n -webkit-transition: all 0.35s;\\n}\\n[dir] #schedule-exam .email__mails .email__mail-item:not(:first-of-type) .mail__mail-item {\\n border-top: 1px solid #dae1e7;\\n}\\n#schedule-exam .email__mails .email__mail-item .mail__mail-item {\\n transition: all 0.2s;\\n}\\n[dir] #schedule-exam .email__mails .email__mail-item .mail__mail-item {\\n -webkit-transition: all 0.2s;\\n}\\n#schedule-exam .email__mails .email__mail-item .mail__mail-item:hover {\\n -webkit-transform: translateY(-4px);\\n -webkit-box-shadow: 0px 3px 10px 0px #ccc;\\n transition: all 0.2s;\\n}\\n[dir] #schedule-exam .email__mails .email__mail-item .mail__mail-item:hover {\\n transform: translateY(-4px);\\n box-shadow: 0px 3px 10px 0px #ccc;\\n -webkit-transition: all 0.2s;\\n}\\n#schedule-exam .email__mails .email__mail-item .mail__mail-item .feather-icon {\\n color: #9c9c9c;\\n}\\n[dir] #schedule-exam .email-view-sidebar .vs-sidebar {\\n background-color: #f8f8f8 !important;\\n}\\n[dir=ltr] #schedule-exam .email-view-sidebar .vs-sidebar {\\n border-left: 1px solid #dae1e7;\\n}\\n[dir=rtl] #schedule-exam .email-view-sidebar .vs-sidebar {\\n border-right: 1px solid #dae1e7;\\n}\\n#schedule-exam .email-view-sidebar .email-header {\\n -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n z-index: 1;\\n position: relative;\\n}\\n[dir] #schedule-exam .email-view-sidebar .email-header {\\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04);\\n border-bottom: 1px solid #eee;\\n}\\n#schedule-exam .email-view-sidebar .open-mail-label {\\n transition: all 0.35s;\\n}\\n[dir] #schedule-exam .email-view-sidebar .open-mail-label {\\n -webkit-transition: all 0.35s;\\n}\\n[dir=ltr] #schedule-exam .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-left: 0;\\n margin-right: 0;\\n}\\n[dir=rtl] #schedule-exam .email-view-sidebar .mail__attachment .vs-chip--text {\\n margin-right: 0;\\n margin-left: 0;\\n}\\n.con-vs-dialog.email-compose .vs-dialog {\\n max-width: 530px;\\n}\\n[dir] .con-vs-dialog.email-compose .vs-dialog .vs-dialog-text {\\n padding: 0;\\n}\\n.con-vs-dialog.email-compose .vs-dialog .vs-dialog-text .scroll-area {\\n max-height: 75vh;\\n}\\n.con-vs-dialog.email-compose .vs-dialog .vs-dialog-text .scroll-area:not(.ps) {\\n overflow-y: auto;\\n}\\n[dir] .con-vs-dialog.email-compose .vs-dialog .vs-dialog-text .compose-mail-attachment .con-input-upload {\\n margin: 0;\\n}\\n.con-vs-dialog.email-compose .con-img-upload .con-input-upload {\\n height: 2.5rem;\\n width: 100%;\\n}\\n[dir] .con-vs-dialog.email-compose .con-img-upload .img-upload {\\n margin: 0;\\n margin-bottom: 0.5rem;\\n}\\n[dir=ltr] .con-vs-dialog.email-compose .con-img-upload .img-upload {\\n margin-right: 1.5rem;\\n}\\n[dir=rtl] .con-vs-dialog.email-compose .con-img-upload .img-upload {\\n margin-left: 1.5rem;\\n}\\n[dir] .con-vs-dialog.email-compose .quill-editor {\\n margin-bottom: 1.5rem;\\n}\\n.con-vs-dialog.email-compose .ql-editor {\\n height: 150px;\\n}\\n.svg-hover:hover {\\n fill: #158482;\\n}\\n.svg-hover {\\n fill: #626262;\\n}\\n#schedule-practical td {\\n line-height: 1;\\n}\\n[dir] #schedule-practical td {\\n border: 1px solid #c0c0c0;\\n}\\n[dir] #schedule-practical td:hover {\\n border-bottom: 1px solid #353434;\\n}\\n[dir] #schedule-practical td:first-child:hover {\\n border-bottom: 1px solid #c0c0c0;\\n}\\n[dir=ltr] #schedule-practical .vs-con-table td:last-child {\\n border-right: 1px solid transparent;\\n}\\n[dir=rtl] #schedule-practical .vs-con-table td:last-child {\\n border-left: 1px solid transparent;\\n}\\n[dir] #schedule-practical .vs-table--thead {\\n border: 1px solid transparent;\\n}\\n.icon {\\n font-size: 16px;\\n}\\n[dir] #schedule-practical .vs-con-table .vs-con-tbody .vs-table--tbody-table .tr-values .vs-table--td {\\n padding: 6px;\\n}\\n#schedule-practical .ps__scrollbar-y-rail {\\n z-index: 99999;\\n}\\n.vc-date {\\n display: none !important;\\n}\\n[dir=ltr] .vc-date-time {\\n margin-left: 0px !important;\\n}\\n[dir=rtl] .vc-date-time {\\n margin-right: 0px !important;\\n}\\n.vc-time-picker {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n -webkit-box-align: center;\\n -ms-flex-align: center;\\n align-items: center;\\n}\\n[dir] .vc-time-picker {\\n padding: 0px !important;\\n}\\n.vc-time-icon {\\n display: none !important;\\n}\", \"\"]);\n\n// exports\n","// style-loader: Adds some css to the DOM by adding a