@bilfenyazilimekibi/bilpack 1.3.12 → 1.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1830,7 +1830,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
1830
1830
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1831
1831
 
1832
1832
  "use strict";
1833
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render),\n/* harmony export */ staticRenderFns: () => (/* binding */ staticRenderFns)\n/* harmony export */ });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n { staticClass: \"bf-data-table\" },\n [\n _vm.imgFileLoader\n ? _c(\"div\", { staticClass: \"file-loader\" }, [\n _c(\n \"div\",\n { staticClass: \"img-file-loader\" },\n [\n _c(\"v-progress-circular\", {\n attrs: { indeterminate: \"\", color: \"primary\", size: 50 },\n }),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\n \"transition\",\n { attrs: { name: \"fade\" } },\n [\n _vm.skeletonLoader\n ? _c(\"v-skeleton-loader\", {\n staticClass: \"table-skeleton\",\n attrs: { type: \"table\" },\n })\n : _vm._e(),\n ],\n 1\n ),\n _vm.isTopArea\n ? _c(\"div\", { staticClass: \"table-top-area\" }, [\n _c(\n \"div\",\n [\n _c(\"bf-text\", {\n staticClass: \"table-title font-weight-700 bf-text-3xl\",\n attrs: { text: _vm.title },\n }),\n _vm.hasActivePassive\n ? _c(\n \"div\",\n { staticClass: \"table-sub\" },\n [\n _c(\n \"v-btn\",\n {\n attrs: {\n disabled: !_vm.columnIsActive,\n small: \"\",\n color: \"error\",\n },\n on: {\n click: function ($event) {\n return _vm.setActivePassive(\"passive\")\n },\n },\n },\n [_vm._v(\"Passif \")]\n ),\n _c(\n \"v-btn\",\n {\n attrs: {\n disabled: _vm.columnIsActive,\n small: \"\",\n color: \"success\",\n },\n on: {\n click: function ($event) {\n return _vm.setActivePassive(\"active\")\n },\n },\n },\n [_vm._v(\"Aktif \")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n !_vm.withoutActions\n ? _c(\n \"div\",\n { staticClass: \"table-buttons\" },\n [\n _vm.isColumnFilter\n ? _c(\n \"v-menu\",\n {\n attrs: {\n \"close-on-content-click\": false,\n left: \"\",\n \"offset-y\": \"\",\n \"nudge-bottom\": \"10px\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b({}, \"span\", attrs, false),\n on\n ),\n [\n _c(\n \"bf-button\",\n {\n attrs: {\n widthIcon: true,\n rounded: false,\n color: \"listButton\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\n \" fi-rr-filter \"\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [_vm._v(\" Filtrele \")]\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n false,\n 2015553456\n ),\n },\n [\n _c(\"div\", { staticClass: \"menu\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"bf-text-lg font-weight-500 pl-4\",\n },\n [_vm._v(\"FİLTRELE\")]\n ),\n _c(\"div\", { staticClass: \"checkboxes px-3\" }, [\n _c(\n \"ul\",\n _vm._l(\n _vm.headers.filter(\n (x) => x.value !== \"action\"\n ),\n function (item) {\n return _c(\n \"li\",\n { staticClass: \"item\" },\n [\n _c(\"v-checkbox\", {\n attrs: {\n disabled:\n _vm.isDisabled && item.selected,\n small: \"\",\n \"hide-details\": \"\",\n dense: \"\",\n label: `${item.text}`,\n },\n on: {\n change: function ($event) {\n return _vm.selectFilter(item)\n },\n },\n model: {\n value: item.selected,\n callback: function ($$v) {\n _vm.$set(item, \"selected\", $$v)\n },\n expression: \"item.selected\",\n },\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ]),\n ]),\n ]\n )\n : _vm._e(),\n _vm.isColumnDownload\n ? _c(\n \"div\",\n { staticClass: \"downloadButton\" },\n [\n _c(\n \"download-excel\",\n {\n staticClass: \"excel-export-button\",\n attrs: {\n data: _vm.excelOptions.json_data,\n fields: _vm.excelOptions.json_fields,\n worksheet: _vm.excelOptions.excelFileName,\n name: _vm.excelOptions.excelFileName + \".xls\",\n },\n },\n [\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"bf-button\",\n {\n attrs: {\n block: \"\",\n widthIcon: true,\n color: \"primary\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\n \" fi-rr-download \"\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n {\n style: {\n color:\n _vm.downloadButtonText\n .color,\n },\n },\n [\n _vm._v(\n _vm._s(\n _vm.downloadButtonText\n .title\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n false,\n 3988007991\n ),\n },\n [_c(\"span\", [_vm._v(\"Excel Çıktısı Al\")])]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.isAddButtonOptions\n ? _c(\n \"div\",\n { staticClass: \"isAddButton\" },\n [\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"bf-button\",\n {\n attrs: {\n to: _vm.isAddButtonOptions\n .isAddButtonHref,\n block: \"\",\n widthIcon: true,\n color:\n _vm.isAddButtonOptions\n .isAddButtonColor,\n },\n on: {\n click: function ($event) {\n return _vm.clickNewItem()\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\" fi-rr-add \"),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticClass: \"text-white\" },\n [\n _vm._v(\n _vm._s(\n _vm.isAddButtonOptions\n .isAddButtonText\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n false,\n 317774699\n ),\n },\n [_c(\"span\", [_vm._v(\"Excel Çıktısı Al\")])]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.newItem\n ? _c(\n \"bf-button\",\n {\n staticClass: \"tableButton\",\n attrs: { widthIcon: true, color: \"primary\" },\n on: {\n click: function ($event) {\n return _vm.clickNewItem()\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [_vm._v(\" fi-rr-add \")]\n },\n proxy: true,\n },\n ],\n null,\n false,\n 3009037240\n ),\n },\n [_vm._v(\" Yeni Ekle \")]\n )\n : _vm._e(),\n _vm.multiSelectSettings.action !== false\n ? _c(\n \"bf-button\",\n {\n attrs: {\n disabled: _vm.multiSelectSettings.disabled,\n widthIcon: _vm.multiSelectSettings.widthIcon,\n color: \"listOutlineButton\",\n },\n on: {\n click: function ($event) {\n return _vm.clickMultiSelectAction()\n },\n },\n scopedSlots: _vm._u(\n [\n _vm.multiSelectSettings.widthIcon\n ? {\n key: \"icon\",\n fn: function () {\n return [_vm._v(\" fi-rr-trash \")]\n },\n proxy: true,\n }\n : null,\n ],\n null,\n true\n ),\n },\n [\n _vm._v(\n \" \" +\n _vm._s(_vm.multiSelectSettings.buttonText) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n _vm._t(\"listItemSelected\", null, {\n item: _vm.listItemSelected,\n }),\n ],\n 2\n )\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"table-tabs\" },\n [\n _vm.tabs.visible\n ? _c(\n \"v-tabs\",\n {\n attrs: { color: \"#84CC16\" },\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v\n },\n expression: \"tab\",\n },\n },\n _vm._l(_vm.tabs.content, function (item, index) {\n return _c(\n \"v-tab\",\n { key: index, attrs: { value: item.value } },\n [_vm._v(_vm._s(item.text))]\n )\n }),\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\n \"bf-card\",\n { attrs: { styleClass: \"pa-0\", loading: _vm.loading } },\n [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.topScroll,\n expression: \"topScroll\",\n },\n ],\n staticClass: \"bf-table-scroll-container\",\n },\n [\n _c(\"div\", { staticClass: \"bf-table-scroll-wrapper\" }, [\n _c(\"div\", {\n ref: \"topScrollBar\",\n staticClass: \"bf-table-top-scroll\",\n on: { scroll: _vm.handleTopScroll },\n }),\n ]),\n ]\n ),\n _c(\n \"v-data-table\",\n {\n directives: [\n {\n name: \"resize\",\n rawName: \"v-resize\",\n value: _vm.onResize,\n expression: \"onResize\",\n },\n ],\n ref: \"dataTable\",\n staticClass: \"elevation-0 bf-table-with-scroll\",\n class: { \"sticky-table\": _vm.stickyColumns.length > 0 },\n attrs: {\n \"item-class\": _vm.itemRowBackground,\n headers: _vm.totalCount > 0 ? _vm.showHeaders : _vm.noDataTitle,\n items: _vm.items,\n \"show-expand\": _vm.isExpandable,\n \"show-select\": _vm.isSelectable,\n \"single-select\": _vm.isSingleSelect,\n expanded: _vm.expanded,\n options: _vm.options,\n \"loading-text\": \"Yükleniyor...\",\n id: \"v-data-table\",\n \"hide-default-footer\": \"\",\n \"items-per-page\": 2030,\n },\n on: {\n \"update:expanded\": function ($event) {\n _vm.expanded = $event\n },\n \"update:options\": function ($event) {\n _vm.options = $event\n },\n scroll: _vm.handleMainTableScroll,\n },\n scopedSlots: _vm._u(\n [\n _vm.schoolNameTooltip\n ? {\n key: \"item.schoolNames\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n attrs: { \"max-width\": \"auto\", left: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n _c(\n \"p\",\n _vm._g(\n {\n staticStyle: { color: \"#333\" },\n attrs: { dark: \"\" },\n },\n on\n ),\n [_vm._v(_vm._s(item.schoolNames))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.fullSchollName\n .split(\",\")\n .map((school) => school.trim()),\n function (school) {\n return _c(\"div\", [\n _c(\n \"span\",\n { staticStyle: { color: \"#333\" } },\n [_vm._v(_vm._s(school) + \",\")]\n ),\n _c(\"br\"),\n ])\n }\n ),\n 0\n ),\n ]\n },\n }\n : null,\n _vm._l(_vm.headerTemplates, function (customSlot) {\n return {\n key: `item.${customSlot.value}`,\n fn: function ({ item }) {\n return [_vm._t(customSlot.value, null, { item: item })]\n },\n }\n }),\n {\n key: \"expanded-item\",\n fn: function ({ headers, item }) {\n return [_vm._t(\"expanded\")]\n },\n },\n _vm.searchableList\n ? {\n key: \"body.prepend\",\n fn: function () {\n return [\n _vm.totalCount > 0\n ? _c(\n \"tr\",\n {\n staticClass:\n \"bf-data-table-column-filter-area mt-3\",\n },\n [\n _vm.isSelectable\n ? _c(\"td\", {\n staticClass:\n \"bf-data-table-column-td\",\n })\n : _vm._e(),\n _vm._l(\n _vm.showHeaders,\n function (item, headerItemIndex) {\n return item.value !== \"action\" &&\n item.sortable === undefined &&\n item.value !== \"data-table-expand\" &&\n !item.hidden\n ? _c(\n \"td\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: !_vm.isMobile,\n expression: \"!isMobile\",\n },\n ],\n key: headerItemIndex,\n staticClass:\n \"bf-data-table-column-td\",\n },\n [\n item.searchOptions !==\n undefined &&\n item.searchOptions.type ===\n \"select-data\"\n ? _c(\n \"v-autocomplete\",\n {\n staticClass:\n \"bf-data-table-column-filter-field select\",\n attrs: {\n items:\n item.searchOptions\n .autoSelect ==\n true\n ? _vm.findAutoSelectItems(\n item\n .searchOptions\n .autoSelectSearchValue\n )\n : item\n .searchOptions\n .selectItems,\n \"item-text\":\n item.searchOptions\n .itemText,\n \"item-value\":\n item.searchOptions\n .itemValue,\n value:\n item.searchValue,\n disabled: item.loader,\n loading:\n _vm.mainLoader,\n clearable: \"\",\n \"hide-details\": \"\",\n solo: \"\",\n dense: \"\",\n \"append-icon\": \"\",\n },\n on: {\n change: function (\n $event\n ) {\n return _vm.searchData(\n item.searchOptions\n .autoSelectSearchValue\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"slotItem\",\n fn: function ({\n slotItem,\n }) {\n return [\n slotItem.val &&\n slotItem.val.includes(\n \"#\"\n )\n ? _c(\n \"div\",\n [\n _c(\n \"v-chip\",\n {\n staticClass:\n \"select-autocomplate-chip\",\n attrs:\n {\n color:\n slotItem.val\n ? slotItem.val\n : \"#FDF49D\",\n },\n }\n ),\n ],\n 1\n )\n : _c(\n \"div\",\n [\n _c(\n \"span\",\n {\n staticClass:\n \"select-autocomplate-span\",\n },\n [\n _vm._v(\n _vm._s(\n slotItem.name\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend-inner\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n )\n : item.searchOptions !==\n undefined &&\n item.searchOptions.type ===\n \"date\"\n ? _c(\n \"v-menu\",\n {\n ref: \"menu\",\n refInFor: true,\n attrs: {\n loading:\n _vm.mainLoader,\n \"close-on-content-click\": false,\n transition:\n \"scale-transition\",\n \"offset-y\": \"\",\n \"min-width\": \"auto\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({\n on,\n attrs,\n }) {\n return [\n _c(\n \"v-text-field\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"bf-data-table-column-filter-field date mb-0\",\n attrs:\n {\n readonly:\n \"\",\n loading:\n _vm.mainLoader,\n solo: \"\",\n dense:\n \"\",\n \"append-icon\":\n item.searchValue !==\n \"\"\n ? \"mdi-close\"\n : \"\",\n },\n on: {\n \"click:append\":\n function (\n $event\n ) {\n item.searchValue =\n \"\"\n _vm.searchData()\n },\n },\n model:\n {\n value:\n item.searchValue,\n callback:\n function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n \"v-text-field\",\n attrs,\n false\n ),\n on\n ),\n [\n _c(\n \"v-icon\",\n {\n attrs:\n {\n slot: \"prepend-inner\",\n color:\n \"#9CA3AF\",\n small:\n \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: item.dateMenu,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"dateMenu\",\n $$v\n )\n },\n expression:\n \"item.dateMenu\",\n },\n },\n [\n _c(\"v-date-picker\", {\n attrs: {\n \"no-title\": \"\",\n locale: \"tr\",\n scrollable: \"\",\n },\n on: {\n input: function (\n $event\n ) {\n item.dateMenu = false\n _vm.searchData()\n },\n },\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n }),\n ],\n 1\n )\n : _c(\n \"v-text-field\",\n {\n staticClass:\n \"bf-data-table-column-filter-field\",\n attrs: {\n loading:\n _vm.mainLoader,\n \"hide-details\": \"\",\n type: \"text\",\n solo: \"\",\n dense: \"\",\n },\n on: {\n keyup: _vm.searchData,\n },\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend-inner\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _c(\"td\", {\n staticClass:\n \"bf-data-table-column-td bf-data-table-column-td-icons\",\n })\n }\n ),\n ],\n 2\n )\n : _vm._e(),\n ]\n },\n proxy: true,\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.studentImage\",\n fn: function ({ item }) {\n return [\n _c(\"input\", {\n ref: \"fileInput\",\n staticStyle: { display: \"none\" },\n attrs: { type: \"file\", accept: \"image/*\" },\n on: {\n change: (event) =>\n _vm.onFileSelected(event, item),\n },\n }),\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n },\n [\n item.studentImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: {\n src: item.studentImage,\n alt: \"\",\n },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Student\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.motherImage\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n staticStyle: { \"padding-right\": \"16px\" },\n },\n [\n item.motherImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: { src: item.motherImage, alt: \"\" },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange && item.motherName\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Kadın\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.fatherImage\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n staticStyle: { \"padding-right\": \"16px\" },\n },\n [\n item.fatherImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: { src: item.fatherImage, alt: \"\" },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange && item.fatherName\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Erkek\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.userImage\",\n fn: function ({ item }) {\n return [\n item.userImage === null\n ? _c(\n \"div\",\n { staticClass: \"image\" },\n [\n _c(\n \"v-avatar\",\n {\n staticClass: \"mr-auto top-avatar\",\n attrs: { color: \"primary\", size: \"32\" },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n color: \"white\",\n small: \"\",\n },\n },\n [_vm._v(\"fi-rr-user\")]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: { src: item.userImage, alt: \"\" },\n }),\n ]),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.image\",\n fn: function ({ item }) {\n return [\n item.image === null\n ? _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n ])\n : _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: { src: item.image, alt: \"\" },\n }),\n ]),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.questionImage\",\n fn: function ({ item }) {\n return [\n item.questionImage === null\n ? _c(\"div\", [\n item.questionSketchImage !== null\n ? _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"viewer\",\n rawName: \"v-viewer\",\n },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.questionSketchImage,\n alt: \"\",\n },\n }),\n ]\n ),\n ])\n : _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"viewer\",\n rawName: \"v-viewer\",\n },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/default-image.jpeg */ \"./src/assets/images/default-image.jpeg\"),\n alt: \"\",\n },\n }),\n ]\n ),\n ]),\n ])\n : _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.questionImage,\n alt: \"\",\n },\n }),\n ]\n ),\n ]),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.topicStatus\",\n fn: function ({ item }) {\n return [\n item.topicStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Pasif \")]\n )\n : _vm._e(),\n item.topicStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktif \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.unitStatus\",\n fn: function ({ item }) {\n return [\n item.unitStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Pasif \")]\n )\n : _vm._e(),\n item.unitStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktif \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n {\n key: \"item.studentData\",\n fn: function ({ item }) {\n return [\n item.studentData === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" + _vm.getTextColor(\"0\", \"register\"),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\"0\", \"register\"),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktarılmayan \")]\n )\n : _vm._e(),\n item.studentData === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" + _vm.getTextColor(\"1\", \"register\"),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\"1\", \"register\"),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktarılan \")]\n )\n : _vm._e(),\n ]\n },\n },\n _vm.colorColumns\n ? _vm._l(\n _vm.colorChangeItems,\n function (changeItem, index) {\n return {\n key: changeItem.path,\n fn: function ({ item }) {\n return [\n !_vm.isClickableColumn\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item[changeItem.name],\n changeItem.colorName\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item[changeItem.name],\n changeItem.colorName\n ),\n dark: \"\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.stringToCode(\n changeItem.conditions.code,\n changeItem.name,\n item[changeItem.name]\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass: \"cursor-pointer\",\n style: \"color:\" + changeItem.textColor,\n on: {\n click: function ($event) {\n return _vm.openModal(\n item,\n changeItem.name\n )\n },\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(item[changeItem.name]) +\n \" \"\n ),\n ]\n ),\n ]\n },\n }\n }\n )\n : null,\n _vm.colorColumns\n ? {\n key: \"item.registrationStatus\",\n fn: function ({ item }) {\n return [\n item.registrationStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Ön Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kesin Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"3\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yenileme \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.lastBranch\",\n fn: function ({ item }) {\n return [\n item.lastBranch === \"KAYIT\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt \")]\n )\n : item.lastBranch === \"ÖNKAYIT\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Ön Kayıt \")]\n )\n : item.lastBranch === \"NAKİL\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kesin Kayıt \")]\n )\n : item.lastBranch === \"KAYITYENİLEME\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yenileme \")]\n )\n : _c(\"div\", [\n _vm._v(_vm._s(item.lastBranch) + \" Şubesi\"),\n ]),\n ]\n },\n }\n : null,\n {\n key: \"item.registerPercentage\",\n fn: function ({ item }) {\n return [\n _c(\"span\", [\n _vm._v(\"%\" + _vm._s(item.registerPercentage)),\n ]),\n ]\n },\n },\n _vm.colorColumns\n ? {\n key: \"item.announcementProcess\",\n fn: function ({ item }) {\n return [\n item.announcementProcess === \"Geçmiş\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Geçmiş \")]\n )\n : _vm._e(),\n item.announcementProcess === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Güncel \")]\n )\n : _vm._e(),\n item.announcementProcess === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Geçmiş \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.referance\",\n fn: function ({ item }) {\n return _vm._l(\n JSON.parse(item.referance),\n function (referance, i) {\n return _c(\"div\", { key: i }, [\n _vm._v(\" \" + _vm._s(referance.name) + \" \"),\n _c(\n \"span\",\n { staticStyle: { color: \"#65a30d\" } },\n [\n _vm._v(\n \"B: \" +\n _vm._s(referance.referance.B) +\n \" \"\n ),\n ]\n ),\n _vm._v(\" | \"),\n _c(\n \"span\",\n { staticStyle: { color: \"#3b82f6\" } },\n [\n _vm._v(\n \"ST: \" + _vm._s(referance.referance.ST)\n ),\n ]\n ),\n ])\n }\n )\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.preRegistrationStatus\",\n fn: function ({ item }) {\n return [\n item.preRegistrationStatus === \"0\"\n ? _c(\"v-chip\", {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n })\n : _vm._e(),\n item.preRegistrationStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Başarılı \")]\n )\n : _vm._e(),\n item.preRegistrationStatus === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Başarısız \")]\n )\n : _vm._e(),\n item.preRegistrationStatus === \"3\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yapmayacak \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.leavingStatus\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.leavingStatus,\n \"leaving\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.leavingStatus,\n \"leaving\"\n ),\n dark: \"\",\n },\n },\n [\n item.leavingStatus === \"0\"\n ? _c(\"div\", [_vm._v(\"Ayrılmadı\")])\n : _c(\n \"div\",\n { staticClass: \"leaving\" },\n [\n _c(\n \"div\",\n { staticClass: \"leavingTitle\" },\n [_vm._v(\"Ayrıldı\")]\n ),\n _c(\n \"v-tooltip\",\n {\n attrs: { top: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n _c(\n \"v-icon\",\n _vm._g(\n {\n staticClass: \"mr-2\",\n attrs: {\n small: \"\",\n },\n },\n on\n ),\n [\n _vm._v(\n \" mdi-information-outline \"\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"div\", [\n _c(\n \"div\",\n {\n staticClass: \"title\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n item.leavingReasonName\n ) +\n \" \"\n ),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass: \"text\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n item.leavingDescription\n ) +\n \" \"\n ),\n ]\n ),\n ]),\n ]\n ),\n ],\n 1\n ),\n ]\n ),\n ]\n },\n }\n : null,\n {\n key: \"top\",\n fn: function ({ pagination, options, updateOptions }) {\n return [_vm._t(\"multiActions\")]\n },\n },\n {\n key: \"header.action\",\n fn: function ({ header }) {\n return [\n _c(\n \"div\",\n {\n staticStyle: {\n \"text-align\": \"right\",\n width: \"100%\",\n },\n },\n [_vm._v(_vm._s(header.text))]\n ),\n ]\n },\n },\n {\n key: \"item.action\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n { staticClass: \"action-column\" },\n [\n _vm.updateOptions !== null &&\n item[_vm.switchKey] !== undefined &&\n !_vm.customSwitch\n ? _c(\"v-switch\", {\n staticClass: \"switch mt-0\",\n attrs: {\n small: \"\",\n inset: \"\",\n \"hide-details\": \"\",\n \"input-value\": item[_vm.switchKey] === \"1\",\n },\n on: {\n click: function ($event) {\n return _vm.switchAction(item)\n },\n },\n })\n : _vm._e(),\n _vm._t(\"action\", null, { item: item }),\n _vm._t(\"date\", null, { item: item }),\n _vm.deleteOptions !== null\n ? _c(\n \"v-tooltip\",\n {\n attrs: { top: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n item[\n _vm.deleteOptions.isVisibleKey\n ] === \"1\" ||\n item[\n _vm.deleteOptions.isVisibleKey\n ] === \"true\" ||\n _vm.deleteOptions.isVisibleKey ===\n undefined\n ? _c(\n \"div\",\n {\n staticClass:\n \"cursor-pointer mx-1\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _c(\n \"v-btn\",\n {\n attrs: {\n icon: \"\",\n small: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.openDeleteConfirm(\n item\n )\n },\n },\n },\n [\n _c(\n \"v-icon\",\n _vm._g(\n {\n attrs: {\n small: \"\",\n },\n },\n on\n ),\n [\n _vm._v(\n \" fi-rr-trash \"\n ),\n ]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticClass: \"tooltip-text\" },\n [_vm._v(\"Sil\")]\n ),\n ]\n )\n : _vm._e(),\n _vm.customSwitch\n ? _c(\"v-switch\", {\n staticClass: \"switch mt-0\",\n class: _vm.customSwitch\n ? \"custom-switch\"\n : \"\",\n attrs: {\n small: \"\",\n inset: \"\",\n \"hide-details\": \"\",\n \"input-value\": item[_vm.switchKey] === \"1\",\n label:\n item.status === \"0\"\n ? \"Aktife Al\"\n : \"Pasife Al\",\n },\n on: {\n click: function ($event) {\n return _vm.switchAction(item)\n },\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n },\n },\n {\n key: \"item.topics\",\n fn: function ({ item }) {\n return [\n _vm._t(\"topics\", null, { item: item }),\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b(\n { staticStyle: { color: \"#333\" } },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.topics !== null\n ? item.topics.substring(0, 30) +\n \"..\"\n : null\n )\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticStyle: { color: \"#333\" } },\n _vm._l(\n item.topics !== null\n ? item.topics.split(\",\")\n : null,\n function (topic, topicIndex) {\n return _c(\n \"div\",\n {\n key: topicIndex,\n staticClass: \"topic-badge\",\n },\n [_c(\"div\", [_vm._v(_vm._s(topic))])]\n )\n }\n ),\n 0\n ),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.description\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n staticClass: \"description-tooltip\",\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n item.description?.length > 10\n ? _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-description\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.description.substring(\n 0,\n 30\n ) + \"...\"\n )\n ),\n ]\n )\n : _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-description\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [_vm._v(_vm._s(item.description))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"span\", [\n _c(\n \"div\",\n { staticClass: \"description-tooltip\" },\n [\n _c(\n \"div\",\n { staticStyle: { color: \"#333\" } },\n [_vm._v(_vm._s(item.description))]\n ),\n ]\n ),\n ]),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.examName\",\n fn: function ({ item }) {\n return [\n _vm._t(\"examName\", null, { item: item }),\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass: \"see-tooltip\",\n staticStyle: { color: \"#333\" },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.examName.substring(0, 10) +\n \"..\"\n )\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"div\",\n { staticClass: \"title d-flex\" },\n [\n _c(\n \"v-icon\",\n _vm._g(\n {\n staticClass: \"titleIcon\",\n attrs: { small: \"\" },\n },\n _vm.on\n ),\n [_vm._v(\" fi-rr-info \")]\n ),\n ],\n 1\n ),\n _c(\n \"span\",\n [\n _c(\"div\", { staticClass: \"titleText\" }, [\n _vm._v(\"TÜM SINAVLAR\"),\n ]),\n _vm._l(\n item.examName.split(\"-\"),\n function (topic, topicIndex) {\n return _c(\n \"div\",\n {\n key: topicIndex,\n staticClass: \"tooltip-badge\",\n staticStyle: { color: \"#333\" },\n },\n [_vm._v(\" \" + _vm._s(topic) + \" \")]\n )\n }\n ),\n ],\n 2\n ),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.outcomeName\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n staticClass: \"outcomeName-tooltip\",\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n item.outcomeName?.length > 10\n ? _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-outcomeName\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.outcomeName.substring(\n 0,\n 15\n ) + \"...\"\n )\n ),\n ]\n )\n : _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-outcomeName\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [_vm._v(_vm._s(item.outcomeName))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"span\", { staticStyle: { color: \"#333\" } }, [\n _c(\"div\", { staticClass: \"tooltip-badge\" }, [\n _c(\"div\", [_vm._v(_vm._s(item.outcomeName))]),\n ]),\n ]),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.vaccineDate\",\n fn: function ({ item, index }) {\n return [\n _c(\n \"div\",\n { staticClass: \"date-input\" },\n [\n _c(\n \"v-menu\",\n {\n ref: \"menu\",\n attrs: {\n \"close-on-content-click\": false,\n transition: \"scale-transition\",\n \"offset-y\": \"\",\n \"min-width\": \"auto\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"v-text-field\",\n _vm._g(\n _vm._b(\n {\n attrs: {\n value: _vm.formatDate(\n item.vaccineDate\n ),\n \"prepend-icon\":\n \"mdi-calendar\",\n readonly: \"\",\n },\n },\n \"v-text-field\",\n attrs,\n false\n ),\n on\n )\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: item.menu,\n callback: function ($$v) {\n _vm.$set(item, \"menu\", $$v)\n },\n expression: \"item.menu\",\n },\n },\n [\n _c(\"v-date-picker\", {\n attrs: { locale: \"tr-TR\", \"no-title\": \"\" },\n on: {\n input: (date) =>\n _vm.changeInput(item, date),\n },\n model: {\n value: item.vaccineDate,\n callback: function ($$v) {\n _vm.$set(item, \"vaccineDate\", $$v)\n },\n expression: \"item.vaccineDate\",\n },\n }),\n _c(\"div\", { staticClass: \"dateInputButtons\" }, [\n _c(\n \"div\",\n {\n staticClass: \"dateInputButton mr-4\",\n on: {\n click: function ($event) {\n return _vm.changeDateInput(item)\n },\n },\n },\n [_vm._v(\" Uygula \")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"dateInputButton\",\n on: {\n click: function ($event) {\n return _vm.clickMultiSelectAction(\n item\n )\n },\n },\n },\n [_vm._v(\" Seçilenlere Uygula \")]\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: _vm.listItemSelected,\n callback: function ($$v) {\n _vm.listItemSelected = $$v\n },\n expression: \"listItemSelected\",\n },\n },\n [\n _c(\"template\", { slot: \"no-data\" }, [\n _vm.totalCount > 0\n ? _c(\"div\", { staticClass: \"empty-data-container\" }, [\n _c(\"img\", { attrs: { src: _vm.getImage(\"no-result\") } }),\n _c(\n \"div\",\n { staticClass: \"font-weight-700 bf-text-3xl mb-2\" },\n [_vm._v(\"Sonuç Bulunamadı!\")]\n ),\n _c(\"div\", { staticClass: \"font-weight-500 bf-text-lg\" }, [\n _vm._v(\n \" Arama sonuçlarınıza göre kayıtlı veri bulunamadı. Yeni veri ekleyebilirsiniz veya bir sorun olduğunu düşünüyorsanız destek talebi oluşturabilirsiniz. \"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\"template\", { slot: \"no-data\" }, [\n _vm.totalCount <= 0\n ? _c(\"div\", { staticClass: \"empty-data-container\" }, [\n _c(\"img\", { attrs: { src: _vm.getImage(\"no-data\") } }),\n _c(\n \"div\",\n { staticClass: \"font-weight-700 bf-text-3xl mb-2\" },\n [_vm._v(\"Veri Bulunamadı!\")]\n ),\n _c(\"div\", { staticClass: \"font-weight-500 bf-text-lg\" }, [\n _vm._v(\n \" Kayıtlı veri bulunamadı. Yeni veri ekleyebilirsiniz veya bir sorun olduğunu düşünüyorsanız destek talebi oluşturabilirsiniz. \"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n ],\n 2\n ),\n _vm.totalCount > 0 && _vm.items?.length > 0\n ? _c(\n \"div\",\n { staticClass: \"info-area\" },\n [\n _c(\"v-row\", [_vm._t(\"tableFooter\")], 2),\n _vm.pagination\n ? _c(\n \"v-row\",\n [\n _c(\"v-col\", { attrs: { sm: \"6\" } }, [\n _vm.info && _vm.items?.length > 0\n ? _c(\n \"div\",\n { staticClass: \"bf-data-table-info\" },\n [\n _c(\"bf-text\", {\n staticClass: \"h6\",\n attrs: {\n text:\n \"Toplam \" +\n _vm.totalCount +\n \" kayıt içinden \" +\n _vm.items?.length +\n \" sonuç gösteriliyor.\",\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"v-col\", { attrs: { sm: \"6\" } }, [\n _c(\n \"div\",\n { staticClass: \"text-center perpage-area\" },\n [\n _c(\"v-pagination\", {\n attrs: {\n length: parseInt(_vm.pageCount),\n \"total-visible\": 7,\n top: \"\",\n },\n model: {\n value: _vm.page,\n callback: function ($$v) {\n _vm.page = $$v\n },\n expression: \"page\",\n },\n }),\n _vm.filterPerPage && _vm.items?.length > 4\n ? _c(\"v-select\", {\n staticClass: \"perpage-select\",\n attrs: {\n items: _vm.perPageItems,\n \"item-text\": \"text\",\n \"item-value\": \"value\",\n \"menu-props\": {\n top: true,\n offsetY: true,\n nudgeTop: \"11px\",\n },\n \"hide-details\": \"\",\n outlined: \"\",\n dense: \"\",\n height: \"10\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"append\",\n fn: function () {\n return [\n _c(\n \"v-icon\",\n {\n staticClass:\n \"fa-2xs mt-2 ml-3\",\n attrs: { color: \"\" },\n },\n [_vm._v(\"fi-rr-angle-down\")]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n false,\n 4206032158\n ),\n model: {\n value: _vm.perPage,\n callback: function ($$v) {\n _vm.perPage = $$v\n },\n expression: \"perPage\",\n },\n })\n : _vm._e(),\n _vm.items.length > 4\n ? _c(\n \"div\",\n { staticClass: \"show-text d-inline\" },\n [_vm._v(\"Görüntüle\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"bf-swal\", {\n ref: \"tableAlert\",\n on: { swalOnConfirm: _vm.deleteTableItem },\n }),\n _c(\n \"v-dialog\",\n {\n attrs: { width: \"500\" },\n model: {\n value: _vm.cropDialog,\n callback: function ($$v) {\n _vm.cropDialog = $$v\n },\n expression: \"cropDialog\",\n },\n },\n [\n _c(\n \"v-card\",\n [\n _c(\"v-card-text\", [\n _c(\"br\"),\n _c(\"br\"),\n _vm.selectedImage\n ? _c(\n \"div\",\n [\n _c(\n \"v-btn-toggle\",\n {\n staticStyle: { display: \"flex\" },\n attrs: { mandatory: \"\" },\n model: {\n value: _vm.cropShape,\n callback: function ($$v) {\n _vm.cropShape = $$v\n },\n expression: \"cropShape\",\n },\n },\n [\n _c(\n \"v-btn\",\n {\n staticStyle: { width: \"50%\" },\n attrs: {\n color: \"primary\",\n value: \"rectangle-stencil\",\n },\n },\n [\n _c(\"v-icon\", { attrs: { color: \"white\" } }, [\n _vm._v(\"mdi-rectangle-outline\"),\n ]),\n ],\n 1\n ),\n _c(\n \"v-btn\",\n {\n staticStyle: { width: \"50%\" },\n attrs: {\n color: \"primary\",\n value: \"circle-stencil\",\n },\n },\n [\n _c(\"v-icon\", { attrs: { color: \"white\" } }, [\n _vm._v(\"mdi-circle-outline\"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"cropper\", {\n ref: \"cropper\",\n attrs: {\n \"stencil-component\": _vm.cropShape,\n src: _vm.selectedImage,\n \"stencil-props\": _vm.stencilProps,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"v-divider\"),\n _c(\n \"v-card-actions\",\n [\n _c(\"v-spacer\"),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"error\", text: \"\" },\n on: {\n click: function ($event) {\n _vm.cropDialog = false\n },\n },\n },\n [_vm._v(\" Kapat \")]\n ),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"primary\", text: \"\" },\n on: {\n click: function ($event) {\n return _vm.cropImage()\n },\n },\n },\n [_vm._v(\" Kaydet \")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-table/index.vue?./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options");
1833
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ render: () => (/* binding */ render),\n/* harmony export */ staticRenderFns: () => (/* binding */ staticRenderFns)\n/* harmony export */ });\nvar render = function render() {\n var _vm = this,\n _c = _vm._self._c\n return _c(\n \"div\",\n { staticClass: \"bf-data-table\" },\n [\n _vm.imgFileLoader\n ? _c(\"div\", { staticClass: \"file-loader\" }, [\n _c(\n \"div\",\n { staticClass: \"img-file-loader\" },\n [\n _c(\"v-progress-circular\", {\n attrs: { indeterminate: \"\", color: \"primary\", size: 50 },\n }),\n ],\n 1\n ),\n ])\n : _vm._e(),\n _c(\n \"transition\",\n { attrs: { name: \"fade\" } },\n [\n _vm.skeletonLoader\n ? _c(\"v-skeleton-loader\", {\n staticClass: \"table-skeleton\",\n attrs: { type: \"table\" },\n })\n : _vm._e(),\n ],\n 1\n ),\n _vm.isTopArea\n ? _c(\"div\", { staticClass: \"table-top-area\" }, [\n _c(\n \"div\",\n [\n _c(\"bf-text\", {\n staticClass: \"table-title font-weight-700 bf-text-3xl\",\n attrs: { text: _vm.title },\n }),\n _vm.hasActivePassive\n ? _c(\n \"div\",\n { staticClass: \"table-sub\" },\n [\n _c(\n \"v-btn\",\n {\n attrs: {\n disabled: !_vm.columnIsActive,\n small: \"\",\n color: \"error\",\n },\n on: {\n click: function ($event) {\n return _vm.setActivePassive(\"passive\")\n },\n },\n },\n [_vm._v(\"Passif \")]\n ),\n _c(\n \"v-btn\",\n {\n attrs: {\n disabled: _vm.columnIsActive,\n small: \"\",\n color: \"success\",\n },\n on: {\n click: function ($event) {\n return _vm.setActivePassive(\"active\")\n },\n },\n },\n [_vm._v(\"Aktif \")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n !_vm.withoutActions\n ? _c(\n \"div\",\n { staticClass: \"table-buttons\" },\n [\n _vm.isColumnFilter\n ? _c(\n \"v-menu\",\n {\n attrs: {\n \"close-on-content-click\": false,\n left: \"\",\n \"offset-y\": \"\",\n \"nudge-bottom\": \"10px\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b({}, \"span\", attrs, false),\n on\n ),\n [\n _c(\n \"bf-button\",\n {\n attrs: {\n widthIcon: true,\n rounded: false,\n color: \"listButton\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\n \" fi-rr-filter \"\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [_vm._v(\" Filtrele \")]\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n false,\n 2015553456\n ),\n },\n [\n _c(\"div\", { staticClass: \"menu\" }, [\n _c(\n \"div\",\n {\n staticClass:\n \"bf-text-lg font-weight-500 pl-4\",\n },\n [_vm._v(\"FİLTRELE\")]\n ),\n _c(\"div\", { staticClass: \"checkboxes px-3\" }, [\n _c(\n \"ul\",\n _vm._l(\n _vm.headers.filter(\n (x) => x.value !== \"action\"\n ),\n function (item) {\n return _c(\n \"li\",\n { staticClass: \"item\" },\n [\n _c(\"v-checkbox\", {\n attrs: {\n disabled:\n _vm.isDisabled && item.selected,\n small: \"\",\n \"hide-details\": \"\",\n dense: \"\",\n label: `${item.text}`,\n },\n on: {\n change: function ($event) {\n return _vm.selectFilter(item)\n },\n },\n model: {\n value: item.selected,\n callback: function ($$v) {\n _vm.$set(item, \"selected\", $$v)\n },\n expression: \"item.selected\",\n },\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ]),\n ]),\n ]\n )\n : _vm._e(),\n _vm.isColumnDownload\n ? _c(\n \"div\",\n { staticClass: \"downloadButton\" },\n [\n _c(\n \"download-excel\",\n {\n staticClass: \"excel-export-button\",\n attrs: {\n data: _vm.excelOptions.json_data,\n fields: _vm.excelOptions.json_fields,\n worksheet: _vm.excelOptions.excelFileName,\n name: _vm.excelOptions.excelFileName + \".xls\",\n },\n },\n [\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"bf-button\",\n {\n attrs: {\n block: \"\",\n widthIcon: true,\n color: \"primary\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\n \" fi-rr-download \"\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n {\n style: {\n color:\n _vm.downloadButtonText\n .color,\n },\n },\n [\n _vm._v(\n _vm._s(\n _vm.downloadButtonText\n .title\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n false,\n 3988007991\n ),\n },\n [_c(\"span\", [_vm._v(\"Excel Çıktısı Al\")])]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.isAddButtonOptions\n ? _c(\n \"div\",\n { staticClass: \"isAddButton\" },\n [\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"bf-button\",\n {\n attrs: {\n to: _vm.isAddButtonOptions\n .isAddButtonHref,\n block: \"\",\n widthIcon: true,\n color:\n _vm.isAddButtonOptions\n .isAddButtonColor,\n },\n on: {\n click: function ($event) {\n return _vm.clickNewItem()\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [\n _vm._v(\" fi-rr-add \"),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticClass: \"text-white\" },\n [\n _vm._v(\n _vm._s(\n _vm.isAddButtonOptions\n .isAddButtonText\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n false,\n 317774699\n ),\n },\n [_c(\"span\", [_vm._v(\"Excel Çıktısı Al\")])]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.newItem\n ? _c(\n \"bf-button\",\n {\n staticClass: \"tableButton\",\n attrs: { widthIcon: true, color: \"primary\" },\n on: {\n click: function ($event) {\n return _vm.clickNewItem()\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"icon\",\n fn: function () {\n return [_vm._v(\" fi-rr-add \")]\n },\n proxy: true,\n },\n ],\n null,\n false,\n 3009037240\n ),\n },\n [_vm._v(\" Yeni Ekle \")]\n )\n : _vm._e(),\n _vm.multiSelectSettings.action !== false\n ? _c(\n \"bf-button\",\n {\n attrs: {\n disabled: _vm.multiSelectSettings.disabled,\n widthIcon: _vm.multiSelectSettings.widthIcon,\n color: \"listOutlineButton\",\n },\n on: {\n click: function ($event) {\n return _vm.clickMultiSelectAction()\n },\n },\n scopedSlots: _vm._u(\n [\n _vm.multiSelectSettings.widthIcon\n ? {\n key: \"icon\",\n fn: function () {\n return [_vm._v(\" fi-rr-trash \")]\n },\n proxy: true,\n }\n : null,\n ],\n null,\n true\n ),\n },\n [\n _vm._v(\n \" \" +\n _vm._s(_vm.multiSelectSettings.buttonText) +\n \" \"\n ),\n ]\n )\n : _vm._e(),\n _vm._t(\"listItemSelected\", null, {\n item: _vm.listItemSelected,\n }),\n ],\n 2\n )\n : _vm._e(),\n ])\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"table-tabs\" },\n [\n _vm.tabs.visible\n ? _c(\n \"v-tabs\",\n {\n attrs: { color: \"#84CC16\" },\n model: {\n value: _vm.tab,\n callback: function ($$v) {\n _vm.tab = $$v\n },\n expression: \"tab\",\n },\n },\n _vm._l(_vm.tabs.content, function (item, index) {\n return _c(\n \"v-tab\",\n { key: index, attrs: { value: item.value } },\n [_vm._v(_vm._s(item.text))]\n )\n }),\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\n \"bf-card\",\n { attrs: { styleClass: \"pa-0\", loading: _vm.loading } },\n [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.topScroll,\n expression: \"topScroll\",\n },\n ],\n staticClass: \"bf-table-scroll-container\",\n },\n [\n _c(\"div\", { staticClass: \"bf-table-scroll-wrapper\" }, [\n _c(\"div\", {\n ref: \"topScrollBar\",\n staticClass: \"bf-table-top-scroll\",\n on: { scroll: _vm.handleTopScroll },\n }),\n ]),\n ]\n ),\n _c(\n \"v-data-table\",\n {\n directives: [\n {\n name: \"resize\",\n rawName: \"v-resize\",\n value: _vm.onResize,\n expression: \"onResize\",\n },\n ],\n ref: \"dataTable\",\n staticClass: \"elevation-0 bf-table-with-scroll\",\n class: { \"sticky-table\": _vm.stickyColumns.length > 0 },\n attrs: {\n \"item-class\": _vm.itemRowBackground,\n headers: _vm.totalCount > 0 ? _vm.showHeaders : _vm.noDataTitle,\n items: _vm.items,\n \"show-expand\": _vm.isExpandable,\n \"show-select\": _vm.isSelectable,\n \"single-select\": _vm.isSingleSelect,\n expanded: _vm.expanded,\n options: _vm.options,\n \"loading-text\": \"Yükleniyor...\",\n id: \"v-data-table\",\n \"hide-default-footer\": \"\",\n \"items-per-page\": 2030,\n },\n on: {\n \"update:expanded\": function ($event) {\n _vm.expanded = $event\n },\n \"update:options\": function ($event) {\n _vm.options = $event\n },\n scroll: _vm.handleMainTableScroll,\n },\n scopedSlots: _vm._u(\n [\n _vm.schoolNameTooltip\n ? {\n key: \"item.schoolNames\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n attrs: { \"max-width\": \"auto\", left: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n _c(\n \"p\",\n _vm._g(\n {\n staticStyle: { color: \"#333\" },\n attrs: { dark: \"\" },\n },\n on\n ),\n [_vm._v(_vm._s(item.schoolNames))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.fullSchollName\n .split(\",\")\n .map((school) => school.trim()),\n function (school) {\n return _c(\"div\", [\n _c(\n \"span\",\n { staticStyle: { color: \"#333\" } },\n [_vm._v(_vm._s(school) + \",\")]\n ),\n _c(\"br\"),\n ])\n }\n ),\n 0\n ),\n ]\n },\n }\n : null,\n _vm._l(_vm.headerTemplates, function (customSlot) {\n return {\n key: `item.${customSlot.value}`,\n fn: function ({ item }) {\n return [_vm._t(customSlot.value, null, { item: item })]\n },\n }\n }),\n {\n key: \"expanded-item\",\n fn: function ({ headers, item }) {\n return [_vm._t(\"expanded\")]\n },\n },\n _vm.searchableList\n ? {\n key: \"body.prepend\",\n fn: function () {\n return [\n _vm.totalCount > 0\n ? _c(\n \"tr\",\n {\n staticClass:\n \"bf-data-table-column-filter-area mt-3\",\n },\n [\n _vm.isSelectable\n ? _c(\"td\", {\n staticClass:\n \"bf-data-table-column-td\",\n })\n : _vm._e(),\n _vm._l(\n _vm.showHeaders,\n function (item, headerItemIndex) {\n return item.value !== \"action\" &&\n item.sortable === undefined &&\n item.value !== \"data-table-expand\" &&\n !item.hidden\n ? _c(\n \"td\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: !_vm.isMobile,\n expression: \"!isMobile\",\n },\n ],\n key: headerItemIndex,\n staticClass:\n \"bf-data-table-column-td\",\n },\n [\n item.searchOptions !==\n undefined &&\n item.searchOptions.type ===\n \"select-data\"\n ? _c(\n \"v-autocomplete\",\n {\n staticClass:\n \"bf-data-table-column-filter-field select\",\n attrs: {\n items:\n item.searchOptions\n .autoSelect ==\n true\n ? _vm.findAutoSelectItems(\n item\n .searchOptions\n .autoSelectSearchValue\n )\n : item\n .searchOptions\n .selectItems,\n \"item-text\":\n item.searchOptions\n .itemText,\n \"item-value\":\n item.searchOptions\n .itemValue,\n value:\n item.searchValue,\n disabled: item.loader,\n loading:\n _vm.mainLoader,\n clearable: \"\",\n \"hide-details\": \"\",\n solo: \"\",\n dense: \"\",\n \"append-icon\": \"\",\n },\n on: {\n change: function (\n $event\n ) {\n return _vm.searchData(\n item.searchOptions\n .autoSelectSearchValue\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"slotItem\",\n fn: function ({\n slotItem,\n }) {\n return [\n slotItem.val &&\n slotItem.val.includes(\n \"#\"\n )\n ? _c(\n \"div\",\n [\n _c(\n \"v-chip\",\n {\n staticClass:\n \"select-autocomplate-chip\",\n attrs:\n {\n color:\n slotItem.val\n ? slotItem.val\n : \"#FDF49D\",\n },\n }\n ),\n ],\n 1\n )\n : _c(\n \"div\",\n [\n _c(\n \"span\",\n {\n staticClass:\n \"select-autocomplate-span\",\n },\n [\n _vm._v(\n _vm._s(\n slotItem.name\n )\n ),\n ]\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend-inner\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n )\n : item.searchOptions !==\n undefined &&\n item.searchOptions.type ===\n \"date\"\n ? _c(\n \"v-menu\",\n {\n ref: \"menu\",\n refInFor: true,\n attrs: {\n loading:\n _vm.mainLoader,\n \"close-on-content-click\": false,\n transition:\n \"scale-transition\",\n \"offset-y\": \"\",\n \"min-width\": \"auto\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({\n on,\n attrs,\n }) {\n return [\n _c(\n \"v-text-field\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"bf-data-table-column-filter-field date mb-0\",\n attrs:\n {\n readonly:\n \"\",\n loading:\n _vm.mainLoader,\n solo: \"\",\n dense:\n \"\",\n \"append-icon\":\n item.searchValue !==\n \"\"\n ? \"mdi-close\"\n : \"\",\n },\n on: {\n \"click:append\":\n function (\n $event\n ) {\n item.searchValue =\n \"\"\n _vm.searchData()\n },\n },\n model:\n {\n value:\n item.searchValue,\n callback:\n function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n \"v-text-field\",\n attrs,\n false\n ),\n on\n ),\n [\n _c(\n \"v-icon\",\n {\n attrs:\n {\n slot: \"prepend-inner\",\n color:\n \"#9CA3AF\",\n small:\n \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: item.dateMenu,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"dateMenu\",\n $$v\n )\n },\n expression:\n \"item.dateMenu\",\n },\n },\n [\n _c(\"v-date-picker\", {\n attrs: {\n \"no-title\": \"\",\n locale: \"tr\",\n scrollable: \"\",\n },\n on: {\n input: function (\n $event\n ) {\n item.dateMenu = false\n _vm.searchData()\n },\n },\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n }),\n ],\n 1\n )\n : _c(\n \"v-text-field\",\n {\n staticClass:\n \"bf-data-table-column-filter-field\",\n attrs: {\n loading:\n _vm.mainLoader,\n \"hide-details\": \"\",\n type: \"text\",\n solo: \"\",\n dense: \"\",\n },\n on: {\n keyup: _vm.searchData,\n },\n model: {\n value:\n item.searchValue,\n callback: function (\n $$v\n ) {\n _vm.$set(\n item,\n \"searchValue\",\n $$v\n )\n },\n expression:\n \"item.searchValue\",\n },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend-inner\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend-inner\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _c(\"td\", {\n staticClass:\n \"bf-data-table-column-td bf-data-table-column-td-icons\",\n })\n }\n ),\n ],\n 2\n )\n : _vm._e(),\n ]\n },\n proxy: true,\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.studentImage\",\n fn: function ({ item }) {\n return [\n _c(\"input\", {\n ref: \"fileInput\",\n staticStyle: { display: \"none\" },\n attrs: { type: \"file\", accept: \"image/*\" },\n on: {\n change: (event) =>\n _vm.onFileSelected(event, item),\n },\n }),\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n },\n [\n item.studentImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: {\n src: item.studentImage,\n alt: \"\",\n },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Student\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.motherImage\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n staticStyle: { \"padding-right\": \"16px\" },\n },\n [\n item.motherImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: { src: item.motherImage, alt: \"\" },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange && item.motherName\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Kadın\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.fatherImage\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n {\n staticClass: \"image file-img-area\",\n class: _vm.isImageChange\n ? \"cursor-pointer\"\n : \"\",\n staticStyle: { \"padding-right\": \"16px\" },\n },\n [\n item.fatherImage\n ? _c(\"img\", {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n attrs: { src: item.fatherImage, alt: \"\" },\n })\n : _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n _vm.isImageChange && item.fatherName\n ? _c(\n \"span\",\n {\n staticClass: \"file-img-btn\",\n on: {\n click: function ($event) {\n return _vm.imageChange(\n item,\n \"Erkek\"\n )\n },\n },\n },\n [\n _c(\"v-icon\", { attrs: { small: \"\" } }, [\n _vm._v(\"fi-rr-pencil\"),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ]\n ),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.userImage\",\n fn: function ({ item }) {\n return [\n item.userImage === null\n ? _c(\n \"div\",\n { staticClass: \"image\" },\n [\n _c(\n \"v-avatar\",\n {\n staticClass: \"mr-auto top-avatar\",\n attrs: { color: \"primary\", size: \"32\" },\n },\n [\n _c(\n \"v-icon\",\n {\n attrs: {\n color: \"white\",\n small: \"\",\n },\n },\n [_vm._v(\"fi-rr-user\")]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: { src: item.userImage, alt: \"\" },\n }),\n ]),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.image\",\n fn: function ({ item }) {\n return [\n item.image === null\n ? _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/img/empty-user-photo.png */ \"./src/assets/img/empty-user-photo.png\"),\n alt: \"\",\n },\n }),\n ])\n : _c(\"div\", { staticClass: \"image\" }, [\n _c(\"img\", {\n attrs: { src: item.image, alt: \"\" },\n }),\n ]),\n ]\n },\n }\n : null,\n _vm.isImage\n ? {\n key: \"item.questionImage\",\n fn: function ({ item }) {\n return [\n item.questionImage === null\n ? _c(\"div\", [\n item.questionSketchImage !== null\n ? _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"viewer\",\n rawName: \"v-viewer\",\n },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.questionSketchImage,\n alt: \"\",\n },\n }),\n ]\n ),\n ])\n : _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n {\n name: \"viewer\",\n rawName: \"v-viewer\",\n },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: __webpack_require__(/*! ../../assets/images/default-image.jpeg */ \"./src/assets/images/default-image.jpeg\"),\n alt: \"\",\n },\n }),\n ]\n ),\n ]),\n ])\n : _c(\"div\", [\n _c(\n \"div\",\n {\n directives: [\n { name: \"viewer\", rawName: \"v-viewer\" },\n ],\n staticClass: \"image\",\n },\n [\n _c(\"img\", {\n attrs: {\n src: item.questionImage,\n alt: \"\",\n },\n }),\n ]\n ),\n ]),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.topicStatus\",\n fn: function ({ item }) {\n return [\n item.topicStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Pasif \")]\n )\n : _vm._e(),\n item.topicStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.topicStatus,\n \"topicStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktif \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.unitStatus\",\n fn: function ({ item }) {\n return [\n item.unitStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Pasif \")]\n )\n : _vm._e(),\n item.unitStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.unitStatus,\n \"unitStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktif \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n {\n key: \"item.studentData\",\n fn: function ({ item }) {\n return [\n item.studentData === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" + _vm.getTextColor(\"0\", \"register\"),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\"0\", \"register\"),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktarılmayan \")]\n )\n : _vm._e(),\n item.studentData === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" + _vm.getTextColor(\"1\", \"register\"),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\"1\", \"register\"),\n dark: \"\",\n },\n },\n [_vm._v(\" Aktarılan \")]\n )\n : _vm._e(),\n ]\n },\n },\n _vm.colorColumns\n ? _vm._l(\n _vm.colorChangeItems,\n function (changeItem, index) {\n return {\n key: changeItem.path,\n fn: function ({ item }) {\n return [\n !_vm.isClickableColumn\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item[changeItem.name],\n changeItem.colorName\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item[changeItem.name],\n changeItem.colorName\n ),\n dark: \"\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n _vm.stringToCode(\n changeItem.conditions.code,\n changeItem.name,\n item[changeItem.name]\n )\n ) +\n \" \"\n ),\n ]\n )\n : _c(\n \"div\",\n {\n staticClass: \"cursor-pointer\",\n style: \"color:\" + changeItem.textColor,\n on: {\n click: function ($event) {\n return _vm.openModal(\n item,\n changeItem.name\n )\n },\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(item[changeItem.name]) +\n \" \"\n ),\n ]\n ),\n ]\n },\n }\n }\n )\n : null,\n _vm.colorColumns\n ? {\n key: \"item.registrationStatus\",\n fn: function ({ item }) {\n return [\n item.registrationStatus === \"0\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Ön Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kesin Kayıt \")]\n )\n : _vm._e(),\n item.registrationStatus === \"3\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.registrationStatus,\n \"registrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yenileme \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.lastBranch\",\n fn: function ({ item }) {\n return [\n item.lastBranch === \"KAYIT\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt \")]\n )\n : item.lastBranch === \"ÖNKAYIT\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Ön Kayıt \")]\n )\n : item.lastBranch === \"NAKİL\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kesin Kayıt \")]\n )\n : item.lastBranch === \"KAYITYENİLEME\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.lastBranch,\n \"lastBranch\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yenileme \")]\n )\n : _c(\"div\", [\n _vm._v(_vm._s(item.lastBranch) + \" Şubesi\"),\n ]),\n ]\n },\n }\n : null,\n {\n key: \"item.registerPercentage\",\n fn: function ({ item }) {\n return [\n _c(\"span\", [\n _vm._v(\"%\" + _vm._s(item.registerPercentage)),\n ]),\n ]\n },\n },\n _vm.colorColumns\n ? {\n key: \"item.announcementProcess\",\n fn: function ({ item }) {\n return [\n item.announcementProcess === \"Geçmiş\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Geçmiş \")]\n )\n : _vm._e(),\n item.announcementProcess === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Güncel \")]\n )\n : _vm._e(),\n item.announcementProcess === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.announcementProcess,\n \"announcementProcess\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Geçmiş \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.referance\",\n fn: function ({ item }) {\n return _vm._l(\n JSON.parse(item.referance),\n function (referance, i) {\n return _c(\"div\", { key: i }, [\n _vm._v(\" \" + _vm._s(referance.name) + \" \"),\n _c(\n \"span\",\n { staticStyle: { color: \"#65a30d\" } },\n [\n _vm._v(\n \"B: \" +\n _vm._s(referance.referance.B) +\n \" \"\n ),\n ]\n ),\n _vm._v(\" | \"),\n _c(\n \"span\",\n { staticStyle: { color: \"#3b82f6\" } },\n [\n _vm._v(\n \"ST: \" + _vm._s(referance.referance.ST)\n ),\n ]\n ),\n ])\n }\n )\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.preRegistrationStatus\",\n fn: function ({ item }) {\n return [\n item.preRegistrationStatus === \"0\"\n ? _c(\"v-chip\", {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n })\n : _vm._e(),\n item.preRegistrationStatus === \"1\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Başarılı \")]\n )\n : _vm._e(),\n item.preRegistrationStatus === \"2\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Başarısız \")]\n )\n : _vm._e(),\n item.preRegistrationStatus === \"3\"\n ? _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.preRegistrationStatus,\n \"preRegistrationStatus\"\n ),\n dark: \"\",\n },\n },\n [_vm._v(\" Kayıt Yapmayacak \")]\n )\n : _vm._e(),\n ]\n },\n }\n : null,\n _vm.colorColumns\n ? {\n key: \"item.leavingStatus\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-chip\",\n {\n style:\n \"color:\" +\n _vm.getTextColor(\n item.leavingStatus,\n \"leaving\"\n ),\n attrs: {\n color: _vm.$vuetify.theme.dark\n ? \"#374151\"\n : _vm.getColor(\n item.leavingStatus,\n \"leaving\"\n ),\n dark: \"\",\n },\n },\n [\n item.leavingStatus === \"0\"\n ? _c(\"div\", [_vm._v(\"Ayrılmadı\")])\n : _c(\n \"div\",\n { staticClass: \"leaving\" },\n [\n _c(\n \"div\",\n { staticClass: \"leavingTitle\" },\n [_vm._v(\"Ayrıldı\")]\n ),\n _c(\n \"v-tooltip\",\n {\n attrs: { top: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n _c(\n \"v-icon\",\n _vm._g(\n {\n staticClass: \"mr-2\",\n attrs: {\n small: \"\",\n },\n },\n on\n ),\n [\n _vm._v(\n \" mdi-information-outline \"\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"div\", [\n _c(\n \"div\",\n {\n staticClass: \"title\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n item.leavingReasonName\n ) +\n \" \"\n ),\n ]\n ),\n _c(\n \"div\",\n {\n staticClass: \"text\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _vm._v(\n \" \" +\n _vm._s(\n item.leavingDescription\n ) +\n \" \"\n ),\n ]\n ),\n ]),\n ]\n ),\n ],\n 1\n ),\n ]\n ),\n ]\n },\n }\n : null,\n {\n key: \"top\",\n fn: function ({ pagination, options, updateOptions }) {\n return [_vm._t(\"multiActions\")]\n },\n },\n {\n key: \"header.action\",\n fn: function ({ header }) {\n return [\n _c(\n \"div\",\n {\n staticStyle: {\n \"text-align\": \"right\",\n width: \"100%\",\n },\n },\n [_vm._v(_vm._s(header.text))]\n ),\n ]\n },\n },\n {\n key: \"item.action\",\n fn: function ({ item }) {\n return [\n _c(\n \"div\",\n { staticClass: \"action-column\" },\n [\n _vm.updateOptions !== null &&\n item[_vm.switchKey] !== undefined &&\n !_vm.customSwitch\n ? _c(\"v-switch\", {\n staticClass: \"switch mt-0\",\n attrs: {\n small: \"\",\n inset: \"\",\n \"hide-details\": \"\",\n \"input-value\": item[_vm.switchKey] === \"1\",\n },\n on: {\n click: function ($event) {\n return _vm.switchAction(item)\n },\n },\n })\n : _vm._e(),\n _vm._t(\"action\", null, { item: item }),\n _vm._t(\"date\", null, { item: item }),\n _vm.deleteOptions !== null\n ? _c(\n \"v-tooltip\",\n {\n attrs: { top: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on }) {\n return [\n item[\n _vm.deleteOptions.isVisibleKey\n ] === \"1\" ||\n item[\n _vm.deleteOptions.isVisibleKey\n ] === \"true\" ||\n _vm.deleteOptions.isVisibleKey ===\n undefined\n ? _c(\n \"div\",\n {\n staticClass:\n \"cursor-pointer mx-1\",\n staticStyle: {\n color: \"#333\",\n },\n },\n [\n _c(\n \"v-btn\",\n {\n attrs: {\n icon: \"\",\n small: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.openDeleteConfirm(\n item\n )\n },\n },\n },\n [\n _c(\n \"v-icon\",\n _vm._g(\n {\n attrs: {\n small: \"\",\n },\n },\n on\n ),\n [\n _vm._v(\n \" fi-rr-trash \"\n ),\n ]\n ),\n ],\n 1\n ),\n ],\n 1\n )\n : _vm._e(),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticClass: \"tooltip-text\" },\n [_vm._v(\"Sil\")]\n ),\n ]\n )\n : _vm._e(),\n _vm.customSwitch\n ? _c(\"v-switch\", {\n staticClass: \"switch mt-0\",\n class: _vm.customSwitch\n ? \"custom-switch\"\n : \"\",\n attrs: {\n small: \"\",\n inset: \"\",\n \"hide-details\": \"\",\n \"input-value\": item[_vm.switchKey] === \"1\",\n label:\n item.status === \"0\"\n ? \"Aktife Al\"\n : \"Pasife Al\",\n },\n on: {\n click: function ($event) {\n return _vm.switchAction(item)\n },\n },\n })\n : _vm._e(),\n ],\n 2\n ),\n ]\n },\n },\n {\n key: \"item.topics\",\n fn: function ({ item }) {\n return [\n _vm._t(\"topics\", null, { item: item }),\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b(\n { staticStyle: { color: \"#333\" } },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.topics !== null\n ? item.topics.substring(0, 30) +\n \"..\"\n : null\n )\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"span\",\n { staticStyle: { color: \"#333\" } },\n _vm._l(\n item.topics !== null\n ? item.topics.split(\",\")\n : null,\n function (topic, topicIndex) {\n return _c(\n \"div\",\n {\n key: topicIndex,\n staticClass: \"topic-badge\",\n },\n [_c(\"div\", [_vm._v(_vm._s(topic))])]\n )\n }\n ),\n 0\n ),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.description\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n staticClass: \"description-tooltip\",\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n item.description?.length > 10\n ? _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-description\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.description.substring(\n 0,\n 30\n ) + \"...\"\n )\n ),\n ]\n )\n : _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-description\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [_vm._v(_vm._s(item.description))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"span\", [\n _c(\n \"div\",\n { staticClass: \"description-tooltip\" },\n [\n _c(\n \"div\",\n { staticStyle: { color: \"#333\" } },\n [_vm._v(_vm._s(item.description))]\n ),\n ]\n ),\n ]),\n ]\n ),\n ]\n },\n },\n !_vm.headers.filter((x) => x.value === \"examName\")[0]\n .isFullName\n ? {\n key: \"item.examName\",\n fn: function ({ item }) {\n return [\n _vm._t(\"examName\", null, { item: item }),\n _c(\n \"v-tooltip\",\n {\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass: \"see-tooltip\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.examName.substring(\n 0,\n 10\n ) + \"..\"\n )\n ),\n ]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\n \"div\",\n { staticClass: \"title d-flex\" },\n [\n _c(\n \"v-icon\",\n _vm._g(\n {\n staticClass: \"titleIcon\",\n attrs: { small: \"\" },\n },\n _vm.on\n ),\n [_vm._v(\" fi-rr-info \")]\n ),\n ],\n 1\n ),\n _c(\n \"span\",\n [\n _c(\"div\", { staticClass: \"titleText\" }, [\n _vm._v(\"TÜM SINAVLAR\"),\n ]),\n _vm._l(\n item.examName.split(\"-\"),\n function (topic, topicIndex) {\n return _c(\n \"div\",\n {\n key: topicIndex,\n staticClass: \"tooltip-badge\",\n staticStyle: { color: \"#333\" },\n },\n [_vm._v(\" \" + _vm._s(topic) + \" \")]\n )\n }\n ),\n ],\n 2\n ),\n ]\n ),\n ]\n },\n }\n : null,\n {\n key: \"item.outcomeName\",\n fn: function ({ item }) {\n return [\n _c(\n \"v-tooltip\",\n {\n staticClass: \"outcomeName-tooltip\",\n attrs: { bottom: \"\" },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n item.outcomeName?.length > 10\n ? _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-outcomeName\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [\n _vm._v(\n _vm._s(\n item.outcomeName.substring(\n 0,\n 15\n ) + \"...\"\n )\n ),\n ]\n )\n : _c(\n \"span\",\n _vm._g(\n _vm._b(\n {\n staticClass:\n \"see-outcomeName\",\n staticStyle: {\n color: \"#333\",\n },\n },\n \"span\",\n attrs,\n false\n ),\n on\n ),\n [_vm._v(_vm._s(item.outcomeName))]\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n },\n [\n _c(\"span\", { staticStyle: { color: \"#333\" } }, [\n _c(\"div\", { staticClass: \"tooltip-badge\" }, [\n _c(\"div\", [_vm._v(_vm._s(item.outcomeName))]),\n ]),\n ]),\n ]\n ),\n ]\n },\n },\n {\n key: \"item.vaccineDate\",\n fn: function ({ item, index }) {\n return [\n _c(\n \"div\",\n { staticClass: \"date-input\" },\n [\n _c(\n \"v-menu\",\n {\n ref: \"menu\",\n attrs: {\n \"close-on-content-click\": false,\n transition: \"scale-transition\",\n \"offset-y\": \"\",\n \"min-width\": \"auto\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function ({ on, attrs }) {\n return [\n _c(\n \"v-text-field\",\n _vm._g(\n _vm._b(\n {\n attrs: {\n value: _vm.formatDate(\n item.vaccineDate\n ),\n \"prepend-icon\":\n \"mdi-calendar\",\n readonly: \"\",\n },\n },\n \"v-text-field\",\n attrs,\n false\n ),\n on\n )\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: item.menu,\n callback: function ($$v) {\n _vm.$set(item, \"menu\", $$v)\n },\n expression: \"item.menu\",\n },\n },\n [\n _c(\"v-date-picker\", {\n attrs: { locale: \"tr-TR\", \"no-title\": \"\" },\n on: {\n input: (date) =>\n _vm.changeInput(item, date),\n },\n model: {\n value: item.vaccineDate,\n callback: function ($$v) {\n _vm.$set(item, \"vaccineDate\", $$v)\n },\n expression: \"item.vaccineDate\",\n },\n }),\n _c(\"div\", { staticClass: \"dateInputButtons\" }, [\n _c(\n \"div\",\n {\n staticClass: \"dateInputButton mr-4\",\n on: {\n click: function ($event) {\n return _vm.changeDateInput(item)\n },\n },\n },\n [_vm._v(\" Uygula \")]\n ),\n _c(\n \"div\",\n {\n staticClass: \"dateInputButton\",\n on: {\n click: function ($event) {\n return _vm.clickMultiSelectAction(\n item\n )\n },\n },\n },\n [_vm._v(\" Seçilenlere Uygula \")]\n ),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n ]\n },\n },\n ],\n null,\n true\n ),\n model: {\n value: _vm.listItemSelected,\n callback: function ($$v) {\n _vm.listItemSelected = $$v\n },\n expression: \"listItemSelected\",\n },\n },\n [\n _c(\"template\", { slot: \"no-data\" }, [\n _vm.totalCount > 0\n ? _c(\"div\", { staticClass: \"empty-data-container\" }, [\n _c(\"img\", { attrs: { src: _vm.getImage(\"no-result\") } }),\n _c(\n \"div\",\n { staticClass: \"font-weight-700 bf-text-3xl mb-2\" },\n [_vm._v(\"Sonuç Bulunamadı!\")]\n ),\n _c(\"div\", { staticClass: \"font-weight-500 bf-text-lg\" }, [\n _vm._v(\n \" Arama sonuçlarınıza göre kayıtlı veri bulunamadı. Yeni veri ekleyebilirsiniz veya bir sorun olduğunu düşünüyorsanız destek talebi oluşturabilirsiniz. \"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n _c(\"template\", { slot: \"no-data\" }, [\n _vm.totalCount <= 0\n ? _c(\"div\", { staticClass: \"empty-data-container\" }, [\n _c(\"img\", { attrs: { src: _vm.getImage(\"no-data\") } }),\n _c(\n \"div\",\n { staticClass: \"font-weight-700 bf-text-3xl mb-2\" },\n [_vm._v(\"Veri Bulunamadı!\")]\n ),\n _c(\"div\", { staticClass: \"font-weight-500 bf-text-lg\" }, [\n _vm._v(\n \" Kayıtlı veri bulunamadı. Yeni veri ekleyebilirsiniz veya bir sorun olduğunu düşünüyorsanız destek talebi oluşturabilirsiniz. \"\n ),\n ]),\n ])\n : _vm._e(),\n ]),\n ],\n 2\n ),\n _vm.totalCount > 0 && _vm.items?.length > 0\n ? _c(\n \"div\",\n { staticClass: \"info-area\" },\n [\n _c(\"v-row\", [_vm._t(\"tableFooter\")], 2),\n _vm.pagination\n ? _c(\n \"v-row\",\n [\n _c(\"v-col\", { attrs: { sm: \"6\" } }, [\n _vm.info && _vm.items?.length > 0\n ? _c(\n \"div\",\n { staticClass: \"bf-data-table-info\" },\n [\n _c(\"bf-text\", {\n staticClass: \"h6\",\n attrs: {\n text:\n \"Toplam \" +\n _vm.totalCount +\n \" kayıt içinden \" +\n _vm.items?.length +\n \" sonuç gösteriliyor.\",\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"v-col\", { attrs: { sm: \"6\" } }, [\n _c(\n \"div\",\n { staticClass: \"text-center perpage-area\" },\n [\n _c(\"v-pagination\", {\n attrs: {\n length: parseInt(_vm.pageCount),\n \"total-visible\": 7,\n top: \"\",\n },\n model: {\n value: _vm.page,\n callback: function ($$v) {\n _vm.page = $$v\n },\n expression: \"page\",\n },\n }),\n _vm.filterPerPage && _vm.items?.length > 4\n ? _c(\"v-select\", {\n staticClass: \"perpage-select\",\n attrs: {\n items: _vm.perPageItems,\n \"item-text\": \"text\",\n \"item-value\": \"value\",\n \"menu-props\": {\n top: true,\n offsetY: true,\n nudgeTop: \"11px\",\n },\n \"hide-details\": \"\",\n outlined: \"\",\n dense: \"\",\n height: \"10\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"append\",\n fn: function () {\n return [\n _c(\n \"v-icon\",\n {\n staticClass:\n \"fa-2xs mt-2 ml-3\",\n attrs: { color: \"\" },\n },\n [_vm._v(\"fi-rr-angle-down\")]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n false,\n 4206032158\n ),\n model: {\n value: _vm.perPage,\n callback: function ($$v) {\n _vm.perPage = $$v\n },\n expression: \"perPage\",\n },\n })\n : _vm._e(),\n _vm.items.length > 4\n ? _c(\n \"div\",\n { staticClass: \"show-text d-inline\" },\n [_vm._v(\"Görüntüle\")]\n )\n : _vm._e(),\n ],\n 1\n ),\n ]),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n ),\n _c(\"bf-swal\", {\n ref: \"tableAlert\",\n on: { swalOnConfirm: _vm.deleteTableItem },\n }),\n _c(\n \"v-dialog\",\n {\n attrs: { width: \"500\" },\n model: {\n value: _vm.cropDialog,\n callback: function ($$v) {\n _vm.cropDialog = $$v\n },\n expression: \"cropDialog\",\n },\n },\n [\n _c(\n \"v-card\",\n [\n _c(\"v-card-text\", [\n _c(\"br\"),\n _c(\"br\"),\n _vm.selectedImage\n ? _c(\n \"div\",\n [\n _c(\n \"v-btn-toggle\",\n {\n staticStyle: { display: \"flex\" },\n attrs: { mandatory: \"\" },\n model: {\n value: _vm.cropShape,\n callback: function ($$v) {\n _vm.cropShape = $$v\n },\n expression: \"cropShape\",\n },\n },\n [\n _c(\n \"v-btn\",\n {\n staticStyle: { width: \"50%\" },\n attrs: {\n color: \"primary\",\n value: \"rectangle-stencil\",\n },\n },\n [\n _c(\"v-icon\", { attrs: { color: \"white\" } }, [\n _vm._v(\"mdi-rectangle-outline\"),\n ]),\n ],\n 1\n ),\n _c(\n \"v-btn\",\n {\n staticStyle: { width: \"50%\" },\n attrs: {\n color: \"primary\",\n value: \"circle-stencil\",\n },\n },\n [\n _c(\"v-icon\", { attrs: { color: \"white\" } }, [\n _vm._v(\"mdi-circle-outline\"),\n ]),\n ],\n 1\n ),\n ],\n 1\n ),\n _c(\"cropper\", {\n ref: \"cropper\",\n attrs: {\n \"stencil-component\": _vm.cropShape,\n src: _vm.selectedImage,\n \"stencil-props\": _vm.stencilProps,\n },\n }),\n ],\n 1\n )\n : _vm._e(),\n ]),\n _c(\"v-divider\"),\n _c(\n \"v-card-actions\",\n [\n _c(\"v-spacer\"),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"error\", text: \"\" },\n on: {\n click: function ($event) {\n _vm.cropDialog = false\n },\n },\n },\n [_vm._v(\" Kapat \")]\n ),\n _c(\n \"v-btn\",\n {\n attrs: { color: \"primary\", text: \"\" },\n on: {\n click: function ($event) {\n return _vm.cropImage()\n },\n },\n },\n [_vm._v(\" Kaydet \")]\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-table/index.vue?./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet%5B1%5D.rules%5B2%5D!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options");
1834
1834
 
1835
1835
  /***/ }),
1836
1836