(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[49],{ /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=script&lang=js": /*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=script&lang=js ***! \***************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components_Contacts_PopupContactList__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/components/Contacts/PopupContactList */ \"./src/components/Contacts/PopupContactList.vue\");\n/* harmony import */ var _Charts_ActiveLeadsByRatingPrintable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Charts/ActiveLeadsByRatingPrintable */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue\");\n/* harmony import */ var _Charts_ActiveLeadsByMediaSourcePrintable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Charts/ActiveLeadsByMediaSourcePrintable */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue\");\n/* harmony import */ var _Charts_ActiveLeadsBySubjectivePrintable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./Charts/ActiveLeadsBySubjectivePrintable */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue\");\n/* harmony import */ var _SalesPrintable__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./SalesPrintable */ \"./src/components/Dashboards/weeklyActivityPrintable/SalesPrintable.vue\");\n/* harmony import */ var _WeeklyActiveContactsPrintable__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./WeeklyActiveContactsPrintable */ \"./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue\");\n/* harmony import */ var _Event_RsvpListPopup__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../Event/RsvpListPopup */ \"./src/components/Event/RsvpListPopup.vue\");\n/* harmony import */ var _WeeklyActivity_SalesSummary__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../WeeklyActivity/SalesSummary */ \"./src/components/Dashboards/WeeklyActivity/SalesSummary.vue\");\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n props: {\n reportDate: {\n type: String,\n required: false\n },\n showNetTransactions: {\n type: Boolean,\n require: false,\n default: false\n },\n warMode: {\n type: Boolean,\n require: false,\n default: true\n }\n },\n components: {\n PopupContactList: _components_Contacts_PopupContactList__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n ActiveLeadsByRatingPrintable: _Charts_ActiveLeadsByRatingPrintable__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n ActiveLeadsByMediaSourcePrintable: _Charts_ActiveLeadsByMediaSourcePrintable__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n ActiveLeadsBySubjectivePrintable: _Charts_ActiveLeadsBySubjectivePrintable__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n SalesPrintable: _SalesPrintable__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n WeeklyActiveContactsPrintable: _WeeklyActiveContactsPrintable__WEBPACK_IMPORTED_MODULE_6__[\"default\"],\n RsvpListPopup: _Event_RsvpListPopup__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n SalesSummary: _WeeklyActivity_SalesSummary__WEBPACK_IMPORTED_MODULE_8__[\"default\"]\n },\n data() {\n return {\n activeLeadsDataIsDone: false,\n subContactList: [],\n dialog: false,\n activeLeadsData: [],\n rsvpLists: [],\n rsvpDialog: false,\n rsvpsEventId: null,\n topProspectsBySubjective: [],\n topProspectsByMspRating: [],\n salesPreBuiltHeaders: [{\n text: 'Home',\n value: 'asset',\n groupable: false\n }, {\n text: 'Status',\n value: 'status',\n groupable: false\n }, {\n text: 'Purchaser',\n value: 'buyer',\n groupable: false\n }, {\n text: 'Status Date',\n value: 'latestSalesDate',\n groupable: false\n }, {\n text: 'Plan',\n value: 'Asset.AssetPlan.title',\n groupable: false\n }, {\n text: 'List Price',\n value: 'listPrice',\n groupable: false\n }, {\n text: 'Options/Upgrades/Concessions (Post-Sale)',\n value: 'todo',\n groupable: false\n }, {\n text: 'Sale Price',\n value: 'salePrice',\n groupable: false\n }, {\n text: 'Agent',\n value: 'agent',\n groupable: false\n }],\n weeklyActiveContactsPreBuiltHeaders: [{\n text: 'Contact',\n value: 'fullNameLastFirst',\n sortable: true\n }, {\n text: 'New/BeBack',\n value: 'newBeback',\n sortable: true\n }, {\n text: 'Subjective Rating',\n value: 'subjectiveRating',\n sortable: true,\n sort: function () {}\n }, {\n text: 'MSP Rating',\n value: 'leadScoreLabelString',\n sortable: true\n }, {\n text: 'City',\n value: 'city',\n sortable: true\n }, {\n text: 'Influence Factors',\n value: 'influenceFactors',\n sortable: true\n }, {\n text: 'Purchase Type',\n value: 'purchaseType',\n sortable: true\n }, {\n text: 'Lot Interest',\n value: 'lotInterest',\n sortable: true\n }, {\n text: 'Plan Interest',\n value: 'planInterest',\n sortable: true\n }, {\n text: 'Media Source',\n value: 'MediaSource.name',\n sortable: true\n }, {\n text: 'Agent',\n value: 'agent',\n sortable: true\n }]\n };\n },\n mounted() {\n this.populate();\n this.$store.dispatch('RsvpEvent/pullData').then(data => {\n this.rsvpLists = data;\n });\n },\n watch: {\n reportDate: function () {\n this.populate();\n }\n },\n methods: {\n chartClicked(contactsArray) {\n if (contactsArray.length !== 0) {\n this.displayContacts(contactsArray);\n }\n },\n async populate() {\n this.activeLeadsDataIsDone = false;\n this.$store.dispatch('WeeklyActivityDashboard/initActiveLeads', this.reportDate).then(data => {\n this.activeLeadsData = data;\n this.activeLeadsDataIsDone = true;\n const {\n activeLeadsBySubjective: {\n A = [],\n B = []\n },\n activeLeadsByMspRating: {\n Highest = [],\n High = []\n }\n } = data;\n const getTotalBySubjective = (A, B) => {\n const topSubjective = [];\n if (A.length > 0) {\n topSubjective.push(...A);\n }\n if (B.length > 0) {\n topSubjective.push(...B);\n }\n return topSubjective;\n };\n const getTotalByMspRating = (Highest, High) => {\n const topMspRating = [];\n if (Highest.length > 0) {\n topMspRating.push(...Highest);\n }\n if (High.length > 0) {\n topMspRating.push(...High);\n }\n return topMspRating;\n };\n this.topProspectsBySubjective = getTotalBySubjective(A, B);\n this.topProspectsByMspRating = getTotalByMspRating(Highest, High);\n });\n },\n displayContacts(data) {\n this.dialog = true;\n this.subContactList = data;\n },\n popupContactClose() {\n this.subContactList = [];\n },\n displayRsvpLists(id) {\n this.rsvpsEventId = id;\n this.rsvpDialog = true;\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?vue&type=script&lang=js": /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?vue&type=script&lang=js ***! \***********************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n printMode: false,\n chartObj: null\n };\n },\n mounted() {\n if (this.activeLeadsChartDataByMediaSource) {\n this.chartConstructor(this.activeLeadsChartDataByMediaSource, this.options);\n }\n this.$root.$on('printMode', printMode => {\n this.printMode = printMode;\n if (this.chartObj) {\n this.chartObj.destroy();\n }\n this.chartConstructor(this.activeLeadsChartDataByMediaSource, this.options);\n });\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['activeLeadsChartDataByMediaSource']),\n options() {\n return {\n animation: 0,\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value) {\n return value.num;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.chartClick,\n responsive: false,\n maintainAspectRatio: false,\n indexAxis: 'y',\n scales: {\n y: {\n ticks: {\n color: 'black',\n font: {\n weight: 'normal',\n size: 12\n }\n },\n beginAtZero: true,\n display: true,\n grid: {\n display: false\n }\n },\n x: {\n display: false,\n grid: {\n display: false\n }\n }\n }\n };\n }\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.activeLeadsChartDataByMediaSource.datasets[info.datasetIndex].data[info.index].data;\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('activeLeadsbyMediaSource').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=script&lang=js": /*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=script&lang=js ***! \******************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n printMode: false,\n chartObj: null\n };\n },\n mounted() {\n if (this.activeLeadsChartDataByRating) {\n this.chartConstructor(this.activeLeadsChartDataByRating, this.options);\n }\n\n // this.$root.$on('printMode', (printMode) => {\n // this.printMode = printMode\n //\n // if (this.chartObj) {\n // this.chartObj.destroy()\n //\n // }\n // this.chartConstructor(\n // this.activeLeadsChartDataByRating,\n // this.options\n // )\n // })\n },\n watch: {\n chartData: {\n deep: true,\n handler() {\n this.$root.$on('printMode', printMode => {\n this.printMode = printMode;\n if (this.chartObj) {\n this.chartObj.destroy(); // oh well, this is what we have come to :(\n this.chartConstructor(this.chartData, this.options);\n }\n this.chartConstructor(this.activeLeadsChartDataByRating, this.options);\n });\n }\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['activeLeadsChartDataByRating']),\n options() {\n return {\n animation: 0,\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n //\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n padding: {\n top: 20\n },\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 10\n }\n }\n }\n }\n },\n onClick: this.chartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n display: false,\n stacked: true\n },\n x: {\n display: false,\n stacked: true\n }\n }\n };\n }\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.activeLeadsChartDataByRating.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('activeLeadsRating').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=script&lang=js": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=script&lang=js ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n chartObj: null,\n printMode: false\n };\n },\n mounted() {\n if (this.activeLeadsChartDataBySubjective) {\n this.chartConstructor(this.activeLeadsChartDataBySubjective, this.options);\n }\n\n // this.$root.$on('printMode', (printMode) => {\n // this.printMode = printMode\n // if (this.chartObj) {\n //\n // this.chartObj.destroy()\n // }\n // this.chartConstructor(\n // this.activeLeadsChartDataBySubjective,\n // this.options\n // )\n // })\n },\n watch: {\n chartData: {\n deep: true,\n handler() {\n this.$root.$on('printMode', printMode => {\n this.printMode = printMode;\n if (this.chartObj) {\n this.chartObj.destroy(); // oh well, this is what we have come to :(\n this.chartConstructor(this.chartData, this.options);\n }\n this.chartConstructor(this.activeLeadsChartDataByRating, this.options);\n });\n }\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['activeLeadsChartDataBySubjective']),\n options() {\n return {\n animation: 0,\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.chartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n display: false,\n stacked: true\n },\n x: {\n display: false,\n stacked: true\n }\n }\n };\n }\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.activeLeadsChartDataBySubjective.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('activeLeadsSubjective').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?vue&type=script&lang=js": /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?vue&type=script&lang=js ***! \**************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n chartObj: null,\n options: {\n animation: 0,\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value) {\n return value.num;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.chartClick,\n responsive: false,\n maintainAspectRatio: false,\n indexAxis: 'y',\n scales: {\n y: {\n ticks: {\n color: 'black',\n font: {\n weight: 'normal',\n size: 12\n }\n },\n beginAtZero: true,\n display: true,\n grid: {\n display: false\n }\n },\n x: {\n display: false,\n grid: {\n display: false\n }\n }\n }\n }\n };\n },\n mounted() {\n if (this.digitalChartDataByMediaSource) {\n this.chartConstructor(this.digitalChartDataByMediaSource, this.options);\n }\n },\n watch: {\n chartData: {\n deep: true,\n handler() {\n this.$root.$on('printMode', printMode => {\n this.printMode = printMode;\n if (this.chartObj) {\n this.chartObj.destroy(); // oh well, this is what we have come to :(\n this.chartConstructor(this.chartData, this.options);\n }\n this.chartConstructor(this.digitalChartDataByMediaSource, this.options);\n });\n }\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['digitalChartDataByMediaSource'])\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.digitalChartDataByMediaSource.datasets[info.datasetIndex].data[info.index].data;\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('digitalTrafficByMediaSource').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?vue&type=script&lang=js": /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?vue&type=script&lang=js ***! \*********************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n subjectiveChartObj: null,\n ratingChartObj: null,\n subjectiveOptions: {\n animation: 0,\n plugins: {\n title: {\n display: true,\n text: 'Subjective Rating'\n },\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.subjectiveChartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n stacked: true,\n display: false\n },\n x: {\n stacked: true,\n display: false\n }\n }\n },\n ratingOptions: {\n animation: 0,\n plugins: {\n title: {\n display: true,\n text: 'MSP Rating'\n },\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.ratingChartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n stacked: true,\n display: false\n },\n x: {\n display: false,\n stacked: true\n }\n }\n }\n };\n },\n mounted() {\n if (this.digitalChartDataBySubjective) {\n this.subjectiveChartConstructor(this.digitalChartDataBySubjective, this.subjectiveOptions);\n }\n if (this.digitalChartDataByRating) {\n this.ratingChartConstructor(this.digitalChartDataByRating, this.ratingOptions);\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['digitalChartDataBySubjective', 'digitalChartDataByRating'])\n },\n methods: {\n subjectiveChartClick(evt) {\n const chartIndex = this.subjectiveChartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.digitalChartDataBySubjective.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n ratingChartClick(evt) {\n const chartIndex = this.ratingChartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.digitalChartDataByRating.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n subjectiveChartConstructor(data, options) {\n var ctx = document.getElementById('digitalTrafficBySubjective').getContext('2d');\n this.subjectiveChartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n },\n ratingChartConstructor(data, options) {\n var ctx = document.getElementById('digitalTrafficByRating').getContext('2d');\n this.ratingChartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?vue&type=script&lang=js": /*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?vue&type=script&lang=js ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n chartObj: null,\n options: {\n animation: 0,\n layout: {\n padding: {\n top: 20\n }\n },\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value) {\n if (value.num === 0) {\n return '';\n }\n return value.num;\n },\n color: 'black',\n align: 'middle',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 18\n }\n }\n }\n }\n },\n barThickness: 20,\n onClick: this.chartClick,\n responsive: false,\n indexAxis: 'y',\n scales: {\n x: {\n max: function (data) {\n const dataValues = data.chart.config._config.data.datasets[0].data;\n var maxValue = Math.max.apply(Math, dataValues.map(function (obj) {\n return obj.num;\n }));\n maxValue += 1;\n return maxValue;\n },\n beginAtZero: true,\n display: false,\n grid: {\n display: false\n }\n },\n y: {\n grid: {\n display: false\n },\n font: {\n size: 14\n }\n }\n }\n }\n };\n },\n mounted() {\n if (this.digitalTrafficChartData) {\n this.chartConstructor(this.digitalTrafficChartData, this.options);\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['digitalTrafficChartData'])\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.digitalTrafficChartData.datasets[info.datasetIndex].data[info.index].data;\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('digitalTraffic').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?vue&type=script&lang=js": /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?vue&type=script&lang=js ***! \***************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n chartObj: null,\n options: {\n animation: 0,\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value) {\n return value.num;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.chartClick,\n responsive: false,\n maintainAspectRatio: true,\n indexAxis: 'y',\n scales: {\n y: {\n ticks: {\n color: 'black',\n font: {\n weight: 'normal',\n size: 12\n }\n },\n beginAtZero: true,\n display: true,\n grid: {\n display: false\n }\n },\n x: {\n display: false,\n grid: {\n display: false\n }\n }\n }\n }\n };\n },\n mounted() {\n if (this.physicalChartDataByMediaSource) {\n this.chartConstructor(this.physicalChartDataByMediaSource, this.options);\n }\n },\n watch: {\n chartData: {\n deep: true,\n handler() {\n this.$root.$on('printMode', printMode => {\n this.printMode = printMode;\n if (this.chartObj) {\n this.chartObj.destroy(); // oh well, this is what we have come to :(\n this.chartConstructor(this.chartData, this.options);\n }\n this.chartConstructor(this.physicalChartDataByMediaSource, this.options);\n });\n }\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['physicalChartDataByMediaSource'])\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.physicalChartDataByMediaSource.datasets[info.datasetIndex].data[info.index].data;\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('siteTrafficByMediaSource').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n this.$root.$on('printMode', val => {\n if (val === false) {\n this.chartObj.destroy();\n }\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?vue&type=script&lang=js": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?vue&type=script&lang=js ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n subjectiveChartObj: null,\n ratingChartObj: null,\n subjectiveOptions: {\n animation: 0,\n plugins: {\n title: {\n display: true,\n text: 'Subjective Rating'\n },\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.subjectiveChartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n stacked: true,\n display: false\n },\n x: {\n stacked: true,\n display: false\n }\n }\n },\n ratingOptions: {\n animation: 0,\n plugins: {\n title: {\n display: true,\n text: 'MSP Rating'\n },\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value, context) {\n if (value === 0) {\n return '';\n }\n return context.dataset.label[0] + ': ' + value;\n },\n color: 'black',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 12\n }\n }\n }\n }\n },\n onClick: this.ratingChartClick,\n responsive: true,\n maintainAspectRatio: false,\n scales: {\n y: {\n stacked: true,\n display: false\n },\n x: {\n stacked: true,\n display: false\n }\n }\n }\n };\n },\n mounted() {\n if (this.trafficChartDataBySubjective) {\n this.subjectiveChartConstructor(this.trafficChartDataBySubjective, this.subjectiveOptions);\n }\n if (this.trafficChartDataByRating) {\n this.ratingChartConstructor(this.trafficChartDataByRating, this.ratingOptions);\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['trafficChartDataBySubjective', 'trafficChartDataByRating'])\n },\n methods: {\n subjectiveChartClick(evt) {\n const chartIndex = this.subjectiveChartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.trafficChartDataBySubjective.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n ratingChartClick(evt) {\n const chartIndex = this.ratingChartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.trafficChartDataByRating.datasets[info.datasetIndex].contacts[info.index];\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n subjectiveChartConstructor(data, options) {\n var ctx = document.getElementById('physicalTrafficBySubjective').getContext('2d');\n this.subjectiveChartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n },\n ratingChartConstructor(data, options) {\n var ctx = document.getElementById('physicalTrafficByRating').getContext('2d');\n this.ratingChartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n stack: true,\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?vue&type=script&lang=js": /*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?vue&type=script&lang=js ***! \*******************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! chartjs-plugin-datalabels */ \"./node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js\");\n/* harmony import */ var chart_js_auto__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! chart.js/auto */ \"./node_modules/chart.js/auto/auto.mjs\");\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n data() {\n return {\n chartObj: null,\n options: {\n animation: 0,\n layout: {\n padding: {\n top: 20\n }\n },\n plugins: {\n legend: {\n display: false\n },\n tooltip: {\n enabled: false\n },\n datalabels: {\n formatter: function (value) {\n if (value.num === 0) {\n return '';\n }\n return value.num;\n },\n color: 'black',\n align: 'middle',\n labels: {\n title: {\n font: {\n weight: 'regular',\n size: 18\n }\n }\n }\n }\n },\n barThickness: 20,\n onClick: this.chartClick,\n responsive: false,\n indexAxis: 'y',\n scales: {\n x: {\n max: function (data) {\n const dataValues = data.chart.config._config.data.datasets[0].data;\n var maxValue = Math.max.apply(Math, dataValues.map(function (obj) {\n return obj.num;\n }));\n maxValue += 1;\n return maxValue;\n },\n beginAtZero: true,\n display: false,\n grid: {\n display: false\n }\n },\n y: {\n grid: {\n display: false\n },\n font: {\n size: 14\n }\n }\n }\n }\n };\n },\n mounted() {\n if (this.physicalTrafficChartData) {\n this.chartConstructor(this.physicalTrafficChartData, this.options);\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_0__[\"mapGetters\"])('WeeklyActivityDashboard', ['physicalTrafficChartData'])\n },\n methods: {\n chartClick(evt) {\n const chartIndex = this.chartObj.getElementsAtEventForMode(evt, 'nearest', {\n intersect: true\n }, true);\n if (chartIndex.length) {\n const info = chartIndex[0];\n const displayContactsData = this.physicalTrafficChartData.datasets[info.datasetIndex].data[info.index].data;\n this.$emit('ChartClicked', displayContactsData);\n }\n },\n chartConstructor(data, options) {\n var ctx = document.getElementById('physicalTraffic').getContext('2d');\n this.chartObj = new chart_js_auto__WEBPACK_IMPORTED_MODULE_2__[\"default\"](ctx, {\n type: 'bar',\n data: data,\n plugins: [chartjs_plugin_datalabels__WEBPACK_IMPORTED_MODULE_1__[\"default\"]],\n options: options\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=script&lang=js": /*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=script&lang=js ***! \******************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../lib/componentSettings.js */ \"./src/lib/componentSettings.js\");\n/* harmony import */ var _lib_formSelections_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../lib/formSelections.js */ \"./src/lib/formSelections.js\");\n/* harmony import */ var _misc_ExcelExport__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../misc/ExcelExport */ \"./src/components/misc/ExcelExport.vue\");\n/* harmony import */ var _lib_constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../lib/constants */ \"./src/lib/constants.js\");\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'EscrowTracking',\n components: {\n ExcelExport: _misc_ExcelExport__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n },\n props: {\n preBuiltHeaders: {\n type: Array,\n required: false,\n default: null\n }\n },\n data() {\n return {\n panel: [],\n selectedGroup: [],\n expanded: [],\n tableHeight: 100,\n printMode: false,\n headerOptionsList: [{\n key: 1,\n name: 'Home Details',\n colspan: '9',\n class: 'homeDetails'\n }, {\n key: 2,\n name: 'Transaction Details',\n colspan: '16',\n class: 'orsDetails'\n }, {\n key: 3,\n name: 'Deposits, Options, Upgrade',\n colspan: '6',\n class: 'depositsOptionsUpgrade'\n }, {\n key: 4,\n name: 'Financing',\n colspan: '6',\n class: 'financing'\n }, {\n key: 5,\n name: 'Escrow Details',\n colspan: '6',\n class: 'escrowDetails'\n }],\n sortingList: [\n // TODO - string comparison, gross\n 'Use Table/Column Sorting', 'Estimated Close of Escrow Date', 'Actual Close of Escrow Date', 'Buyer Signing Date', 'Contract Date'],\n assetTypeList: _lib_formSelections_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"].assetType,\n escrowStatusOptions: [{\n key: null,\n value: 'Show All'\n }, {\n key: 1,\n value: 'Open Escrow'\n }, {\n key: 3,\n value: 'Closed Escrow'\n }],\n currentTransaction: null,\n notesDialog: false,\n transactionDialog: false,\n currentAsset: null,\n assetDialog: false,\n contactId: null,\n notesContactId: null,\n notesRelateId: null,\n lenderList: [],\n listData: [],\n search: '',\n loading: false,\n headers: [],\n totalRows: 0,\n settings: {\n version: 2,\n // add filters to this object as well\n groupHeaderOptions: [],\n filterByEscrowStatus: 1,\n selectedSort: 'Use Table/Column Sorting',\n selectedAssetType: []\n },\n columnOptionsDialog: false,\n columnOptions: [{\n value: 'id',\n text: '',\n sortable: true,\n align: 'center',\n groupName: 'Home Details'\n }, {\n value: 'lotOrAddress',\n text: 'Lot/Address',\n sortable: true,\n width: '100px',\n groupName: 'Home Details'\n }, {\n value: 'buyer',\n text: 'Buyers Name',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'assetType',\n text: 'Asset Type',\n sortable: true,\n width: '100px',\n groupName: 'Home Details'\n }, {\n value: 'escrowStatusText',\n text: 'Escrow Status',\n sortable: true,\n width: '100px',\n groupName: 'Home Details'\n }, {\n value: 'plan',\n text: 'Plan',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'Asset.squareFeet',\n text: 'Sq.Feet',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'Asset.listPrice',\n text: 'List Price',\n sortable: true,\n divider: true,\n groupName: 'Home Details'\n }, {\n value: 'Asset.psf',\n text: 'List Price/Sq.Ft.',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'dateAccepted',\n text: 'Reservation Date',\n sortable: true,\n width: '140px',\n groupName: 'Transaction Details'\n }, {\n value: 'dateContract',\n text: 'Contract Date',\n sortable: true,\n width: '140px',\n groupName: 'Transaction Details'\n }, {\n value: 'contingentDate',\n text: 'Contingent Deadline',\n sortable: true,\n width: '140px',\n groupName: 'Transaction Details'\n }, {\n value: 'PrimaryBuyerContact.MediaSource.name',\n text: 'Source',\n sortable: true,\n width: '140px',\n groupName: 'Transaction Details'\n }, {\n value: 'baseSalesPrice',\n text: 'Base Price',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'basePriceSqFeet',\n text: 'Offer Price/Sq.Feet',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'commissionableOptionsTotal',\n text: 'Commissionable Options',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'commissionableConcessionsTotal',\n text: 'Commissionable Concessions',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'otherOptions',\n text: 'Other Options',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'otherConccessions',\n text: 'Other Concessions',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'totalPrice',\n text: 'Total Price',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'totalPriceSqFeet',\n text: 'Total Price/Sq.Feet',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'totalSalesPrice',\n text: 'Total Sales Price',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'netPriceSqFeet',\n text: 'Net Price/Sq.Feet',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'brokerReferralAmount',\n text: 'Broker Referral Amount',\n sortable: true,\n divider: true,\n groupName: 'Transaction Details'\n }, {\n value: 'goodFaith',\n text: 'Good Faith Deposit',\n sortable: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'secondDeposit',\n text: '2nd Deposit',\n sortable: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'builderOptions',\n text: 'Builder Options Deposit',\n sortable: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'designCenter',\n text: 'Design Center Deposits',\n sortable: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'builderOptionsFinal',\n text: 'Builder Options Final Date',\n sortable: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'designCenterFinal',\n text: 'Design Center Final Date',\n sortable: true,\n divider: true,\n groupName: 'Deposits, Options, Upgrade'\n }, {\n value: 'preApprovalDate',\n text: 'Pre-Approval Date',\n sortable: true,\n width: '140px',\n groupName: 'Financing'\n }, {\n value: 'lenderName',\n text: 'Lender Name',\n sortable: true,\n width: '140px',\n groupName: 'Financing'\n }, {\n value: 'lenderContact',\n text: 'Lender Contact',\n sortable: true,\n width: '140px',\n groupName: 'Financing'\n }, {\n value: 'rateLock',\n text: 'Rate Lock Expiration',\n sortable: true,\n groupName: 'Financing'\n }, {\n value: 'financingContingecy',\n text: 'Financing Contingency Removal Date',\n sortable: true,\n width: '140px',\n divider: true,\n groupName: 'Financing'\n }, {\n value: 'estCloseDate',\n text: 'Target COE Date',\n sortable: true,\n width: '140px',\n groupName: 'Escrow Details'\n }, {\n value: 'firstWalkDate',\n text: 'First Walk Thru Date',\n sortable: true,\n width: '140px',\n groupName: 'Escrow Details'\n }, {\n value: 'finalWalkDate',\n text: 'Final Walk Thru Date',\n sortable: true,\n width: '140px',\n groupName: 'Escrow Details'\n }, {\n value: 'docsTitleDate',\n text: 'Docs in Title Date',\n sortable: true,\n width: '140px',\n groupName: 'Escrow Details'\n }, {\n value: 'buyerSigningDate',\n text: 'Buyer Signing Date',\n sortable: true,\n width: '140px',\n groupName: 'Escrow Details'\n }, {\n value: 'coe',\n text: 'Actual COE Date',\n sortable: false,\n width: '140px',\n divider: true,\n groupName: 'Escrow Details'\n }]\n };\n },\n mounted() {\n console.debug('Escrow Tracking: mounted'); // unique list data name\n var settings = _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].loadSettings(this);\n if (settings && settings.groupHeaderOptions) {\n this.settings = settings; // will trigger the watch and upate columns / data\n } else {\n this.settings.groupHeaderOptions = this.headerOptionsList;\n _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].saveSettings(this); // save defaults\n }\n this.populate();\n this.buildHeaders();\n },\n filters: {\n getPreApprovalDate: function (data) {\n const prequals = data.PrimaryBuyerContact ? data.PrimaryBuyerContact.ContactPrequals : [];\n data = prequals[0] ? prequals[0].prequalDate : '';\n return data;\n },\n getLineItemAmount: function (lineItems, type) {\n const data = lineItems ? lineItems.filter(item => item.type === type) : '';\n return data[0] ? data[0].amount : 0;\n },\n dateContract: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].ESCROW_OPEN_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n dateAccepted: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].ACCEPTED_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n goodFaith: function (deposits) {\n const data = deposits ? deposits.filter(item => item.depositType === 1) : '';\n return data[0] ? data[0].depositAmount : 0;\n },\n secondDeposit: function (deposits) {\n const data = deposits ? deposits.filter(item => item.depositType === 2) : '';\n return data[0] ? data[0].depositAmount : 0;\n },\n builderOptionDeposit: function (deposits) {\n const data = deposits ? deposits.filter(item => item.depositType === 3) : '';\n return data[0] ? data[0].depositAmount : 0;\n },\n designCenterDeposits: function (deposits) {\n const data = deposits ? deposits.filter(item => item.depositType === 4) : '';\n return data[0] ? data[0].depositAmount : 0;\n },\n builderOptionDate: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].BUILDER_OPTIONS_FINAL_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n designCenterDate: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].DESIGN_CENTER_FINAL_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n estCloseDate: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].ESTIMATED_COE_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n rateLock: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].LOCK_EXPIRATION) : '';\n return data[0] ? data[0].date : '';\n },\n firstWalk: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].FIRST_WALK_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n finalWalk: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].FINAL_WALK_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n docsTitle: function (TransactionDates) {\n const data = TransactionDates ? TransactionDates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].DOCS_IN_DATE) : '';\n return data[0] ? data[0].date : '';\n },\n getCoeDate(dates) {\n if (dates) {\n const soldDate = dates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].DISPOSITION_DATE && item.label === 'Sold Date');\n return soldDate[0] ? soldDate[0].date : '';\n } else {\n return '';\n }\n }\n },\n computed: {},\n watch: {\n settings: {\n deep: true,\n handler() {\n this.buildHeaders();\n _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].saveSettings(this);\n this.populate();\n }\n }\n },\n methods: {\n isEstCoeConfirmed(dates) {\n if (!dates) return false;\n const date = dates.find(d => d.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].ESTIMATED_COE_DATE);\n return date ? !!date.confirmed : false;\n },\n getFinancingContingency(contingencies) {\n if (contingencies) {\n const financingContingecy = contingencies.filter(c => c.reason === 3);\n if (financingContingecy.length > 0) {\n return financingContingecy[0].expires;\n }\n } else {\n return '';\n }\n },\n brokerReferralAmount: function (transaction) {\n var referralAmount = 0;\n const totalPrice = transaction.LineItems ? transaction.LineItems.filter(item => item.type === 10)[0].amount : '';\n if (transaction.socPrimary && transaction.socPrimary < 100) {\n const totalCommission = transaction.socPrimary + transaction.socSecondary + transaction.socTertiary;\n referralAmount = totalPrice * (totalCommission / 100);\n } else {\n const totalCommission = transaction.socPrimary + transaction.socSecondary + transaction.socTertiary;\n referralAmount = totalCommission;\n }\n return Math.round(referralAmount);\n },\n onResize(event) {\n var viewport = document.getElementById('appViewport').getBoundingClientRect(); // App.vue\n var footer = document.getElementById('footer').getBoundingClientRect(); // App.vue\n var toolbar = document.getElementById('toolbar').getBoundingClientRect();\n var expansionPanel = document.getElementById('expansionPanel').getBoundingClientRect();\n this.tableHeight = window.innerHeight - viewport.y - toolbar.height - expansionPanel.height - footer.height - 24; // 48 = roughly v-card top + bottom padding\n },\n getUser(createUser) {\n if (this.userList && this.userList.length) {\n const user = this.userList.filter(item => item.id === createUser);\n return user[0] ? user[0].fullName : 'System User';\n }\n },\n getNoteRelType(relType) {\n switch (relType) {\n case 19:\n return 'ors';\n default:\n return 'Type not Found';\n }\n },\n getPlans: function (plansData) {\n return plansData.AssetPlan ? plansData.AssetPlan.title : '';\n },\n getAssetType: function (assetType) {\n return assetType ? this.$options.filters.translateFormSelection(assetType, 'assetType') : 'NA';\n },\n // lenderContact: function (Escrows) {\n // const data = Escrows[0]\n // ? Escrows[0].EscrowMeta.filter((item) => item.metaId === 4)\n // : ''\n // return data[0] ? data[0].value : 'TBD'\n // },\n displayTransaction(id) {\n this.currentTransaction = id;\n this.transactionDialog = true;\n },\n closeTransactionDialog() {\n this.transactionDialog = false;\n },\n displayAsset(data) {\n this.$store.dispatch('Asset/initById', data.Asset.id).then(() => {\n this.currentAsset = data.Asset.id;\n this.assetDialog = true;\n });\n },\n closeAssetDialog() {\n this.assetDialog = false;\n },\n closeNotesDialog() {\n this.notesDialog = false;\n },\n displayNotes(data) {\n this.notesContactId = data.Contact.id;\n this.notesRelateId = data.id;\n this.notesDialog = true;\n },\n lenderName(contact) {\n var lenderId;\n if (contact.ContactPrequals.length > 0) {\n lenderId = contact.ContactPrequals[0].lenderId;\n const matchedLender = this.lenderList.filter(lender => lender.id === lenderId);\n if (matchedLender.length > 0) {\n return matchedLender[0].bankName;\n } else {\n return 'No Lender';\n }\n } else {\n return '';\n }\n },\n getBuyerSigningDate(dates) {\n if (dates) {\n const data = dates ? dates.filter(item => item.milestone === _lib_constants__WEBPACK_IMPORTED_MODULE_3__[\"TRANSACTION_MILESTONE\"].BUYER_SIGNED_DATE) : '';\n return data[0] ? this.$options.filters.prettyDate(data[0].date) : '';\n } else {\n return '';\n }\n },\n closeColumnPrefs: function () {\n this.columnOptionsDialog = false;\n // rebuild is simply handled by watch in this example, but could be placed here\n },\n async populate() {\n this.lenderList = await this.$store.dispatch('Lender/pullData');\n var data = []; // start with an empty array to populate\n this.listData = [];\n if (!this.prepopulatedList) {\n // preprovided list is not being used\n data = await this.$store.dispatch('EscrowTracking/pullEscrowTracking');\n } else {\n data = this.prepopulatedList; // use provided data instead of making an API call\n }\n this.listData = this.applyFilters(data); // NOTE: same object is returned\n this.expanded = this.listData;\n },\n applyFilters(data) {\n this.totalRows = data.length;\n data = data.map(item => {\n var newItem = {\n ...item\n };\n newItem.buyer = item.PrimaryBuyerContact ? item.PrimaryBuyerContact.fullName : '';\n newItem.lotOrAddress = item.Asset.lotNumber ? item.Asset.lotNumber : item.Asset.shortAddress;\n newItem.plan = this.getPlans(item.Asset ? item.Asset : []);\n newItem.lenderName = this.lenderName(item.PrimaryBuyerContact);\n newItem.buyerSigningDate = this.getBuyerSigningDate(item.Dates);\n newItem.assetType = this.getAssetType(item.Asset.assetType);\n newItem.escrowStatusText = this.$options.filters.translateFormSelection(item.escrowStatus, 'escrowStatus');\n return newItem;\n });\n if (this.settings.filterByEscrowStatus !== null) {\n data = data.filter(item => {\n return item.escrowStatus === this.settings.filterByEscrowStatus;\n });\n }\n if (this.settings.selectedAssetType.length) {\n data = data.filter(ors => this.settings.selectedAssetType.includes(ors.Asset.assetType));\n }\n\n // TODO - this sort method is suspect, since the table supports sorting natively on this column\n if (this.settings.selectedSort === 'Estimated Close of Escrow Date') {\n data = data.sort((a, b) => a.estCloseDate < b.estCloseDate ? 1 : b.estCloseDate < a.estCloseDate ? -1 : 0);\n }\n\n // TODO - this sort method is suspect, since the table supports sorting natively on this column\n if (this.settings.selectedSort === 'Actual Close of Escrow Date') {\n data = data.sort((a, b) => a.Escrows[0].actualCOE < b.Escrows[0].actualCOE ? 1 : b.Escrows[0].actualCOE < a.Escrows[0].actualCOE ? -1 : 0);\n }\n\n // this sort makes sense, because the sort would FAIL on text since it displays the day-of-week as the first parameter\n if (this.settings.selectedSort === 'Contract Date') {\n data = data.sort((a, b) => a.dateContract < b.dateContract ? 1 : b.dateContract < a.dateContract ? -1 : 0);\n }\n if (this.settings.selectedSort === 'Buyer Signing Date') {\n data = data.sort((a, b) => a.buyerSigningDate > b.buyerSigningDate ? 1 : b.buyerSigningDate > a.buyerSigningDate ? -1 : 0);\n }\n return data;\n },\n resetFilters: function () {\n // add code to set filters to their defaults here\n _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"].clearSettings(this.$options.name);\n this.settings = {\n filterByEscrowStatus: null,\n selectedSort: 'Use Table/Column Sorting',\n selectedAssetType: [],\n groupHeaderOptions: this.headerOptionsList\n };\n this.populate();\n },\n buildHeaders() {\n this.headers = this.preBuiltHeaders;\n // this.settings.groupHeaderOptions.forEach((group) => {\n // this.columnOptions.forEach((colOpt) => {\n // if (group.name === colOpt.groupName) {\n // this.headers.push(colOpt)\n // }\n // })\n // })\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=script&lang=js": /*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=script&lang=js ***! \******************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _lib_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../lib/api.js */ \"./src/lib/api.js\");\n/* harmony import */ var _Asset_Asset__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../Asset/Asset */ \"./src/components/Asset/Asset.vue\");\n/* harmony import */ var _misc_ExcelExport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../misc/ExcelExport */ \"./src/components/misc/ExcelExport.vue\");\n/* harmony import */ var _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../lib/componentSettings.js */ \"./src/lib/componentSettings.js\");\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n components: {\n AssetEdit: _Asset_Asset__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n ExcelExport: _misc_ExcelExport__WEBPACK_IMPORTED_MODULE_3__[\"default\"]\n },\n props: {\n statusDisplayed: {\n type: String,\n required: true\n },\n projectName: {\n type: String\n },\n preBuiltHeaders: {\n type: Array,\n required: false,\n default: null\n }\n },\n data() {\n return {\n isPrintMode: false,\n search: '',\n homesList: [],\n assetEditDialog: false,\n currentAsset: null,\n headers: [\n // { text: 'id', value: 'id', sortable: true },\n ],\n settings: {\n // add filters to this object as well\n optionStates: {\n // default columns\n // firstname: true,\n lotNumber: true,\n availableStatus: true,\n constructionStatus: true,\n 'AssetPlan.title': true,\n elevation: true,\n bedrooms: true,\n bathrooms: true,\n denOffice: true,\n bonusRoom: true,\n mudRoom: true,\n parking: true,\n stories: true,\n squareFeet: true,\n lotSquareFeet: true,\n basePrice: true,\n bsf: true,\n preContractOptions: true,\n lotPremium: true,\n listPrice: true,\n psf: true\n }\n },\n columnOptionsDialog: false,\n columnOptions: [{\n text: 'Lot #',\n value: 'lotNumber',\n sortable: true\n }, {\n text: 'Home Status',\n value: 'availableStatus',\n sortable: true\n }, {\n text: 'Construction Status',\n value: 'constructionStatus',\n sortable: true\n }, {\n text: 'Plan',\n value: 'AssetPlan.title',\n sortable: true\n }, {\n text: 'Elevation',\n value: 'elevation',\n sortable: true\n }, {\n text: 'Beds',\n value: 'bedrooms',\n sortable: true\n }, {\n text: 'Bath',\n value: 'bathrooms',\n sortable: true\n }, {\n text: 'Den',\n value: 'denOffice',\n sortable: true\n }, {\n text: 'Bonus Play Room',\n value: 'bonusRoom',\n sortable: true\n }, {\n text: 'Mud Room',\n value: 'mudRoom',\n sortable: true\n }, {\n text: 'Garage#',\n value: 'parking',\n sortable: true\n }, {\n text: 'Stories',\n value: 'stories',\n sortable: true\n }, {\n text: 'Sq.Ft.',\n value: 'squareFeet',\n sortable: true\n }, {\n text: 'Lot Size',\n value: 'lotSquareFeet',\n sortable: true\n }, {\n text: 'Base Price',\n value: 'basePrice',\n sortable: true\n }, {\n text: 'BSF',\n value: 'bsf',\n sortable: true\n }, {\n text: 'Garage /Elev /Options /Prem',\n value: 'preContractOptions',\n sortable: true\n }, {\n text: 'Lot Premium',\n value: 'lotPremium',\n sortable: true\n }, {\n text: 'List Price',\n value: 'listPrice',\n sortable: true\n }, {\n text: 'PSF',\n value: 'psf',\n sortable: true\n }],\n defaultSort: ['constructionStatus', 'lotNumber'],\n // default sort column, set as an array so it can be sorted by multiple columns\n defaultSortDesc: [true, true],\n excludedAssetTypes: [348, 350, 351]\n };\n },\n mounted() {\n console.debug('Home Status Table Mounted', this.statusDisplayed);\n this.populate();\n this.$root.$on('AssetSaved', () => {\n this.assetEditDialog = false;\n this.populate();\n });\n var settings = _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"].loadSettings(this);\n if (settings) {\n this.settings = settings; // will trigger the watch and upate columns / data\n } else {\n _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"].saveSettings(this); // save defaults\n }\n this.buildHeaders();\n },\n watch: {\n settings: {\n deep: true,\n handler() {\n this.buildHeaders();\n _lib_componentSettings_js__WEBPACK_IMPORTED_MODULE_4__[\"default\"].saveSettings(this); // save defaults\n }\n }\n },\n computed: {\n toolbarTitle: function () {\n return (this.statusDisplayed === 'Unreleased' ? 'Not Released' : this.statusDisplayed) + ' Homes';\n }\n },\n methods: {\n getParkingData(plan) {\n const parkingStr = this.$options.filters.translateFormSelection(plan.parkingRange, 'parkingRange') + ' ' + this.$options.filters.translateFormSelection(plan.parkingType, 'parkingType');\n return parkingStr;\n },\n populate() {\n Object(_lib_api_js__WEBPACK_IMPORTED_MODULE_1__[\"doAPIGet\"])('/dashboards/homeStatus/' + this.statusDisplayed.toLowerCase()).then(res => {\n this.homesList = res.data;\n console.log('COMPONENT DATA', 'total-' + this.statusDisplayed, this.homesList.length);\n var listenMsg = 'total-' + this.statusDisplayed;\n this.$emit(listenMsg, this.homesList ? this.homesList.length : 0);\n });\n },\n editAsset(id) {\n this.currentAsset = id;\n this.assetEditDialog = true;\n },\n closeAssetEditDialog() {\n this.assetEditDialog = false;\n },\n doPDFPrint() {\n this.isPrintMode = true;\n this.$nextTick(() => {\n this.$root.$emit('printMode', true);\n this.$nextTick(() => {\n this.isPrintMode = false;\n });\n });\n },\n buildHeaders() {\n if (this.preBuiltHeaders) {\n this.headers = this.preBuiltHeaders;\n } else {\n this.headers = [];\n this.columnOptions.forEach(opt => {\n // opt has a value & text & sortable\n if (this.settings.optionStates[opt.value]) {\n this.headers.push(opt);\n }\n });\n }\n },\n closeColumnPrefs() {\n this.columnOptionsDialog = false;\n // rebuild is simply handled by watch in this example, but could be placed here\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=script&lang=js": /*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=script&lang=js ***! \**************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _lib_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../lib/api.js */ \"./src/lib/api.js\");\n/* harmony import */ var _HomeStatusListPrintable_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./HomeStatusListPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue\");\n/* harmony import */ var _Asset_AssetPlanList_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../Asset/AssetPlanList.vue */ \"./src/components/Asset/AssetPlanList.vue\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _store_dataMappers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../store/dataMappers */ \"./src/store/dataMappers.js\");\n/* harmony import */ var _HomeStatus_ConstructionStatusChart_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! .././HomeStatus/ConstructionStatusChart.vue */ \"./src/components/Dashboards/HomeStatus/ConstructionStatusChart.vue\");\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n components: {\n HomeStatusListPrintable: _HomeStatusListPrintable_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n AssetPlan: _Asset_AssetPlanList_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n Chart: _HomeStatus_ConstructionStatusChart_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n props: {\n warMode: {\n type: Boolean,\n require: false,\n default: false\n }\n },\n data() {\n return {\n loaded: false,\n tableFilter: null,\n totals: 0,\n availableTracker: 0,\n soldTracker: 0,\n notReleasedTracker: 0,\n closedTracker: 0,\n project: [],\n logo: '',\n sitemap: '',\n consultantsList: [],\n chartData: {\n labels: [],\n datasets: [{\n backgroundColor: ['#B71C1C', '#9C27B0', '#3F51B5', '#009688', '#1B5E20', '#FF5722', '#795548'],\n data: []\n }]\n },\n options: {\n responsive: true,\n maintainAspectRatio: false\n },\n HomeStatusListColumnProps: [{\n text: 'Lot #',\n value: 'lotNumber',\n sortable: true\n }, {\n text: 'Home Status',\n value: 'availableStatus',\n sortable: true\n }, {\n text: 'Construction Status',\n value: 'constructionStatus',\n sortable: true\n }, {\n text: 'Plan',\n value: 'AssetPlan.title',\n sortable: true\n }, {\n text: 'Elevation',\n value: 'elevation',\n sortable: true\n }, {\n text: 'Sq.Ft.',\n value: 'squareFeet',\n sortable: true\n }, {\n text: 'Lot Size',\n value: 'lotSquareFeet',\n sortable: true\n }, {\n text: 'Base Price',\n value: 'basePrice',\n sortable: true\n }, {\n text: 'BSF',\n value: 'bsf',\n sortable: true\n }, {\n text: 'Garage /Elev /Options /Prem',\n value: 'preContractOptions',\n sortable: true\n }, {\n text: 'Lot Premium',\n value: 'lotPremium',\n sortable: true\n }, {\n text: 'List Price',\n value: 'listPrice',\n sortable: true\n }, {\n text: 'PSF',\n value: 'psf',\n sortable: true\n }]\n };\n },\n beforeMount() {\n this.$store.dispatch('User/pullData').then(data => {\n this.consultantsList = data;\n });\n this.$store.dispatch('Project/initById', this.$store.state.AuthUser.activeProject);\n this.getImages();\n this.populate();\n this.$root.$on('AssetSaved', () => {\n this.populate();\n });\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_4__[\"mapState\"])('Project', ['obj', 'error', 'changed']),\n // object type\n ...Object(_store_dataMappers__WEBPACK_IMPORTED_MODULE_5__[\"mapFields\"])({\n fields: ['title', 'dues', 'phone', 'consultantId', 'projectType'],\n // array of mapped fields from the object\n base: 'Project',\n // object type\n mutation: 'INIT_OBJECT'\n })\n },\n methods: {\n doPDFPrint() {\n this.$root.$emit('printMode', true);\n },\n totalAvailable(value) {\n this.availableTracker = value;\n },\n totalSold(value) {\n this.soldTracker = value;\n },\n totalNotReleased(value) {\n this.notReleasedTracker = value;\n },\n totalClosed(value) {\n this.closedTracker = value;\n },\n getTotalTracker() {\n const totalTracker = this.availableTracker + this.soldTracker + this.notReleasedTracker + this.closedTracker;\n return totalTracker;\n },\n getImages() {\n Object(_lib_api_js__WEBPACK_IMPORTED_MODULE_1__[\"doAPIGet\"])('/dashboards/homeStatus/siteMap').then(res => {\n this.sitemap = res.data;\n });\n Object(_lib_api_js__WEBPACK_IMPORTED_MODULE_1__[\"doAPIGet\"])('/dashboards/homeStatus/logo').then(res => {\n this.logo = res.data;\n });\n },\n populate() {\n Object(_lib_api_js__WEBPACK_IMPORTED_MODULE_1__[\"doAPIGet\"])('/dashboards/homeStatus/constructionStatus').then(res => {\n this.loaded = false;\n const keys = Object.keys(res.data);\n const values = Object.values(res.data);\n this.chartData = {\n labels: [],\n datasets: [{\n backgroundColor: ['#B71C1C', '#9C27B0', '#3F51B5', '#009688', '#1B5E20', '#FF5722', '#795548'],\n data: []\n }]\n };\n keys.forEach(item => {\n if (item === 'null') {\n this.chartData.labels.push('Unknown');\n } else {\n this.chartData.labels.push(this.$options.filters.translateFormSelection(item, 'constructionStatus'));\n }\n });\n\n // this.chartData.labels.reverse() appears to cause a bug?\n values.forEach(item => {\n this.chartData.datasets[0].data.push(item);\n });\n this.loaded = true;\n });\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=script&lang=js": /*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=script&lang=js ***! \***********************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _components_Contacts_PopupContactList__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components/Contacts/PopupContactList */ \"./src/components/Contacts/PopupContactList.vue\");\n/* harmony import */ var _Charts_PhysicalTrafficChartPrintable_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Charts/PhysicalTrafficChartPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue\");\n/* harmony import */ var _Charts_DigitalTrafficPrintable_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Charts/DigitalTrafficPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue\");\n/* harmony import */ var _Charts_PhysicalTrafficByRatingPrintable_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./Charts/PhysicalTrafficByRatingPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue\");\n/* harmony import */ var _Charts_DigitalTrafficByRatingPrintable_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./Charts/DigitalTrafficByRatingPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue\");\n/* harmony import */ var _Charts_PhysicalTrafficByMediaSourcePrintable_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./Charts/PhysicalTrafficByMediaSourcePrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue\");\n/* harmony import */ var _Charts_DigitalTrafficByMediaSourcePrintable_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./Charts/DigitalTrafficByMediaSourcePrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue\");\n/* harmony import */ var _Project_WeeklyTrafficNotes_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../Project/WeeklyTrafficNotes.vue */ \"./src/components/Project/WeeklyTrafficNotes.vue\");\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n// import WeeklyTrafficNotes from '../../Project/WeeklyTrafficNotes.vue'\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n props: {\n reportDate: {\n type: String,\n required: false\n }\n },\n components: {\n WeeklyTrafficNotes: _Project_WeeklyTrafficNotes_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n PopupContactList: _components_Contacts_PopupContactList__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n PhysicalTrafficChartPrintable: _Charts_PhysicalTrafficChartPrintable_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n DigitalTrafficChartPrintable: _Charts_DigitalTrafficPrintable_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n PhysicalTrafficByRatingPrintable: _Charts_PhysicalTrafficByRatingPrintable_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n DigitalTrafficByRatingPrintable: _Charts_DigitalTrafficByRatingPrintable_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n PhysicalTrafficByMediaSourcePrintable: _Charts_PhysicalTrafficByMediaSourcePrintable_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n DigitalTrafficByMediaSourcePrintable: _Charts_DigitalTrafficByMediaSourcePrintable_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n data() {\n return {\n trafficDataLoaded: false,\n digitalDataLoaded: false,\n analyticsDataLoaded: false,\n reportData: [],\n subContactList: [],\n dialog: false,\n subjectiveChartData: {\n labels: ['Subjective'],\n datasets: []\n },\n mspRatingChartData: {\n labels: ['MSP Rating'],\n datasets: []\n }\n };\n },\n mounted() {\n this.populate();\n },\n watch: {\n reportDate: function () {\n this.populate();\n }\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_8__[\"mapGetters\"])('WeeklyActivityDashboard', ['newLeadsBar', 'physicalChartDataByMediaSource', 'digitalRatioCal', 'trafficRatioCal'])\n },\n methods: {\n chartClicked(contactsArray) {\n if (contactsArray.length !== 0) {\n this.displayContacts(contactsArray);\n }\n },\n async populate() {\n // this is forcing the charts to refresh and update\n this.trafficDataLoaded = false;\n this.digitalDataLoaded = false;\n this.analyticsDataLoaded = false;\n this.$store.dispatch('WeeklyActivityDashboard/initWeek', this.reportDate).then(() => {\n this.trafficDataLoaded = true;\n });\n this.$store.dispatch('WeeklyActivityDashboard/initDLRWeek', this.reportDate).then(() => {\n this.digitalDataLoaded = true;\n });\n this.$store.dispatch('WeeklyActivityDashboard/initDigitalAnalytics', this.reportDate).then(() => {\n this.analyticsDataLoaded = true;\n });\n },\n displayContacts(data) {\n this.subContactList = data.map(c => {\n return c.Contact ? c.Contact : c;\n });\n this.dialog = true;\n },\n popupContactClose() {\n this.subContactList = [];\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=script&lang=js": /*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=script&lang=js ***! \************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.push.js */ \"./node_modules/core-js/modules/es.array.push.js\");\n/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n/* harmony import */ var _store_dataMappers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../store/dataMappers */ \"./src/store/dataMappers.js\");\n/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! moment */ \"./node_modules/moment/moment.js\");\n/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_3__);\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'WeeklyActiveContacts',\n props: {\n dateProp: {\n type: String,\n require: true\n },\n activeLeadsData: {\n type: Object,\n require: true,\n default: () => {\n return [];\n }\n },\n preBuiltHeaders: {\n type: Array,\n required: false,\n default: null\n }\n },\n data() {\n return {\n showHideActiveLeads: true,\n listData: [],\n loading: false,\n expanded: [],\n starredContacts: [],\n headers: [{\n text: 'Star',\n value: 'star',\n sortable: true\n }, {\n text: 'Contact',\n value: 'fullNameLastFirst',\n sortable: true\n }, {\n text: 'New/BeBack',\n value: 'newBeback',\n sortable: true\n }, {\n text: 'Subjective Rating',\n value: 'subjectiveRatingString',\n sortable: true,\n sort: function () {}\n }, {\n text: 'MSP Rating',\n value: 'leadScoreLabelString',\n sortable: true\n }, {\n text: 'State',\n value: 'state',\n sortable: true\n }, {\n text: 'City',\n value: 'city',\n sortable: true\n }, {\n text: 'Influence Factors',\n value: 'influenceFactors',\n sortable: true\n }, {\n text: 'Purchase Type',\n value: 'purchaseType',\n sortable: true\n }, {\n text: 'Buy Time Frame',\n value: 'timeFrame',\n sortable: true\n }, {\n text: 'Lot Interest',\n value: 'lotInterest',\n sortable: true\n }, {\n text: 'Plan Interest',\n value: 'planInterest',\n sortable: true\n }, {\n text: 'Media Source',\n value: 'MediaSource.name',\n sortable: true\n }, {\n text: 'Agent',\n value: 'agent',\n sortable: true\n }, {\n text: 'Contact Creation',\n value: 'createdAt',\n sortable: true\n }, {\n text: 'Completeness',\n value: 'completenessScore',\n sortable: true\n }],\n userList: []\n };\n },\n beforeMount() {\n this.buildHeaders();\n },\n mounted() {\n console.debug('WeeklyActiveContacts: mounted');\n this.$store.dispatch('User/pullData').then(data => {\n this.userList = data;\n });\n this.populate();\n },\n watch: {\n dateProp() {\n this.populate();\n },\n showHideActiveLeads() {\n this.populate();\n }\n },\n computed: {\n ...Object(_store_dataMappers__WEBPACK_IMPORTED_MODULE_2__[\"mapFields\"])({\n fields: ['contactId', 'date'],\n // array of mapped fields from the object\n base: 'WeeklyActiveContacts',\n // object type\n mutation: 'INIT_OBJECT'\n })\n },\n methods: {\n getUser(createUser) {\n const user = this.userList.filter(item => item.id === createUser);\n return user[0] ? user[0].fullName : 'System User';\n },\n getNoteRelType(relType) {\n switch (relType) {\n case 4:\n return 'Site Visit';\n case 2:\n return 'Contact';\n case 6:\n return 'Communication';\n case 19:\n return 'Transaction';\n case 50:\n return 'Task';\n case 33:\n return 'Perception of Value';\n case 51:\n return 'Pre-Qualification';\n case 52:\n return 'Home Condition';\n default:\n return 'Type not Found';\n }\n },\n toggleActiveLeads() {\n this.showHideActiveLeads = !this.showHideActiveLeads;\n },\n getInfluenceFactors(data) {\n var arr = [];\n if (data.influencingFactor1 || data.influencingFactor2 || data.influencingFactor3) {\n arr.push(this.$options.filters.translateFormSelection(data.influencingFactor1, 'influencingFactor'), this.$options.filters.translateFormSelection(data.influencingFactor2, 'influencingFactor'), this.$options.filters.translateFormSelection(data.influencingFactor3, 'influencingFactor'));\n return arr;\n } else {\n arr = '';\n }\n },\n getBroker: function (contact) {\n if (contact && contact.Broker) {\n return contact.Broker.fullName;\n } else {\n return 'No Agent';\n }\n },\n getPlanInterests(data) {\n var array = [];\n if (data) {\n const plans = data.filter(item => item.AssetPlan);\n plans.forEach(item => {\n array.push(item.AssetPlan.title);\n });\n return array;\n } else {\n return '';\n }\n },\n getAssetsInterests(data) {\n var array = [];\n if (data) {\n const assets = data.filter(item => item.Asset);\n assets.forEach(item => {\n array.push(item.Asset.lotNumber);\n });\n return array;\n } else {\n return '';\n }\n },\n hasStar(contact) {\n return this.starredContacts.some(starContact => starContact.contactId === contact.id);\n },\n addStar(contact) {\n this.$store.dispatch('WeeklyActiveContacts/addStar', {\n contactId: contact.id,\n date: this.dateProp\n }).then(newStarEntry => {\n this.starredContacts.push(newStarEntry);\n });\n },\n removeStar(contact) {\n this.$store.dispatch('WeeklyActiveContacts/removeStar', {\n contactId: contact.id,\n date: this.dateProp\n }).then(deletedData => {\n var temp = this.starredContacts.filter(sc => sc.contactId !== contact.id);\n this.starredContacts = temp;\n });\n },\n isBebackOrNot(contact) {\n const startDate = moment__WEBPACK_IMPORTED_MODULE_3___default()(this.dateProp).startOf('isoWeek').format('YYYY-MM-DD');\n const endDate = moment__WEBPACK_IMPORTED_MODULE_3___default()(this.dateProp).endOf('isoWeek').format('YYYY-MM-DD');\n if (moment__WEBPACK_IMPORTED_MODULE_3___default()(contact.createdAt).isBetween(startDate, endDate)) {\n return 'New';\n } else {\n return 'BeBack';\n }\n },\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_1__[\"mapActions\"])('WeeklyActiveContacts', ['reset', 'saveData', 'clear']),\n tableClick(row) {\n this.$store.dispatch('Contact/openContactWithRelatedCPIS', row.id);\n },\n augmentData(data) {\n data = data.map(contact => {\n return {\n ...contact,\n newBeback: this.isBebackOrNot(contact),\n createdAt: this.$options.filters.prettyDate(contact.createdAt),\n purchaseType: this.$options.filters.translateFormSelection(contact.purchaseType, 'purchaseType'),\n timeFrame: `${this.$options.filters.prettyDate(contact.buyTimeframeFrom)} - ${this.$options.filters.unixPrettyDate(contact.buyTimeframeTo)}`,\n lotInterest: this.getAssetsInterests(contact.ContactPreferences),\n planInterest: this.getPlanInterests(contact.ContactPreferences),\n agent: this.getAgent(contact),\n influenceFactors: this.getInfluenceFactors(contact),\n starredThisWeek: this.hasStar(contact),\n subjectiveRatingString: contact.ProjectInfos.find(cpi => this.$store.state.AuthUser.activeProjects.includes(cpi.ProjectId)).subjectiveRating,\n leadScoreLabelString: contact.ProjectInfos.find(cpi => this.$store.state.AuthUser.activeProjects.includes(cpi.ProjectId)).leadscoreLabel\n };\n });\n return data;\n },\n async populate() {\n this.loading = true;\n if (this.activeLeadsData) {\n this.starredContacts = this.activeLeadsData.weeklyActiveLeads;\n var sortedData = [];\n this.starredContacts.forEach(item => {\n sortedData.push(item.Contact);\n });\n this.activeLeadsData.activeLeads.forEach(item => {\n sortedData.push(item);\n });\n\n // remove duplicates\n sortedData = sortedData.filter((thing, index, self) => index === self.findIndex(t => t.id === thing.id));\n sortedData.sort((a, b) => a.subjectiveRating > b.subjectiveRating ? 1 : -1);\n this.listData = this.augmentData(sortedData);\n if (this.showHideActiveLeads) {\n this.listData = this.listData.filter(c => c.starredThisWeek === true);\n }\n }\n this.expanded = this.listData;\n this.loading = false;\n },\n buildHeaders() {\n if (this.preBuiltHeaders) {\n this.headers = [];\n this.headers = this.preBuiltHeaders;\n }\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=script&lang=js": /*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=script&lang=js ***! \******************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _TrafficPrintable_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./TrafficPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue\");\n/* harmony import */ var _ActiveLeadsPrintable_vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ActiveLeadsPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue\");\n/* harmony import */ var _Reports_DLR_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../Reports/DLR.vue */ \"./src/components/Reports/DLR.vue\");\n/* harmony import */ var _EscrowTrackingPrintable_vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./EscrowTrackingPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue\");\n/* harmony import */ var _HomeStatusPrintable_vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./HomeStatusPrintable.vue */ \"./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue\");\n/* harmony import */ var _Reports_Escrow_CloseCancelSummary_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../Reports/Escrow/CloseCancelSummary.vue */ \"./src/components/Reports/Escrow/CloseCancelSummary.vue\");\n/* harmony import */ var _WeeklyActivity_OrsSummary_vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! .././WeeklyActivity/OrsSummary.vue */ \"./src/components/Dashboards/WeeklyActivity/OrsSummary.vue\");\n/* harmony import */ var _Reports_DateSelector_DateSelector_vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../Reports/DateSelector/DateSelector.vue */ \"./src/components/Reports/DateSelector/DateSelector.vue\");\n/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! moment */ \"./node_modules/moment/moment.js\");\n/* harmony import */ var moment__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(moment__WEBPACK_IMPORTED_MODULE_8__);\n/* harmony import */ var vuex__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vuex */ \"./node_modules/vuex/dist/vuex.esm.js\");\n\n\n\n\n\n\n\n\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n name: 'WAR',\n data() {\n return {\n tab: 'Traffic',\n // default tab key\n weeksList: [],\n alert: false,\n escrowTrackingHeaders: [{\n value: 'lotOrAddress',\n text: 'Lot/Address',\n sortable: true,\n width: '100px',\n groupName: 'Home Details'\n }, {\n value: 'buyer',\n text: 'Buyers Name',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'plan',\n text: 'Plan',\n sortable: true,\n groupName: 'Home Details'\n }, {\n value: 'dateContract',\n text: 'Contract Date',\n sortable: true,\n width: '140px',\n groupName: 'Transaction Details'\n }, {\n value: 'baseSalesPrice',\n text: 'Base Price',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'commissionableOptionsTotal',\n text: 'Commissionable Options',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'commissionableConcessionsTotal',\n text: 'Commissionable Concessions',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'totalSalesPrice',\n text: 'Total Sales Price',\n sortable: true,\n groupName: 'Transaction Details'\n }, {\n value: 'brokerReferralAmount',\n text: 'Broker Referral Amount',\n sortable: true,\n divider: true,\n groupName: 'Transaction Details'\n }, {\n value: 'lenderName',\n text: 'Lender Name',\n sortable: true,\n width: '140px',\n groupName: 'Financing'\n }],\n projectData: []\n };\n },\n computed: {\n ...Object(vuex__WEBPACK_IMPORTED_MODULE_9__[\"mapState\"])(['reportDate']),\n getProjectName() {\n const currentProject = this.$store.state.AuthUser.activeProject;\n if (!currentProject || !this.projectData.length) {\n return '';\n }\n return this.projectData.find(p => p.id === currentProject).name || 'UNKNOWN';\n }\n },\n props: {\n showCommunications: {\n type: Boolean,\n required: false,\n default: false\n }\n },\n components: {\n TrafficPrintable: _TrafficPrintable_vue__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n ActiveLeadsPrintable: _ActiveLeadsPrintable_vue__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n DLR: _Reports_DLR_vue__WEBPACK_IMPORTED_MODULE_2__[\"default\"],\n EscrowTrackingPrintable: _EscrowTrackingPrintable_vue__WEBPACK_IMPORTED_MODULE_3__[\"default\"],\n HomeStatusPrintable: _HomeStatusPrintable_vue__WEBPACK_IMPORTED_MODULE_4__[\"default\"],\n CloseCancelSummary: _Reports_Escrow_CloseCancelSummary_vue__WEBPACK_IMPORTED_MODULE_5__[\"default\"],\n DateSelector: _Reports_DateSelector_DateSelector_vue__WEBPACK_IMPORTED_MODULE_7__[\"default\"],\n OrsSummary: _WeeklyActivity_OrsSummary_vue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]\n },\n async beforeMount() {\n this.$store.dispatch('initReportDate');\n this.$store.dispatch('Project/pullData').then(data => {\n this.projectData = data;\n });\n },\n beforeDestroy() {\n window.document.title = 'MSP';\n },\n watch: {\n tab() {\n this.setTitle();\n },\n reportDate() {\n this.setTitle();\n }\n },\n methods: {\n setTitle() {\n var str = '';\n switch (this.tab) {\n case 0:\n str = 'Traffic';\n break;\n case 1:\n str = 'Active Leads';\n break;\n case 2:\n str = 'Sales Activity';\n break;\n case 3:\n str = 'Escrow Tracking';\n break;\n case 4:\n str = 'Home Status';\n break;\n }\n window.document.title = this.$store.state.AuthUser.activeNamespace + ' ' + str + ' - Week of ' + this.reportDate;\n },\n doPDFPrint() {\n this.$root.$emit('printMode', true);\n },\n modifyDate(value) {\n this.reportDate = value;\n var now = moment__WEBPACK_IMPORTED_MODULE_8___default()().format('YYYY-MM-DD');\n if (now < value) {\n this.created();\n }\n },\n created() {\n this.alert = true;\n setTimeout(() => {\n this.alert = false;\n }, 5000);\n }\n }\n});\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=template&id=5bf7d704&scoped=true": /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=template&id=5bf7d704&scoped=true ***! \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VChip */ \"./node_modules/vuetify/lib/components/VChip/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VDivider */ \"./node_modules/vuetify/lib/components/VDivider/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _vm.activeLeadsDataIsDone ? _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VContainer\"], {\n attrs: {\n fluid: \"\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n attrs: {\n outlined: \"\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__[\"VToolbar\"], {\n staticClass: \"flex-grow-1\",\n attrs: {\n dense: \"\",\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__[\"VToolbarTitle\"], {\n staticClass: \"siteChartTitle secondary--text\"\n }, [_vm._v(\" Lead Summary \")])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"New Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.activeLeadsData.newLeads);\n }\n }\n }, [_vm._v(_vm._s(_vm.activeLeadsData.newLeads.length))])], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n staticClass: \"pb-2\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"Bebacks\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n staticClass: \"center\",\n attrs: {\n small: \"\",\n color: \"#BFC2C7\",\n dark: \"\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.activeLeadsData.beBacks);\n }\n }\n }, [_vm._v(_vm._s(_vm.activeLeadsData.beBacks.length))])], 1)], 1), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_3__[\"VDivider\"], {\n staticClass: \"pt-2\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"mt-1 mb-2 primary--text center\",\n staticStyle: {\n \"font-size\": \"14px\",\n \"font-weight\": \"bold\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"Total Active Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"primary\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.activeLeadsData.activeLeads);\n }\n }\n }, [_vm._v(_vm._s(_vm.activeLeadsData.activeLeads.length))])], 1)], 1), _c(\"br\"), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"Top Prospects by Subjective Rating\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.topProspectsBySubjective);\n }\n }\n }, [_vm._v(_vm._s(_vm.topProspectsBySubjective.length))])], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"Top Prospects by MSP Rating\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.topProspectsByMspRating);\n }\n }\n }, [_vm._v(_vm._s(_vm.topProspectsByMspRating.length))])], 1)], 1), _vm._l(_vm.rsvpLists, function (list) {\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n key: list.id\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(_vm._s(list.name))]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.displayRsvpLists(list.id);\n }\n }\n }, [_vm._v(_vm._s(list.Rsvps ? list.Rsvps.length : 0))])], 1)], 1);\n })], 2)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"3\",\n \"align-self\": \"end\"\n }\n }, [_c(\"ActiveLeadsBySubjectivePrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"3\",\n \"align-self\": \"end\"\n }\n }, [_c(\"ActiveLeadsByRatingPrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1)], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"12\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mx-2 mb-4\",\n attrs: {\n flat: \"\"\n }\n }, [_c(\"ActiveLeadsByMediaSourcePrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1)], 1)], 1), _vm.$store.state.AuthUser.activeNamespace === \"HBFA\" ? _c(\"hr\", {\n staticClass: \"break\"\n }) : _vm._e(), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(\"SalesSummary\", {\n attrs: {\n reportDate: _vm.reportDate\n }\n })], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"12\"\n }\n }, [_c(\"SalesPrintable\", {\n attrs: {\n date: this.reportDate,\n projectIdProp: _vm.$store.state.AuthUser.project,\n showNetTransactions: _vm.showNetTransactions,\n warMode: _vm.warMode,\n preBuiltHeaders: _vm.salesPreBuiltHeaders\n }\n })], 1)], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(\"WeeklyActiveContactsPrintable\", {\n attrs: {\n dateProp: this.reportDate,\n activeLeadsData: _vm.activeLeadsData,\n preBuiltHeaders: _vm.weeklyActiveContactsPreBuiltHeaders\n }\n })], 1), _vm.rsvpsEventId ? _c(\"RsvpListPopup\", {\n attrs: {\n model: _vm.rsvpDialog,\n eventId: _vm.rsvpsEventId\n },\n on: {\n \"update:model\": function ($event) {\n _vm.rsvpDialog = $event;\n }\n }\n }) : _vm._e(), _c(\"PopupContactList\", {\n attrs: {\n onClose: _vm.popupContactClose,\n model: _vm.dialog,\n prepopulatedList: _vm.subContactList\n },\n on: {\n \"update:model\": function ($event) {\n _vm.dialog = $event;\n }\n }\n })], 1) : _vm._e();\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?vue&type=template&id=40f35b04": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?vue&type=template&id=40f35b04 ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4F5FA\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"siteChartTitle\"\n }, [_vm._v(\"Active Leads by Media Source\")]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"activeLeadsbyMediaSource\",\n width: \"600\"\n }\n })])], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=template&id=748432f8&scoped=true": /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=template&id=748432f8&scoped=true ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mt-0 pt-0 rounded-0\",\n staticStyle: {\n height: \"100%\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(\"div\", {\n staticClass: \"mt-0 pt-2 siteChartTitle justify-center black--text pl-8\",\n staticStyle: {\n height: \"100px\"\n }\n }, [_vm._v(\" Active Leads \"), _c(\"br\"), _vm._v(\" by MSP Rating \")]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"activeLeadsRating\",\n height: \"270\"\n }\n })])], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=template&id=00c94355&scoped=true": /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=template&id=00c94355&scoped=true ***! \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mt-0 pt-0 rounded-0\",\n staticStyle: {\n height: \"100%\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(\"div\", {\n staticClass: \"mt-0 pt-2 siteChartTitle justify-center black--text pl-8\",\n staticStyle: {\n height: \"100px\"\n }\n }, [_vm._v(\" Active Leads \"), _c(\"br\"), _vm._v(\" by Subjective \"), _c(\"br\"), _vm._v(\" Rating \")]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"activeLeadsSubjective\",\n height: \"270\"\n }\n })])], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?vue&type=template&id=50d1d234": /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?vue&type=template&id=50d1d234 ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], {\n attrs: {\n sm: \"12\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mt-0 pt-0 mx-auto rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4FAF1\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"siteChartTitle\"\n }, [_vm._v(\" Digital Traffic by Media Source\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadDigitalTrafficbyMediaSource\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"digitalTrafficByMediaSource\",\n height: \"400\",\n width: \"350\"\n }\n })])], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?vue&type=template&id=7de3fdc8": /*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?vue&type=template&id=7de3fdc8 ***! \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4FAF1\"\n },\n attrs: {\n flat: \"\",\n height: \"573px\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"mt-0 pt-2 siteChartTitle\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VSpacer\"]), _vm._v(\" Digital Traffic by Rating\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadDigitalTrafficbyRating\"\n }\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VSpacer\"])], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], {\n staticStyle: {\n height: \"475px\"\n },\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"digitalTrafficBySubjective\"\n }\n })]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], {\n staticStyle: {\n height: \"475px\"\n },\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"digitalTrafficByRating\"\n }\n })])], 1)], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?vue&type=template&id=2a80a690": /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?vue&type=template&id=2a80a690 ***! \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mt-0 pt-0 mx-auto rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4FAF1\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"mt-0 pt-2 siteChartTitle\"\n }, [_vm._v(\"Digital Traffic\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadDigitalTraffic\"\n }\n })], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"digitalTraffic\",\n height: \"350px\"\n }\n })])], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/DigitalTrafficPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?vue&type=template&id=13df719a": /*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?vue&type=template&id=13df719a ***! \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mx-auto rounded-0\",\n staticStyle: {\n \"background-color\": \"#f4f5fa\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"siteChartTitle\"\n }, [_vm._v(\" On Site Traffic by Media Source\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadPhysicalTrafficbyMediaSource\"\n }\n })], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"siteTrafficByMediaSource\"\n }\n })])], 1)], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByMediaSourcePrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?vue&type=template&id=753dd6a2": /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?vue&type=template&id=753dd6a2 ***! \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4F5FA\"\n },\n attrs: {\n flat: \"\",\n height: \"573px\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"mt-0 pt-2 siteChartTitle\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VSpacer\"]), _vm._v(\" Physical Traffic by Rating\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadPhysicalTrafficByRating\"\n }\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VSpacer\"])], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], {\n staticStyle: {\n height: \"475px\"\n },\n attrs: {\n cols: \"6\"\n }\n }, [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"physicalTrafficBySubjective\"\n }\n })]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_1__[\"VCol\"], {\n staticStyle: {\n height: \"475px\"\n },\n attrs: {\n cols: \"6\"\n }\n }, [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"physicalTrafficByRating\"\n }\n })])], 1)], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficByRatingPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?vue&type=template&id=3792475d": /*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?vue&type=template&id=3792475d ***! \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n staticClass: \"mt-0 pt-0 mx-auto rounded-0\",\n staticStyle: {\n \"background-color\": \"#F4F5FA\"\n },\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"mt-0 pt-2 siteChartTitle\"\n }, [_vm._v(\"Physical Traffic\"), _c(\"HelpText\", {\n attrs: {\n slugProp: \"wadPhysicalTraffic\"\n }\n })], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(\"canvas\", {\n staticClass: \"pointer\",\n attrs: {\n id: \"physicalTraffic\",\n height: \"350px\"\n }\n })])], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/PhysicalTrafficChartPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=template&id=601caf5a&scoped=true": /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=template&id=601caf5a&scoped=true ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VDataTable */ \"./node_modules/vuetify/lib/components/VDataTable/index.js\");\n/* harmony import */ var vuetify_lib_components_VExpansionPanel__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VExpansionPanel */ \"./node_modules/vuetify/lib/components/VExpansionPanel/index.js\");\n/* harmony import */ var vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VIcon */ \"./node_modules/vuetify/lib/components/VIcon/index.js\");\n/* harmony import */ var vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuetify/lib/components/VSelect */ \"./node_modules/vuetify/lib/components/VSelect/index.js\");\n/* harmony import */ var vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vuetify/lib/components/VTextField */ \"./node_modules/vuetify/lib/components/VTextField/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n/* harmony import */ var vuetify_lib_directives_resize__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vuetify/lib/directives/resize */ \"./node_modules/vuetify/lib/directives/resize/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n directives: [{\n def: vuetify_lib_directives_resize__WEBPACK_IMPORTED_MODULE_9__[\"default\"],\n name: \"resize\",\n rawName: \"v-resize\",\n value: _vm.onResize,\n expression: \"onResize\"\n }]\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n attrs: {\n elevation: \"0\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_8__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"secondary\",\n id: \"toolbar\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_8__[\"VToolbarTitle\"], {\n staticClass: \"white--text\"\n }, [_vm._v(\"Escrow Tracking\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VSpacer\"]), !_vm.printMode ? _c(\"ExcelExport\", {\n attrs: {\n tableId: \"escrowTracking\",\n fileName: \"Escrow Tracking\"\n }\n }) : _vm._e(), _c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_7__[\"VTextField\"], {\n staticClass: \"mb-2 py-0\",\n attrs: {\n \"append-icon\": \"mdi-magnify\",\n label: \"Search\",\n \"single-line\": \"\",\n \"hide-details\": \"\"\n },\n model: {\n value: _vm.search,\n callback: function ($$v) {\n _vm.search = $$v;\n },\n expression: \"search\"\n }\n })], 1), !_vm.printMode ? _c(vuetify_lib_components_VExpansionPanel__WEBPACK_IMPORTED_MODULE_4__[\"VExpansionPanels\"], {\n attrs: {\n flat: \"\",\n id: \"expansionPanel\",\n multiple: \"\"\n },\n model: {\n value: _vm.panel,\n callback: function ($$v) {\n _vm.panel = $$v;\n },\n expression: \"panel\"\n }\n }, [_c(vuetify_lib_components_VExpansionPanel__WEBPACK_IMPORTED_MODULE_4__[\"VExpansionPanel\"], [_c(vuetify_lib_components_VExpansionPanel__WEBPACK_IMPORTED_MODULE_4__[\"VExpansionPanelHeader\"], {\n staticClass: \"rounded-0 white--text\",\n staticStyle: {\n \"font-weight\": \"bold\",\n \"text-transform\": \"uppercase\"\n },\n attrs: {\n dense: \"\",\n color: \"#002b74\"\n },\n scopedSlots: _vm._u([{\n key: \"actions\",\n fn: function () {\n return [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_5__[\"VIcon\"], {\n staticClass: \"mr-3\",\n staticStyle: {\n align: \"left !important\"\n },\n attrs: {\n color: \"white\"\n }\n }, [_vm._v(\"mdi-arrow-down-drop-circle\")])];\n },\n proxy: true\n }], null, false, 674280516)\n }, [_c(\"span\", {\n staticClass: \"header\"\n }, [_vm._v(\"Open Filters | Showing \" + _vm._s(this.listData.length) + \" Results out of \" + _vm._s(this.totalRows))])]), _c(vuetify_lib_components_VExpansionPanel__WEBPACK_IMPORTED_MODULE_4__[\"VExpansionPanelContent\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_6__[\"VSelect\"], {\n attrs: {\n items: _vm.headerOptionsList,\n \"item-text\": \"name\",\n label: \"Group Header Selection\",\n multiple: \"\",\n chips: \"\",\n \"deletable-chips\": \"\",\n \"return-object\": \"\"\n },\n model: {\n value: _vm.settings.groupHeaderOptions,\n callback: function ($$v) {\n _vm.$set(_vm.settings, \"groupHeaderOptions\", $$v);\n },\n expression: \"settings.groupHeaderOptions\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_6__[\"VSelect\"], {\n attrs: {\n items: _vm.assetTypeList,\n \"item-text\": \"value\",\n \"item-value\": \"key\",\n label: \"Sort By Asset Type\",\n multiple: \"\",\n chips: \"\",\n \"deletable-chips\": \"\"\n },\n model: {\n value: _vm.settings.selectedAssetType,\n callback: function ($$v) {\n _vm.$set(_vm.settings, \"selectedAssetType\", $$v);\n },\n expression: \"settings.selectedAssetType\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_6__[\"VSelect\"], {\n attrs: {\n dense: \"\",\n items: _vm.escrowStatusOptions,\n label: \"Filter by Escrow Status\",\n \"item-text\": \"value\",\n \"item-value\": \"key\",\n outlined: \"\"\n },\n model: {\n value: _vm.settings.filterByEscrowStatus,\n callback: function ($$v) {\n _vm.$set(_vm.settings, \"filterByEscrowStatus\", $$v);\n },\n expression: \"settings.filterByEscrowStatus\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_6__[\"VSelect\"], {\n attrs: {\n dense: \"\",\n items: _vm.sortingList,\n label: \"Sorting\",\n outlined: \"\"\n },\n model: {\n value: _vm.settings.selectedSort,\n callback: function ($$v) {\n _vm.$set(_vm.settings, \"selectedSort\", $$v);\n },\n expression: \"settings.selectedSort\"\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"text-right\"\n }, [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"rounded-0\",\n attrs: {\n small: \"\",\n color: \"warning\"\n },\n on: {\n click: _vm.resetFilters\n }\n }, [_vm._v(\"Reset Filters\")])], 1)], 1)], 1)], 1)], 1) : _vm._e(), _c(vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_3__[\"VDataTable\"], {\n staticClass: \"elevation-0\",\n attrs: {\n id: \"escrowTracking\",\n \"disable-pagination\": \"\",\n \"hide-default-footer\": \"\",\n headers: _vm.headers,\n \"fixed-header\": \"\",\n items: _vm.listData,\n search: _vm.search,\n \"loading-text\": \"Loading...\",\n loading: _vm.loading,\n dense: \"\"\n },\n scopedSlots: _vm._u([{\n key: \"header\",\n fn: function () {\n return undefined;\n },\n proxy: true\n }, {\n key: `item.id`,\n fn: function ({\n item\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"popoutBtn\",\n attrs: {\n \"x-small\": \"\",\n text: \"\",\n color: \"secondary\"\n },\n on: {\n click: function ($event) {\n return _vm.displayTransaction(item.id);\n }\n }\n }, [_vm._v(\"Show\")])];\n }\n }, {\n key: `item.escrowStatusText`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(item.escrowStatusText))])];\n }\n }, {\n key: `item.lotOrAddress`,\n fn: function ({\n item\n }) {\n return [_vm._v(\" \" + _vm._s(item.lotOrAddress) + \" \")];\n }\n }, {\n key: `item.buyer`,\n fn: function ({\n item\n }) {\n return [_vm._v(\" \" + _vm._s(item.buyer) + \" \")];\n }\n }, {\n key: \"expanded-item\",\n fn: function ({\n item\n }) {\n return [_c(\"td\", {\n attrs: {\n colspan: 55\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n staticClass: \"mt-1 mb-1 elevation-0\",\n attrs: {\n \"max-width\": \"50%\",\n tile: \"\"\n }\n }, _vm._l(item.PrimaryBuyerContact.Notes.slice(-2), function (note) {\n return _c(\"div\", {\n key: note.id\n }, [_c(\"h4\", [_vm._v(\"[ \" + _vm._s(_vm._f(\"prettyDateTime\")(note.createdAt)) + \" \" + _vm._s(_vm.getUser(note.createUser)) + \" | \" + _vm._s(_vm.getNoteRelType(note.relateType)) + \" ]\")]), _c(\"p\", [_vm._v(_vm._s(note.body))])]);\n }), 0)], 1)];\n }\n }, {\n key: `item.plan`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(item.plan))])];\n }\n }, {\n key: `item.dateAccepted`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"dateAccepted\")(item.Dates))))])];\n }\n }, {\n key: `item.dateContract`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"dateContract\")(item.Dates))))])];\n }\n }, {\n key: `item.baseSalesPrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 2))))])];\n }\n }, {\n key: `item.basePriceSqFeet`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.basePriceSqFeet)))])];\n }\n }, {\n key: `item.commissionableOptionsTotal`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 13))))])];\n }\n }, {\n key: `item.commissionableConcessionsTotal`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 14))))])];\n }\n }, {\n key: `item.totalPrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 9))))])];\n }\n }, {\n key: `item.totalPriceSqFeet`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.totalPriceSqFeet)))])];\n }\n }, {\n key: `item.totalSalesPrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 10))))])];\n }\n }, {\n key: `item.netPriceSqFeet`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.netPriceSqFeet)))])];\n }\n }, {\n key: `item.brokerReferralAmount`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm.brokerReferralAmount(item))))])];\n }\n }, {\n key: `item.otherOptions`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 6))))])];\n }\n }, {\n key: `item.otherConccessions`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"getLineItemAmount\")(item.LineItems, 7))))])];\n }\n }, {\n key: `item.goodFaith`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"goodFaith\")(item.Deposits))))])];\n }\n }, {\n key: `item.secondDeposit`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"secondDeposit\")(item.Deposits))))])];\n }\n }, {\n key: `item.builderOptions`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"builderOptionDeposit\")(item.Deposits))))])];\n }\n }, {\n key: `item.designCenter`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(_vm._f(\"designCenterDeposits\")(item.Deposits))))])];\n }\n }, {\n key: `item.builderOptionsFinal`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"builderOptionDate\")(item.Dates))))])];\n }\n }, {\n key: `item.designCenterFinal`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"designCenterDate\")(item.Dates))))])];\n }\n }, {\n key: `item.estCloseDate`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"estCloseDate\")(item.Dates))))]), _vm.isEstCoeConfirmed(item.Dates) ? _c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_5__[\"VIcon\"], {\n staticClass: \"ml-1\",\n attrs: {\n \"x-small\": \"\",\n color: \"green\"\n }\n }, [_vm._v(\" mdi-check-circle \")]) : _vm._e()];\n }\n }, {\n key: `item.preApprovalDate`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"getPreApprovalDate\")(item)))])];\n }\n }, {\n key: `item.lenderName`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(item.lenderName))])];\n }\n }, {\n key: `item.rateLock`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"rateLock\")(item.Dates))))])];\n }\n }, {\n key: `item.financingContingecy`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm.getFinancingContingency(item.Contingencies))))])];\n }\n }, {\n key: `item.firstWalkDate`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"firstWalk\")(item.Dates))))])];\n }\n }, {\n key: `item.finalWalkDate`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"finalWalk\")(item.Dates))))])];\n }\n }, {\n key: `item.docsTitleDate`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"docsTitle\")(item.Dates))))])];\n }\n }, {\n key: `item.coe`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyDate\")(_vm._f(\"getCoeDate\")(item.Dates))))])];\n }\n }, {\n key: `item.Asset.listPrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.Asset.listPrice)))])];\n }\n }, {\n key: `item.Asset.psf`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.Asset.psf)))])];\n }\n }, {\n key: `item.assetType`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(item.assetType))])];\n }\n }], null, true)\n })], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=template&id=63c0b360&scoped=true": /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=template&id=63c0b360&scoped=true ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VCheckbox__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VCheckbox */ \"./node_modules/vuetify/lib/components/VCheckbox/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VDataTable */ \"./node_modules/vuetify/lib/components/VDataTable/index.js\");\n/* harmony import */ var vuetify_lib_components_VDialog__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VDialog */ \"./node_modules/vuetify/lib/components/VDialog/index.js\");\n/* harmony import */ var vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuetify/lib/components/VIcon */ \"./node_modules/vuetify/lib/components/VIcon/index.js\");\n/* harmony import */ var vuetify_lib_components_VList__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vuetify/lib/components/VList */ \"./node_modules/vuetify/lib/components/VList/index.js\");\n/* harmony import */ var vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vuetify/lib/components/VTextField */ \"./node_modules/vuetify/lib/components/VTextField/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n/* harmony import */ var vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! vuetify/lib/components/VTooltip */ \"./node_modules/vuetify/lib/components/VTooltip/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], {\n ref: \"report\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_9__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"#6a7eba\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_9__[\"VToolbarTitle\"], {\n staticClass: \"white--text\",\n staticStyle: {\n width: \"auto\"\n }\n }, [_vm.isPrintMode ? _c(\"span\", [_vm._v(_vm._s(_vm.projectName))]) : _vm._e(), _vm._v(\" \" + _vm._s(_vm.toolbarTitle) + \" \")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VSpacer\"]), _c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_8__[\"VTextField\"], {\n staticClass: \"mb-2 py-0 mr-4\",\n attrs: {\n \"append-icon\": \"mdi-magnify\",\n label: \"Search\",\n \"single-line\": \"\",\n \"hide-details\": \"\"\n },\n model: {\n value: _vm.search,\n callback: function ($$v) {\n _vm.search = $$v;\n },\n expression: \"search\"\n }\n }), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n attrs: {\n icon: \"\"\n },\n on: {\n click: _vm.doPDFPrint\n }\n }, [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(\" mdi-file-pdf-box \")])], 1), _c(\"ExcelExport\", {\n attrs: {\n tableId: \"dataTable\",\n fileName: _vm.toolbarTitle\n }\n }), _c(vuetify_lib_components_VDialog__WEBPACK_IMPORTED_MODULE_5__[\"VDialog\"], {\n attrs: {\n persistent: \"\",\n scrollable: \"\"\n },\n scopedSlots: _vm._u([!_vm.preBuiltHeaders ? {\n key: \"activator\",\n fn: function ({\n on: dialog,\n attrs\n }) {\n return [_c(vuetify_lib_components_VTooltip__WEBPACK_IMPORTED_MODULE_10__[\"VTooltip\"], {\n attrs: {\n bottom: \"\"\n },\n scopedSlots: _vm._u([{\n key: \"activator\",\n fn: function ({\n on: tooltip\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], _vm._g(_vm._b({\n attrs: {\n icon: \"\"\n }\n }, \"v-btn\", attrs, false), {\n ...tooltip,\n ...dialog\n }), [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(\"mdi-table-edit\")])], 1)];\n }\n }], null, true)\n }, [_c(\"span\", [_vm._v(\"Filter Columns\")])])];\n }\n } : null], null, true),\n model: {\n value: _vm.columnOptionsDialog,\n callback: function ($$v) {\n _vm.columnOptionsDialog = $$v;\n },\n expression: \"columnOptionsDialog\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_9__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"secondary\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_9__[\"VToolbarTitle\"], [_vm._v(\"Filter for Columns\")])], 1), _vm._l(_vm.columnOptions, function (option) {\n return _c(vuetify_lib_components_VList__WEBPACK_IMPORTED_MODULE_7__[\"VList\"], {\n key: option.value,\n staticClass: \"my-0 px-0\",\n attrs: {\n dense: \"\"\n }\n }, [_c(vuetify_lib_components_VList__WEBPACK_IMPORTED_MODULE_7__[\"VListItem\"], [_c(vuetify_lib_components_VCheckbox__WEBPACK_IMPORTED_MODULE_2__[\"VCheckbox\"], {\n attrs: {\n label: _vm.settings.optionStates[option.value] ? option.text : option.text + \" (Off)\"\n },\n model: {\n value: _vm.settings.optionStates[option.value],\n callback: function ($$v) {\n _vm.$set(_vm.settings.optionStates, option.value, $$v);\n },\n expression: \"settings.optionStates[option.value]\"\n }\n })], 1)], 1);\n }), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"rounded-0\",\n attrs: {\n dense: \"\",\n color: \"success\"\n },\n on: {\n click: _vm.closeColumnPrefs\n }\n }, [_vm._v(\"Close\")])], 2)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_4__[\"VDataTable\"], {\n attrs: {\n id: \"dataTable\",\n headers: _vm.headers,\n items: _vm.homesList,\n search: _vm.search,\n \"disable-pagination\": \"\",\n \"hide-default-footer\": true,\n dense: \"\",\n \"sort-by\": _vm.defaultSort,\n \"sort-desc\": _vm.defaultSortDesc\n },\n on: {\n \"update:sortBy\": function ($event) {\n _vm.defaultSort = $event;\n },\n \"update:sort-by\": function ($event) {\n _vm.defaultSort = $event;\n }\n },\n scopedSlots: _vm._u([{\n key: `item.lotNumber`,\n fn: function ({\n item\n }) {\n return [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"popoutBtn\",\n attrs: {\n text: \"\",\n color: \"secondary\"\n },\n on: {\n click: function ($event) {\n return _vm.editAsset(item.id);\n }\n }\n }, [_vm._v(_vm._s(item.lotNumber))])];\n }\n }, {\n key: `item.availableStatus`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"translateFormSelection\")(item.availableStatus, \"availableStatus\")))])];\n }\n }, {\n key: `item.constructionStatus`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"translateFormSelection\")(item.constructionStatus, \"constructionStatus\")))])];\n }\n }, {\n key: `item.squareFeet`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyNumber\")(item.squareFeet)))])];\n }\n }, {\n key: `item.lotSquareFeet`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"prettyNumber\")(item.lotSquareFeet)))])];\n }\n }, {\n key: `item.basePrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.basePrice)))])];\n }\n }, {\n key: `item.AssetPlan.bsf`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.AssetPlan.bsf)))])];\n }\n }, {\n key: `item.preContractOptions`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.preContractOptions)))])];\n }\n }, {\n key: `item.lotPremium`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.lotPremium)))])];\n }\n }, {\n key: `item.listPrice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.listPrice)))])];\n }\n }, {\n key: `item.psf`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.psf)))])];\n }\n }, {\n key: `item.bsf`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"currencyUSD\")(item.bsf)))])];\n }\n }, {\n key: `item.parking`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm.getParkingData(item)))])];\n }\n }, {\n key: `item.bonusRoom`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"translateFormSelection\")(item.bonusRoom, \"assetsDetailAttrSelectionList\")))])];\n }\n }, {\n key: `item.denOffice`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"translateFormSelection\")(item.denOffice, \"assetsDetailAttrSelectionList\")))])];\n }\n }, {\n key: `item.mudRoom`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(_vm._f(\"translateFormSelection\")(item.mudRoom, \"assetsDetailAttrSelectionList\")))])];\n }\n }], null, true)\n })], 1)], 1)], 1), _c(vuetify_lib_components_VDialog__WEBPACK_IMPORTED_MODULE_5__[\"VDialog\"], {\n attrs: {\n persistent: \"\",\n \"max-width\": \"80%\"\n },\n model: {\n value: _vm.assetEditDialog,\n callback: function ($$v) {\n _vm.assetEditDialog = $$v;\n },\n expression: \"assetEditDialog\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCardActions\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VSpacer\"]), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n attrs: {\n color: \"red\",\n text: \"\"\n },\n on: {\n click: _vm.closeAssetEditDialog\n }\n }, [_vm._v(\" Close \"), _c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_6__[\"VIcon\"], [_vm._v(\"mdi-close\")])], 1)], 1), _vm.assetEditDialog ? _c(\"AssetEdit\", {\n attrs: {\n assetIdProp: _vm.currentAsset\n }\n }) : _vm._e()], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=template&id=106e0a44&scoped=true": /*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=template&id=106e0a44&scoped=true ***! \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VSelect */ \"./node_modules/vuetify/lib/components/VSelect/index.js\");\n/* harmony import */ var vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VDataTable */ \"./node_modules/vuetify/lib/components/VDataTable/index.js\");\n/* harmony import */ var vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VTextField */ \"./node_modules/vuetify/lib/components/VTextField/index.js\");\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n ref: \"report\"\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n staticClass: \"mx-auto\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(\"h1\", {\n staticClass: \"ml-4 communityTitle\"\n }, [_vm._v(_vm._s(_vm.title))])]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"4\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n staticClass: \"rounded-0 elevation-0\"\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCardTitle\"], {\n staticClass: \"siteChartTitle\"\n }, [_vm._v(\" Community Information \")]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(vuetify_lib_components_VTextField__WEBPACK_IMPORTED_MODULE_5__[\"VTextField\"], {\n staticClass: \"pr-2\",\n attrs: {\n label: \"Product Type\",\n outlined: \"\"\n },\n model: {\n value: _vm.projectType,\n callback: function ($$v) {\n _vm.projectType = $$v;\n },\n expression: \"projectType\"\n }\n }), _c(\"MSPMoney\", {\n staticClass: \"pr-2\",\n attrs: {\n label: \"HOA DUES\",\n showCents: true,\n outlined: \"\"\n },\n model: {\n value: _vm.dues,\n callback: function ($$v) {\n _vm.dues = $$v;\n },\n expression: \"dues\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(vuetify_lib_components_VSelect__WEBPACK_IMPORTED_MODULE_3__[\"VSelect\"], {\n attrs: {\n label: \"Consultant\",\n items: _vm.consultantsList,\n \"item-text\": \"fullName\",\n \"item-value\": \"id\",\n outlined: \"\"\n },\n model: {\n value: _vm.consultantId,\n callback: function ($$v) {\n _vm.consultantId = $$v;\n },\n expression: \"consultantId\"\n }\n }), _c(\"PhoneNumberMask\", {\n attrs: {\n label: \"Phone\",\n outlined: \"\"\n },\n model: {\n value: _vm.phone,\n callback: function ($$v) {\n _vm.phone = $$v;\n },\n expression: \"phone\"\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(\"SaveButton\", {\n staticClass: \"mt-1 mr-1 rounded-0 elevation-0\",\n attrs: {\n disabled: !_vm.changed,\n module: \"Project\",\n text: \"Save Project Data\"\n }\n }), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"mt-1 mr-1 rounded-0 elevation-0\",\n attrs: {\n dense: \"\",\n \"x-small\": \"\",\n color: \"success\",\n to: \"/Asset/0\"\n }\n }, [_vm._v(\"Add Homes\")]), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"mt-1 mr-1 rounded-0 elevation-0\",\n attrs: {\n dense: \"\",\n \"x-small\": \"\",\n color: \"success\"\n },\n on: {\n click: _vm.doPDFPrint\n }\n }, [_vm._v(\"Print To PDF\")])], 1)], 1)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"3\",\n align: \"center\"\n }\n }, [_c(vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_4__[\"VSimpleTable\"], {\n attrs: {\n dense: \"\"\n }\n }, [_c(\"thead\", [_c(\"tr\", {\n staticClass: \"py-3 siteChartTitle\",\n staticStyle: {\n \"background-color\": \"#9640b3\"\n }\n }, [_c(\"td\", [_c(\"h1\", {\n staticClass: \"white--text\"\n }, [_vm._v(\"Homes Tracker\")])]), _c(\"td\")])]), _c(\"tbody\", [_c(\"tr\", [_c(\"td\", {\n staticClass: \"pl-3 font14px\"\n }, [_vm._v(\"Available\")]), _c(\"td\", [_c(\"b\", {\n staticClass: \"font14px\"\n }, [_vm._v(_vm._s(this.availableTracker))])])]), _c(\"tr\", [_c(\"td\", {\n staticClass: \"pl-3 font14px\"\n }, [_vm._v(\"Sold\")]), _c(\"td\", {\n staticClass: \"font14px\"\n }, [_c(\"b\", [_vm._v(_vm._s(this.soldTracker))])])]), _c(\"tr\", [_c(\"td\", {\n staticClass: \"pl-3 font14px\"\n }, [_vm._v(\"Not Released\")]), _c(\"td\", {\n staticClass: \"font14px\"\n }, [_c(\"b\", [_vm._v(_vm._s(this.notReleasedTracker))])])]), _c(\"tr\", [_c(\"td\", {\n staticClass: \"pl-3 font14px\"\n }, [_vm._v(\"Closed\")]), _c(\"td\", {\n staticClass: \"font14px\"\n }, [_c(\"b\", [_vm._v(_vm._s(this.closedTracker))])])]), _c(\"tr\", [_c(\"td\", {\n staticClass: \"pl-3 font14px\"\n }, [_c(\"b\", [_vm._v(\"Total\")])]), _c(\"td\", {\n staticClass: \"font14px\"\n }, [_c(\"b\", [_vm._v(_vm._s(this.getTotalTracker()))])])])])])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"5\",\n align: \"center\"\n }\n }, [_vm.loaded ? _c(\"Chart\", {\n attrs: {\n chartData: _vm.chartData\n }\n }) : _vm._e()], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(\"AssetPlan\", {\n attrs: {\n hideDisabled: true,\n warMode: _vm.warMode,\n printMode: true\n }\n })], 1)], 1)], 1), _c(\"HomeStatusListPrintable\", {\n attrs: {\n statusDisplayed: \"Available\",\n projectName: _vm.title,\n preBuiltHeaders: _vm.HomeStatusListColumnProps\n },\n on: {\n \"total-Available\": _vm.totalAvailable\n }\n }), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(\"HomeStatusListPrintable\", {\n attrs: {\n statusDisplayed: \"Sold\",\n projectName: _vm.title,\n preBuiltHeaders: _vm.HomeStatusListColumnProps\n },\n on: {\n \"total-Sold\": _vm.totalSold\n }\n }), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(\"HomeStatusListPrintable\", {\n attrs: {\n statusDisplayed: \"Unreleased\",\n projectName: _vm.title,\n preBuiltHeaders: _vm.HomeStatusListColumnProps\n },\n on: {\n \"total-Unreleased\": _vm.totalNotReleased\n }\n }), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(\"HomeStatusListPrintable\", {\n attrs: {\n statusDisplayed: \"Closed\",\n projectName: _vm.title,\n preBuiltHeaders: _vm.HomeStatusListColumnProps\n },\n on: {\n \"total-Closed\": _vm.totalClosed\n }\n })], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=template&id=5a913732&scoped=true": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=template&id=5a913732&scoped=true ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VChip */ \"./node_modules/vuetify/lib/components/VChip/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VDivider */ \"./node_modules/vuetify/lib/components/VDivider/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _vm.trafficDataLoaded && _vm.digitalDataLoaded && _vm.analyticsDataLoaded ? _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VContainer\"], {\n attrs: {\n fluid: \"\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"mb-3\",\n attrs: {\n sm: \"12\"\n }\n }, [_c(\"WeeklyTrafficNotes\", {\n attrs: {\n weekDayProp: this.reportDate\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"mb-3 d-flex\",\n staticStyle: {\n \"flex-direction\": \"column\"\n },\n attrs: {\n sm: \"12\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n attrs: {\n outlined: \"\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__[\"VToolbar\"], {\n staticClass: \"flex-grow-1\",\n attrs: {\n dense: \"\",\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_4__[\"VToolbarTitle\"], {\n staticClass: \"siteChartTitle success--text\"\n }, [_vm._v(\"New Leads Summary\")])], 1), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n staticClass: \"mb-1\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"New Walk-in Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.newLeadsBar.physicalTrafficLeads);\n }\n }\n }, [_vm._v(_vm._s(_vm.newLeadsBar.physicalTrafficLeads.length))])], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], {\n staticClass: \"mb-1\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"New Web Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.newLeadsBar.newWebLeads);\n }\n }\n }, [_vm._v(_vm._s(_vm.newLeadsBar.newWebLeads.length))])], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"New Other Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"#BFC2C7\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.newLeadsBar.newOthers);\n }\n }\n }, [_vm._v(_vm._s(_vm.newLeadsBar.newOthers.length))])], 1)], 1), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_3__[\"VDivider\"], {\n staticClass: \"my-2\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-size\": \"14px\",\n \"font-weight\": \"bold\",\n color: \"#EC1E24\"\n },\n attrs: {\n sm: \"10\"\n }\n }, [_vm._v(\"Total New Leads\")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticStyle: {\n \"font-weight\": \"bold\"\n },\n attrs: {\n sm: \"2\",\n align: \"right\"\n }\n }, [_c(vuetify_lib_components_VChip__WEBPACK_IMPORTED_MODULE_1__[\"VChip\"], {\n attrs: {\n small: \"\",\n dark: \"\",\n color: \"primary\"\n },\n on: {\n click: function ($event) {\n return _vm.chartClicked(_vm.newLeadsBar.totalLeads);\n }\n }\n }, [_vm._v(_vm._s(_vm.newLeadsBar.totalLeads.length))])], 1)], 1)], 1)], 1)], 1)], 1)], 1)], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(\"PhysicalTrafficChartPrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"pt-1 lightBlueBg rounded-0\",\n attrs: {\n align: \"center\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"justify-center\"\n }, [_c(\"b\", [_vm._v(\"Traffic to Transaction Ratio\")])]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"This Week\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.trafficRatioCal.weekRatio ? _vm.trafficRatioCal.weekRatio.toFixed(2) : 0) + \" : 1\")])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"This Month\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.trafficRatioCal.monthRatio ? _vm.trafficRatioCal.monthRatio.toFixed(2) : 0) + \" : 1\")])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"PTD\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.trafficRatioCal.PTDRatio ? _vm.trafficRatioCal.PTDRatio.toFixed(2) : 0) + \" : 1\")])], 1)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"PhysicalTrafficByRatingPrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1)], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCard\"], {\n attrs: {\n flat: \"\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(\"DigitalTrafficChartPrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"pt-1 lightGreenBg rounded-0\",\n attrs: {\n align: \"center\"\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardTitle\"], {\n staticClass: \"justify-center\"\n }, [_c(\"b\", [_vm._v(\"UWV to New Lead Ratio\")])]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"This Week\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.digitalRatioCal.weekRatio ? _vm.digitalRatioCal.weekRatio.toFixed(2) : 0) + \" : 1\")])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"This Month\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.digitalRatioCal.monthRatio ? _vm.digitalRatioCal.monthRatio.toFixed(2) : 0) + \" : 1\")])], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardSubtitle\"], {\n staticClass: \"pt-0 pb-0\"\n }, [_c(\"b\", [_vm._v(\"PTD\")])]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_0__[\"VCardText\"], [_vm._v(_vm._s(_vm.digitalRatioCal.PTDRatio ? _vm.digitalRatioCal.PTDRatio.toFixed(2) : 0) + \" : 1\")])], 1)], 1)], 1)], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"DigitalTrafficByRatingPrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1)], 1), _c(\"hr\", {\n staticClass: \"break\"\n }), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"PhysicalTrafficByMediaSourcePrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n attrs: {\n sm: \"6\"\n }\n }, [_c(\"DigitalTrafficByMediaSourcePrintable\", {\n on: {\n ChartClicked: _vm.chartClicked\n }\n })], 1)], 1), _c(\"PopupContactList\", {\n attrs: {\n onClose: _vm.popupContactClose,\n model: _vm.dialog,\n prepopulatedList: _vm.subContactList\n },\n on: {\n \"update:model\": function ($event) {\n _vm.dialog = $event;\n }\n }\n })], 1) : _vm._e();\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=template&id=0c73a2d5&scoped=true": /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=template&id=0c73a2d5&scoped=true ***! \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VDataTable */ \"./node_modules/vuetify/lib/components/VDataTable/index.js\");\n/* harmony import */ var vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VIcon */ \"./node_modules/vuetify/lib/components/VIcon/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n staticClass: \"elevation-0\"\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_5__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"secondary\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_5__[\"VToolbarTitle\"], {\n staticClass: \"mr-0 pr-0 white--text\"\n }, [_vm._v(\" Weekly Active Contacts \")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_2__[\"VCol\"], {\n staticClass: \"text-right\"\n }, [_c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"success\",\n attrs: {\n small: \"\",\n dense: \"\"\n },\n on: {\n click: _vm.toggleActiveLeads\n }\n }, [_vm._v(_vm._s(_vm.showHideActiveLeads ? \"Show All\" : \"Show Starred\"))])], 1)], 1), _c(vuetify_lib_components_VDataTable__WEBPACK_IMPORTED_MODULE_3__[\"VDataTable\"], {\n staticClass: \"elevation-0\",\n attrs: {\n \"disable-pagination\": \"\",\n \"hide-default-footer\": \"\",\n headers: _vm.headers,\n items: _vm.listData,\n \"loading-text\": \"Loading...\",\n loading: _vm.loading,\n dense: \"\",\n \"item-key\": \"id\"\n },\n on: {\n \"click:row\": _vm.tableClick\n },\n scopedSlots: _vm._u([{\n key: `item.star`,\n fn: function ({\n item\n }) {\n return [_vm.hasStar(item) ? _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"popoutBtn\",\n attrs: {\n icon: \"\",\n color: \"green\"\n },\n on: {\n click: function ($event) {\n $event.stopPropagation();\n return _vm.removeStar(item);\n }\n }\n }, [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_4__[\"VIcon\"], [_vm._v(\"mdi-star\")])], 1) : _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_0__[\"VBtn\"], {\n staticClass: \"popoutBtn\",\n attrs: {\n icon: \"\"\n },\n on: {\n click: function ($event) {\n $event.stopPropagation();\n return _vm.addStar(item);\n }\n }\n }, [_c(vuetify_lib_components_VIcon__WEBPACK_IMPORTED_MODULE_4__[\"VIcon\"], [_vm._v(\"mdi-star-outline\")])], 1)];\n }\n }, {\n key: `item.completenessScore`,\n fn: function ({\n item\n }) {\n return [_c(\"span\", [_vm._v(_vm._s(item.completenessScore) + \" %\")])];\n }\n }, {\n key: \"expanded-item\",\n fn: function ({\n item\n }) {\n return [_c(\"td\", {\n attrs: {\n colspan: 55\n }\n }, [_c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_1__[\"VCard\"], {\n staticClass: \"mt-1 mb-1 elevation-0\",\n attrs: {\n \"max-width\": \"50%\",\n tile: \"\"\n }\n }, _vm._l(item.Notes.slice(-1), function (note) {\n return _c(\"div\", {\n key: note.id\n }, [_c(\"h4\", [_vm._v(\"[ \" + _vm._s(_vm._f(\"prettyDateTime\")(note.createdAt)) + \" \" + _vm._s(_vm.getUser(note.createUser)) + \" | \" + _vm._s(_vm.getNoteRelType(note.relateType)) + \" ]\")]), _c(\"p\", [_vm._v(_vm._s(note.body))])]);\n }), 0)], 1)];\n }\n }], null, true)\n })], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/cache-loader/dist/cjs.js?{\"cacheDirectory\":\"node_modules/.cache/vue-loader\",\"cacheIdentifier\":\"57799412-vue-loader-template\"}!./node_modules/vuetify-loader/lib/loader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=template&id=3c5abf82&scoped=true": /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"57799412-vue-loader-template"}!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=template&id=3c5abf82&scoped=true ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! exports provided: render, staticRenderFns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"render\", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"staticRenderFns\", function() { return staticRenderFns; });\n/* harmony import */ var vuetify_lib_components_VAlert__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vuetify/lib/components/VAlert */ \"./node_modules/vuetify/lib/components/VAlert/index.js\");\n/* harmony import */ var vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vuetify/lib/components/VBtn */ \"./node_modules/vuetify/lib/components/VBtn/index.js\");\n/* harmony import */ var vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vuetify/lib/components/VCard */ \"./node_modules/vuetify/lib/components/VCard/index.js\");\n/* harmony import */ var vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vuetify/lib/components/VGrid */ \"./node_modules/vuetify/lib/components/VGrid/index.js\");\n/* harmony import */ var vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vuetify/lib/components/VDivider */ \"./node_modules/vuetify/lib/components/VDivider/index.js\");\n/* harmony import */ var vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vuetify/lib/components/VTabs */ \"./node_modules/vuetify/lib/components/VTabs/index.js\");\n/* harmony import */ var vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vuetify/lib/components/VToolbar */ \"./node_modules/vuetify/lib/components/VToolbar/index.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c;\n return _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], {\n ref: \"report\",\n staticClass: \"reportContainer\",\n attrs: {\n justify: \"center\"\n }\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n attrs: {\n lg: \"12\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_6__[\"VToolbar\"], {\n attrs: {\n dense: \"\",\n dark: \"\",\n flat: \"\",\n color: \"secondary\"\n }\n }, [_c(vuetify_lib_components_VToolbar__WEBPACK_IMPORTED_MODULE_6__[\"VToolbarTitle\"], {\n staticClass: \"white--text\"\n }, [_vm._v(\" \" + _vm._s(this.getProjectName) + \" Weekly Activity: \" + _vm._s(_vm.reportDate) + \" \")]), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VSpacer\"]), _c(vuetify_lib_components_VBtn__WEBPACK_IMPORTED_MODULE_1__[\"VBtn\"], {\n staticClass: \"mt-1 mr-1 rounded-0 elevation-0\",\n attrs: {\n dense: \"\",\n \"x-small\": \"\",\n color: \"success\"\n },\n on: {\n click: _vm.doPDFPrint\n }\n }, [_vm._v(\"Print\")]), _c(\"DateSelector\", {\n attrs: {\n rangeDate: false\n }\n })], 1), _c(vuetify_lib_components_VAlert__WEBPACK_IMPORTED_MODULE_0__[\"VAlert\"], {\n attrs: {\n color: \"red lighten-2\",\n value: _vm.alert\n }\n }, [_vm._v(\" You've selected a future date, data may not exist for this period of time. \")]), _c(vuetify_lib_components_VCard__WEBPACK_IMPORTED_MODULE_2__[\"VCard\"], [_c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabs\"], {\n attrs: {\n dense: \"\",\n grow: \"\",\n \"center-active\": \"\",\n \"background-color\": \"#f5f5f6\",\n \"hide-slider\": \"\"\n },\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v;\n },\n expression: \"tab\"\n }\n }, [_c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"Traffic\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Traffic\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"OrsSummary\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Off/Res/Sale Summary\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"ActiveLeads\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Active Leads\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"salesConciergeActivity\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Sales/Concierge Activity\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"escrowTracking\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"Escrow Tracking\")]), _c(vuetify_lib_components_VDivider__WEBPACK_IMPORTED_MODULE_4__[\"VDivider\"], {\n staticClass: \"tabDivider\",\n attrs: {\n vertical: \"\"\n }\n }), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTab\"], {\n key: \"inventoryStatus\",\n attrs: {\n \"active-class\": \"active-green white--text\"\n }\n }, [_vm._v(\"New Home Status\")])], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabsItems\"], {\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v;\n },\n expression: \"tab\"\n }\n }, [_c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"Traffic\"\n }, [_c(\"TrafficPrintable\", {\n attrs: {\n reportDate: _vm.reportDate\n }\n })], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"OrsSummary\"\n }, [_c(\"OrsSummary\", {\n attrs: {\n reportDate: _vm.reportDate,\n printableWad: true\n }\n })], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"ActiveLeads\"\n }, [_c(\"ActiveLeadsPrintable\", {\n attrs: {\n reportDate: _vm.reportDate\n }\n })], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"salesConciergeActivity\"\n }, [_c(\"DLR\", {\n attrs: {\n hideDateSelector: true,\n showCommunications: _vm.showCommunications\n }\n })], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"escrowTracking\"\n }, [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n staticClass: \"mb-3 mt-3\"\n }, [_c(\"CloseCancelSummary\", {\n attrs: {\n reportDate: _vm.reportDate,\n closings: false\n }\n })], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], {\n staticClass: \"mb-3 mt-3\"\n }, [_c(\"CloseCancelSummary\", {\n attrs: {\n reportDate: _vm.reportDate,\n closings: true\n }\n })], 1)], 1), _c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VRow\"], [_c(vuetify_lib_components_VGrid__WEBPACK_IMPORTED_MODULE_3__[\"VCol\"], [_c(\"EscrowTrackingPrintable\", {\n attrs: {\n preBuiltHeaders: _vm.escrowTrackingHeaders\n }\n })], 1)], 1)], 1), _c(vuetify_lib_components_VTabs__WEBPACK_IMPORTED_MODULE_5__[\"VTabItem\"], {\n key: \"inventoryStatus\"\n }, [_c(\"HomeStatusPrintable\")], 1)], 1)], 1)], 1)], 1);\n};\nvar staticRenderFns = [];\nrender._withStripped = true;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?./node_modules/cache-loader/dist/cjs.js?%7B%22cacheDirectory%22:%22node_modules/.cache/vue-loader%22,%22cacheIdentifier%22:%2257799412-vue-loader-template%22%7D!./node_modules/vuetify-loader/lib/loader.js??ref--4!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--7!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=style&index=0&id=5bf7d704&scoped=true&lang=css": /*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=style&index=0&id=5bf7d704&scoped=true&lang=css ***! \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.break[data-v-5bf7d704] {\\n page-break-after: always;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=style&index=0&id=748432f8&scoped=true&lang=css": /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?vue&type=style&index=0&id=748432f8&scoped=true&lang=css ***! \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.v-card-title[data-v-748432f8] {\\n font-size: 1.5rem;\\n}\\n\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsByRatingPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=style&index=0&id=00c94355&scoped=true&lang=css": /*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?vue&type=style&index=0&id=00c94355&scoped=true&lang=css ***! \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.chartPrint[data-v-00c94355] {\\n font-size: 14px !important;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/Charts/ActiveLeadsBySubjectivePrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=style&index=0&id=63c0b360&lang=css": /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?vue&type=style&index=0&id=63c0b360&lang=css ***! \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.v-data-table-header th {\\n vertical-align: center;\\n white-space: normal;\\n}\\n.print-only{\\n display: none;\\n}\\n@media print{\\n.print-only{\\n display: block;\\n}\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusListPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=style&index=1&id=106e0a44&scoped=true&lang=css": /*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=style&index=1&id=106e0a44&scoped=true&lang=css ***! \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.tbody[data-v-106e0a44] {\\n background-color: #f5f5f6 !important;\\n}\\n[data-v-106e0a44] tr:hover {\\n background-color: none !important;\\n}\\n.break[data-v-106e0a44] {\\n page-break-after: always;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=style&index=0&id=5a913732&scoped=true&lang=css": /*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?vue&type=style&index=0&id=5a913732&scoped=true&lang=css ***! \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \"\\n.break[data-v-5a913732] {\\n page-break-after: always;\\n}\\n\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/TrafficPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=style&index=0&id=601caf5a&scoped=true&lang=scss": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?vue&type=style&index=0&id=601caf5a&scoped=true&lang=scss ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".mdc-typography-style-headline[data-v-601caf5a] {\\n font-family: Roboto;\\n font-size: 16 .mdc-typography-style-headline --error;\\n font-size-color: red;\\n}\\n.orsDetails[data-v-601caf5a] {\\n background-color: #ccc0da;\\n}\\n.homeDetails[data-v-601caf5a] {\\n background-color: #d9d9d9;\\n}\\n.depositsOptionsUpgrade[data-v-601caf5a] {\\n background-color: #d8e4bc;\\n}\\n.financing[data-v-601caf5a] {\\n background-color: #fcd5b4;\\n}\\n.escrowDetails[data-v-601caf5a] {\\n background-color: #b7dee8;\\n}\\n.popoutBtn[data-v-601caf5a]:hover {\\n background-color: white !important;\\n box-shadow: 0px 3px 3px 0px rgba(35, 35, 35, 0.5);\\n height: 26px;\\n padding: 2px 6px;\\n}\\n.stickyHeader[data-v-601caf5a] {\\n position: fixed !important;\\n}\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/EscrowTrackingPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=style&index=0&id=106e0a44&lang=scss": /*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?vue&type=style&index=0&id=106e0a44&lang=scss ***! \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".mdc-typography-style-headline {\\n font-family: Roboto;\\n font-size: 16 .mdc-typography-style-headline --error;\\n font-size-color: red;\\n}\\n.communityLogo {\\n z-index: -1;\\n position: absolute;\\n top: 0;\\n left: 0;\\n width: 60%;\\n height: 60%;\\n}\\n.communityTitle {\\n font-weight: bold;\\n font-size: 36px;\\n text-transform: uppercase;\\n color: #3853A3;\\n}\\n.font14px {\\n font-size: 12px !important;\\n}\\n.lightBlueInput {\\n background-color: #f5f5f6 !important;\\n border-color: #f5f5f6 !important;\\n}\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/HomeStatusPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=style&index=0&id=0c73a2d5&scoped=true&lang=scss": /*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?vue&type=style&index=0&id=0c73a2d5&scoped=true&lang=scss ***! \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".mdc-typography-style-headline[data-v-0c73a2d5] {\\n font-family: Roboto;\\n font-size: 16 .mdc-typography-style-headline --error;\\n font-size-color: red;\\n}\\n[data-v-0c73a2d5] tr:hover {\\n background-color: #fbfbfb;\\n box-shadow: 0px 2px 18px 0px rgba(100, 100, 100, 0.5);\\n cursor: pointer;\\n}\\n.popoutBtn[data-v-0c73a2d5]:hover {\\n background-color: white !important;\\n box-shadow: 0px 3px 3px 0px rgba(35, 35, 35, 0.5);\\n cursor: pointer;\\n}\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActiveContactsPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/sass-loader/dist/cjs.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=style&index=0&id=3c5abf82&lang=scss&scoped=true": /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?vue&type=style&index=0&id=3c5abf82&lang=scss&scoped=true ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// Imports\nvar ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ \"./node_modules/css-loader/dist/runtime/api.js\");\nexports = ___CSS_LOADER_API_IMPORT___(false);\n// Module\nexports.push([module.i, \".mdc-typography-style-headline[data-v-3c5abf82] {\\n font-family: Roboto;\\n font-size: 16 .mdc-typography-style-headline --error;\\n font-size-color: red;\\n}\\n.reportContainer[data-v-3c5abf82] {\\n width: 10in;\\n}\\n.v-tab[data-v-3c5abf82] {\\n font-size: 10px !important;\\n}\\n.v-toolbar__title[data-v-3c5abf82] {\\n width: 450px !important;\\n}\", \"\"]);\n// Exports\nmodule.exports = exports;\n\n\n//# sourceURL=webpack:///./src/components/Dashboards/weeklyActivityPrintable/WeeklyActivityPrintable.vue?./node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--9-oneOf-1-2!./node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options"); /***/ }), /***/ "./node_modules/vue-style-loader/index.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=style&index=0&id=5bf7d704&scoped=true&lang=css": /*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** ./node_modules/vue-style-loader??ref--7-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--7-oneOf-1-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--7-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/Dashboards/weeklyActivityPrintable/ActiveLeadsPrintable.vue?vue&type=style&index=0&id=5bf7d704&scoped=true&lang=css ***! \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { eval("// style-loader: Adds some css to the DOM by adding a