@bilfenyazilimekibi/bilpack 1.3.21 → 1.3.22
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.
- package/dist/bilpack.common.js +1 -1
- package/dist/bilpack.umd.js +1 -1
- package/dist/bilpack.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/bilpack.common.js
CHANGED
|
@@ -1754,7 +1754,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
1754
1754
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1755
1755
|
|
|
1756
1756
|
"use strict";
|
|
1757
|
-
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _vm.modeChangeIsVisible\n ? _c(\n \"div\",\n { staticClass: \"switcher\" },\n [\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Açık\")]\n ),\n _c(\"v-switch\", {\n staticClass: \"switch\",\n attrs: { inset: \"\", \"hide-details\": \"\" },\n model: {\n value: _vm.darkModeSwitch,\n callback: function ($$v) {\n _vm.darkModeSwitch = $$v\n },\n expression: \"darkModeSwitch\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Koyu\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://@bilfenyazilimekibi/bilpack/./src/components/bf-sidebar/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");
|
|
1757
|
+
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://@bilfenyazilimekibi/bilpack/./src/components/bf-sidebar/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");
|
|
1758
1758
|
|
|
1759
1759
|
/***/ }),
|
|
1760
1760
|
|
package/dist/bilpack.umd.js
CHANGED
|
@@ -1764,7 +1764,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
1764
1764
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1765
1765
|
|
|
1766
1766
|
"use strict";
|
|
1767
|
-
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _vm.modeChangeIsVisible\n ? _c(\n \"div\",\n { staticClass: \"switcher\" },\n [\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Açık\")]\n ),\n _c(\"v-switch\", {\n staticClass: \"switch\",\n attrs: { inset: \"\", \"hide-details\": \"\" },\n model: {\n value: _vm.darkModeSwitch,\n callback: function ($$v) {\n _vm.darkModeSwitch = $$v\n },\n expression: \"darkModeSwitch\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Koyu\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-sidebar/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");
|
|
1767
|
+
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-sidebar/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");
|
|
1768
1768
|
|
|
1769
1769
|
/***/ }),
|
|
1770
1770
|
|
package/dist/bilpack.umd.min.js
CHANGED
|
@@ -1764,7 +1764,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
1764
1764
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1765
1765
|
|
|
1766
1766
|
"use strict";
|
|
1767
|
-
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _vm.modeChangeIsVisible\n ? _c(\n \"div\",\n { staticClass: \"switcher\" },\n [\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Açık\")]\n ),\n _c(\"v-switch\", {\n staticClass: \"switch\",\n attrs: { inset: \"\", \"hide-details\": \"\" },\n model: {\n value: _vm.darkModeSwitch,\n callback: function ($$v) {\n _vm.darkModeSwitch = $$v\n },\n expression: \"darkModeSwitch\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Koyu\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-sidebar/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");
|
|
1767
|
+
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 _vm.$auth !== undefined\n ? _c(\n \"div\",\n { staticClass: \"bf-sidebar\" },\n [\n _vm.$auth.loggedIn\n ? _c(\n \"v-navigation-drawer\",\n {\n ref: \"navDrawer\",\n class: [_vm.sideMenuStatus ? \"open\" : \"\"],\n attrs: {\n \"mini-variant\": _vm.miniVariant,\n \"mini-variant-width\": \"100\",\n permanent: _vm.$vuetify.breakpoint.smAndUp,\n fixed: \"\",\n app: \"\",\n value: \"visible\",\n \"data-class\": _vm.sideMenuStatus ? \"full-width\" : \"\",\n width: \"250\",\n },\n model: {\n value: _vm.drawer,\n callback: function ($$v) {\n _vm.drawer = $$v\n },\n expression: \"drawer\",\n },\n },\n [\n _vm.$vuetify.breakpoint.smAndUp &&\n _vm.setLogo(_vm.sideMenuStatus) !== \"\"\n ? _c(\n \"div\",\n { staticClass: \"sidebar-logo-area\" },\n [\n _c(\n \"router-link\",\n {\n staticClass: \"side-logo\",\n class: [_vm.miniVariant ? \"mini-variant\" : \"\"],\n attrs: { to: \"/\" },\n },\n [\n _vm.sideMenuStatus\n ? _c(\"img\", {\n attrs: {\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n })\n : _c(\"img\", {\n attrs: {\n width: \"30\",\n height: \"35\",\n src: _vm.setLogo(_vm.sideMenuStatus),\n },\n }),\n ]\n ),\n ],\n 1\n )\n : _vm._e(),\n _vm.sideMenuStatus\n ? _c(\"v-list\", [\n _c(\n \"div\",\n { staticClass: \"list-content\" },\n _vm._l(\n _vm.$auth.$state.user.menu,\n function (item, i) {\n return _c(\n \"span\",\n { key: i },\n [\n item.children !== undefined\n ? _c(\n \"v-list-group\",\n {\n ref: `menuGroup${i}`,\n refInFor: true,\n staticClass: \"menu-item\",\n attrs: {\n ripple: false,\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(item.name)\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n _vm._l(\n item.children,\n function (subItem, subI) {\n return _c(\n \"span\",\n { key: subI },\n [\n subItem.children !==\n undefined &&\n subItem.children.length > 0\n ? _c(\n \"v-list-group\",\n {\n staticClass:\n \"menu-item\",\n attrs: {\n \"no-action\": \"\",\n \"sub-group\": \"\",\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [\n _vm._v(\n _vm._s(\n subItem.name\n )\n ),\n ]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n },\n [\n _vm._l(\n subItem.children,\n function (\n thirdItem,\n thirdI\n ) {\n return _c(\n \"v-list-item\",\n {\n key: thirdI,\n staticClass:\n \"menu-item\",\n class:\n thirdItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n ripple: false,\n to: thirdItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click:\n _vm.sideMenuClose,\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps:\n {\n textContent:\n _vm._s(\n thirdItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n _c(\n \"v-icon\",\n {\n attrs: {\n slot: \"prepend\",\n color: \"#9CA3AF\",\n small: \"\",\n },\n slot: \"prepend\",\n },\n [\n _vm._v(\n \"fi-rr-search\"\n ),\n ]\n ),\n ],\n 2\n )\n : _c(\n \"v-list-item\",\n {\n staticClass:\n \"menu-item sub\",\n class:\n subItem.frontUrl ===\n _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"data-click\":\n \"sideMenuToggle\",\n to: subItem.frontUrl,\n router: \"\",\n exact: \"\",\n nuxt: \"\",\n },\n on: {\n click: function (\n $event\n ) {\n return _vm.sideMenuToggle(\n subItem\n )\n },\n },\n },\n [\n _c(\n \"v-list-item-content\",\n [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n domProps: {\n textContent:\n _vm._s(\n subItem.name\n ),\n },\n }\n ),\n ],\n 1\n ),\n ],\n 1\n ),\n ],\n 1\n )\n }\n ),\n 0\n )\n : _c(\"v-list-group\", {\n key: _vm.activeRoute,\n staticClass: \"menu-item\",\n class:\n item.frontUrl === _vm.activeRoute\n ? \"v-list-item--active\"\n : \"\",\n attrs: {\n \"no-action\": \"\",\n \"prepend-icon\":\n item.icon !== \"\"\n ? item.icon\n : \"fi-rr-user\",\n \"append-icon\": \"\",\n },\n on: {\n click: function ($event) {\n return _vm.$router.push(\n item.frontUrl\n )\n },\n },\n scopedSlots: _vm._u(\n [\n {\n key: \"activator\",\n fn: function () {\n return [\n _c(\n \"v-list-item-title\",\n {\n staticClass:\n \"menu-item-text\",\n },\n [_vm._v(_vm._s(item.name))]\n ),\n ]\n },\n proxy: true,\n },\n ],\n null,\n true\n ),\n }),\n ],\n 1\n )\n }\n ),\n 0\n ),\n ])\n : _c(\n \"v-list\",\n [\n _c(\"closed\", {\n attrs: { menuItems: _vm.$auth.$state.user.menu },\n }),\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"sidebar-footer\" }, [\n _vm.sideMenuStatus\n ? _c(\"div\", { staticClass: \"top-logo\" }, [\n _c(\"img\", {\n attrs: {\n src: _vm.getImageSrc(\"support\"),\n alt: \"sidebar img\",\n },\n }),\n ])\n : _vm._e(),\n _c(\"div\", { staticClass: \"copyright\" }, [\n _c(\"img\", {\n class: _vm.$vuetify.theme.dark ? \"d-none\" : \"\",\n attrs: {\n src: __webpack_require__(/*! @/assets/images/logo-bilfen.png */ \"./src/assets/images/logo-bilfen.png\"),\n alt: \"bilfen logo\",\n },\n }),\n _c(\n \"p\",\n {\n directives: [\n {\n name: \"show\",\n rawName: \"v-show\",\n value: _vm.sideMenuStatus,\n expression: \"sideMenuStatus\",\n },\n ],\n },\n [_vm._v(\"Bilfen Yazılım Ekibi © 2022\")]\n ),\n ]),\n ]),\n ],\n 1\n )\n : _vm._e(),\n !_vm.$vuetify.breakpoint.smAndUp\n ? _c(\n \"v-toolbar\",\n {\n attrs: { color: \"#4281cb\", flat: \"\", dense: \"\" },\n on: {\n click: function ($event) {\n $event.stopPropagation()\n _vm.drawer = !_vm.drawer\n },\n },\n },\n [\n _c(\n \"v-icon\",\n { staticClass: \"toolbar-icon\", attrs: { small: \"\" } },\n [_vm._v(\"fi-rr-menu-burger\")]\n ),\n ],\n 1\n )\n : _vm._e(),\n ],\n 1\n )\n : _vm._e()\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\n\n\n//# sourceURL=webpack://bilpack/./src/components/bf-sidebar/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");
|
|
1768
1768
|
|
|
1769
1769
|
/***/ }),
|
|
1770
1770
|
|